body {
    font-family: 'Lexend Deca', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.section-heading {
    font-size: 48px;
    font-family: 'Lexend Deca', sans-serif;
}

.section-para {
    font-size: 18px;
    font-family: 'Anek Latin', sans-serif;
}

.section-padding {
    padding: 5rem 0;
}

.india-map {
    position: relative;
}

.map-marker {
    position: absolute;
    width: 26px;
    height: auto;
    transform: translate(-50%, -100%);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.map-marker.active {
    transform: translate(-50%, -100%) scale(1.3);
}
.captch-main{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.captcha-wrapper{
    width: 48%;
    padding-right: 30px;
}
.captcha.captcha-image-block{
    display: flex;
}
.wpcf7-form-control-wrap{
    width: 50%;
}

@media (max-width:767px) {
    .map-marker {
        width: 20px;
    }

}

@media (max-width:768px) {
    .section-heading {
        font-size: 35px;
    }

    .section-padding {
        padding: 3rem 0;
    }

}

/* --- Hero Section Wrapper --- */
.top-slider-section .hero-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;            /*min-height: 600px;*/
    overflow: hidden;
}

.top-slider-section .hero-slide {
    position: relative;
    height: 80vh;            /*min-height: 600px;*/
    background-size: cover;
    background-position: center center;
    display: flex;
    width: 100%;
}

.top-slider-section .slide1 {
    background: url('../images/home/slider-banner-1.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.top-slider-section .slide2 {
    background: url('../images/home/slider-banner-2.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.top-slider-section .slide3 {
    background: url('../images/home/slider-banner-3.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.top-slider-section .slide4 {
    background: url('../images/home/slider-banner-1.png') no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width:768px) {
    .top-slider-section .hero-slide::before {
        background: rgba(255, 255, 255, 0.85);
    }

}

.top-slider-section .slide-content {
    position: relative;
    z-index: 2;
    max-width: 60%;
    padding-top: 50px; /* Adjust for header if needed */
}

.top-slider-section .slide-title {
    font-size: 60px;
    font-weight: 400;
    color: #1C204F;
    line-height: 66px;
    margin-bottom: 20px;
    font-family: 'Lexend Deca', sans-serif;
}

.top-slider-section .slide-desc {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    margin-bottom: 35px;    /* max-width: 90%; */
    font-weight: 300;
    font-family: 'Anek Latin', sans-serif;
}

.top-slider-section .btn-group-custom {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.top-slider-section .btn-primary-custom {
    background-color: #06439C;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #0d47a1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Anek Latin', sans-serif;
}

.top-slider-section .btn-primary-custom:hover {
    background-color: #0276FD;
    border-color: #0276FD;
    color: white;
}

.top-slider-section .btn-outline-custom {
    background-color: transparent;
    color: #06439C;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 4px;
    border: 2px solid #06439C;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Anek Latin', sans-serif;
}

.top-slider-section .btn-outline-custom:hover {
    background-color: #0276FD;
    color: #fff;
    border-color: #0276FD;
}

/* --- The White Curve Overlay --- */

/*        .curve-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%; 
    height: 180px;
    background-color: #fff; 
    z-index: 10;
    border-top-left-radius: 100% 100%; 
    pointer-events: none; 
}
*/
.top-slider-section .slider-controls {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    display: none;
}

.top-slider-section .nav-btn {
    width: 45px;
    height: 30px;
    background: white;
    border: 1px solid #E6E6E6;
    border-radius: 50%; /* Circular buttons or adjust radius for square */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a2b5e;
    transition: all 0.3s ease;
}

.top-slider-section .nav-btn {
    border-radius: 30px;
    width: 50px;
}

.top-slider-section .nav-btn:hover {
    background-color: #1a2b5e;
    color: white;
    border-color: #1a2b5e;
}

.top-slider-section .slide-counter {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    min-width: 50px;
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width:992px) {
    .top-slider-section..slide-title {
        font-size: 2.8rem;
    }

    .top-slider-section .curve-overlay {
        width: 60%;
    }

}

@media (max-width:768px) {
    .top-slider-section .hero-slide {
        background-position: 70% center;
    }

    .top-slider-section .slide-content {
        max-width: 100%;
        padding-top: 12px;
    }

    .top-slider-section .curve-overlay {
        display: none;
        width: 100%;
        height: 120px;
        border-top-left-radius: 50% 100%;
        border-top-right-radius: 50% 100%; /* Symmetrical curve for mobile */
        background: #f8f9fa; /* Slightly distinct */
    }

    .top-slider-section .slider-controls {
        right: 50%;
        transform: translateX(50%);
        bottom: 20px;
    }

}

@media (max-width:480px) {
    .top-slider-section .slide-title {
        font-size: 28px;
        line-height: 36px;
    }

    .top-slider-section .btn-group-custom {
        flex-direction: column;
        gap: 10px;
    }

    .top-slider-section .btn-primary-custom, .btn-outline-custom {
        width: 100%;
        justify-content: center;
    }

}

/*about us css start*/
.about-us-section .section-title {
    font-weight: 600;
    color: #1C204F;
    line-height: 56px;
    padding-bottom: 20px;
}

.about-us-section .section-text {
    color: #626262;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Anek Latin', sans-serif;
    padding-bottom: 20px;
}

.about-us-section .btn-primary-custom {
    display: inline-block;
    padding: 10px 20px;
    background-color: #06439C;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 400;
    transition: background-color 0.3s;
    font-family: 'Anek Latin', sans-serif;
    text-transform: uppercase;
}

.about-us-section .btn-primary-custom span {
    display: inline-block;
    padding-left: 5px;
}

.about-us-section .btn-primary-custom:hover {
    background-color: #0276FD;
}

.about-us-section .main-stat-grid {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.about-us-section .stat-card img {
    width: 100%;
    height: auto;
}

.about-us-section .stat-card {
    min-height: 220px; /* Slightly taller to better match the visual in the image */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 15px;
}

.about-us-section .stat-grid-2 {
    margin-top: 60px;
}

/*.about-us-section .stat-1{
    background: url('../images/home/about-img-3.png');
}

.about-us-section .stat-2{
    background: url('../images/home/about-img-2.png');
}


.about-us-section .stat-3{
    background: url('../images/home/about-img-4.png');
}


.about-us-section .stat-4{
    background: url('../images/home/about-img-1.png');
}
*/
.about-us-section .stat-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us-section .stat-number {
    font-weight: 600;
    line-height: 56px;
}

.about-us-section .stat-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    line-height: 26px;
}

.about-us-section .hidden {
    opacity: 0;
    transform: translateY(20px);
}

.about-us-section .visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width:768px) {
    .about-us-section .stat-grid {
        grid-template-columns: 1fr;
    }

    .about-us-section .stat-card {
        border-radius: 20px !important;
        min-height: 180px;
    }

    .about-us-section .main-stat-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .about-us-section .stat-grid-2 {
        margin-top: 0;
    }

}

/*about us css end*/
.mobility-showcase-section {
    position: relative;/*    background: url("../images/home/on-the-road-bg.png"); /* Dark blue background from the image */
    */
    color: #ffffff;
    overflow: hidden; /* Important for containing elements */
    background-size: cover;
}

.mobility-showcase-section .slide-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 10; /* Keep text above background/bus */
    position: relative;
}

.mobility-showcase-section .slide-title {
    font-size: 24px; /* Responsive sizing */
    font-weight: 500;
    color: #fff; /* Blue color for the title */
    margin-bottom: 20px;
    line-height: 32px;
    font-family: 'Lexend Deca', sans-serif;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto 20px auto;
    width: 70%;
    padding-bottom: 20px;
}

.mobility-showcase-section .slide-text {
    font-size: 28px; /* Larger, readable text */
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: 'Anek Latin', sans-serif;
}

.slide-text p {
    color: #fff;
}

.mobility-showcase-section .slide-text strong {
    font-weight: 700;
}

.mobility-showcase-section .bus-image-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;    /* Add a subtle background gradient/image layer to mimic water/mountains */
    background: linear-gradient(to top, #142a49 0%, transparent 50%), /* Road/foreground effect */
    url('your-mountain-bg-image.jpg') no-repeat center bottom / cover; /* Placeholder for mountain/water image */
    z-index: 1;
    pointer-events: none; /* Ignore mouse events */
}

.mobility-showcase-section .bus-image-wrapper:before {
    content: '';
    display: block;
    width: 250px; /* Size of the bus */
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 10%; /* Adjust position */

    /* This color is a placeholder for the actual bus image */
    background-color: #f8f9fa;
    border-radius: 5px;
}

.mobility-showcase-section .mobility-carousel .owl-nav {
    display: none;
}

.mobility-showcase-section .mobility-carousel .owl-dots {
    position: absolute;
    bottom: 0px; /* Position above the road/bus line */
    width: 100%;
    text-align: center;
    z-index: 10;
}

.mobility-showcase-section .mobility-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #E2EBFF !important; /* White dots */
    opacity: 0.5;
    transition: opacity 0.3s, background-color 0.3s;
}

.mobility-showcase-section .mobility-carousel .owl-dot.active span {
    opacity: 1;
    background: #0276FD !important; /* Blue active dot */
    width: 14px;
    height: 14px;
}

@media (max-width:768px) {
    .mobility-showcase-section .slide-title {
        font-size: 1.5rem;
    }

    .mobility-showcase-section .slide-text {
        font-size: 1rem;
    }

}

/*delivaring for you css start*/
.services-section {
    background-color: #F3F3F3;
}

.services-section .service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden; /* Important for containing the zoomed image */
    background-color: white; /* Ensure card background is white */
}

.services-section .services-heading-wrapper {
    text-align: center;
}

.services-section .services-heading-wrapper h2 {
    color: #1C204F;
    line-height: 56px;
    font-weight: 600;
    padding-bottom: 1rem;
}

.services-section .services-heading-wrapper p {
    color: #626262;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.services-section .card-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: 'Lexend Deca', sans-serif;
}

.services-section .card-text {
    font-size: 16px;
    color: #626262;
    font-weight: 400;
    font-family: 'Anek Latin', sans-serif;
}

.services-section .service-card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease; /* Transition for the zoom effect */
}

.services-section .img-container {
    overflow: hidden;
}

.services-section .icon-circle {
    width: 35px;
    height: 35px;
    background-color: #E2EBFF; /* Light blue/gray background for icon */
    color: #06439C;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding: 30px; /* Added padding to make the circle bigger */
}

.services-section .arrow-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: #6c757d; /* Gray color for the arrow */
    border-radius: 10px;
    text-decoration: none;
    padding: 3px 30px;
    color: #000;
}

.services-section .service-card:hover .card-img-top {
    transform: scale(1.1); /* Zoom the image */
}

.services-section .service-card:hover .arrow-btn {
    background-color: #06439C; /* Blue background */
    color: white; /* White arrow */
    border-color: #06439C; /* Blue border */
}

@media (max-width:768px) {
    .services-section .services-heading-wrapper p {
        max-width: 100%;
    }

}

/*delivaring for you section end*/

/*expertise section start */
.expertise-section {
    text-align: center;
    background-color: #f0f4ff; /* Light blue background color */
    background-image: url("../images/home/expertise-bg.png");
    background-size: cover;
    background-position: center; /* Offset for staggered dots */
}

.expertise-section .expertise-content {
    max-width: 90%; /* Max width of content like in the image */
    margin: 0 auto;
}

.expertise-section .section-title {
    font-weight: 500;
    color: #06439C; /* Deep blue color */
    line-height: 32px;
    margin-bottom: 30px;
    font-family: 'Lexend Deca', sans-serif;
}

.expertise-heading-wrapper h2 {
    font-size: 32px;
    color: #1C204F;
    font-weight: 500;
    line-height: 32px;
}

.expertise-section .expertise-headline {
    display: flex;
}

.expertise-section .expertise-headline h1 {
    font-size: 2.5rem; /* Large font size for the main text */
    font-weight: 700;
    color: #1a1a40; /* Darker color for the text */
    line-height: 1.3;
    position: relative;
    margin: 0 auto 30px;
    max-width: 650px; /* Ensures the text breaks lines similar to the image */
}

.expertise-section .expertise-headline h1 strong {
    font-weight: 900;
}

.expertise-section .expertise-description p {
    color: #626262;
    line-height: 1.6;
    margin-bottom: 40px;
    line-height: 26px;
    margin-top: 30px;
}

.expertise-section .btn-know-more {
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background-color: #06439C; /* Deep blue button background */
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Anek Latin', sans-serif;
    text-transform: uppercase;
}

.expertise-section .btn-know-more span {
    display: inline-block;
    padding-left: 5px;
}

.expertise-section .btn-know-more:hover {
    background-color: #0276FD;
    color: #fff;
}

.vector-wrapper img {
    width: 100%;
    height: auto;
    max-width: 50%;
}

.expertise-section .quote-mark {
    position: absolute;
    font-size: 15rem; /* Very large font size for the quote marks */
    font-weight: 900;
    color: rgba(255, 255, 255, 0.6); /* Very faint white/light blue color */
    pointer-events: none; /* Make them unclickable */
    z-index: 0; /* Keep them behind the text */
    user-select: none; /* Prevent text selection */
}

.expertise-section .left-quote {
    left: -100px;
    top: -50px;
    transform: scaleX(-1); /* Flip the character for a proper opening quote */
}

.right-quote {
    right: -100px;
    bottom: -50px;
}

@media (max-width:768px) {
    .expertise-section .expertise-section {
        padding: 50px 0;
    }

    .expertise-section .expertise-headline h1 {
        font-size: 2rem;
        padding: 0 20px; /* Add padding to prevent text collision with quote marks */
    }

    .expertise-section .quote-mark {
        font-size: 8rem;
        opacity: 0.4;
    }

    .expertise-section .left-quote {
        left: -50px;
        top: 0;
    }

    .expertise-section .right-quote {
        right: -50px;
        bottom: 0;
    }

}

/*expertise section end*/

/*client section css starrt*/
.clients-section {
    text-align: center;
    background-color: #fff;
}

.clients-section h2 {
    color: #1C204F;
    font-weight: 700;
    margin-bottom: 20px;
}

.clients-section p {
    color: #525252;
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.clients-section .client-scroll-container {

    /* Hides the overflowing content */
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.client-scroll-container:hover .client-logos {
    animation-play-state: paused;
}

.clients-section .client-logos {
    display: flex;
    transition: transform linear;
    width: fit-content;
}

.clients-section .client-logo-item {
    flex-shrink: 0;
    width: 200px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .client-logo-item img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s;
}

@media (max-width:1200px) {
    .clients-section .client-logo-item {
        width: 150px;
        margin: 0 30px;
    }

}

@media (max-width:768px) {
    .clients-section .client-logo-item {
        width: 120px;
        margin: 0 20px;
    }

}

/*client section css end*/

/*faq section css start*/
.faq-section {
    background-color: #E2EBFF;
}

.faq-section .faq-title {
    color: #06439C;
    font-weight: 600;
    line-height: 56px;
}

.faq-section .faq-subtitle {
    color: #626262;
    font-weight: 300;
    line-height: 26px;
    margin-top: 0.5rem;
}

.faq-section .faq-accordion {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.faq-section .faq-item {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.25rem;
    border: 1px solid #E6E6E6;
    overflow: hidden;
}

.faq-section .faq-question {
    width: 100%;
    text-align: left;
    padding: 1.25rem 1.5rem;
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
    cursor: pointer;
    font-family: 'Anek Latin', sans-serif;
}

/* Icon Styles (Replacing the plus/minus with an arrow) */
.faq-section .icon-toggle {
    display: block;
    width: 1rem; /* Adjust width/height as needed */
    height: 1rem;
    position: relative;
    transition: transform 0.3s ease; /* Transition for rotation */
}

.faq-section .icon-toggle::before {
    content: '';
    position: absolute;
    top: 30%; /* Adjust position to center the arrow */
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 2px solid #8c98a6; /* Right border */
    border-bottom: 2px solid #8c98a6; /* Bottom border */
    transform: rotate(45deg); /* Rotate to make it a downward arrow */
    transition: transform 0.3s ease;
}

/* Icon State: Question is OPEN (expanded) */
.faq-section .faq-question:not(.collapsed) .icon-toggle {

    /* Rotate the entire icon container 180 degrees to point the arrow up */
    transform: rotate(180deg);
}

/* Icon State: Question is CLOSED (collapsed) - No change needed here, as the default is down */

/* --- MODIFIED ICON STYLES END HERE --- */

/* Answer Body Styles (Unchanged from previous response) */
.faq-section .faq-answer .card-body {
    padding: 0 1.5rem 1rem 1.5rem;
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    width: 90%;
    font-family: 'Anek Latin', sans-serif;
}

.faq-section .faq-item:has(.show) {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

@media (max-width:768px) {
    .faq-section .faq-accordion {
        max-width: 100%;
    }

}

/*faq section css end*/

/*contact us section*/

/* Card Container */
.contact-section .contact-card {
    background-color: #fff;
    border-radius: 12px;            /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid #62626299;
    align-items: center;
}

/* Left Section: Contact Info */
.contact-section .contact-info-block {
    background-color: #E2EBFF;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 12px;
}

.contact-section .contact-info-block h2 {
    color: #1C204F;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 56px;
}

.contact-section .contact-info-block p {
    color: #626262;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact-section .info-item {
    display: flex;
    margin-bottom: 20px;
}

.contact-section .icon-circle {
    background-color: #0276FD;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-section .info-details a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Anek Latin', sans-serif;
}

.contact-section .info-details small {
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: block;
    font-family: 'Anek Latin', sans-serif;
}

/* Right Section: Form */
.contact-section .contact-form-block {
    padding: 0 40px;
}

.contact-section .form-group {
    margin-bottom: 20px;
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea.form-control {
    height: 50px;
}

.contact-section .form-control, .form-select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #626262;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    color: #626262;
    transition: border-bottom-color 0.3s;
    opacity: 0.8;
}

.contact-section .form-control::placeholder, .form-select {

    /* Lighten placeholder text */
    color: #626262;
    font-weight: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Anek Latin', sans-serif;
}

.contact-section label {
    display: block;
    font-size: 18px;
    color: #626262;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 5px;
    font-family: 'Anek Latin', sans-serif;
}

.contact-section .form-control:focus {
    box-shadow: none;
    border-radius: 0;
    border-color: transparent;
    border-bottom: 1px solid #626262;
}

.contact-section .required::after {
    content: '*';
    color: red;
    margin-left: 2px;
}

.contact-section #contactForm {
    padding: 4rem 0;
}

/* Submit Button */
.contact-section .btn-submit {
    background-color: #06439C;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section .btn-submit:hover {
    background-color: #0056b3;
}

.contact-section .btn-submit .arrow-icon {
    margin-left: 8px;
    font-size: 16px;
}

/* Validation Styling */
.contact-section .is-invalid {
    border-bottom-color: red !important;
}

.contact-section .error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* Responsive Design */
@media (min-width:768px) {
    .contact-section .contact-info-block {
        padding: 50px 40px;
    }

    /*            .contact-form-block {
            padding: 50px 40px;
        }*/
}

@media (max-width:767px) {
    .contact-section .contact-card {
        max-width: 100%;
    }

    .contact-section .info-item {
        justify-content: start;
    }

    .contact-section .contact-form-block {
        padding: 0;
    }

    .contact-section .icon-circle {
        margin-right: 10px;
    }

}

/*contacxt us section css end*/

/*blog section css start*/

/* General Section Styling */
#blogs-section {
    background-color: #F8F8F8;
}

/* Heading Styling */
#blogs-section.section-heading {
    font-weight: 600;
    color: #082D7D; /* Dark blue from image */
    margin-bottom: 10px;
    line-height: 56px;
}

#blogs-section .section-description {
    color: #626262;
    line-height: 26px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

/* Filter Buttons Styling */
#blogs-section .filter-buttons .btn {
    border: 1px solid #626262;
    color: #6c757d;
    background-color: transparent;
    margin: 0 5px 10px 5px; /* Spacing between buttons */
    padding: 8px 20px;
    border-radius: 100px; /* Pill shape */
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: 'Anek Latin', sans-serif;
}

#blogs-section .filter-buttons .btn.active {
    background-color: #0276FD; /* Blue active background */
    color: #fff;
    border-color: #0276FD;
}

#blogs-section .filter-buttons .btn:hover:not(.active) {
    background-color: #0276FD; /* Blue active background */
    color: #fff;
    border-color: #0276FD;
}

/* Blog Card Styling */
#blogs-section .blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); /* Softer, larger shadow */
    overflow: hidden;
    margin: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

#blogs-section .blog-card:hover img {
    transform: scale(1.1);
    \
}

#blogs-section .blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

#blogs-section .card-body-custom {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E6E6;
    height: 100%;
}

#blogs-section .card-title-custom {
    font-size: 24px;
    font-weight: 400;
    color: #0276FD;
    margin-bottom: 15px;
    line-height: 32px;
    font-family: 'Lexend Deca', sans-serif;
    min-height: 30%;
}

#blogs-section .card-text-custom {
    font-size: 16px;
    color: #626262;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Anek Latin', sans-serif;
    flex-grow: 1; /* Allows it to take up available space */
}

#blogs-section .card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
}

#blogs-section .blog-tags {
    display: none;
}

#blogs-section .blog-tag {
    background-color: #E2EBFF; /* Light blue tag background */
    color: #1C204F;
    padding: 8px 15px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Anek Latin', sans-serif;
    width: 50%;
}

#blogs-section .read-time {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-family: 'Anek Latin', sans-serif;
    width: 50%;
    justify-content: end;
}

#blogs-section .read-time svg {
    margin-right: 5px;
}

#blogs-section .read-more-arrow {
    color: #000;
    transition: transform 0.2s ease;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: inline-block;
    padding: 0 30px;
}

#blogs-section .blog-card:hover .read-more-arrow {
    background-color: #06439C;
    color: #fff;
}

#blogs-section .blog-main-section {
    width: 90%;
    margin: 0 auto;
}

/* Owl Carousel Custom Dots */
#blogs-section .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px; /* Space above dots */
}

#blogs-section .owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #E2EBFF !important; /* Inactive dot color */
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    box-shadow: none; /* Remove default shadow */
}

#blogs-section .owl-carousel .owl-dot.active span {
    background: #06439C !important; /* Active dot color */
}

/* Hide default Owl Carousel nav */
#blogs-section .owl-nav {
    display: none !important;
}

#blogs-section .blogs-carousel .owl-stage, .csr-carousel .owl-stage {
    display: flex;
    padding-bottom: 1rem;
}

#blogs-section .blogs-carousel .owl-item, .csr-carousel .owl-item {
    display: flex;
}

#blogs-section .blogs-carousel .owl-item>div, .csr-carousel .owl-item>div {
    height: 100%;
}

/* Responsive adjustments */
@media (max-width:767.98px) {
    #blogs-section .section-description {
        font-size: 0.9rem;
    }

    #blogs-section .filter-buttons .btn {
        font-size: 0.9rem;
        padding: 6px 15px;
    }

    #blogs-section .blog-main-section {
        width: 100%;
    }

}

/*blog section css end*/

/*customer review section start*/
.testimonial-section {
    background-color: #E2EBFF;
    overflow-x: hidden;
}

.testimonial-section .testimonial-section h2 {
    color: #1C204F;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Testimonial Card Styling */
.testimonial-section .testimonial-card {
    background-color: #1C204F;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #89B0F1; /* Base border */
}

.testimonial-section .detail-img img {
    width: 100%;
    height: auto;
    padding-right: 20px;
    display: inline-block !important;
}

/* Highlight the center (active) card */
.testimonial-section .owl-item .testimonial-card {

    /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);*/
    border: 1px solid #89B0F1;
    background: #1C204F;
    /* Slightly bigger for focus */
    opacity: 1;
}

.testimonial-section .owl-item .testimonial-card .detail-para h3, .testimonial-section .owl-item .testimonial-card .detail-para small,
 .testimonial-section .owl-item .testimonial-card .card-content p {
    color: #fff;
}

.testimonial-section .card-image {
    width: 100%;
    height: auto;
    max-width: 4%;
    object-fit: cover;
    margin-bottom: 15px;
    margin: 0 auto;
}
#testimonial-slider .owl-stage {
  display: flex;
}

#testimonial-slider .owl-item {
  display: flex;
  height: auto;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-content {
  flex-grow: 1;
}

.testimonial-section .detail-para h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Anek Latin', sans-serif;
}

.testimonial-section .detail-para small {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Anek Latin', sans-serif;
}

.testimonial-section .card-content p {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 24px 0 40px;
    text-align: center;
    font-family: 'Anek Latin', sans-serif;
}

.testimonial-section .card-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* --- Owl Carousel Customization (Stage Padding & Center Mode) --- */

/* Ensure .owl-stage-outer has overflow: visible for partial slides to show */
.testimonial-section .owl-stage-outer {
    overflow: visible !important;
}

/* The padding applied via JS determines the visibility of neighbors. 
   Removing CSS padding adjustments since JS handles it responsively now. 
*/
.testimonial-section .owl-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Dimming effect on non-active slides */
.testimonial-section .owl-item {
    transition: opacity 0.3s, transform 0.3s;
}

.testimonial-section .owl-item.active {
    opacity: 1;
}
.testimonial-slider-wrapper{
  position: relative;
}
.testimonial-slider-wrapper::before{
  content:"";
  position:absolute;
  left:-8rem;
  top:0;
  height:100%;
  width:120px;
  z-index:5;
  pointer-events:none;
  background: linear-gradient(270deg, rgba(226, 235, 255, 0) 0%, rgba(226, 235, 255, 0.4) 50%, rgba(226, 235, 255, 0.68) 75.07%, #E2EBFF 100%);

}

/* RIGHT OVERLAY */
.testimonial-slider-wrapper::after{
  content:"";
  position:absolute;
  right:-8rem;
  top:0;
  height:100%;
  width:120px;
  z-index:5;
  pointer-events:none;
  background: linear-gradient(-270deg, rgba(226, 235, 255, 0) 0%, rgba(226, 235, 255, 0.4) 50%, rgba(226, 235, 255, 0.68) 75.07%, #E2EBFF 100%);

}

/* --- Custom Navigation and Dots Styling --- */
.testimonial-section .custom-owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.testimonial-section .custom-owl-nav .owl-prev, .custom-owl-nav .owl-next {
    background: var(--primary-color) !important;
    color: white !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    font-size: 2rem !important;
    margin: 0 30px;
    padding: 0 !important;
    border: 2px solid var(--secondary-color);
    transition: all 0.3s;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    display: none;
}

.testimonial-section .custom-owl-nav .owl-prev:hover, .custom-owl-nav .owl-next:hover {
    background: var(--secondary-color) !important;
    border-color: white;
    transform: translateY(-2px);
}

.testimonial-section .custom-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-section .custom-dots .dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px;
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}

.testimonial-section .custom-dots .dot.active {
    background: #06439C;
    transform: scale(1.2);
    box-shadow: 0 0 5px white;
}

/*customer rwview section end*/

/*csr section start*/
.csr-section {
    background-color: #fff;
}

.csr-section .csr-carousel {
    padding-left: 6rem;
}

/* Applying horizontal padding to the fluid container content */
.csr-section .container-fluid-content {
    padding-left: 15px;
    padding-right: 15px;
}

.csr-section .csr-header {
    max-width: 900px;
    margin: 0 auto 50px auto; /* Centering header text within the fluid container */
    color: #333;
}

.csr-section .csr-header h2 {
    color: #1C204F;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.csr-section .csr-header p {
    line-height: 26px;
    color: #626262;
    font-weight: 300;
    text-align: center;
}

/* --- Card Height Fix Styling 📏 --- */
.csr-section .owl-carousel .owl-item {
    height: auto;
}

.csr-section .csr-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;            /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    margin: 10px;
    text-align: left;            /* **Fixed Height for Uniformity** */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.csr-section .csr-card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
}

.csr-section .csr-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.csr-section .csr-card-image img:hover {
    transform: scale(1.05);
}

.csr-section .csr-card-content {
    padding: 20px;            /*display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1; */
    border: 1px solid #E6E6E6;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-bottom: 0;
}

.csr-card-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Lexend Deca', sans-serif;
    min-height: 55px;
}

.csr-section .csr-card-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #626262;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Anek Latin', sans-serif;
}

.csr-section .csr-card-arrow {
    color: #000;
    text-decoration: none;
    display: inline;
    transition: transform 0.3s ease;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    width: fit-content;
    padding: 0 30px;
    display: none;
}

.csr-section .csr-card:hover .csr-card-arrow {
    background-color: #06439C;
    color: #fff;
}

/* --- Owl Carousel Customizations (Dots) 🔘 --- */
.csr-section .owl-theme .owl-nav {
    display: none;
}

.csr-section .owl-theme .owl-dots {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
}

.csr-section .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #b1b1b1;
    display: block;
    border-radius: 50%;
    opacity: 1;
    transition: background 0.3s ease;
}

.csr-section .owl-theme .owl-dots .owl-dot.active span {

    /* Active dot color */
    background: #06439C;
    height: 12px;
    width: 12px;
}

.csr-section .owl-theme .owl-dots .owl-dot:hover span {

    /* Active dot color */
    background: #06439C;
}
/* make owl items same height */
.csr-carousel .owl-stage {
  display: flex;
}

.csr-carousel .owl-item {
  display: flex;
  height: auto;
}

/* card structure */
.csr-card {
  display: flex;
  flex-direction: column;
  height: 80%;
}

/* image */
.csr-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* content layout */
.csr-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

/* text grows */
.csr-card-content > div {
  flex-grow: 1;
}

/* arrow bottom */
.csr-card-arrow {
  margin-top: auto;
}

@media (max-width:576px) {
    .csr-section .csr-card {
        height: auto;
        margin: 10px 0;
    }

    .csr-section .csr-carousel {
        padding-left: 0;
    }

}

.horizontal-accordion-container {
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
    gap: 1px;
}

#horizontalAccordion .accordian-para {
    font-size: 16px;
    color: #E6E6E6;
    font-weight: 400;
    font-family: 'Anek Latin', sans-serif;
}

#horizontalAccordion .accordion-content h5 {
    font-size: 20px;
    font-weight: 500;
    color: #0276FD;
    font-family: 'Lexend Deca', sans-serif;
}

/*
* 2. Common Section Styling
*/
#horizontalAccordion .accordion-column {
    flex-grow: 0;
    flex-shrink: 0;            /*transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    position: relative;
    color: white;
    padding-top: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer; /* Indicate it's clickable */

    /* Blending mode for image overlay effect */
    background-blend-mode: multiply;
}

#horizontalAccordion {
    display: flex;
    width: 100%;
    height: 65vh;
}

#horizontalAccordion .accordion-column {
    width: 20%;
    min-height: 450px; /* VERY IMPORTANT */
    background-size: cover;            /*background-position: center;*/

    /*transition: all 0.4s ease;*/
    cursor: pointer;
}

#horizontalAccordion .accordion-column.active {
    width: 60%;
}

/*
* 3. Specific Section Backgrounds and Initial Widths
*/
#horizontalAccordion .column-people {

    /* Example Image 1 */
    background-image: url('../images/home/people-small-bg-1.png');
    background-size: cover;
}

#horizontalAccordion .column-processes {

    /* Example Image 2 */
    background-image: url('../images/home/people-small-bg-2.png');
    background-size: cover;
}

#horizontalAccordion .column-progress {

    /* Example Image 3 */
    background-image: url('../images/home/people-small-bg-3.png');
    background-size: cover;
}

/* The main effect: width control */
#horizontalAccordion .accordion-column {
    width: 20%; /* Collapsed width */
    background-size: cover;
}

/* Expanded width */
#horizontalAccordion .accordion-column.active {
    width: 60%;
    background-size: cover;
    background-image: var(--bg-image);
}

/* Set the initial active state (People) */
#horizontalAccordion .column-people {
    --bg-image: url('../images/home/people-bg-1.png');
}

#horizontalAccordion .column-processes {
    --bg-image: url('../images/home/people-bg-2.png');
}

#horizontalAccordion .column-progress {
    --bg-image: url('../images/home/people-bg-3.png');
}

#horizontalAccordion .column-people.active {
    width: 60%;
}

#horizontalAccordion .accordion-column.People {
    background-position: inherit;
    border-bottom-left-radius: 50px;
}

#horizontalAccordion .accordion-column.Progress {
    background-position: right bottom;
    border-top-right-radius: 50px;
}

/*
* 4. Content and Title Styling
*/
#horizontalAccordion .accordion-content {
    padding: 30px;
    opacity: 1;            /*transition: opacity 0.3s ease-in-out 0.4s;*/
    max-width: 600px;
}

/* Hide content when collapsed */
#horizontalAccordion .accordion-column:not(.active) .accordion-content {
    opacity: 0;
    pointer-events: none;
    display: none;
}

#horizontalAccordion .vertical-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 5px;
    opacity: 0;            /*transition: opacity 0.3s ease-in-out 0.3s;*/
}

/* Show vertical title ONLY when collapsed */
#horizontalAccordion .accordion-column:not(.active) .vertical-title {
    opacity: 1;
}

#horizontalAccordion .main-title {
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    line-height: 56px;
}

#horizontalAccordion .title-icon {
    font-size: 2rem;
    background-color: #0276FD;
    border-radius: 12px;
    display: inline-block;
}

/*
* 5. Media Queries for Responsiveness
*/
@media (max-width:992px) {
    .horizontal-accordion-container {
        flex-direction: column;
        height: auto !important;
    }

    #horizontalAccordion .accordion-column {
        width: 100% !important;
        height: 150px;
        min-height: 150px;                /*transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    }

    #horizontalAccordion .accordion-column.active {
        height: 450px; /* Expanded height for mobile */
    }

    #horizontalAccordion .accordion-column:not(.active) .vertical-title {
        opacity: 0;
    }

    #horizontalAccordion .accordion-column:not(.active) .accordion-content {
        display: none;
    }

    #horizontalAccordion .accordion-column.active .accordion-content {
        opacity: 1;
        display: block;
        transition: opacity 0.3s ease-in-out 0.4s;
    }

    #horizontalAccordion .vertical-title {
        position: static;
        transform: none;
        writing-mode: horizontal-tb;
        padding: 30px;
        font-size: 2.5rem;
        letter-spacing: 0;
        opacity: 0;
    }

    #horizontalAccordion .accordion-column:not(.active) .vertical-title {
        opacity: 1; /* Show title on mobile when collapsed height */
    }

}

/*3ps people progress section end*/

/*vehical shocase section start*/

/* General Section Styling */
#vehicle-showcase {
    background-color: #1C204F; /* Dark blue background */
}

/* Title and Description */
#vehicle-showcase h2 {
    color: #ffffff;
}

#vehicle-showcase p {
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* Tabs Styling */
.vehicle-tabs {
    width: 60%;
    margin: 0 auto;
    border-bottom: none; /* Remove default Bootstrap bottom border */
}

.vehicle-tabs .nav-link {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px 25px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex; /* For icon alignment */
    align-items: center;
    justify-content: center;
    font-family: 'Lexend Deca', sans-serif;
    flex-direction: column; /* Stack icon and text */
}

.vehicle-tabs .nav-link i {
    border-radius: 12px;
    border: 1px solid #2B338A;
    padding: 20px;
    font-size: 30px;
    margin-bottom: 10px;
}

.vehicle-tabs .nav-link:hover {
    color: #4a90e2; /* Light blue on hover */
    border-radius: 20px;
}

.vehicle-tabs .nav-link.active img {
    color: #1C204F;
    background-color: #0276FD; /* Blue background for active tab */
    border-radius: 20px;
    border-color: #0276FD;
}

.vehicle-tabs .nav-link:hover img {
    background-color: #0276FD;
    border: #fff;
    color: #1C204F;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
}

#vehicleTabContent {
    width: 60%;
}

/* Stat Box Styling */
.stat-box {
    background-color: #45659a33; /* Slightly lighter blue than the background */
    border: 1px solid #45659a33;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.stat-number {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    line-height: 40px;
    font-family: 'Lexend Deca', sans-serif;
}

.stat-description {
    color: #fff; /* Slightly transparent white for description */
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Anek Latin', sans-serif;
}

/* Image Placeholder and Animation Setup */
.vehicle-image-container {
    overflow: hidden; /* Crucial to clip the image when it moves out of bounds */
    min-height: 350px; /* Ensure space for the image */
    position: relative;
    display: flex;
    align-items: flex-end; /* Align the bottom of the image */
}

/* Remove the hardcoded background image from the CSS */
.vehicle-image-placeholder {
    width: 100%;
    height: 100%;            /* OLD CODE REMOVED:
        background: url('https://i.imgur.com/K0c1pQ0.png') no-repeat bottom left/contain;
        */
    background-position: bottom left; /* Keep these styles for consistent positioning */
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;            /* Initial state for the animation */
    transform: translateX(-100%);
    opacity: 0;            /* Default transition for opacity */
    transition: opacity 0.5s ease-out;
}

/* Animation Class (Added by JS on tab switch) */
.vehicle-image-placeholder.slide-in {

    /* Define a slow animation: 2 seconds duration */
    animation: slide-slow 2s ease-out forwards;
    opacity: 1;
}

/* Keyframes for the slow, left-to-right slide-in effect */
@keyframes slide-slow {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }

    100% {

        /* Moves the image back to its natural position (0 displacement) */
        transform: translateX(-20%);
        opacity: 1;
    }

}

/* Responsive Adjustments */
@media (max-width:991.98px) {
    .vehicle-tabs .nav-link {
        padding: 0 !important;
    }

    .vehicle-tabs .nav-link span {
        font-size: 16px;
    }

    .vehicle-tabs .nav-link i {
        margin-bottom: 0;
        padding: 10px;
        font-size: 30px;
    }

}

@media (max-width:768px) {
    .vehicle-tabs {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between !important;
    }

    .vehicle-tabs .nav-item {
        flex-shrink: 0; /* Prevent items from shrinking */
    }

    .vehicle-image-container {
        min-height: 150px;
    }

    #vehicleTabContent {
        width: 100%;
    }

}

/*vehical showcase section end*/

/* deepak css add */
.vehicle-showcase {
    background: linear-gradient(180deg, #1c2454 0%, #1a1f4a 100%);
    color: #ffffff;
}

.vehicle-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.vehicle-description {
    max-width: 700px;
    margin: 0 auto;
    color: #cfd3ff;
}

.vehicle-stat-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    border: 1px solid #89B0F133;
}

.vehicle-stat-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.vehicle-stat-card p {
    margin: 0;
    font-size: 16px;
    color: #d5d9ff;
}

.icon-box {

    /*background: rgba(255, 255, 255, 0.12);*/
    border-radius: 10px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 100%;
    height: auto;
}

/*map section cssa start*/

/* Custom background pattern for a closer match to the design image */
.traveltime-section {
    background-color: #f7f9fd; /* Light background */
    background-image: url("../images/home/map-bg.png");
    background-size: cover;
    background-position: center;
    min-height: 100vh; /* Ensure it takes up full screen height for better demo */
    display: flex;
    align-items: center;
}

/* Map specific styles */
.traveltime-section .traveltime-map {
    max-width: 100%;
    height: auto;
}

/* Content specific styles */
.traveltime-section .traveltime-headline {
    color: #1C204F; /* Dark blue color */
    line-height: 56px;
    font-weight: 600;
}

/* Carousel/Card specific styles */
.traveltime-section .carousel-card {
    padding: 0; /* Space between cards in the carousel */
}

.traveltime-section .lead {
    color: #626262;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 2rem;
}

.traveltime-section .card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #06439C;
    font-family: 'Lexend Deca', sans-serif;
}

.traveltime-section .card-body span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Anek Latin', sans-serif;
}

.traveltime-section .card-body {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    font-family: 'Anek Latin', sans-serif;
}

.traveltime-section .carousel-image {
    height: 250px; /* Fixed height for consistent card appearance */
    object-fit: cover;
}

.traveltime-section .traveltime-icon {
    color: #000; /* Bus icon color */
}

/* Custom Navigation Styling */
.traveltime-section .custom-nav button {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    color: #1C204F;
    font-size: 1.5rem;
    padding: 2px 20px;
    line-height: 1;
    border-radius: 12px;
}

.traveltime-section .custom-nav {
    display: flex;
    justify-content: start;
    margin-top: 30px;
    gap: 20px;
}

.traveltime-section .custom-nav button:hover {
    color: #fff;
    background-color: #06439C;
}

/* Hide the default Owl Carousel navigation dots and arrows */
.traveltime-section .owl-theme .owl-nav {
    display: none;
}

.traveltime-section .owl-theme .owl-dots {
    display: none;
}

/* Responsive adjustments */
@media (max-width:991px) {

    /* On tablets and mobile, reverse the order for the map to appear on top */
    .traveltime-section .row {
        flex-direction: column;
    }

    .traveltime-section .map-container {
        padding: 1rem 0;
    }

    .traveltime-section .traveltime-map {
        max-width: 100%;
    }

}

/*masp section css end*/

/*all responsive*/

@media screen and (min-width:1025px) and (max-width:1380px) {
    .section-heading {
        font-size: 42px;
    }

    .services-section .card-title {
        font-size: 19px;
    }

    #blogs-section .blog-tag {
        font-size: 14px;
        padding: 8px;
    }

    .csr-card-content h3 {
        font-size: 22px;
    }

    #blogs-section .card-title-custom {
        font-size: 18px;
        min-height: 20%;
        line-height: 26px;
    }

}

@media screen and (min-width:992px) and (max-width:1024px) {
    .section-heading {
        font-size: 38px;
    }

    .contact-section .contact-card, .faq-section .faq-accordion, #blogs-section .blog-main-section {
        max-width: 90%;
    }

    .csr-card-content h3 {
        min-height: 80px;
    }

    .contact-section .contact-form-block {
        padding: 0 25px;
    }

    .vehicle-tabs {
        width: 80%;
    }

    #vehicleTabContent {
        width: 80%;
    }

    .vehicle-image-container {
        min-height: 250px;
    }

    .top-slider-section .hero-slide, .top-slider-section .hero-wrapper {
        height: 450px;
    }

    .top-slider-section .slider-controls {
        bottom: 0;
        right: 0;
    }

    .traveltime-section {
        min-height: auto;
    }

    .about-us-section .stat-card {
        margin-bottom: 0;
    }
    .services-section .card-title{
        font-size: 20px;
    }
    .card-body-container{
        min-height: 80px;
    }
    .vehicle-stat-card {
        padding: 10px;
        gap: 12px;
    }
    .stat-num{
        width: 80%;
    }
    #horizontalAccordion {
        height: 35vh;
    }
    #blogs-section .card-title-custom{
        min-height: 35%;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .stat-card.stat-1, .stat-card.stat-2 {
        margin-right: 20px;
        gap: 0;
    }

    .about-us-section .main-stat-grid {
        margin-top:2.5rem;
    }

    .about-us-section .stat-grid-2 {
        margin-top: 0px;
    }

    .csr-section .csr-carousel {
        padding-left: 0;
    }

    #blogs-section .blog-main-section {
        width: 100%;
    }

    .contact-section .contact-form-block {
        padding: 0 10px;
    }

    .top-slider-section .slide-content {
        max-width: 90%;
    }

    .services-section .services-heading-wrapper p {
        max-width: 80%;
    }
    .section-padding {
        padding: 3rem 0;
    }
    .top-slider-section .slide-desc{
        width: 70% !important;
    }
    .top-slider-section .btn-outline-custom{
        background-color: #ffffff73;
    }
    .card-body-container{
        min-height: 80px;
    }
    .services-section .arrow-btn{
        margin-top: auto !important;
        width:80px;
    }
    .card-body {
        display: flex;
        flex-direction: column;
    }
    .testimonial-slider-wrapper::before{
        left: -5rem;
    }
    .testimonial-slider-wrapper::after{
        right: -5rem;
    }
    .section-heading {
        font-size: 35px;
    }

}

@media (max-width:991px) {
    .top-slider-section .slide-counter {
        color: #ffff;
    }

    .traveltime-section .traveltime-headline {
        line-height: 42px;
    }

    .services-section .card-title {
        font-size: 19px;
    }

    .expertise-heading-wrapper h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .traveltime-section .traveltime-headline br {
        display: none;
    }

    #horizontalAccordion .accordion-column.People {
        background-position: center;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0;
    }

    #horizontalAccordion .accordion-column.Progress {
        background-position: center;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-top-right-radius: 0;
    }

    .testimonial-section .testimonial-card {
        padding: 30px;
    }

    .contact-section .contact-form-block {
        margin-top: 20px;
    }

    .top-slider-section .hero-wrapper {
        height: auto;
    }

    .top-slider-section .slide-title {
        font-size: 32px;
        line-height: 36px;
    }

    .about-us-section .main-stat-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .about-us-section .stat-grid {
        grid-template-columns: 1fr;
    }

}

/*all heading animation */

@media screen and (min-width:1025px) and (max-width:1280px) {
    #horizontalAccordion{
        height: 65vh;
    }
    .vehicle-stat-card{
        padding: 10px;
    }
    .vehicle-stat-card p{
        font-size: 14px;
    }
    .vehicle-stat-card h3 {
        font-size: 28px;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .top-slider-section .slide-title{
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .slide-desc p{
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .top-slider-section .slide-desc{
        margin-bottom: 10px;
    }
    .top-slider-section .btn-primary-custom{
        width: 50%;
    }
    .top-slider-section .btn-primary-custom,.top-slider-section .btn-outline-custom{
        padding: 10px 8px;
        font-size: 16px;
    }
    .btn-outline-custom{
        width: 60%;
    }
    .section-heading {
        font-size: 28px;
        line-height: 1.2 !important;
    }

}
@media screen and (min-width: 1600px) and (max-width: 2048px) { 
    .testimonial-slider-wrapper::before{
        left: -10rem;
        display: none;
    }
    .testimonial-slider-wrapper::after{
        right: -10rem;
        display: none;
    }
    #horizontalAccordion{
        height: 55vh;
    }
}