:root {
  --bg-comn: #f0f6fc;
  --text: #1f2937;
  --muted: #6b7280;
  --highlight: #1f3a6d;
  --button: #283e79;
}

body {
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
/* GLOBAL FONT (Inter) */
body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.44; /* 144% like screenshot */
  color: var(--text);
}
/* mobile fixed btn0 */
@media only screen and (min-width: 600px) {
  .mobile-activity {
    display: none !important;
  }
}

.mobile-activity {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.mobile-activity .common-btn {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;        /* 🔥 prevent wrapping */
}

.mobile-activity a,
.mobile-activity button {
  flex: 1;                  /* 🔥 equal width automatically */
  min-width: 0;             /* 🔥 prevents overflow breaking layout */
  border: none;
  padding: 12px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;          /* slightly smaller for safety */
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  white-space: nowrap;      /* 🔥 prevents text from breaking */
}

.mobile-activity a {
  text-decoration: none;
}

/* Divider line */
.mobile-activity a:not(:last-child),
.mobile-activity button:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.2);
}

/* Icon size */
.mobile-activity i {
  font-size: 15px;
}
/* end mobile fixed btn */
.hero-nav {
  background: #ffffff;
  padding: 14px 72px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; /* logo left, right group right */
  gap: 20px;
}

.hero-logo img {
  height: 65px;
  display: block;
}

/* RIGHT GROUP */
.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

/* MAIL (Desktop) */
.support-mail {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
}

.support-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.support-email {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.support-email:hover {
  text-decoration: underline;
}

/* Hide mail icon on desktop (desktop shows text email) */
.mail-icon {
  display: none;
}

/* PHONE BUTTON (Desktop) */
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--button);
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.whatsap-icon{
    display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--button);
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.nav-phone:hover {
  filter: brightness(0.95);
}

/* ✅ MOBILE */
@media (max-width: 768px) {
  .hero-nav {
    padding: 12px 22px;
  }

  .nav-inner {
    flex-wrap: nowrap; /* keep one line */
  }

  .hero-logo img {
    height: 48px; /* smaller logo on mobile */
  }

  /* Right side becomes icon row */
  .nav-right {
    gap: 12px;
  }

  /* Hide desktop mail title */
  .support-title {
    display: none;
  }

  /* Hide texts on mobile */
  .email-text,
  .phone-text {
    display: none;
  }

  /* Show mail icon only on mobile */
  .mail-icon {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
  }

  /* Make both mail + phone same icon-button size */
  .support-email,
  .nav-phone {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
 

  /* Mail icon button styling */
.support-email {
  background: var(--button);
  color: #fff;
  text-decoration: none;
}

  /* Phone icon button styling */
  .nav-phone {
    background: var(--button);
    color: #fff;
  }

  .nav-phone i {
    font-size: 18px;
    line-height: 1;
  }
}
/* Section 1  */
.hero-split {
  position: relative;
  min-height: 80vh;
  background: url(img/AHFPL.jpg) center/cover no-repeat;
  overflow: hidden;
}

/* Global overlay (keeps your same dark feel but cleaner) */
.hero-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
   radial-gradient(1200px 600px at 20% 30%, rgb(0 0 0 / 38%), #00000040 55%), linear-gradient(to right, rgb(0 0 0 / 62%) 0%, rgba(0, 0, 0, 0.35) 45%, rgb(0 0 0 / 61%) 100%);
  pointer-events: none;
}

.buyer-box {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  min-height: 140px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.buyer-box:hover {
  transform: translateY(-6px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10);
}



.hero-row {
  position: relative;
  z-index: 1;
  min-height: 80vh;
}

.hero-left,
.hero-right {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* remove flat black blocks and let overlay handle it */
.hero-left,
.hero-right {
  background: transparent;
}

/* Left spacing + alignment */
.hero-left {
  padding: clamp(24px, 4vw, 70px);
  justify-content: flex-start;
}

.hero-content {
  width: 100%;
  max-width: 820px;
}

.hero-eyebrow {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.hero-title {
  font-family: "Crimson Pro", Georgia, serif;
  font-weight: 700;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.05;
  margin: 0 0 12px;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.hero-title .highlight {
  color: #bfd0ff;
}

.hero-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    margin: 18px 0 18px;
    font-weight: 600;
}

/* Feature cards = glass pills with better border + hover */
.hero-feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px 18px;
  max-width: 720px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;

  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow:
    0 16px 45px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.10);

  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(255,255,255,0.22);
}

.feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;

  background: rgba(243, 244, 246, 0.95);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.feature-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2px;
}

/* full width last item */
.feature-card--full {
  grid-column: 1 / -1;
}

/* Right form wrapper */
.hero-right {
  padding: clamp(16px, 3vw, 45px);
}

/* More premium glass form */
.hero-form {
  width: 100%;
  max-width: 520px;

  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;

  padding: 18px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

.hero-form-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* Inputs: cleaner + better focus */
.hero-form .form-control {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.0);
  background-color: rgba(231, 235, 241, 0.95);
  padding: 12px 14px;
}

.hero-form .form-control:focus {
  box-shadow: 0 0 0 4px rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.35);
  outline: none;
}

.hero-form .form-check-label {
  font-size: 12px;
  color: rgba(238,238,238,0.9);
}

.form-btn {
  border: 0;
  border-radius: 12px;
  padding: 13px 14px;
  background: var(--button);
  color: #ffffff;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.form-btn:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.form-note {
  margin: 10px 0 0;
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-left {
    justify-content: center;
    text-align: center;
  }
  .hero-feature-cards {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .feature-card--full {
    grid-column: auto;
  }
}
/* section 2 */
.count {
  background: var(--bg-comn);
  padding: 60px 20px;
}

.count-inner {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.count-title {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  margin-bottom: 35px;
  letter-spacing: 0.2px;
}

.count-highlight {
  color: var(--highlight);
  position: relative;
  display: inline-block;
}

/* subtle highlight underline (same theme) */
.count-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: rgba(255, 140, 0, 0.25); /* soft highlight tone */
  z-index: -1;
  border-radius: 6px;
}

/* Cards Layout */
.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

/* Card UI like screenshot */
.stat {
  background: #fff;
  border-radius: 18px;
  padding: 26px 16px;
  text-align: center;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
}

/* Number styling */
.stat-number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}

.counter {
  font-size: 44px;
  font-weight: 900;
  color: #111;
  line-height: 1;
}

/* Single plus only */
.plus {
  font-size: 34px;
  font-weight: 900;
  color: var(--highlight);
  line-height: 1;
  transform: translateY(-2px);
}

/* Label */
.label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .stats {
    grid-template-columns: 1fr;
  }
}

/* CTA Strip  */
.cta-strip{
  background:#1f3a6d;
  color:#ffffff;
  min-height: 170px;
  padding: 32px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.cta-inner{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:24px;
}
.cta-content h3{
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 26px;
}

.cta-content .highlights{
  font-weight: 700;

  color:  #f4c36b;
}




.cta-action{
  display:flex;
  align-items:center;
  justify-content:center;
}

.cta-btn{
  padding:14px 32px;
  background:#ffffff;
  color:#1f3a6d;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:all 0.2s ease;
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.cta-btn:hover{
  transform:translateY(-1px);
  filter:brightness(0.95);
  background:#1f3a6d;
  color:#ffffff;
  border: 2px solid white;
}

/* Responsive */
@media (max-width:768px){
  .cta-inner{
    grid-template-columns:1fr;
    text-align:center;
  }
}

/* WHY US SECTION */
.why-us {
  background: #f6f9fc;
}

/* Title */
.why-title {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
}

.why-title span {
  color: #1f3a6d;
  position: relative;
}

.why-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: rgba(31, 58, 109, 0.18);
  z-index: -1;
  border-radius: 6px;
}

/* List styling */
.why-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.why-list .list-group-item {
  display: flex;
  align-items: center;
  gap: 16px;

  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(31, 58, 109, 0.08);
  background: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-list .list-group-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Number badge (SUBTLE BLUE) */
.why-number {
  min-width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 700;

  color: #1f3a6d;
  background: rgba(31, 58, 109, 0.1);

  border-radius: 12px;
}

/* Text */
.why-text {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}

/* Video polish */
.why-us iframe {
  border: none;
}

/* Responsive */
@media (max-width: 768px) {
  .why-title {
    font-size: 26px;
  }
}

/* clients section  */
/* CLIENTELE SECTION */
.clientele {
  background: #ffffff;
  border-top: 1px solid rgba(31, 58, 109, 0.06);
}

/* Title */
.clientele-title {
  font-size: 30px;
  line-height: 1.25;
  color: #111;
}

.clientele-title span {
  color: #1f3a6d;
  position: relative;
}

/* soft underline highlight */
.clientele-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  background: rgba(31, 58, 109, 0.18);
  z-index: -1;
  border-radius: 6px;
}

/* Marquee */
.logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* soft fade edges */
.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 70px;
  animation: scroll 22s linear infinite;
}

/* Logo styling – subtle by default */
.client-logo {
  max-height: 76px;
  width: auto;
  transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}


/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .clientele-title {
    text-align: center;
    font-size: 26px;
  }
}
/* product section  */
/* Section */
.industry-gallery{
  padding: 60px 20px;
  background: #ffffff;
}

.container{
  max-width: 1200px;
  margin: auto;
}

.ig-title{
  font-size: 32px;
  font-weight: 800;
  color: #111;
  text-align: center;
}

/* Tabs */
.ig-tabs{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 26px 0;
}

.ig-tab{
  padding: 10px 16px;
  border-radius: 14px;
  border: 1px solid rgba(31,58,109,0.15);
  background: rgba(31,58,109,0.06);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.ig-tab.active{
  background: #1f3a6d;
  color: #fff;
  border-color: #1f3a6d;
}

/* Panels */
.ig-panel{
  display: none;
}

.ig-panel.active{
  display: block;
}

/* Grid */
.ig-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

/* Card – NO borders except bottom */
.clean-card{
  border: none;
  border-bottom: 4px solid #1f3a6d;
  background: #fff;
}

/* Image */
.clean-card img{
  width: 100%;
  height: 180px;
  object-fit: contain;
  display: block;
  background: #fff;
  padding: 14px;
}

/* Bottom strip */
.ig-strip{
  text-align: center;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  border-top: 1px solid rgba(0,0,0,0.06);
}

/* Hover */
.clean-card:hover{
  border-bottom-color: #16305a;
}

/* Responsive */
@media(max-width:992px){
  .ig-grid{ grid-template-columns: repeat(2,1fr); }
}

@media(max-width:576px){
  .ig-grid{ grid-template-columns: 1fr; }
  .ig-title{ font-size: 26px; }
}


/* manufacturing facility  */
.client-img{
  max-height:300px;
  object-fit:contain;
}

/* testimonial  */

.testimonials{
  background:#ffffff;
  padding: 60px 0;
}

/* Heading */
.t-heading{
  line-height:1.2;
  color:#111;
  font-size:34px;
  margin-bottom: 48px;
}

/* Card */
.t-card{
  position: relative;
  background:#ffffff;
  border: 1px solid rgba(31, 58, 109, 0.10);
  border-radius: 18px;
  padding: 22px 20px;

  display: flex;
  flex-direction: column;
  height: 100%;

  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
}

/* Hover effect */
.t-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.10);
}

/* Subtle quote watermark */
.t-card::before{
  content: "“";
  position:absolute;
  right: 16px;
  top: -10px;
  font-size: 84px;
  font-weight: 800;
  color: rgba(31, 58, 109, 0.08);
  line-height: 1;
}

/* Stars */
.t-stars{
  color:#f4a62a;
  letter-spacing:2px;
  font-size:18px;
  margin-bottom: 10px;
}

/* Testimonial text */
.t-text{
  color:#6b7280;
  font-size:16px;
  line-height:1.85;
  margin:0;
}

/* Footer – aligned at bottom */
.t-footer{
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 58, 109, 0.10);
}

/* Name */
.t-name{
  color:#1f3a6d;
  font-size:16px;
  font-weight:800;
}

/* Role */
.t-role{
  font-size:12px;
  color:#6b7280;
  margin-top: 2px;
}

/* Responsive */
@media (max-width:768px){
  .t-heading{
    font-size:26px;
  }

  .t-text{
    font-size:15px;
    line-height:1.8;
  }
}

/* linkdin section  */
.profile-img{
  max-width:180px;
  border:8px solid #f3f3f3;
}
/* footer  */
.footer-strip{
  background:linear-gradient(to right, #0f172a, #020617);
  color:#ffffff;
  padding:14px 0;
  font-size:14px;
}
@media(max-width:768px){
    .footer-strip{
            padding-bottom: 50px;
    }
}

.footer-strip a{
  color:#ffffff;
  text-decoration:none;
}



.footer-btn:hover{
  color: var(--button);
}
.about-line{
  width:100%;
  height:2px;
  background:#000;
  border:0;
  margin-top:10px;
}
/* =========================
   QUOTE MODAL (FINAL CSS)
   ========================= */

/* Make modal narrower */
.modal-dialog{
  max-width: 520px; /* adjust: 480px–560px */
  margin: 1rem auto;
}

@media (max-width:576px){
  .modal-dialog{
    max-width: 95%;
    margin: 0.75rem auto;
  }
}

/* Modal container */
.quote-modal{
  position: relative; /* required for absolute close button */
  background: #1f3a6d;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 26px 70px rgba(0,0,0,0.35);
  color: #fff;
  overflow: hidden;
}

/* Header */
.quote-modal .modal-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
  padding: 16px 18px 8px;
}

/* Title */
.quote-title{
  font-weight: 800;
  letter-spacing: 0.2px;
  margin: 0;
  padding-right: 46px; /* space for X so it never overlaps */
}

/* Subtitle */
.quote-subtitle{
  color: rgba(255,255,255,0.85);
  margin: 0 0 12px;
  line-height: 1.5;
}

/* Body spacing */
.quote-modal .modal-body{
  padding: 10px 18px 18px;
}

/* Close (X) button - fixed top-right */
.quote-modal .btn-close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;

  border-radius: 10px;
  background-size: 14px;
  opacity: 0.85;

  filter: invert(1); /* white X */
  box-shadow: none;
}

.quote-modal .btn-close:hover{
  opacity: 1;
  background-color: rgba(255,255,255,0.10);
}

/* Inputs */
.quote-modal .form-control{
  border-radius: 12px;
  border: none;
  background: rgba(255,255,255,0.95);
  padding: 14px 16px;
}

.quote-modal .form-control:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.18);
}

/* Checkbox label */
.quote-modal .form-check-label{
  font-size: 12px;
  color: rgba(255,255,255,0.85);
}

/* Primary button (uses your existing .form-btn if present) */
.quote-modal .form-btn{
  border: 0;
  border-radius: 12px;
  padding: 13px 14px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.quote-modal .form-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  background: rgba(255,255,255,0.18);
}

/* Optional: slightly soften Bootstrap backdrop */
.modal-backdrop.show{
  opacity: 0.65;
}



/* LEFT CONTENT BOX */
.content-box {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

/* Checklist bullets */
.checklist {
    list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

.checklist li {
    list-style: none;
  font-size: 1.05rem;
  margin-bottom: 12px;
  font-weight: 500;
}

/* FAQ Accordion Styling */
.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    margin: 10px 0px;
}

.custom-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 20px;
    background: aliceblue;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #0d3b66;
}

.custom-accordion .accordion-body {
  font-size: 0.95rem;
  color: #555;
  padding: 0 20px 20px;
}

/* shared */
.risk-card, .solution-card{
  border-radius: 22px;
  padding: 40px 38px;
  box-shadow: 0 20px 45px rgba(0,0,0,.10);
  position: relative;
  overflow: hidden;
}

.card-title{
  font-weight: 800;
  font-size: 34px;
  line-height: 1.1;
  margin: 0;
}

.card-desc{
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* left card */
.risk-card{
 background: #1f3a6d33;
    border: 1px solid #1f3a6d;
}

.tag-red{
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ff4d4d;
}

.icon-x{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffe3e3;
  color: #ff4d4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  flex: 0 0 26px;
  margin-top: 2px;
}

.item-title{
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 3px;
}

.item-desc{
  font-size: 13px;
  line-height: 1.45;
  opacity: .85;
}

/* watermark circle */
.watermark-circle{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
}

/* right card */
.solution-card{
  background: #071f3a;
}

.tag-orange{
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ff7a00;
}

.icon-check{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ff7a00;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  flex: 0 0 26px;
  margin-top: 2px;
}

.line-dark{
  border-color: rgba(255,255,255,.15);
  margin: 18px 0;
}

.quote{
  color: #fff;
  font-style: italic;
  font-weight: 700;
  margin: 0;
}

/* Background like screenshot */
.integrated-section{
  background: #f3f6f9;
}

/* Table card */
.table-card{
  max-width: 1050px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0,0,0,.12);
}

/* Header */
.integrated-table thead th{
  padding: 18px 22px;
  font-size: 12px;
  letter-spacing: 1px;
  border: none;
    background: #283e79;
    color: #fff;
}

.th-dark{
  background: #0b2340;
  color: #cfe0f1;
}

.th-highlight{
  background: #0b2340;
  color: #ffffff;
  border-top: 4px solid #ff7a00;   /* orange top bar like screenshot */
}

/* Body rows */
.integrated-table tbody td{
  padding: 22px 22px;
  border-top: 1px solid #eef2f6;
  vertical-align: middle;
}

.factor{
  font-weight: 700;
  color: #0b2340;
}

.muted-sm{
  color: #6b7a8c;
  font-size: 13px;
}

/* Highlighted column background */
.highlight-cell{
  background: #f7f9fb!important;
}

/* Tick / Cross */
.tick{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #0a8a3a;
  font-weight: 900;
  font-size: 16px;
}

.cross{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ff4d4d;
  font-weight: 900;
  font-size: 18px;
  background: rgba(255,77,77,.10);
}

.strong-dark{
  font-weight: 800;
  color: #0b2340;
  font-size: 13px;
}

/* Responsive small adjustments */
@media (max-width: 576px){
  .integrated-table thead th,
  .integrated-table tbody td{
    padding: 16px 14px;
  }
  .factor{ font-size: 14px; }
}


.process-section{
  background:#ffffff;
}

.process-title{
  color:#0b2340;
  font-size: 48px;
  line-height: 1.05;
}

.process-subtitle{
  max-width: 780px;
  font-size: 16px;
  line-height: 1.7;
}

.process-card{
  background:#f3f6f9;
  border-radius: 10px;
  padding: 28px 26px;
  border: 1px solid #eef2f6;
  min-height: 220px;
}

.process-icon{
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ff7a00;
  flex: 0 0 42px;
  margin-top: 2px;
}

.step-label{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color:#ff7a00;
  margin-bottom: 4px;
}

.process-card-title{
  font-size: 18px;
  font-weight: 800;
  color:#0b2340;
  margin-bottom: 0;
}

.process-card-text{
  margin-top: 16px;
  color:#6b7a8c;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 576px){
  .process-title{ font-size: 34px; }
}



/* whats app chat box */


.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
  
  #whatsapp-chat {
   box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 104px;
    right: 59px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
  }
  a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 45px;
    right: 8px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  }
  a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
  }
  .header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
  }
  .header-chat h3 {
    margin: 0 0 10px;
  }
  .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
  .info-avatar {
    position: relative;
  }
  .info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
  }
  
  a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
  }
  a.informasi:hover {
    background: #f1f1f1;
  }
  .info-chat span {
    display: block;
  }
  #get-label,
  span.chat-label {
    font-size: 12px;
    color: #888;
  }
  #get-nama,
  span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  #get-label,
  #get-nama {
    color: #fff;
  }
  span.my-number {
    display: none;
  }
  /* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
  textarea#chat-input {
      border: none;
      font-family: "Arial", sans-serif;
      width: 100%;
      height: 20px;
      outline: none;
      resize: none;
      padding: 10px;
      font-size: 14px;
  }
  
  a#send-it {
    width: 40px;
    font-weight: 700;
    padding: 5px 10px 7px;
    background: #00b98e;
    border-radius: 29px;
    
    svg {
      fill:#ffffff;
      height: 24px;
      width: 24px;
    }
  }
  
  .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
    & span {
      background: #e2e2e2;
      color: #333;
      font-size: 14.2px;
      line-height: 1.7;
      border-radius: 10px;
      padding: 15px 20px;
      display: inline-block;
    }
  }
  
  .start-chat .blanter-msg {
    display: flex;
  }
  #get-number {
    display: none;
  }
  a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
  
  }
  
  @keyframes ZpjSY{
    0% {
      background-color: rgb(182, 181, 186);
    }
    15% {
      background-color: rgb(17, 17, 17);
    }
    25% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes hPhMsj {
    15% {
      background-color: rgb(182, 181, 186);
    }
    25% {
      background-color: rgb(17, 17, 17);
    }
    35% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes iUMejp {
    25% {
      background-color: rgb(182, 181, 186);
    }
    35% {
      background-color: rgb(17, 17, 17);
    }
    45% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  
  @keyframes showhide {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }
  @media screen and (max-width: 480px) {
    #whatsapp-chat {
      width: auto;
      left: 5%;
      right: 5%;
      font-size: 80%;
    }
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .show {
    display: block;
    /*animation-name: showhide;*/
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  
  .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    &::before {
      display: block;
      position: absolute;
      content: "";
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      z-index: 0;
      opacity: 0.08;
      background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
      background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
    }
  }
  
  .dAbFpq {
    display: flex;
    z-index: 1;
  }
  
  .eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  .hFENyl {
      position: relative;
      display: flex;
  }
  
  .ixsrax {
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      background-color: rgb(158, 157, 162);
      animation-name: ZpjSY;
  }
  
  .dRvxoz {
  
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      background-color: rgb(182, 181, 186);
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      animation-name: hPhMsj;
  }
  
  .kAZgZq {
      padding: 7px 14px 6px;
      background-color: rgb(255, 255, 255);
      border-radius: 0px 8px 8px;
      position: relative;
      transition: all 0.3s ease 0s;
      opacity: 0;
      transform-origin: center top 0px;
      z-index: 2;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      margin-top: 4px;
      margin-left: -54px;
      max-width: calc(100% - 66px);
      &::before {
      position: absolute;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      top: 0px;
      left: -12px;
      width: 12px;
      height: 19px;
  }
  }
  
  .bMIBDo {
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.4);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .cqCDVm {
      text-align: right;
      margin-top: 4px;
      font-size: 12px;
      line-height: 16px;
      color: 
      rgba(17, 17, 17, 0.5);
      margin-right: -8px;
      margin-bottom: -4px;
  }
  
  /* ===== Unique CSS (uq- prefix) ===== */
  .uq-quality-section{
    background:#f5f8fc;
    padding:70px 0 80px;
  }

  .uq-quality-head{
    max-width: 860px;
    margin-bottom: 40px;
  }

  .uq-quality-title{
    font-weight: 800;
    letter-spacing: -0.5px;
    color:#0b2239;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.12;
    margin-bottom: 14px;
  }

  .uq-quality-subtitle{
    color:#6b7a8a;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 720px;
  }

  .uq-quality-card{
    background:#ffffff;
    border-radius: 14px;
    padding: 34px 26px 28px;
    text-align:center;
    border:1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .uq-quality-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  }

  .uq-icon-badge{
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: #eaf2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1e5eff;
    box-shadow: inset 0 0 0 6px rgba(30, 94, 255, 0.08);
  }

  .uq-card-title{
    font-weight: 800;
    color:#0b2239;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .uq-card-text{
    color:#7a8796;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
  }

  /* spacing similar to screenshot */
  .uq-cards-wrap{
    margin-top: 18px;
  }

  @media (max-width: 575.98px){
    .uq-quality-section{ padding: 54px 0 60px; }
    .uq-quality-card{ padding: 30px 20px 24px; }
  }

/* end whats app chat box */


