/* ==============================
   Pittie Logistics – Design System
   ============================== */



html,
body {
    overflow: auto;
}

.snap-section {
    height: 100%;
}

:root {

    /* Colors */
    --text-primary: #1A4174;
    --bg-primary: #FFFFFF;
    --bg-sections: #EAEEF4;
    --bg-danger: #FF0000;
    --para-text: #6B7280;
    --bg-dark: #010169;
    --strong-black: #141415;
    --bg-light-blue: #0D4ABC;

    /* ---------- Font Family ---------- */
    --font-primary: 'Poppins', sans-serif;


    /* ---------- Spacing Scale ---------- */
    --pm4: 4px;
    --pm8: 8px;
    --pm12: 12px;
    --pm16: 16px;
    --pm24: 24px;
    --pm32: 32px;
    --pm48: 48px;
    --pm64: 64px;

    /* ---------- Border Radius ---------- */
    --radius4: 4px;
    --radius8: 8px;
    --radius12: 12px;
    --radius16: 16px;
    --radius24: 24px;
    --radius999: 999px;


}

.container {
    min-height: 1px;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}


.blog-card {
    min-height: 600px;
}



/* ==============================
   Hero Section
   ============================== */

.hero .swiper {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero {
    position: relative;
    min-height: 650px;
    max-height: 650px;
    height: 100vh;
    width: calc(100% - 20px);
    max-width: 1400px;
    border-radius: var(--radius16);
    overflow: hidden;
    color: var(--text-white);
    margin: 0 auto;
}

.hero .overlay-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 650px;
    left: 0;
    top: 0;
    z-index: -1;
}

.overlay-bg img {
    display: none;
}


/* Default state */
.hero .overlay-bg .overlay-image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;

    opacity: 0;
    transform: scale(1.1);
    filter: blur(6px);

    z-index: 1;
    will-change: opacity, transform, filter;

    transition:
        opacity 1.2s ease,
        transform 1.6s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.2s ease;
}

/* Active image */
.hero .overlay-bg .overlay-image.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    z-index: 11;
}


.hero .overlay-bg .image1 {
    background: url("../Assests/home/Bg-image-herosection.jpg") no-repeat center / cover;
}

.hero .overlay-bg .image2 {
    background: url("../Assests/home/Bg-image-herosection1.jpg") no-repeat center / cover;
}

.hero .overlay-bg .image3 {
    background: url("../Assests/home/Bg-image-herosection2.jpg") no-repeat center / cover;
}


.hero .overlay-image-mv {
    display: none;
}

/* Layout */
.hero-wrapper {
    position: relative;
    height: 100%;
    padding: var(--pm64) var(--pm48);
    display: flex;
    margin: auto;
    align-items: center;
}

/* Content */
.hero-content {
    z-index: 2;
}


.hero-content h1 {
    font-size: clamp(30px, 5vw, 60px);
    line-height: clamp(44px, 6vw, 72px);
    font-weight: 700;
    margin-bottom: var(--pm16);
    font-family: var(--font-primary);
}

.hero-content p {
    font-size: 16px;
    color: var(--bg-primary);
    max-width: 520px;
}

/* Actions */
.hero-actions {
    margin-top: var(--pm24);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: var(--pm24);
}

.hero-customers span {
    color: var(--bg-primary);
}

/* Primary Button (Hero specific override if needed) */
.btn-primary {
    background-color: var(--bg-danger);
    color: var(--text-white);
    padding: var(--pm12) var(--pm24);
    border-radius: var(--radius8);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: var(--pm8);
    font-family: var(--font-primary);
}

/* Customers */
.hero-customers {
    display: flex;
    align-items: center;
    gap: var(--pm8);
    font-size: 14px;
    color: var(--bg-primary);
    padding-left: 20px;
}

.avatars img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: -8px;
    border: 2px solid var(--bg-primary);
}

.hero .swiper-slide {
    padding-left: 60px;
}

/* Arrows */

.hero-arrow.left {
    left: -0%;
}

.hero-arrow.right {
    right: -0%;

}

/* Dots */
.hero-dots {
    position: absolute;
    bottom: var(--pm24);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: var(--pm8);
    z-index: 11;
}

.hero-dots span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    transition:
        width 0.5s ease,
        background-color 0.5s ease;
}

.hero-dots span.active {
    width: 30px;
    background: var(--bg-danger);
}



.logo-swiper-section {
    background: #fff;
    padding: 40px 0;
    overflow: hidden;
}

.logo-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: fit-content;
}

.logo-slide img {
    max-height: 48px;
    width: auto;
    opacity: 0.85;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-slide img:hover {
    opacity: 1;
    transform: scale(1.05);
}





/* ==============================
 what We do 
==============================*/
.what-we-do-section {
    font-family: var(--font-primary);
    background: var(--bg-primary);
}


.what-title {
    color: var(--text-primary);
}

.what-desc {
    color: #555;
    max-width: 520px;
}

.what-item h3 {
    width: calc(100% - 40px);
    font-size: clamp(18px, 3vw, 24px);
    line-height: clamp(26px, 3.4vw, 38px);
    width: fit-content;
}

.what-item {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-primary);
    width: calc(100% / 2 - 0.5rem);
}

.what-item span img {
    object-fit: contain;
}

.what-item span {
    color: var(--text-danger);
    margin-right: 10px;
    font-weight: bold;
}

.what-item p {
    margin-left: 40px;
    margin-top: 4px;
    color: #666;
}

.what-images-wrapper {
    gap: var(--pm16);
    display: flex;
    flex-direction: column;
}

/* Row 1 */
.what-img-row1 {
    height: 300px;
}

/* Row 2 */
.what-img-row2 {
    display: flex;
    gap: var(--pm16);
    height: 300px;
    flex-wrap: nowrap;
}

.what-img-col1 {
    width: 70%;
}

.what-img-col2 {
    gap: var(--pm16);
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.what-img {
    overflow: hidden;
    border-radius: var(--radius16);
}

.what-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ==============================
   BUTTON OVERRIDE
==============================*/
.btn-danger {
    background: var(--red-primary);
    border: none;
}

.btn-outline-danger {
    color: var(--red-primary);
    border-color: var(--red-primary);
}

.btn-outline-danger:hover {
    background: var(--red-primary);
    color: var(--text-white);
}



/* ---------- Milestone Section ---------- */
.milestone-section {
    background-image: url("../Assests/home/our-milestone-bg.png");
    background-size: cover;
    background-position: center bottom;
    border-radius: var(--radius16);
    margin: 0 10px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100vh;
    max-height: 500px;
}

/* Title */
.milestone-section .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* ---------- Services ---------- */
.milestone-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.milestone-service-card {
    background: rgba(255, 255, 255, 0.12);
    padding: 28px 20px;
    text-align: center;
    border-radius: 14px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.milestone-service-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.2);
}

/* ---------- Stats ---------- */
.milestone-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    text-align: center;
}

.milestone-stat-item h3 {
    font-size: 42px;
    font-weight: 700;
    color: #FA4318 !important;
    margin-bottom: 8px;
}

.milestone-stat-item p {
    font-size: 14px;
    opacity: 0.85;
    color: var(--strong-black) !important;
    font-weight: 600;
}







/* ---------- Services Section ---------- */
.services-section {
    padding: 50px 0;
    color: #fff;
}


.services-section h2 {
    font-size: 38px;
    font-weight: 700;
    max-width: 700px;
    line-height: 1.3;
}

/* ---------- Services Box ---------- */
.Services-box {
    display: flex;
}

/* Items */
.Services-box-item {
    position: relative;
}

/* Image Area */
.Services-box-item img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: right;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

/* Content Area */
.Services-box-item>div {
    padding: 40px;
    border-radius: var(--radius16);
    height: 100%;
    font-size: 16px;
    line-height: 1.6;
}

.services-content {
    height: 100%;
    background-color: var(--bg-sections);
}

.services-content h3 {
    font-weight: 500;
}

/* ---------- Hover Effect ---------- */
.Services-box-item img,
.Services-box-item>div {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.services-content p {
    margin-bottom: 22px;
}

.btn-primary {
    display: inline-block;
    padding: 12px 26px;
    background: var(--bg-danger);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius12);
    transition: all 0.3s ease;
}




/* ---------- Why Choose Us Section ---------- */
.why-choose-section {
    padding: var(--pm64) 0;
    background: radial-gradient(circle at center,
            #0a6bdc 20%,
            #005FBF 80%);
    color: #fff;
    border-radius: var(--radius16);
    margin: 50px 10px;
}

.about-grid .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
}

.why-choose-section-item p {
    color: var(--bg-primary);
}

.why-choose-section-item h3 {
    font-size: clamp(20px, 3.5vw, 24px);
    line-height: clamp(26px, 3.4vw, 38px);
}

.why-choose-section-item {
    width: calc(100% / 3 - 20px);
    padding: 0;
    height: 400px;
}

.why-choose-section-item.d-flex {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: var(--radius16);
    transition: all 0.3s ease;
}

.why-choose-section-item img {
    margin: 0;
    margin-bottom: 20px;
}

.why-choose-section-item.d-flex:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.why-choose-section-item.d-flex h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

.why-choose-controls {
    display: none;
}



/* ---------- Testimonials Section ---------- */
.testimonials-section {
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100vh;
    max-height: 600px;
    display: flex;
    align-items: center;
    margin: auto;
}

.testimonials-section-item p {
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
}

/* Ellipsis */

.ellipsis-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis-text.expanded {
    -webkit-line-clamp: unset;
    display: block;
}



.testimonials-section .container {
    position: relative;
    z-index: 11;
}

.testimonials-section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    z-index: 1;
}

.testimonials-section-overlay>div {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.testimonials-section-overlay>div.active {
    opacity: 1;
}

.testimonials-section-overlaybg {
    position: absolute;
}

.testimonials-section-overlaybg1 {
    background-image: url("../Assests/home/Testimonials-bg1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.testimonials-section-overlaybg2 {
    background-image: url("../Assests/home/Testimonials-bg2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.testimonials-section-overlaybg3 {
    background-image: url("../Assests/home/Testimonials-bg3.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.testimonials-section .container {
    position: relative;
    padding-bottom: 50px;
}

.testimonials-section .testimonials-section-row1 {
    margin-bottom: 60px;
    display: none !important;
}


.testimonials-section .testimonials-section-row2 {
    clip-path: inset(-100px -30px -100px -25px);
}

.testimonials-section .testimonials-section-row2 .swiper {
    overflow: visible;
}

.testimonials-section-box-wrapper {
    display: flex;
    /* gap: 30px; */
    padding: 0;
}

.testimonials-section-box {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    gap: 24px;
    justify-content: end;
}

.testimonials-section-item {
    background: var(--bg-primary);
    backdrop-filter: blur(8px);
    padding: 30px;
    width: calc(100% / 2 - 12px);
    border-radius: var(--radius16);
    transition: all 0.35s ease;
    cursor: pointer;
}


.testimonials-section-rating {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}

.testimonials-section-rating i {
    color: #FFD166;
    font-size: 14px;
}

.testimonials-section-item p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.testimonials-section-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}


.testimonials-section-profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.25);
}

.testimonials-section-profile h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.testimonials-section-profile span {
    font-size: 14px;
    color: var(--para-text);
}

.testimonials-icon {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    left: -5%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 110%;
}



/* ---------- Contact Section ---------- */
.contact-section {
    font-family: var(--font-primary);
    background: url("../Assests/home/contact-bg.jpg") center/cover no-repeat;
    border-radius: var(--radius16);
    margin: 50px 10px;
}

/* Background Wrapper */
.contact-wrapper {
    border-radius: var(--radius24);
}

/* Text */
.contact-text {
    color: #e5e7eb;
    max-width: 480px;
}

/* ---------- Form Card ---------- */
.contact-form-card {
    background: var(--bg-primary);
    padding: var(--pm32);
    border-radius: var(--radius16);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

/* Form Elements */
.contact-form-card .form-label {
    font-size: 16px;
    color: var(--para-text);
    font-weight: 500;
}

.contact-form-card .form-control-hlp::placeholder {
    color: #B5B5B5;
}

.contact-form-card .form-control-hlp {
    border-radius: 0;
    padding: 12px 0px;
    font-size: 16px;
    color: #808080;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6D6D6;
}

/* Button */
.contact-form-card .btn-primary {
    width: 100%;
}

.contact-section input:focus,
.contact-section textarea:focus,
.contact-section select:focus {
    outline: none;
    border: none;
    box-shadow: 0 4px 0 0 rgba(13, 110, 253, 0.25);
}




/* ---------- Blogs Section ---------- */
.blogs-section {
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
}

.blogs-section .container {
    position: relative;
    padding-bottom: 50px;
}

/* Heading */
.blogs-section .blogs-section-row1 {
    margin-bottom: 60px;
}

/* Dots */
.blogs-section .hero-dots {
    bottom: -10px;
}

.blogs-section .hero-dots span.active {
    background: var(--bg-danger);
}

.blogs-section .hero-dots span {
    background: #D9D9D9;
}

.blogs-section .blogs-section-row2 {
    clip-path: inset(-100px -30px -100px -30px);
}

/* Slider Wrapper */
.blogs-section-wrapper {
    padding: 0;
    gap: 50px;
    overflow: visible;
    transition: transform 0.4s ease;
}

/* One Slide / Column */
.blogs-section-column {
    flex: 0 0 100%;
    display: flex;
    gap: 24px;
}

/* Blog Card */
.blog-card {
    flex: 1;
    background: var(--bg-sections);
    border-radius: var(--radius16);
    overflow: hidden;
    height: 600px;
    transition: all 0.35s ease;
}

.blog-card-content {
    padding: 30px;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.35);
}

/* Blog Meta */
.blog-meta {
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: var(--para-text);
    margin-bottom: 12px;
}

/* Blog Content */
.blog-card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: var(--para-text);
}

/* Author */
.blog-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.blog-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-date {
    color: var(--para-text);
}

.blog-card-content h3 {
    font-weight: 600;
    font-size: clamp(14px, 2vw, 18px);
    line-height: clamp(22px, 2.6vw, 28px);
    margin-bottom: 2px;
    color: var(--strong-black) !important;
}

.blog-author span {
    font-size: 14px;
    color: var(--para-text);
}

.blog-card {
    height: fit-content !important;
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* .blog-card-img {
    display: none;
} */

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation Arrows */

.blogs-icon {
    /* position: absolute; */
    top: 20%;
    left: 0;
    display: flex;
    justify-content: end;
    height: fit-content;
    gap: 20px;
    width: 100%;
}

.blog-card-content h5 {
    color: var(--strong-black) !important;
}

.blog-link:hover {
    color: var(--bg-danger);
}

.blog-link {
    color: #616161;
}

.blogs-icon .icon-arrow.left {
    right: 120px;
}

.blogs-icon .icon-arrow.right {
    right: 50px;
}

.blogs-icon .icon-arrow {
    /* position: relative; */
    top: 20%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}

/* =========================================================
   RESPONSIVE BREAKPOINTS
   Mobile-first adjustments grouped by screen size
   ========================================================= */


/* =========================================================
   ≤ 992px (Tablets + Small Laptops)
   ========================================================= */
@media (max-width: 992px) {
    body {
        overscroll-behavior: inherit !important;
    }

    /* ---------- HERO SECTION ---------- */

    .hero .hero-arrow.left {
        left: 3%;
    }

    .hero .hero-arrow.right {
        right: 3%;
    }

    /* ---------- WHAT WE DO ---------- */
    .what-we-do-section .row {
        flex-direction: column;
        gap: 50px !important;
    }

    .what-images-wrapper {
        width: 90%;
        margin: auto;
    }

    .what-img-row1 {
        height: 400px;
    }

    .what-img-row2 {
        grid-template-columns: 1fr;
    }


    /* ---------- OUR MILESTONE ---------- */
    .milestone-services,
    .milestone-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ---------- SERVICES ---------- */
    .services-Types {
        flex-direction: column;
    }

    .superstock {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left !important;
    }

    .Services-box {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 60px;
    }

    .Services-box:last-child {
        margin-bottom: 0;
    }

    .Services-box-item {
        width: 100% !important;
    }

    .Services-box-item img {
        min-height: 260px;
    }

    .Services-box-item.col-7 {
        padding: 0 !important;
    }

    /* ---------- WHY CHOOSE US ---------- */
    .about-grid .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-section-item {
        width: calc(50% - 10px);
    }

    .why-choose-section-item:first-child {
        grid-column: span 2;
    }

    /* ---------- TESTIMONIALS ---------- */
    .testimonials-section {
        text-align: center;
        height: 100%;
    }

    .testimonials-section h2 {
        font-size: 32px;
    }


    .testimonials-section-profile,
    .testimonials-section-rating {
        justify-content: center;
    }

    .testimonials-section .sub-heading {
        margin: auto;
    }

    .testimonials-icon .icon-arrow {
        transform: translateY(0%);
    }

    .testimonials-section-item {
        width: 80%;
        margin-top: 50px;

    }

    .testimonials-icon .left {
        left: 88%;
    }


    .testimonials-icon {
        top: 0% !important;

    }




    .testimonials-section .testimonials-section-row1 {
        margin-bottom: 70px;
    }

    /* ---------- CONTACT ---------- */
    .contact-wrapper {
        flex-direction: column;
        padding: var(--pm32);
        text-align: center;
    }

    .contact-title {
        width: 70%;
        margin: auto;
        font-size: 32px;
    }

    .contact-form-card {
        text-align: start;
    }

    .contact-title br {
        display: none;
    }

    /* ---------- BLOG ---------- */
    .blogs-section {
        text-align: center;
        display: flex;
    }

    .blogs-section h2 {
        font-size: 32px;
    }

    .blogs-section .blogs-section-row2 {
        clip-path: inset(-100px -20px -100px -20px);
    }

    .blogs-section-column {
        flex-wrap: wrap;
    }

    .blog-card {
        display: flex;
        gap: 20px;
        width: 50%;
    }

    .blog-pair-slide {
        display: flex;
        gap: 20px;
    }

    .blogs-icon {
        padding-right: 50px;
    }

    .blogs-icon .icon-arrow {
        top: 14%;
    }

    .swiper-wrapper .swiper-slide {
        display: flex !important;
        gap: 20px;
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .testimonials-icon {
            top: 16%;
            padding-right: 50px;
        }
    }
}

/* =========================================================
   ≤ 768px (Tablets Portrait)
   ========================================================= */
@media (max-width: 768px) {

    /* ---------- HERO ---------- */
    .hero-content {
        width: 100% !important;
    }

    .hero .swiper-slide {
        padding-left: 20px;
    }

    .hero-dots {
        top: 100%;
    }

    .what-img-row2 {
        display: none;
    }

    .what-we-do-section-btn {
        justify-content: center;
    }

    /* ---------- LOGISTIC CTA ---------- */
    .logistics-cta-wrapper {
        flex-direction: column;
        gap: var(--pm24);
        text-align: center;
        padding: var(--pm32);
    }

    /* --------- Services Section --------- */
    .services-section {
        padding: 50px 0;
    }

    .services-section h2 {
        font-size: 28px;
    }

    .Services-box-item>div {
        padding: 28px;
    }

    .services-Types {
        padding: 0 !important;
        margin-top: 10px;
    }

    .services-tabs {
        display: flex;
        /* justify-content: space-around; */
        flex-wrap: wrap;
        gap: 10px;
        overflow-x: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .services-tabs .tab {
        padding: 10px 16px;
        border-radius: 30px;
        background: transparent;
        border: 1px solid var(--bg-danger);
        width: calc(100% / 3 - 10px);
        color: var(--bg-danger);
        white-space: nowrap;
        cursor: pointer;
    }

    .services-tabs .tab.active {
        background: var(--bg-danger);
        color: var(--text-white);
    }

    .Services-box {
        flex-direction: column;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.45s ease;
        position: absolute;
    }

    .Services-box.active {
        max-height: fit-content;
        position: relative;
    }

    .Services-box-item:has(img) {
        order: 1;
    }

    .Services-box-item:has(.services-content) {
        order: 2;
    }

    .Services-box-item.col-7,
    .Services-box-item.col-5 {
        padding: 0 !important;
    }

    /* image upar + content niche */
    /* .Services-box {
        flex-direction: column;
    } */

    .Services-box-item {
        width: 100% !important;
    }

    .Services-box-item.col-7,
    .Services-box-item.col-5 {
        padding: 0 !important;
    }

    /* ---------- TESTIMONIALS ---------- */
    .testimonials-section {
        padding: 70px 0;
        min-height: 100%;

    }

    .testimonials-section h2 {
        font-size: 26px;
    }

    .testimonials-section .container {
        padding-bottom: 0;
    }

    .testimonials-section .testimonials-section-row1 {
        margin-bottom: 20px;
    }

    .testimonials-icon {
        top: 20%;
        padding-right: 50px;
    }


    .testimonials-section-box {
        gap: 20px;

    }

    .testimonials-section-overlaybg {
        background-position: right;

    }

    .testimonials-section-box-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .testimonials-section-item {
        padding: 24px;
        width: 90vw;

    }

    .testimonial-card-slide {
        width: 80%;
    }

    .testimonials-icon,
    .testimonials-section .hero-dots {
        display: none;
    }

    /*--------------- Blog Section -------------------- */

}


/* =========================================================
   ≤ 576px (Mobile Devices)
   ========================================================= */
@media (max-width: 576px) {


    /* ---------- HERO ---------- */

    .hero .swiper-slide {
        padding-left: 0;
        width: 100% !important;
    }

    .hero .container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .hero {
        padding-block: 0;
        position: relative;
    }

    .hero .swiper {
        min-height: fit-content !important;
    }


    .hero {
        max-height: fit-content !important;
        margin: 0 10px;
        height: fit-content;
    }

    .hero-wrapper {
        padding: 10px 20px;
    }

    .hero-dots {
        top: 90%;
    }

    .overlay-bg img {
        display: flex;
    }

    .hero .overlay-bg .image1 {
        background: transparent;
    }

    .hero .overlay-bg .image2 {
        background: transparent;
    }

    .hero .overlay-bg .image3 {
        background: transparent;
    }

    .hero .overlay-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero .overlay-bg .overlay-image.active {
        display: flex;
    }

    .hero .overlay-bg .overlay-image {
        position: relative;
        display: none;
    }

    .hero .overlay-bg {
        height: fit-content;
        position: relative;
        min-height: 100%;
        overflow: visible;
    }


    .hero .hero-arrow {
        display: none;
    }

    /* ---------- LOGO SLIDER ---------- */
    .logo-swiper {
        overflow: hidden;
    }


    /* Testimonials Section */
    .testimonials-swiper .swiper-slide {
        width: 100%;
    }

    .testimonials-section {
        height: 100%;
        max-height: fit-content;
    }

    .testimonials-section-item {
        width: 100%;
        background-color: var(--bg-sections);
    }

    .testimonials-section-overlay {
        display: none;
    }

    .testimonials-section .testimonials-section-row1 {
        display: flex !important;
    }


    /* ---------- WHAT WE DO ---------- */
    .what-we-do-section-btn {
        flex-direction: column;
    }

    .what-we-do-section-btn .btn-primary a {
        display: flex;
        justify-content: center;
    }

    .what-item {
        flex-direction: column;
        text-align: center;
    }

    .what-item h3 {
        text-align: center;
        margin: auto;
    }

    .what-item p {
        margin: 0;
    }

    .what-images-wrapper {
        display: none;
    }

    .what-img-row2 {
        display: none;
    }

    .what-images-wrapper {
        width: 100% !important;
    }

    .what-img-row2 {
        flex-direction: column;
    }

    .what-img-col2 {
        flex-direction: row;
        width: 100%;
    }

    .what-img-col2 .what-img {
        width: calc(50% - 8px);
    }

    /* ---------- OUR MILESTONE ---------- */
    .milestone-section {
        max-height: 650px;
    }

    .milestone-services,
    .milestone-stats {
        display: flex;
        flex-wrap: wrap;
    }

    .milestone-stat-item {
        width: calc(50% - 15px);
    }

    /* ---------- SERVICES ---------- */
    .services-section {
        padding: 50px 0;
    }

    .services-section h2 {
        font-size: 28px;
    }

    .Services-box-item>div {
        padding: 28px;
    }

    .services-Types {
        padding: 0 !important;
    }

    .services-tabs {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .services-tabs .tab {
        padding: 10px 16px;
        border-radius: 30px;
        width: calc(100% / 2 - 10px);
        background: transparent;
        border: 1px solid var(--bg-danger);
        color: var(--bg-danger);
        white-space: nowrap;
        cursor: pointer;
    }

    .services-tabs .tab.active {
        background: var(--bg-danger);
        color: var(--text-white);
    }

    .Services-box {
        flex-direction: column;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.45s ease;
        position: absolute;
    }

    .Services-box.active {
        max-height: fit-content;
        position: relative;
    }

    .Services-box-item:has(img) {
        order: 1;
    }

    .Services-box-item:has(.services-content) {
        order: 2;
    }

    .Services-box-item.col-7,
    .Services-box-item.col-5 {
        padding: 0 !important;
    }

    .Services-box-item {
        width: 100% !important;
    }

    .Services-box-item.col-7,
    .Services-box-item.col-5 {
        padding: 0 !important;
    }



    /* ---------- WHY CHOOSE US ---------- */

    /* --------------------------------
     ROW = HORIZONTAL SLIDER
  -------------------------------- */
    .why-choose-section {
        overflow: hidden;
    }

    .about-grid .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 16px;
        transition: transform 0.4s ease;
    }

    .about-grid .row::-webkit-scrollbar {
        display: none;
    }

    .why-choose-section-item1 {
        flex: 0 0 90%;
        max-width: 100%;
        scroll-snap-align: start;
    }

    .why-choose-section-item:not(.why-choose-section-item1) {
        flex: 0 0 90%;
        max-width: 90%;
        scroll-snap-align: start;
    }

    .why-choose-section-item h2 {
        font-size: 26px;
    }


    .why-choose-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-top: 16px;
    }

    .slide-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: none;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }

    .slide-btn:active {
        transform: scale(0.95);
    }

    .why-choose-dots {
        display: flex;
        gap: 8px;
    }

    .why-choose-dots span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        transition: 0.3s;
    }

    .why-choose-dots span.active {
        width: 20px;
        border-radius: 20px;
        background: #fff;
    }






    /* ---------- CONTACT ---------- */
    .contact-title {
        width: 100%;
    }

    .contact-wrapper {
        padding: 0;
    }

    .contact-form-card {
        padding: 20px;
    }

    /* ---------- BLOG ---------- */
    .blogs-section {
        padding: 70px 0;
    }

    .blogs-section h2 {
        font-size: 26px;
    }

    .blog-card-content {
        padding: 20px 0;
    }

    .blogs-section .container {
        padding-bottom: 0;
    }

    .blogs-section-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .blogs-section-column {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .blog-card {
        width: 100%;
        padding: 18px;
    }

    .blogs-section-wrapper .swiper-slide {
        width: 90% !important;
    }

    .blog-card-slide {
        width: 100% !important;
    }

    .blogs-icon,
    .blogs-section .hero-dots {
        display: none;
    }
}

@media (max-width: 400px) {
        .services-tabs .tab {
        font-size: 13px;
    }
}