/* =============================================
   Reviews Section
   ============================================= */

.reviews-section {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(59, 130, 246, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 75%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    linear-gradient(160deg, #060f26 0%, #0a1730 50%, #060f22 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(79, 143, 239, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

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

/* Badge */
.rev-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(79, 143, 239, 0.1);
  border: 1px solid rgba(79, 143, 239, 0.28);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.rev-badge i { font-size: 11px; color: #f59e0b; }

/* Title */
.rev-title {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 52px;
}

/* Swiper sizing */
.rev-swiper {
  padding-bottom: 8px !important;
}

.rev-swiper .swiper-wrapper {
  align-items: stretch;
}

.rev-swiper .swiper-slide {
  height: auto !important;
  padding: 8px 4px;
}

/* Review card */
.rev-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(79, 143, 239, 0.16);
  border-radius: 16px;
  padding: 30px 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/* Large quotation mark watermark */
.rev-card::before {
  content: "\201C";
  position: absolute;
  top: -14px;
  right: 18px;
  font-size: 110px;
  line-height: 1;
  color: rgba(79, 143, 239, 0.1);
  font-family: Georgia, serif;
  pointer-events: none;
}

.rev-card:hover {
  background: rgba(79, 143, 239, 0.08);
  border-color: rgba(79, 143, 239, 0.32);
  transform: translateY(-4px);
}

/* Stars */
.rev-card__stars {
  color: #f59e0b;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

/* Review text */
.rev-card__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.5px;
  line-height: 1.78;
  margin: 0 0 22px;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

/* Author row */
.rev-card__author {
  display: flex;
  align-items: center;
  gap: 13px;
}

/* Initials avatar */
.rev-card__avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #4f8fef);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.rev-card__name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.rev-card__role {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12.5px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .reviews-section { padding: 72px 0; }
  .rev-title { font-size: 34px; }
}

@media (max-width: 767px) {
  .reviews-section { padding: 56px 0; }
  .rev-title { font-size: 28px; }
}

/* =============================================
   Partners Section
   ============================================= */

.partners-section {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(37, 99, 235, 0.04) 0px,
    rgba(37, 99, 235, 0.04) 1px,
    transparent 1px,
    transparent 40px
  );
  padding: 80px 0;
}

.partners-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 50px;
  color: #1e40af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.partners-badge i { font-size: 13px; color: #2563eb; }

.partners-title {
  color: #0f1e3d;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.partners-title__accent {
  display: block;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.partners-subtitle {
  color: rgba(15, 30, 61, 0.52);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 48px;
}

.partners-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partners-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(15, 30, 61, 0.07);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

.partners-logo-item img {
  height: 44px;
  width: auto;
  filter: grayscale(20%);
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.partners-logo-item:hover {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.12);
  transform: translateY(-3px);
}

.partners-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 767px) {
  .partners-section { padding: 56px 0; }
  .partners-title { font-size: 30px; }
  .partners-logos-row { gap: 24px; }
  .partners-logo-item { padding: 16px 28px; }
}

/* =============================================
   Elegant Footer — Blue Edition
   ============================================= */

/* ---- Base ---- */
.elegant-footer {
  background: linear-gradient(160deg, #0d1a30 0%, #070f1e 50%, #060c1a 100%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  position: relative;
}

/* Gradient top border in blue */
.elegant-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(79, 143, 239, 0.5) 20%,
    #4f8fef 50%,
    rgba(79, 143, 239, 0.5) 80%,
    transparent 100%
  );
}

/* ---- CTA Strip ---- */
.elegant-footer__cta {
  padding: 54px 0;
  background: linear-gradient(150deg, #0f2040 0%, #132547 45%, #0a1832 100%);
  border-bottom: 1px solid rgba(79, 143, 239, 0.12);
  position: relative;
  overflow: hidden;
}

/* Decorative blue glow orb */
.elegant-footer__cta::after {
  content: "";
  position: absolute;
  top: -100px; right: -60px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 143, 239, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

/* Second orb bottom-left */
.elegant-footer__cta::before {
  content: "";
  position: absolute;
  bottom: -80px; left: -40px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 179, 237, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.elegant-footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.elegant-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(79, 143, 239, 0.1);
  border: 1px solid rgba(79, 143, 239, 0.4);
  border-radius: 2px;
  color: #7ab2f4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.elegant-footer__badge::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4f8fef;
  flex-shrink: 0;
}

.elegant-footer__cta-text h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.elegant-footer__cta-text p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-size: 15px;
}

/* Outlined button in blue */
.elegant-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: transparent;
  border: 1px solid #4f8fef;
  border-radius: 2px;
  color: #7ab2f4 !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.elegant-footer__cta-btn:hover {
  background: #4f8fef;
  color: #ffffff !important;
  box-shadow: 0 0 36px rgba(79, 143, 239, 0.35);
  text-decoration: none;
}

/* ---- Main Widget Area ---- */
.elegant-footer__main {
  padding: 72px 0 60px;
}

.elegant-footer__grid {
  align-items: flex-start;
  row-gap: 52px;
}

/* ---- Contact Column ---- */
.elegant-footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.elegant-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.elegant-footer__contact-list li a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.25s ease;
  width: 100%;
}

.elegant-footer__contact-list li a:hover {
  color: #7ab2f4;
}

/* Blue contact icons */
.elegant-footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(79, 143, 239, 0.12);
  border: 1px solid rgba(79, 143, 239, 0.28);
  color: #7ab2f4;
  font-size: 14px;
  margin-top: 2px;
}

/* ---- Nav Columns ---- */
.elegant-footer__nav-title {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 28px;
  padding-bottom: 16px;
}

.elegant-footer__nav-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 32px; height: 2px;
  background: #4f8fef;
  border-radius: 2px;
}

.elegant-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.elegant-footer__nav ul li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  transition: color 0.25s ease;
}

/* Sliding blue dash on hover */
.elegant-footer__nav ul li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #4f8fef;
  flex-shrink: 0;
  margin-right: 0;
  transition: width 0.25s ease, margin-right 0.25s ease;
}

.elegant-footer__nav ul li a:hover {
  color: #7ab2f4;
}

.elegant-footer__nav ul li a:hover::before {
  width: 16px;
  margin-right: 8px;
}

/* ---- Bottom Bar ---- */
.elegant-footer__bottom {
  padding: 22px 0;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Gradient fade blue divider */
.elegant-footer__bottom::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(79, 143, 239, 0.3) 25%,
    rgba(79, 143, 239, 0.55) 50%,
    rgba(79, 143, 239, 0.3) 75%,
    transparent 100%
  );
}

.elegant-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
  flex-wrap: wrap;
}

.elegant-footer__copyright,
.elegant-footer__auth {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.elegant-footer__copyright a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}

.elegant-footer__copyright a:hover {
  color: #7ab2f4;
}

.elegant-footer__auth {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.elegant-footer__auth i {
  color: #4f8fef;
  font-size: 14px;
  flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .elegant-footer__cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .elegant-footer__main {
    padding: 56px 0 44px;
  }
}

@media (max-width: 767px) {
  .elegant-footer__cta {
    padding: 40px 0;
  }
  .elegant-footer__cta-text h4 {
    font-size: 24px;
  }
  .elegant-footer__cta-btn {
    width: 100%;
    justify-content: center;
  }
  .elegant-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .elegant-footer__auth {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .elegant-footer__main {
    padding: 44px 0 36px;
  }
  .elegant-footer__cta-inner {
    text-align: center;
    align-items: center;
  }
  .elegant-footer__grid > [class*="col-"] + [class*="col-"] {
    padding-top: 12px;
    border-top: 1px solid rgba(79, 143, 239, 0.1);
  }
}

/* =============================================
   Elegant Header — Blue Theme
   ============================================= */

/* ---- Base ---- */
.template-header {
  background: linear-gradient(90deg, #060f26 0%, #0a1730 50%, #060f22 100%);
  border-bottom: 1px solid rgba(79, 143, 239, 0.15);
  position: relative;
  z-index: 999;
}

/* ---- Header inner height ---- */
.template-header .header-inner {
  min-height: 88px;
}

/* ---- Nav item height ---- */
.template-header .nav-menu li {
  line-height: 88px;
  margin: 0 4px;
}

/* ---- Nav links ---- */
.template-header .nav-menu li a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  transition: color 0.25s ease;
}

/* Bottom underline indicator */
.template-header .nav-menu li a::before {
  top: auto;
  bottom: 0;
  height: 2px;
  background: #4f8fef;
  left: 12px;
  right: 12px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
}

.template-header .nav-menu li a:hover {
  color: #93c5fd;
}

.template-header .nav-menu li a:hover::before {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 24px);
}

.template-header .nav-menu li.active > a {
  color: #7ab2f4;
}

.template-header .nav-menu li.active > a::before {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 24px);
}

/* ---- Dropdown sub-menu ---- */
.template-header .nav-menu .sub-menu {
  background: #0b1d3b;
  border: 1px solid rgba(79, 143, 239, 0.18);
  border-top: 2px solid #4f8fef;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
  border-radius: 0 0 10px 10px;
  width: 240px;
  top: calc(100% + 16px);
}

.template-header .nav-menu li:hover > .sub-menu {
  top: 100%;
}

.template-header .nav-menu .sub-menu li {
  line-height: 1;
  margin: 0;
}

.template-header .nav-menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(79, 143, 239, 0.1);
}

.template-header .nav-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
  padding: 13px 22px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
}

.template-header .nav-menu .sub-menu li a::before {
  display: none;
}

.template-header .nav-menu .sub-menu li a:hover {
  background: rgba(79, 143, 239, 0.14);
  color: #93c5fd;
  padding-left: 28px;
}

/* ---- Get Started CTA button ---- */
.template-header .template-btn {
  background: #4f8fef;
  border-color: #4f8fef;
  border-radius: 6px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(79, 143, 239, 0.38);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.template-header .template-btn:hover {
  background: #3a7de0;
  border-color: #3a7de0;
  color: #ffffff;
  box-shadow: 0 8px 26px rgba(79, 143, 239, 0.48);
  transform: translateY(-1px);
}

/* ---- Mobile hamburger toggler ---- */
.template-header .navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
}

.template-header .navbar-toggler span {
  background-color: #ffffff;
}

/* ---- Sticky state ---- */
.template-header.sticky-header.sticky-on {
  background: rgba(6, 12, 30, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(79, 143, 239, 0.22);
}

.template-header.sticky-header.sticky-on .nav-menu ul li {
  line-height: 74px;
}

.template-header.sticky-header.sticky-on .header-inner {
  min-height: 74px;
}

/* ---- Mobile slide panel ---- */
.mobile-slide-panel .panel-inner {
  background: linear-gradient(160deg, #0b1a32 0%, #091428 100%);
  border-left: 1px solid rgba(79, 143, 239, 0.18);
}

.mobile-slide-panel .panel-overlay {
  background-color: rgba(4, 9, 22, 0.85);
}

.mobile-slide-panel .mobile-menu li a {
  color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(79, 143, 239, 0.12);
  font-size: 17px;
  font-weight: 500;
}

.mobile-slide-panel .mobile-menu li a:hover {
  color: #7ab2f4;
}

.mobile-slide-panel .mobile-menu li.active > a {
  color: #4f8fef;
}

.mobile-slide-panel .mobile-menu li a .dd-trigger {
  border-left-color: rgba(79, 143, 239, 0.15);
  color: rgba(255, 255, 255, 0.5);
}

.mobile-slide-panel .panel-close {
  color: rgba(255, 255, 255, 0.55);
  font-size: 24px;
}

.mobile-slide-panel .panel-close:hover {
  color: #7ab2f4;
}

/* ---- Header responsive ---- */
@media (max-width: 1199px) {
  .template-header .header-inner {
    min-height: 80px;
  }
  .template-header .nav-menu li {
    line-height: 80px;
    margin: 0 2px;
  }
  .template-header .nav-menu li a {
    font-size: 15px;
    padding: 6px 10px;
  }
}

@media (max-width: 767px) {
  .template-header .header-inner {
    min-height: 70px;
  }
}

/* =============================================
   About / Features Section (SSR)
   ============================================= */

.ssr-section {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(37, 99, 235, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    linear-gradient(160deg, #040e20 0%, #071826 50%, #040c1a 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.ssr-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(79, 143, 239, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

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

.ssr-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  background: rgba(79, 143, 239, 0.1);
  border: 1px solid rgba(79, 143, 239, 0.3);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ssr-badge i {
  font-size: 12px;
  color: #4f8fef;
}

.ssr-title {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.ssr-title__accent {
  display: block;
  background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 40%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ssr-desc {
  color: rgba(255, 255, 255, 0.58);
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 480px;
}

.ssr-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 38px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ssr-checklist li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
}

.ssr-checklist__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(79, 143, 239, 0.14);
  border: 1px solid rgba(79, 143, 239, 0.32);
  color: #60a5fa;
  font-size: 11px;
}

.ssr-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: #25d366;
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.35);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.ssr-whatsapp-btn i {
  font-size: 19px;
}

.ssr-whatsapp-btn:hover {
  background: #1db954;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.48);
  transform: translateY(-2px);
  color: #ffffff !important;
  text-decoration: none;
}

.ssr-image-wrap {
  position: relative;
  display: block;
}

.ssr-image-wrap::before {
  content: "";
  position: absolute;
  inset: -12px -12px -12px 12px;
  border: 1px solid rgba(79, 143, 239, 0.22);
  border-radius: 22px;
  pointer-events: none;
  z-index: 0;
}

.ssr-image-wrap::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  right: 5%;
  bottom: 10%;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.ssr-image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  display: block;
}

.ssr-image-badge {
  position: absolute;
  bottom: 28px;
  left: -20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: rgba(5, 14, 36, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(79, 143, 239, 0.28);
  border-radius: 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.ssr-image-badge i {
  color: #f59e0b;
  font-size: 15px;
}

@media (max-width: 991px) {
  .ssr-section { padding: 72px 0; }
  .ssr-title { font-size: 36px; }
  .ssr-image-wrap { margin-top: 48px; }
  .ssr-image-badge { left: 16px; bottom: -18px; }
}

@media (max-width: 767px) {
  .ssr-section { padding: 56px 0; }
  .ssr-title { font-size: 30px; }
  .ssr-desc { font-size: 15px; max-width: 100%; }
  .ssr-image-badge {
    position: relative;
    left: auto; bottom: auto;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
  }
}

/* =============================================
   FAQ Section
   ============================================= */

/* Background: light grey-blue + plus/cross mark pattern */
.faq-section-new {
  background-color: #f8fafc;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232563eb' fill-opacity='0.07'%3E%3Crect x='19' y='7' width='2' height='26'/%3E%3Crect x='7' y='19' width='26' height='2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 40px 40px;
  padding: 100px 0;
}

/* Badge */
.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50px;
  color: #1e40af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.faq-badge i { font-size: 12px; color: #2563eb; }

/* Title */
.faq-title {
  color: #0f1e3d;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 36px;
}

.faq-title__accent {
  display: block;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Accordion items ---- */
.faq-item {
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:has(.faq-item__btn:not(.collapsed)) {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08);
}

.faq-item__header {
  margin: 0;
}

.faq-item__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  color: #0f1e3d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  transition: color 0.25s ease;
}

.faq-item__btn:not(.collapsed) {
  color: #1d4ed8;
}

/* Plus / minus icon toggle */
.faq-item__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #2563eb;
  transition: background 0.25s ease, transform 0.3s ease;
}

.faq-item__btn:not(.collapsed) .faq-item__icon {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: rotate(45deg);
}

.faq-item__body {
  padding: 0 24px 20px 24px;
}

.faq-item__body p {
  color: rgba(15, 30, 61, 0.62);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* ---- Image side ---- */
.faq-img-wrap {
  position: relative;
  display: block;
}

.faq-img-wrap::before {
  content: "";
  position: absolute;
  inset: -12px 12px -12px -12px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 22px;
  pointer-events: none;
  z-index: 0;
}

.faq-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(15, 30, 61, 0.14);
  display: block;
}

.faq-img-badge {
  position: absolute;
  bottom: 26px;
  right: -18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 12px;
  color: #0f1e3d;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(15, 30, 61, 0.12);
  white-space: nowrap;
}

.faq-img-badge i {
  color: #2563eb;
  font-size: 15px;
}

@media (max-width: 991px) {
  .faq-section-new { padding: 72px 0; }
  .faq-title { font-size: 34px; }
  .faq-img-wrap { margin-top: 48px; }
  .faq-img-badge { right: 16px; bottom: -18px; }
}

@media (max-width: 767px) {
  .faq-section-new { padding: 56px 0; }
  .faq-title { font-size: 28px; }
  .faq-item__btn { font-size: 15px; padding: 16px 18px; }
  .faq-img-badge {
    position: relative;
    right: auto; bottom: auto;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
  }
}

/* =============================================
   CTA Section — Blue Gradient
   ============================================= */

.cta-blue-section {
  background-image:
    linear-gradient(135deg, rgba(10, 22, 60, 0.76) 0%, rgba(17, 45, 130, 0.70) 50%, rgba(12, 32, 100, 0.78) 100%),
    url('../img/home/cta-1.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}

/* Vertical lines pattern over the image */
.cta-blue-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06) 0px,
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px,
    transparent 36px
  );
  pointer-events: none;
  z-index: 0;
}

/* Top-right decorative ring */
.cta-blue-section::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 60px rgba(255, 255, 255, 0.05),
    0 0 0 120px rgba(255, 255, 255, 0.025);
  pointer-events: none;
  z-index: 0;
}

.cta-blue-section .container {
  position: relative;
  z-index: 1;
}

/* Badge */
.cta-blue__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 26px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cta-blue__badge i { font-size: 13px; }

/* Heading */
.cta-blue__title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}

/* Subtitle */
.cta-blue__sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 auto 40px;
  max-width: 520px;
}

/* Button group */
.cta-blue__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-blue__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

/* Call — white button */
.cta-blue__btn--call {
  background: #ffffff;
  color: #1d4ed8 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
}

.cta-blue__btn--call:hover {
  background: #f0f6ff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  color: #1d4ed8 !important;
  text-decoration: none;
}

/* WhatsApp — green button */
.cta-blue__btn--whatsapp {
  background: #25d366;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.38);
}

.cta-blue__btn--whatsapp:hover {
  background: #1db954;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .cta-blue-section { padding: 72px 0; }
  .cta-blue__title { font-size: 36px; }
}

@media (max-width: 767px) {
  .cta-blue-section { padding: 56px 0; }
  .cta-blue__title { font-size: 28px; }
  .cta-blue__btn { padding: 14px 26px; width: 100%; justify-content: center; }
}

/* =============================================
   Counter / Statistics Section — Dark Override
   ============================================= */

.statistics-section {
  background:
    radial-gradient(ellipse at 75% 30%, rgba(59, 130, 246, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 70%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
    linear-gradient(160deg, #060f26 0%, #0a1730 50%, #060f22 100%) !important;
  position: relative;
  overflow: hidden;
  padding-top: 80px !important;
  padding-bottom: 30px !important;
}

/* Dot-grid texture */
.statistics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(79, 143, 239, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

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

/* Left column heading */
.statistics-section .common-heading h2.title {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.statistics-section .common-heading p {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 16px;
  line-height: 1.75;
}

/* Counter number */
.statistics-section .counter-wrap .counter {
  color: #ffffff !important;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -1px;
}

/* Plus icon */
.statistics-section .counter-wrap .suffix {
  color: #4f8fef !important;
  font-size: 22px;
}

/* Counter label */
.statistics-section .counter-item .title {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Thin blue divider between the two columns */
@media (min-width: 992px) {
  .statistics-section .col-lg-6:last-child {
    border-left: 1px solid rgba(79, 143, 239, 0.15);
    padding-left: 48px;
  }
}

/* =============================================
   Why Choose Section (WCA)
   ============================================= */

/* White base + centered concentric ring pattern */
.wca-section {
  background-color: #ffffff;
  background-image:
    radial-gradient(circle at 50% 50%, transparent 130px, rgba(37,99,235,0.05) 131px, rgba(37,99,235,0.05) 192px, transparent 193px),
    radial-gradient(circle at 50% 50%, transparent 250px, rgba(37,99,235,0.035) 251px, rgba(37,99,235,0.035) 332px, transparent 333px),
    radial-gradient(circle at 50% 50%, transparent 390px, rgba(37,99,235,0.02) 391px, rgba(37,99,235,0.02) 490px, transparent 491px),
    radial-gradient(circle at 50% 50%, transparent 540px, rgba(37,99,235,0.015) 541px, rgba(37,99,235,0.015) 660px, transparent 661px);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Badge */
.wca-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50px;
  color: #1e40af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wca-badge i { font-size: 11px; color: #2563eb; }

/* Title */
.wca-title {
  color: #0f1e3d;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.wca-title__accent {
  display: block;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wca-subtitle {
  color: rgba(15, 30, 61, 0.52);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 52px;
}

/* ---- Cards ---- */
.wca-card {
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 18px;
  padding: 40px 30px 36px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Large faint background number */
.wca-card__num {
  position: absolute;
  top: -8px;
  right: 18px;
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  color: rgba(37, 99, 235, 0.05);
  pointer-events: none;
  user-select: none;
  transition: color 0.3s ease;
}

/* Blue bottom slide-in accent line */
.wca-card::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.wca-card:hover {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 16px 48px rgba(15, 30, 61, 0.1);
  transform: translateY(-5px);
}

.wca-card:hover::after {
  transform: scaleX(1);
}

.wca-card:hover .wca-card__num {
  color: rgba(37, 99, 235, 0.09);
}

/* Icon box */
.wca-card__icon {
  width: 58px;
  height: 58px;
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #2563eb;
  margin-bottom: 22px;
  transition: background 0.3s ease, border-color 0.3s ease;
  position: relative;
  z-index: 1;
}

.wca-card:hover .wca-card__icon {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.32);
}

/* Card title */
.wca-card__title {
  color: #0f1e3d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

/* Card text */
.wca-card__text {
  color: rgba(15, 30, 61, 0.56);
  font-size: 15px;
  line-height: 1.78;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .wca-section { padding: 72px 0; }
  .wca-title { font-size: 36px; }
}

@media (max-width: 767px) {
  .wca-section { padding: 56px 0; }
  .wca-title { font-size: 30px; }
  .wca-card { padding: 32px 24px; }
  .wca-card__num { font-size: 72px; }
}

/* =============================================
   Pricing / Calculator Section (APT)
   ============================================= */

/* Section background — fine graph-paper grid on pale blue */
.apt-section {
  background-color: #f0f6ff;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  padding: 100px 0;
}

/* Badge */
.apt-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.25);
  border-radius: 50px;
  color: #1e40af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.apt-badge i { font-size: 12px; color: #2563eb; }

/* Section title */
.apt-title {
  color: #0f1e3d;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.apt-title__accent {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.apt-subtitle {
  color: rgba(15, 30, 61, 0.55);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 52px;
}

/* ---- Pricing Card ---- */
.apt-price-card {
  background: linear-gradient(160deg, #0b1d3b 0%, #091427 100%);
  border: 1px solid rgba(79, 143, 239, 0.2);
  border-radius: 20px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* Glow orb at top */
.apt-price-card::before {
  content: "";
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(79, 143, 239, 0.2), transparent 70%);
  pointer-events: none;
}

/* Top accent line */
.apt-price-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #4f8fef 50%, transparent);
}

.apt-price-card__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  background: rgba(79, 143, 239, 0.12);
  border: 1px solid rgba(79, 143, 239, 0.28);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.apt-price-card__label i { font-size: 11px; color: #60a5fa; }

.apt-price-card__cost {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 6px;
}

.apt-price-card__currency {
  color: #93c5fd;
  font-size: 28px;
  font-weight: 700;
  margin-top: 12px;
}

.apt-price-card__amount {
  color: #ffffff;
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.apt-price-card__desc {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin-bottom: 32px;
}

.apt-price-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.apt-price-card__features li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 500;
}

.apt-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(79, 143, 239, 0.15);
  border: 1px solid rgba(79, 143, 239, 0.35);
  color: #60a5fa;
  font-size: 10px;
}

.apt-price-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #4f8fef 0%, #2563eb 100%);
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.42);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 1;
}

.apt-price-card__btn:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 10px 32px rgba(37, 99, 235, 0.55);
  transform: translateY(-2px);
  color: #ffffff !important;
  text-decoration: none;
}

/* ---- Calculator Card ---- */
.apt-calc-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 8px 40px rgba(15, 30, 61, 0.08);
  padding: 44px 40px;
}

.apt-calc-card__header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}

.apt-calc-card__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2563eb;
}

.apt-calc-card__title {
  color: #0f1e3d;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
}

.apt-calc-card__sub {
  color: rgba(15, 30, 61, 0.5);
  font-size: 13.5px;
  margin: 0;
}

/* 2-column form grid */
.apt-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  margin-bottom: 28px;
}

.apt-calc-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(15, 30, 61, 0.5);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.apt-calc-field input {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid rgba(37, 99, 235, 0.15);
  border-radius: 9px;
  font-size: 15px;
  color: #0f1e3d;
  background: #f8fafc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
  box-sizing: border-box;
}

.apt-calc-field input:focus {
  border-color: #4f8fef;
  box-shadow: 0 0 0 3px rgba(79, 143, 239, 0.12);
  background: #ffffff;
}

.apt-calc-field input[readonly] {
  background: rgba(37, 99, 235, 0.04);
  color: rgba(15, 30, 61, 0.6);
  cursor: default;
  border-style: dashed;
}

/* Total row */
.apt-calc-total {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(79, 143, 239, 0.04));
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 14px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.apt-calc-total__label {
  font-size: 16px;
  font-weight: 700;
  color: #0f1e3d;
  margin-bottom: 3px;
}

.apt-calc-total__note {
  font-size: 12.5px;
  color: rgba(15, 30, 61, 0.45);
}

.apt-calc-total__amount {
  font-size: 32px;
  font-weight: 800;
  color: #2563eb;
  letter-spacing: -0.5px;
}

/* Responsive */
@media (max-width: 991px) {
  .apt-section { padding: 72px 0; }
  .apt-title { font-size: 36px; }
  .apt-calc-card { padding: 34px 28px; }
}

@media (max-width: 767px) {
  .apt-section { padding: 56px 0; }
  .apt-title { font-size: 30px; }
  .apt-calc-grid { grid-template-columns: 1fr; }
  .apt-calc-card { padding: 28px 20px; }
  .apt-price-card__amount { font-size: 60px; }
}

/* =============================================
   Features / Services Section
   ============================================= */

.features-section {
  background-image:
    linear-gradient(160deg, rgba(4, 12, 30, 0.65) 0%, rgba(6, 18, 44, 0.58) 50%, rgba(4, 10, 26, 0.68) 100%),
    url('../img/home/bg-2.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(79, 143, 239, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

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

/* Badge */
.features-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(79, 143, 239, 0.1);
  border: 1px solid rgba(79, 143, 239, 0.3);
  border-radius: 50px;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.features-badge i {
  font-size: 12px;
  color: #4f8fef;
}

/* Title */
.features-title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 56px;
}

.features-title__accent {
  background: linear-gradient(135deg, #93c5fd 0%, #60a5fa 45%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Card */
.feature-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(79, 143, 239, 0.16);
  border-radius: 18px;
  padding: 42px 34px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease,
              transform 0.3s ease, box-shadow 0.3s ease;
}

/* Top accent line — appears on hover */
.feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #4f8fef 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover {
  background: rgba(79, 143, 239, 0.08);
  border-color: rgba(79, 143, 239, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.feature-card:hover::before {
  opacity: 1;
}

/* Icon box */
.feature-card__icon {
  width: 66px;
  height: 66px;
  background: rgba(79, 143, 239, 0.12);
  border: 1px solid rgba(79, 143, 239, 0.25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #60a5fa;
  margin-bottom: 26px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.feature-card:hover .feature-card__icon {
  background: rgba(79, 143, 239, 0.22);
  border-color: rgba(79, 143, 239, 0.45);
  color: #93c5fd;
}

/* Card title */
.feature-card__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.38;
  margin-bottom: 14px;
}

/* Card text */
.feature-card__text {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 1.78;
  margin: 0;
}

@media (max-width: 991px) {
  .features-section { padding: 72px 0; }
  .features-title { font-size: 36px; margin-bottom: 40px; }
}

@media (max-width: 767px) {
  .features-section { padding: 56px 0; }
  .features-title { font-size: 30px; }
  .feature-card { padding: 32px 26px; }
}

/* =============================================
   Process / How It Works Section
   ============================================= */

.process-section {
  background-color: #f8fafc;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(37, 99, 235, 0.028) 0px,
    rgba(37, 99, 235, 0.028) 1px,
    transparent 1px,
    transparent 44px
  );
  padding: 100px 0;
}

.process-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(37, 99, 235, 0.07);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 50px;
  color: #1e40af;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.process-badge i {
  font-size: 13px;
  color: #2563eb;
}

.process-title {
  color: #0f1e3d;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.process-title__accent {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-subtitle {
  color: rgba(15, 30, 61, 0.52);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 38px;
}

/* ---- Timeline steps ---- */
.process-steps {
  display: flex;
  flex-direction: column;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  padding-bottom: 30px;
}

/* Vertical connecting line between steps */
.process-step:not(.process-step--last)::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(37, 99, 235, 0.28) 0%,
    rgba(37, 99, 235, 0.06) 100%
  );
}

/* Step number badge */
.process-step__num {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(37, 99, 235, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.1);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.process-step:hover .process-step__num {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

/* Last step always highlighted */
.process-step--last .process-step__num {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.process-step--last {
  padding-bottom: 0;
}

.process-step__body {
  padding-top: 12px;
}

.process-step__title {
  color: #0f1e3d;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  transition: color 0.25s ease;
}

.process-step:hover .process-step__title {
  color: #2563eb;
}

@media (max-width: 991px) {
  .process-section { padding: 72px 0; }
  .process-title { font-size: 38px; }
  .process-step__title { font-size: 16px; }
}

@media (max-width: 767px) {
  .process-section { padding: 56px 0; }
  .process-title { font-size: 28px; }
}

/* =============================================
   Hero Section — Blue Theme
   ============================================= */

/* ---- Background: white with corner ring shapes ---- */
.hero-blue-section {
  background-image: none !important;
  background:
    /* Top-right concentric rings */
    radial-gradient(circle at 108% -8%, transparent 130px, rgba(59,130,246,0.09) 131px, rgba(59,130,246,0.09) 190px, transparent 191px),
    radial-gradient(circle at 108% -8%, transparent 215px, rgba(59,130,246,0.06) 216px, rgba(59,130,246,0.06) 295px, transparent 296px),
    radial-gradient(circle at 108% -8%, transparent 330px, rgba(59,130,246,0.04) 331px, rgba(59,130,246,0.04) 430px, transparent 431px),
    /* Bottom-left concentric rings */
    radial-gradient(circle at -8% 112%, transparent 110px, rgba(59,130,246,0.08) 111px, rgba(59,130,246,0.08) 175px, transparent 176px),
    radial-gradient(circle at -8% 112%, transparent 210px, rgba(59,130,246,0.05) 211px, rgba(59,130,246,0.05) 285px, transparent 286px),
    radial-gradient(circle at -8% 112%, transparent 320px, rgba(59,130,246,0.03) 321px, rgba(59,130,246,0.03) 410px, transparent 411px),
    /* White base */
    #ffffff !important;
  position: relative;
  overflow: hidden;
}

/* Very subtle dot grid — complements the rings */
.hero-blue-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none;
  z-index: 0;
}

/* Bottom border line to separate from next section */
.hero-blue-section::before {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(37, 99, 235, 0.2) 30%,
    rgba(59, 130, 246, 0.4) 50%,
    rgba(37, 99, 235, 0.2) 70%,
    transparent 100%
  );
  z-index: 1;
}

/* Push hero content above the pseudo-elements */
.hero-blue-section .container {
  position: relative;
  z-index: 2;
}

/* ---- Hero content padding ---- */
.hero-blue-section .hero-content {
  padding-top: 130px;
  padding-bottom: 140px;
}

/* ---- Badge pill ---- */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 22px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 50px;
  color: #1e40af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.hero-badge i {
  font-size: 12px;
  color: #2563eb;
}

/* ---- Main headline ---- */
.hero-headline {
  color: #0f1e3d;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 22px;
  letter-spacing: -1px;
}

/* Blue gradient accent on "Registration" */
.hero-headline__accent {
  display: block;
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Subtitle ---- */
.hero-sub {
  color: rgba(15, 30, 61, 0.58);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 auto 42px;
  max-width: 500px;
}

/* ---- Button group ---- */
.hero-cta-btns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease,
              box-shadow 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

/* Primary — solid blue with glow */
.hero-btn--primary {
  background: linear-gradient(135deg, #4f8fef 0%, #2563eb 100%);
  border: 1px solid transparent;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(59, 130, 246, 0.42);
}

.hero-btn--primary:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 10px 34px rgba(59, 130, 246, 0.56);
  transform: translateY(-2px);
  color: #ffffff !important;
  text-decoration: none;
}

/* Outline — ghost button */
.hero-btn--outline {
  background: transparent;
  border: 1px solid rgba(37, 99, 235, 0.38);
  color: #1d4ed8 !important;
}

.hero-btn--outline:hover {
  border-color: #2563eb;
  background: rgba(37, 99, 235, 0.07);
  color: #1e40af !important;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-headline {
    font-size: 46px;
  }
  .hero-blue-section .hero-content {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .hero-headline {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  .hero-sub {
    font-size: 15px;
  }
  .hero-blue-section .hero-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hero-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 30px;
  }
  .hero-cta-btns {
    flex-direction: column;
    align-items: center;
  }
  .hero-btn {
    width: 100%;
    justify-content: center;
  }
}
