
       /* life-insurance style */

       
    /* Brand Colors */
     :root {
        --pmjs-blue: #0d6efd; 
        --light-purple: #f8f4ff;
        --deep-purple: #5a2d82;
        --accent-purple: #e9d5ff;
    }

    .text-pmjs-blue { color: var(--pmjs-blue) !important; }
    .bg-light-purple { background-color: var(--light-purple) !important; } 

    /* Prevent Horizontal Scroll Issues globally */
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }
    
    /* Breadcrumb Gradient */
    

    /* Button Gradient */
    .btn-gradient-pmjs {
        background: linear-gradient(45deg, var(--pmjs-blue), #6f42c1);
        color: white;
        border: none;
        transition: 0.4s;
    }
    .btn-gradient-pmjs:hover {
        background: linear-gradient(45deg, #6f42c1, var(--pmjs-blue));
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
    }

    /* Card Styling */
    .plan-card {
        transition: 0.5s;
        border: 1px solid var(--accent-purple);
    }
    .plan-card:hover {
        border-color: var(--pmjs-blue);
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(111, 66, 193, 0.1) !important;
    }
     .icon-box-purple {
        width: 80px;
        height: 80px;
        background: var(--light-purple);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        margin: 0 auto 20px;
        color: var(--pmjs-blue);
    } 



  /* kyc-style  */
    
    #kyc-style{
    /* Scoped classes to prevent conflicts */
    .pmjs-kyc-wrapper {
        font-family: 'Poppins', sans-serif;
        --kyc-blue: #5a2d82; 
        --kyc-accent: #5a2d82;
        --kyc-red: #0d6efd; /* Deep Red for buttons */
        --kyc-bg-light: #f8f9fa;
        --kyc-text: #333;
    }

    /* Hero Section */
    .pmjs-kyc-breadcrumb {
        background: linear-gradient(rgba(0, 86, 179, 0.9), rgba(13, 110, 253, 0.9)), url("../img/bg-breadcrumb.jpg");
        background-size: cover;
        background-position: center;
        padding: 80px 0;
        text-align: center;
        color: white;
        margin-bottom: 50px;
    }

    /* Intro Box */
    .pmjs-kyc-intro {
        font-size: 1rem;
        line-height: 1.8;
        color: #444;
        border-left: 5px solid #5a2d82;
        background-color: #f9f9f9;
        padding: 25px;
        border-radius: 0 8px 8px 0;
        margin-bottom: 50px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }

    /* Titles */
    .pmjs-kyc-title {
        color: #5a2d82;
        font-weight: 700;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 1.5rem;
    }

    /* --- RED BUTTONS SECTION (NEW) --- */
    .pmjs-red-btn {
        display: block;
        width: 30%;
        background-color: var(--kyc-red);
        color: white;
        padding: 15px 20px;
      
        font-size: 1.1rem;
        font-weight: 500;
        text-align: left;
        margin-bottom: 10px;
        border: none;
        border-radius: 4px;
        text-decoration: none;
        transition: background 0.3s;
    }
    
    .pmjs-red-btn:hover {
        background-color: #0056b3; /* Darker red on hover */
        color: white;
    }
    
    .pmjs-downloads-header {
        font-size: 1.5rem;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
    }

    /* SHARED CARD STYLE */
    .pmjs-kyc-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border: 1px solid #eef0f3;
        border-radius: 12px;
        padding: 18px 25px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        color: #333;
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }

    .pmjs-kyc-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(13, 110, 253, 0.1);
        border-color: #5a2d82;
        color: #0056b3;
    }

    /* Icon Circle */
    .pmjs-kyc-icon-circle {
        width: 45px;
        height: 45px;
        background-color: #eef4ff; 
        color: #5a2d82; 
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        transition: 0.3s;
        flex-shrink: 0;
    }

    .pmjs-kyc-card:hover .pmjs-kyc-icon-circle {
        background-color: #0d6efd;
        color: white;
    }

    /* Text Styles */
    .pmjs-kyc-info {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-grow: 1;
    }

    .pmjs-kyc-name {
        font-weight: 600;
        font-size: 1.05rem;
        display: block;
    }
    
    .pmjs-kyc-subtext {
        font-size: 0.85rem;
        color: #888;
        font-weight: 400;
    }

    .pmjs-kyc-arrow {
        color: #ccc;
        transition: 0.3s;
    }
    
    .pmjs-kyc-card:hover .pmjs-kyc-arrow {
        color: #0d6efd;
        transform: translateX(5px);
    }
}



  /* health-insurance-style */
/* Brand Colors */
    .text-pmjs-blue { color: #0d6efd !important; }
    .bg-light-purple { background-color: #f8f4ff !important; }
    .border-purple-subtle { border-color: #e9d5ff !important; }

    /* Updated Coverage Cards */
    .coverage-card {
        transition: all 0.3s ease;
        border: 1px solid #e9d5ff; /* Soft purple border */
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
    }
    
    .coverage-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(111, 66, 193, 0.1) !important;
        border-color: #0d6efd; /* Brand Blue on hover */
    }

    .coverage-icon {
        font-size: 3rem;
        margin-bottom: 20px;
        display: block;
        color: #0d6efd; /* Logo Blue */
    }

    /* Gradient Button */
    .btn-brand-gradient {
        background: linear-gradient(45deg, #0d6efd, #6f42c1);
        color: white;
        border: none;
    }
    .btn-brand-gradient:hover {
        background: linear-gradient(45deg, #6f42c1, #0d6efd);
        color: white;
        box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
        
    }

    /* FAQ Customization */
    .accordion-button:not(.collapsed) {
        background-color: #f8f4ff;
        color: #0d6efd;
    }

    




    /* Brand Colors matching PMJS Logo */
    .text-pmjs-blue { color: #0d6efd !important; }
    .bg-light-purple { background-color: #f8f4ff !important; }

    /* The Gradient Button with White Text */
    .btn-brand-gradient {
        background: linear-gradient(45deg, #0d6efd, #6f42c1) !important;
        color: #ffffff !important; /* Forces text to white */
        border: none !important;
        transition: 0.3s ease-in-out;
        font-weight: 600;
    }

    .btn-brand-gradient:hover {
        background: linear-gradient(45deg, #6f42c1, #0d6efd) !important;
        color: #ffffff !important; /* Keeps text white on hover */
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(111, 66, 193, 0.2);
    }

    /* Image Accent styling */
    .img-health-container {
        background-color: #f8f4ff;
        border-bottom: 5px solid #0d6efd;
        padding: 20px;
    }

  

    /* gallery styles */

    
    :root {
        /* Unique Brand Palette: Deep Velvet & Electric Azure */
        --velvet-regal: #5a2d82;       /* Your primary purple */
        --azure-depth: #0a58ca;        /* Your primary blue */
        --mist-ethereal: #e7f1ff;      /* Light blue accent */
        --canvas-tint: #f8f9fa;        /* Background gray */
        --shadow-ink: rgba(90, 45, 130, 0.15); /* Tinted shadow */
    }

    body {
        font-family: 'Outfit', sans-serif;
        background-color: var(--canvas-tint);
        color: #333;
    }

    /* --- Hero Section --- */
    .gallery-header {
        background: linear-gradient(135deg, var(--azure-depth) 0%, var(--velvet-regal) 100%);
        padding: 80px 0 100px;
        color: white;
        text-align: center;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        margin-bottom: -50px;
    }

    /* --- Filter Buttons --- */
    .filter-container {
        position: relative;
        z-index: 10;
        background: white;
        display: inline-flex;
        padding: 10px;
        border-radius: 50px;
        box-shadow: 0 15px 35px var(--shadow-ink);
        margin-bottom: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-btn {
        border: none;
        background: transparent;
        color: #666;
        padding: 10px 25px;
        border-radius: 40px;
        font-weight: 600;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
    }

    .filter-btn:hover, .filter-btn.active {
        background-color: var(--velvet-regal);
        color: white;
        box-shadow: 0 8px 20px rgba(90, 45, 130, 0.3);
    }

    /* --- Masonry Layout --- */
    .gallery-grid {
        column-count: 3;
        column-gap: 24px;
    }

    @media (max-width: 992px) { .gallery-grid { column-count: 2; } }
    @media (max-width: 576px) { .gallery-grid { column-count: 1; } }

    /* --- Image Item Styling --- */
    .gallery-item {
        position: relative;
        margin-bottom: 24px;
        border-radius: 20px; /* Slightly rounder for a modern look */
        overflow: hidden;
        break-inside: avoid;
        transform: translateZ(0); 
        box-shadow: 0 12px 25px rgba(0,0,0,0.07);
        cursor: zoom-in;
        background: white;
    }

    .gallery-item img {
        width: 100%;
        display: block;
        transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    }

    /* Hover Caption Overlay */
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px;
        background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
        color: white;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.5s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.12);
    }

    .gallery-item:hover .overlay {
        opacity: 1;
        transform: translateY(0);
    }

    .tag-badge {
        font-size: 0.7rem;
        background: var(--velvet-regal);
        color: white;
        padding: 5px 12px;
        border-radius: 6px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-bottom: 8px;
        display: inline-block;
        border: 1px solid rgba(255,255,255,0.2);
    }


    /* financial style */
    :root {
        /* Unique Brand Palette: Royal Amethyst & Arctic Frost */
        --amethyst-depth: #7f1eb7;      /* Primary Purple */
        --amethyst-glow: rgba(127, 30, 183, 0.15); /* Soft highlight */
        --arctic-foundation: #f8faff;   /* Background */
        --frost-edge: #e0e7ff;          /* Border/Hover light blue */
        --obsidian-soft: #333333;       /* Main Text */
        --slate-quiet: #6c757d;         /* Muted Text */
    }

    body {
        font-family: 'Outfit', sans-serif;
        background-color: var(--arctic-foundation);
        color: var(--obsidian-soft);
        -webkit-font-smoothing: antialiased;
    }

    /* --- Custom Sidebar Tabs --- */
    .nav-pills .nav-link {
        text-align: left;
        padding: 16px 24px;
        margin-bottom: 10px;
        background-color: #ffffff;
        color: var(--slate-quiet);
        border: 1px solid var(--frost-edge);
        border-radius: 12px;
        font-weight: 600;
        letter-spacing: 0.3px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .nav-pills .nav-link:hover {
        background-color: var(--amethyst-glow);
        color: var(--amethyst-depth);
        transform: translateX(5px);
    }

    .nav-pills .nav-link.active {
        background-color: var(--amethyst-depth);
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(127, 30, 183, 0.25);
        border-color: var(--amethyst-depth);
    }

    /* --- Calculator Card --- */
    .calculator-card {
        background: #ffffff;
        padding: 35px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
        border: 1px solid rgba(0, 0, 0, 0.02);
    }

    /* --- Slider & Label Styling --- */
    .form-label { 
        font-weight: 700; 
        font-size: 0.85rem; 
        color: var(--obsidian-soft);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
    }
    
    .amount-badge {
        background-color: var(--amethyst-glow);
        padding: 6px 14px;
        border-radius: 8px;
        font-weight: 700;
        color: var(--amethyst-depth);
        min-width: 90px;
        text-align: center;
        border: 1px solid rgba(127, 30, 183, 0.1);
    }

    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 10px;
        background: #edf2f7;
        outline: none;
        margin: 20px 0;
    }

    /* Thumb (Handle) Styling */
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ffffff;
        border: 3px solid var(--amethyst-depth);
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    input[type=range]::-webkit-slider-thumb:hover { 
        transform: scale(1.15); 
        box-shadow: 0 0 0 8px var(--amethyst-glow);
    }

    /* --- Chart Wrapper --- */
    .chart-wrapper {
        position: relative;
        height: 240px;
        width: 240px;
        margin: 0 auto;
        filter: drop-shadow(0 10px 15px rgba(0,0,0,0.05));
    }

    .chart-center-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        pointer-events: none;
        line-height: 1.2;
    }

    .chart-center-text .total-label {
        font-size: 0.9rem;
        color: var(--slate-quiet);
        display: block;
    }

    .chart-center-text .total-value {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--amethyst-depth);
    }


    /* client style */
    




    /* term and condition style */


     :root {
    --brand-primary: #0d6efd;
    --brand-dark: #0a58ca;
    --brand-accent: #e7f1ff;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --brand-primary: #652695;
}


.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--brand-primary) !important;
}
.nav-link {
    font-weight: 500;
    color: var(--text-dark);
}
.nav-link:hover, .nav-link.active {
    color: var(--brand-primary);
}


.hero-section {
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-primary) 100%);
    padding: 100px 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
}


.shape {
    position: absolute;
    opacity: 0.1;
    background: white;
    border-radius: 50%;
}
.shape-1 { width: 300px; height: 300px; top: -100px; right: -50px; }
.shape-2 { width: 150px; height: 150px; bottom: 20px; left: 10%; }


.features-section {
    padding: 80px 0;
    background-color: #fff;
}

.feature-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
    border-color: var(--brand-primary);
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: var(--brand-accent);
    color: var(--brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    transition: background 0.3s ease, color 0.3s ease;
}

.feature-card:hover .icon-circle {
    background: var(--brand-primary);
    color: white;
}


.split-section {
    padding: 80px 0;
    background-color: var(--brand-accent);
}

.content-img {
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
}

.check-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
}

.check-list i {
    color: var(--brand-primary);
    margin-right: 15px;
    font-size: 1.2rem;
}


.cta-section {
    background-color: var(--brand-dark);
    padding: 60px 0;
    color: white;
    text-align: center;
}

.btn-light-custom {
    background: white;
    color: var(--brand-primary);
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-light-custom:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}


.form-section {
    padding: 80px 0;
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-top: 5px solid var(--brand-primary);
}

.form-control {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
}
.form-control:focus {
    background-color: white;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
    border-color: var(--brand-primary);
}












    :root {
        --deep-purple: #5a2d82;
        --light-purple: #f8f4ff;
        --accent-purple: #e9d5ff;
        --main-blue: #0d6efd;
    }

    .text-purple-deep { color: var(--deep-purple) !important; }
    .bg-light-purple { background-color: var(--light-purple) !important; }

    
    .mf-card {
        background: #fff;
        border-radius: 20px;
        padding: 40px 30px;
        height: 100%;
        border: 1px solid var(--accent-purple);
        box-shadow: 0 10px 30px rgba(111, 66, 193, 0.05);
        transition: all 0.4s ease;
    }

    .mf-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 45px rgba(111, 66, 193, 0.15);
        border-color: var(--deep-purple);
    }

    .mf-icon-box {
        width: 70px;
        height: 70px;
        background: var(--light-purple);
        color: var(--deep-purple);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 25px;
        transition: 0.4s;
    }

    .mf-card:hover .mf-icon-box {
        background: var(--deep-purple);
        color: #fff;
    }

   
    .cta-glass {
        background: linear-gradient(135deg, rgba(248, 244, 255, 0.9), rgba(233, 213, 255, 0.4));
        backdrop-filter: blur(10px);
        border: 1px solid var(--accent-purple);
        border-radius: 30px;
    }

    
    .btn-purple {
        background-color: var(--deep-purple);
        color: white;
        border-radius: 50px;
    }
    .btn-purple:hover {
        background-color: #48236a;
        color: white;
    }

 
     .text-purple-accent { color: #6f42c1 !important; }
    .text-blue-main { color: #16243d !important; }
    .bg-light-purple { background-color: #f8f4ff !important; }
   
    .btn-blue-purple {
        background: linear-gradient(45deg, #0d6efd, #6f42c1);
        color: white;
        border: none;
        transition: 0.4s;
    }
    .btn-blue-purple:hover {
        background: linear-gradient(45deg, #6f42c1, #0d6efd);
        color: white;
        box-shadow: 0 8px 20px rgba(111, 66, 193, 0.3);
        transform: translateY(-2px);
    }

   

  /* index page styles */


        
    /* 1. DYNAMIC REAL-IMAGE BACKGROUNDS */
     .header-carousel-item {
        height: 100vh;
        min-height: 800px;
        position: relative;
        display: flex;
        align-items: center;
        background-attachment: fixed; 
        background-size: cover;
        background-position: center;
    }
    .slide-1 {
        background-image: linear-gradient(to right, rgba(1, 33, 84, 0.9) 30%, rgba(13, 110, 253, 0.2)), 
        url("../img/lifee-1.png");
    }
 
    .slide-2 {
        background-image: linear-gradient(to left, rgba(1, 33, 84, 0.9) 30%, rgba(13, 110, 253, 0.2)), 
        url("../img/bgimage-2.png");
    }
    /* 2. GLASS CONTENT CARD (Aesthetic Blur) */
    .glass-hero-box {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 60px;
        border-radius: 40px;
        box-shadow: 0 50px 80px rgba(0, 0, 0, 0.4);
    }

    /* 3. PREMIUM TYPOGRAPHY */
    .hero-title {
        font-weight: 900;
        font-size: clamp(3.5rem, 6vw, 5.5rem);
        line-height: 1;
        letter-spacing: -2px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .accent-text {
        background: linear-gradient(45deg, #ffffff, #60a5fa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 800;
    }

    /* 4. INTERACTIVE BUTTONS */
    .btn-premium {
        background: #ffffff;
        color: #012154;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border: 2px solid #ffffff;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btn-premium:hover {
        background: transparent;
        color: #ffffff;
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(255,255,255,0.15);
    }

 

.app-section {
    background: linear-gradient(145deg, #012154 0%, #063970 50%, #0d6efd 100%);
    padding: 140px 0; /* Significant increase in height */
    position: relative;
    overflow: hidden;
    min-height: 85vh; /* Section will cover 85% of the viewport height */
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 75vh;
}

.floating-phone-large {
    max-width: 420px; /* Bigger phone image to fill the extra height */
    filter: drop-shadow(0 50px 80px rgba(0,0,0,0.5)); /* Deeper shadow for 3D effect */
    animation: float-xl 7s ease-in-out infinite;
    transition: transform 0.5s ease;
}

/* More pronounced floating animation for the larger scale */
@keyframes float-xl {
    0% { transform: translateY(0px) rotate(-1deg); }
    50% { transform: translateY(-35px) rotate(1deg); }
    100% { transform: translateY(0px) rotate(-1deg); }
}

.ls-3 { letter-spacing: 3px; }

.app-content h2 {
    text-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Background "Glow" for the left side to add depth */
.app-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.15) 0%, transparent 70%);
    z-index: 0;
}

/* ENHANCED FEATURE CARDS */
.feature-item {
    background: #ffffff;
    border-radius: 30px; /* Softer, more modern corners */
    padding: 50px 30px !important; /* Increased padding for breathing room */
    min-height: 550px; /* Force cards to be a consistent, larger size */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps "Learn More" buttons aligned at the bottom */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(1, 33, 84, 0.05);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}

/* Hover effect to make it feel "Big" */
.feature-item:hover {
    transform: scale(1.03); /* Card physically grows slightly */
    box-shadow: 0 30px 60px rgba(1, 33, 84, 0.12);
    border-color: #0d6efd;
    border-color: #6f42c1 ;
   
}

/* Icon Container - Larger and more colorful */
.feature-icon {
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: 0.5s;
}

/* Specific Aesthetic Colors for each Icon */
.col-xl-3:nth-child(1) .feature-icon i { color: #0d6efd; } /* Blue */
.col-xl-3:nth-child(2) .feature-icon i { color: #6366f1; } /* Gold */
.col-xl-3:nth-child(3) .feature-icon i { color: #6366f1; } /* Indigo */
.col-xl-3:nth-child(4) .feature-icon i { color: #6366f1; } /* Emerald */

.feature-item:hover .feature-icon {
    background: #010515;
    transform: rotateY(180deg);
}

.feature-item:hover .feature-icon i {
    color: #ffffff !important;
}

/* Larger Text for Larger Cards */
.feature-item h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #012154;
    margin-bottom: 20px;
}

.feature-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #6c757d;
}


.text-purple { color: #6f42c1 !important; }
    .bg-purple { background-color: #6f42c1 !important; }
    .bg-light-purple { background-color: #f3e5f5 !important; }
    .border-purple { border-color: #6f42c1 !important; }
    
    .text-gold { color: #6f42c1 !important; }
    .bg-light-gold { background-color: #fff9e6 !important; }
    
    /* Custom icon styling */
    .icon-box {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .text-purple-deep { color: #5a2d82 !important; }
    .bg-light-purple { background-color: #f8f4ff !important; }
    .accordion-button:not(.collapsed) {
        background-color: #f0e6ff !important;
        color: #5a2d82 !important;
        box-shadow: none !important;
    }
    .accordion-button:focus {
        border-color: #d1b3ff !important;
        box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25) !important;
    }
    .accordion-item {
        border: 1px solid #e9d5ff !important;
        margin-bottom: 10px;
        border-radius: 12px !important;
        overflow: hidden;
    }

    /* Purple Theme Accents */
    .text-purple-deep { color: #5a2d82 !important; }
    .bg-purple-deep { background-color: #5a2d82 !important; }
    .btn-purple { background-color: #6f42c1; color: white; border: none; }
    .btn-purple:hover { background-color: #5a2d82; color: white; }

    /* Team Card Aesthetic */
    .team-item {
        transition: 0.5s;
        border: 1px solid #e9d5ff; /* Light purple border */
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
    }
    .team-item:hover {
        background: #f8f4ff !important; /* Light purple background on hover */
        box-shadow: 0 10px 20px rgba(111, 66, 193, 0.15);
        transform: translateY(-5px);
    }
    .team-title {
        border-top: 3px solid #e9d5ff;
        transition: 0.5s;
    }
    .team-item:hover .team-title {
        border-top: 3px solid #6f42c1; /* Deep purple line on hover */
    }

.owl-carousel, .testimonial {
    display: block !important;
   
}





/* Mobile Optimization for Slide 1 Background */
@media (max-width: 767px) {
    .slide-1 {
        /* This shifts the focus to the right side of the image */
        background-position: right center !important;
        
        /* Optional: adjust the gradient for better text readability on mobile */
        background-image: linear-gradient(to bottom, rgba(1, 33, 84, 0.8) 40%, rgba(1, 33, 84, 0.2) 100%), 
        url("../img/bg-image1 (2).png") !important;
    }

    .glass-hero-box {
        padding: 30px 20px; /* Shrink padding so it fits mobile screens */
        margin: 0 10px;
        border-radius: 20px;
    }

    .hero-title {
        font-size: 2.2rem; /* Reduced from 2.5rem to fit better on smaller screens */
        word-break: normal;
        overflow-wrap: break-word;
    }
}


@media (max-width: 767px) {
    .header-carousel-item {
        align-items: flex-start; /* Moves the glass box to the top */
        padding-top: 80px;
    }
}



    /* social-mdeia styles */
 #social-media-class .hero-header {
    background: linear-gradient(rgba(13, 110, 253, 0.85), rgba(13, 110, 253, 0.8)), 
                url("../img/bg-breadcrumb.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 3rem;
    padding-block: 8rem !important;
}


#social-media-class .social-card {
    background: #fff;
    border-radius: 20px;
    padding: 45px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
    border-top: 4px solid #eee; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
}


#social-media-class .social-icon-wrapper {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 25px;
    font-size: 32px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


#social-media-class .sc-linkedin { border-top-color: #0077b5; }
#social-media-class .sc-linkedin .social-icon-wrapper { background: rgba(0, 119, 181, 0.1); color: #0077b5; }

#social-media-class .sc-youtube { border-top-color: #FF0000; }
#social-media-class .sc-youtube .social-icon-wrapper { background: rgba(255, 0, 0, 0.1); color: #FF0000; }

#social-media-class .sc-instagram { border-top-color: #bc1888; }
#social-media-class .sc-instagram .social-icon-wrapper { background: rgba(188, 24, 136, 0.1); color: #bc1888; }

#social-media-class .sc-twitter { border-top-color: #000; }
#social-media-class .sc-twitter .social-icon-wrapper { background: rgba(0, 0, 0, 0.05); color: #000; }

#social-media-class .sc-facebook { border-top-color: #1877F2; }
#social-media-class .sc-facebook .social-icon-wrapper { background: rgba(24, 119, 242, 0.1); color: #1877F2; }

#social-media-class .sc-whatsapp { border-top-color: #25D366; }
#social-media-class .sc-whatsapp .social-icon-wrapper { background: rgba(37, 211, 102, 0.1); color: #25D366; }

#social-media-class .social-handle {
    font-weight: 700;
    color: #444;
    font-size: 0.9rem;
    margin-bottom: 12px;
    display: block;
}

#social-media-class .btn-follow {
    margin-top: 10px;
    padding: 10px 30px;
    border-radius: 50px;
    border: 2px solid #eee;
    background: #f8f9fa;
    font-weight: 700;
    transition: all 0.3s ease;
    color: #555;
    font-size: 0.8rem;
    text-transform: uppercase;
}


#social-media-class .social-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

#social-media-class .social-card:hover h4, 
#social-media-class .social-card:hover p, 
#social-media-class .social-card:hover .social-handle,
#social-media-class .social-card:hover .social-icon-wrapper {
    color: #fff !important;
}

#social-media-class .social-card:hover .social-icon-wrapper {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(360deg); 
}

#social-media-class .social-card:hover .btn-follow {
    background: #fff;
    border-color: #fff;
    color: #333;
}

#social-media-class .sc-linkedin:hover { background: #0077b5; }
#social-media-class .sc-youtube:hover { background: #FF0000; }
#social-media-class .sc-twitter:hover { background: #000; }
#social-media-class .sc-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
#social-media-class .sc-facebook:hover { background: #1877F2; }
#social-media-class .sc-whatsapp:hover { background: #25D366; } 



  /* mf form style */


     /* Modern Typography & Layout */
    #mf-form-style {
        background-color: #f8f9fa;
        padding-bottom: 50px;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    /* Page Header */
    #mf-form-style .page-header {
        background: #ffffff;
        padding: 40px 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 40px;
    }

    #mf-form-style .page-title {
        font-weight: 700;
        color: #1a202c;
    }

    /* Sidebar Styling to match Image */
    .sidebar-title {
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 20px;
        color: #003366;
    }

    .sidebar-link {
        display: flex;
        align-items: center;
        padding: 12px 20px;
        margin-bottom: 8px;
        border-radius: 8px;
        text-decoration: none;
        color: #4a5568;
        font-weight: 500;
        transition: all 0.3s ease;
        background: #fff;
        border: 1px solid #edf2f7;
    }

    .sidebar-link i {
        margin-right: 12px;
        width: 20px;
        text-align: center;
    }

    /* Active State (Blue in image 2, Red in image 3) */
    .sidebar-link.active {
        background: #007bff; /* Matching the blue in image 2 */
        color: #fff;
        border-color: #007bff;
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
    }

    /* Main Card Styling */
    .download-card {
        background: #fff;
        border-radius: 20px;
        padding: 35px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.02);
    }

    /* Info Note Alert */
    .info-note {
        background: #e1f0ff;
        border-left: 4px solid #007bff;
        padding: 15px 20px;
        border-radius: 6px;
        color: #004085;
        font-size: 0.95rem;
    }

    /* Form Label Styling */
    .form-label {
        font-weight: 600;
        color: #4a5568;
        margin-bottom: 10px;
    }

    .form-select-lg {
        border-radius: 12px;
        border: 1px solid #cbd5e0;
        font-size: 1rem;
        padding: 12px;
    }


    /* Download Button to match Image 2 */
    .btn-download {
        background: #007bff;
        color: white;
        padding: 12px 40px;
        border-radius: 10px;
        font-weight: 600;
        border: none;
        transition: transform 0.2s;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    }

    .btn-download:hover {
        transform: translateY(-2px);
        background: #0069d9;
    }


     #mfIframe {
        width: 100%;
        height: 480px; 
       
       
        overflow: hidden; 
    } 

     

    #mf {
    --deep-purple: #5a2d82;
    --light-purple: #f8f4ff;
    --accent-purple: #e9d5ff;
    --main-blue: #0d6efd;
}

#mf .text-purple-deep { color: var(--deep-purple) !important; }
#mf .bg-light-purple { background-color: var(--light-purple) !important; }

#mf .mf-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid var(--accent-purple);
    box-shadow: 0 10px 30px rgba(111, 66, 193, 0.05);
    transition: all 0.4s ease;
}

#mf .mf-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(111, 66, 193, 0.15);
    border-color: var(--deep-purple);
}

#mf .mf-icon-box {
    width: 70px;
    height: 70px;
    background: var(--light-purple);
    color: var(--deep-purple);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: 0.4s;
}

#mf .mf-card:hover .mf-icon-box {
    background: var(--deep-purple);
    color: #fff;
}

#mf .cta-glass {
    background: linear-gradient(135deg, rgba(248, 244, 255, 0.9), rgba(233, 213, 255, 0.4));
    backdrop-filter: blur(10px);
    border: 1px solid var(--accent-purple);
    border-radius: 30px;
}

#mf .btn-purple {
    background-color: var(--deep-purple);
    color: white;
    border-radius: 50px;
}
#mf .btn-purple:hover {
    background-color: #48236a;
    color: white;
}

#mf .text-purple-accent { color: #6f42c1 !important; }
#mf .text-blue-main { color: #16243d !important; }

#mf .btn-blue-purple {
    background: linear-gradient(45deg, #0d6efd, #6f42c1);
    color: white;
    border: none;
    transition: 0.4s;
}
#mf .btn-blue-purple:hover {
    background: linear-gradient(45deg, #6f42c1, #0d6efd);
    color: white;
    box-shadow: 0 8px 20px rgba(111, 66, 193, 0.3);
    transform: translateY(-2px);
}











#career-style {
    --brand-primary: #6314f8;
    --brand-dark: #0a58ca;
    --brand-light: #e7f1ff;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
}

#career-style body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background-color: #f8f9fa;
}

/* --- Hero Section --- */
#career-style .career-hero {
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-primary) 100%);
    padding: 100px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#career-style .hero-circles {
    position: absolute;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
#career-style .circle-1 { width: 300px; height: 300px; top: -100px; left: -100px; }
#career-style .circle-2 { width: 200px; height: 200px; bottom: -50px; right: -50px; }

/* --- Culture Section --- */
#career-style .culture-icon-box {
    width: 70px;
    height: 70px;
    background: var(--brand-light);
    color: var(--brand-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

#career-style .culture-card:hover .culture-icon-box {
    background: var(--brand-primary);
    color: white;
    transform: rotateY(180deg);
}

/* --- Job Listings --- */
#career-style .job-card {
    background: white;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#career-style .job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(13, 110, 253, 0.1);
    border-color: var(--brand-primary);
}

#career-style .job-badge {
    background: var(--brand-light);
    color: var(--brand-primary);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

#career-style .apply-btn-sm {
    border: 2px solid var(--brand-primary);
    color: var(--brand-primary);
    background: transparent;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 25px;
    transition: all 0.3s;
}

#career-style .apply-btn-sm:hover {
    background: var(--brand-primary);
    color: white;
}

/* --- Application Form --- */
#career-style .form-section {
    background-color: white;
    padding: 80px 0;
}

#career-style .form-control {
    padding: 12px 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

#career-style .form-control:focus {
    background-color: white;
    border-color: var(--brand-primary);
    box-shadow: none;
}

#career-style .file-upload-wrapper {
    position: relative;
    height: 150px;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd;
    transition: all 0.3s;
}

#career-style .file-upload-wrapper:hover {
    border-color: var(--brand-primary);
    background: var(--brand-light);
}



#client {
    --sapphire-foundation: #012154; 
    --orchid-surge: #5a2d82;        
    --crystal-glaze: rgba(255, 255, 255, 0.9);
    --aero-mist: #f4f7fa;          
    --luxe-shadow: rgba(1, 33, 84, 0.12); 

    font-family: 'Outfit', sans-serif; 
    background-color: var(--aero-mist); 
    color: #2d3436;
}



/* --- Client Card --- */
#client .client-card {
    background: #ffffff;
    border: none;
    border-radius: 28px;
    padding: 55px 35px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); 
    box-shadow: 0 12px 35px var(--luxe-shadow);
    height: 100%;
}

#client .client-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--sapphire-foundation);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
    border-radius: 28px;
}

#client .client-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 70px rgba(1, 33, 84, 0.25);
}

#client .client-card:hover::before { height: 100%; }

/* --- Icon --- */
#client .icon-wrapper {
    width: 95px;
    height: 95px;
    background: #f0f7ff;
    color: var(--orchid-surge);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 38px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s;
}

#client .client-card:hover .icon-wrapper {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    transform: rotateY(180deg) scale(1.1);
}

/* --- Text --- */
#client .client-name {
    font-weight: 800;
    color: var(--sapphire-foundation);
    margin-bottom: 12px;
    transition: color 0.4s;
    letter-spacing: -0.2px;
}

#client .client-card:hover .client-name { color: #ffffff; }

#client .industry-badge {
    display: inline-block;
    background: #edf2f7;
    color: #718096;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    transition: all 0.4s;
}

#client .client-card:hover .industry-badge {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
}

/* --- Why Us Section --- */
#client .why-us-section { 
    padding: 120px 0; 
    background: #ffffff; 
}

#client .feature-box {
    padding: 45px;
    border-radius: 32px;
    background: var(--aero-mist);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

#client .feature-box:hover {
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(0,0,0,0.07);
    transform: translateY(-5px);
}

#client .big-number {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 72px;
    font-weight: 900;
    color: rgba(1, 33, 84, 0.05); 
    user-select: none;
}

#client .icon-circle {
    width: 75px;
    height: 75px;
    background: var(--sapphire-foundation);
    color: #ffffff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 24px rgba(1, 33, 84, 0.22);
}

/* === REFACTORED CSS FROM PHP FILES === */
.header-carousel-item {
    height: 100vh;
    min-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.slide-1 {
    background-image: linear-gradient(to right, rgba(1, 33, 84, 0.9) 30%, rgba(13, 110, 253, 0.2)),
        url('../img/bg-image1 (2).png');
}

.slide-2 {
    background-image: linear-gradient(to left, rgba(1, 33, 84, 0.9) 30%, rgba(13, 110, 253, 0.2)),
        url('../img/life-1.png');
}

@media (max-width: 767px) {
    .slide-1 {
        background-position: right center !important;
        background-image: linear-gradient(to bottom, rgba(1, 33, 84, 0.8) 40%, rgba(1, 33, 84, 0.2) 100%),
            url('../img/bg-image1 (2).png') !important;
    }

    .glass-hero-box {
        padding: 30px 20px;
        margin: 0 10px;
        border-radius: 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .header-carousel-item {
        align-items: flex-start;
        padding-top: 80px;
    }
}

.dropdown-item:hover {
    background-color: #0d6efd;
    color: white !important;
}

.footer {
    background-color: #0d1b2a;
}

.footer p,
.footer span,
.footer address {
    color: rgba(246, 240, 240, 0.87) !important;
}

.footer a:hover {
    color: #3498db !important;
}

.footer-btn .btn-md-square {
    background-color: #f0f5fb;
    color: #0061da;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-btn .btn-md-square:hover {
    background-color: #0061da;
    color: #ffffff;
}

.footer-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-item a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-item a i {
    color: inherit;
}