*,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --blue-dark: #0d1b6e;
      --blue-brand: #1a3bdb;
      --blue-btn: #1638d4;
      --text-dark: #0d1226;
      --text-muted: #6b7a9a;
      --border: #dde3f0;
      --bg-page: #f5f7ff;
    }

    body {
      font-family:'Geist',sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      background: #fff;
      color: var(--text-dark);
      overflow-x: hidden;
    }

  /* ===== Premium White Glass Navbar ===== */

.navbar{


    background:rgba(255,255,255,.42);

box-shadow:
0 8px 32px rgba(31,38,135,.05),
inset 0 1px 0 rgba(255,255,255,.7);

    backdrop-filter:blur(32px);
    -webkit-backdrop-filter:blur(22px);

    border-bottom:1px solid rgba(255,255,255,.35);

    box-shadow:
    0 4px 30px rgba(0,0,0,.03);

    transition:.35s ease;

    z-index:9999;

}


/* Scroll State */

.navbar.scrolled{

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(30px);

    box-shadow:
    0 8px 35px rgba(0,0,0,.06);

}


/* Container */

.navbar .container{

    max-width:1180px;

}


/* Links */

.nav-link{

    font-family:'Geist',sans-serif;

    font-size:15px;

    font-weight:600;

    color:#08112D;

    margin:0 14px;

    transition:.3s;

}


.nav-link:hover{

    color:#2455FF;

}



/* Button */

.btn-book{
padding:12px 24px;
border-radius:50px;
background:#1652F0;
color:white;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:.3s;
display:inline-flex;
align-items:center;
justify-content:center;

}


.btn-book:hover{
background:#0B45DB;
color:white;
}

.navbar-brand img{
width:100px;

}


/* Mobile */

@media(max-width:991px){

.navbar-collapse{
padding:20px;
margin-top:15px;
border-radius:16px;
background:rgba(255,255,255,.85);
backdrop-filter:blur(20px);
}

}

    /* ── HERO ── */
    .hero-section {
      position: relative;
      min-height: 78vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 80px 0 0;

      /* --- Added Background Properties --- */
      background-color: #ffffff;
       background-image: url('/Images/bg-home.png');
      /* Replace with your actual file path */
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    /* Animated wave background */
    .wave-left,
    .wave-right {
      position: absolute;
      top: 0;
      width: 320px;
      height: 100%;
      pointer-events: none;
      opacity: 0.55;
    }

    .wave-left {
      left: -40px;
    }

    .wave-right {
      right: -40px;
      transform: scaleX(-1);
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #f0f3ff;
      border: 1px solid #c7d0f5;
      border-radius: 50px;
      padding: 6px 16px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .08em;
      color: var(--blue-brand);
      text-transform: uppercase;
      margin-bottom: 1.5rem;
    }

    .hero-badge .dot {
      width: 7px;
      height: 7px;
      background: var(--blue-brand);
      border-radius: 50%;
    }

    .hero-title {
      font-size: clamp(2.4rem, 5.5vw, 4rem);
      font-weight: 900;
      line-height: 1.12;
      color: var(--text-dark);
      margin-bottom: 1.25rem;
    }

    .hero-title .accent {
      color: var(--blue-brand);
    }

    .hero-sub {
      font-size: clamp(1rem, 2vw, 1.1rem);
      color: #4a5578;
      max-width: 520px;
      margin: 0 auto 2.2rem;
      line-height: 1.6;
    }

    .btn-cta-primary {
      background: var(--blue-btn);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 0.75rem 1.8rem;
      font-size: 15.5px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: background .2s, transform .15s;
    }

    .btn-cta-primary:hover {
      background: var(--blue-dark);
      color: #fff;
      transform: translateY(-2px);
    }

    .btn-cta-secondary {
      background: #fff;
      color: var(--text-dark);
      border: 1.5px solid #c5ccdf;
      border-radius: 50px;
      padding: 0.72rem 1.8rem;
      font-size: 15.5px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: border-color .2s, color .2s, transform .15s;
    }

    .btn-cta-secondary:hover {
      border-color: var(--blue-brand);
      color: var(--blue-brand);
      transform: translateY(-2px);
    }

    .hero-cta-group {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
    }

    /* ── STATS ── */
    .stats-section {
      background: #fff;
      
      padding: 0;
    }

    .stats-grid {
      display: grid;
      border-radius: 28px;
      grid-template-columns: repeat(4, 1fr);
    }

    .stat-item {
      padding: 2.2rem 1.5rem;
      text-align: center;

    }

    .stat-item:last-child {
      border-right: none;
    }

    .stat-number {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 800;
      color: var(--blue-dark);
      line-height: 1;
      margin-bottom: 6px;
    }

    .stat-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {

      .wave-left,
      .wave-right {
        width: 200px;
        opacity: 0.35;
      }

      .hero-section {
        min-height: auto;
        padding: 70px 0 20px;
      }
    }

    @media (max-width: 767px) {

      .wave-left,
      .wave-right {
        display: none;
      }

      .hero-title {
        font-size: 2.2rem;
      }

      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .stat-item:nth-child(2) {
        border-right: none;
      }

      .stat-item:nth-child(3) {
        border-top: 1px solid var(--border);
      }

      .stat-item:nth-child(4) {
        border-top: 1px solid var(--border);
        border-right: none;
      }
    }

    @media (max-width: 480px) {
      .hero-title {
        font-size: 1.85rem;
      }

      .btn-cta-primary,
      .btn-cta-secondary {
        font-size: 14px;
        padding: 0.65rem 1.4rem;
      }

      .stat-number {
        font-size: 1.7rem;
      }
    }



    .problem-solution {

      background: #01030A;
      padding: 70px 0 50px;
      overflow: hidden;

    }


    .problem-solution .container {
      max-width: 1080px;
    }


    .small-badge {
      display: inline-block;
      padding: 5px 12px;
      border-radius: 30px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 1px;
      color: white;
      background: rgba(255, 255, 255, .06);
      margin-bottom: 20px;

    }

    .small-badge.white {
      background: rgba(255, 255, 255, .15);
    }

    .problem-title {
      font-size: 42px;
      line-height: 1.02;
      max-width: 430px;
      color: #97A1B5;
      font-weight: 600;
      margin-bottom: 24px;
      letter-spacing: -1.8px;
    }

    .problem-title span {
      color: white;
    }

    .problem-text {
      color: #97A1B5;
      max-width: 380px;
      font-size: 15px;
      line-height: 1.75;
      margin-bottom: 0;
    }


    .stats-row {
      display: flex;
      gap: 45px;
      margin-top: 85px;

    }


    .stats-row h3 {
      font-size: 28px;
      font-weight: 800;
      color: white;
      margin: 0;
    }



    .stats-row span {
      font-size: 10px;
      color: #75809a;
      letter-spacing: 1px;
    }

    /* divider */

    .divider-wrap {
      position: relative;
      width: 100%;
      height: 270px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .line {
      width: 2px;
      height: 220px;
      background: #2151ff;
      box-shadow: 0 0 20px #2151ff;
    }

    .circle {

      position: absolute;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #091325;
      backdrop-filter: blur(10px);
    }


    .circle:nth-child(2) {
      top: 47%;
      left: 50%;
      transform: translate(-50%, -50%);

    }


    .circle:nth-child(3) {
      top: 58%;
      left: 50%;
      transform: translate(-50%, -50%);

    }

    /* Card */

    .solution-card {
      padding: 45px 48px 42px;
      border-radius: 24px;
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, #2F63FF, #3E5EC4);
      border: 1px solid rgba(255, 255, 255, .2);
      box-shadow: 0 0 70px rgba(38, 84, 255, .30);
      max-width: 410px;
      margin-left: auto;
      border-radius: 28px;
      min-height: 430px;
    }


    .solution-card:before {

      content: "";
      position: absolute;
      width: 280px;
      height: 280px;
      top: 10px;
      right: -90px;
      opacity: .4;
      border-radius: 50%;
      background: rgba(255, 255, 255, .05);
    }



    .solution-card h2 {
      font-size: 38px;
      line-height: 1.03;
      letter-spacing: -1.05px;
      font-weight: 800;
      color: white;
      margin-bottom: 25px;
      position: relative;
      z-index: 2;
      margin-bottom: 22px;
      max-width: 290px;
    }



    .solution-card p {

      font-size: 14px;
      line-height: 1.8;
      color: #d7def6;
      max-width: 290px;
      position: relative;
      z-index: 2;
    }



    .card-line {
      width: 95px;
      height: 3px;
      border-radius: 50px;
      background: white;
      opacity: .35;
      margin-top: 30px;
      position: relative;
      z-index: 2;

    }



    .audit-btn {
      padding: 0 24px;
      border-radius: 8px;
      background: white;
      color: black;
      font-size: 11px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      transition: .3s;
      height: 42px;
      justify-content: center;
      letter-spacing: .4px;
      align-items: center;
      min-width: 155px;
      text-transform: uppercase;
    }

    .text-lg-end {
      margin-top: 24px;
    }

    .audit-btn:hover {
      background: #2151ff;
      color: white;
    }


    /* Responsive */


    @media(max-width:1200px) {
      .problem-title {
        font-size: 52px;
      }

      .solution-card h2 {
        font-size: 44px;
      }
    }


    @media(max-width:991px) {
      .problem-solution {
        text-align: center;

      }

      .stats-row {
        justify-content: center;

      }

      .problem-title {
        font-size: 44px;
      }


      .solution-card {
        padding: 40px;
      }

      .solution-card h2 {
        font-size: 38px;
      }

      .problem-text {
        margin: auto;
      }

    }



    @media(max-width:768px) {
      .problem-title {
        font-size: 34px;
      }

      .solution-card h2 {
        font-size: 30px;
      }

      .stats-row {
        gap: 40px;
        margin-top: 50px;
      }


      .solution-card {
        padding: 35px;
      }

    }

    @media(max-width:576px) {
      .problem-solution {
        padding: 80px 0;
      }

      .problem-title {
        font-size: 30px;
      }


      .solution-card h2 {
        font-size: 26px;
      }


      .audit-btn {
        width: 100%;
        text-align: center;

      }


      .stats-row {

        flex-direction: column;
        gap: 25px;

      }

    }


    .process-section {
      padding: 90px 0 85px;
      background: #F4F5FB;
      font-family:'Geist',sans-serif;
    }

    .process-section .container {
      max-width: 1060px;
    }


    /* ========= Heading ========= */

    .section-head {
      margin-bottom: 55px;
    }

    .section-head span {

      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 700;
      color: #2455FF;
      letter-spacing: .3px;
    }

    .section-head span::before {
      content: "";
      width: 18px;
      height: 2px;
      background: #2455FF;
      display: block;
    }

    .section-head h2 {
      font-size: 46px;
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -2px;
      color: #02112D;
      margin-top: 18px;
      max-width: 580px;
    }

    /* ========= Card ========= */

    .process-card {
      height: 156px;
      padding: 28px;
      border-radius: 10px;
      background: #FFF;
      position: relative;
      overflow: hidden;
      border: 1px solid #ECEEF7;
      transition: all .35s ease;
      cursor: pointer;

    }

    /* Hover */
    .process-card:hover,
    .process-card.active {
      border-color: #2D5BFF;
      box-shadow:0 0 0 1px #2D5BFF, 0 10px 30px rgba(45, 91, 255, .08);
      transform: translateY(-2px);
    }

    /* STEP */
    .step {
      font-size: 11px;
      font-weight: 700;
      color: #2D5BFF;
      margin-bottom: 12px;
    }

    /* ITLE */

    .process-card h3 {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      color: #08112C;
      margin-bottom: 10px;
    }

    /* DESCRIPTION */

    .process-card p {
      font-size: 14px;
      line-height: 1.7;
      color: #66708E;
      max-width: 210px;
    }

    /* BIG NUMBER */

    .number {
      position: absolute;
      top: 12px;
      right: 18px;
      font-size: 82px;
      font-weight: 800;
      line-height: 1;
      color: #EEF1F8;
      pointer-events: none;
    }

    /* DOT */

    .dot {
      position: absolute;
      bottom: 16px;
      right: 16px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #2D5BFF;
      opacity: 0;
      transition: .3s;
    }

    .process-card:hover .dot,
    .process-card.active .dot {
      opacity: 1;
    }

    /* ========= Responsive ========= */

    @media(max-width:992px) {
      .process-section .container {
        max-width: 720px;
      }

      .section-head h2 {
        font-size: 42px;
        max-width: 450px;
      }

      .process-card {
        height: 150px;
      }
    }

    @media(max-width:768px) {
      .process-section {
        padding: 70px 0;
      }

      .section-head {
        margin-bottom: 40px;
      }

      .section-head h2 {
        font-size: 34px;
        line-height: 1.1;
      }

      .process-card {
        padding: 24px;
        height: auto;
        min-height: 145px;
      }

      .number {
        font-size: 70px;
        right: 15px;
        top: 15px;
      }

      .process-card p {
        max-width: 100%;
      }
    }

    .partner-section {
      padding: 85px 0;
      background: #F5F6FA;
      font-family:'Geist',sans-serif;
    }

    .partner-container {
      max-width: 1060px;
    }

    .section-top {
      margin-bottom: 42px;
    }

    .mini-badge {
      display: inline-flex;
      padding: 6px 12px;
      border-radius: 40px;
      background: #EDF2FF;
      font-size: 11px;
      font-weight: 700;
      color: #2455FF;
      margin-bottom: 20px;
    }

    .section-top h2 {
      font-size: 48px;
      font-weight: 800;
      line-height: 1.05;
      letter-spacing: -2px;
      max-width: 580px;
      color: #09112C;
    }

    .partner-card{
    padding:24px;
    border-radius:14px;
    background:#fff;
    border:1px solid #E9EDF5;
    min-height:250px; /* Adjust if needed */
    height:100%;
    transition:.35s ease;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}
    .icon-wrap {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #EEF2FA;
      margin-bottom: 18px;
      transition: .35s;
    }

    .partner-card h3 {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 12px;
      color: #0A1430;
      transition: .35s;

    }

    .partner-card:hover h3 {
      color: white;
    }
    .partner-card:hover i {
      color: white;
    }
    .partner-card p {
      font-size: 14px;
      line-height: 1.75;
      margin: 0;
      color: #66748F;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: .35s;
    }
    .partner-card:hover p {
      color: rgba(255, 255, 255, .82);
    }

    .partner-card:hover,
    .partner-card.active {
      background: linear-gradient(135deg, #3464FF 0%, #2347C7 100%);
      border-color: transparent;
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(52, 100, 255, .18);
    }

    .partner-card:hover h3,
    .partner-card.active h3 {
      color: white;

    }

    .partner-card:hover p,
    .partner-card.active p {
      color: rgba(255, 255, 255, .75);
    }

    .partner-card .icon-wrap {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #EEF2FA;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .35s;
    }


    .partner-card:hover .icon-wrap {
      background: rgba(255, 255, 255, .15);
      color: white;
    }

    .icon-wrap i {
      font-size: 18px;
      color: #4A5B84;
      transition: .35s;
    }

    @media(max-width:992px) {
      .section-top h2 {
        font-size: 44px;
      }
    }

    @media(max-width:768px) {
      .partner-section {
        padding: 70px 0;
      }

      .partner-container {
        padding: 0 20px;
      }

      .section-top h2 {
        font-size: 34px;
      }

      .partner-card {
        background: #fff;
        border: 1px solid #e8ebf3;
        border-radius: 14px;
        padding: 24px;
        min-height: 275px;
        height: auto;
        overflow: hidden;
        transition: all .35s ease;
        position: relative;
        cursor: pointer;
      }

      .partner-card:hover {
        background: linear-gradient(135deg,
            #3464FF 0%,
            #2347C7 100%);
        border-color: transparent;
        transform: translateY(-3px);
        box-shadow:
          0 15px 40px rgba(52, 100, 255, .15);
      }

    }

 .results-section{
padding:90px 0;
background:#F5F7FB;
font-family:'Geist',sans-serif;
}



.custom-container{
max-width:1020px;
}

.results-header{
margin-bottom:42px;
}

.badge-pill{
padding:7px 14px;
border-radius:40px;
background:#EDF2FF;
font-size:11px;
font-weight:700;
color:#2455FF;
display:inline-block;
margin-bottom:18px;
}

.results-header h2{
font-size:48px;
font-weight:800;
line-height:1.05;
letter-spacing:-2px;
color:#09112C;
}


.results-header span{
color:#0B38B5;
}

.metric-card{
height:170px;
padding:28px;
border-radius:16px;
background:white;
border:1px solid #EBEEF5;
}

.metric-card h3{
font-size:36px;
font-weight:700;
margin-bottom:10px;
color:#09112C;
}


.metric-line{
width:32px;
height:4px;
background:#2455FF;
border-radius:20px;
margin-bottom:14px;
}

.metric-card p{
font-size:13px;
line-height:1.8;
color:#6D7891;
margin:0;
}

.metric-card strong{
display:block;
color:#5C6881;
font-weight:700;
}

.testimonial-box{
margin-top:36px;
padding:34px 40px;
border-radius:20px;
background:linear-gradient(135deg,#2F61FF,#2444BF);
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}

.quote{
font-size:50px;
color:white;
opacity:.7;
margin-right:10px;
}

.testimonial-content{
flex:1;
}

.testimonial-content p{
font-size:18px;
line-height:1.7;
font-style:italic;
color:white;
margin:0;
}

.author{
text-align:right;
min-width:170px;
}

.author img{
width:56px;
height:56px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}

.author h5{
font-size:16px;
font-weight:700;
color:white;
margin-bottom:4px;
}

.author span{
display:block;
font-size:12px;
color:rgba(255,255,255,.75);
margin-bottom:10px;
}

.author small{
padding:5px 12px;
border-radius:30px;
background:white;
font-size:11px;
font-weight:700;
color:#09112C;
display:inline-block;
}

@media(max-width:992px){
.results-header h2{
font-size:42px;
}


.testimonial-box{
flex-direction:column;
text-align:center;
}

.author{
text-align:center;
}
}


@media(max-width:768px){
.results-header h2{
font-size:34px;
}

.metric-card{
height:auto;
min-height:160px;
}

.testimonial-content p{
font-size:16px;
}
}
.cta-final{
padding:70px 0 60px;
background:#01030A;
overflow:hidden;
font-family:'Geist',sans-serif;
}

.cta-container{
max-width:1020px;
}

/* Badge */
.cta-pill{
display:inline-block;
padding:6px 14px;
border-radius:30px;
background:rgba(255,255,255,.05);
font-size:12px;
font-weight:700;
color:white;
margin-bottom:30px;
}

/* Heading */

.cta-final h2{
font-size:40px;
font-weight:800;
line-height:1.05;
letter-spacing:-2px;
color:white;
max-width:430px;
margin-bottom:24px;
}




.cta-final p{

max-width:420px;
font-size:14px;
line-height:1.8;
color:#8B93AB;
margin-bottom:35px;
}

/* Stats */

.cta-stats{
display:flex;
align-items:center;
gap:28px;
flex-wrap:wrap;
}

.cta-stats h4{
font-size:22px;
font-weight:700;
margin-bottom:3px;
color:white;
}

.cta-stats span{
font-size:10px;
font-weight:600;
color:#70788F;
}

.secure-box{
padding:10px 18px;
border-radius:8px;
border:1px solid rgba(255,255,255,.08);
background:rgba(255,255,255,.02);
font-size:10px;
font-weight:600;
color:white;
height:38px;
display:flex;
align-items:center;
}

/* Right card */
.trial-card{
position:relative;
width:100%;
max-width:470px;
min-height:355px;
padding:35px 40px;
margin-left:auto;
border-radius:24px;
background:
linear-gradient(
135deg,
#2F63FF,
#2A46BF
);

box-shadow:
0 0 80px rgba(47,99,255,.25);
border:1px solid rgba(255,255,255,.15);
}

.trial-card span{
display:inline-block;
padding:6px 12px;
border-radius:30px;
font-size:11px;
font-weight:700;
color:white;
background:rgba(255,255,255,.12);
margin-bottom:25px;
}

.trial-card h3{
font-size:36px;
font-weight:600;
line-height:1.05;
letter-spacing:-2px;
max-width:300px;
color:white;
margin-bottom:20px;
}

.trial-card p{
font-size:15px;
line-height:1.8;
max-width:290px;
color:rgba(255,255,255,.78);
margin-bottom:20px;
}

.card-divider{
width:80px;
height:3px;
border-radius:30px;
background:rgba(255,255,255,.4);
margin-bottom:20px;
}

.trial-card{
box-shadow:0 0 50px rgba(47,99,255,.18);
}

.trial-card a{
display:inline-flex;
align-items:center;
justify-content:center;
padding:0 22px;
height:40px;
border-radius:8px;
background:white;
font-size:12px;
font-weight:600;
text-decoration:none;
color:black;
transition:.3s;
}

.trial-card a:hover{
background:#F3F4F8;
color:black;
}
/* Mobile */
@media(max-width:991px){
.trial-card{
margin:auto;
}
.cta-final{
text-align:center;
}

.cta-final h2{
max-width:100%;
}

.cta-final p{
margin:auto auto 40px;
}


.cta-stats{
justify-content:center;
}
}

@media(max-width:768px){
.cta-final{
padding:60px 0;
}

.cta-final h2{
font-size:35px;
}

.trial-card{
padding:30px;
min-height:auto;
}

.trial-card h3{
font-size:34px;
}

}


.fw-footer{
background:#020A2B;
padding:50px 0 15px;
font-family:'Geist',sans-serif;
}



.fw-container{
  max-width:1020px;
}




.footer-brand{
padding-right:40px;
border-right:
1px solid rgba(255,255,255,.15);
min-height:230px;
color: white;
}

.logo{

display:inline-flex;
align-items:center;
gap:10px;
font-size:28px;
font-weight:800;
color:#2463FF;
text-decoration:none;
margin-bottom:22px;
}

.logo i{
font-size:28px;
}


.footer-brand p{
max-width:270px;
font-size:14px;
line-height:1.7;
margin-bottom:22px;
}

.footer-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding: 10px 22px;
border-radius:30px;
background:#0B4CFF;
color:white;
font-size:12px;
font-weight:700;
text-decoration:none;
transition:.3s;

}


.footer-btn:hover{
background:#215DFF;
color:white;
}

.footer-links{
display:flex;
justify-content:flex-start;
padding-left:35px;
gap:90px;
}

.footer-links h5{
font-size:14px;
font-weight:600;
margin-bottom:18px;
color:white;
}

.footer-links ul{
padding:0;
margin:0;
list-style:none;
}

.footer-links li{
margin-bottom:12px;
}

.footer-links a{
text-decoration:none;
font-size:14px;
color:#C4CBDF;
transition:.3s;
}

.footer-links a:hover{
color:#2463FF;
}

.contact-list li{
font-size:14px;
line-height:1.7;
color:#C4CBDF;
}

.footer-bottom{
margin-top:35px;
padding-top:18px;
border-top:
1px solid rgba(255,255,255,.08);
text-align:center;
font-size:14px;
color:#B5BED7;
}

.footer-bottom a{
color:#2463FF;
text-decoration:none;
margin:0 6px;
}


.footer-bottom a:hover{
text-decoration:underline;
}

@media(max-width:992px){

.footer-brand{
border-right:none;
padding-right:0;
margin-bottom:50px;
}

.footer-links{
padding-left:0;
justify-content:space-between;
}

}


@media(max-width:768px){
.footer-links{
flex-direction:column;
gap:40px;
}


.footer-bottom{
font-size:14px;
line-height:1.8;
}

}

/*///////*/
/* Overlay */

.cookie-banner{
    position:fixed;
    bottom:20px;
    left:20px;
    right:20px;
    max-width:1350px;
    margin:auto;
    background:#fff;
    border-radius:22px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    padding:28px 30px;
    z-index:999999;
    animation:slideUp .4s ease;
}

.cookie-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.cookie-text{
    flex:1;
}

.cookie-text h3{
    margin:0 0 10px;
    font-size:34px;
    font-weight:700;
    color:#222;
}

.cookie-text p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:18px;
}

.cookie-actions{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}

.btn{
    border:none;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    border-radius:50px;
    padding:16px 34px;
    transition:.3s;
}

.btn-primary{
    background:#2962ff;
    color:#fff;
}

.btn-primary:hover{
    background:#1d4ed8;
}

.btn-secondary{
    background:#f4f4f4;
    color:#222;
}

.btn-secondary:hover{
    background:#e7e7e7;
}

.privacy-link{
    color:#2962ff;
    text-decoration:none;
    font-weight:600;
}

@keyframes slideUp{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:992px){

.cookie-content{
    flex-direction:column;
    align-items:flex-start;
}

.cookie-actions{
    width:100%;
}

.btn{
    width:100%;
}

.privacy-link{
    margin-top:10px;
}
}
