/* w3-new css */

/* Base Scoping Rules & Variables */
        .w3-web-based-section {
            padding-top: 50px ;
            padding-bottom: 50px ;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            overflow: hidden;
        }
        .w3-web-based-bg-dark {
            background-color: #0d1117 !important;
            color: #ffffff !important;
        }
        .w3-web-based-bg-white {
            background-color: #ffffff !important;
            color: #1d1d1f !important;
        }
        
        /* Typography System */
        .w3-web-based-section h2.w3-web-based-main-title {
            font-size: 35px !important;
            font-weight: 700;
            letter-spacing: -0.5px;
            color: white;
        }
        .w3-web-based-section h3.w3-web-based-sec-title {
            font-size: 30px !important;
            font-weight: 700;
            letter-spacing: -0.3px;
            margin-bottom: 25px;
        }
        .w3-web-based-section h5.w3-web-based-card-title {
            font-size: 18px !important;
            font-weight: 600;
        }
        .w3-web-based-section p.w3-web-based-hero-desc {
            font-size: 18px !important;
            font-weight: 400;
            line-height: 1.6;
        }
        .w3-web-based-section p, .w3-web-based-section li, .w3-web-based-section .w3-web-based-desc {
            font-size: 16px !important;
            line-height: 1.6;
        }

        /* Action Buttons */
        .w3-web-based-hero-btn {
            background: linear-gradient(135deg, #047900, #60ec03);
            color: #fff;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        .w3-web-based-hero-btn:hover {
            background: linear-gradient(135deg, #047900, #60ec03);
            color: #fff;
            box-shadow: 0 4px 15px rgba(129, 227, 0, 0.4);
        }

        /* Borderless No-Padding Image Container */
        .w3-web-based-no-padding-img {
            padding: 0 !important;
            margin: 0 !important;
            height: 100%;
            object-fit: cover;
        }

        /* Modified Interactive Service Blocks */
        .w3-web-based-service-strip {
            background: rgba(255, 255, 255, 0.02);
            border-left: 4px solid #1ab639;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            border-right: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 0 16px 16px 0;
            transition: all 0.3s ease;
            height: 100%;
        }
        .w3-web-based-service-strip:hover {
            background: rgba(0, 113, 227, 0.05);
            transform: translateX(8px);
            border-left-color: #fffb01;
        }
        .w3-web-based-icon-wrapper {
            width: 60px;
            height: 60px;
            background: rgba(0, 113, 227, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #1ab639;
            margin-bottom: 20px;
        }


        .w3-web-bse-why-bg-white {
            background-color: #ffffff;
            
        }

        .w3-web-bse-why-subtitle {
            color: #FFBE3D;
            font-size: 18px;
           
            display: inline-block;
        }

        .w3-web-bse-why-sec-title {
            color: #023D54;
            font-weight: 600;
            font-size: 30px;
            line-height: 1.3;
        }

        .w3-web-bse-why-desc {
            font-size: 16px;
            color: #000000 !important;
        }

        /* Item Row Layout */
        .w3-web-bse-why-item {
            transition: transform 0.2s ease;
        }

        /* Fluid Inline SVG Icons Wrapper */
        .w3-web-bse-why-icon-wrap {
            background-color: rgba(2, 61, 84, 0.06);
            color: #167902;
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        /* Interactive Focus Transition */
        .w3-web-bse-why-item:hover .w3-web-bse-why-icon-wrap {
            background-color: #055402;
            color: #ffffff;
        }

        .w3-web-bse-why-item-title {
            color: #000000;
            font-weight: 600;
            font-size: 16px;
        }

        .w3-web-bse-why-item-text {
            font-size: 16px;
            line-height: 1.5;
            color: #000000 !important;
        }

        @media (max-width: 991.98px) {
            .w3-web-bse-why-sec-title {
                font-size: 1.85rem;
            }
        }
        .w3-web-based-wt-section{
    background:#f7f9fc;
    position:relative;
}

.w3-web-based-wt-badge{
    display: inline-block;
    background: #ffffff;
    color: #17af2d;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.w3-web-based-wt-title{
    font-size:30px;
    font-weight:600;
    color:#0f0f0f;
}

.w3-web-based-wt-subtitle{
    max-width: 700px;
    margin: auto;
    color: #000000;
    font-size: 16px;
}

.w3-web-based-wt-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #edf1f7;
}

.w3-web-based-wt-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.w3-web-based-wt-card h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    color:#000000;
}

.w3-web-based-wt-card p{
    color:#000000;
    line-height:1.8;
    font-size: 16px;
}

.w3-web-based-wt-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    background:linear-gradient(135deg,#047900,#60ec03);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.w3-web-based-wt-points{
    margin-top:30px;
}

.w3-web-based-wt-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}

.w3-web-based-wt-item i{
    color:#2d7503;
    font-size:20px;
    margin-top:3px;
}

.w3-web-based-wt-item span{
    color:#000000;
    font-size:16px;
}

.w3-web-based-wt-feature{
    background:#fff;
    border:1px solid #eef2f6;
    border-radius:16px;
    padding:25px;
    text-align:center;
    height:100%;
    transition:.35s;
}

.w3-web-based-wt-feature:hover{
    transform:translateY(-6px);
    border-color:#288f00;
    box-shadow:0 15px 35px rgba(13,110,253,.12);
}

.w3-web-based-wt-feature i{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f3ffed;
    color: #078428;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 25px;
}

.w3-web-based-wt-feature h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#000000;
}

.w3-web-based-wt-feature p{
    margin:0;
    font-size:16px;
    line-height:1.7;
    color:#000000;
}

@media(max-width:991px){

    .w3-web-based-wt-card{
        padding:30px;
    }

    .w3-web-based-wt-title{
        font-size:30px;
    }

}

@media(max-width:576px){

    .w3-web-based-wt-title{
        font-size:26px;
    }

    .w3-web-based-wt-card{
        padding:25px;
    }

}

/* cms css  */

/* Isolated Internal Layout & Colors for W3 Dream Solutions */
  .w3-cms-hero-wrapper {
    background: linear-gradient(135deg, #023D54 0%, #011f2b 100%);
    color: #ffffff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }

  /* Ambient background glow */
  .w3-cms-hero-wrapper::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 190, 61, 0.08) 0%, rgba(2, 61, 84, 0) 70%);
    pointer-events: none;
  }

  .w3-cms-hero-tagline {
    color: #ffe174;
    font-weight: 600;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    font-size: 0.85rem;
  }

  .w3-cms-hero-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
  }

  .w3-cms-hero-title span {
    color: #ffe174;
  }

  .w3-cms-hero-lead {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
  }

  /* Interactive Elements */
  .w3-cms-hero-btn-primary {
    background-color: #ffe174;
    color: #023D54;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 6px;
    border: 1px solid #ffe174;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
  }

  .w3-cms-hero-btn-primary:hover {
    background-color: #ffe174;
    color: #ffe174;
    transform: translateY(-2px);
  }

  .w3-cms-hero-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
  }

  .w3-cms-hero-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    transform: translateY(-2px);
  }

  /* 16:9 Display Frame Mockup */
  .w3-cms-hero-visual-container {
    position: relative;
    z-index: 2;
  }

  .w3-cms-hero-screen-mockup {
    background: #1e293b;
    border: 12px solid #0f172a;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .w3-cms-hero-screen-topbar {
    height: 28px;
    background: #0f172a;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 6px;
  }

  .w3-cms-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
  }

  .w3-cms-hero-live-img {
    width: 100%;
    height: calc(100% - 28px);
    object-fit: cover;
    background: #111827;
    display: block;
  }

  /* Value Badges */
  .w3-cms-hero-badge-row {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
  }

  .w3-cms-hero-badge-item {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Layout Queries */
  @media (max-width: 991.98px) {
    .w3-cms-hero-wrapper {
      padding: 60px 0 80px 0;
      text-align: center;
    }
    .w3-cms-hero-title {
      font-size: 35px;
    }
    .w3-cms-hero-btn-group {
      justify-content: center;
    }
    .w3-cms-hero-badge-row {
      justify-content: center;
      gap: 20px;
    }
  }
/* Scope-Isolated About Section Layout for W3 Dream Solutions */
  .w3-cms-abt-wrapper {
    background-color: #ffffff;
    color: #1e293b;
    padding: 50px 0;
    position: relative;
  }

  .w3-cms-abt-tagline {
    color: #023D54;
    font-weight: 700;
    letter-spacing: 1.5px;
    /* text-transform: uppercase; */
    font-size: 0.85rem;
    display: block;
  }

  .w3-cms-abt-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #023D54;
  }

  .w3-cms-abt-heading span {
    color: #ffe174;
  }

  .w3-cms-abt-body-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
  }

  /* 16:9 Laptop Display Frame Mockup */
  .w3-cms-abt-visual-container {
    position: relative;
  }

  .w3-cms-abt-screen-mockup {
    background: #f8fafc;
    border: 12px solid #023D54;
    border-radius: 16px;
    box-shadow: 0 20px 40px -15px rgba(2, 61, 84, 0.2);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .w3-cms-abt-screen-topbar {
    height: 28px;
    background: #023D54;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 6px;
  }

  .w3-cms-abt-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }

  .w3-cms-abt-live-img {
    width: 100%;
    height: calc(100% - 28px);
    object-fit: cover;
    background: #f1f5f9;
    display: block;
  }

  /* Responsive Adjustments */
  @media (max-width: 991.98px) {
    .w3-cms-abt-wrapper {
      padding: 80px 0;
    }
    .w3-cms-abt-heading {
      font-size: 2.2rem;
    }
  }

  /* Scope-Isolated Services Grid Layout for W3 Dream Solutions */
  .w3-cms-src-wrapper {
    background: linear-gradient(135deg, #023D54 0%, #011f2b 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }

  /* Accent ambient background ring */
  .w3-cms-src-wrapper::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 190, 61, 0.05) 0%, rgba(2, 61, 84, 0) 70%);
    pointer-events: none;
  }

  .w3-cms-src-tagline {
    color: #ffe174;
    font-weight: 700;
    letter-spacing: 1.5px;
    /* text-transform: uppercase; */
    font-size: 0.85rem;
    display: block;
  }

  .w3-cms-src-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
  }

  .w3-cms-src-heading span {
    color: #ffe174;
  }

  /* Premium Card Matrix - Dark Theme */
  .w3-cms-src-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 40px 32px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .w3-cms-src-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 190, 61, 0.4);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  }

  /* Minimal SVG Monogram Box */
  .w3-cms-src-icon-box {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
  }

  .w3-cms-src-card:hover .w3-cms-src-icon-box {
    background-color: #ffe174;
  }

  .w3-cms-src-icon-box svg {
    width: 24px;
    height: 24px;
    fill: #ffe174;
    transition: all 0.3s ease;
  }

  .w3-cms-src-card:hover .w3-cms-src-icon-box svg {
    fill: #023D54;
  }

  .w3-cms-src-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
  }

  .w3-cms-src-card-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
  }

  /* Layout Breakpoints */
  @media (max-width: 991.98px) {
    .w3-cms-src-wrapper {
      padding: 80px 0;
    }
    .w3-cms-src-heading {
      font-size: 2.2rem;
    }
  }

  /* Scope-Isolated Pointwise List Layout for W3 Dream Solutions */
  .w3-cms-maint-wrapper {
    background-color: #ffffff;
    color: #023D54;
    padding: 50px 0;
    position: relative;
  }

  .w3-cms-maint-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #023D54;
    margin-bottom: 48px;
  }

  .w3-cms-maint-heading span {
    color: #ffe174;
  }

  /* Premium Multi-Column Pointwise List Matrix */
  .w3-cms-maint-list-container {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .w3-cms-maint-list-item {
    font-size: 16px;
    color: #000000;
    padding: 14px 0 14px 32px;
    border-bottom: 1px solid rgba(2, 61, 84, 0.06);
    position: relative;
    transition: all 0.2s ease;
  }

  /* Minimal vertical indicator line for a crisp tech aesthetic */
  .w3-cms-maint-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #023D54;
    border-radius: 2px;
    transition: all 0.2s ease;
  }

  .w3-cms-maint-list-item:hover {
    color: #023D54;
    padding-left: 38px;
  }

  .w3-cms-maint-list-item:hover::before {
    background-color: #ffe174;
    height: 24px;
  }

  /* Layout Breakpoints */
  @media (max-width: 991.98px) {
    .w3-cms-maint-wrapper {
      padding: 70px 0;
    }
    .w3-cms-maint-heading {
      font-size: 2.2rem;
      margin-bottom: 32px;
    }
  }

  /* Scope-Isolated 10-Question Dual Column FAQ Layout for W3 Dream Solutions */
  .w3-cms-faq-wrapper {
    background: linear-gradient(135deg, #023D54 0%, #011f2b 100%);
    color: #ffffff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }

  .w3-cms-faq-tagline {
    color: #ffe174;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: block;
  }

  .w3-cms-faq-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
  }

  .w3-cms-faq-heading span {
    color: #ffe174;
  }

  /* Custom styled Bootstrap Accordion overriding defaults */
  .w3-cms-faq-accordion .accordion-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px !important;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
  }

  /* Structural left vertical accent marker set to white */
  .w3-cms-faq-accordion .accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 2;
  }

  .w3-cms-faq-accordion .accordion-item:has(.accordion-button:not(.collapsed))::before {
    background-color: #ffffff;
  }

  .w3-cms-faq-accordion .accordion-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
  }

  .w3-cms-faq-accordion .accordion-button {
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 24px 24px 28px;
    box-shadow: none;
    border: none;
    text-align: left;
  }

  .w3-cms-faq-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: transparent;
    box-shadow: none;
  }

  /* Arrow icon set to pure white via brightness/invert filters for both states */
  .w3-cms-faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1) !important;
    transition: transform 0.2s ease;
  }

  .w3-cms-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
  }

  .w3-cms-faq-accordion .accordion-body {
    padding: 0 24px 24px 28px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .w3-cms-faq-highlight {
    color: #ffe174;
    font-weight: 600;
  }

  /* Responsive Adjustments */
  @media (max-width: 991.98px) {
    .w3-cms-faq-wrapper {
      padding: 80px 0;
    }
    .w3-cms-faq-heading {
      font-size: 2.2rem;
    }
  }

  /* hybri app  */

  /* Shared Section Layouts */
        .w3-hybrid-padding {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
        }

        /* Hero Section */
        .w3-hybrid-hero {
            background-color: #212529 !important; /* bg-dark */
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }
        .w3-hybrid-hero h2 {
            font-size: 35px !important;
            font-weight: 600;
             color: #ffffff;
            line-height: 1.3;
        }
        .w3-hybrid-hero h2 span {
            color: #FFBE3D;
        }
        .w3-hybrid-hero .w3-hybrid-sub-desc {
            font-size: 18px !important;
             color: #ffffff;
            
        }
        .w3-hybrid-hero .btn-premium {
            background-color: #FFBE3D;
            color: #023D54;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 16px;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        .w3-hybrid-hero .btn-premium:hover {
            background-color: transparent;
            color: #ffffff !important;
            border-color: #FFBE3D;
            transform: translateY(-2px);
        }

        /* Typography & Global Headings */
        .w3-hybrid-section-title h3 {
            font-size: 30px !important;
            font-weight: 700;
        }
        .w3-hybrid-section-title h3 span {
           color: #f8df79;
        }
        .w3-hybrid-desc {
            font-size: 16px !important;
            line-height: 1.6;
        }
        
        /* Dark / Light Variant Text Adjustments */
        .bg-dark .w3-hybrid-section-title h3 {
            color: #ffffff;
        }
        .bg-white .w3-hybrid-section-title h3 {
            color: #023D54;
        }
        .bg-dark .w3-hybrid-desc {
            color: #ffffff;
        }
        .bg-white .w3-hybrid-desc {
            color: #000000;
        }

        /* Image Wrapper Styles */
        .w3-hybrid-img-wrapper {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        .w3-hybrid-img-wrapper img {
            transition: transform 0.5s ease;
            width: 100%;
            object-fit: cover;
        }
        .w3-hybrid-img-wrapper:hover img {
            transform: scale(1.03);
        }

        /* Services Section (Cards with no image padding) */
        .w3-hybrid-card-dark {
            background: #2b3035; 
            border: 1px solid rgba(255,255,255,0.05);
            border-radius: 16px;
            overflow: hidden; /* Ensures image fits container boundaries completely */
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
        .w3-hybrid-card-dark:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        }
        .w3-hybrid-card-dark .w3-hybrid-card-img {
            height: 180px;
            width: 100%;
            object-fit: cover;
            border-radius: 0; /* Clears internal imagery spacing limits */
            margin-bottom: 0;
            padding: 0 !important; /* Guarantees no image padding */
        }
        .w3-hybrid-card-body {
            padding: 25px;
        }
        .w3-hybrid-card-body h5 {
            font-size: 18px !important;
            font-weight: 600;
            color: #ffffff;
            margin-top: 15px;
        }
        .w3-hybrid-card-body p {
            font-size: 16px !important;
            color: #ffffff;
            margin-bottom: 0;
        }

        /* Why Choose Lists */
        .w3-hybrid-choose-list {
            list-style: none;
            padding-left: 0;
        }
        .w3-hybrid-choose-list li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 20px;
            font-size: 16px !important;
        }
        .w3-hybrid-choose-list li i {
            position: absolute;
            left: 0;
            top: 4px;
            color: #FFBE3D;
    background: rgb(37 178 25);
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
        }

        /* Requirements Section (Light Cards inside dark section) */
        .w3-hybrid-req-card {
            background: #ffffff;
            border: none;
            border-radius: 16px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }
        .w3-hybrid-req-card:hover {
            transform: translateY(-5px);
        }
        .w3-hybrid-icon-box {
            width: 60px;
            height: 60px;
            background: rgba(2, 61, 84, 0.05);
            color: #023D54;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        .w3-hybrid-req-card h5 {
            font-size: 18px !important;
            font-weight: 600;
            color: #023D54;
        }
        .w3-hybrid-req-card p {
            font-size: 16px !important;
            color: #000000;
            margin-bottom: 0;
        }

        
        /* FAQ Layout Accordion */
.w3-hybrid-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: #2b3035;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 16px !important;
    overflow: hidden;
}
.w3-hybrid-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px;
    background: #2b3035;
    box-shadow: none;
}
/* Force the arrow icon to be white in its collapsed state */
.w3-hybrid-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}
.w3-hybrid-accordion .accordion-button:not(.collapsed) {
    color: #fff07c;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
/* Keeps the arrow icon white even when the item is expanded */
.w3-hybrid-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.w3-hybrid-accordion .accordion-body {
    padding: 20px;
    color: #ffffff;
    font-size: 16px !important;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.1);
}

/* ios app */

/* Base Scoping Rules & Variables */
        .w3-ios-section {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
            
            overflow: hidden;
        }
        .w3-ios-bg-dark {
            background-color: #0d1117 !important;
            color: #ffffff !important;
        }
        .w3-ios-bg-white {
            background-color: #ffffff !important;
            color: #1d1d1f !important;
        }
        
        /* Typography overrides based on user requirements */
        .w3-ios-section h2.w3-ios-main-title {
            font-size: 35px !important;
            font-weight: 700;
            letter-spacing: -0.5px;
            color: #ffffff !important;
        }
        .w3-ios-section h3.w3-ios-sec-title {
            font-size: 30px !important;
            font-weight: 700;
            letter-spacing: -0.3px;
            margin-bottom: 25px;
        }
        .w3-ios-section h5.w3-ios-card-title {
            font-size: 18px !important;
            font-weight: 600;
        }
        .w3-ios-section p.w3-ios-hero-desc {
            font-size: 18px !important;
            font-weight: 400;
            line-height: 1.6;
            color: #ffffff !important;
        }
        .w3-ios-section p, .w3-ios-section li, .w3-ios-section .w3-ios-desc {
            font-size: 16px !important;
            line-height: 1.6;
            color: #ffffff;
        }

        /* Hero Specifics */
        .w3-ios-hero-btn {
           background: linear-gradient(135deg, #0b7f04, #32ae00);
            color: #fff;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        .w3-ios-hero-btn:hover {
            background: #32ae00;
            color: #000000;
            box-shadow: 0 4px 15px rgba(0, 227, 38, 0.4);
        }

        /* Zero Padding Layout for Services Image Block */
        .w3-ios-no-padding-img {
            padding: 0 !important;
            margin: 0 !important;
            height: 100%;
            object-fit: cover;
        }

        /* Apple Premium Card Aesthetics */
        .w3-ios-premium-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 18px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .w3-ios-bg-white .w3-ios-premium-card {
            background: #f5f5f7;
            border: 1px solid #e8e8ed;
        }
        .w3-ios-premium-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        .w3-ios-card-icon {
            font-size: 2.5rem;
            color: #5ad53c;
            margin-bottom: 15px;
        }

        .w3-ios-why-section{
    background:#fff;
    padding:90px 0;
    overflow:hidden;
}

.w3-ios-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#f4f5f7;
    color:#111;
    padding:10px 20px;
    border-radius:100px;
    font-size:15px;
    font-weight:600;
}

.w3-ios-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
    /* letter-spacing: -1px; */
    color: #111;
}

.w3-ios-title span{
    color:#157202;
}

.w3-ios-desc{
    font-size: 16px;
    color: #000000;
    line-height:1.9;
    margin:30px 0 45px;
}

.w3-ios-list{
    border-top:1px solid #ececec;
}

.w3-ios-item{
    display:flex;
    gap:22px;
    align-items:flex-start;
    padding:24px 0;
    border-bottom:1px solid #ececec;
    transition:.35s;
}

.w3-ios-item:hover{
    padding-left:15px;
}

.w3-ios-icon{
    width:64px;
    height:64px;
    border-radius:20px;
    background:linear-gradient(135deg,#f4f7fb,#eef3ff);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:.4s;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.w3-ios-icon svg{
    width:28px;
    height:28px;
    color:#007700;
    transition:.4s;
}

.w3-ios-item:hover .w3-ios-icon{
    background:#337e01;
    transform:translateY(-5px) rotate(-5deg);
}

.w3-ios-item:hover .w3-ios-icon svg{
    color:#fff;
}

.w3-ios-content h5{
    font-size:22px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.w3-ios-content p{
    margin:0;
    color:#000000;
    font-size:16px;
    line-height:1.8;
}

.w3-ios-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:16px 34px;
    background: linear-gradient(135deg, #065901, #32ae00);
    color:#000000;
    text-decoration:none;
    border-radius:100px;
    font-weight:600;
    transition:.35s;
}

.w3-ios-btn svg{
    transition:.35s;
}

.w3-ios-btn:hover{
    background: linear-gradient(135deg, #065901, #32ae00);
    color:#000000;
    transform:translateY(-4px);
}

.w3-ios-btn:hover svg{
    transform:translateX(6px);
}

.w3-ios-image{
    /* max-height:560px; */
    border-radius: 10px;
    transition:.5s;
}

.w3-ios-image:hover{
    transform:translateY(-10px) scale(1.02);
}

@media(max-width:991px){

.w3-ios-title{
    font-size:36px;
}

.w3-ios-desc{
    font-size:17px;
}

.w3-ios-item{
    gap:18px;
}

.w3-ios-icon{
    width:56px;
    height:56px;
}

}
/* --- Premium Apple-Esque High-Clarity Architecture --- */
.w3-ios-prcss-wrapper {
  background-color: #ffffff;
 
  color: #1d1d1f;
  padding: 50px 0; /* Strict User Constraint */
  overflow: hidden;
  position: relative;
}

/* Crisp, high-contrast typography hierarchy */
.w3-ios-prcss-meta {
  color: #0071e3;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.w3-ios-prcss-heading {
  font-size: 30px; /* Strict User Constraint */
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  line-height: 1.2;
}

.w3-ios-prcss-subheading {
  color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    /* max-width: 650px; */
    margin: 12px auto 0 auto;
}

/* Premium High-Clarity Bento Grid */
.w3-ios-prcss-grid {
  margin-top: 40px;
}

.w3-ios-prcss-card {
  background: #ffffff;
  /* Ultra-sharp borders and premium depth shadows for absolute clarity */
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 18px;
  padding: 32px;
  height: 100%;
  position: relative;
  transition: border-color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  overflow: hidden;
}

.w3-ios-prcss-card:hover {
  border-color: #01751a;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Vibrant dynamic interactive mouse-glow */
.w3-ios-prcss-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.w3-ios-prcss-card:hover .w3-ios-prcss-glow {
  opacity: 1;
}

.w3-ios-prcss-card-content {
  position: relative;
  z-index: 2;
}

/* Sharp step badges */
.w3-ios-prcss-step-num {
  font-size: 14px;
  font-weight: 500;
  color: #016010;
  background: rgba(0, 113, 227, 0.08);
  padding: 5px 12px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.w3-ios-prcss-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.w3-ios-prcss-card-desc {
  color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 0;
}

/* Responsive adjusters for dynamic screens */
@media (max-width: 991px) {
  .w3-ios-prcss-heading {
    font-size: 28px;
  }
  .w3-ios-prcss-card {
    padding: 24px;
  }
}

/* Scope Wrapper & Base Styles */
    .w3-ios-advnt-section {
        background: #000;
        color: #fff;
        
        position: relative;
        overflow: hidden;
        padding: 3rem 0;
    }

    .w3-ios-advnt-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem 1rem;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
    }

    /* Ambient Background Glows */
    .w3-ios-advnt-glow-left {
        position: absolute;
        border-radius: 50%;
        top: -20%;
        left: -10%;
        width: 40vw;
        height: 40vw;
        background: radial-gradient(circle, rgba(0, 102, 204, 0.15) 0%, transparent 70%);
        filter: blur(50px);
        pointer-events: none;
    }

    .w3-ios-advnt-glow-right {
        position: absolute;
        border-radius: 50%;
        bottom: -20%;
        right: -10%;
        width: 50vw;
        height: 50vw;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
        filter: blur(60px);
        pointer-events: none;
    }

    /* Header Grid */
    .w3-ios-advnt-header {
        text-align: center;
        margin-bottom: 3rem;
    }

    .w3-ios-advnt-title {
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .w3-ios-advnt-subtitle {
        font-size: 16px;
        font-weight: 400;
        color: #ffffff !important;
        /* max-width: 600px; */
        margin: 0 auto;
        line-height: 1.5;
    }

    /* Flexbox Layout Split */
    .w3-ios-advnt-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .w3-ios-advnt-col-left, 
    .w3-ios-advnt-col-right {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 300px;
        box-sizing: border-box;
    }

    .w3-ios-advnt-col-right {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    /* Hero Asset Card */
    .w3-ios-advnt-hero-card {
    /* height: 100%; */
    padding: 0; /* Remove padding */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    min-height: 400px;
    box-sizing: border-box;
}

.w3-ios-advnt-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Shows the complete image */
    display: block;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.5));
    transition: transform 0.5s ease;
}

    .w3-ios-advnt-hero-card:hover .w3-ios-advnt-img {
        transform: scale(1.03);
    }

    /* Micro-Feature Row Cards */
    .w3-ios-advnt-feature-card {
        padding: 1.5rem;
        border-radius: 1rem;
        display: flex;
        gap: 1.5rem;
        align-items: start;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .w3-ios-advnt-feature-card:hover {
        background: rgba(255, 255, 255, 0.04);
    border-color: rgb(30 194 76);
    }

    /* Icons */
    .w3-ios-advnt-icon-wrapper {
        padding: 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 199 49 / 22%);
    color: #1dbe45;
    min-width: 52px;
    height: 52px;
    box-sizing: border-box;
    }

    /* Typography inside cards */
    .w3-ios-advnt-feature-title {
        margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    }

    .w3-ios-advnt-feature-desc {
        margin-bottom: 0;
        font-size: 16px;
        color: #ffffff;
        /* line-hergb(255, 255, 255).6; */
    }
       /* Advanced Apple-Inspired Premium Accordion Styling */
.w3-ios-bg-light {
    background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%) !important;
    padding: 80px 0;
    position: relative;
}

.w3-ios-sec-title {
    font-size: 34px !important;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

/* 3D Glass/Layered Accordion Cards */
.w3-ios-accordion .accordion-item {
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: 16px !important;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.006);
}

/* Hover effect creating slight 3D lifting scale */
.w3-ios-accordion .accordion-item:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.06), 0 4px 12px -5px rgba(0, 0, 0, 0.02);
}

/* Active Open State - Deep 3D Shadow Reflection */
.w3-ios-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #ffffff !important;
    border-color: rgba(0, 113, 227, 0.15) !important;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08), 0 8px 20px -10px rgba(0, 113, 227, 0.04);
    transform: translateY(-2px);
}

/* Smooth Interactive Header Buttons */
.w3-ios-accordion .accordion-button {
    background-color: transparent !important;
    color: #01520f !important;
    font-size: 16px !important;
    font-weight: 600;
    padding: 15px 15px;
    box-shadow: none !important;
    transition: color 0.3s ease;
}

.w3-ios-accordion .accordion-button:not(.collapsed) {
    color: #01520f !important;
}

/* Custom Minimalist "+" to "-" Icon replacing standard Bootstrap arrow */
.w3-ios-accordion .accordion-button::after {
    background-image: none !important;
    content: '+';
   
    font-size: 24px;
    font-weight: 300;
   color: #01520f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
}

.w3-ios-accordion .accordion-button:not(.collapsed)::after {
    content: '+';
    transform: rotate(45deg); /* Rotates into an elegant cross / close icon */
    color: #01520f !important;
}

/* Content Body Typography */
.w3-ios-accordion .accordion-body {
    color: #000000;
    padding: 0 24px 28px 24px;
    font-size: 16px;
    line-height: 1.6;
    /* letter-spacing: -0.1px; */
    font-weight: 400;
}

/* android app */

/* Shared Section Layouts */
        .w3-android-padding {
    padding: 60px 0;
}

/* Base Hero Section */
.w3-android-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

/* Position the HTML <img> to stretch behind all content */
.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-0: 0;
}

/* Dark overlay for text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(33, 37, 41, 0.85), rgba(33, 37, 41, 0.65));
    z-index: 0;
}

/* Ensure text sits above the image and overlay */
.z-1 {
    position: relative;
    z-index: 1;
}

.w3-android-hero h2 {
    font-size: 35px !important;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.w3-android-hero h2 span {
    color: #FFBE3D;
}

.w3-android-hero .w3-android-sub-desc {
    font-size: 16px !important;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.w3-android-hero .btn-premium {
    background-color: #FFBE3D;
    color: #023D54;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 2px solid #FFBE3D;
    display: inline-block;
    text-decoration: none;
}

.w3-android-hero .btn-premium:hover {
    background-color: #023D54;
    color: #FFBE3D !important;
    border-color: #023D54;
    transform: translateY(-2px);
}

        /* Typography & Global Headings */
        .w3-android-section-title h3 {
            font-size: 30px !important;
            font-weight: 700;
        }
        .w3-android-section-title h3 span {
            color: #FFBE3D;
        }
        .w3-android-desc {
            font-size: 16px !important;
            line-height: 1.6;
        }
        
        /* Dark / Light Variant Text Adjustments */
        .bg-dark .w3-android-section-title h3 {
            color: #ffffff;
        }
        .bg-white .w3-android-section-title h3 {
            color: #023D54;
        }
        .bg-dark .w3-android-desc {
            color: #e0e0e0;
        }
        .bg-white .w3-android-desc {
            color: #000000;
        }

        /* Image Wrapper Styles */
        .w3-android-img-wrapper {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        .w3-android-img-wrapper img {
            transition: transform 0.5s ease;
            width: 100%;
            object-fit: cover;
        }
        .w3-android-img-wrapper:hover img {
            transform: scale(1.03);
        }

        /* Services Section (Cards with no image padding) */
        .w3-android-card-dark {
            background: #2b3035; 
            border: 1px solid rgba(255,255,255,0.05);
            border-radius: 16px;
            overflow: hidden;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }
        .w3-android-card-dark:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        }
        .w3-android-card-dark .w3-android-card-img {
            /* height: 180px; */
            width: 100%;
            object-fit: cover;
            border-radius: 0;
            margin-bottom: 0;
            padding: 0 !important;
        }
        .w3-android-card-body {
            padding: 25px;
        }
        .w3-android-card-body h5 {
            font-size: 18px !important;
            font-weight: 600;
            color: #ffffff;
            margin-top: 15px;
        }
        .w3-android-card-body p {
            font-size: 16px !important;
            color: #ffffff;
            margin-bottom: 0;
        }

        /* Why Choose Lists */
        .w3-android-why-section{
    background:#f8fbff;
}

.w3-android-why-tag{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:#eaf3ff;
    color: #0b6300;
    font-size:14px;
    font-weight:600;
    letter-spacing:.8px;
}

.w3-android-why-title{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #111827;
}

.w3-android-why-desc{
    font-size:16px;
    line-height:1.8;
    color:#000000;
}

.w3-android-why-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background: linear-gradient(135deg, #065901, #32ae00);
    color:#fff;
    text-decoration:none;
    padding:15px 32px;
    border-radius:50px;
    font-size: 16px;
    font-weight:600;
    transition:.35s;
    box-shadow:0 15px 35px rgba(11,99,246,.2);
}

.w3-android-why-btn svg{
    width:18px;
    height:18px;
}

.w3-android-why-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

.w3-android-why-card{
    background:#fff;
    padding:35px 30px;
    border-radius:22px;
    height:100%;
    transition:.35s;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    border:1px solid #edf2f7;
}

.w3-android-why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.w3-android-why-icon{
    width: 60px;
    height: 60px;
    /* font-size: 13px; */
    border-radius: 18px;
    background: linear-gradient(135deg, #065901, #32ae00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-bottom: 25px;
}

.w3-android-why-icon svg{
    width:30px;
    height:30px;
}

.w3-android-why-card h5{
    font-size: 18px;
    /* font-weight: 600; */
    margin-bottom: 12px;
    color: #111827
}

.w3-android-why-card p{
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}

@media(max-width:991px){

    .w3-android-why-title{
        font-size:32px;
    }

}

        /* Requirements Section (Light Cards inside dark section) */
        .w3-android-req-card {
            background: #ffffff;
            border: none;
            border-radius: 16px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
        }
        .w3-android-req-card:hover {
            transform: translateY(-5px);
        }
        .w3-android-icon-box {
            width: 60px;
            height: 60px;
            background: rgba(2, 61, 84, 0.05);
            color: #023D54;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        .w3-android-req-card h5 {
            font-size: 18px !important;
            font-weight: 600;
            color: #023D54;
        }
        .w3-android-req-card p {
            font-size: 16px !important;
            color: #000000;
            margin-bottom: 0;
        }

        /* Root Theme Configuration & Layout */
  .w3-android-indsty-section {
    background-color: #030712;
    color: #ffffff;
    padding: 50px 0 !important;
    position: relative;
    overflow: hidden;
  }

  /* Structural Ambient Layering */
  .w3-android-indsty-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    top: -220px;
    right: -180px;
    z-index: 0;
    pointer-events: none;
  }

  .w3-android-indsty-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
    left: -200px;
    bottom: -200px;
    z-index: 0;
    pointer-events: none;
  }

  .w3-android-indsty-section .container {
    position: relative;
    z-index: 2;
  }

  /* Exact Font Size Assignments Mandated by User */
  .w3-android-indsty-mini-title {
    font-size: 16px !important;
    display: inline-block;
    padding: 8px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    /* font-weight: 600; */
    color: #ffe075;
    
  }

  .w3-android-indsty-title {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    letter-spacing: -0.02em;
  }

  .w3-android-indsty-title span {
    background: linear-gradient(90deg, #1fc24c, #fcdf78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .w3-android-indsty-desc {
    font-size: 16px !important;
    color: #9ca3af;
    margin-top: 20px;
    line-height: 1.7;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Premium Apple-Style Glass Card Grid */
  .w3-android-indsty-card {
    background: rgba(17, 24, 39, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 35px 25px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
  }

  .w3-android-indsty-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 50%;
    top: -60px;
    right: -60px;
    transition: transform 0.5s ease;
  }

  .w3-android-indsty-card:hover {
    transform: translateY(-8px);
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(17, 24, 39, 0.75);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 30px rgba(59, 130, 246, 0.1);
  }

  .w3-android-indsty-card:hover::before {
    transform: scale(1.4);
  }

  /* Micro-indicators for Industry Identity */
  .w3-android-indsty-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(255 224 116);
    z-index: 3;
    transition: color 0.3s ease;
  }

  .w3-android-indsty-card:hover .w3-android-indsty-badge {
    color: #10b981;
  }

  /* Icon Boxing & Custom Raw SVG Handling */
  .w3-android-indsty-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
  }

  .w3-android-indsty-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s ease;
  }

  .w3-android-indsty-card:hover .w3-android-indsty-icon {
    background: #3b82f6;
    border-color: #3b82f6;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
  }

  .w3-android-indsty-card h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .w3-android-indsty-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
  }

  /* Premium Bottom Glass Action Banner */
  .w3-android-indsty-bottom {
    padding: 45px;
    border-radius: 28px;
    background: rgba(17, 24, 39, 0.4);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .w3-android-indsty-bottom h3 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    color: #fde071;
    letter-spacing: -0.02em;
  }

  .w3-android-indsty-bottom p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
  }

  /* Interaction Controls (Premium Button Elements) */
  .w3-android-indsty-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 30px;
    background: #ffffff;
    color: #030712;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .w3-android-indsty-btn svg {
    width: 18px;
    height: 18px;
    font-size: 16px;
    fill: none;
    stroke: #030712;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
  }

  .w3-android-indsty-btn:hover {
    background: linear-gradient(135deg, #065901, #32ae00);
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.3);
  }

  .w3-android-indsty-btn:hover svg {
    stroke: #ffffff;
    transform: translateX(4px);
  }

  /* Pure CSS Background Blurs */
  .w3-android-indsty-blob1,
  .w3-android-indsty-blob2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.15;
    pointer-events: none;
  }

  .w3-android-indsty-blob1 {
    width: 240px;
    height: 240px;
    background: #3b82f6;
    right: 8%;
    top: 28%;
    animation: w3-android-indsty-float 8s ease-in-out infinite;
  }

  .w3-android-indsty-blob2 {
    width: 220px;
    height: 220px;
    background: #8b5cf6;
    left: 8%;
    bottom: 18%;
    animation: w3-android-indsty-float 10s ease-in-out infinite;
  }

  @keyframes w3-android-indsty-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }

  /* Responsive Constraints Mapping */
  @media (max-width: 991px) {
    .w3-android-indsty-bottom {
      padding: 35px;
      text-align: center;
    }
    .w3-android-indsty-bottom h3 {
      font-size: 24px;
    }
    .w3-android-indsty-btn {
      margin-top: 10px;
    }
  }

  @media (max-width: 767px) {
    .w3-android-indsty-title {
      font-size: 30px !important;
    }
    .w3-android-indsty-card {
      padding: 30px 20px;
    }
    .w3-android-indsty-bottom h3 {
      font-size: 22px;
    }
  }
        /* FAQ Layout Accordion */
.w3-android-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: #2b3035;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 16px !important;
    overflow: hidden;
}

.w3-android-accordion .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px;
    background: #2b3035;
    box-shadow: none;
}

/* Force the arrow icon to be white in its collapsed state */
.w3-android-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.w3-android-accordion .accordion-button:not(.collapsed) {
    color: #fff07c;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Keeps the arrow icon white even when the item is expanded */
.w3-android-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.w3-android-accordion .accordion-body {
    padding: 20px;
    color: #ffffff;
    font-size: 16px !important;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.1);
}

/* AI Powered Website */

/* ===== SECTION BASE ===== */
.ai-abt-section {
  padding: 50px 0;
  background: linear-gradient(120deg, #eef5ff, #ffffff);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow: hidden;
}

/* ===== WRAPPER ===== */
.ai-abt-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* ===== IMAGE SIDE ===== */
.ai-abt-img-box {
  flex: 1 1 500px;
  position: relative;
}

.ai-abt-img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  transition: 0.6s ease;
}

.ai-abt-img-box:hover .ai-abt-img {
  transform: scale(1.05) rotate(-1deg);
}

/* floating badge */
.ai-abt-badge {
  position: absolute;
  bottom: -20px;
  left: 30px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #023D54;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ===== CONTENT SIDE ===== */
.ai-abt-content {
  flex: 1 1 500px;
}

/* tag */
.ai-abt-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(2,61,84,0.08);
  color: #023D54;
  font-size: 13px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* heading */
.ai-abt-title {
  font-size: 38px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin-bottom: 18px;
}

/* description */
.ai-abt-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* feature cards */
.ai-abt-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.ai-abt-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-size: 14px;
  font-weight: 500;
  color: #222;
  transition: 0.3s;
}

.ai-abt-card:hover {
  transform: translateY(-4px);
}

/* button */
.ai-abt-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  background: #023D54;
  color: #fff !important;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.ai-abt-btn:hover {
  background: #011f2b;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ai-abt-wrap {
    flex-direction: column;
  }

  .ai-abt-title {
    font-size: 28px;
  }

  .ai-abt-features {
    grid-template-columns: 1fr;
  }
}

/* ===== SECTION BASE ===== */
.ai-srvc-section {
  padding: 50px 0;
  background: radial-gradient(circle at 20% 20%, #0b1c26, #02070a);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* glow background */
.ai-srvc-section::before,
.ai-srvc-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.2;
}
.ai-srvc-section::before {
  background: #00c3ff;
  top: -100px;
  left: -100px;
}
.ai-srvc-section::after {
  background: #023D54;
  bottom: -100px;
  right: -100px;
}

/* ===== HEADER ===== */
.ai-srvc-head {
  text-align: center; 
  margin: 0 auto 70px;
}
.ai-srvc-tag {
  display: inline-block;
  padding: 6px 16px;
      font-size: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffe374;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.ai-srvc-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ai-srvc-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
}

/* ===== GRID ===== */
.ai-srvc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===== CARD ===== */
.ai-srvc-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 30px 25px;
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}

.ai-srvc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #00c3ff, transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.4s;
}
.ai-srvc-card:hover::before {
  opacity: 1;
}
.ai-srvc-card:hover {
  transform: translateY(-12px) scale(1.02);
  background: rgba(255,255,255,0.08);
}

/* ===== ICON ===== */
.ai-srvc-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ai-srvc-icon svg {
  width: 26px;
  height: 26px;
  stroke: #000000;
  stroke-width: 1.6;
  fill: none;
}

/* ===== TEXT ===== */
.ai-srvc-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}
.ai-srvc-card p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
}

/* ===== BUTTON ===== */
.ai-srvc-btn {
  text-align: center;
  margin-top: 60px;
}
.ai-srvc-btn a {
  display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}
.ai-srvc-btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,195,255,0.3);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ai-srvc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-srvc-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .ai-srvc-grid {
    grid-template-columns: 1fr;
  }
}

.w3-ai-sltn-wrapper {
    background-color: #000000;
    color: #f5f5f7;
    padding: 50px 0;
    overflow: hidden;
    letter-spacing: -0.022em;
}

/* --- Typography & Header --- */
.w3-ai-sltn-tagline {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: linear-gradient(90deg, #0071e3, #833ab4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    display: inline-block;
}

.w3-ai-sltn-title {
    font-size: 40px;
    font-weight: 600;   
    color: #ffffff;
    margin-bottom: 40px;
}

/* --- Glassmorphic Tab Layout --- */
.w3-ai-sltn-container {
    background: rgba(17, 17, 19, 0.7);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

/* Sidebar Navigation */
.w3-ai-sltn-nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.w3-ai-sltn-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #ffffff;
    text-align: left;
    padding: 18px 24px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w3-ai-sltn-tab-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.w3-ai-sltn-tab-btn.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
}

.w3-ai-sltn-tab-btn::after {
    content: '→';
    font-size: 1.2rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.w3-ai-sltn-tab-btn.active::after {
    opacity: 1;
    transform: translateX(0);
    color: #0071e3;
}

/* Content Showcase Area */
.w3-ai-sltn-pane {
    display: none;
    animation: w3-ai-scaleIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.w3-ai-sltn-pane.active {
    display: block;
}

.w3-ai-sltn-display-box {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 35px;
    height: 100%;
}

.w3-ai-sltn-img-wrapper {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #111113;
}

.w3-ai-sltn-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.w3-ai-sltn-pane:hover .w3-ai-sltn-img-wrapper img {
    transform: scale(1.04);
}

.w3-ai-sltn-pane-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
    letter-spacing: -0.03em;
}

.w3-ai-sltn-pane-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- Supplemental Solutions Grid --- */
.w3-ai-sltn-grid-section {
    margin-top: 100px;
}

.w3-ai-sltn-card {
    background: #111113;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.w3-ai-sltn-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.w3-ai-sltn-card-icon-box {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.w3-ai-sltn-card-icon-box img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(1.1); 
}

.w3-ai-sltn-card-title {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 14px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.w3-ai-sltn-card-desc {
    color: #86868b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- Animations --- */
@keyframes w3-ai-scaleIn {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* --- Responsive Adaptations --- */
@media (max-width: 991px) {
    .w3-ai-sltn-container {
        padding: 28px;
    }
    .w3-ai-sltn-nav-list {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 14px;
        margin-bottom: 35px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .w3-ai-sltn-tab-btn {
        white-space: nowrap;
        scroll-snap-align: start;
        padding: 14px 22px;
    }
    .w3-ai-sltn-tab-btn::after {
        display: none;
    }
    .w3-ai-sltn-title {
        font-size: 2.5rem;
    }
    .w3-ai-sltn-img-wrapper {
        height: 250px;
    }
}

.ai-src-2-section {
  background: radial-gradient(circle at 20% 10%, #0b1120, #020617);
 padding: 50px 0;
  color: #fff;
  overflow: hidden;
}

/* TITLE */
.ai-src-2-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 70px;
}

.ai-src-2-title span {
  background: linear-gradient(90deg, #00f0ff, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CARD */
.ai-src-2-card {
  position: relative;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s ease;
}

/* IMAGE */
.ai-src-2-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

/* OVERLAY */
.ai-src-2-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  background: linear-gradient(to top, rgba(2,6,23,0.95), transparent);
  transition: all 0.4s ease;
}

/* TEXT */
.ai-src-2-overlay h5 {
  color: #f5c400;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.ai-src-2-overlay p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.85;
}

/* HOVER EFFECT */
.ai-src-2-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.ai-src-2-card:hover img {
  transform: scale(1.1);
}

/* LIGHT SWEEP */
.ai-src-2-card::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.6s;
}

.ai-src-2-card:hover::after {
  left: 100%;
}

/* RESPONSIVE */
@media(max-width:768px){
  .ai-src-2-title {
    font-size: 2rem;
  }

  .ai-src-2-card {
    height: 260px;
  }
}

.ai-indsty-section{
    position:relative;
    overflow:hidden;
    padding: 50px 0;
    background:#050816;
    color:#fff;
}

.ai-indsty-section::before{
    content:'';
    position:absolute;
    width:900px;
    height:900px;
    background:radial-gradient(circle,#00d4ff20,transparent 70%);
    top:-300px;
    left:-250px;
    animation:ai-indsty-float 12s infinite alternate;
}

.ai-indsty-section::after{
    content:'';
    position:absolute;
    width:800px;
    height:800px;
    background:radial-gradient(circle,#7c4dff1f,transparent 70%);
    right:-200px;
    bottom:-300px;
    animation:ai-indsty-float2 15s infinite alternate;
}

.ai-indsty-heading{
   
    margin:auto;
    position:relative;
    z-index:2;
}

.ai-indsty-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(20px);
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:20px;
}

.ai-indsty-heading h2{
    font-size:40px;
    font-weight:700;
    color: white;
    line-height:1.15;
    margin-bottom:20px;
}

.ai-indsty-heading p{
    font-size:14px;
    color:#ffffff;
    line-height:1.9;
}

.ai-indsty-orbit-wrapper{
    position:relative;
    width:100%;
    max-width:1000px;
    height:800px;
    margin:80px auto;
}

.ai-indsty-center-core{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:220px;
    height:220px;
    border-radius:50%;
    z-index:10;
}

.ai-indsty-core-glow{
    position:absolute;
    inset:0;
    border-radius:50%;
    background:linear-gradient(135deg,#00d4ff,#7c4dff);
    animation:ai-indsty-pulse 4s infinite;
    filter:blur(1px);
}

.ai-indsty-core-content{
    position:absolute;
    inset:15px;
    border-radius:50%;
    background:#0b1224;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    border:1px solid rgba(255,255,255,.15);
}

.ai-indsty-core-content h3{
    font-size:32px;
    font-weight:800;
    margin-bottom:8px;
    color: #ffffff;
}

.ai-indsty-core-content p{
    margin:0;
    color:#ffffff;
}

.ai-indsty-orbit{
    position:absolute;
    inset:0;
    border-radius:50%;
}

.orbit-one{
    animation:ai-indsty-rotate 40s linear infinite;
}

.orbit-two{
    animation:ai-indsty-rotate-reverse 55s linear infinite;
}

.ai-indsty-orbit::before{
    content:'';
    position:absolute;
    inset:90px;
    border-radius:50%;
    border:1px dashed rgba(255,255,255,.12);
}

.orbit-two::before{
    inset:0;
}

.ai-indsty-industry{
    position:absolute;
    width:220px;
    padding:25px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:24px;
    text-align:center;
    transition:.4s;
}

.ai-indsty-industry:hover{
    transform:translateY(-10px) scale(1.05);
    border-color:#00d4ff;
    box-shadow:0 20px 40px rgba(0,212,255,.15);
}

.ai-indsty-industry span{
    font-size:40px;
    display:block;
    margin-bottom:12px;
}

.ai-indsty-industry h4{
  color: #f5c400;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.ai-indsty-industry p{
    margin:0;
    color:#ffffff;
    line-height:1.7;
    font-size:14px;
}

/* Orbit Positioning */

.orbit-one .ai-indsty-industry:nth-child(1){
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.orbit-one .ai-indsty-industry:nth-child(2){
    right:0;
    top:50%;
    transform:translateY(-50%);
}

.orbit-one .ai-indsty-industry:nth-child(3){
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.orbit-one .ai-indsty-industry:nth-child(4){
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.orbit-two .ai-indsty-industry:nth-child(1){
    top:90px;
    right:130px;
}

.orbit-two .ai-indsty-industry:nth-child(2){
    bottom:90px;
    right:130px;
}

.orbit-two .ai-indsty-industry:nth-child(3){
    bottom:90px;
    left:130px;
}

.orbit-two .ai-indsty-industry:nth-child(4){
    top:90px;
    left:130px;
}

.ai-indsty-bottom-content{
    position:relative;
    z-index:2;
}

.ai-indsty-feature{
    height:100%;
    text-align:center;
    padding:35px;
    border-top:1px solid rgba(22, 253, 242, 0.1);
    
}

.ai-indsty-feature h5{
  color: white;
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.ai-indsty-feature p{
    color:#ffffff;
    line-height:1.8;
    margin:0;
}

@keyframes ai-indsty-rotate{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

@keyframes ai-indsty-rotate-reverse{
    from{transform:rotate(360deg);}
    to{transform:rotate(0deg);}
}

@keyframes ai-indsty-pulse{
    0%,100%{
        transform:scale(1);
        box-shadow:0 0 30px rgba(0,212,255,.4);
    }
    50%{
        transform:scale(1.08);
        box-shadow:0 0 60px rgba(124,77,255,.5);
    }
}

@keyframes ai-indsty-float{
    from{transform:translateY(0);}
    to{transform:translateY(120px);}
}

@keyframes ai-indsty-float2{
    from{transform:translateY(0);}
    to{transform:translateY(-120px);}
}

@media(max-width:991px){

    .ai-indsty-orbit-wrapper{
        height:auto;
    }

    .ai-indsty-center-core{
        position:relative;
        top:auto;
        left:auto;
        transform:none;
        margin:0 auto 40px;
    }

    .ai-indsty-orbit,
    .orbit-one,
    .orbit-two{
        position:static;
        animation:none;
    }

    .ai-indsty-orbit::before{
        display:none;
    }

    .ai-indsty-orbit{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px;
        margin-bottom:20px;
    }

    .ai-indsty-industry{
        position:relative !important;
        top:auto !important;
        left:auto !important;
        right:auto !important;
        bottom:auto !important;
        transform:none !important;
        width:100%;
    }
}

@media(max-width:576px){

    .ai-indsty-section{
        padding:80px 0;
    }

    .ai-indsty-orbit{
        grid-template-columns:1fr;
    }

    .ai-indsty-heading p{
        font-size:16px;
    }

    .ai-indsty-core-content h3{
        font-size:24px;
    }
}

.ai-faq-section {
  background: radial-gradient(circle at 20% 20%, #0b1120, #020617);
 padding: 50px 0;
  color: #fff;
  overflow: hidden;
}

/* Header */
.ai-faq-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.ai-faq-header p {
  color: white;
  opacity: 0.7;
  
  margin: auto;
}

/* Grid */
.ai-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

/* Card */
.ai-faq-card {
  position: relative;
  background: rgba(255,255,255,0.05);
  border-radius: 18px;
  padding: 20px;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Glow border */
.ai-faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #00f0ff, #7c3aed, #00f0ff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.3;
  transition: 0.4s;
}

.ai-faq-card:hover::before {
  opacity: 0.8;
}

/* Question */
.ai-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.ai-faq-icon {
  font-style: normal;
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Answer */
.ai-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: all 0.4s ease;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5f5;
}

/* Active */
.ai-faq-card.active .ai-faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}

.ai-faq-card.active .ai-faq-icon {
  transform: rotate(45deg);
}

/* Floating glow effect */
.ai-faq-card::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0,240,255,0.15), transparent);
  top: -50px;
  right: -50px;
  filter: blur(40px);
}

/* Responsive */
@media(max-width: 992px) {
  .ai-faq-grid {
    grid-template-columns: 1fr;
  }

  .ai-faq-header h2 {
    font-size: 2rem;
  }
}

.ai-testiml-wrap {
  background: radial-gradient(circle at 20% 20%, #0b1120, #020617);
  color: #fff;
}

/* Shell */
.ai-testiml-shell {
  position: relative;
  background-image: url('imgs/ai/cta.png');  
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 50px;
  overflow: hidden;
}

/* DARK OVERLAY (THIS FIXES YOUR ISSUE) */
.ai-testiml-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* adjust 0.5–0.7 as needed */
  z-index: 1;
}

/* Glow */
.ai-testiml-shell::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0,240,255,0.15), transparent);
  top: -100px;
  right: -100px;
  filter: blur(60px);
  z-index: 2;
}

/* CONTENT ABOVE OVERLAY */
.ai-testiml-shell * {
  position: relative;
  z-index: 3;
}

/* TEXT */
.ai-testiml-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.ai-testiml-text {
  color: #fff;
  margin: 15px 0 25px;
}
/* Button */
.ai-testiml-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 50px;
  background: linear-gradient(135deg, #00f0ff, #7c3aed);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.ai-testiml-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* RIGHT REVIEW */
.ai-testiml-review-box {
  position: relative;
  height: 260px;
}

/* Cards */
.ai-testiml-card {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 25px;
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease;
}

/* Active */
.ai-testiml-card.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* Stars */
.ai-testiml-stars {
  color: #f5c400;
  margin-bottom: 10px;
}

/* Text */
.ai-testiml-card p {
  font-size:14px;
  color: #ffffff;
  line-height: 1.6;
}

.ai-testiml-card h6 {
  color: #f5c400;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.ai-testiml-card span {
  font-size: 14px;
  color: white;
  /* opacity: 0.6; */
}

/* Responsive */
@media(max-width:768px){
  .ai-testiml-shell {
    padding: 30px;
  }

  .ai-testiml-title {
    font-size: 2rem;
  }

  .ai-testiml-review-box {
    height: 300px;
  }
}

/* Matrimonial Website */

.w3-matri-hero-wrap{
    position:relative;
  padding: 50px 0;
    overflow:hidden;
    color:#fff;
    
}

/* BACKGROUND */
.w3-matri-hero-bg{
    position:absolute;
    inset:0;
    background:url("../imgs/matrimonial/hero-1.jpg") center center/cover no-repeat;
}

/* OVERLAY */
.w3-matri-hero-overlay{
    position:absolute;
    inset:0;
    /* background: linear-gradient(110deg, rgb(0 0 0 / 37%), rgba(0, 0, 0, .35)); */
}

/* INNER */
.w3-matri-hero-inner{
    position:relative;
    z-index:2;
    padding:50px 0;
}

/* CONTENT */
.w3-matri-hero-content{
    max-width:560px;
}

/* TAG */
.w3-matri-hero-tag{
    display:inline-block;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:30px;
    padding:7px 15px;
    font-size:13px;
    margin-bottom:22px;
}

/* TITLE */
.w3-matri-hero-title{
    font-size:36px;
    font-weight:600;
    line-height:1.28;
    margin:0;
    color:#ffffff
}

.w3-matri-hero-title span{
    color:#ffec77;
}

/* DESCRIPTION */
.w3-matri-hero-desc{
    margin-top:22px;
    font-size:17px;
    line-height:1.8;
    color:#ffffff
}

/* BUTTONS */
.w3-matri-hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:35px;
}

.w3-matri-hero-btn-main{
    background: #61d940;
    color:#111;
    text-decoration:none;
    padding:15px 24px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.w3-matri-hero-btn-main:hover{
    transform:translateY(-3px);
    color:#111;
}

.w3-matri-hero-btn-glass{
    padding:15px 24px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(20px);
    text-decoration:none;
    color: #fff !important;
    font-size:16px;
    transition:.3s;
}

.w3-matri-hero-btn-glass:hover{
    background:rgba(255,255,255,.14);
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:992px){

    .w3-matri-hero-title{
        font-size:32px;
    }

    .w3-matri-hero-inner{
        padding:50px 0;
    }

}

@media(max-width:768px){

    .w3-matri-hero-content{
        text-align:center;
        margin:auto;
    }

    .w3-matri-hero-btns{
        justify-content:center;
    }

    .w3-matri-hero-title{
        font-size:24px;
    }

    .w3-matri-hero-desc{
        font-size:16px;
    }

}

.w3-matri-abt{
    background:#fff;
    overflow:hidden;
    position:relative;
}

.w3-matri-abt-img-wrap{
    position:relative;
    max-width:560px;
    margin:auto;
}

.w3-matri-abt-bg-circle{

    position:absolute;
    width:420px;
    height:420px;
    background:linear-gradient(135deg,#fdeff2,#eef6ff);
    border-radius:50%;
    left:-60px;
    top:-40px;
    filter:blur(10px);

}

.w3-matri-abt-img{

    position:relative;
    z-index:2;
    border-radius:32px;
    width:100%;
    box-shadow:
    0 40px 80px rgba(0,0,0,.08);

}

.w3-matri-abt-floating-card{

    position:absolute;
    right:-20px;
    bottom:40px;
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(18px);
    padding:20px 24px;
    border-radius:22px;
    z-index:3;
    box-shadow: 0 20px 40px rgb(2 32 40 / 48%);
    font-weight:600;
    color:#000000;
    max-width:240px;

}

.w3-matri-abt-floating-card span{

    display:block;
    font-size:30px;
    color: #0b8400;
    font-weight:700;
    line-height:1;

}

.w3-matri-abt-tag{

    display:inline-block;
    padding:9px 18px;
    border-radius:50px;
    background:#f8f9fb;
    color: #054740;
    font-size:13px;
    letter-spacing:1px;
    font-weight:700;

}

.w3-matri-abt-title{

    font-size: 30px;
    line-height: 1.18;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;

}

.w3-matri-abt-title span{

    color: #054740;

}

.w3-matri-abt-desc{

    color: #000000;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 0;

}

.w3-matri-abt-feature{

    display:flex;
    gap:18px;
    padding:24px;
    border-radius:24px;
    background:#fff;
    box-shadow:
    0 15px 40px rgba(0,0,0,.05);
    transition:.35s;

}

.w3-matri-abt-feature:hover{

    transform:translateY(-8px);

}

.w3-matri-abt-icon{

    width:35px;
    height:35px;
    flex:none;
    border-radius:18px;
    background: linear-gradient(135deg, #61d940, #038c02);
    display:flex;
    align-items:center;
    justify-content:center;

}

.w3-matri-abt-icon svg{

    width:15px;
    height:15px;
    stroke:#000000;
    stroke-width:2;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;

}

.w3-matri-abt-feature h5{

    font-size:18px;
    margin-bottom:8px;
    font-weight:700;
    color: #054740;

}

.w3-matri-abt-feature p{

    margin:0;
    color:#000000;
    line-height:1.7;
    font-size:15px;

}

/* Tablet */

@media(max-width:991px){

.w3-matri-abt-title{

font-size:38px;

}

.w3-matri-abt-img-wrap{

margin-bottom:25px;

}

.w3-matri-abt-floating-card{

position:relative;
right:auto;
bottom:auto;
margin-top:-45px;
margin-left:auto;
max-width:220px;

}

}

/* Mobile */

@media(max-width:767px){

.w3-matri-abt{

padding:70px 0;

}

.w3-matri-abt-title{

font-size:31px;

}

.w3-matri-abt-desc{

font-size:16px;

}

.w3-matri-abt-feature{

padding:20px;

}

.w3-matri-abt-floating-card{

max-width:190px;
padding:16px;

}

.w3-matri-abt-floating-card span{

font-size:28px;

}

.w3-matri-abt-bg-circle{

width:260px;
height:260px;
left:-20px;

}

}

.w3-matri-srvs-section{

    background:
    radial-gradient(circle at top left,#1b1f36 0%,transparent 40%),
    radial-gradient(circle at bottom right,#0f4d59 0%,transparent 40%),
    #05070d;

    overflow:hidden;
    position:relative;
}

.w3-matri-srvs-section::before{

    content:"";
    position:absolute;
    width:650px;
    height:650px;
    background:rgba(255,255,255,.04);
    filter:blur(120px);
    border-radius:50%;
    top:-250px;
    right:-150px;

}

.w3-matri-srvs-tag{

    display:inline-block;
    padding:10px 24px;
    color:#ffffff;
    border-radius:100px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(18px);
    font-weight:600;
    letter-spacing:1px;
}

.w3-matri-srvs-heading{

    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.w3-matri-srvs-subtitle{

    color:#c9d2dc;
    font-size:17px;
    line-height:1.8;
    margin-top:20px;

}

.w3-matri-srvs-card{

    height:100%;
    border-radius:30px;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.10);

    backdrop-filter:blur(35px);

    -webkit-backdrop-filter:blur(35px);

    overflow:hidden;

    transition:.45s;

    box-shadow:
    0 20px 50px rgba(0,0,0,.35),
    inset 0 1px rgba(255,255,255,.12);

}

.w3-matri-srvs-card:hover{

    transform:translateY(-12px);

    border-color:rgba(255,255,255,.25);

    box-shadow:
    0 35px 70px rgba(0,0,0,.45),
    0 0 35px rgba(255,255,255,.08);

}

.w3-matri-srvs-image{

    overflow:hidden;
    position:relative;

}

.w3-matri-srvs-image img{

    width:100%;
    height:250px;
    object-fit:cover;

    transition:1s;

}

.w3-matri-srvs-card:hover img{

    transform:scale(1.08);

}

.w3-matri-srvs-content{

    padding:28px;

}

.w3-matri-srvs-content h4{

    color: #ffffff;
    font-size: 20px;
    /* font-weight: 600; */
    margin-bottom: 15px;

}

.w3-matri-srvs-content p{

    color:#ffffff;
    font-size:15px;
    line-height:1.8;
    margin:0;

}

@media(max-width:991px){

.w3-matri-srvs-heading{

font-size:36px;

}

}

@media(max-width:767px){

.w3-matri-srvs-heading{

font-size:30px;

}

.w3-matri-srvs-subtitle{

font-size:15px;

}

.w3-matri-srvs-image img{

height:220px;

}

.w3-matri-srvs-content{

padding:22px;

}

}

/* Base Scoped Section Styles */
  .w3-matri-wt-section {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    overflow: hidden;
  }

  /* Decorative Abstract Background Elements */
  .w3-matri-wt-bg-shape {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(2,61,84,0.05) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 1;
  }

  .w3-matri-wt-container {
    position: relative;
    z-index: 2;
  }

  /* Typography & Badges */
  .w3-matri-wt-tagline {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFBE3D;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
  }

  .w3-matri-wt-heading {
    font-size: 30px;
    font-weight: 700;
    color: #023D54;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .w3-matri-wt-heading span {
    position: relative;
    display: inline-block;
  }

  .w3-matri-wt-heading span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(255, 190, 61, 0.3);
    z-index: -1;
  }

  .w3-matri-wt-desc {
        color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  /* Interactive Feature Rows (Replaces traditional card grids) */
  .w3-matri-wt-row-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(2, 61, 84, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .w3-matri-wt-row-item:first-of-type {
    border-top: 1px solid rgba(2, 61, 84, 0.1);
  }

  .w3-matri-wt-row-item:hover {
    transform: translateX(10px);
  }

  .w3-matri-wt-item-num {
    font-size: 1.25rem;
    font-weight: 800;
    color: #8f5f00;
    opacity: 0.8;
  }

  .w3-matri-wt-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #023D54;
    margin-bottom: 6px;
  }

  .w3-matri-wt-item-text {
        color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  /* Premium Multi-Layer Visual Panel */
  .w3-matri-wt-visual-wrapper {
    position: relative;
    padding-left: 40px;
  }

  .w3-matri-wt-main-panel {
    background: #023D54;
    border-radius: 24px;
    padding: 50px;
    color: #ffffff;
    box-shadow: 0 30px 60px rgba(2, 61, 84, 0.15);
    position: relative;
    z-index: 2;
  }

  .w3-matri-wt-offset-accent {
    position: absolute;
    top: -30px;
    left: 10px;
    width: calc(100% - 40px);
    height: 100%;
    border: 2px solid #FFBE3D;
    border-radius: 24px;
    z-index: 1;
    pointer-events: none;
  }

  .w3-matri-wt-stat-box {
    border-left: 3px solid #FFBE3D;
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .w3-matri-wt-stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
  }

  .w3-matri-wt-stat-label {
    font-size: 18px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #FFBE3D;
    font-weight: 600;
    margin-top: 5px;
  }

  .w3-matri-wt-tech-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
  }

  .w3-matri-wt-tech-pill:hover {
    background: #FFBE3D;
    color: #023D54;
    border-color: #FFBE3D;
  }

  /* Action Buttons */
  .w3-matri-wt-btn-primary {
    background-color: #023D54;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(2, 61, 84, 0.1);
  }

  .w3-matri-wt-btn-primary:hover {
    background-color: #035270;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(2, 61, 84, 0.2);
  }

  /* Responsive Adjustments */
  @media (max-width: 991.98px) {
    .w3-matri-wt-section {
      padding: 60px 0;
    }
    .w3-matri-wt-heading {
      font-size: 2.2rem;
    }
    .w3-matri-wt-visual-wrapper {
      padding-left: 0;
      margin-top: 60px;
    }
    .w3-matri-wt-offset-accent {
      left: -15px;
      width: 100%;
    }
  }

/* -- SCOPED STYLES -- */

/* 1. Base Section - Premium Dark BG */
.w3-matri-why-section {
    padding: 50px 0;
  background-color: #0b0f19; /* Deep, premium dark */
  color: #e0e6ed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* 2. Image Wrapper - Soft Glow & Shadow */
.w3-matri-why-img-wrapper {
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 24px; /* Soft, smooth Apple corners */
  overflow: hidden; /* Contains the image */
}
.w3-matri-why-img-wrapper:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 20px 40px rgba(255, 111, 97, 0.15); /* Vibrant Matrimonial Glow */
}

/* 3. The Dashed Border - Dynamic Accent */
.w3-matri-why-border-accent {
  border: 2px dashed #FF6F61; /* Vibrant Accent */
  transition: opacity 0.4s ease;
  opacity: 0.7;
}
.w3-matri-why-img-wrapper:hover .w3-matri-why-border-accent {
  opacity: 1;
}

/* 4. Text and Lead */
.w3-matri-why-leading {
  color: #a0aec0;
}

/* 5. Feature Items - Card Interaction */
.w3-matri-why-item {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.w3-matri-why-item:hover {
  background-color: rgba(255, 255, 255, 0.03); /* Subtle card lift */
  border-color: rgba(255, 255, 255, 0.05);
}

/* 6. Icon Box - Glassmorphism Feel */
.w3-matri-why-icon-box {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px); /* Glass effect */
  transition: all 0.3s ease;
}
.w3-matri-why-item:hover .w3-matri-why-icon-box {
  background-color: rgb(155 255 97 / 10%);
    border-color: rgb(172 255 97 / 20%);
}

/* 7. CTA Button - The Apple-Touch Primary */
.w3-matri-why-btn-primary {
  background-color: #61d940; /* Primary Matrimonial Color */
  color: #030303;
  border-radius: 30px; /* Fully rounded */
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.w3-matri-why-btn-primary:hover {
  background-color: #ffffff;
  color: #61d940;
  box-shadow: 0 4px 15px rgba(252, 255, 97, 0.3);
}


/* W3 Dream Solutions - Matrimonial Development Process */

.w3-matri-prcs-section{
    background:#fffdf9;
    font-family:'Poppins',sans-serif;
    position:relative;
    overflow:hidden;
}

.w3-matri-prcs-heading-sub{
    color:#b38f4e;
    font-weight:600;
    letter-spacing:1px;
    font-size: 18px;
}

.w3-matri-prcs-heading-main{
    color:#1a1a1a;
    font-weight:600;
    font-size:30px;
    line-height:1.3;
}

.w3-matri-prcs-card{
    background:#ffffff;
    border:1px solid rgba(179,143,78,.15);
    border-radius:16px;
    transition:all .4s cubic-bezier(.165,.84,.44,1);
    position:relative;
    z-index:1;
}

.w3-matri-prcs-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(114,28,36,.08);
    border-color:#b38f4e;
}

.w3-matri-prcs-badge{
    position:absolute;
    top:-20px;
    right:30px;
    width:45px;
    height:45px;
    border-radius:50%;
    background: linear-gradient(135deg, #ffffff, #cfffc2);
    color: #000000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:17px;
    box-shadow:0 4px 10px rgba(114,28,36,.25);
}

.w3-matri-prcs-icon-wrapper{
    width:70px;
    height:70px;
    background: rgb(97 217 64);
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.w3-matri-prcs-icon-wrapper svg{
    width:34px;
    height:34px;
    fill:#000000;
    transition:.3s;
}

.w3-matri-prcs-card:hover .w3-matri-prcs-icon-wrapper{
    bbackground: rgb(97 217 64);
}

.w3-matri-prcs-card:hover .w3-matri-prcs-icon-wrapper svg{
    fill:#000000;
}

.w3-matri-prcs-title{
    color:#1a1a1a;
    font-size:22px;
    font-weight:600;
    margin-top:24px;
}

.w3-matri-prcs-text{
    color:#000;
    font-size:15px;
    line-height:1.7;
}

@media(min-width:992px){

.w3-matri-prcs-row{
    position:relative;
}

.w3-matri-prcs-row:before{
    content: '';
        position: absolute;
        top: 46%;
        left: 10%;
        width: 80%;
        border-top: 3px dashed #242424;
        /* opacity: .35; */
        z-index: 0;
}

}

/* --- Premium Apple Dark Theme Namespace: w3-matri-advnt --- */
.w3-matri-advnt-section {
    background-color: #0b0f19; /* Deep obsidian space gray */
    padding: 50px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    color: #f8fafc;
}

.w3-matri-advnt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Feature Grid Container */
.w3-matri-advnt-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.w3-matri-advnt-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

/* Premium Apple-Style Feature List */
.w3-matri-advnt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w3-matri-advnt-item {
    display: flex;
    align-items: flex-start;
    background: rgba(30, 41, 59, 0.3); /* Frosted glass accent background */
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 18px 24px;
    margin-bottom: 16px;
    border-radius: 14px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.w3-matri-advnt-item:hover {
    border-color: rgba(97, 217, 64, 0.4); /* Smooth border transition using brand color */
    background: rgba(30, 41, 59, 0.5);
    transform: translateY(-2px);
}

/* Premium Custom SVG Icon Config */
.w3-matri-advnt-svg-icon {
    width: 22px;
    height: 22px;
    margin-right: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform 0.4s ease;
}

.w3-matri-advnt-item:hover .w3-matri-advnt-svg-icon {
    transform: scale(1.12);
}

.w3-matri-advnt-text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.w3-matri-advnt-item:hover .w3-matri-advnt-text {
    color: #ffffff;
}

/* Call to Action Box Layout */
.w3-matri-advnt-cta-wrap {
    text-align: center;
    margin-top: 60px;
    padding: 45px 30px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.4) 0%, rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
}

.w3-matri-advnt-cta-title {
    color: #ffffff;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

.w3-matri-advnt-cta-highlight {
    color: #61d940; /* Vibrant Brand Accent */
    display: block;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Optimized SEO Footer Block */
.w3-matri-advnt-seo-footer {
    margin-top: 50px;
    padding: 25px;
    border-top: 1px solid #fcdf78;;
    text-align: center;
}


/* Responsive Structural Systems */
@media (max-width: 991px) {
    .w3-matri-advnt-section {
        padding: 60px 0;
    }
    .w3-matri-advnt-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .w3-matri-advnt-cta-title {
        font-size: 1.4rem;
    }
}

 /* --- PREMIUM ADVANTAGES SECTION STYLING --- */
  .w3-matri-advt-section {
    background: linear-gradient(135deg, #f9fbf8 0%, #f1f6f0 100%);
    padding: 50px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  }
  
  .w3-matri-advt-heading {
    color: #0e140c;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
  }
  
  .w3-matri-advt-subheading {
    color: #556052;
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* --- INTERACTIVE ADVANTAGES PANEL --- */
  .w3-matri-advt-showcase-box {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(14, 20, 12, 0.05);
    border: 1px solid rgba(97, 217, 64, 0.12);
    overflow: hidden;
    margin-top: 45px;
    animation: w3FadeInUpAdvt 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  @keyframes w3FadeInUpAdvt {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Left Navigation Pillar */
  .w3-matri-advt-tab-pillar {    
    background: #0b0f19;
    padding: 40px 24px;
    height: 100%;
  }

  .w3-matri-advt-nav-link {
    color: #ffffff;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    border-radius: 16px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .w3-matri-advt-nav-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: transform 0.3s ease, fill 0.3s ease;
    flex-shrink: 0;
  }

  .w3-matri-advt-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
  }

  .w3-matri-advt-nav-link.w3-matri-advt-active {
    color: #000000;
    background: linear-gradient(135deg, #61d940 0%, #ffd700 200%);
    box-shadow: 0 8px 24px rgba(97, 217, 64, 0.25);
    font-size: 16px;
    font-weight: 700;
  }

  .w3-matri-advt-nav-link.w3-matri-advt-active svg {
    fill: #1a2416;
    transform: scale(1.1);
  }

  /* Right Content Arena */
  .w3-matri-advt-content-arena {
    padding: 50px;
    background: #ffffff;
  }

  .w3-matri-advt-panel-heading {
    color: #1a2416;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .w3-matri-advt-panel-heading svg {
    width: 28px;
    height: 28px;
    fill: #61d940;
  }

  .w3-matri-advt-panel-desc {
    color: #000000;
    font-weight: 400;
    margin-bottom: 35px;
    border-bottom: 1px solid #e9f2e8;
    padding-bottom: 18px;
  }

  /* Features Grid */
  .w3-matri-advt-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  @media (max-width: 768px) {
    .w3-matri-advt-data-grid {
      grid-template-columns: 1fr;
    }
    .w3-matri-advt-content-arena {
      padding: 35px 20px;
    }
    .w3-matri-advt-tab-pillar {
      padding: 25px 15px;
    }
  }

  .w3-matri-advt-info-item {
    background: #fbfdfa;
    border-left: 4px solid #61d940;
    padding: 18px 22px;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 4px 12px rgba(97, 217, 64, 0.02);
    border-top: 1px solid rgba(97, 217, 64, 0.04);
    border-right: 1px solid rgba(97, 217, 64, 0.04);
    border-bottom: 1px solid rgba(97, 217, 64, 0.04);
    transition: transform 0.3s ease, border-left-color 0.3s ease;
  }

  .w3-matri-advt-info-item:hover {
    transform: translateX(4px);
    border-left-color: #ffd700;
  }

  .w3-matri-advt-label {
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 0.75px;
    color: #002622;
    margin-bottom: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .w3-matri-advt-label svg {
    width: 12px;
    height: 12px;
    fill: #000000;
  }

  .w3-matri-advt-value {
    font-size: 1.05rem;
    color: #000000;
    font-weight: 600;
    line-height: 1.4;
  }

  .w3-matri-advt-tab-content-panel {
    display: none;
  }

  .w3-matri-advt-tab-content-panel.w3-matri-advt-active {
    display: block;
    animation: w3FadeInAdvtContent 0.4s ease forwards;
  }

  @keyframes w3FadeInAdvtContent {
    from { opacity: 0; }
    to { opacity: 1; }
  }

/* --- Premium Apple Dark Theme Namespace: w3-matri-faq --- */
.w3-matri-faq-section {
    background-color: #0b0f19; /* Deep obsidian space gray */
    padding: 50px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
}

.w3-matri-faq-title-wrap {
    margin-bottom: 60px;
}

.w3-matri-faq-subtitle {
    color: #fcdf78; /* Premium muted rose tint */
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.w3-matri-faq-main-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    
}

.w3-matri-faq-accordion .w3-matri-faq-card {
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 16px;
    border-radius: 16px !important;
    background: rgba(30, 41, 59, 0.4); /* Frosted glass vibe */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Ultra-smooth Apple-like Bezier curve */
    overflow: hidden;
}

.w3-matri-faq-accordion .w3-matri-faq-card:hover {
    border-color: rgba(105, 244, 63, 0.3);
    background: rgba(30, 41, 59, 0.6);
}

/* Base Bootstrap Accordion collapse speed refinement */
.w3-matri-faq-accordion .collapsing {
    transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.w3-matri-faq-accordion .collapse {
    transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.w3-matri-faq-btn {
    padding: 24px;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    color: #ffffff !important;
    background: transparent !important;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-shadow: none !important;
    transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.w3-matri-faq-btn:not(.collapsed) {
    color: #ffffff !important;
    font-weight: 600;
}

/* Standard Bootstrap indicator removal */
.w3-matri-faq-btn::after {
    display: none !important; 
}

/* Premium CSS Pseudo-Element Icon Wrapper */
.w3-matri-faq-icon-box {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    flex-shrink: 0;
}

/* Horizontal line of the plus sign */
.w3-matri-faq-icon-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe273;
    transform: translateY(-50%);
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.45s ease;
    border-radius: 1px;
}

/* Vertical line of the plus sign */
.w3-matri-faq-icon-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #ffe273;
    transform: translateX(-50%);
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.45s ease;
    border-radius: 1px;
}

/* Micro-interactions when expanded (smoothly shifting into a premium close variant) */
.w3-matri-faq-btn:not(.collapsed) .w3-matri-faq-icon-box::before {
    transform: translateY(-50%) rotate(135deg);
    background-color: #f8df79;
}

.w3-matri-faq-btn:not(.collapsed) .w3-matri-faq-icon-box::after {
    transform: translateX(-50%) rotate(135deg);
    background-color: #f8df79;
}

.w3-matri-faq-body {
    padding: 0 24px 24px 24px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.65;
    background: transparent;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .w3-matri-faq-section {
        padding: 60px 0;
    }
    .w3-matri-faq-main-title {
        font-size: 2.2rem;
    }
}

/* --- Ultra-Advanced Split Bento Theme Namespace: w3-matri-cta --- */
.w3-matri-cta-section {
    background-color: #070a13; /* Ultra deep space obsidian */
    padding: 50px 0;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.022em;
    position: relative;
    overflow: hidden;
}

.w3-matri-cta-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Advanced Bento Split-Grid */
.w3-matri-cta-bento-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Left Content Block Layout */
.w3-matri-cta-text-block {
    padding-right: 20px;
}

/* Micro Status Pill with Active Radar Dot */
.w3-matri-cta-status-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(97, 217, 64, 0.08);
    border: 1px solid rgba(97, 217, 64, 0.25);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 28px;
}

.w3-matri-cta-radar-dot {
    width: 8px;
    height: 8px;
    background-color: #61d940;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.w3-matri-cta-radar-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #61d940;
    border-radius: 50%;
    animation: w3-m-cta-ping 1.8s infinite ease-out;
}

.w3-matri-cta-tag {
    color: #61d940;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
}

.w3-matri-cta-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
}

.w3-matri-cta-desc {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Right Side: Pro-Tier Interactive Glassmorphic Form Card */
.w3-matri-cta-form-card {
    background: linear-gradient(145deg, rgba(20, 30, 54, 0.6) 0%, rgba(10, 15, 30, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 40px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

/* Kinetic Neon Radial Backlight glow behind form */
.w3-matri-cta-form-card::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(97, 217, 64, 0.1) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

.w3-matri-cta-form-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.w3-matri-cta-form-group {
    position: relative;
    margin-bottom: 20px;
}

/* Premium Frameless Input Styling */
.w3-matri-cta-input {
    width: 100%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
}

.w3-matri-cta-input:focus {
    border-color: #61d940;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 0 15px rgba(97, 217, 64, 0.15);
}

.w3-matri-cta-input::placeholder {
    color: #475569;
}

/* Action Execution Element */
.w3-matri-cta-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #61d940; /* Pure Brand Accent */
    color: #070a13 !important;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 24px rgba(97, 217, 64, 0.2);
}

.w3-matri-cta-submit-btn:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1), 0 0 40px rgba(97, 217, 64, 0.3);
}

.w3-matri-cta-btn-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.w3-matri-cta-submit-btn:hover .w3-matri-cta-btn-icon {
    transform: translateX(4px);
}

/* Form Privacy/Trust Text */
.w3-matri-cta-secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    color: #475569;
    font-size: 0.85rem;
}

.w3-matri-cta-lock-icon {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

/* Keyframe Animations */
@keyframes w3-m-cta-ping {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
}

/* Responsive Structural Inversions */
@media (max-width: 991px) {
    .w3-matri-cta-section {
        padding: 80px 0;
    }
    .w3-matri-cta-bento-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .w3-matri-cta-text-block {
        text-align: center;
        padding-right: 0;
    }
    .w3-matri-cta-title {
        font-size: 2.3rem;
    }
    .w3-matri-cta-desc {
        font-size: 1.1rem;
    }
    .w3-matri-cta-form-card {
        padding: 30px 24px;
    }
}

/* Travel Website */

.w3-trvl-hero-wrap{
    position:relative;
    padding:50px 0;
    overflow:hidden;
    color:#fff;
}

/* BACKGROUND */
.w3-trvl-hero-bg{
    position:absolute;
    inset:0;
    background:url("../imgs/travel/hero-1.jpg") center center/cover no-repeat;
}

/* OVERLAY */
.w3-trvl-hero-overlay{
    position:absolute;
    inset:0;
    /* background:linear-gradient(110deg,rgba(0,0,0,.45),rgba(0,0,0,.30)); */
}

/* INNER */
.w3-trvl-hero-inner{
    position:relative;
    z-index:2;
    padding:50px 0;
}

/* CONTENT */
.w3-trvl-hero-content{
    max-width:620px;
}

/* TAG */
.w3-trvl-hero-tag{
    display:inline-block;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:30px;
    padding:7px 15px;
    font-size:13px;
    margin-bottom:22px;
}

/* TITLE */
.w3-trvl-hero-title{
    font-size:38px;
    font-weight:700;
    line-height:1.25;
    margin:0;
    color:#fff;
}

.w3-trvl-hero-title span{
    color:#ffec77;
}

/* DESCRIPTION */
.w3-trvl-hero-desc{
    margin-top:22px;
    font-size:17px;
    line-height:1.8;
    color:#fff;
}

/* BUTTONS */
.w3-trvl-hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:35px;
}

.w3-trvl-hero-btn-main{
    background:#61d940;
    color:#111;
    text-decoration:none;
    padding:15px 24px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.w3-trvl-hero-btn-main:hover{
    transform:translateY(-3px);
    color:#111;
}

.w3-trvl-hero-btn-glass{
    padding:15px 24px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(20px);
    text-decoration:none;
    color:#fff !important;
    font-size:16px;
    transition:.3s;
}

.w3-trvl-hero-btn-glass:hover{
    background:rgba(255,255,255,.14);
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:992px){

    .w3-trvl-hero-title{
        font-size:32px;
    }

    .w3-trvl-hero-inner{
        padding:50px 0;
    }

}

@media(max-width:768px){

    .w3-trvl-hero-content{
        text-align:center;
        margin:auto;
    }

    .w3-trvl-hero-btns{
        justify-content:center;
    }

    .w3-trvl-hero-title{
        font-size:26px;
    }

    .w3-trvl-hero-desc{
        font-size:16px;
        line-height:1.7;
    }

}

.w3-trvl-about-section {
    background-color: #FFFFFF;
    color: #111111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
  }

  /* Subtle Apple-inspired background glow for light mode */
  .w3-trvl-about-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    pointer-events: none;
  }

  .w3-trvl-about-wrapper {
    position: relative;
    z-index: 2;
  }

  /* Visual Asset Side */
  .w3-trvl-about-image-block {
    position: relative;
    border-radius: 24px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.005) 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .w3-trvl-about-image-block:hover {
    transform: translateY(-5px);
  }

  .w3-trvl-about-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    aspect-ratio: 4/3;
    filter: brightness(0.98) contrast(1.02);
  }

  /* Floating telemetry card for Apple look */
  .w3-trvl-about-badge-card {
    position: absolute;
    bottom: -30px;
    left: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 229, 255, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    animation: w3TrvlFloat 6s ease-in-out infinite;
  }

  @keyframes w3TrvlFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  .w3-trvl-about-badge-digit {
    font-size: 2.5rem;
    font-weight: 700;
    color: #15a924;
    line-height: 1;
    letter-spacing: -1px;
  }

  .w3-trvl-about-badge-text {
    font-size: 15px;
    color: #111111;
    margin-top: 5px;
  }

  /* Content Side */
  .w3-trvl-about-tagline {
    font-size: 15px;
    font-weight: 500;
    color: #00B4D8;
    margin-bottom: 12px;
    display: inline-block;
  }

  .w3-trvl-about-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #111111;
    margin-bottom: 25px;
  }

  .w3-trvl-about-heading span {
    background: linear-gradient(120deg, #111111 30%, #00B4D8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .w3-trvl-about-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #111111;
    margin-bottom: 25px;
    font-weight: 400;
  }

  /* Core Competency Grid */
  .w3-trvl-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 35px;
  }

  .w3-trvl-about-grid-item {
    padding: 20px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .w3-trvl-about-grid-item:hover {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 180, 216, 0.3);
  }

  .w3-trvl-about-item-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    display: block;
  }

  .w3-trvl-about-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 6px;
  }

  .w3-trvl-about-item-text {
    font-size: 15px;
    color: #111111;
    line-height: 1.5;
    margin: 0;
    opacity: 0.85;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .w3-trvl-about-section {
      padding: 70px 0;
    }
    .w3-trvl-about-heading {
      font-size: 2.2rem;
      margin-top: 40px;
    }
    .w3-trvl-about-badge-card {
      bottom: -15px;
      left: 20px;
      padding: 15px 20px;
    }
  }

  @media (max-width: 575px) {
    .w3-trvl-about-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    .w3-trvl-about-heading {
      font-size: 1.8rem;
    }
    .w3-trvl-about-badge-card {
      display: none;
    }
  }

.w3-trvl-srvc-section {
    background-color: #0d0e12;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, sans-serif;
    padding: 50px 0;
    color: #f5f5f7;
    overflow: hidden;
    position: relative;
}

/* Deep organic ambient glows reminiscent of Apple hardware launches */
.w3-trvl-srvc-section::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 15%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: 1;
}
.w3-trvl-srvc-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: 15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.08) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: 1;
}

.w3-trvl-srvc-header {
    /* max-width: 750px; */
    margin: 0 auto 80px auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.w3-trvl-srvc-tagline {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 16px;
    display: inline-block;
}

.w3-trvl-srvc-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
    color: #ffffff;
}

.w3-trvl-srvc-grid {
    position: relative;
    z-index: 2;
}

/* Apple High-End Frosted Glass Spec Architecture */
.w3-trvl-srvc-card {
    background: rgba(255, 255, 255, 0.015);
    /* Ultra-crisp precision border mimicking Apple glass panels */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(30px) saturate(190%);
    -webkit-backdrop-filter: blur(30px) saturate(190%);
    display: flex;
    flex-direction: column;
    will-change: transform;
}

/* Subtle inner specularity highlight */
.w3-trvl-srvc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    z-index: 2;
}

/* Micro-sheen hover reaction */
.w3-trvl-srvc-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* Zero padding edge-to-edge asset presentation */
.w3-trvl-srvc-img-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #000000;
}

.w3-trvl-srvc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    filter: scale(1.01) contrast(95%) brightness(85%);
}

.w3-trvl-srvc-card:hover .w3-trvl-srvc-img {
    transform: scale(1.06);
    filter: scale(1.06) contrast(100%) brightness(100%);
}

/* Premium internal structural spacing */
.w3-trvl-srvc-body {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.w3-trvl-srvc-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.w3-trvl-srvc-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #ffffff;
    /* font-weight: 400; */
    margin-bottom: 0;
}

/* Responsive Adaptive Adjustments */
@media (max-width: 991px) {
    .w3-trvl-srvc-section {
        padding: 80px 0;
    }
    .w3-trvl-srvc-title {
        font-size: 2.4rem;
    }
    .w3-trvl-srvc-body {
        padding: 30px 24px;
    }
}

.w3-trvl-why-section {
    padding: 50px 0;
    background: radial-gradient(100% 100% at 50% 0%, #f1f5f9 0%, #ffffff 100%);
    font-family: system-ui, -apple-system, sans-serif;
  }
  
  .w3-trvl-why-heading {
   font-size: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }

  .w3-trvl-why-subheading {
    color: #000000;
    font-size: 16px;
    /* max-width: 600px; */
    margin: 0 auto;
  }

  .w3-trvl-why-showcase-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.06);
    margin-top: 20px;
  }

  .w3-trvl-why-tab-pillar {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f8fafc;
    border-right: 1px solid #e2e8f0;
    padding: 24px 16px;
    gap: 12px;
  }

  .w3-trvl-why-nav-link {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 18px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 16px;
    text-align: left;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }

  .w3-trvl-why-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    flex-shrink: 0;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  }

  .w3-trvl-why-icon-wrapper svg {
    width: 22px;
    height: 22px;
    fill: #13a620;
    transition: all 0.25s ease;
  }

  .w3-trvl-why-nav-text {
    display: flex;
    flex-direction: column;
  }

  .w3-trvl-why-nav-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
  }

  .w3-trvl-why-nav-subtitle {
    font-size: 15px;
    color: #000000;
    margin-top: 2px;
  }

  /* Interaction Archetypes */
  .w3-trvl-why-nav-link:hover {
    background: #ffffff;
    border-color: #e2e8f0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  }
  
  .w3-trvl-why-nav-link:hover .w3-trvl-why-icon-wrapper svg {
    fill: #13a620;
  }

  .w3-trvl-why-nav-link.w3-trvl-why-active {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 10px 25px -5px rgba(6, 182, 212, 0.12);
  }

  .w3-trvl-why-nav-link.w3-trvl-why-active .w3-trvl-why-icon-wrapper {
    background: #0f172a;
    border-color: #0f172a;
  }

  .w3-trvl-why-nav-link.w3-trvl-why-active .w3-trvl-why-icon-wrapper svg {
    fill: #13a620;
    transform: scale(1.1);
  }

  /* Content Display Layout */
  .w3-trvl-why-content-arena {
    padding: 50px;
    background: #ffffff;
    height: 100%;
  }

  .w3-trvl-why-tab-content-panel {
    display: none;
  }

  .w3-trvl-why-tab-content-panel.w3-trvl-why-active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    animation: w3SmoothSlide 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .w3-trvl-why-panel-header {
    margin-bottom: 35px;
  }

  .w3-trvl-why-panel-heading {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
    position: relative;
  }

  .w3-trvl-why-panel-desc {
   color: #000000;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
  }

  /* Technical Info Items and Grid */
  .w3-trvl-why-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .w3-trvl-why-info-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.2s ease;
  }

  .w3-trvl-why-info-item:hover {
    border-color: #06b6d4;
    background: #ffffff;
    box-shadow: 0 8px 20px -6px rgba(6, 182, 212, 0.08);
  }

  .w3-trvl-why-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    font-size: 0.98rem;
  }

  .w3-trvl-why-label svg {
    width: 20px;
    height: 20px;
    fill: #13a620;
  }

  .w3-trvl-why-value {
        color: #000000;
    font-size: 15px;
    line-height: 1.5;
  }

  @keyframes w3SmoothSlide {
    from { opacity: 0; transform: translateY(12px) scale(0.99); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .w3-trvl-why-tab-pillar {
      flex-direction: row;
      overflow-x: auto;
      border-right: none;
      border-bottom: 1px solid #e2e8f0;
      padding: 16px;
      scrollbar-width: none;
    }
    .w3-trvl-why-tab-pillar::-webkit-scrollbar {
      display: none;
    }
    .w3-trvl-why-nav-link {
      width: auto;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .w3-trvl-why-content-arena {
      padding: 30px 20px;
    }
    .w3-trvl-why-data-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
 /* Base Section Styling */
  .w3-trvl-pln-section {
    padding: 50px 0;
    background-color: #000000; /* Deep cinematic black background */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: -0.011em;
    overflow: hidden;
  }

  /* Header Typography with Apple-style Gradient */
  .w3-trvl-pln-header {
    text-align: center;
    /* max-width: 800px; */
    margin: 0 auto 70px auto;
  }

  .w3-trvl-pln-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #ffffff 0%, #a1a1a6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .w3-trvl-pln-subtitle {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 18px;
    letter-spacing: -0.015em;
  }

  /* Premium Glassmorphic Bento Cards */
  .w3-trvl-pln-card {
    background: rgba(22, 22, 23, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: all 0.5s cubic-bezier(0.15, 1, 0.3, 1);
    cursor: pointer;
  }

  /* Sophisticated Hover State */
  .w3-trvl-pln-card:hover {
    transform: scale(1.02);
    background: rgba(28, 28, 30, 0.8);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 
                0 0 1px 1px rgba(255, 255, 255, 0.1) inset;
  }

  /* Futurized SVG Container */
  .w3-trvl-pln-icon-wrapper {
    background: rgba(255, 255, 255, 0.04);
    color: #f5f5f7;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.15, 1, 0.3, 1);
  }

  /* Interaction: Glow & Icon shift on Card Hover */
  .w3-trvl-pln-card:hover .w3-trvl-pln-icon-wrapper {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
    transform: rotate(-3deg);
  }

  .w3-trvl-pln-icon {
    width: 26px;
    height: 26px;
  }

  /* Card Content Typography */
  .w3-trvl-pln-card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .w3-trvl-pln-card-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.02em;
  }

  .w3-trvl-pln-card-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
  }

  /* Subtle text illumination on hover */
  .w3-trvl-pln-card:hover .w3-trvl-pln-card-text {
    color: #ffffff;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .w3-trvl-pln-section {
      padding: 70px 0;
    }
    .w3-trvl-pln-title {
      font-size: 2.25rem;
    }
    .w3-trvl-pln-card {
      padding: 36px 24px;
    }
  }

 /* Section Base Styling */
.w3-trvl-key-section {
  background-color: #ffffff;
  padding: 50px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.w3-trvl-key-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading Typography */
.w3-trvl-key-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #1a202c;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}

/* Layout Grid */
.w3-trvl-key-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 24px;
}

@media (max-width: 768px) {
  .w3-trvl-key-grid {
    grid-template-columns: 1fr;
  }
}

/* Modern Card Style */
.w3-trvl-key-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.w3-trvl-key-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

/* Icon Graphics Container */
.w3-trvl-key-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #f1f5f9;
  color: #3b82f6; /* Modern Travel Accent Blue */
  flex-shrink: 0;
}

.w3-trvl-key-card:hover .w3-trvl-key-icon-wrapper {
  background-color: #3b82f6;
  color: #ffffff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.w3-trvl-key-icon {
  width: 24px;
  height: 24px;
}

/* Content Typography */
.w3-trvl-key-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.w3-trvl-key-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #1a202c;
  margin: 0;
  line-height: 1.4;
}

.w3-trvl-key-description {
  font-size: 16px;
  color: #4a5568;
  margin: 0;
  line-height: 1.6;
}

 /* Dark Mode Canvas with Apple Fluid Typography */
  .w3-trvl-bnfts-section {
    background-color: #0c0c0e; /* Deep dark Apple dark mode baseline */
    padding: 50px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
    /* Subtle deep background accent flare to give depth behind glass elements */
    background-image: radial-gradient(circle at 80% 20%, rgba(0, 113, 227, 0.15) 0%, transparent 50%);
  }

  .w3-trvl-bnfts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .w3-trvl-bnfts-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  .w3-trvl-bnfts-content-col {
    flex: 1;
    max-width: 550px;
  }

  .w3-trvl-bnfts-image-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .w3-trvl-bnfts-main-heading {
    font-size: 30px;
    color: #f5f5f7; /* High-contrast off-white */
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 35px 0;
  }

  .w3-trvl-bnfts-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* Frosted Glassmorphism Treatment */
  .w3-trvl-bnfts-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    
    /* Glass Layering Rules */
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                background-color 0.3s ease, 
                border-color 0.3s ease;
  }

  /* Hover interactivity: brightening the frosted look */
  .w3-trvl-bnfts-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .w3-trvl-bnfts-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2997ff; /* Vivid electric blue for dark contrast UI */
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .w3-trvl-bnfts-icon svg {
    width: 100%;
    height: 100%;
  }

  .w3-trvl-bnfts-text-group {
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }

  .w3-trvl-bnfts-item-num {
    font-size: 18px;
    color: #f5f5f7;
    font-weight: 600;
    line-height: 1.4;
  }

  .w3-trvl-bnfts-description {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
  }

  /* Dark mode Frosted Canvas Shell for the Image */
  .w3-trvl-bnfts-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    border-radius: 24px;
    
    /* Matching Image Container Glass properties */
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    
    padding: 16px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    box-sizing: border-box;
  }

  .w3-trvl-bnfts-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    opacity: 0.9; /* Keeps raw imagery matching dark UI levels */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
  }

  .w3-trvl-bnfts-img-wrapper:hover .w3-trvl-bnfts-img {
    transform: scale(1.02);
    opacity: 1;
  }

  /* Mobile/Tablet Fallbacks */
  @media (max-width: 991px) {
    .w3-trvl-bnfts-row {
      flex-direction: column-reverse;
      gap: 40px;
    }
    .w3-trvl-bnfts-content-col {
      max-width: 100%;
    }
    .w3-trvl-bnfts-img-wrapper {
      max-width: 80%;
    }
  }

 /* Base Layout Configurations */
  .w3-trvl-cost-section {
    background-color: #ffffff;
    padding: 50px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: -0.011em;
  }

  .w3-trvl-cost-container {
    max-width: 800px; /* Perfectly optimized measure for raw readability metrics */
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  /* Core Header Sizing Properties */
  .w3-trvl-cost-main-heading {
    font-size: 30px;
    color: #1d1d1f; /* Authentic Apple Core Off-Black */
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.022em;
    margin: 0 0 45px 0;
  }

  .w3-trvl-cost-list-group {
    display: flex;
    flex-direction: column;
  }

  /* Flat layout without changing layout sizing metrics on hover state */
  .w3-trvl-cost-row-item {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e7;
    background: transparent;
  }

  .w3-trvl-cost-row-item:last-child {
    border-bottom: none;
  }

  /* Fixed Static Indicator Line - completely prevents layout shifting or shaking */
  .w3-trvl-cost-indicator-line {
    width: 3px;
    align-self: stretch; /* Inherits full layout element height natively without animations */
    background-color: #e5e5e7; /* Default passive state */
    border-radius: 4px;
    flex-shrink: 0;
    transition: background-color 0.25s ease;
  }

  /* Interactive State: True Dark Color Activation without dimensional alterations */
  .w3-trvl-cost-row-item:hover .w3-trvl-cost-indicator-line {
    background-color: #1d1d1f; 
  }

  .w3-trvl-cost-text-block {
    flex: 1;
  }

  /* Typography Style Specifications */
  .w3-trvl-cost-sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #013135;
    display: inline;
    letter-spacing: -0.015em;
  }

  .w3-trvl-cost-description {
    font-size: 16px;
    color: #000000; /* Smooth secondary editorial gray */
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    transition: color 0.25s ease;
  }

  /* Smooth text color shift on row container focus */
  .w3-trvl-cost-row-item:hover .w3-trvl-cost-description {
    color: #1d1d1f;
  }

/* --- Premium Apple Dark Theme Namespace: w3-trvl-faq --- */
.w3-trvl-faq-section {    
    background-color: #0b0f19; /* Deep obsidian space gray */    
    padding: 50px 0;    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;    
    letter-spacing: -0.022em;
}
.w3-trvl-faq-title-wrap {    
    margin-bottom: 60px;
}
.w3-trvl-faq-subtitle {    
    color: #fcdf78; /* Premium muted rose tint */    
    font-weight: 600;    
    font-size: 18px;    
    margin-bottom: 12px;    
    display: block;
}
.w3-trvl-faq-main-title {    
    color: #ffffff;    
    font-weight: 600;    
    font-size: 30px;    
}
.w3-trvl-faq-accordion .w3-trvl-faq-card {    
    border: 1px solid rgba(255, 255, 255, 0.06);    
    margin-bottom: 16px;    
    border-radius: 16px !important;    
    background: rgba(30, 41, 59, 0.4); /* Frosted glass vibe */    
    backdrop-filter: blur(20px);    
    -webkit-backdrop-filter: blur(20px);    
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Ultra-smooth Apple-like Bezier curve */    
    overflow: hidden;
}
.w3-trvl-faq-accordion .w3-trvl-faq-card:hover {    
    border-color: rgba(105, 244, 63, 0.3);    
    background: rgba(30, 41, 59, 0.6);
}
/* Base Bootstrap Accordion collapse speed refinement */
.w3-trvl-faq-accordion .collapsing {    
    transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.w3-trvl-faq-accordion .collapse {    
    transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.w3-trvl-faq-btn {    
    padding: 24px;    
    font-size: 16px;    
    line-height: 2;    
    font-weight: 500;    
    color: #ffffff !important;    
    background: transparent !important;    
    border: none;    
    text-align: left;    
    display: flex;    
    justify-content: space-between;    
    align-items: center;    
    width: 100%;    
    box-shadow: none !important;    
    transition: color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.w3-trvl-faq-btn:not(.collapsed) {    
    color: #ffffff !important;    
    font-weight: 600;
}
/* Standard Bootstrap indicator removal */
.w3-trvl-faq-btn::after {    
    display: none !important; 
}
/* Premium CSS Pseudo-Element Icon Wrapper */
.w3-trvl-faq-icon-box {    
    position: relative;    
    width: 16px;    
    height: 16px;    
    margin-left: 20px;    
    flex-shrink: 0;
}
/* Horizontal line of the plus sign */
.w3-trvl-faq-icon-box::before {    
    content: '';    
    position: absolute;    
    top: 50%;    
    left: 0;    
    width: 100%;    
    height: 2px;    
    background-color: #ffe273;    
    transform: translateY(-50%);    
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.45s ease;    
    border-radius: 1px;
}
/* Vertical line of the plus sign */
.w3-trvl-faq-icon-box::after {    
    content: '';    
    position: absolute;    
    top: 0;    
    left: 50%;    
    width: 2px;    
    height: 100%;    
    background-color: #ffe273;    
    transform: translateX(-50%);    
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.45s ease;    
    border-radius: 1px;
}
/* Micro-interactions when expanded (smoothly shifting into a premium close variant) */
.w3-trvl-faq-btn:not(.collapsed) .w3-trvl-faq-icon-box::before {    
    transform: translateY(-50%) rotate(135deg);    
    background-color: #f8df79;
}
.w3-trvl-faq-btn:not(.collapsed) .w3-trvl-faq-icon-box::after {    
    transform: translateX(-50%) rotate(135deg);    
    background-color: #f8df79;
}
.w3-trvl-faq-body {    
    padding: 0 24px 24px 24px;    
    color: #ffffff;    
    font-size: 15px;    
    line-height: 1.65;    
    background: transparent;
}
/* Responsive Adjustments */
@media (max-width: 991px) {    
    .w3-trvl-faq-section {        
        padding: 60px 0;    
    }    
    .w3-trvl-faq-main-title {        
        font-size: 2.2rem;    
    }
}

/* --- Ultra-Advanced Split Bento Theme Namespace: w3-matri-cta --- */
  .w3-matri-cta-section {
    background-color: #070a13; /* Ultra deep space obsidian */
    padding: 50px 0;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.022em;
    position: relative;
    overflow: hidden;
  }
  .w3-matri-cta-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
  }
  /* Advanced Bento Split-Grid */
  .w3-matri-cta-bento-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  /* Left Content Block Layout */
  .w3-matri-cta-text-block {
    padding-right: 20px;
  }
  /* Micro Status Pill with Active Radar Dot */
  .w3-matri-cta-status-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(97, 217, 64, 0.08);
    border: 1px solid rgba(97, 217, 64, 0.25);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 28px;
  }
  .w3-matri-cta-radar-dot {
    width: 8px;
    height: 8px;
    background-color: #61d940;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
  }
  .w3-matri-cta-radar-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #61d940;
    border-radius: 50%;
    animation: w3-m-cta-ping 1.8s infinite ease-out;
  }
  .w3-matri-cta-tag {
    color: #61d940;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
  }
  .w3-matri-cta-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
  }
  .w3-matri-cta-desc {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
  /* Right Side: Pro-Tier Interactive Glassmorphic Form Card */
  .w3-matri-cta-form-card {
    background: linear-gradient(145deg, rgba(20, 30, 54, 0.6) 0%, rgba(10, 15, 30, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 40px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
  }
  /* Kinetic Neon Radial Backlight glow behind form */
  .w3-matri-cta-form-card::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(97, 217, 64, 0.1) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
  }
  .w3-matri-cta-form-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
  }
  .w3-matri-cta-form-group {
    position: relative;
    margin-bottom: 20px;
  }
  /* Premium Frameless Input Styling */
  .w3-matri-cta-input {
    width: 100%;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
  }
  .w3-matri-cta-input:focus {
    border-color: #61d940;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 0 15px rgba(97, 217, 64, 0.15);
  }
  .w3-matri-cta-input::placeholder {
    color: #475569;
  }
  /* Action Execution Element */
  .w3-matri-cta-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #61d940; /* Pure Brand Accent */
    color: #070a13 !important;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 24px rgba(97, 217, 64, 0.2);
  }
  .w3-matri-cta-submit-btn:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1), 0 0 40px rgba(97, 217, 64, 0.3);
  }
  .w3-matri-cta-btn-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .w3-matri-cta-submit-btn:hover .w3-matri-cta-btn-icon {
    transform: translateX(4px);
  }
  /* Form Privacy/Trust Text */
  .w3-matri-cta-secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    color: #475569;
    font-size: 0.85rem;
  }
  .w3-matri-cta-lock-icon {
    width: 13px;
    height: 13px;
    fill: currentColor;
  }
  /* Keyframe Animations */
  @keyframes w3-m-cta-ping {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
  }
  /* Responsive Structural Inversions */
  @media (max-width: 991px) {
    .w3-matri-cta-section {
      padding: 80px 0;
    }
    .w3-matri-cta-bento-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .w3-matri-cta-text-block {
      text-align: center;
      padding-right: 0;
    }
    .w3-matri-cta-title {
      font-size: 2.3rem;
    }
    .w3-matri-cta-desc {
      font-size: 1.1rem;
    }
    .w3-matri-cta-form-card {
      padding: 30px 24px;
    }
  }


