:root{
      --primary:#0f766e;
      --primary-dark:#0b5d57;
      --secondary:#f59e0b;
      --dark:#0f172a;
      --muted:#64748b;
      --light:#f8fafc;
      --border:#e2e8f0;
    }
     body{
  font-family:'Inter', Arial, sans-serif;
  color:#0f172a;
  background:
    radial-gradient(circle at top left, rgba(15,118,110,.08), transparent 24%),
    radial-gradient(circle at top right, rgba(245,158,11,.08), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);
  line-height:1.6;
  letter-spacing:-0.01em;
}
    .navbar{
      box-shadow:0 6px 20px rgba(15,23,42,.06);
    }
    .navbar-brand{
      font-weight:700;
      letter-spacing:.3px;
    }
    /* .hero{
      padding:90px 0 70px;
      background:linear-gradient(135deg, rgba(15,118,110,.95), rgba(15,23,42,.95)), url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
      color:#fff;
    } */


    .hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 78px;
    
    background:
        linear-gradient(130deg, rgba(0, 0, 0, 0.92), rgba(20, 20, 20, 0.65)),
        url('../images/finalbandesk.jpg') center / cover no-repeat;
    
    color: #ffffff;
}

    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.16);
      padding:9px 16px;
      border-radius:50px;
      font-size:14px;
      margin-bottom:18px;
    }
    .hero h1{
      font-size:clamp(2rem,4vw,3.6rem);
      line-height:1.12;
      font-weight:800;
      margin-bottom:18px;
    }
    .hero p.lead{
      font-size:1.08rem;
      max-width:680px;
      color:rgba(255,255,255,.92);
      margin-bottom:28px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
      margin-top:28px;
    }
    .hero-point{
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.14);
      border-radius:16px;
      padding:14px 16px;
    }
    .hero-point i{color:#d62c2c;margin-right:8px;}
    .form-card{
      background:#fff;
      border-radius:22px;
      padding:28px;
      box-shadow:0 24px 60px rgba(2,8,23,.18);
      color:#FFF;
    }
    .section-space{padding:72px 0;}
    .section-title{
      font-size:clamp(1.7rem,3vw,2.5rem);
      font-weight:800;
      margin-bottom:10px;
      color:var(--dark);
    }
    .section-subtitle{
      color:var(--muted);
      max-width:760px;
      margin:0 auto 34px;
    }
    .soft-section{background:var(--light);}
    .info-card,.step-card,.image-card,.requirement-card,.faq-card,.value-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:20px;
      padding:24px;
      box-shadow:0 12px 30px rgba(15,23,42,.05);
      height:100%;
    }
    .icon-box{
      width:58px;
      height:58px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(15,118,110,.1);
      color:var(--primary);
      font-size:1.4rem;
      margin-bottom:16px;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
    }
    .check-list li{
      position:relative;
      padding-left:28px;
      margin-bottom:12px;
      color:#334155;
    }
    .check-list li::before{
      content:'\F26A';
      font-family:'bootstrap-icons';
      position:absolute;
      left:0;
      top:0;
      color:#16a34a;
    }
    .showcase-img,.wide-img{
      width:100%;
      border-radius:20px;
      object-fit:cover;
    }
    .showcase-img{height:230px; margin-bottom:16px;}
    .wide-img{min-height:360px; height:100%;}
    .pill{
      display:inline-block;
      background:#ecfeff;
      color:var(--primary-dark);
      border:1px solid #bae6fd;
      padding:6px 12px;
      border-radius:999px;
      font-size:14px;
      margin-bottom:14px;
      font-weight:600;
    }
    .cta-box{
      background:linear-gradient(135deg,#0f172a,#D62C2C);
      color:#fff;
      border-radius:24px;
      padding:36px;
      box-shadow:0 18px 40px rgba(15,23,42,.16);
    }
    .process-number{
      width:42px;
      height:42px;
      border-radius:50%;
      background: #d62c2c;
      color:#fff;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:700;
      margin-bottom:14px;
    }
    .sticky-bar{
      position:sticky;
      bottom:0;
      z-index:1030;
      background:#fff;
      border-top:1px solid var(--border);
      box-shadow:0 -8px 24px rgba(15,23,42,.08);
    }
    .small-note{font-size:.92rem;color:var(--muted);}
    .footer{
      background:#0f172a;
      color:#cbd5e1;
      padding:28px 0;
    }

    .btn-warm{
      background:var(--secondary);
      border-color:var(--secondary);
      color:#111827;
      font-weight:700;
    }
    .btn-warm:hover{
      background:#d97706;
      border-color:#d97706;
      color:#111827;
    }
    .accordion-button:not(.collapsed){
      background:#ecfeff;
      color:var(--primary-dark);
      box-shadow:none;
    }
    .form-label{font-weight:600;}
    @media (max-width:991.98px){
      .hero{padding:78px 0 56px;}
      .hero-points{grid-template-columns:1fr;}
      .form-card{margin-top:18px;}
    }

.desktop-floating-contact{
  position: fixed;
  right: 18px;
  bottom: 120px;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.desktop-floating-contact a{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  transition: all .3s ease;
}

/* WhatsApp */

.floating-whatsapp{
  background:#25D366;
}

.floating-whatsapp:hover{
  transform:scale(1.1);
}


.navbar{
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.88)!important;
  border-bottom:1px solid rgba(226,232,240,.7);
}

.navbar-brand{
  font-weight:800;
  letter-spacing:.08em;
  font-size:1.05rem;
}



.hero::before{
  content:"";
  position:absolute;
  inset:auto -120px -120px auto;
  width:340px;
  height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(245,158,11,.28), transparent 65%);
}

.hero::after{
  content:"";
  position:absolute;
  left:-120px;
  top:-100px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.12), transparent 62%);
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  padding:10px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  margin-bottom:18px;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.hero h1{
  font-size:clamp(2.4rem,4vw,4rem);
  line-height:1.04;
  font-weight:900;
  letter-spacing:-0.04em;
}

.hero p.lead{
  font-size:1.08rem;
  color:rgba(255,255,255,.88);
}

.hero-point{
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:12px 12px;
  backdrop-filter:blur(12px);
  font-weight:500;
  box-shadow:0 16px 40px rgba(2,8,23,.12);
  font-size: 13px;
}

.form-card{
  position:relative;
  background:rgba(255,255,255,.96);
  border-radius:26px;
  padding:30px;
  box-shadow:0 30px 70px rgba(2,8,23,.22);
  color:#0f172a;
  border:1px solid rgba(255,255,255,.6);
  overflow:hidden;
}

.form-card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:5px;
  /* background:linear-gradient(90deg, #0f766e, #f59e0b); */
  background: linear-gradient(90deg, #d62c2c, #ff4d4d);
}

.section-title{
     font-family: 'Outfit', sans-serif;
  font-size:clamp(1.9rem,3vw,2.8rem);
  font-weight:900;
  letter-spacing:-0.03em;
}

.info-card,
.step-card,
.image-card,
.requirement-card,
.value-card{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(226,232,240,.9);
  border-radius:24px;
  padding:26px;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  backdrop-filter:blur(10px);
}

.info-card:hover,
.step-card:hover,
.image-card:hover,
.requirement-card:hover,
.value-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(15,23,42,.09);
  border-color:rgba(15,118,110,.18);
}

.icon-box{
  width:60px;
  height:60px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  
  background:linear-gradient(135deg, rgba(214,44,44,.12), rgba(214,44,44,.22));
  
  color:#d62c2c;
  font-size:1.45rem;
  margin-bottom:16px;
  
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.8),
    0 10px 25px rgba(214,44,44,.15);
  
  transition: all 0.3s ease;
}

.icon-box:hover{
  background:linear-gradient(135deg, rgba(214,44,44,.2), rgba(214,44,44,.35));
  box-shadow:
    0 15px 35px rgba(214,44,44,.25);
  transform: translateY(-3px);
}



.btn{
  border-radius:14px;
  font-weight:700;
  padding:.86rem 1.2rem;
  font-size: 16px;
}

.btn-brand {
    background: linear-gradient(135deg, #d62c2c, #b82323);
    border: none;
    color: #ffffff;
    font-weight: 700;
    /* box-shadow: 0 14px 30px rgba(214, 44, 44, 0.35); */
    transition: all 0.3s ease;
}

.btn-brand:hover {
    background: linear-gradient(135deg, #b82323, #8f1a1a);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(214, 44, 44, 0.45);
    transform: translateY(-2px);
}

.btn-warm {
    background: linear-gradient(135deg, #d62c2c, #b82323);
    border: none;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(214, 44, 44, 0.35);
    transition: all 0.3s ease;
}

.btn-warm:hover {
    background: linear-gradient(135deg, #b82323, #8f1a1a);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(214, 44, 44, 0.45);
    transform: translateY(-2px);
}

.form-control,
.form-select{
  border-radius:14px;
  border:1px solid #dbe2ea;
  padding:.9rem 1rem;
  font-size:.98rem;
  font-family:'Inter', Arial, sans-serif;
}

.form-control:focus,
.form-select:focus{
  border-color:rgba(15,118,110,.45);
  box-shadow:0 0 0 .25rem rgba(15,118,110,.12);
}


/* Loader Wrapper */
#splitLoader{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  overflow: hidden;
}

/* Left Half */
.loader-left{
  width: 50%;
  height: 100%;
  background: url('../images/left.jpg') center/cover no-repeat;
  position: relative;
  transform: translateX(0);
  transition: transform 1.2s ease-in-out;
}

/* Right Half */
.loader-right{
  width: 50%;
  height: 100%;
  background: url('../images/right.jpg') center/cover no-repeat;
  position: relative;
  transform: translateX(0);
  transition: transform 1.2s ease-in-out;
}

/* Dark Overlay for Premium Look */
.loader-left::after,
.loader-right::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.65);
}

/* Center Text */
.loader-center{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.loader-center h2{
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px,6vw,56px);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
}

/* Red underline animation */
.loader-center h2::after{
  content:"";
  display:block;
  width:80px;
  height:4px;
  background:#d62c2c;
  margin:12px auto 0;
  border-radius:20px;
  animation: pulseLine 1.4s ease-in-out infinite;
}

/* OPEN ANIMATION */
body.loaded .loader-left{
  transform: translateX(-100%);
}

body.loaded .loader-right{
  transform: translateX(100%);
}

/* Hide after animation */
#splitLoader.hide{
  pointer-events:none;
  opacity:0;
  transition: opacity 0.5s ease;
}

/* Animation */
@keyframes pulseLine{
  0%,100%{transform: scaleX(1);}
  50%{transform: scaleX(1.3);}
}

/* Responsive */
@media(max-width:768px){
  .loader-center h2{
    letter-spacing: 0.1em;
  }
}

.call-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#d62c2c;
  color:#fff;
  padding:12px 18px;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 12px 25px rgba(214,44,44,.35);
  transition:all 0.3s ease;
}

.call-cta i{
  font-size:18px;
}

.call-cta:hover{
  background:#b82323;
  transform:translateY(-2px);
  box-shadow:0 16px 35px rgba(214,44,44,.45);
  color:#fff;
}

/*testimonial*/
.testimonial-section {
    padding: 30px 0;
    background:var(--light);
}

/* IMPORTANT: fix swiper layout */
.testimonialSwiper {
    padding-bottom: 50px; /* space for dots */
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    height: 100%;
}

.testimonial-card h3 {
    color: #d62c2c;
    font-weight: 700;
}

.testimonial-card h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-size: 14px;
    color: #444;
}

.quote {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 60px;
    font-weight: bold;
}

/* DOTS STYLE */
.swiper-pagination-bullet {
    background: #bbb;
    opacity: 1;
}
.swiper-wrapper{
    padding-bottom: 30px;
}
.swiper-pagination-bullet-active {
    background: #d62c2c;
}

/*Logo section*/
.logo-section {
    padding: 60px 0;
    overflow: hidden;
     background: #000;
}

.logo-section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
    font-size:clamp(1.9rem,3vw,2.8rem);
    font-weight:900;
    letter-spacing:-0.03em;
}

/* The outer wrapper that clips the overflow */
.logo-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

/* Optional: Fades the logos in/out at the edges */
.logo-slider::before,
.logo-slider::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    /*background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);*/
}

.logo-slider::after {
    right: 0;
    /*background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);*/
}

/* The moving track */
.logo-track {
    display: flex;
    width: calc(250px * 14); /* (Width of logo + margin) * total number of items */
    animation: scroll 30s linear infinite;
}

/* Individual logo container */
.logo-item {
    width: 250px; /* Fixed width for calculation */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.logo-item img {
    max-width: 250px;
    height: auto;
    /* Optional: filter: grayscale(100%); transition: 0.3s; */
}

/* Hover effect: Pause animation and colorize logos */
.logo-track:hover {
    animation-play-state: paused;
}

.logo-item img:hover {
    filter: grayscale(0%);
}

/* The Animation Loop */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Move exactly half of the total track width */
        transform: translateX(calc(-250px * 7)); 
    }
}

.mb-21
{
    font-size:1.5rem;
}