@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

:root {
--avia-navy: #0a1e3c;
--header-top-bg: #1a1a1a;
--brand-accent: #9c5ca4;      
--brand-accent-dark: #7a4080; 
--header-text-dark: #333333;
--avia-sky: #f4eef5;
--brand-gold: #c5a47e;
--brand-red: #cb5650; 
--airbus-blue: #00205b;

--nav-border-color: rgba(255, 255, 255, 0.15);          
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

body {
    font-family: "Livvic", sans-serif;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: "Livvic", sans-serif;
}

.text-muted {
    --bs-text-opacity: 1;
    color: rgb(33 37 41 / 86%) !important;
}

/* --- Transparent Navbar --- */
.navbar-custom {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
    padding: 0;
    height: 80px; 
    background: #fff;
    border-bottom: 1px solid var(--nav-border-color);
}
/* --- Scrolled Navbar State --- */
        .navbar-scrolled {
            background-color: #ffffff; /* Turns solid blue on scroll */
            border-bottom-color: transparent; /* Hides the bottom border when solid */
            box-shadow: 0 4px 15px rgba(0,0,0,0.3); /* Adds a drop shadow */
        }

.nav-item-container {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    /* border-right: 1px solid var(--nav-border-color); */
    height: 80px;
}

.border-left-custom {
    border-left: 1px solid #e5e5e5;
}

.border-right-custom {
    border-right: 1px solid #e5e5e5;
}

.menu-trigger {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
}

.navbar-brand-white {
    height: 55px;
}

.nav-right-link {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0; 
}

.nav-right-link:hover {
    color: #000000;
}

.offcanvas-custom {
    width: 450px !important;
    border-right: none;
    display: flex;
    flex-direction: column;
}

.offcanvas-header {
    padding: 2.5rem 3rem 1.5rem 3rem;
    z-index: 10;
    background: white;
}

.offcanvas-logo {
    height: 70px;
}

.btn-close-custom {
    background: transparent;
    border: none;
    color: var(--airbus-blue);
    font-size: 1.5rem;
    padding: 0;
}

.offcanvas-body {
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.menu-slider-container {
    display: flex;
    width: 200%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.menu-pane {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.pane-content {
    padding: 0 2rem 3rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    color: var(--airbus-blue);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

        /* Sub Menu Panel styles */
        .back-bar { background-color: var(--airbus-light-bg); padding: 1rem 3rem; cursor: pointer; }
        .back-btn { background: none; border: none; color: var(--airbus-blue); font-weight: 600; font-size: 0.95rem; display: flex; align-items: center; gap: 10px; padding: 0; }
        .submenu-title {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    }
        
        /* Clean Submenu Link Styles */
        .submenu-link {
            color: var(--airbus-blue);
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 600;
            display: block;
            padding: 0.8rem 10px;
            border-bottom: 1px solid transparent;
        }
        .submenu-link:hover { 
            opacity: 0.8; 
            color: var(--airbus-blue);
        }

        .careers-widget { display: flex; margin-top: auto; background-color: #000; color: var(--airbus-text-light); text-decoration: none; min-height: 180px; }
        .careers-img-wrapper { width: 40%; background-image: url('https://images.unsplash.com/photo-1540962351504-03099e0a754b?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80'); background-size: cover; background-position: center; }
        .careers-content { width: 60%; padding: 2rem 1.5rem; display: flex; flex-direction: column; justify-content: center; }
        .careers-pill { background: var(--airbus-text-light); color: var(--airbus-blue); padding: 3px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; margin-bottom: 1rem; align-self: flex-start; }

        /* --- Top Search Panel Styles (Desktop) --- */
        .offcanvas-top-search { height: 40% !important; background-color: #ffffff; border-bottom: none; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
        .search-title { color: var(--airbus-blue); font-weight: 400; font-size: 2.2rem; text-align: center; }
        .search-input-group { max-width: 700px; width: 100%; }
        .search-input { background-color: #e9ecef; border: none; padding: 1rem 1.5rem; font-size: 1.1rem; border-radius: 4px 0 0 4px; }
        .search-input:focus { background-color: #e9ecef; box-shadow: none; outline: none; }
        .btn-airbus-blue { background-color: #dd8d36; color: #ffffff; padding: 0 2.5rem; font-weight: 700; font-size: 1rem; border-radius: 0 4px 4px 0; }
        .btn-airbus-blue:hover { background-color: #000; color: #ffffff; }

        /* --- Mobile Inside-Menu Search Bar Styles --- */
        .mobile-search-input { background-color: #e9ecef; border: none; padding: 0.85rem 1rem; border-radius: 4px 0 0 4px; }
        .mobile-search-input:focus { background-color: #e9ecef; box-shadow: none; }
        .btn-mobile-search { background-color: var(--airbus-blue); color: white; border-radius: 0 4px 4px 0; padding: 0 1.25rem; }
        .btn-mobile-search:hover { background-color: #001a4c; color: white; }

        /* --- NEW HERO SLIDER STYLES (90vh) --- */
        #heroCarousel .carousel, #heroCarousel .carousel-inner, #heroCarousel .carousel-item { height: 90vh; background-color: #111; }
/* #heroCarousel .carousel-inner:after { */
    /* position: absolute; */
    /* display: block; */
    /* content: ""; */
    /* opacity: 0.9; */
    /* background: linear-gradient(180deg, rgb(0 0 0 / 60%) 0%, rgb(7 26 61 / 0%) 100%); */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: 1; */
    /* height: 180px; */
/* } */
        #heroCarousel .carousel-item { position: relative; }
        /* #heroCarousel .carousel-item::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 1; } */
        #heroCarousel .carousel-item img { width: 100%; height: 90vh; object-fit: cover; }
        #heroCarousel .carousel-caption { z-index: 2; bottom: auto; top: 50%; transform: translateY(-50%); text-align: left !important; left: 10%; right: 10%; }
        #heroCarousel .hero-title {font-size: 2.5rem; font-weight: 600; line-height: 1.1; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
        #heroCarousel .hero-subtitle { font-size: 1.25rem; font-weight: 400; margin-bottom: 2.5rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
#heroCarousel .hero-title span {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 12px;
    border-radius: 12px;
}
.submenu-link:hover {
    background: #eee;
}

.menu-link:hover {
    background: #eee;
}
.btn-orange {     
    background-color: #dd8d36;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 0.7rem 2rem;
    border-radius: 4px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    border: none;
    margin-top: 10px;   
}
        .btn-orange:hover { background-color: #c67d2f; color: white; }
        .carousel-indicators { bottom: 2rem; }
        .carousel-indicators [data-bs-target] { width: 40px; height: 4px; border-radius: 0; background-color: rgba(255, 255, 255, 0.5); border: none; margin: 0 5px; transition: all 0.3s ease; }
        .carousel-indicators .active { background-color: white; width: 50px; }
        .carousel-control-prev, .carousel-control-next { width: 5%; z-index: 3; }
        .carousel-control-prev-icon, .carousel-control-next-icon { width: 3rem; height: 3rem; }
.contactformpg-area ul li {
    list-style: disc;
}

.contactformpg-area ul {
    padding-left: 20px;
}
        @media (max-width: 768px) {
            .offcanvas-custom { width: 100% !important; }
            .search-title { font-size: 1.8rem; }
            .hero-title { font-size: 2.8rem; }
            .carousel-caption { left: 5%; right: 5%; }
            .nav-item-container { padding: 0 1rem; }
        }

        /* ===========================
           ABOUT SECTION
           =========================== */
        .about-images-wrapper {
            position: relative;
            min-height: 550px;
        }
        .about-img {
            position: absolute;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        .about-img-1 {
            width: 380px;
            height: 380px;
            top: 0;
            left: 0;
            background-image: url('../images/about-2.jpg');
            z-index: 2;
        }
        .about-img-2 {
            width: 350px;
            height: 350px;
            bottom: 0;
            right: 0;
            background-image: url('../images/about-1.jpg');
            z-index: 3;
        }
        .experience-badge {
            position: absolute;
            top: 12%;
            left: 60%;
            width: 160px;
            height: 160px;
            background-color: #d9973d;
            border: 8px solid #fff;
            color: white;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 4;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
.exp-number {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
.exp-text {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 15px;
    margin-top: 5px;
}
        .outline-circle {
            position: absolute;
            border: 2px solid var(--brand-accent);
            border-radius: 50%;
            opacity: 0.5;
        }
        .outline-circle-1 {
            width: 400px;
            height: 400px;
            top: -20px;
            left: -20px;
            z-index: 1;
        }
        .outline-circle-2 {
            width: 370px;
            height: 370px;
            bottom: -20px;
            right: -20px;
            z-index: 1;
        }

        /* Right Content */
        .about-tag {
            display: inline-flex;
            align-items: center;
            background-color: var(--brand-accent);
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            margin-bottom: 20px;
        }
.about-heading {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2;
}
.main-hd h2 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #000;
}
        .text-accent { color: #004b87 !important; }
        
        .benefit-box {
            display: flex;
            align-items: flex-start;
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
        }
        .benefit-icon {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            background-color: var(--brand-accent);
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            margin-right: 20px;
        }
        .benefit-title {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }
        .btn-discover {
            background-color: #000000;
            color: white;
            padding: 12px 35px;
            margin-top: 15px;
            border-radius: 30px;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
            border: none;
        }
        .btn-discover:hover {
            background-color: var(--brand-accent-dark);
            color: white;
            transform: translateY(-3px);
        }

        @media (max-width: 991px) {
            .about-images-wrapper {
                min-height: 400px;
                margin-bottom: 50px;
            }
            .about-img-1 { width: 280px; height: 280px; }
            .about-img-2 { width: 250px; height: 250px; }
            .experience-badge { width: 120px; height: 120px; top: 30%; left: 35%; }
            .exp-number { font-size: 2rem; }
            .outline-circle { display: none; }
            .about-heading { font-size: 2rem; }
        }

        /* --- Rest of Page Styles --- */
        .service-card {
            border: none; 
            border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease; 
            height: 100%; 
            overflow: hidden; 
            background: white;
            padding: 15px;
            border-radius: 100px 100px 100px 0;
            display: flex;
            flex-direction: column;
            border: 2px solid #9c5ca4;
        }
        .service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
        .card-header-img { height: 200px; object-fit: cover; width: 100%; border-radius: 85px 85px 85px 0; }
        
        .service-icon { 
            font-size: 2.5rem; 
            color: #dd8d36;
            margin-bottom: 1rem; 
        }

        .btn-service-read-more {
            color: #000000;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 0.85rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            margin-top: auto; 
            padding-top: 15px;
            transition: all 0.3s ease;
        }
        .btn-service-read-more:hover {
            color: var(--brand-accent-dark);
            letter-spacing: 1px;
        }
        .btn-service-read-more i {
            font-size: 0.8rem;
            margin-left: 5px;
            transition: margin-left 0.3s;
        }
        .btn-service-read-more:hover i { margin-left: 10px; }
.about p {
    text-align: justify;
}

        /* ===========================
           WHY CHOOSE US SECTION
           =========================== */
        .why-choose-us-section {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            background-color: #f9f9f7;
        }
        .feature-image-container img {
            border-radius: 20px;
            width: 100%;
            height: 650px;
            object-fit: cover;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        .content-container {
            padding-left: 3rem;
            position: relative;
            z-index: 1;
        }
        .sub-heading {
            color: var(--brand-accent);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
            display: block;
            font-size: 0.85rem;
        }
.description-text {
    color: rgb(33 37 41 / 86%);
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
}
        .icon-box-feature {
            width: 60px;
            height: 60px;
            background-color: #ffffff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            flex-shrink: 0;
        }
        .icon-box-feature i {
            font-size: 1.5rem;
            color: var(--brand-accent);
        }
        .feature-title {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .bg-airplane-icon {
            position: absolute;
            bottom: -30px;
            right: -50px;
            color: #e9ecef;
            font-size: 15rem;
            transform: rotate(-20deg);
            z-index: 0;
            opacity: 0.5;
        }
        @media (max-width: 991px) {
            .content-container { padding-left: 0; margin-top: 3rem; }
            .bg-airplane-icon { display: none; }
        }

        /* ===========================
           ENQUIRE NOW SECTION
           =========================== */
        .enquire-now-section {
            background-image: url('../images/banner-22.jpg'); 
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            position: relative;
        }
        .enquire-overlay {
            background: rgba(0, 0, 0, 0.7);
            padding: 100px 0;
        }
        .enquire-heading {
            color: white;
            font-weight: 700;
            font-size: 3rem;
            line-height: 1.2;
        }
.enquire-subtitle {
    color: #ccc;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 30px;
}
        .btn-enquire {
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 15px 40px;
            border: 2px solid var(--brand-gold);
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
        }
        .btn-enquire:hover {
            background-color: var(--brand-gold);
            color: white;
        }
        @media (max-width: 768px) {
            .enquire-heading {
                font-size: 2rem;
            }
        }

        /* ===========================
           COUNTER SECTION (NEW)
           =========================== */
        .counter-section {
            padding: 50px 0 70px;
            position: relative;
            background-color: #fff;
        }
        .counter-title {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
            color: #000;
            margin-bottom: 50px;
        }
.counter-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 12px 30px #DCBB8736;
    box-shadow: 0px 12px 12px #DCBB8736;
    text-align: center;
    border: 1px solid #ececec;
}
 .counter-number {
    font-size: 2rem;
    font-weight: 600;
    color: #004b87;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .counter-text {
            font-size: 1.1rem;
            color: #555;
        }
        .counter-bg-dots {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: 100px;
            height: 100px;
            background-image: radial-gradient(#dcdcdc 2px, transparent 2px);
            background-size: 15px 15px;
            z-index: 0;
        }

        /* ===========================
           NEW CONTACT SECTION DESIGN
           =========================== */
        .contact-section-new {
            background-color: #f9f9f7; /* Very light grey bg for section */
            padding: 80px 0;
        }
        /* Custom Input Styling to match image */
        .custom-form-control {
            border: 1px solid #e0e0e0;
            padding: 15px 20px;
            font-size: 0.95rem;
            border-radius: 5px;
            color: #555;
            background-color: #fff;
        }
        .custom-form-control:focus {
            border-color: var(--brand-accent);
            box-shadow: none;
        }
        /* Submit Button */
        .btn-brand-submit {
            background-color: #dd8d36;
            color: white;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 15px;
            border-radius: 5px;
            border: none;
            width: 100%;
            transition: all 0.3s;
        }
        .btn-brand-submit:hover {
            background-color: #c67d2f;
            color: white;
            transform: translateY(-2px);
        }
        /* Right Side Text */
        .contact-icon-wrapper {
            margin-bottom: 20px;
        }
        .contact-icon-wrapper i {
            color: var(--brand-accent); /* Purple Icon */
            font-size: 3rem;
        }
        .contact-heading-new {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
            color: #000;
            margin-bottom: 1.5rem;
        }

        /* ===========================
           CLIENTS OWL CAROUSEL SLIDER
           =========================== */
        .clients-section {
            padding: 80px 0;
            background-color: #ffffff;
        }
        .clients-heading {
            font-size: 2.5rem;
            font-weight: 800;
            color: #333;
            margin-bottom: 10px;
        }
        .clients-subtext {
            color: #777;
            font-size: 1rem;
            margin-bottom: 50px;
        }
        
        /* Styles for Owl Items */
        .client-logo-item {
            text-align: center;
            padding: 20px;
            border: 1px solid #d6d6d6;
            border-radius: 15px;
            min-height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .client-logo-item img {
            max-height: 200px;
            display: inline-block !important;
            transition: all 0.3s ease;
            width: 100% !important;
        }
        
        
        .owl-theme .owl-dots .owl-dot span {
            background: #d6d6d6;
            width: 10px;
            height: 10px;
            margin: 5px 7px;
        }
        .owl-theme .owl-dots .owl-dot.active span {
            background: var(--brand-accent);
        }

        /* ===========================
           FOOTER STYLES
           =========================== */
        .footer-section {
            background-color: #1a202c; /* Dark blue/charcoal background */
            /* Replace 'your-background-image-url.png' with the actual URL of your background image.
               For the effect in the image, you need a world map pattern with network lines.
            */
            background-image: url('your-background-image-url.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            color: #ffffff;
        }

        /* Optional overlay to ensure text readability over the background image */
        .footer-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(26, 32, 44, 0.9); /* Adjust opacity (0.9) as needed */
            z-index: 0;
        }

        .footer-section .container {
            position: relative;
            z-index: 9;
        }

        .footer-section h5 {
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .footer-section h6 {
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .footer-section p, 
        .footer-section .footer-link {
            color: #d1d5db; /* Slightly off-white for better contrast */
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        .footer-section .footer-link:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        /* Social Media Icon Buttons */
        .social-icon-btn {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #3b5998; /* A generic blue, can be customized per icon */
            color: #ffffff;
            border: none;
            transition: background-color 0.3s ease;
        }

        .social-icon-btn:hover {
            background-color: #2d4373;
            color: #ffffff;
        }

        /* Separator Line */
        .footer-divider {
            border-color: #4b5563; /* Lighter gray */
            opacity: 0.5;
        }

        /* Highlight Color for Brand Names */
        .text-highlight {
            color: #ff6600; /* Orange color from the image */
            font-weight: 600;
        }
.footer-section .footer-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.08;
    z-index: 1;
}

.facebook {
    background: #1877F2;
}
.youtube {
    background: #FF0000;
}
.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.linkedin {
    background: #0A66C2;
}

.certi-section-new {
    padding: 80px 0;
    background: #f9f9f7;
}

.testimonial-slider-section {
    padding: 80px 0;
}

.testimonial-slider-section .testimonial-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    height: 450px; 
    background: #fff;
  }

  /* --- PDF Embedding Styling --- */
  .testimonial-slider-section .pdf-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .testimonial-slider-section .pdf-embed {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    pointer-events: none; 
    transform: scale(1.05);
    transform-origin: top center;
  }

  /* Top Right Arrow Icon */
  .testimonial-slider-section .arrow-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    z-index: 10;
    transition: transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
  }
  
  .testimonial-slider-section .arrow-icon:hover {
    transform: rotate(45deg);
    background: rgba(0, 0, 0, 0.2);
  }

  /* Content Box */
  .testimonial-slider-section .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgb(0 0 0 / 66%) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 100%);
    color: white;
    box-sizing: border-box;
    z-index: 5;
    text-align: center;
  }

  .testimonial-slider-section .name {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.5px;
  }

  .testimonial-slider-section .name a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease;
  }

  .testimonial-slider-section .name a:hover {
    border-bottom: 2px solid #fff;
  }

  /* --- FIXED DOTS STYLING --- */
  /* Directly target the dots container without complex sibling selectors */
  .testimonial-slider-section .owl-dots {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    display: block !important; /* Force display */
  }

  /* Style the individual dots */
  .testimonial-slider-section .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; 
}

  .testimonial-slider-section .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: #ccc; 
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 200ms ease;
    border-radius: 50%; 
  }

.testimonial-slider-section .owl-dots .owl-dot.active span, 
.testimonial-slider-section .owl-dots .owl-dot:hover span {
    background: #333; 
    transform: scale(1.2); 
}
  
.testimonial-slider-section {
    background: #f8f7f1;
}
  
/* --- innner Styles --- */
.page-header {
    background-image: url('https://images.unsplash.com/photo-1540962351504-03099e0a754b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(48, 10, 10, 0.7), rgba(48, 10, 10, 0.5));
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.header-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.breadcrumb-custom {
    font-size: 1.1rem;
    font-weight: 600;
}

.breadcrumb-custom span {
    color: var(--primary-red);
}

.sub-heading {
    font-family: 'Dancing Script', cursive; 
    color: var(--primary-red);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.main-heading {
    color: var(--dark-text);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.text-muted-custom {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.custom-list li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #444;
    display: flex;
    align-items: center;
}

.custom-list i {
    color: var(--primary-red);
    margin-right: 12px;
    font-size: 1.1rem;
}

.illustration-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0.8;
}
        
.vector-img {
    max-width: 250px;
    margin-top: 50px;
}

.text-justify{
    text-align: justify;
}
         
.feature-card {
    background: linear-gradient(135deg, #e5eaf4 45px, #ffffff 45px);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 100%;
}

.feature-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08) !important;
}

.feature-icon-box {
    width: 70px;
    height: 70px;
    background-color: #004b87; 
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
}

.feature-icon-box i {
    font-size: 1.8rem;
    color: #ffffff;
}

.feature-text h5 {
    font-weight: 700;
    font-size: 1.15rem;
    color: #111;
}

.feature-text p {
    font-size: 16px;
    color: rgb(33 37 41 / 86%);
    line-height: 1.6;
}

.why-choose-us-section .choose-shape {
    top: 100px;
    left: 100px;
    z-index: 1;
    max-width: 260px;
    position: absolute;
}

.float-bob-x1 {
    animation-name: float-bob-x1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-x1 {

    0% {

        transform: translateY(-30px);

    }

    50% {

        transform: translateY(-10px);

    }

    100% {

        transform: translateY(-30px);

    }

}

/* --- GALLERY THUMBNAILS --- */
        .certi-section-new .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            background-color: #000; 
        }

        .certi-section-new .gallery-item img {
            transition: var(--hover-transition);
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
        }

        .certi-section-new .gallery-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.6); 
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: var(--hover-transition);
        }

        .certi-section-new .gallery-overlay i {
            color: #fff;
            font-size: 3rem;
            transform: scale(0.3);
            transition: var(--hover-transition);
        }

        .certi-section-new .gallery-item:hover img { transform: scale(1.15); opacity: 0.7; }
        .certi-section-new .gallery-item:hover .gallery-overlay { opacity: 1; }
        .certi-section-new .gallery-item:hover .gallery-overlay i { transform: scale(1); }

        /* --- POPUP BACKGROUND OPACITY --- */
        /* This makes the background dark when the modal is open */
        .certi-section-new .modal-backdrop.show {
            opacity: 0.9 !important; /* Increase this (up to 1) for a darker background */
            background-color: #000;
        }

        /* --- SLIDER ARROWS --- */
        .certi-section-new .carousel-control-prev-icon,
        .certi-section-new .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.6);
            background-size: 50% 50%;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            transition: background-color 0.3s ease;
        }

        .certi-section-new .carousel-control-prev:hover .carousel-control-prev-icon,
        .certi-section-new .carousel-control-next:hover .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.9);
        }

        /* --- MODAL STYLING --- */
        .certi-section-new .modal-content {
            background-color: transparent;
            border: none;
        }

        .certi-section-new .carousel-item img {
            max-height: 90vh;
            border-radius: 8px;
            object-fit: contain;
        }

        /* Close Button Styling */
        .certi-section-new .btn-close-white {
            filter: invert(1) grayscale(100%) brightness(200%);
            opacity: 0.8;
        }
        .certi-section-new .btn-close-white:hover { opacity: 1; }
        .modal-backdrop.show {
            opacity: 0.8;
        }
        .intro-container {
            padding: 80px 0;
            background-color: #f8f7f1;
            position: relative;
        }
        
.intro-container .shape1 {
    bottom: 0;
    left: 5%;
    z-index: 1;
    position: absolute;
    max-width: 700px;
}

        /* The Image Wrapper */
        .img-stack {
            position: relative;
            width: 100%;
            max-width: 400px; /* Adjust size to fit your layout */
            margin: 0 auto;
        }

        /* The Purple Shape (The "Moon") */
        .purple-accent {
            position: absolute;
            top: 0;
            left: -12%; /* Offsets the shape to the left */
            width: 100%;
            height: 100%;
            background-color: #b373bc; /* Exact purple shade */
            border-radius: 50%;
            z-index: 1;
        }

        /* The Profile Image */
        .profile-img {
            position: relative;
            z-index: 2;
            width: 100%;
            aspect-ratio: 1 / 1; /* Ensures it stays a perfect circle */
            object-fit: cover;
            border-radius: 50%;
            display: block;
            border: 4px solid #fff; /* Optional: adds a clean border around the image */
        }

        /* Typography */
.author-name {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 6px;
}

        .author-title {
            color: #8c8c8c;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
            display: block;
        }

        .intro-paragraph {
            font-size: 1rem;
            line-height: 1.6;
            color: #333;
            text-align: justify;
        }
.cptl {
    font-size: 25px;
    font-weight: 600;
    color: #a138fe;
}
.hd-promi {
    color: #a138fe;
}

/* Abou Ajay Read more css */
.read-more-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  text-align: justify;
  color: #333;
}

.toggle-checkbox {
  display: none;
}

.expandable-content {
  display: grid;
  grid-template-rows: 0fr; 
  transition: grid-template-rows 0.4s ease-in-out;
}

.expandable-inner {
  overflow: hidden; 
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.extra-text {
  margin-top: 0;
}

.toggle-checkbox:checked ~ .content-wrapper .expandable-content {
  grid-template-rows: 1fr; 
}

.toggle-checkbox:checked ~ .content-wrapper .expandable-content .expandable-inner {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.1s; 
}

.toggle-label {
  display: inline-block;
  margin-top: 5px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.toggle-label:hover {
  text-decoration: none;
}

.toggle-label::after {
  content: "Read More";
}

.toggle-checkbox:checked ~ .toggle-label::after {
  content: "Read Less";
}
/* Abou Ajay Read more css */
        
 @media (max-width: 767px) {
    .main-hd h2 {
        font-size: 1.5rem;
     }
    .why-choose-us-section {
        padding: 0px 0;
     }
     .why-choose-us-section .choose-shape{
         display: none;
     }
     .feature-card {
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-text {
        text-align: center;
        margin-top: 18px;
    }
    .nav-item-container {
        padding: 0 2rem;
    }
    #heroCarousel .carousel, #heroCarousel .carousel-inner, #heroCarousel .carousel-item {
        height: 40vh;
    }
    #heroCarousel .carousel-item img{
        height: 40vh;
    }
    #heroCarousel .carousel-caption{
        text-align: center !important;
    }
    #heroCarousel .hero-title {
        font-size: 1.3rem;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 12px;
    }
    .btn-orange{
        font-size: 13px;
        padding: 0.5rem 1.5rem;
    }
    .counter-section {
        padding: 30px 0 30px;
    }
    .counter-number {
        font-size: 1.5rem;
    }
    .counter-text {
        font-size: 0.8rem;
        line-height: 16px;
    }
    .counter-box{
        padding: 20px 17px;
    }
    #verticals .card-body {
        text-align: center;
    }
    .about-images-wrapper {
        margin-bottom: 0;
    }
    .about-images-wrapper {
        margin-top: 19px;
    }
    .about-info {
        text-align: center;
    }
    .about-heading {
        font-size: 1.5rem;
    }
    .certi-section-new {
        padding: 30px 0;
    }
    .clients-section {
        padding: 30px 0;
    }
    .testimonial-slider-section {
        padding: 30px 0;
    }
    .enquire-heading {
        font-size: 1.5rem;
    }
    .enquire-overlay {
        padding: 50px 0;
    }
    .contact-section-new {
        padding: 30px 0;
    }
    .custom-form-control{
        padding: 12px 20px;
    }
    .btn-brand-submit{
        padding: 12px;
        font-size: 13px;
    }
    .contact-heading-new {
        font-size: 1.5rem;
    }
    .contact-info-mt {
        text-align: center;
    }
    body, html {
        overflow-x: hidden;
    }
    #heroCarousel .hero-title span {
        background: none;
        padding: 0;
        border-radius: 0;
    }
    .intro-container {
        padding: 30px 0;
    }
    .purple-accent{
        left: 5%;
        width: 75%;
    }
    .profile-img{
        width: 80%;
        margin: 0 auto;
    }
    .author-name {
        text-align: center;
    }
    .intro-container .shape1{
        left: inherit;
        right: 2%;
    }
    .client-logo-item{
        min-height: 180px;
    }
 }
.offcanvas-body form {
    display: flex;
    width: 100%;
}