:root{
  --navy:#06275b; --blue:#1456c8; --orange:#ff4d0a; --light:#f5f8fd;
  --text:#102b58; --muted:#5f6f8b; --border:#e4eaf3; --green:#0b9c78;
}


*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
button{font:inherit;cursor:pointer}
.container{width:min(1180px,92%);margin:auto}
header{height:82px;background:#fff;display:flex;align-items:center;position:sticky;top:0;z-index:20;border-bottom:1px solid #edf1f7}
.nav{display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--navy);font-size:24px;letter-spacing:.5px}
.logo-mark{width:58px;height:38px;position:relative}
.logo-mark:before{content:"";position:absolute;width:39px;height:18px;border:8px solid var(--navy);border-right:0;border-radius:22px 0 0 22px;top:3px;left:0;transform:skew(-20deg)}
.logo-mark:after{content:"";position:absolute;width:27px;height:16px;border:7px solid var(--orange);border-left:0;border-radius:0 18px 18px 0;right:0;bottom:2px;transform:skew(-20deg)}
.logo span{color:var(--orange)}
.logo small{display:block;font-size:7px;letter-spacing:1.5px;color:var(--navy);font-weight:800}
.navlinks{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:700}
.navlinks a:hover{color:var(--orange)}
.btn{border:0;border-radius:28px;padding:14px 23px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.2s}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 8px 20px #ff4d0a25}
.btn-orange:hover{transform:translateY(-2px);box-shadow:0 12px 25px #ff4d0a38}
.btn-outline{background:#fff;border:1px solid #8ba9de;color:var(--navy)}
/* .hero{padding:60px 0 30px;overflow:hidden} */
.hero-grid{display:grid;grid-template-columns:44% 56%;gap:25px;align-items:center}
.hero h1 span{color:var(--orange)}
.hero p{font-size:17px;color:#263b60;max-width:490px;margin-bottom:24px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-visual{position:relative;min-height:470px}
.dealers-title{text-align:center;font-size:14px;font-weight:800;margin-bottom:12px}
.dealer-card{background:#fff;border:1px solid var(--border);border-radius:14px;margin:8px 0;padding:12px;box-shadow:0 5px 18px #183b6d0c;display:grid;grid-template-columns:90px 1fr 82px;align-items:center;gap:10px}
.brand{font-weight:900;font-size:13px;text-align:center}
.brand em{font-style:normal;color:var(--orange)}
.dealer-list{display:flex;gap:8px;flex-wrap:wrap}
.dealer-pill{background:#eef4fc;padding:9px 11px;border-radius:8px;font-size:11px;font-weight:700;min-width:75px;text-align:center}
.green .dealer-pill{background:#e9f8f2}.red .dealer-pill{background:#fff0f1}.yellow .dealer-pill{background:#fff4e9}
.more{font-size:11px;border:1px solid #86a9e7;color:#1a5dc9;padding:7px;border-radius:7px;text-align:center;font-weight:800}
.banks{margin-top:18px;border-radius:14px;border:1px solid var(--border);padding:13px;background:#fff;box-shadow:0 5px 18px #183b6d0c}
.bank-title{text-align:center;color:#fff;background:var(--green);border-radius:15px;width:max-content;margin:-28px auto 10px;padding:3px 18px;font-size:11px;font-weight:800}
.bank-row{display:flex;justify-content:space-around;gap:15px;flex-wrap:wrap;font-size:12px;font-weight:800;color:#33466a}
.bank{padding:7px 12px;background:#f8fafc;border-radius:8px}
.benefits-row{display:grid;grid-template-columns:1fr 1fr 1.4fr 1fr;gap:14px;margin-top:18px;align-items:center}
.benefit{padding:15px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 5px 15px #183b6d0b;min-height:83px}
.benefit b{font-size:13px;display:block}.benefit span{font-size:11px;color:var(--muted)}
.car-placeholder{height:115px;display:flex;align-items:center;justify-content:center;font-size:75px;filter:drop-shadow(0 12px 9px #122f5720)}
.section{padding:58px 0}
.guarantee{background:var(--navy);color:#fff;border-radius:18px;padding:35px 45px;display:grid;grid-template-columns:190px 1fr 280px;gap:28px;align-items:center}
.badge{width:150px;height:150px;border:5px solid #f5b52b;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;color:#ffd36a;box-shadow:0 0 0 8px #082d65}
.guarantee h2{font-size:31px}.guarantee h2 span{color:#ffb82e}.guarantee p{color:#d9e4f8;font-size:14px;margin-top:8px}
.side-guarantee{border-left:1px solid #ffffff55;padding-left:28px}.side-guarantee strong{display:block;font-size:24px;color:#ffc04b;margin-top:5px}
.heading{text-align:center;margin-bottom:30px}.heading h2{font-size:26px}.heading p{color:var(--muted);font-size:14px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:17px;box-shadow:0 8px 25px #183b6d0b;overflow:hidden}
.step{padding:27px 20px;border-right:1px solid var(--border);position:relative}.step:last-child{border:0}
.num{width:28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:10px}
.step h3{font-size:14px}.step p{font-size:12px;color:var(--muted);margin-top:5px}
.why{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--border);border-radius:17px;padding:20px;box-shadow:0 8px 25px #183b6d0b}
.why-item{padding:10px 18px;border-right:1px solid var(--border)}.why-item:last-child{border:0}
.icon{font-size:28px;margin-bottom:7px}.why-item b{font-size:12px}.why-item p{font-size:11px;color:var(--muted)}
.stats{background:var(--navy);color:#fff;border-radius:18px;padding:25px;display:grid;grid-template-columns:repeat(4,1fr) 1.5fr;align-items:center}
.stat{text-align:center;border-right:1px solid #ffffff3b}.stat b{font-size:25px;display:block}.stat span{font-size:12px;color:#dce7f8}
.quote{padding:0 22px;font-size:12px;color:#eef4ff}.stars{color:#ff7b22;font-size:17px;margin-top:6px}
footer{background:#061f48;color:#fff;padding:15px 0;margin-top:55px}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-inner p{font-size:12px;color:#c6d5ed}

.overlay{position:fixed;inset:0;background:#041a3a99;display:none;align-items:center;justify-content:center;z-index:100;padding:18px}
.overlay.active{display:flex}
.modal{width:min(980px,100%);max-height:94vh;background:#fff;border-radius:24px;box-shadow:0 30px 80px #0005;overflow:auto}
.car-animation-wrap{height:205px;background:linear-gradient(180deg,#fff 0%,#faf9ff 70%,#f3efff 100%);position:relative;overflow:hidden;border-bottom:1px solid #eeeaff}
.road-glow{position:absolute;left:18%;right:18%;bottom:33px;height:28px;background:radial-gradient(ellipse,#d8d2ef 0%,rgba(216,210,239,.2) 55%,transparent 72%);filter:blur(3px)}
.animated-car{position:absolute;left:50%;bottom:37px;width:360px;height:130px;transform:translateX(-50%);animation:carFloat 2.8s ease-in-out infinite}
.car-shadow{position:absolute;left:30px;right:25px;bottom:1px;height:18px;border-radius:50%;background:rgba(35,35,50,.2);filter:blur(7px)}
.car-body{position:absolute;left:22px;right:15px;bottom:20px;height:82px;background:linear-gradient(#fff,#e9e9ed);border-radius:22px 55px 15px 16px;box-shadow:inset 0 -6px 10px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08)}
.car-roof{position:absolute;left:76px;top:-43px;width:190px;height:68px;background:#f7f7fa;border-radius:80px 90px 0 0;transform:skew(-8deg)}
.car-window{position:absolute;top:-31px;height:38px;background:linear-gradient(135deg,#16161b,#3b3b42);border:3px solid #f4f4f7}
.window-back{left:91px;width:77px;border-radius:35px 5px 2px 4px;transform:skew(-8deg)}
.window-front{left:171px;width:75px;border-radius:5px 45px 4px 2px;transform:skew(8deg)}
.car-headlight{position:absolute;right:-2px;top:34px;width:16px;height:14px;border-radius:3px 9px 9px 3px;background:#fff;box-shadow:0 0 14px #fff,0 0 22px #d7d2ff}
.car-tail-light{position:absolute;left:-2px;top:35px;width:13px;height:15px;border-radius:8px 3px 3px 8px;background:#ff5b5b;box-shadow:0 0 9px rgba(255,0,0,.35)}
.car-wheel{position:absolute;bottom:-14px;width:48px;height:48px;border-radius:50%;background:#19191d;border:6px solid #e5e5e9;box-shadow:0 0 0 4px #202126}
.wheel-front{right:43px}.wheel-back{left:55px}
.car-wheel span{display:block;width:15px;height:15px;border-radius:50%;background:#bfc1c7;margin:10px auto}
@keyframes carFloat{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,-5px)}}
.form-layout{display:grid;grid-template-columns:1fr;min-height:430px}
.form-side-steps{background:#faf9ff;border-right:1px solid #eeeaff;padding:42px 22px}
.side-step{display:flex;align-items:center;gap:12px;margin-bottom:32px;color:#696681;font-weight:700;font-size:14px}
.side-step b{width:34px;height:34px;border-radius:50%;background:#e9e8f2;display:flex;align-items:center;justify-content:center;color:#696681}
.side-step.active{color:#18132f}.side-step.active b{background:#7650df;color:#fff}
.form-main{min-width:0}
.form-main .form-body{padding-top:28px}
.search-box{height:48px;border:1px solid #e4e0ef;background:#faf9fd;border-radius:12px;display:flex;align-items:center;padding:0 14px;margin-bottom:15px}
.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:14px;color:var(--text)}
.brand-option .brand-logo-wrap{height:55px}
.brand-option .logo-img{width:50px;height:50px}

.modal-head{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}
.modal-head h2{font-size:20px}.close{border:0;background:#f1f4f9;width:35px;height:35px;border-radius:50%;font-size:20px}
.progress{display:flex;gap:5px;padding:16px 24px 5px}.bar{height:5px;background:#e5eaf2;border-radius:5px;flex:1}.bar.active{background:var(--orange)}
.form-body{padding:18px 24px 25px}.question{font-size:23px;font-weight:900;margin-bottom:5px}.sub{color:var(--muted);font-size:13px;margin-bottom:18px}
.grid-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-height:none;overflow:visible;padding:2px}
.option{border:1px solid var(--border);background:#fff;border-radius:12px;padding:14px 10px;text-align:center;font-weight:800;font-size:13px;transition:.2s}
.option:hover,.option.selected{border-color:var(--orange);background:#fff5f0;box-shadow:0 5px 15px #ff4d0a18}
.car-logo{height:35px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;margin-bottom:5px}
.option small{display:block;color:var(--muted);font-size:10px;font-weight:600}
.form-actions{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.hidden{display:none}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800}.field input{height:47px;border:1px solid #dbe2ee;border-radius:10px;padding:0 13px;font-size:14px;outline:none}.field input:focus{border-color:var(--orange)}
.success{text-align:center;padding:35px 20px}.success .check{font-size:55px}.success h3{font-size:24px;margin:8px 0}.success p{color:var(--muted);font-size:13px}
.mobile-menu{display:none;border:0;background:#f1f4f9;border-radius:8px;padding:8px 11px;font-size:20px}
@media(max-width:900px){
 .navlinks{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr}.hero{padding-top:0px}.hero h1{font-size:39px}.hero-visual{min-height:auto}
 .benefits-row{grid-template-columns:1fr 1fr}.car-placeholder{display:none}.guarantee{grid-template-columns:1fr;text-align:center}.badge{margin:auto}.side-guarantee{border:0;border-top:1px solid #ffffff44;padding:18px 0 0}
 .steps{grid-template-columns:1fr 1fr}.why{grid-template-columns:1fr 1fr}.why-item{border-bottom:1px solid var(--border)}
 .stats{grid-template-columns:1fr 1fr;gap:15px}.stat{border:0}.quote{grid-column:1/-1;border-top:1px solid #ffffff33;padding-top:15px}
}

@media(max-width:760px){
 .form-layout{grid-template-columns:1fr}
 .form-side-steps{display:flex;gap:8px;padding:10px 14px;border-right:0;border-bottom:1px solid #eeeaff;overflow:auto}
 .side-step{margin:0;white-space:nowrap;font-size:11px}
 .side-step b{width:27px;height:27px;font-size:11px}
 .side-step span{display:none}
 .animated-car{transform:translateX(-50%) scale(.78);transform-origin:center bottom}
 .car-animation-wrap{height:170px}
}

@media(max-width:600px){
 header{height:70px}.logo{font-size:20px}.logo-mark{transform:scale(.8);transform-origin:left}.hero h1{font-size:33px}.hero p{font-size:15px}
 .dealer-card{grid-template-columns:70px 1fr}.dealer-card .more{display:none}.dealer-pill{min-width:64px;padding:7px 5px}
 .benefits-row,.steps,.why{grid-template-columns:1fr}.step,.why-item{border-right:0}.guarantee{padding:25px 20px}.guarantee h2{font-size:25px}
 .grid-options{grid-template-columns:repeat(2,1fr);max-height:none}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}
 .question{font-size:20px}.modal-head{padding:16px 18px}.form-body{padding:14px 18px 20px}
 .footer-inner{flex-direction:column;text-align:center}

 .nav{display:flex;align-items:center;justify-content:space-between;gap:15px}
 .logo img {
    width: 150px!important;
}
.btn-orange {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 8px 20px #ff4d0a25;
    padding: 10px;
    font-size: 10px;
}

}


/* ------------------------------- Header */

.logo img{
  width: 230px;
}



/* -------------------------------------Banner */
  :root {
    --navy:#132a63;
    --orange:#f4691a;
    --blue-chip:#e8edfb;
    --blue-chip-text:#2a4bb0;
    --green-chip:#e4f7ec;
    --green-chip-text:#1f9d55;
    --pink-chip:#fdeef0;
    --pink-chip-text:#e0507a;
    --amber-chip:#fff2df;
    --amber-chip-text:#d98a1f;
    --red-chip:#fdecec;
    --red-chip-text:#d84343;
    --line-blue:#3b6fd1;
    --line-green:#2fae6b;
    --line-orange:#f4691a;
    --line-red:#e0455a;
    --line-purple:#8a5cd6;
    --line-teal:#2ba6a6;
    --line-pink:#e0507a;
    --card-border:#ececf3;
    --bg:#fbfbfd;

  }

  *{ box-sizing:border-box; }

  /* body{
    margin:0;
    font-family:'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    background:var(--bg);
    color:#1a1a2e;
  } */

  .wrap{
    max-width:1300px;
    margin:0 auto;
    padding:48px 32px 40px;
  }

  .top-label{
    text-align:right;
    font-size:15px;
    font-weight:600;
    color:#1a1a2e;
    margin-bottom:20px;
    padding-right:4px;
  }

  .layout{
    display:grid;
    grid-template-columns:390px 1fr;
    gap:90px;
    align-items:start;
    position:relative;
  }

  .bank-line-svg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    overflow:visible;
    z-index:1;
  }

  /* ---------- LEFT PANEL ---------- */
  .left{
    padding-top:6px;
    position:relative;
    z-index:2;
  }

  .headline{
    font-size:40px;
    line-height:1.18;
    font-weight:700;
    color:var(--navy);
    margin:0 0 4px;
  }

  .headline .accent{
    color:var(--orange);
  }

  .sub{
    font-size:15.5px;
    line-height:1.55;
    color:#4d5568;
    margin:18px 0 26px;
    max-width:380px;
  }

  .cta-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:44px;
    flex-wrap:wrap;
  }

  .btn-primary{
    background:var(--orange);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(244,105,26,0.30);
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 22px rgba(244,105,26,0.38);
  }
  .btn-primary svg{ width:16px; height:16px; }

  .btn-ghost{
    background:transparent;
    border:none;
    color:var(--navy);
    font-size:15px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:9px;
    cursor:pointer;
     padding:8px 24px;
     border: 1px solid #061f48;
     border-radius: 30px;
  }
  .btn-ghost .play-circle{
    width:30px;height:30px;border-radius:50%;
    border:2px solid var(--navy);
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
  }
  .btn-ghost .play-circle svg{ width:11px; height:11px; margin-left:2px; }
  .btn-ghost:hover .play-circle{ background:var(--navy); }
  .btn-ghost:hover .play-circle svg path{ fill:#fff; }

  .flow-row{
    position:relative;
    display:flex;
    align-items:center;
    gap:26px;
  }

  .person-card{

    border-radius:20px;
    padding:10px;
    text-align:center;
    width:170px;
  }

  .person-card img{  
    width: 100%;
    margin-bottom: -10px;
  }

  .userdetail{
    padding: 10px;
    border-radius: 10px;
            box-shadow: 5px 0px 22px #bbbbbb4d;
  }
  .person-avatar{
    width:92px; height:92px;
    margin:0 auto 12px;
  }
  .person-name{
    font-weight:800;
    font-size:15px;
    color:var(--navy);
  }
  .person-sub{
    font-size:12.5px;
    color:#8891a5;
    margin-top:2px;
  }

  .flow-arrow{
    flex-shrink:0;
    color:var(--orange);
  }

  .cp-badge{
    width:150px;height:150px;
    border-radius:50%;
    background:#fff;
    border:1px solid var(--card-border);
    box-shadow:0 10px 30px rgba(20,30,70,0.08);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    position:relative;
    z-index:2;
  }

  .cp-badge img{
  width: 80%;
  }

  .cp-logo{
    font-size:34px;
    font-weight:900;
    line-height:1;
    letter-spacing:-1px;
  }
  .cp-logo .c{ color:var(--navy); }
  .cp-logo .p{ color:var(--orange); }
  .cp-word{
    font-size:15px;
    font-weight:800;
    color:var(--navy);
    margin-top:4px;
    letter-spacing:0.2px;
  }
  .cp-tag{
    font-size:7.5px;
    font-weight:700;
    color:var(--orange);
    letter-spacing:1px;
    margin-top:3px;
  }

  /* ---------- RIGHT PANEL ---------- */
  .right{
    position:relative;
    z-index:2;
  }

  .brand-row{
    display:grid;
    grid-template-columns:150px 1fr;
    align-items:center;
    gap:18px;
    padding:14px 0;
    border-bottom:1px solid #f0f0f5;
    position:relative;
  }
  .brand-row:first-child{ padding-top:2px; }
  .brand-row:last-child{ border-bottom:none; }

  .brand-logo{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:0;
    text-align:left;
    white-space:nowrap;
  }
  .brand-logo img{
    width: 100px;
    display:block;
  }
  .brand-logo .glyph{
    font-size:20px;
    font-weight:900;
  }
  .brand-logo .name{
    font-size:11px;
    font-weight:800;
    letter-spacing:0.5px;
  }

  .dealers{
    display:flex;
    gap:5px;
    flex-wrap:wrap;
  }

  .chip{
    padding:10px 15px;
    border-radius:12px;
    font-size:12px;
    font-weight:500;
    text-align:center;
    line-height:1.25;
    white-space:nowrap;
  }
  .chip.more{
    cursor:pointer;
    transition:filter .15s ease;
  }
  .chip.more:hover{ filter:brightness(0.96); }

  .theme-blue .chip{ background:var(--blue-chip); color:var(--blue-chip-text); }
  .theme-green .chip{ background:var(--green-chip); color:var(--green-chip-text); }
  .theme-pink .chip{ background:var(--pink-chip); color:var(--pink-chip-text); }
  .theme-amber .chip{ background:var(--amber-chip); color:var(--amber-chip-text); }
  .theme-red .chip{ background:var(--red-chip); color:var(--red-chip-text); }
  .theme-navy .chip{ background:#eef1fb; color:var(--navy); }

  /* ---------- BANK STRIP ---------- */
  .bank-strip{
    margin-top:26px;
    position:relative;
  }
  .bank-label-wrap{
    text-align:center;
    margin-bottom:-13px;
    position:relative;
    z-index:2;
  }
  .bank-label{
    display:inline-block;
    background:var(--line-teal);
    color:#fff;
    font-size:11.5px;
    font-weight:800;
    letter-spacing:1px;
    padding:7px 22px;
    border-radius:20px;
  }
  .bank-box{
    border:1px solid var(--card-border);
    border-radius:16px;
    background:#fff;
    padding:25px 10px 15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:13px;
    flex-wrap: wrap;
  }
  .bank-logo{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:800;
    font-size:14px;
    color:#333;
  }
  .bank-logo img{
    height:auto;
    width:80px;
    flex-shrink:0;
  }
  .bank-logo .dot{
    width:9px;height:9px;border-radius:50%;
    flex-shrink:0;
  }
  .bank-more{
    font-size:13px;
    font-weight:700;
    color:#8891a5;
  }

  @media (max-width: 980px){
    .layout{ grid-template-columns:1fr; }
    .bank-line-svg{ display:none; }
    .brand-row{ grid-template-columns:100px 1fr; }
  }
  @media (max-width: 560px){
    .headline{ font-size:27px; }
    .brand-row{ grid-template-columns:1fr; }
    .brand-logo{ flex-direction:row; justify-content:flex-start; }
    .flow-row{ flex-wrap:wrap; justify-content:center; gap: 10px;}
    .person-card{
      width: 120px;
    }
    .cp-badge{
      width: 120px;
      height: 120px;
    }

    .chip{
      padding: 10px;
    }

  .top-label{
    font-size: 12px;
  }
  }





/* ---------------------------best price car */

.bpe-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  .bpe-cards {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bpe-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8ecf1;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .bpe-card-center {
    position: relative;
    justify-content: center;
    min-width: 280px;
    max-width: 340px;
    padding: 15px 20px;
    overflow: visible;
  }

  /* Icon styles */
  .bpe-icon {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bpe-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* Rupee circle */
  .bpe-rupee-circle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #f26522;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
  }

  /* Text */
  .bpe-text {
    color: #1a2b4a;
  }
  .bpe-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  .bpe-desc {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
  }

  /* Car card special */
  .bpe-car-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bpe-car-img {
    width: 200px;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .bpe-car-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .bpe-gift-left,
  .bpe-gift-right {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .bpe-gift-left img,
  .bpe-gift-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bpe-gift-left {
    left: 10px;
    bottom: 5px;
  }
  .bpe-gift-right {
    right: 10px;
    bottom: 5px;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 992px) {
    .bpe-card {
      min-width: 200px;
    }
    .bpe-card-center {
      min-width: 240px;
    }
  }
  @media (max-width: 768px) {
    .bpe-cards {
      flex-direction: column;
      align-items: center;
    }
    .bpe-card {
      max-width: 100%;
      width: 100%;
    }
    .bpe-card-center {
      max-width: 100%;
      width: 100%;
      order: -1;
    }
    .bpe-car-img {
      width: 220px;
    }
  }




/* --------------------How Carpakka Section   */

.how-carpakka-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    
  }

  /* Title */
  .hc-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
  }
  .hc-title-line {
    width: 55px;
    height: 2px;
    background: #f26522;
  }
  .hc-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a2b4a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
  }

  /* Steps Container */
  .hc-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    box-shadow: 0px 0px 22px #bbbbbb4d;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
  }

  /* Individual Step */
  .hc-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 200px;
    max-width: 260px;
  }

  /* Number Circle */
  .hc-step-num {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background: #1e4a8a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
  }

  /* Step Content */
  .hc-step-content {
    flex: 1;
  }
  .hc-step-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hc-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .hc-step-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 5px;
  }
  .hc-step-desc {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
  }

  /* Arrow between steps */
  .hc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding-top: 75px;
  }
  .hc-arrow img {
    width: 35px;
    height: 22px;
    object-fit: contain;
  }

  /* Step 3 special: circular arrows with rupee overlay */
  .hc-step3-icon-wrap {
    position: relative;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hc-step3-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .hc-step3-rupee {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 700;
    color: #1e4a8a;
    font-family: 'Segoe UI', sans-serif;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .hc-steps {
      flex-direction: column;
      align-items: center;
      gap: 25px;
    }
    .hc-step {
      max-width: 100%;
      width: 100%;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      align-items: center;
    }
    .hc-step-num {
      margin-top: 0;
      margin-bottom: 8px;
    }
    .hc-step-icon,
    .hc-step3-icon-wrap {
      margin: 0 auto 10px;
    }
    .hc-arrow {
      transform: rotate(90deg);
      padding-top: 0;
      padding-bottom: 5px;
    }
    .hc-title {
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .how-carpakka-section {
      padding: 30px 15px;
    }
    .hc-title {
      font-size: 20px;
    }
    .hc-step-title {
      font-size: 16px;
    }
    .hc-step-desc {
      font-size: 14px;
    }
    .hc-title-line{
        width: 16px;
    }
  }



  /* -----------------------------------  Best Price. Guaranteed. */



  .bpg-section {
    max-width: 1160px;
    margin: 0 auto;
    background: #0a1628;
    border-radius: 16px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  /* Left: Shield */
  .bpg-shield {
    flex-shrink: 0;
    width: 210px;
    height: auto;
  }
  .bpg-shield img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* Center: Content */
  .bpg-content {
    flex: 1;
    min-width: 280px;
    color: #fff;
  }
  .bpg-subtitle {
    font-size: 13px;
    color: #f6f8fa;
    margin-bottom: 6px;
  }
  .bpg-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .bpg-desc {
    font-size: 13px;
    color: #f6f8fa;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 420px;
  }
  .bpg-tnc {
    font-size: 11px;
    color: #f6f8fa;
  }

  /* Divider */
  .bpg-divider {
    width: 1px;
    height: 140px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
  }

  /* Right: CTA */
  .bpg-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
  }
  .bpg-cta-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }
  .bpg-cta-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bpg-cta-text {
    color: #fff;
  }
  .bpg-cta-label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
  }
  .bpg-cta-headline {
    font-size: 18px;
    font-weight: 700;
    color: #f5c842;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .bpg-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .bpg-cta-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
  }
  .bpg-cta-btn span {
    font-size: 14px;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .bpg-section {
      padding: 30px 25px;
      gap: 25px;
    }
    .bpg-divider {
      display: none;
    }
    .bpg-cta {
      width: 100%;
      justify-content: flex-start;
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 20px;
    }
  }
  @media (max-width: 600px) {
    .bpg-section {
      flex-direction: column;
      text-align: center;
      padding: 25px 20px;
    }
    .bpg-shield {
      width: 100px;
    }
    .bpg-title {
      font-size: 22px;
    }
    .bpg-desc {
      max-width: 100%;
    }
    .bpg-cta {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }




/* --------------------- Why Choose Us */

  .carpakka-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ===== TOP: Why Choose ===== */
  .why-choose-top {
    background: #fff;
    padding: 40px 20px 35px;
  }
  .wc-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
  }
  .wc-title-line {
    width: 55px;
    height: 2px;
    background: #f26522;
  }
  .wc-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a2b4a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
  }
  .wc-features {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    padding: 30px;
    box-shadow: 0px 0px 22px #bbbbbb4d;
    border-radius: 10px;
  }
  .wc-card {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 10px 5px;
  }
  .wc-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
  }
  .wc-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .wc-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2b4a;
    margin-bottom: 4px;
  }
  .wc-card-desc {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
  }

  /* ===== BOTTOM: Stats Bar ===== */
  .stats-bar {
    background: #0f1f3d;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .stat-item {
    flex: 1;
    min-width: 110px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.15);
  }
  .stat-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 10px;
  }
  .stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .stat-num {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
  }
  .stat-label {
    font-size: 12px;
    color: #a0aec0;
  }

  /* Testimonial */
  .stat-testimonial {
    flex: 1.4;
    min-width: 240px;
    color: #fff;
    padding-left: 25px;
    border-left: 1px solid rgba(255,255,255,0.15);
    text-align: left;
  }
  .st-quote {
    font-size: 36px;
    color: #f26522;
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: 2px;
  }
  .st-text {
    font-size: 13px;
    line-height: 1.6;
    color: #e2e8f0;
    font-style: italic;
    margin-bottom: 10px;
  }
  .st-author {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .st-stars {
    display: flex;
    gap: 3px;
  }
  .st-stars img {
    width: 16px;
    height: 16px;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 768px) {
    .wc-features {
      justify-content: center;
    }
    .wc-card {
      flex: 0 0 45%;
      min-width: 140px;
    }
    .stats-bar {
      flex-direction: column;
      padding: 25px 20px;
    }
    .stat-item:not(:last-child)::after {
      display: none;
    }
    .stat-item {
      margin-bottom: 20px;
    }
    .stat-testimonial {
      border-left: none;
      border-top: 1px solid rgba(255,255,255,0.15);
      padding-left: 0;
      padding-top: 20px;
      text-align: center;
    }
    .st-stars {
      justify-content: center;
    }
  }
  @media (max-width: 480px) {
    .wc-card {
      flex: 0 0 100%;
    }
    .wc-title {
      font-size: 20px;
    }
    .stat-num {
      font-size: 22px;
    }

    .wc-card-title{
        font-size: 16px;
    }

    .wc-card-desc{
        font-size: 14px;
    }

    .wc-title-line{
        width: 16px;
    }
  }





  /* ------------------------------ Faqs Section  */



   .faq-wrap{
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 0px;
  }

  .faq-header{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 18px;
    margin-bottom: 16px;
  }

  .faq-header::before,
  .faq-header::after{
    content:"";
    flex: 0 1 60px;
    height: 2px;
    background: var(--accent);
  }

  .faq-title{
    font-family:'Space Grotesk', sans-serif;
    font-weight:700;
    font-size: clamp(18px, 2.4vw, 22px);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
    margin: 0;
    white-space: nowrap;
  }

  .faq-sub{
    color: var(--text-muted);
    font-size: 15.5px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto 44px;
    text-align: center;
  }

  .faq-list{
    border-top: 1px solid var(--line);
  }

  .faq-item{
    border-bottom: 1px solid var(--line);
  }

  .faq-q{
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 4px;
    text-align: left;
    color: var(--text);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16.5px;
    font-weight: 600;
    transition: color 0.2s ease;
  }

  .faq-q:hover{ color: var(--accent); }

  .faq-index{
    flex: 0 0 auto;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faq-item.open .faq-index{
    color: var(--accent);
    border-color: var(--accent-dim);
    background: var(--accent-dim);
  }

  .faq-q-text{ flex: 1; }

  .faq-toggle{
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    position: relative;
  }
  .faq-toggle::before,
  .faq-toggle::after{
    content:"";
    position:absolute;
    top: 50%; left: 50%;
    background: var(--text-muted);
    transform: translate(-50%,-50%);
    transition: transform 0.25s ease, background 0.2s ease;
  }
  .faq-toggle::before{ width: 14px; height: 2px; }
  .faq-toggle::after{ width: 2px; height: 14px; }
  .faq-item.open .faq-toggle::after{ transform: translate(-50%,-50%) rotate(90deg) scaleY(0); }
  .faq-item.open .faq-toggle::before,
  .faq-item.open .faq-toggle::after{ background: var(--accent); }

  .faq-a-wrap{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
  }

  .faq-a{
    padding: 0 4px 24px 52px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .faq-a strong{ color: var(--text); font-weight: 600; }

  @media (prefers-reduced-motion: reduce){
    .faq-a-wrap{ transition: none; }
    .faq-q, .faq-toggle::before, .faq-toggle::after{ transition: none; }
  }

  .faq-q:focus-visible{
    outline: 2px solid var(--accent);
    outline-offset: 4px;
    border-radius: 4px;
  }



  /* ------------------------- COntact form popup */


  ----/* =========================
   Stylish Enquiry Popup
========================= */
 /* --- trigger link, styled like a nav item --- */

  *{ box-sizing: border-box; }

  /* body{
    margin:0;
    font-family:'Inter', sans-serif;
    background:#fff;
    text-align:center;
  } */

  /* --- trigger link, styled like a nav item --- */
  /* .contact-link{
    display:inline-block;
    font-family:'Space Grotesk', sans-serif;
    font-weight:600;
    font-size:15px;
    letter-spacing:0.02em;
    color: var(--navy);
    text-decoration:none;
    padding: 10px 22px;
    border: 1.5px solid var(--navy);
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .contact-link:hover{
    background: var(--navy);
    color: #fff;
  } */

  /* ============ POPUP ============ */
  .enquiry-popup{
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .enquiry-popup.active{
    visibility: visible;
    opacity: 1;
  }

  .popup-overlay{
    position: absolute;
    inset: 0;
    background: rgba(22, 35, 61, 0.55);
    backdrop-filter: blur(2px);
  }

  .popup-container{
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 440px;
    max-height: 90vh;
    overflow-y: auto;
    margin: 20px;
    border-radius: 18px;
    padding: 15px 30px 30px;
    box-shadow: 0 24px 60px rgba(22, 35, 61, 0.25);
    transform: translateY(24px) scale(0.97);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .enquiry-popup.active .popup-container{
    transform: translateY(0) scale(1);
  }

  .popup-close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f6f7f9;
    color: #132a63;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .popup-close:hover{
    background: #fbe4d6;
    color: #e8672c;
  }

  .popup-header{
    margin-bottom: 24px;
  }

  .popup-tag{
    display:inline-block;
    font-family:'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e8672c;
    background: #fbe4d6;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
  }

  .popup-header h2{
    font-family:'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #132a63;
    margin: 0 0 8px;
  }

  .popup-header p{
    font-size: 14px;
    color: #6b7385;;
    margin: 0;
    line-height: 1.5;
  }

  .popup-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .form-group label{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #132a63;
    margin-bottom: 6px;
  }

  .form-group input,
  .form-group textarea{
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e3e6ec;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: #132a63;
    background: #f6f7f9;
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder{
    color: #a3aab8;
  }

  .form-group input:focus,
  .form-group textarea:focus{
    outline: none;
    border-color: #e8672c;
    background: #fff;
  }

  .form-group textarea{
    resize: vertical;
    min-height: 90px;
  }

  .popup-submit-btn{
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e8672c;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .popup-submit-btn:hover{
    background: #d15a20;
  }

  .popup-submit-btn span{
    transition: transform 0.2s ease;
  }

  .popup-submit-btn:hover span{
    transform: translateX(3px);
  }

  /* --- success state --- */
  .popup-success{
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 4px 8px;
  }

  .popup-success.active{
    display: flex;
  }

  .popup-form.hidden{
    display: none;
  }

  .popup-success-icon{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fbe4d6;
    color: #e8672c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }

  .popup-success-icon svg{
    width: 26px;
    height: 26px;
  }

  .popup-success h3{
    font-family:'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #132a63;
    margin: 0 0 8px;
  }

  .popup-success p{
    font-size: 14.5px;
    color: #6b7385;;
    line-height: 1.6;
    margin: 0;
    max-width: 300px;
  }

  body.popup-open{
    overflow: hidden;
  }

  /* ---------------------------- Video Section */
   .video-wrap{
    max-width: 960px;
    margin: 0 auto;
  }

  /* --- player --- */
  .video-frame{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: var(--navy);
    box-shadow: 0 20px 50px rgba(22, 35, 61, 0.18);
  }

  .video-frame video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* mute/unmute control */
  .video-mute-btn{
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(22, 35, 61, 0.65);
    backdrop-filter: blur(4px);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .video-mute-btn:hover{
    background: var(--accent);
    transform: scale(1.05);
  }
  .video-mute-btn svg{
    width: 18px;
    height: 18px;
  }

  @media (max-width: 560px){
    .video-frame{ border-radius: 12px; }
  }