@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    list-style: none;
}

/* topbar  */
@media(max-width:1000px){
    .topbar{
        display: none!important;
    }
}
.topbar{
    background-color: #062E39;
    /* padding: 10px 0px ; */
    width: 100%;
    color: white;
}
.topbar-left a{
    color:white;
    text-decoration: none;
    font-size: 15px;
}
@media(max-width:1100px){
.topbar-left a{
    font-size: 11px;
}
}
.topbar-right{
 background-color: rgb(250 108 4);
}

.topbar-right a {
    color: white;
    margin-right: 41px;
}
/* navbar  */
.navbar {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

@media(max-width:760px){
    .navbar-brand{
        font-size: 18px!important;
        width: 50%;
    }

}
.navbar-brand img {
    max-height: 50px;
    width: auto;
}
.navbar-brand .down-text{
    font-size: 13px;
    margin-left: 47px;
    margin-top: -18px;
}
.reorder-three-outline {
    font-size: 40px;
    color: #282828;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color var(--transition-speed) ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Enable hover for dropdown menus under Our Programmes */
.programe-dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    /* Removes any unwanted vertical offset */
}

/* Enable hover for nested (second-level) dropdowns */
.programe-dropdown .dropend:hover>.dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-top: 0;
}

@media(max-width:1000px) {

    /* Scrollable dropdown */
    .dropdown-menu.scrollable {
        max-height: 300px;
        overflow-y: auto;
    }

    /* Custom scrollbar */
    .dropdown-menu.scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .dropdown-menu.scrollable::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .dropdown-menu.scrollable::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .dropdown-menu.scrollable::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.navbar {
    transition: all var(--transition-speed) ease;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.navbar.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color var(--transition-speed) ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    transition: all var(--transition-speed) ease;
}

.dropdown-item:hover {
    background-color: var(--light-color);
    transform: translateX(5px);
}

.get-a-quote{
    padding: 10px 20px ;
    border: none!important;
}
.get-a-quote:hover{
    color: #000!important;
}







/* popup form  */
.popup-btn {
    /* position: fixed; */
    /* bottom: 20px; */
    /* right: 20px; */
    padding: 12px 24px;
    /* border-radius: 50px; */
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgb(250 108 4);
  }
  
  /* Modal styling */
  .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
  
  .modal-header {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .modal-title {
    font-weight: 700;
    color: #333;
  }
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
    .popup-btn {
      bottom: 10px;
      right: 10px;
      padding: 10px 20px;
      font-size: 14px;
    }
  }


/* hero-section  */

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hero-banner-image.jpg')center/cover;
    padding: 50px 0px;
    height: auto;
    width: 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media(max-width:1000px) {
    .hero-inner-left::before {
        display: none !important;
    }

    .hero-inner-left {
        text-align: center;
    }
    .inner-left-cont .logos{
    font-size: 25px;
    }
    .hero-inner-right {
        text-align: center;
    }
}

@media(min-width:1000px) {
    .hero-inner-left {
        text-align: end;
    }

}

@media(max-width:1000px) {
    .hero-inner-left {
        text-align: center;
    }
    .hero-inner-right img {
        width: 50vw!important;
        }
}

.hero-inner-left::before {
    position: absolute;
    content: "";
    background-color: white;
    display: block;
    height: 210px;
    width: 1px;
    right: 50%;
    top: 25%;
}

@media(min-width:1023px) and (max-width:1100px) {
    .hero-inner-left::before {
        top: 13%;
    }
}


.hero-inner-right img {
width: 12vw;
}

.hero-inner-right .image-1 {
    margin-right: -10px;
}

.hero-inner-right .image-2 {
    margin-right: -10px;
}

.quote-btn button {
    padding: 10px 30px;
    background-color: rgb(250 108 4);
    color: white;
    border: none;
    transition: all 0.5s;
}

.quote-btn button:hover {
    color: black;
    background-color: white;
    border: none;
    outline: none;
}

/* home about section  */

.about-section {
    margin-top: 3rem;
}

@media(max-width:767px) {
    .heading h1 {
        font-size: 40px !important;
    }

    .about-btn {
        margin-bottom: 20px!important;
        /* margin-right: 40px !important; */
    }

}
@media(max-width:1000px){
    .home-about-image img{
        padding-top: 20px!important;
    }
}
@media(min-width:1023px) and (max-width:1100px){
    .heading h1{
        font-size: 27px!important;
        line-height: 27px!important;
        font-weight: 700!important;
    }
}
.heading h1 {
    font-size: 46px;
    line-height: 45px;
    font-weight: 700;
}

.about-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: none;
    background-color: rgb(250 108 4);
    color: white;
}

.service-section {
    margin-top: 30px;
    background-image: url(../images/pattern-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    padding: 100px 0;
    background-color: #062E39;
}

@media(max-width:1000px) {
    .service-section h1 {
        font-size: 39px !important;
    }
}

.service-section h1 {
    font-size: 60px;
}

.service-button a {
    text-decoration: none;
    color: rgb(250 108 4);
    transition: all 0.3s;
}

.service-button:hover i::before {
    transform: translateX(6px);
}

.service-section .card {
    transition: all 0.3s;
}

.service-section .card:hover {
    box-shadow: rgba(250, 108, 4, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transform: translateY(-8px);
}

@media(min-width:1000px) {
    .service-section .card-1 img {
        height: 184px;
    }

    .service-section .card-3 img {
        height: 184px;
    }

    .service-section .card-4 img {
        height: 184px;
    }
}

.service-contact a {
    color: rgb(250 108 4);

}

.more-services {
    border: none;
    transition: all 1s;
    padding: 10px 30px;
    color: #f1f1f1;
}


/* work section  */

.work-section .row {
    padding: 100px 0;
}

.icon-box::before {
    content: '';
    position: absolute;
    height: calc(20% + 10px);
    width: calc(8% + 30px);
    border: 2px dashed #000;
    border-radius: 50%;
}

.icon-box {
    background-color: rgb(250 108 4);
    height: 140px;
    width: 140px;
    border-radius: 50%;
}

.icon-box i::before {
    font-size: 50px;
    color: white;
}

@media(min-width:359px) and (max-width:374px) {
    .icon-box::before {
        height: calc(20% + 10px);
        width: calc(34% + 30px);
    }
}

@media(min-width:374px) and (max-width:389px) {
    .icon-box::before {
        height: calc(22% + 10px);
        width: calc(35% + 30px);
    }
}

@media(min-width:389px) and (max-width:431px) {
    .icon-box::before {
        height: calc(16% + 10px);
        width: calc(30% + 30px);
    }
}

@media(min-width:450px) and (max-width:600px) {
    .icon-box::before {
        height: calc(16% + 10px);
        width: calc(30% + 30px);
    }
}

@media(max-width:359px) {
    .icon-box::before {
        height: calc(17% + 10px);
        width: calc(36% + 30px);
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .icon-box::before {
        height: calc(13% + 10px);
        width: calc(16% + 30px);
    }
}

@media(min-width:1024px) and (max-width:1050px) {
    .icon-box::before {
        height: calc(11% + 10px);
        width: calc(13% + 30px);

    }
    .about-work-section .work-box-1::after{
        top: 2068px!important;
        left: 194px !important;
        width: 64px !important;
    }
    .about-work-section .work-box-3::after{
        top: 2068px!important;

    }
    .about-work-section .work-box-4::after{
        top: 2068px!important;
 
    }
    .work-box-1::after {
        top: 2444px !important;
        left: 194px !important;
        width: 64px !important;
    }

    .work-box-3::after {
        top: 2444px !important;
        left: 432px !important;
        width: 64px !important;
    }

    .work-box-4::after {
        top: 2444px !important;
        left: 673px !important;
        width: 64px !important;
    }
}

@media(max-width:1000px) {
    .work-box-1::after {
        display: none;
    }

    .work-box-3::after {
        display: none;
    }

    .work-box-4::after {
        display: none;
    }
  .icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.about-work-section .work-box-1::after {
    position: absolute;
    content: '';
    top: 1673px;
    left: 270px;
    width: 150px;
    height: 50px;
    background: url(../images/line.png) no-repeat;
    background-position: center center;
    background-size: cover;
    /* z-index: 1; */
}


.about-work-section .work-box-3::after {
    position: absolute;
    content: '';
    top: 1673px;
    left: 600px;
    width: 150px;
    height: 50px;
    background: url(../images/line.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.about-work-section .work-box-4::after {
    position: absolute;
    content: '';
    top: 1673px;
    left: 930px;
    width: 150px;
    height: 50px;
    background: url(../images/line.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.work-box-1::after {
    position: absolute;
    content: '';
    top: 2236px;
    left: 267px;
    width: 150px;
    height: 50px;
    background: url(../images/line.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.work-box-3::after {
    position: absolute;
    content: '';
    top: 2236px;
    left: 600px;
    width: 150px;
    height: 50px;
    background: url(../images/line.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.work-box-4::after {
    position: absolute;
    content: '';
    top: 2236px;
    left: 930px;
    width: 150px;
    height: 50px;
    background: url(../images/line.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

@media(min-width:1000px) {
    .quote-section {
        margin-top: 40px !important;
    }
}

.quote-section {
    background-image: url(../images/pattern-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    padding: 100px 0;
    background-color: #062E39;
}

.quote-left-inner h1 {
    font-size: 3rem;
    font-weight: 700;
}
@media(max-width:1000px){
    .quote-section .quote-right{
        margin-top: 20px;
    }
}
@media(min-width:1000px) {
    .quote-section .quote-right {
        margin-top: -150px;
    }
}

.form-section {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: auto;
}

.form-section form input {
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid grey;
    outline: none;
}

.form-section form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid grey;
    outline: none;
}

.form-submission {
    color: white;
    padding: 10px 30px;
    border: 1px solid rgb(250 108 4);
}

.faq-inner {
    padding: 100px 0px;
}

@media(min-width:1000px) {
    .faq-section .faq-left {
        height: 100%;
        margin-top: 40px;
        margin-right: -90px;
    }

    .faq-left-inner h1 {
        font-size: 3rem;
    }
}

.faq-left {
    border-radius: 10px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.faq-right img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.footer {
    padding: 40px 0px;
    background-color: #062E39;
    background-image: url(../images/footer-bg.png);
    color: white;
}


@media(max-width:767px){

    .footer-service-links {
        margin-top: 20px!important;
    }
    .footer-contact {
        margin-top: 20px!important;
    }
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    color: rgb(250 108 4);
}

.footer-links li {
    margin-top: 12px;
}

.footer-service-links a {
    color: white;
    text-decoration: none;
}

.footer-service-links a:hover {
    color: rgb(250 108 4);
}

.footer-service-links li {
    margin-top: 20px;
}

.footer-contact a {
    color: white;
    text-decoration: none;
}

.footer-contact a:hover {
    color: rgb(250 108 4);
}

.footer-contact li {
    line-height: 40px;
}


/* counter section  */

.counter-section {
    /* padding: 80px 20px;
    background-color: #f5f5f5; */
    /* text-align: center; */
}

.about-counter {
    background-image: url(../images/pattern-bg.png);
    background-color: #062E39;
}

.about-counter {
    color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
}

.about-counter .counter{
    color: white;
}
.about-counter .counter-suffix{
    color: white;
}

.counter-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: auto;
    /* margin: 0 auto; */
}


.counter {
    font-size: 48px;
    font-weight: bold;
    color: #2c3e50;
    display: inline-block;
}

.counter-suffix {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
}

.counter-box p {
    margin-top: 15px;
    font-size: 18px;
    color: #7f8c8d;
}

@media (max-width: 768px) {
    .counter-container {
        flex-direction: column;
    }
}

/* about us page  */

.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-relocation-banner.jpg') top/cover;
    height: auto;
    width: 100%;
    text-align: center;
    color: white;
    padding: 50px 0px;
    background-attachment: fixed;
}

.breadcrumb {
    display: flex;
    justify-content: center;
}

.breadcrumb-item {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}

@media(min-width:1000px) {
    .about-hero h1 {
        font-size: 5rem;
    }
}

.approach-section {
    background-color: #062E39;
    background-image: url(../images/pattern-bg.png);
    margin-bottom: 100px;
}

@media(max-width:765px) {
    .approach-row-down .approach-down-box {
        background-color: rgb(250 108 4);
    }

    .approach-section .approach-row-top img {
        width: 40vw !important;
        height: 11vh !important;
    }

    .approach-row-down h2 {
        font-size: 9px;
    }

    .approach-box-right img {
        width: 40vw !important;
        height: 24vh !important;
        border-radius: 10px;
    }

    .approach-col-left {
        margin-top: 20px !important;
    }
}
@media(min-width:766px) and (max-width:1000px){
    .approach-box-right img {
        height: 35vh !important;
    }
    .approach-col-left{
        margin-top: 30px!important;
        text-align: center;
    }
}
.approach-row-down .approach-down-box {
    background-color: rgb(250 108 4);
}

.approach-box-right img {
    width: 100%;
    height: 50vh;
}

@media(min-width:1020px) and (max-width:1100px){
    .approach-box-right img {
        height: auto !important;
    }
    .approach-down-box h2 {
        font-size: 40px!important;
    }
    .approach-col-left {
        text-align: center;
        margin-top: 40px!important;
    }
}

@media(min-width:1000px) {
    .approach-col-left h3 {
        font-size: 3rem;
    }

    .approach-down-box h2 {
        font-size: 25px;
    }
}

.item-1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.item-2 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


/* contact page  */
.contact-bg {
    background-color: #062E39;
    padding: 10px;
    border-radius: 10px;

}

.contact-icon {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    color: rgb(250 108 4);
    font-size: 1.7rem;
}

.offices-bg {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    background-color: #062E39;
    color: white;
}


/* services inner pages  */

.services-inner-pages .heading {
    background-color: rgb(250 108 4);
    color: white;
    border: 1px solid grey;
}

.heading-category-inner a {
    color: grey;
    text-decoration: none;
    transition: all 0.3s;
}

.heading-category-inner a:hover {
    color: black;
}

.heading-category-inner i::before {
    transition: all 0.3s;
    font-size: 18px;
}

.cat-1:hover i::before {
    transform: rotate(45deg);
}

.cat-2:hover i::before {
    transform: rotate(45deg);
}

.cat-3:hover i::before {
    transform: rotate(45deg);
}

.cat-4:hover i::before {
    transform: rotate(45deg);
}

.cat-5:hover i::before {
    transform: rotate(45deg);
}

.cat-6:hover i::before {
    transform: rotate(45deg);
}

.cat-7:hover i::before {
    transform: rotate(45deg);
}

.cat-8:hover i::before {
    transform: rotate(45deg);
}

.cat-9:hover i::before {
    transform: rotate(45deg);
}

.cat-10:hover i::before {
    transform: rotate(45deg);
}

.side-form {
    border: 1px solid grey;
    border-radius: 20px;
}

@media(min-width:1000px) {
    .side-form {
        margin-top: 90px;
    }
}

.side-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.side-form-button button {
    padding: 10px 20px;
    border: none;
    color: white;
    background-color: rgb(250 108 4);
}


.para-inner {
    border: 1px solid grey;
    border-radius: 20px;
}
@media(max-width:)
.check-box {
    background-color: rgb(250 108 4);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

.check-box i {
    font-size: 20px;
}



.transportation-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/transportation-Services.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.warehouse-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/warehousing-services.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.car-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/car-carrier.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.office-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/office-packing.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.household-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/household-shifting-service.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.local-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/local-home-relocation.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.domestic-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/domestic-relocation.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.international-banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/international-household-shifting-service.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.packing-banner {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/packing&unpacking.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}
.automobile-banner{
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/automobiles-packing.jpg) center/cover;
    width: 100%;
    height: auto;
    color: white;
    padding: 40px 0px;
    text-align: center;
}




@media(min-width:1200px){
    .international-banner h1{
        font-size:3rem;
        }
        .packing-banner h1{
        font-size:3rem;
        }
}


/* floating icons  */
.floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .floating-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25D366; /* WhatsApp color by default */
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .floating-icons a.call {
    background-color: #0a66c2; /* Call icon color */
  }

  .floating-icons a:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  }

  /* Responsive */
  @media (max-width: 600px) {
    .floating-icons a {
      width: 45px;
      height: 45px;
    }

    .floating-icons i {
      font-size: 18px;
    }
  }