body{
  font-family:Segoe UI, Arial;
  margin-top:70px;
}
/* ===== HEADER FIX ===== */

body{
  padding-top:10px; /* fixed header spacing */
}

.main-header{
  height:80px;
  box-shadow:0 2px 10px rgba(0,0,0,0.06);
  z-index:1050;
}

.header-logo{
  height:52px;
  margin-right:12px;
}

.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}

.brand-name{
  font-size:18px;
  font-weight:600;
  color:#0f172a;
}

.brand-tagline{
  font-size:14px;
  color:#64748b;
}

.navbar-nav .nav-link{
  font-size:15px;
  font-weight:500;
  color:#0f172a;
  margin:0 6px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
  color:#0d6efd;
}

.header-cta{
  padding:8px 18px;
  font-size:14px;
  font-weight:600;
  border-radius:6px;
}

/* ================= MOBILE NAV POLISH ================= */

@media (max-width: 991px){

  /* Mobile dropdown container */
  .navbar-collapse{
    background:#ffffff;
    margin-top:14px;
    padding:18px 20px 22px;
    border-radius:16px;
    box-shadow:0 20px 45px rgba(0,0,0,0.15);
    animation: menuFade 0.25s ease;
  }

  @keyframes menuFade{
    from{
      opacity:0;
      transform:translateY(-6px);
    }
    to{
      opacity:1;
      transform:translateY(0);
    }
  }

  /* Menu list */
  .navbar-nav{
    width:100%;
  }

  /* Menu links */
  .navbar-nav .nav-link{
    padding:12px 4px;
    font-size:15px;
    font-weight:500;
    color:#0f172a;
    border-bottom:1px solid #e5e7eb;
  }

  .navbar-nav .nav-link:last-child{
    border-bottom:none;
  }

  .navbar-nav .nav-link.active{
    color:#0d6efd;
    font-weight:600;
  }

  /* CTA button (Loan Inquiry) */
  .header-cta{
    width:100%;
    margin-top:18px;
    padding:13px;
    font-size:15px;
    font-weight:600;
    border-radius:10px;
  }

}



/* HERO */
.corporate-hero{
  background:#a5cef7;
  padding:110px 20px 70px;
}
.corporate-hero h1{
  font-size:36px;
  font-weight:700;
}
.hero-points{
  list-style:none;
  padding:0;
}
.hero-points li{
  margin-bottom:6px;
}

/* ================= PREMIUM HERO BACKGROUND ================= */

.hero-section{
  position:relative;
  padding:130px 0 90px;
  background:linear-gradient(
    180deg,
    #e0f7cf 0%,
    #ffffff 65%
  );


  overflow:hidden;
}

/* Decorative abstract lines */
.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(13,110,253,0.05),
      rgba(13,110,253,0.05) 1px,
      transparent 1px,
      transparent 12px
    );
  opacity:0.8;
  pointer-events:none;
}

/* Decorative corner shape */
.hero-section::after{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:420px;
  height:420px;
  background:#065ee1;
  opacity:0.06;
  border-radius:50%;
}

/* Keep content above decoration */
.hero-section > .container{
  position:relative;
  z-index:2;
}



.hero-section > .container{
  position:relative;
  z-index:1;
}

.hero-content{
  padding-right:40px;
}

.hero-badge{
  display:inline-block;
  background:#e0edff;
  color:#0d6efd;
  font-size:12px;
  font-weight:600;
  padding:6px 14px;
  border-radius:20px;
  margin-bottom:15px;
}

.hero-content h1{
  font-size:38px;
  font-weight:700;
  color:#0f172a;
  line-height:1.25;
  margin-bottom:18px;
}

.hero-text{
  font-size:15px;
  color:#475569;
  line-height:1.7;
  margin-bottom:22px;
}

.hero-list{
  list-style:none;
  padding:0;
  margin-bottom:25px;
}

.hero-list li{
  font-size:14px;
  color:#334155;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  gap:8px;
}

.hero-list i{
  color:#0d6efd;
  font-size:16px;
}

.hero-actions .btn{
  padding:10px 22px;
  font-size:14px;
  font-weight:600;
  border-radius:6px;
}

/* Mobile Responsive */
@media(max-width:768px){
  .hero-section{
    padding:100px 0 60px;
  }

  .hero-content{
    padding-right:0;
    margin-bottom:30px;
  }

  .hero-content h1{
    font-size:30px;
  }
}


/* ===== CORPORATE FORM ENHANCEMENT ===== */

.corporate-form{
  background:#ffffff;
  padding:28px;
  border-radius:12px;
  box-shadow:0 12px 35px rgba(0,0,0,0.12);
  border-top:4px solid #0d6efd;
}

.corporate-form h5{
  font-weight:600;
  color:#0f172a;
}

.form-subtitle{
  font-size:13px;
  color:#64748b;
  margin-bottom:15px;
}

.corporate-form .form-control{
  font-size:14px;
  padding:10px 12px;
  border-radius:6px;
  border:1px solid #cbd5e1;
}

.corporate-form .form-control:focus{
  border-color:#0d6efd;
  box-shadow:0 0 0 2px rgba(13,110,253,0.15);
}

.form-submit{
  padding:11px;
  font-size:15px;
  font-weight:600;
  border-radius:6px;
  margin-top:5px;
}

.form-note{
  display:block;
  text-align:center;
  margin-top:10px;
  font-size:12px;
  color:#64748b;
}
/* ===== INPUT ICON STYLE ===== */

.input-group{
  display:flex;
  align-items:center;
}

.input-icon{
  background:#f1f5f9;
  border:1px solid #cbd5e1;
  border-right:none;
  padding:0 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px 0 0 8px;
  color:#64748b;
  font-size:15px;
}

.input-group .form-control{
  border-radius:0 8px 8px 0;
}

.input-group .form-control:focus{
  box-shadow:none;
}

/* ===== SUCCESS MESSAGE ===== */

.form-success{
  background:#ecfdf5;
  color:#065f46;
  padding:10px 14px;
  border-radius:8px;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid #a7f3d0;
}
.form-error{
  background:#fef2f2;
  color:#991b1b;
  padding:10px 14px;
  border-radius:8px;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid #fecaca;
}

.form-success{
  background:#ecfdf5;
  color:#065f46;
  padding:10px 14px;
  border-radius:8px;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid #a7f3d0;
}


/* TRUST */
.trust-section{
  padding:50px 0;
  background:#fff;
  border-top:1px solid #eee;
}

/* ================= SERVICES SECTION ================= */
.services-section{
  padding:80px 0;
  background:#f9fafb;
}


.section-header h2{
  font-size:30px;
  font-weight:700;
  color:#0f172a;
}

.section-header p{
  max-width:600px;
  margin:12px auto 40px;
  font-size:15px;
  color:#475569;
}

.service-card{
  background:#ffffff;
  padding:32px 28px;
  border-radius:20px;
  border:2px solid rgba(16, 185, 129, 0.15);
  height:100%;
  transition:all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position:relative;
  overflow:hidden;
}

.service-card::before {
  content:'';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.1), transparent);
  transition:left 0.6s ease;
}

.service-card:hover::before {
  left:100%;
}

.service-card:hover{
  box-shadow:0 20px 50px rgba(16, 185, 129, 0.2);
  transform:translateY(-12px) scale(1.02);
  border-color:rgba(16, 185, 129, 0.4);
  background:linear-gradient(135deg, rgba(16, 185, 129, 0.02) 0%, rgba(255, 255, 255, 1) 100%);
}


.service-icon{
  width:70px;
  height:70px;
  background:linear-gradient(135deg, #10b981 0%, #059669 100%);
  color:white;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  margin-bottom:20px;
  box-shadow:0 10px 28px rgba(16, 185, 129, 0.25), inset -2px -2px 8px rgba(0, 0, 0, 0.1);
  transition:all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position:relative;
}

.service-card:hover .service-icon {
  transform:scale(1.3) rotate(-8deg);
  background:linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow:0 15px 40px rgba(16, 185, 129, 0.35), inset -2px -2px 8px rgba(0, 0, 0, 0.15);
  border-radius:20px;
}

.service-icon::after {
  content:'';
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3) 0%, transparent 70%);
  border-radius:18px;
  opacity:0;
  transition:opacity 0.4s ease;
}

.service-card:hover .service-icon::after {
  opacity:1;
}


.service-card h5{
  font-size:17px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:8px;                  /* tighter */
}

.service-card p{
  font-size:14px;
  color:#475569;
  line-height:1.65;                   /* was 1.6 */
}

.service-link{
  display:inline-block;
  margin-top:16px;
  font-size:14px;
  font-weight:600;
  color:#10b981;
  text-decoration:none;
  position:relative;
  transition:all 0.3s ease;
}

.service-link::after{
  content:"→";
  margin-left:6px;
  transition:all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  display:inline-block;
}

.service-link:hover{
  color:#059669;
  transform:translateX(2px);
}

.service-link:hover::after{
  transform:translateX(6px);
}

/* ================= WHY CHOOSE US ================= */

.why-section{
  padding:80px 0;
  background:#f9fafb;
}

.why-card{
  background:#ffffff;
  padding:28px 24px;
  border-radius:16px;
  border:1px solid #eef2f7;
  height:100%;
}

.why-card h5{
  font-size:17px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:10px;
}

.why-card p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
}

/* ================= PROCESS SECTION ================= */

/* ================= MODERN PROCESS SECTION ================= */

.modern-process{
  padding:90px 0;
  background:#ffffff;
}

.process-wrapper{
  position:relative;
  margin-top:50px;
}

/* Connecting line */
.process-line{
  position:absolute;
  top:50%;
  left:5%;
  right:5%;
  height:2px;
  background:#e5e7eb;
  transform:translateY(-50%);
  z-index:0;
}


/* Cards */
.process-card{
  position:relative;
  background:#ffffff;
  padding:32px 24px 28px;
  border-radius:20px;
  border:2px solid rgba(16, 185, 129, 0.15);
  text-align:left;
  height:100%;
  z-index:1;
  transition:all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding-top: 44px;
}

.process-card:hover{
  box-shadow:0 16px 40px rgba(16, 185, 129, 0.15);
  transform:translateY(-8px);
  border-color:rgba(16, 185, 129, 0.4);
  background:rgba(16, 185, 129, 0.02);
}

/* Step badge */
.step-badge{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:80px;
  height:80px;
  background:linear-gradient(135deg, #10b981 0%, #059669 100%);
  color:white;
  font-size:32px;
  border-radius:50%;
  margin-bottom:24px;
  box-shadow:0 10px 28px rgba(16, 185, 129, 0.25), inset -2px -2px 8px rgba(0, 0, 0, 0.1);
  transition:all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.process-card:hover .step-badge {
  transform:scale(1.2) rotate(8deg);
  box-shadow:0 15px 40px rgba(16, 185, 129, 0.35), inset -2px -2px 8px rgba(0, 0, 0, 0.15);
  background:linear-gradient(135deg, #059669 0%, #047857 100%);
}

.step-badge i{
  line-height:1;
  transition:transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.process-card:hover .step-badge i{
  transform:rotate(360deg) scale(1.15);
}


.process-card h5{
  font-size:17px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:10px;
}

.process-card p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
}
.process-line::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:10px;
  height:10px;
  border-top:2px solid #e5e7eb;
  border-right:2px solid #e5e7eb;
  transform:translateY(-50%) rotate(45deg);
}


/* ================= MOBILE FIX ================= */
@media(max-width:991px){
  .process-line{
    display:none;
  }
}

  .process-wrapper{
    margin-top:30px;
  }



/* ================= BANK PARTNER SLIDER ================= */

/* ================= BANK PARTNERS ================= */

.bank-section{
  padding:80px 0;
  background:#ffffff;
  border-top:1px solid #eef2f7;
}

.bank-section .section-header p{
  margin-bottom:35px;
}

.bank-slider{
  overflow:hidden;
  position:relative;
}

.bank-track{
  display:flex;
  align-items:center;
  width:calc(200px * 12);
  animation: bankScroll 30s linear infinite;
}

.bank-track img{
  width:150px;
  margin:0 24px;
  filter:grayscale(100%);
  opacity:0.8;
  transition:0.3s ease;
}

.bank-track img:hover{
  filter:none;
  opacity:1;
}

.bank-note{
  margin-top:25px;
  font-size:12px;
  color:#64748b;
}

@keyframes bankScroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}


/* ================= FOOTER FINAL ================= */

.footer{
  background:linear-gradient(180deg,#0f172a 0%, #020617 100%);
  color:#cbd5e1;
  padding:70px 20px 30px;
  font-size:15px;
}

.footer .container {
  padding-left:20px;
  padding-right:20px;
}


.footer-brand img{
  height:44px;
  margin-bottom:14px;
}

.footer-brand p{
  font-size:15px;
  color:#94a3b8;
  line-height:1.6;
  max-width:320px;
}

/* Titles */
.footer-title{
  font-size:16px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:14px;
}

/* Links */
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:10px;
}

.footer-links a{
  color:#94a3b8;
  text-decoration:none;
  transition:0.2s ease;
  font-size:15px;
}

.footer-links a:hover{
  color:#ffffff;
}

/* Contact */
.footer-contact{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  color:#94a3b8;
  font-size:15px;
}

.footer-contact i{
  color:#38bdf8;
  font-size:16px;
}

/* Social */
.footer-social{
  display:flex;
  gap:12px;
  margin-top:16px;
}

.footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:16px;
  transition:0.3s ease;
}

.footer-social a:hover{
  background:#22c55e;
  transform:translateY(-2px);
}


/* Bottom */
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  margin-top:40px;
  padding-top:18px;
  text-align:center;
}

.footer-bottom p{
  margin:0;
  font-size:13px;
  color:#94a3b8;
  line-height:1.6;
}

/* Mobile */
@media(max-width:768px){
  .footer{
    padding:50px 20px 20px;
  }

  .footer-brand {
    text-align:left;
    margin-bottom:20px;
  }

  .footer-brand p{
    max-width:100%;
    text-align:left;
    font-size:14px;
  }

  .footer-social{
    justify-content:flex-start;
  }

  /* Stack columns vertically */
  .footer-title{
    text-align:left;
    margin-top:20px;
    font-size:15px;
  }

  .footer-links{
    text-align:left;
  }

  .footer-links a{
    font-size:14px;
  }

  .footer-contact{
    justify-content:flex-start;
    text-align:left;
    font-size:14px;
  }

  .footer-bottom{
    text-align:center;
    margin-top:30px;
  }

  .footer-bottom p{
    font-size:12px;
    line-height:1.6;
  }
}

@media(max-width:576px){
  .footer{
    padding:40px 15px 15px;
  }

  .footer-title{
    font-size:14px;
    margin-top:18px;
    margin-bottom:10px;
  }

  .footer-links li{
    margin-bottom:8px;
  }

  .footer-links a{
    font-size:13px;
  }

  .footer-contact{
    margin-bottom:10px;
    font-size:13px;
  }

  .footer-contact i{
    font-size:14px;
  }

  .footer-social{
    gap:10px;
    margin-top:12px;
  }

  .footer-social a{
    width:32px;
    height:32px;
    font-size:14px;
  }

  .footer-brand p{
    font-size:13px;
    margin-bottom:12px;
  }
}
  .footer-bottom{
    padding-bottom:70px;
  }
}


/* WHATSAPP GLASS */
.whatsapp-glass{
  position:fixed !important;
  bottom:25px !important;
  right:25px !important;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#25d366 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(37,211,102,0.4);
  z-index:99999 !important;
  transition:all 0.3s ease;
  text-decoration:none;
  pointer-events:auto !important;
}
.whatsapp-glass svg{
  width:32px;
  height:32px;
  fill:currentColor;
}
.whatsapp-glass:hover{
  transform:scale(1.1);
  background:#128c7e !important;
  color:#fff !important;
  box-shadow:0 6px 20px rgba(37,211,102,0.6);
}
  color:#fff;
  box-shadow:0 6px 20px rgba(37,211,102,0.6);
}

/* ================= PAGE HEADER ================= */

.page-header{
  padding:120px 0 60px;
  background:#f9fafb;
  text-align:center;
}

.page-header h1{
  font-size:36px;
  font-weight:700;
  color:#0f172a;
}

.page-header p{
  max-width:620px;
  margin:12px auto 0;
  font-size:15px;
  color:#475569;
}

/* ================= CONTACT US SECTION ================= */

.contact-section{
  padding:80px 0;
  background:#ffffff;
}

/* Info cards */
.contact-card{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:16px;
  padding:26px;
  margin-bottom:18px;
}

.contact-card i{
  font-size:22px;
  color:#0d6efd;
  margin-bottom:10px;
  display:inline-block;
}

.contact-card h6{
  font-size:15px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:4px;
}

.contact-card p{
  font-size:14px;
  color:#475569;
  margin:0;
}

/* Note */
.contact-note{
  margin-top:20px;
  font-size:13px;
  color:#64748b;
  display:flex;
  gap:8px;
  align-items:flex-start;
}

/* Form */
.contact-form-box{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:20px;
  padding:36px;
}

.contact-form-box h4{
  font-size:22px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:6px;
}

.contact-form-box p{
  font-size:14px;
  color:#475569;
  margin-bottom:22px;
}

/* Mobile */
@media(max-width:768px){
  .page-header{
    padding:100px 0 50px;
  }
}
/* ================= CONTACT PAGE HEADER ================= */

.contact-header{
  padding:130px 0 70px;
  background:linear-gradient(
    180deg,
    #f4fbea 0%,
    #ffffff 70%
  );
}

.contact-header-box{
  max-width:720px;
}

.contact-header h1{
  font-size:38px;
  font-weight:700;
  color:#0f172a;
}

.contact-header p{
  margin-top:12px;
  font-size:16px;
  color:#475569;
  line-height:1.6;
}

/* Mobile */
@media(max-width:768px){
  .contact-header{
    padding:110px 0 60px;
  }

  .contact-header h1{
    font-size:30px;
  }
}

/* ================= OFFICE LOCATIONS ================= */

.office-section{
  padding:80px 0;
  background:#f9fafb;
}

.office-card{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:18px;
  padding:30px;
  height:100%;
}

.office-card h5{
  font-size:18px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:10px;
}

.office-card p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
}

/* ================= MODERN CONTACT HERO ================= */

.contact-hero{
  padding:140px 0 90px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.contact-badge{
  display:inline-block;
  background:#e0f7cf;
  color:#166534;
  font-size:12px;
  font-weight:600;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:16px;
}

.contact-hero h1{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:14px;
}

.contact-hero p{
  font-size:16px;
  color:#475569;
  max-width:520px;
  line-height:1.6;
}

/* Right card */
.contact-hero-card{
  background:#ffffff;
  border-radius:20px;
  padding:28px 30px;
  border:1px solid #eef2f7;
  box-shadow:0 20px 45px rgba(0,0,0,0.08);
}

.contact-hero-card h6{
  font-size:15px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:14px;
}

.contact-hero-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.contact-hero-card li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#475569;
  margin-bottom:10px;
}

.contact-hero-card i{
  color:#22c55e;
  font-size:16px;
}

/* Mobile */
@media(max-width:768px){
  .contact-hero{
    padding:120px 0 70px;
    text-align:center;
  }

  .contact-hero h1{
    font-size:32px;
  }

  .contact-hero-card{
    margin-top:30px;
  }
}
/* ================= CAREER PAGE ================= */

.career-hero{
  padding:140px 0 90px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.career-badge{
  display:inline-block;
  background:#e0f7cf;
  color:#166534;
  font-size:12px;
  font-weight:600;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:16px;
}

.career-hero h1{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:14px;
}

.career-hero p{
  font-size:16px;
  color:#475569;
  max-width:520px;
}

.career-hero-card{
  background:#ffffff;
  border-radius:20px;
  padding:28px 30px;
  border:1px solid #eef2f7;
  box-shadow:0 20px 45px rgba(0,0,0,0.08);
}

.career-hero-card h6{
  font-size:15px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:14px;
}

.career-hero-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.career-hero-card li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#475569;
  margin-bottom:10px;
}

.career-hero-card i{
  color:#22c55e;
}

/* Benefits */
.benefit-card.modern{
  background:#eeebeb;
  border:1px solid #eef2f7;
  border-radius:18px;
  padding:28px;
  height:100%;
  text-align:center;
}

.benefit-card.modern i{
  font-size:26px;
  color:#22c55e;
  margin-bottom:14px;
}

.benefit-card.modern h5{
  font-size:17px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:8px;
}

.benefit-card.modern p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
}


.apply-form-box{
  max-width:720px;
  margin:0 auto;
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:20px;
  padding:36px;
  box-shadow:0 18px 40px rgba(15,23,42,0.08);
}

/* Mobile */
@media(max-width:768px){
  .career-hero{
    padding:120px 0 70px;
    text-align:center;
  }

  .career-hero h1{
    font-size:32px;
  }

  .career-hero-card{
    margin-top:30px;
  }
}
.career-accordion .accordion-item{
  border:1px solid #eef2f7;
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
}

.career-accordion .accordion-button{
  font-size:16px;
  font-weight:600;
  color:#0f172a;
  background:#ffffff;
}

.career-accordion .accordion-button span{
  font-size:13px;
  font-weight:400;
  color:#64748b;
  margin-left:8px;
}

.career-accordion .accordion-button:not(.collapsed){
  background:#f4fbea;
  color:#166534;
}

.career-accordion .accordion-body{
  font-size:14px;
  color:#475569;
  line-height:1.6;
}

.apply-note{
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  font-size:13px;
  color:#64748b;
  margin-bottom:18px;
}

.apply-note i{
  color:#22c55e;
}
/* ================= CAREER SPLIT SECTION ================= */

.career-apply-split{
  padding:80px 0;
  background:#ffffff;
}

.sticky-form{
  position:sticky;
  top:120px;
}

/* Mobile fix */
@media(max-width:991px){
  .sticky-form{
    position:static;
  }
}
/* ================= MODERN CAREER FORM ================= */

.modern-form{
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(10px);
  border-radius:24px;
  padding:38px;
  border:1px solid #eef2f7;
  box-shadow:0 25px 60px rgba(15,23,42,0.12);
}

/* Inputs */
.form-group{
  position:relative;
  margin-bottom:18px;
}

.form-group i{
  position:absolute;
  top:50%;
  left:14px;
  transform:translateY(-50%);
  color:#94a3b8;
  font-size:16px;
}

.form-group input,
.form-group select{
  width:100%;
  height:48px;
  padding:0 14px 0 42px;
  border-radius:14px;
  border:1px solid #e5e7eb;
  font-size:14px;
  color:#0f172a;
  background:#f9fafb;
  transition:0.25s ease;
}

.form-group select{
  appearance: none;
  padding-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}

.form-group input:focus,
.form-group select:focus{
  outline:none;
  border-color:#22c55e;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(34,197,94,0.15);
}

/* Resume upload */
.resume-upload{
  margin:22px 0;
}

.resume-box{
  width:100%;
  border:2px dashed #bbf7d0;
  border-radius:18px;
  padding:28px;
  display:flex;
  align-items:center;
  gap:16px;
  cursor:pointer;
  background:#f4fbea;
  transition:0.3s ease;
}

.resume-box:hover{
  background:#ecfdf5;
  border-color:#22c55e;
}

.resume-box i{
  font-size:28px;
  color:#22c55e;
}

.resume-box span{
  font-size:14px;
  color:#475569;
}

.resume-box small{
  display:block;
  font-size:12px;
  color:#64748b;
}

/* Hide input */
.resume-box input{
  display:none;
}

/* Button */
.btn-apply{
  width:100%;
  height:50px;
  border-radius:16px;
  border:none;
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#ffffff;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s ease;
}

.btn-apply:hover{
  box-shadow:0 14px 30px rgba(34,197,94,0.35);
  transform:translateY(-1px);
}
/* ================= FORM SUCCESS ================= */

.form-success{
  display:none;
  text-align:center;
  padding:40px 20px;
  animation:successFade 0.5s ease forwards;
}

.success-icon{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#dcfce7;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
}

.success-icon i{
  font-size:36px;
  color:#22c55e;
}

.form-success h4{
  font-size:22px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:8px;
}

.form-success p{
  font-size:14px;
  color:#475569;
  max-width:360px;
  margin:0 auto;
}

/* Animation */
@keyframes successFade{
  from{
    opacity:0;
    transform:scale(0.95);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

/* ================= POLICY PAGES ================= */

.policy-header{
  padding:140px 0 70px;
  background:#f9fafb;
}

.policy-header h1{
  font-size:38px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.policy-header p{
  max-width:720px;
  font-size:15px;
  color:#475569;
}

/* Content */
.policy-content{
  padding:80px 0;
  background:#ffffff;
}

.policy-box{
  max-width:900px;
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:20px;
  padding:40px;
}

.policy-box h4{
  font-size:18px;
  font-weight:600;
  color:#0f172a;
  margin-top:26px;
  margin-bottom:10px;
}

.policy-box h4:first-child{
  margin-top:0;
}

.policy-box p{
  font-size:14px;
  color:#475569;
  line-height:1.8;
}

/* Mobile */
@media(max-width:768px){
  .policy-header{
    padding:120px 0 60px;
  }

  .policy-header h1{
    font-size:30px;
  }

  .policy-box{
    padding:26px;
  }
}

/* ================= WHATSAPP FLOAT ================= */

/* ================= ABOUT PAGE ================= */

.about-hero{
  padding:140px 0 90px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.about-badge{
  display:inline-block;
  background:#e0f7cf;
  color:#166534;
  font-size:12px;
  font-weight:600;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:16px;
}

.about-hero h1{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:14px;
}

.about-hero p{
  font-size:16px;
  color:#475569;
  max-width:600px;
}

/* Overview */
.about-overview{
  padding:80px 0;
}

.about-overview h3{
  font-size:22px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:12px;
}

.about-overview p{
  font-size:15px;
  color:#475569;
  line-height:1.7;
}

/* Approach */
.about-approach{
  padding:80px 0;
  background:linear-gradient(180deg, #e0f7cf 0%, #ffffff 65%);
}

.approach-card{
  background:#ffffff;
  border:2px solid rgba(16, 185, 129, 0.15);
  border-radius:20px;
  padding:30px;
  height:100%;
  text-align:center;
  transition:all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.approach-card:hover {
  box-shadow:0 16px 40px rgba(16, 185, 129, 0.15);
  transform:translateY(-8px);
  border-color:rgba(16, 185, 129, 0.4);
  background:rgba(16, 185, 129, 0.02);
}

.approach-icon{
  width:70px;
  height:70px;
  background:linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  box-shadow:0 10px 28px rgba(16, 185, 129, 0.25);
  transition:all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.approach-card:hover .approach-icon {
  transform:scale(1.2) rotate(10deg);
  box-shadow:0 15px 40px rgba(16, 185, 129, 0.35);
}

.approach-icon i{
  font-size:32px;
  color:white;
  transition:transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.approach-card:hover .approach-icon i {
  transform:rotate(-360deg) scale(1.15);
}

.approach-card h5{
  font-size:18px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:8px;
}

.approach-card p{
  font-size:14px;
  color:#475569;
}

/* Why */
.why-section{
  padding:80px 0;
  background:#ffffff;
}

.why-card{
  background:#ffffff;
  border:2px solid rgba(102, 126, 234, 0.15);
  border-radius:20px;
  padding:32px 28px;
  height:100%;
  text-align:center;
  transition:all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.why-card:hover {
  box-shadow:0 16px 40px rgba(102, 126, 234, 0.15);
  transform:translateY(-8px);
  border-color:rgba(102, 126, 234, 0.4);
  background:rgba(102, 126, 234, 0.02);
}

.why-icon{
  width:70px;
  height:70px;
  background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  box-shadow:0 10px 28px rgba(102, 126, 234, 0.25);
  transition:all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.why-card:hover .why-icon {
  transform:scale(1.2) rotate(-10deg);
  box-shadow:0 15px 40px rgba(102, 126, 234, 0.35);
}

.why-icon i{
  font-size:32px;
  color:white;
  transition:transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.why-card:hover .why-icon i {
  transform:rotate(360deg) scale(1.15);
}

.why-card h5{
  font-size:18px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:12px;
  margin-top:0;
}

.why-card p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
  margin:0;
}

/* Compliance */
.about-compliance{
  padding:50px 0;
  background:#f9fafb;
}

.compliance-box{
  display:flex;
  gap:12px;
  align-items:flex-start;
  max-width:900px;
  margin:auto;
  font-size:14px;
  color:#475569;
}

.compliance-box i{
  color:#0d6efd;
  font-size:18px;
  margin-top:2px;
}

/* CTA */
.about-cta{
  padding:80px 0;
  background:#ffffff;
}

.about-cta .cta-box{
  background:#f4fbea;
  border-radius:20px;
  padding:40px;
  text-align:center;
}

.about-cta h4{
  font-size:24px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.about-cta p{
  font-size:15px;
  color:#475569;
  margin-bottom:20px;
}

/* Mobile */
@media(max-width:768px){
  .about-hero{
    padding:120px 0 70px;
    text-align:center;
  }

  .about-hero h1{
    font-size:32px;
  }
}
/* ================= SERVICES PAGE ================= */

.services-hero{
  padding:140px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.services-hero h1{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:12px;
}

.services-hero p{
  max-width:680px;
  font-size:16px;
  color:#475569;
}

.services-listing{
  padding:80px 0;
  background:#ffffff;
}

.service-card{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:18px;
  padding:30px 26px;
  height:100%;
  transition:0.3s ease;
}

.service-card:hover{
  box-shadow:0 16px 36px rgba(15,23,42,0.1);
  transform:translateY(-4px);
}

.service-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:600;
  color:#0d6efd;
  text-decoration:none;
  margin-top:12px;
}

.service-link i{
  transition:0.2s ease;
}

.service-link:hover i{
  transform:translateX(4px);
}

/* CTA */
.services-cta{
  padding:80px 0;
  background:#f9fafb;
}

.services-cta .cta-box{
  background:#ffffff;
  border-radius:20px;
  padding:40px;
  text-align:center;
}

.services-cta h4{
  font-size:24px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.services-cta p{
  font-size:15px;
  color:#475569;
  margin-bottom:20px;
}

/* Mobile */
@media(max-width:768px){
  .services-hero{
    padding:120px 0 70px;
    text-align:center;
  }

  .services-hero h1{
    font-size:32px;
  }
}

/* ================= SERVICE DETAIL PAGE ================= */

.service-hero{
  padding:140px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.service-badge{
  display:inline-block;
  background:#e0f7cf;
  color:#166534;
  font-size:12px;
  font-weight:600;
  padding:6px 16px;
  border-radius:20px;
  margin-bottom:14px;
}

.service-hero h1{
  font-size:42px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:12px;
}

.service-hero p{
  max-width:640px;
  font-size:16px;
  color:#475569;
}

/* Content */
.service-content{
  padding:80px 0;
  background:#ffffff;
}

.service-box{
  margin-bottom:36px;
}

.service-box h3{
  font-size:22px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:12px;
}

.service-box p{
  font-size:15px;
  color:#475569;
  line-height:1.7;
}

/* Lists */
.service-list{
  padding-left:18px;
  color:#475569;
  font-size:14px;
}

.service-list li{
  margin-bottom:8px;
}

.service-steps{
  padding-left:18px;
  font-size:14px;
  color:#475569;
}

.service-steps li{
  margin-bottom:10px;
}

/* Sidebar */
.service-sidebar{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:20px;
  padding:30px;
  box-shadow:0 18px 40px rgba(15,23,42,0.08);
}

.service-sidebar h4{
  font-size:20px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.service-sidebar p{
  font-size:14px;
  color:#475569;
  margin-bottom:20px;
}

/* Note */
.service-note{
  margin-top:18px;
  font-size:13px;
  color:#64748b;
  display:flex;
  gap:8px;
  align-items:flex-start;
}

/* Mobile */
@media(max-width:768px){
  .service-hero{
    padding:120px 0 70px;
    text-align:center;
  }

  .service-hero h1{
    font-size:32px;
  }
}
/* ================= BREADCRUMB ================= */

.breadcrumb-wrap{
  background:#ffffff;
  border-bottom:1px solid #eef2f7;
}

.breadcrumb{
  margin:0;
  padding:14px 0;
  background:none;
  font-size:13px;
}

.breadcrumb-item a{
  color:#64748b;
  text-decoration:none;
}

.breadcrumb-item a:hover{
  color:#0d6efd;
}

.breadcrumb-item.active{
  color:#0f172a;
  font-weight:500;
}

/* ================= FAQ SECTION ================= */

.faq-section{
  padding:80px 0;
  background:#f9fafb;
}

.faq-accordion .accordion-item{
  border:1px solid #eef2f7;
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
}

.faq-accordion .accordion-button{
  font-size:15px;
  font-weight:600;
  color:#0f172a;
  background:#ffffff;
}

.faq-accordion .accordion-button:not(.collapsed){
  background:#f4fbea;
  color:#166534;
}

.faq-accordion .accordion-body{
  font-size:14px;
  color:#475569;
  line-height:1.7;
}
/* ================= SUB DSA PAGE ================= */

.subdsa-hero{
  padding:140px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.subdsa-split{
  padding:80px 0;
  background:#ffffff;
}

.subdsa-info-box h3{
  font-size:26px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.subdsa-subtext{
  font-size:15px;
  color:#475569;
  margin-bottom:20px;
}

/* Icon separate form */
.icon-field{
  display:flex;
  align-items:center;
  margin-bottom:16px;
  background:#f9fafb;
  border:1px solid #e5e7eb;
  border-radius:16px;
}

.icon-field:focus-within{
  border-color:#22c55e;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(34,197,94,0.15);
}

.field-icon{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-right:1px solid #e5e7eb;
  color:#64748b;
}

.icon-field input,
.icon-field select{
  border:none;
  background:transparent;
  height:46px;
  padding:0 14px;
  width:100%;
  outline:none;
  font-size:14px;
  color:#0f172a;
}

/* Success */
.form-success{
  display:none;
  text-align:center;
  padding:30px 10px;
}

.success-icon{
  width:70px;
  height:70px;
  border-radius:50%;
  background:#dcfce7;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
}

.success-icon i{
  font-size:36px;
  color:#22c55e;
}

.service-hero{
  padding:140px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,0.18), transparent 45%),
    linear-gradient(180deg,#f4fbea 0%, #ffffff 70%);
}

.service-overview,
.service-criteria{
  padding:80px 0;
}

.criteria-box,
.service-info-card{
  background:#ffffff;
  border:1px solid #eef2f7;
  border-radius:18px;
  padding:28px;
}

.process-section{
  padding:80px 0;
  background:linear-gradient(180deg, #e0f7cf 0%, #ffffff 65%);
}

.process-line{
  display:flex;
  justify-content:space-between;
  position:relative;
  margin-top:50px;
}

.process-line::before{
  content:"";
  position:absolute;
  top:22px;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg, transparent 0%, #10b981 25%, #10b981 75%, transparent 100%);
  border-radius:2px;
}

.process-step{
  width:23%;
  text-align:center;
}

.process-step span{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#22c55e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  font-weight:700;
}
/* ===== TESTIMONIALS SECTION ===== */

.testimonials-section{
  padding:80px 0;
  background:#f8fafc;
}

.testimonials-wrapper{
  margin-top:50px;
}

.testimonial-card{
  background:#fff;
  border-radius:12px;
  padding:28px;
  box-shadow:0 2px 8px rgba(0,0,0,0.06);
  transition:all 0.3s ease;
  height:100%;
  display:flex;
  flex-direction:column;
  border:1px solid #e2e8f0;
}

.testimonial-card:hover{
  box-shadow:0 8px 16px rgba(0,0,0,0.1);
  transform:translateY(-4px);
}

.testimonial-header{
  margin-bottom:16px;
}

.stars{
  display:flex;
  gap:4px;
  margin-bottom:8px;
}

.stars i{
  color:#fbbf24;
  font-size:16px;
}

.rating-text{
  font-size:14px;
  color:#64748b;
  margin:0;
  font-weight:500;
}

.testimonial-text{
  font-size:15px;
  color:#475569;
  line-height:1.6;
  margin-bottom:20px;
  flex-grow:1;
  font-style:italic;
}

.testimonial-author{
  padding-top:16px;
  border-top:1px solid #e2e8f0;
}

.testimonial-author h6{
  margin:0 0 4px 0;
  font-size:16px;
  font-weight:600;
  color:#0f172a;
}

.testimonial-author p{
  margin:0;
  font-size:14px;
  color:#64748b;
}

@media (max-width:768px){
  .testimonials-section{
    padding:60px 0;
  }

  .testimonial-card{
    padding:20px;
  }

  .testimonial-text{
    font-size:14px;
  }
}

/* ===== TESTIMONIALS CAROUSEL ===== */

.testimonials-wrapper {
  position: relative;
}

.carousel-inner {
  transition: transform 0.8s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  opacity: 1;
  position: absolute;
  z-index: 10;
}

.carousel-control-prev {
  left: -50px;
}

.carousel-control-next {
  right: -50px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 24px;
  color: #0d6efd;
  transition: 0.3s ease;
}

.carousel-control-prev:hover i,
.carousel-control-next:hover i {
  color: #0a58ca;
  transform: scale(1.2);
}

.carousel-indicators {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: none;
  margin: 0 6px;
  transition: 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #0d6efd;
  width: 32px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .carousel-control-prev {
    left: 0;
    background: rgba(13, 110, 253, 0.3);
    padding: 8px;
    border-radius: 4px;
  }

  .carousel-control-next {
    right: 0;
    background: rgba(13, 110, 253, 0.3);
    padding: 8px;
    border-radius: 4px;
  }

  .carousel-indicators {
    bottom: -45px;
  }
}

/* ===== TESTIMONIAL SUBMIT SECTION ===== */

.testimonial-submit-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f9ff 0%, #f4fbea 100%);
}

.testimonial-form-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.testimonial-form-box .form-label {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 14px;
}

.testimonial-form-box .input-group {
  position: relative;
  margin-bottom: 16px;
}

.testimonial-form-box .input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
}

.testimonial-form-box .form-control {
  padding: 12px 14px 12px 42px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  transition: 0.3s ease;
}

.testimonial-form-box .form-control:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
  outline: none;
}

.testimonial-form-box textarea {
  padding: 12px 14px;
  font-family: inherit;
}

/* Star Rating */
.rating-selector {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 20px;
}

.rating-selector input {
  display: none;
}

.rating-selector .star {
  font-size: 32px;
  color: #cbd5e1;
  cursor: pointer;
  transition: 0.2s ease;
}

.rating-selector .star:hover,
.rating-selector input:checked + .star {
  color: #fbbf24;
  transform: scale(1.1);
}

/* Success Message */
.form-success {
  text-align: center;
  padding: 40px 20px;
}

.success-icon {
  font-size: 60px;
  color: #22c55e;
  margin-bottom: 16px;
}

.form-success h4 {
  color: #166534;
  font-size: 24px;
  margin-bottom: 12px;
}

.form-success p {
  color: #475569;
  font-size: 15px;
}

@media (max-width: 768px) {
  .testimonial-submit-section {
    padding: 60px 0;
  }

  .testimonial-form-box {
    padding: 24px;
  }

  .rating-selector .star {
    font-size: 28px;
  }
}

/* ================= METRICS SECTION ================= */

.metrics-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.metrics-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05) 0%, transparent 50%);
  pointer-events: none;
}

.metrics-section .section-header {
  position: relative;
  z-index: 1;
}

.metrics-section .section-header h2 {
  color: white;
  margin-bottom: 12px;
}

.metrics-section .section-header p {
  color: rgba(255, 255, 255, 0.9);
}

.metrics-section .section-badge {
  background: rgba(255, 255, 255, 0.25);
  color: white;
}

.metrics-grid {
  position: relative;
  z-index: 1;
}

.metric-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  cursor: pointer;
}

.metric-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.metric-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.metric-card:hover .metric-icon {
  transform: scale(1.12) rotate(360deg);
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
}

.metric-card h5 {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  margin-top: 0;
}

.metric-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
}

/* ================= SERVICE CARD ICON MICRO-ANIMATIONS ================= */

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 14px;
  font-size: 28px;
  color: white;
  margin-bottom: 16px;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
}

.service-card:hover .icon-badge {
  transform: scale(1.15) rotate(-5deg);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  box-shadow: 0 12px 30px rgba(118, 75, 162, 0.3);
}

.service-card:hover .icon-badge i {
  animation: iconBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes iconBounce {
  0% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.2) rotate(10deg); }
  100% { transform: scale(1) rotate(0deg); }
}

/* Responsive Metrics Grid */
@media (max-width: 991px) {
  .metrics-section {
    padding: 60px 0;
  }

  .metric-card {
    padding: 30px 20px;
  }

  .metric-card h5 {
    font-size: 28px;
  }

  .metric-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .metrics-section {
    padding: 50px 0;
  }

  .metrics-grid {
    row-gap: 20px;
  }

  .metric-card {
    padding: 25px 15px;
  }

  .metric-card h5 {
    font-size: 24px;
  }

  .metric-card p {
    font-size: 14px;
  }

  .metric-icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }

  .icon-badge {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
