@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    color: #1F1F1F;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
}

/*reusable classes*/
.hide-scroll,
.animatedParent {
    overflow: hidden;
}
bottom-section-wrapper
a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

a:hover {
    text-decoration: none;
    color: #434343;
}

img {
    max-width: 100%;
}

/*-- scroll to top --*/
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #c01d2e;
    padding: 3px;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop i {
    display: block;
    width: 100%;
    height: 100%;
    background: #c01d2e;
    border-radius: 100%;
    line-height: 170%;
    font-size: 18px;
    color: #ffffff;
}


/* customize */
.landing_page_header .topcallbtn .btn-content.mobile .callnumber {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
}

.landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
    display: block;
    font-size: 44px;
    line-height: 44px;
}

.landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
    font-size: 50px;
}


/*-- scroll to top end --*/
/*-- Header Start --*/
.landing_page_header {
    position: fixed;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.landing_page_header.sticky {
    background-color: #294c6c;
    position: fixed;
    z-index: 11;
}


.landing_page_header .logo {
    padding: 10px 0px;
}

.landing_page_header .logo img {
    max-height: 95px;
    width: auto;
}

/* Logo Switching Logic */
.logo {
    position: relative;
}

.logo img {
    max-height: 60px;
    width: auto;
    transition: opacity 0.3s ease;
}

/* Show default logo by default, hide sticky logo */
.logo-default {
    display: block;
}

.logo-sticky {
    display: none;
}

/* When sticky: hide default logo, show sticky logo */
.landing_page_header.sticky .logo-default {
    display: none;
}

.landing_page_header.sticky .logo-sticky {
    display: block;
}



@media screen and (max-width: 767px) {
    .landing_page_header .logo img {
        max-height: 60px !important;
        width: auto;
        margin: auto;
    }
    
    /* Logo Switching Logic */
    .logo {
        position: relative;
    }

    .logo img {
        max-height: 60px;
        width: auto;
        transition: opacity 0.3s ease;
    }

    /* Show default logo by default, hide sticky logo */
    .logo-default {
        display: block;
    }

    .logo-sticky {
        display: none;
    }

    /* When sticky: hide default logo, show sticky logo */
    .landing_page_header.sticky .logo-default {
        display: none;
    }

    .landing_page_header.sticky .logo-sticky {
        display: block;
    }


}

.landing_page_header .topcallbtn {
    text-align: right;
}

.landing_page_header .topcallbtn .btn-content {
    display: inline-block;
    position: relative;
}

.landing_page_header .topcallbtn .calltext {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color:#44b3dd;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
}

.landing_page_header.sticky .topcallbtn .callnumber,
.landing_page_header.sticky .topcallbtn .callnumber a {
    color: #ffffff;
    transition: none;
}

.landing_page_header .topcallbtn .callnumber {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: normal;
}

.landing_page_header .topcallbtn .callnumber a {
    color: #ffffff;
    transition: none;
    text-decoration: none;
}

.herobanner-wrapper {
    position: relative;
    padding-top: 150px;
    padding-bottom: 40px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

/* Video Styling */
.imagebox-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Ensure video covers the entire container */
.imagebox-wrapper video {
    min-height: 100%;
    min-width: 100%;
}

/* Accessibility: Respect user preferences for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .hero-video {
        animation: none;
        /* Pause video for users who prefer reduced motion */
    }
}

.herobanner-wrapper .imagebox-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.herobanner-wrapper.banner-overlay .imagebox-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgb(255 255 255 / 40%); */
}

.herobanner-wrapper .imagebox-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: top left;
    width: 100%;
}

.herobanner-wrapper .inner-section .banner-content {
    margin-top: 30px;
}

.herobanner-wrapper .inner-section .banner-content .toplabel {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.herobanner-wrapper .inner-section .banner-content h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.herobanner-wrapper .inner-section .banner-content p {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-box {
    background-color: transparent;
    display: inline-block;
    position: relative;
    border-radius: 20px;
}

.btn-box .calltext {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-color: #294c6c;
    padding: 10px 10px;
    line-height: 1.2em;
    font-weight: 600;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.btn-box .callnumber {
    text-align: center;
    font-size: 44px;
    font-weight: 800;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2em;
    background-color: #42b4de;
    padding: 10px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-box .callnumber span {
    display: block;
    font-size: 24px;
    letter-spacing: 12px;
    font-weight: 500;
    line-height: 25px;
}

.btn-box .callnumber a {
    color: #ffffff;
    text-decoration: none;
}

.btn-box:hover {
    background-color: #000000;
}

.form-wrapper {
    background-color: #ffffff;
    box-shadow: -107px 164px 55px 0px rgba(0, 0, 0, 0.00), -68px 105px 50px 0px rgba(0, 0, 0, 0.01), -38px 59px 42px 0px rgba(0, 0, 0, 0.05), -17px 26px 31px 0px rgba(0, 0, 0, 0.09), -4px 7px 17px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.form-wrapper .form-head {
    position: relative;
    padding: 10px 15px;
    background-color: #000000;
    border-top: 5px solid #42b4de;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
}

.form-wrapper .bottomcontent {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.form-wrapper .topcontent_bar {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
}

.form-wrapper .midcontentbar {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 5px 0px;
}

.form-wrapper .midcontentbar span {
    color: #ffffff;
}

.form-wrapper .formbox {
    padding: 25px 20px;
}

.form-wrapper .formbox form label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.form-wrapper .formbox form label span {
    color: #42b4de;
}

.form-wrapper .formbox form .form-control,
.form-wrapper .formbox form .form-select {
    font-size: 16px;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 15px;
    color: #4A5050;
}

.form-wrapper .formbox form .submitbtn {
    margin-bottom: 10px;
}

.form-wrapper .formbox form .submitbtn .btn {
    background-color: #434343;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
    background: #42b4de;
}

.form-wrapper .formbox .form-text {
    font-size: 12px;
    color: #202124;
    font-weight: 500;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.2em;
}

.herobanner-wrapper .inner-section .truckimage-desktop {
    height: 250px;
    margin-top: 30px;
    margin-bottom: -50px;
}

.herobanner-wrapper .inner-section .truckimage-desktop img {
    width: 100%;
    height: auto;
}

.herobanner-wrapper .inner-section {
    position: relative;
}

.why-choose-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3F4FF;
}

.why-choose-section .imgbox img {
    width: 100%;
}

.why-choose-section .contentbox {
    margin: 15px 10px;
}

.why-choose-section .contentbox .toplabel {
    font-size: 20px;
    color: #132A4A;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.why-choose-section .contentbox h3 {
    font-size: 54px;
    color: #132A4A;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.why-choose-section .contentbox h4 {
    font-size: 34px;
    color: #294c6c;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-weight: 600;
}

.why-choose-section .contentbox h4 span {
    color: #42b4de;
    font-weight: 700;
}

.why-choose-section .contentbox h5 {
    font-size: 26px;
    color: #000000;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-weight: 600;
}

.why-choose-section .contentbox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.why-choose-section .contentbox ul li {
    font-size: 24px;
    line-height: 1.2em;
    color: #000000;
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.why-choose-section .contentbox ul li::before {
    position: absolute;
    content: "\f336";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #45b3df;
    font-size: 20px;
    top: 0;
    left: -30px;
}

.call-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    background-color: #45b3df;
    padding: 15px 25px;
    border-radius: 100px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
}

.call-btn:hover {
    color: #ffffff;
    background-color: #294c6c;
}

.why-choose-section.advantages-section .contentbox h3 {
    font-size: 54px;
    margin-bottom: 20px;
}

.why-choose-section.advantages-section .contentbox h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0658B1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-section.advantages-section {
    background-color: #ffffff;
}

.our-service-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
}

.top-mid-title {
    text-align: center;
    margin-bottom: 40px;
}

.top-mid-title .toplabel {
    font-size: 40px;
    color: #0658B1;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.top-mid-title h4 {
    font-size: 55px;
    color: #132A4A;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.top-mid-title p {
    font-size: 18px;
    color: #001222;
    line-height: 1.3em;
    margin-bottom: 0px;
    font-weight: 500;
}

.service-section .col-lg-5 {
    margin: 15px 0px;
}

.service-section .innerbox {
    position: relative;
    height: 100%;
    text-align: left;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #292F85;
}

.service-section .innerbox img {
    width: auto;
    margin-bottom: 10px;
}

.service-section .innerbox h5 {
    font-size: 24px;
    color: #1F1F1F;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.service-section .innerbox p {
    font-size: 18px;
    color: #5C5C5C;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-section .innerbox .call-btn {
    font-size: 16px;
    color: #ffffff;
    background-color: #44b3e0;
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: auto;
}

.service-section .innerbox .call-btn:hover {
    color: #ffffff;
    background-color: #294c6c;
}

/*-- Gallery --*/
.gallery-list-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.gallery-list-wrapper .mtb15 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery-list-wrapper .gallery-images {
    height: 280px;
}

.gallery-list-wrapper .gallery-images a {
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-list-wrapper .gallery-images a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.gallery-list-wrapper .gallery-images a .hover-content {
    position: absolute;
    text-align: center;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-list-wrapper .gallery-images a .hover-content span.hover-icon {
    text-align: center;
    background-color: #44b3e0;
    color: #ffffff;
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    opacity: 0;
}

.gallery-list-wrapper .gallery-images a .hover-content span.hover-icon::before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.gallery-list-wrapper .gallery-images a:hover .hover-content span.hover-icon {
    opacity: 1;
}

.gallery-list-wrapper .gallery-images a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.client-review-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3F4FF;
}

.client-review-wrapper .top-mid-title .toplabel {
    text-align: left;
}

.client-review-wrapper .top-mid-title h4 {
    text-align: left;
    font-size: 65px;
}

.client-review-wrapper .rating-main {
    text-align: right;
    height: 75px;
    overflow: hidden;
}

.client-review-wrapper .rating-main img {
    height: 100%;
}

.review-slide-wrapper .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-slide-wrapper .inner-slide {
    position: relative;
    height: 100%;
}

.review-slide-wrapper .inner-slide .userinfo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
}

.review-slide-wrapper .inner-slide .userinfo img {
    width: 35px;
}

.review-slide-wrapper .inner-slide .userinfo h4 {
    font-size: 20px;
    color: #001222;
    font-weight: 600;
    margin: 0px;
}

.review-slide-wrapper .inner-slide .ratingbar {
    margin-bottom: 15px;
    margin-top: 15px;
}

.review-slide-wrapper .inner-slide .ratingbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-slide-wrapper .inner-slide .ratingbar ul li {
    font-size: 18px;
    color: #FFC21F;
}

.review-slide-wrapper .inner-slide .reviews p {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #132A4A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.review-slide-wrapper .inner-slide .reviews.expanded p {
    -webkit-line-clamp: unset;
    max-height: none;
}

.review-slide-wrapper .inner-slide .reviews .read-more-toggle {
    display: inline-block;
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 2px;
}

.review-slide-wrapper .inner-slide img.quote {
    position: absolute;
    right: 1px;
    top: 0px;
    max-width: 35px;
}

.bottom-section-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Overlay */
.bottom-section-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* adjust darkness here */
    z-index: 1;
}

.bottom-section-wrapper .contentbox {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.bottom-section-wrapper .contentbox .toplabel {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.bottom-section-wrapper .contentbox h4 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.bottom-section-wrapper .contentbox p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

.bottom-section-wrapper .contentbox .btn-box {
    margin-top: 20px;
}



.landing-copyright {
    background-color: #000000;
    padding: 30px 0px;
}

.landing-copyright .row {
    align-items: end;
}

.landing-copyright .footerlogo {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.landing-copyright .footerlogo img {
    height: 100%;
}

.landing-copyright h4 {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Rubik";
    font-weight: 400;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.landing-copyright p,
.landing-copyright a {
    color: #ffff;
    font-size: 17px;
    margin: 0px;
}

.text-right {
    text-align: right;
}

/*-- swiper slider --*/
#tb-img-slider {
    display: block;
    position: relative;
    margin-top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.tb-img-slider .swiper {
    width: 100%;
    overflow: hidden;
}

.tb-img-slider .swiper .swiper-slide {
    width: auto;
}

.tb-img-slider .swiper-wrapper {
    height: auto;
}

.tb-img-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.tb-img-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 85%);
    opacity: 1;
}

.tb-img-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.herobanner-wrapper .inner-section {
    position: static;
}

@media screen and (max-width: 767px) {
    .herobanner-wrapper .inner-section {
        margin-top: 50px;
    }
    
    .herobanner-wrapper .imagebox-wrapper img {
        height: auto;
    }
}

.herobanner-wrapper .inner-section .col-lg-6 {
    position: static;
}

.herobanner-wrapper .inner-section #tb-img-slider {
    position: static;
}

.herobanner-wrapper .inner-section #tb-img-slider .container-fluid {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px;
}

.tb-img-slider .swiper .swiper-button-prev::after,
.tb-img-slider .swiper .swiper-button-next::after {
    color: #44b3e0;
}

.tb-img-slider .swiper .swiper-slide {
    border: 6px solid #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .landing_page_header .topcallbtn .btn-content.mobile {
        display: none;
    }
}

@media (min-width: 991px) {
    .herobanner-wrapper.thankyou-banner {
        height: 100vh;
    }

    .herobanner-wrapper.thankyou-banner .inner-section .banner-content {
        text-align: center;
        padding-top: 100px;
    }

    .herobanner-wrapper .inner-section .truckimage-mobile {
        display: none;
    }

    .landing_page_header .topcallbtn {
        padding: 20px 0px;
    }
}

@media (max-width: 1200px) {
    .gallery-list-wrapper .gallery-images {
        height: 200px;
    }

    .landing_page_header .topcallbtn .callnumber {
        font-size: 40px;
    }

    .btn-box .callnumber {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .herobanner-wrapper .inner-section .banner-content {
        margin-bottom: 40px;
        text-align: center;
    }

    .bottom-section-wrapper .contentbox {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .why-choose-section .contentbox {
        margin-bottom: 30px;
    }

    .herobanner-wrapper .inner-section .truckimage-desktop {
        display: none;
    }

    .btn-box .callnumber {
        font-size: 44px;
    }

    .herobanner-wrapper .inner-section .tb-img-slider {
        display: block !important;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .herobanner-wrapper .inner-section {
        position: static;
    }

    .herobanner-wrapper .inner-section .col-lg-6 {
        position: static;
    }

    .herobanner-wrapper .inner-section #tb-img-slider {
        position: static;
    }

    .herobanner-wrapper .inner-section #tb-img-slider .container-fluid {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .landing_page_header.sticky {
        border-bottom: 0px;
    }

    .landing_page_header .container {
        max-width: 100%;
        padding: 0px;
    }

    .landing_page_header .logo {
        text-align: center;
    }

    .landing_page_header .topcallbtn {
        text-align: center;
        background-color: #43b4de;
        padding: 5px 15px;
    }

    .landing_page_header .topcallbtn .btn-content.desktop {
        display: none;
    }

    .landing_page_header .topcallbtn .calltext {
        display: none;
    }

    .landing_page_header .topcallbtn .btn-content {
        display: block;
        width: 100%;
    }

    .herobanner-wrapper {
        padding-top: 180px;
        padding-bottom: 10px;
        border-radius: 0px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 44px;
    }

    .landing-copyright p,
    .landing-copyright p.text-right {
        text-align: center;
    }

    .landing-copyright p {
        margin-bottom: 5px;
    }

    .landing-copyright .footerlogo {
        text-align: center;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        display: block;
        font-size: 34px;
        line-height: 34px;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 50px;
    }

    .landing_page_header {
        background-color: #294c6c!important;
    }

    .btn-box .callnumber {
        font-size: 30px;
    }

    .client-review-wrapper .col-md-2 {
        display: none;
    }
    .client-review-wrapper .top-mid-title h4 {
        text-align: center;
    }
    .bottom-section-wrapper .contentbox {
        max-width: 100%;
        text-align: center;
    }
    /* Button */
    #why-choose-us .content-side .btn {
    display: block;
    margin: 0 auto;       /* centers horizontally */
  }
  #why-get-drain-cleaned .container .content{
    /* align-items: center; */
    text-align: center;
  }
}

@media(max-width: 576px) {
    .landing_page_header .topcallbtn .calltext {
        font-size: 16px;
    }

    .landing_page_header .topcallbtn .callnumber {
        font-size: 22px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .herobanner-wrapper .inner-section .banner-content p {
        font-size: 18px;
    }

    .btn-box .calltext {
        font-size: 18px;
    }

    .btn-box .callnumber {
        font-size: 30px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn .btn {
        font-size: 16px;
    }

    .why-choose-section .contentbox h3,
    .top-mid-title h4,
    .why-choose-section.advantages-section .contentbox h3 {
        font-size: 44px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .background-wrapper-section .content-wrap h4 {
        font-size: 34px;
    }

    .background-wrapper-section .content-wrap p {
        font-size: 18px;
    }

    .landing_page_header .logo img {
        max-height: 70px;
    }

    .herobanner-wrapper {
        padding-top: 170px;
    }

    .herobanner-wrapper .inner-section .banner-content .toplabel {
        font-size: 24px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {
        font-size: 20px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
        font-size: 34px;
    }

    .service-section .innerbox .call-btn {
        width: 100%;
    }

    .bottom-section-wrapper .contentbox .toplabel {
        font-size: 20px;
    }

    .bottom-section-wrapper .contentbox h4 {
        font-size: 44px;
    }

    .bottom-section-wrapper {
        background-position: top right;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 24px;
        line-height: 24px;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 30px;
        line-height: 30px;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 38px;
        line-height: 42px;
    }

    .btn-box .callnumber span {
        font-size: 20px;
    }

}

@media(max-width: 480px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 16px;
        line-height: 16px;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 20px;
        line-height: 20px;
    }

    .landing_page_header .logo img {
        max-height: 70px;
    }

    .herobanner-wrapper {
        padding-top: 40px;
    }
    .herobanner-wrapper .inner-section .banner-content {
        margin-bottom: 150px;
    }

    .herobanner-wrapper .inner-section .banner-content .toplabel {
        font-size: 22px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .btn-box .calltext {
        font-size: 16px;
    }

    .btn-box .callnumber {
        font-size: 23px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
        font-size: 26px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {
        font-size: 18px;
    }

    .why-choose-section .contentbox h3,
    .top-mid-title h4,
    .why-choose-section.advantages-section .contentbox h3 {
        font-size: 40px;
    }

    .why-choose-section .contentbox h4 {
        font-size: 28px;
    }

    .our-service-wrapper .top-mid-title h4 {
        font-size: 30px;
    }

    .our-service-wrapper .top-mid-title {
        margin-bottom: 15px;
    }

    .why-choose-section.advantages-section {
        padding-top: 30px;
    }

    .client-review-wrapper .top-mid-title .toplabel {
        font-size: 14px;
    }

    .client-review-wrapper .top-mid-title h4 {
        font-size: 40px;
    }

    .bottom-section-wrapper .contentbox .toplabel {
        font-size: 18px;
    }

    .bottom-section-wrapper .contentbox h4 {
        font-size: 34px;
    }

    .btn-box .callnumber span {
        font-size: 16px;
    }
}

@media (max-width: 435px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 38px;
        line-height: normal;
    }
    .landing_page_header .logo img {
        max-height: 40px !important;
        width: auto;
    }
}

@media (max-width: 420px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 33px;
        line-height: normal;
    }
    .landing_page_header .logo img {
        max-height: 40px !important;
        width: auto;
    }
}

@media (max-width: 390px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 33px;
        line-height: normal;
    }

    .landing_page_header .topcallbtn {
        padding: 5px 10px;
    }
    .landing_page_header .logo img {
        max-height: 40px !important;
        width: auto;
    }
}

@media (max-width: 370px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 30px;
        line-height: normal;
    }
}

@media (max-width: 350px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 28px;
        line-height: normal;
    }
}

@media (max-width: 335px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 26px;
        line-height: normal;
    }
}

/* PARTY BUS */
#what-we-offer {
    background-image: url("/assets/img/why/what-we-do-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
}

#what-we-offer .section-header p {
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Kanit", sans-serif;
    color: #000200;
    margin-bottom: 0.25rem;
}

#what-we-offer .section-header h2 {
    font-family: "Montserrat", sans-serif;
    color: #000200;
    font-size: 48px;
    font-weight: 700;
}

#what-we-offer .feature-box {
    max-width: 260px;
    margin: 0 auto;
}

#what-we-offer .feature-box .icon i {
    color: #9aa7b8;
    opacity: 0.9;
}

#what-we-offer .btn-primary {
    background-color: #46b3da;
    border: none;
}

#what-we-offer .btn-primary:hover {
    background-color: #294c6c;
}

/* Section Background with Wave */
#why-choose-us {
    width: 100%;
    min-height: 50vh;
    position: relative;
    padding: 20px 0 60px;
    display: flex;
    align-items: center;
}

/*@media (min-width: 1200px) {*/
/*    #why-choose-us:after {*/
/*        position: absolute;*/
/*        content: "";*/
/*        width: 50%;*/
/*        top: 0;*/
/*        bottom: 0;*/
/*        z-index: 2;*/
/*        background-image: url("/assets/img/group-img.jpeg");*/
/*        background-size: cover;*/
/*        background-position: center;*/
/*        background-repeat: no-repeat;*/
/*        opacity: 0.9;*/
/*    }*/
/*}*/

#why-choose-us img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Text Styling */
#why-choose-us .content {
    position: relative;
    z-index: 4;
}

#why-choose-us h2 {
    color: #000200;
    font-size: 2.5rem;
    line-height: 1.3;
}

#why-choose-us .letter-spacing {
    letter-spacing: 6px;
    color: #9aacc7;
    font-size: 0.9rem;
}

#why-choose-us ul li img {
    width: 20px;
}

#why-choose-us ul li svg path {
    color: #294c6c;
}

/* Button */
#why-choose-us .btn {
    background-color: #46b3da;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
}

#why-choose-us .btn:hover {
    background-color: #294c6c;
}

/* Why Get Drain */
#why-get-drain-cleaned {
    background-color: #f9fbfd;
}

#why-get-drain-cleaned .img-box {
    overflow: hidden;
}

#why-get-drain-cleaned img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

#why-get-drain-cleaned h6 {
    letter-spacing: 4px;
    color: #000200;
}

#why-get-drain-cleaned h2 {
    color: #000200;
}

#why-get-drain-cleaned .icon-text img {
    width: 50px;
    border-radius: 0;
}

#why-get-drain-cleaned .icon-text h6 {
    letter-spacing: 0;
    font-size: 20px;
}

#why-get-drain-cleaned .icon-text p {
    font-size: 18px;
}

#why-get-drain-cleaned .btn {
    background-color: #46b3da;
    color: #ffffff;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

#why-get-drain-cleaned .btn:hover {
    background-color: #294c6c;
}

/* How It Works */
#how-it-works {
    background-color: #F4F4F4;
}

#how-it-works .letter-spacing {
    letter-spacing: 5px;
}

#how-it-works h2 {
    color: #000200;
    font-weight: 800;
    text-transform: uppercase;
}

#how-it-works .step-box {
    padding: 20px;
}

#how-it-works .step-box i {
    color: #90a4c3;
}

#how-it-works .btn-primary {
    background-color: #c01d2e;
    border: none;
}

#how-it-works .btn-primary:hover {
    background-color: #d6293a;
}

#how-it-works .step-box {
    position: relative;
    text-align: center;
    background: none;
    border: none;
    padding: 20px;
}

/* Arrow image for all steps */
#how-it-works .step-box::after {
    content: "";
    position: absolute;
    right: -100px;
    top: 30%;
    transform: translateY(-50%);
    width: 170px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Odd steps → down arrow */
#how-it-works .step-box.one::after,
#how-it-works .step-box.three::after {
    background-image: url('assets/img/arrow-down-first.svg');
    /* Replace with your own */
}

/* Even steps → up arrow */
#how-it-works .step-box.two::after,
#how-it-works .step-box.four::after {
    background-image: url('assets/img/arrow-up-first.svg');
    /* Replace with your own */
}

/* Hide arrow on last step */
#how-it-works .step-box.four::after {
    content: none;
}

/* Responsive — hide arrows on mobile */
@media (max-width: 991px) {
    #how-it-works .step-box::after {
        display: none;
    }
}