* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
  background: #f9fafb;
}

section {
  overflow: hidden;
}

:root {
  --primary-dark: #0a3a78;
  --primary-mid: #1467b0;
  --primary-light: #3fa0f5;

  --shield-dark: #0a2e60;
  --shield-blue: #1e64c8;

  --text-primary: #0a3a78;
  --text-secondary: #6ca4da;

  --white: #ffffff;
  --black: #000000;
}

/* ================= TOP BAR ================ */
/* .top-bar {
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  position: absolute;
  width: 100%;
  z-index: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar span {
  color: #fff;
  font-weight: 600;
}

.top-bar-left {
  gap: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bbb;
}

.top-bar-item i {
  color: var(--primary-dark);
  font-size: 14px;
}

.top-bar-right {
  gap: 20px;
}

.social-links {
  display: flex;
  gap: 20px;
  height: 100%;
}

.social-links a {
  color: var(--primary-light);
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--primary-dark);
} */

.navbar-custom {
  background: transparent !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(6px);
  padding: 16px 0;
  animation: slideDown 0.4s ease;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.navbar-custom.scrolled {
  background: var(--white) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  position: relative;
}

.navbar-brand img {
  height: 55px;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.logo-color {
  position: absolute;
  left: 0;
  opacity: 0;
}

.navbar-custom.scrolled .logo-white {
  opacity: 0;
  transform: translateY(0);
}

.navbar-custom.scrolled .logo-color {
  opacity: 1;
  transform: translateY(0);
}

.nav-pill {
  background: linear-gradient(
    135deg,
    rgba(63, 160, 245, 0.15),
    rgba(20, 103, 176, 0.15)
  );
  backdrop-filter: blur(14px);
  border-radius: 50px;
  border: 1px solid var(--primary-light);
  padding: 10px 26px;
  display: flex;
  gap: 28px;
}

.nav-pill .nav-link {
  color: var(--white);
  font-weight: 500;
  padding: 6px 0;
  position: relative;
}

.nav-pill .nav-link:hover {
  color: var(--primary-mid);
}

.navbar-custom.scrolled .nav-pill {
  background: #fff;
  border-color: rgba(20, 103, 176, 0.25);
}

.navbar-custom.scrolled .nav-pill .nav-link {
  color: var(--primary-dark);
}

.navbar-custom.scrolled .nav-pill .nav-link:hover {
  color: var(--primary-mid);
}

.navbar-custom.scrolled .navbar-contact {
  color: var(--primary-dark);
}

.navbar-custom.scrolled .navbar-contact i {
  color: var(--primary-dark);
}

.navbar-custom.scrolled .navbar-toggler {
  border-color: rgba(10, 58, 120, 0.2);
}

.services-dropdown {
  position: relative;
}

.services-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.services-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.services-menu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 260px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.35s ease;
  z-index: 1000;
}

.services-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}

.services-menu li a {
  display: block;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-dark);
  transition: all 0.3s ease;
  text-decoration: none;
}

.services-menu li a:hover {
  background: linear-gradient(90deg, var(--primary-mid), var(--primary-light));
  color: #fff;
  padding-left: 32px;
}

.services-dropdown.active .services-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.navbar-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.navbar-contact i {
  color: #ffffff; /* white at top */
  font-size: 28px;
  transition: color 0.3s ease;
}

.nav-contact-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.contact-label {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
}

.contact-number {
  font-size: 16px;
  font-weight: 700;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.sticky .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar.sticky .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(10,58,120,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, var(--shield-dark), var(--primary-dark));
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--primary-mid), var(--primary-light));
  border-radius: 10px;
  border: 2px solid var(--shield-dark);
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--shield-blue));
  box-shadow: 0 0 10px rgba(63, 160, 245, 0.6);
}

::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-mid));
}

::-webkit-scrollbar-corner {
  background: var(--shield-dark);
}

/* ================= HERO SECTION ================= */

.hero-section {
  position: relative;
  height: 110vh;
  background: linear-gradient(180deg, var(--shield-dark), var(--black));
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 5;
  margin-top: 60px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--primary-light);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 6px 25px rgba(0, 0, 0, 0.6);
}

.hero-title .outline-text {
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  text-shadow: none;
}

.hero-title .highlight {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-mid));
  padding: 0px 15px 8px;
  display: inline-block;
  color: var(--white);
  box-shadow: 0 15px 40px rgba(63, 160, 245, 0.45);
}

.hero-subtext {
  font-size: 18px;
  line-height: 1.7;
  color: #d2e3f7;
  max-width: 520px;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-readmore,
.btn-contact {
  position: relative;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all 0.35s ease;
  overflow: hidden;
}

.btn-readmore::after,
.btn-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: translateX(-120%);
  transition: 0.7s;
}

.btn-readmore:hover::after,
.btn-contact:hover::after {
  transform: translateX(120%);
}

.btn-readmore {
  background-color: var(--white);
  color: var(--text-primary);
  border-color: var(--white);
}

.btn-readmore:hover {
  background-color: transparent;
  color: var(--white);
}

.btn-contact {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-contact:hover {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
}

.hero-trust {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #bcd7f0;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-image img {
  width: 100%;
  height: 340px;
  border-radius: 15px;
  margin-top: 60px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-mini-carousel {
  margin-top: 120px;
  position: absolute;
  align-items: center;
  bottom: 75px;
  display: flex;
  z-index: 6;
}

.mini-item {
  width: 115px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  opacity: 0.55;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.mini-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-item.active,
.mini-item:hover {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 10px 35px rgba(63, 160, 245, 0.6);
  outline: 2px solid var(--primary-light);
  outline-offset: 2px;
}

.mini-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
}

/* ======================= HERO COUNTER OVERLAY ======================= */
.clientele-overlay {
  width: 100%;
  position: relative;
  margin-top: -120px;
  z-index: 10;
}

.clientele-box {
  background: #0c0c12;
  padding: 50px 20px;
  border-radius: 10px;
}

.counter-box {
  color: rgb(255, 0, 0);
}

.roller {
  display: inline-flex;
  gap: 2px;
  font-size: 70px;
  font-weight: 800;
  color: var(--primary-mid);
  height: 75px;
  overflow: hidden;
  justify-content: center;
}

.roller-digit {
  min-width: 46px;
  width: auto;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.roller-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.roller-strip div {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 65px;
  white-space: nowrap;
}

.counter-label {
  margin-top: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

@media (max-width: 992px) {
  .roller {
    font-size: 45px;
    height: 55px;
  }
  .roller-strip div {
    height: 55px;
  }
  .clientele-box {
    padding: 40px 15px;
  }
}

@media (max-width: 576px) {
  .counter-label {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

/* -----------------------------------------ABOUT SECTION--------------------------------- */

.about-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* ============================
   Section Badge
============================ */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(63, 160, 245, 0.12);
  border: 1px solid rgba(63, 160, 245, 0.35);
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.section-badge i,
.section-badge span {
  color: var(--black);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.about-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
  color: var(--black);
}

.about-title .highlight {
  color: var(--primary-mid);
  position: relative;
  display: inline-block;
}

/* .about-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(63, 160, 245, 0.3);
  z-index: -1;
} */

.about-description {
  color: var(--black);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-description strong {
  color: var(--primary-mid);
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(63, 160, 245, 0.3);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(63, 160, 245, 0.12),
    transparent
  );
  left: -100%;
  transition: 0.5s;
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-light);
  box-shadow: 0 20px 40px rgba(63, 160, 245, 0.25);
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary-mid));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  color: var(--white);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-light);
  margin-bottom: 5px;
}

.stat-number span {
  color: var(--primary-light);
}

.stat-label {
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-image-container {
  position: relative;
}

.main-image {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.image-frame {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: var(--shield-dark);
  border-radius: 20px;
  z-index: 1;
}

.floating-badge {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: var(--primary-light);
  color: var(--white);
  padding: 25px 30px;
  border-radius: 15px;
  z-index: 3;
  box-shadow: 0 20px 40px rgba(63, 160, 245, 0.4);
  animation: float 3s ease-in-out infinite;
}

.floating-badge .years {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.floating-badge .text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.iso-badge {
  position: absolute;
  top: 30px;
  right: -15px;
  background: var(--shield-dark);
  border: 2px solid var(--primary-light);
  padding: 15px 20px;
  border-radius: 10px;
  z-index: 3;
  text-align: center;
  animation: pulse 2s ease-in-out infinite;
}

.iso-badge i {
  font-size: 28px;
  color: var(--primary-light);
  display: block;
  margin-bottom: 5px;
}

.iso-badge span {
  font-size: 11px;
  font-weight: 600;
  color: var(--white);
}

.features-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: rgba(63, 160, 245, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(63, 160, 245, 0.35);
}

.feature-item i {
  width: 35px;
  height: 35px;
  background: rgba(63, 160, 245, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 14px;
}

.feature-item span {
  font-size: 16px;
  color: var(--black);
}

.cta-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background: var(--primary-light);
  color: var(--white);
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid var(--primary-light);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-primary-custom:hover {
  background: transparent;
  color: var(--primary-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(63, 160, 245, 0.3);
}

.btn-outline-custom {
  background: transparent;
  color: var(--white);
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid var(--primary-dark);
  color: var(--primary-dark);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-outline-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@media (max-width: 991px) {
  .about-title {
    font-size: 36px;
  }

  .about-image-container {
    margin-top: 60px;
  }

  .floating-badge {
    left: 20px;
    bottom: 20px;
  }

  .iso-badge {
    right: 20px;
  }

  .image-frame {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 60px 0;
  }

  .about-title {
    font-size: 28px;
  }

  .stats-container,
  .features-list {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    width: 100%;
    justify-content: center;
  }

  .floating-badge {
    padding: 20px;
  }

  .floating-badge .years {
    font-size: 32px;
  }
}

/* ---------------------------------------------------WHY CHOOSE US----------------------------------------------- */

.why-choose {
  padding: 80px 0px;
  overflow: hidden;
}

.image-box {
  position: relative;
}

.main-img {
  width: 100%;
  border-radius: 6px;
}

.corner-frame::before,
.corner-frame::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid var(--primary-mid);
}

.corner-frame::before {
  top: -15px;
  left: -15px;
  border-right: none;
  border-bottom: none;
}

.corner-frame::after {
  bottom: -15px;
  right: -15px;
  border-left: none;
  border-top: none;
}

.counter-box {
  position: absolute;
  left: 51%;
  bottom: 20px;
  transform: translateX(-50%);
  background: var(--white);
  padding: 10px 20px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.counter-box h2 {
  font-size: 48px;
  color: var(--primary-mid);
  margin-bottom: 5px;
  font-weight: 800;
}

.counter-box p {
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--text-primary);
  font-size: 14px;
  margin: 0;
}

.section-label {
  color: var(--primary-mid);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.why-choose-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 30px;
}

.section-text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.feature-list li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--text-primary);
}

.feature-list i {
  color: var(--primary-mid);
  margin-right: 10px;
}

.bottom-line {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid var(--text-secondary);
  font-weight: 600;
  font-size: 14px;
}

.bottom-line span {
  color: var(--primary-mid);
}

@media (max-width: 991px) {
  .overlay-img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .counter-box {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .why-choose-title {
    font-size: 34px;
  }
}

/* ---------------------------------------------------promise Section--------------------------------------------- */
.promise-section {
  background: linear-gradient(180deg, var(--shield-dark), var(--black));
  overflow: hidden;
  position: relative;
}

.section {
  padding: 60px 0;
}

.promise-content {
  padding: 60px 0px 60px 60px;
}

.promise-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(63, 160, 245, 0.12);
  border: 1px solid var(--primary-light);
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.promise-badge i,
.promise-badge span {
  color: var(--white);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.promise-subtitle {
  color: var(--primary-light);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.promise-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}

.promise-text {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
}

.promise-card {
  padding: 30px;
  position: relative;
  height: 100%;
  background: var(--white);
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.promise-card:hover {
  border-bottom-color: var(--primary-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.promise-number {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 60px;
  font-weight: 800;
  color: rgba(10, 58, 120, 0.1);
  line-height: 1;
}

.promise-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.promise-icon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--text-secondary);
}

.promise-icon i {
  font-size: 30px;
  color: var(--white);
}

.promise-card-subtitle {
  color: var(--primary-dark);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.promise-card-title {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.promise-card-text {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.promise-link {
  color: var(--primary-light);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.promise-link:hover,
.promise-link:hover i {
  color: var(--primary-dark);
}

.promise-link i {
  color: var(--primary-light);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-sidebar {
  position: relative;
  background-image: url("../images/image-two.png");
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.promise-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--shield-dark), var(--black));
  opacity: 0.5;
  z-index: 1;
}

.promise-sidebar > * {
  position: relative;
  z-index: 2;
}

.flex-col {
  flex-direction: column;
}

.sidebar-title {
  color: white;
  font-size: 30px;
}

.btn-white {
  background: white;
  color: var(--primary-dark);
  padding: 10px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.promise-sidebar {
  padding: 50px 0;
  font-size: 20px;
}

.contact-sidebar {
  background: var(--primary-dark);
  padding: 40px 30px;
  color: var(--white);
  height: 100%;
}

.contact-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.contact-phone {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

.btn-primary-custom {
  background: var(--primary-light);
  color: var(--white);
  padding: 12px 30px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background: var(--shield-dark);
  color: var(--white);
}

/* ================================
   SERVICES SECTION
================================ */
.services-section {
  background: linear-gradient(180deg, var(--shield-dark), var(--black));
  padding: 60px 0;
  color: var(--white);
  overflow: hidden;
}

.promise-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--primary-light);
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--white);
}

.section-title span {
  color: var(--primary-light);
}

.swiper-wrapper {
  align-items: stretch;
  padding: 10px 0px 0;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.service-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-light);
}

.service-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.icon-box {
  position: absolute;
  left: 50%;
  top: 220px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: var(--primary-mid);
  display: grid;
  place-items: center;
}

.icon-box i {
  font-size: 28px;
  color: var(--white);
}

.service-card .content {
  padding: 60px 25px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card h4 {
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.service-card .know-more-btn {
  margin-top: auto;
  align-self: center;
}

.know-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd, #003f88);
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.35);
}

.know-more-btn .arrow {
  font-size: 18px;
  transition: transform 0.4s ease;
}

.know-more-btn:hover {
  background: linear-gradient(135deg, #003f88, #0d6efd);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.55);
  transform: translateY(-3px);
}

.know-more-btn:hover .arrow {
  transform: translateX(6px);
}

.know-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

.know-more-btn:hover::after {
  left: 130%;
}

.swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  background: var(--white);
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: var(--primary-dark);
  opacity: 1;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 26px;
  }

  .service-card img {
    height: 220px;
  }

  .icon-box {
    top: 190px;
  }
}

/* ------------------------------------- CTA -----------------------------------------*/
.agency-section {
  background: linear-gradient(180deg, var(--shield-dark), var(--black));
  color: var(--white);
  padding: 80px 0;
}

.agency-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}

.agency-title span {
  background: linear-gradient(90deg, var(--primary-light), var(--shield-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.agency-desc {
  color: #b7c8e6;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 480px;
}

.agency-btn {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(90deg, var(--primary-mid), var(--primary-light));
  color: var(--white);
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.agency-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(63, 160, 245, 0.35);
}

.agency-left-inner {
  z-index: 1;
  top: 150px;
}

.branch-columns {
  padding: 10px 0px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.branch-col {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(63, 160, 245, 0.15);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(6px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.branch-col:hover {
  transform: translateY(-6px);
  border-color: var(--primary-light);
}

.branch-col h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--primary-light);
}

.branch-col p {
  font-size: 18px;
  line-height: 1.6;
  color: #d2def3;
}

/* ------------------------------------------TESTIMONIALS SECTION---------------------------------------- */

:root {
  --card-gap: 30px;
  --card-width: 360px;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-left {
  background-image: url(../images/testimonial.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 40px;
  position: relative;
  color: var(--white);
  z-index: 1;
  border-radius: 20px 0px 0px 20px;
}

.testimonial-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--shield-dark), var(--black));
  opacity: 0.85;
  z-index: -1;
  border-radius: 20px 0px 0px 20px;
}

.testimonial-left h2 {
  font-weight: 800;
  margin: 20px 0;
}
.btn-read {
  display: inline-block;
  margin-top: 20px;
  background: var(--white);
  color: var(--primary-dark);
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
}

.testimonial-right {
  padding: 40px;
  background: whitesmoke;
  position: relative;
  border-radius: 0px 20px 20px 0px;
}
.top-text {
  font-size: 20px;
  max-width: 500px;
  color: var(--primary-dark);
}

.slider-controls {
  position: absolute;
  top: 50px;
  right: 60px;
}
.slider-controls button {
  background: var(--primary-dark);
  color: var(--white);
  border: none;
  padding: 10px 14px;
  margin-left: 5px;
}

.testimonial-slider {
  overflow: hidden;
  margin-top: 40px;
  touch-action: pan-y;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 30px;
  will-change: transform;
}

.testimonial-card {
  min-width: 360px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
}

.testimonial-card .client {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.stars {
  color: #f5a623;
  margin-bottom: 15px;
}

.client {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.client img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.client span {
  font-size: 13px;
  color: var(--text-secondary);
}

.clientele-light {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.clientele-light-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, #eaf2ff, transparent 55%),
    radial-gradient(circle at bottom right, #f1f7ff, transparent 60%);
}

.clientele-header {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.clientele-eyebrow {
  font-size: 14px;
  letter-spacing: 3px;
  color: #6b92c8;
  text-transform: uppercase;
}

.clientele-heading {
  font-size: 48px;
  font-weight: 700;
  color: #0a3a78;
}

.clientele-heading span {
  color: #2f80ff;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.logo-track {
  display: flex;
  gap: 60px;
  padding: 20px 0;
  width: max-content;
}

.marquee-left .logo-track {
  animation: marquee-left 70s linear infinite;
}

.marquee-right .logo-track {
  animation: marquee-right 70s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-card {
  width: 200px;
  height: 120px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.logo-card img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 25px 60px rgba(47, 128, 255, 0.25);
}

.logo-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* ================================
   FOOTER WRAPPER
================================ */
.footer-wrapper {
  background: url("../images/bckgrnd.jpg") no-repeat center center/cover;
  margin: 60px 0px 0;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

.footer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5),
    rgba(3, 18, 40, 0.5),
    rgba(6, 42, 96, 0.25)
  );
  z-index: 1;
}

.footer-wrapper > * {
  position: relative;
  z-index: 2;
}

.footer-logo {
  max-height: 65px;
  margin-bottom: 20px;
  display: block;
}

.footer-main {
  padding: 70px 0 40px;
}

.footer-desc {
  max-width: 325px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.social-icons a {
  color: var(--white);
  margin-right: 15px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10px;
}

.social-icons a:hover {
  color: var(--primary-light);
}

.footer-main h5 {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-main ul {
  list-style: none;
  padding: 0;
}

.footer-main ul li {
  margin-bottom: 10px;
}

.footer-main ul li a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 16px;
}

.footer-main ul li a:hover {
  color: var(--primary-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0;
}

.footer-bottom p {
  color: var(--text-secondary);
  margin: 0;
  font-size: 16px;
}

.footer-bottom a {
  text-decoration: none;
  color: var(--text-secondary);
}

.footer-links a {
  margin-left: 20px;
  color: var(--text-secondary);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--primary-light);
}

.footer-info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: center;
}

.footer-info-item i {
  font-size: 20px;
  color: #2563eb;
}

.footer-info-item h4 {
  margin: 0;
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
}

.footer-info-item p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 18px;
}

.footer-social-links span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #0d5ef4;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social-links a:hover {
  background: #0849c9;
  transform: translateY(-3px);
}

/* -------------------------------------------------- HOMEPAGE MEDIA QUERIES ---------------------------------------------------- */

@media (max-width: 576px) {
  .breadcrumb-section {
    height: 260px;
    padding-top: 90px;
    background-position: center;
    text-align: center;
  }

  .breadcrumb-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }

  .breadcrumb-content h1 {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .breadcrumb-content p {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .breadcrumb-wrapper {
    margin-bottom: 20px;
  }

  .breadcrumb {
    padding: 8px 16px !important;
    border-radius: 30px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  .breadcrumb-item {
    font-size: 0.85rem !important;
  }

  .navbar-brand img {
    height: 40px;
  }

  .nav-pill {
    padding: 12px;
  }

  .nav-pill .nav-link {
    font-size: 14px;
  }

  .contact-label {
    font-size: 11px;
  }

  .contact-number {
    font-size: 14px;
  }

  .navbar-custom.scrolled .navbar-toggler {
    border-color: rgba(10, 58, 120, 0.2);
  }

  .navbar-custom.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(10,58,120,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* ===== HERO SECTION ===== */
  .hero-section {
    padding: 60px 0 60px !important;
  }

  .hero-content {
    margin-top: 20px;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 1px;
  }

  .hero-subtext {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .btn-readmore,
  .btn-contact {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .hero-image img {
    height: 220px;
    border-radius: 12px;
  }

  .hero-mini-carousel {
    display: none !important;
  }

  /* ===== WHY CHOOSE SECTION ===== */
  .why-choose {
    padding: 60px 15px;
  }

  .counter-box {
    position: static;
    transform: none;
    margin: 20px auto 0;
    width: 100%;
  }

  .counter-box h2 {
    font-size: 36px;
  }

  .why-choose-title {
    font-size: 30px !important;
    text-align: center;
  }

  .section-text {
    text-align: center;
  }

  .serv-text {
    text-align: justify;
  }

  .feature-list {
    padding-left: 0;
  }

  .bottom-line {
    text-align: center;
  }

  /* ===== PROMISE SECTION ===== */
  .promise-content {
    padding: 40px 15px;
    text-align: center;
  }

  .promise-title {
    font-size: 32px !important;
  }

  .promise-text {
    font-size: 16px;
  }

  .promise-card {
    padding: 25px;
  }

  .promise-number {
    font-size: 42px;
  }

  .promise-sidebar {
    padding: 40px 20px;
    text-align: center;
  }

  .sidebar-title {
    font-size: 26px;
  }

  :root {
    --card-gap: 16px;
    --card-width: 100%;
  }

  .testimonial-left {
    border-radius: 16px;
    text-align: center;
  }

  .testimonial-left::after {
    border-radius: 16px;
  }

  .testimonial-right {
    border-radius: 0 0 16px 16px;
    padding: 30px 20px 40px;
  }

  .testimonial-left h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .top-text {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
  }

  .btn-read {
    margin: 20px auto 0;
  }

  .slider-controls {
    position: static;
    margin-top: 20px;
    text-align: center;
  }

  .slider-controls button {
    padding: 8px 12px;
  }

  .testimonial-slider {
    margin-top: 30px;
  }

  .slider-track {
    gap: 15px;
  }

  .testimonial-card {
    min-width: 100%;
    margin-right: 0;
    padding: 25px;
  }

  /* BRANCHES */
  .agency-section {
    padding: 60px 0;
  }

  /* Disable sticky on mobile */
  .agency-left-inner {
    position: static !important;
    margin-bottom: 40px;
    text-align: center;
  }

  .promise-badge {
    justify-content: center;
    margin-bottom: 16px;
  }

  .agency-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .agency-title span {
    display: block;
  }

  .agency-desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 20px auto 28px;
    max-width: 100%;
  }

  .agency-btn {
    display: inline-block;
    padding: 14px 24px;
    font-size: 14px;
  }

  /* Branch columns stack cleanly */
  .branch-columns {
    gap: 20px;
  }

  .branch-col {
    padding: 18px;
    border-radius: 14px;
  }

  .branch-col h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .branch-col p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* CLIENTELE SECTION */
  .clientele-light {
    padding: 60px 0;
  }

  .clientele-header {
    margin-bottom: 40px;
    padding: 0 12px;
  }

  .clientele-heading {
    font-size: 28px;
    line-height: 1.3;
  }

  /* Reduce marquee spacing */
  .logo-track {
    gap: 24px;
    padding: 14px 0;
  }

  /* Smaller logo cards for mobile */
  .logo-card {
    width: 130px;
    height: 80px;
    border-radius: 14px;
  }

  .logo-card img {
    max-width: 70%;
    max-height: 70%;
  }

  /* Speed up animation slightly for mobile */
  .marquee-left .logo-track,
  .marquee-right .logo-track {
    animation-duration: 45s;
  }

  /* Disable hover effects on touch devices */
  .logo-marquee:hover .logo-track {
    animation-play-state: running;
  }

  .logo-card:hover {
    transform: none;
    box-shadow: none;
  }

  /* FOOTER */

  .footer-wrapper {
    /* border-radius: 20px; */
    margin: 40px 0px 0;
  }

  .social-icons {
    justify-content: center;
  }

  /* .footer-wrapper::before {
    border-radius: 20px;
  } */

  .footer-main {
    padding: 40px 15px 30px !important;
  }

  .client {
    align-items: center;
  }

  .client img {
    width: 45px;
    height: 45px;
  }

  .footer-bottom {
    padding: 20px 15px;
    text-align: center;
  }

  .footer-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .footer-info-item i {
    font-size: 20px;
  }

  .footer-info-item h5 {
    font-size: 15px;
    margin: 0;
  }

  .footer-info-item p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    color: var(--text-secondary);
  }
}

@media (max-width: 768px) {
  .nav-pill {
    padding: 14px;
    gap: 8px;
  }

  .nav-pill .nav-link {
    font-size: 15px;
  }

  .services-menu li a {
    font-size: 14px;
  }

  .navbar-contact {
    gap: 10px;
  }

  .navbar-contact i {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    padding: 12px 0;
    backdrop-filter: none;
  }

  .navbar-brand img {
    height: 46px;
  }

  .navbar-collapse {
    margin-top: 14px;
  }

  .nav-pill {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(20, 103, 176, 0.2);
  }

  .nav-pill .nav-link {
    color: var(--primary-dark);
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 10px;
  }

  .nav-pill .nav-link:hover {
    background: rgba(20, 103, 176, 0.08);
  }

  .services-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    padding: 6px 0;
    box-shadow: none;
    border-radius: 10px;
    /*display: none;*/
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .services-dropdown.active .services-menu {
    /*display: block;*/
  }

  .services-menu li a {
    padding: 10px 18px;
    font-size: 15px;
  }

  .navbar-contact {
    margin-top: 14px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(20, 103, 176, 0.08);
    color: var(--primary-dark);
  }

  .navbar-contact i {
    color: var(--primary-mid);
  }

  /* Toggler */
  .navbar-toggler {
    border: none;
    padding: 0;
  }

  /* ===== WHY CHOOSE SECTION ===== */
  .why-choose {
    padding: 70px 20px;
  }

  .counter-box {
    left: 50%;
  }

  .why-choose-title {
    font-size: 36px;
  }

  /* ===== PROMISE SECTION ===== */
  .promise-content {
    padding: 50px 30px;
  }

  .promise-title {
    font-size: 40px;
  }

  .promise-card {
    padding: 30px;
  }

  .promise-sidebar {
    padding: 50px 30px;
  }

  :root {
    --card-gap: 20px;
    --card-width: 320px;
  }

  .slider-track {
    display: flex;
    gap: var(--card-gap);
    transition: transform 0.6s ease;
  }

  .testimonial-card {
    flex: 0 0 auto;
    width: var(--card-width);
    margin: 0; /* IMPORTANT */
  }

  /* ===== FOOTER ===== */
  .footer-main {
    text-align: center;
    padding: 70px 20px 40px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* about */
/* ===== BREADCRUMB SECTION ===== */
.breadcrumb-section {
  position: relative;
  height: 400px;
  background-image: url("../images/bckgrnd.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  padding-top: 130px;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.25) 100%
  );
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.breadcrumb-content h1 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 10px;
}

.breadcrumb-content p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ddd;
}

.breadcrumb-wrapper {
  margin-bottom: 30px;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 12px 25px;
  display: inline-flex;
  margin: 0;
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.breadcrumb-item a {
  color: var(--primary-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: var(--white);
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.about-security {
  padding: 60px 0;
}

.about-tag {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #999;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.about-tag::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary-light);
  display: block;
  margin-top: 6px;
}

.about-security h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 20px 0;
}

.about-security p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 20px;
}

/* ===== IMAGE LAYOUT ===== */
.about-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.about-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-large {
  grid-row: span 2;
}

/* ===== TRUST BOX ===== */
.trusted-box {
  background: #111;
  color: #fff;
  padding: 25px;
}

.trusted-box span {
  color: #c40000;
}

.trusted-box .icon {
  font-size: 36px;
  margin-bottom: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .about-security h2 {
    font-size: 32px;
  }

  .about-images {
    margin-top: 40px;
  }
}

/* ===== MAIN SECTION ===== */
/* LEFT IMAGE */
.planning-image {
  background: url(../images/about-two.jpeg) right/cover no-repeat;
  min-height: 520px;
}

/* RIGHT CONTENT */
.planning-content {
  background: #111;
  color: #fff;
  padding: 80px 70px;
}

.small-title {
  font-size: 13px;
  letter-spacing: 2px;
  color: #ccc;
  position: relative;
}

.small-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary-light);
  display: block;
  margin-top: 8px;
}

.planning-content h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 20px 0;
}

.planning-content p {
  font-size: 15px;
  line-height: 26px;
  color: #cfcfcf;
  margin-bottom: 15px;
}

/* FEATURES */
.planning-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.feature {
  position: relative;
}

.feature .icon {
  font-size: 28px;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.feature .num {
  font-size: 12px;
  border: 1px solid #777;
  padding: 2px 6px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.feature::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.16);
  top: 65px;
  left: 40px;
}

.feature h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature p {
  font-size: 14px;
  color: #aaa;
}

/* ===== STATS BAR ===== */
.stats-bar {
  background: var(--primary-dark);
  padding: 50px 0;
}

.stat-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 10px;
}

.stat-box h3 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}

.stat-box span {
  font-size: 20px;
}

.stat-box p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .planning-features {
    grid-template-columns: 1fr;
  }

  .planning-content {
    padding: 50px 30px;
  }
}

.feature-service {
  padding: 100px 0;
}

.feature-service h2 {
  font-weight: 800;
}

/* RIGHT GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}

.service-item .icon {
  font-size: 38px;
  color: #c40000;
  margin-bottom: 15px;
}

.service-item .small-title {
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
  display: block;
  margin-bottom: 6px;
}

.service-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-item p {
  font-size: 15px;
  color: #666;
  line-height: 26px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .feature-service h2 {
    font-size: 32px;
  }
}

/* .contact-section {
  padding: 80px 0;
}

.contact-tag {
  font-size: 13px;
  letter-spacing: 2px;
  color: #999;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-tag::before {
  content: "•";
  color: var(--primary-dark);
  margin-right: 8px;
}

.contact-section h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
}

.contact-form {
  background: white;
  padding: 40px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #f6f6f6;
  border: none;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 160px;
}

.btn-send {
  background: #111;
  color: #fff;
  padding: 16px 40px;
  border: none;
  font-weight: 700;
  transition: 0.3s;
}

.btn-send:hover {
  background: var(--primary-light);
}

.info-item {
  display: flex;
  padding: 16px;
  padding-bottom: 10px;
  gap: 20px;
  margin-bottom: 30px;
}

.info-item .icon {
  width: 55px;
  height: 55px;
  background: #fff;
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.info-item h5 {
  font-size: 18px;
  font-weight: 700;
}

.info-item p {
  font-size: 14px;
  color: #666;
} */

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: var(--primary-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-us .contact-info {
  background-color: white;
  padding: 30px;
}

/* -------------------------------- CERTIFICATIONS SECTION --------------------------------- */

.certifications {
  padding: 80px 0;
  background: var(--white);
}

/* Header */
.cert-tag {
  display: inline-block;
  background: rgba(20, 103, 176, 0.1);
  color: var(--primary-mid);
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.cert-heading {
  font-size: 42px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.cert-description {
  font-size: 20px;
  color: var(--text-secondary);
  max-width: 700px;
  margin: auto;
  text-align: center;
}

/* Certification Card */
.cert-box {
  position: relative;
  background: var(--white);
  border-radius: 22px;
  padding: 35px 30px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  border: 1px solid rgba(20, 103, 176, 0.15);
  box-shadow: 0 15px 45px rgba(10, 58, 120, 0.08);
  transition: all 0.4s ease;
  height: 100%;
}

.cert-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(10, 58, 120, 0.18);
}

/* Icon */
.cert-icon {
  min-width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-mid), var(--primary-light));
  color: var(--white);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.cert-icon.iso {
  background: linear-gradient(135deg, var(--shield-blue), var(--primary-light));
}

/* Text */
.cert-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.cert-content p {
  font-size: 16px;
  color: var(--text-secondary);
  margin: 0;
}

/* Badge */
.cert-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(63, 160, 245, 0.15);
  color: var(--primary-mid);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
}

/* Bottom Note */
.cert-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: auto;
  padding: 20px 25px;
  background: rgba(20, 103, 176, 0.08);
  border-radius: 16px;
  color: var(--primary-dark);
  font-size: 16px;
}

.cert-note i {
  font-size: 24px;
  color: var(--primary-mid);
}

/* Responsive */
@media (max-width: 768px) {
  .cert-heading {
    font-size: 32px;
  }

  .cert-box {
    flex-direction: column;
  }

  .cert-badge {
    position: static;
    margin-top: 12px;
    display: inline-block;
  }
}
