@font-face {
  font-family: "openSans-regular";
  src: url(../fonts/open-sans/OpenSans-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "openSans-medium";
  src: url(../fonts/open-sans/OpenSans-Medium.woff2);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "openSans-semibold";
  src: url(../fonts/open-sans/OpenSans-SemiBold.woff2);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "openSans-bold";
  src: url(../fonts/open-sans/OpenSans-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "roboto-regular";
  src: url(../fonts/roboto/Roboto-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "roboto-medium";
  src: url(../fonts/roboto/Roboto-Medium.woff2);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "roboto-semibold";
  src: url(../fonts/roboto/Roboto-SemiBold.woff2);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "roboto-bold";
  src: url(../fonts/roboto/Roboto-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "dm-sans";
  src: url(../fonts/dm-sans/DMSans-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "dm-sans";
  src: url(../fonts/dm-sans/DMSans-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "montserrat";
  src: url(../fonts/montserrat/Montserrat-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "noto-sans";
  src: url(../fonts/noto-sans/NotoSans-Regular.woff2);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "noto-sans";
  src: url(../fonts/noto-sans/NotoSans-SemiBold.woff2);
  font-weight: 600;
  font-display: swap;
}

:root {
  --primary-color: #01549e;
  --primary-color2: #003294;
  --white-color: #ffffff;
  --black-color: #000000;
  --light-blue: #c4e0fd;
  --dark-blue: #5eadff;
  --secondary-color: #f80874;
  --violet-color: #4a3aff;
  --text-color: #002140;
  --primary-gradient: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
  --secondary-gradient: linear-gradient(135deg, #F5DCE7 0%, #F8DDE3 30%, #e28eb9 70%, #ffaebe 100%);
  --theme-cyan: #00d4ff;
  --theme-pink: #f80874;
  --theme-gradient: linear-gradient(135deg, var(--theme-cyan) 0%, var(--theme-pink) 100%);

  /* Unified Font System */
  --primary-regular-font: "openSans-regular", sans-serif;
  --primary-medium-font: "openSans-medium", sans-serif;
  --primary-semibold-font: "openSans-semibold", sans-serif;
  --primary-bold-font: "openSans-bold", sans-serif;
  --secondary-regular-font: "openSans-regular", sans-serif;
  --secondary-medium-font: "openSans-medium", sans-serif;
  --secondary-semibold-font: "openSans-semibold", sans-serif;
  --secondary-bold-font: "openSans-bold", sans-serif;
  --dm-sans: "openSans-regular", sans-serif;
  --montserrat: "openSans-regular", sans-serif;
  --noto-sans: "openSans-regular", sans-serif;

  /* Unified Letter Spacing */
  --base-letter-spacing: 0px;

  --fs-xsmall: 9px;
  --fs-small: 11px;
  --fs-regular: 13px;
  --fs-large: 15px;
  --fs-xl: 17px;
  --fs-xxl: 20px;
  --fs-26: 22px;
  --fs-28: 24px;
  --fs-30: 26px;
  --fs-35: 30px;
  --fs-36: 32px;
  --fs-38: 34px;
  --fs-44: 38px;
  --fs-45: 40px;
  --fs-50: 44px;
  --title-fs: 28px;
  --section-title-fs: 34px;
  --banner-title-fs: 44px;
  --hero-padding: 80px 0;
  --hero-padding-mobile: 50px 0;
}

/* ========================================
   Standard Hero Section System
   ======================================== */
.common-hero-section {
  padding: var(--hero-padding);
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  position: relative;
  overflow: hidden;
}

.common-hero-section1 {
  /* padding: var(--hero-padding); */
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  position: relative;
  overflow: hidden;
}



.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.hero-badge-wrap {
  margin-bottom: 20px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white-color);
  padding: 10px 24px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
  color: #1a4f9d;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-color);
}

.hero-title {
  font-family: var(--primary-bold-font);
  font-size: var(--banner-title-fs);
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.hero-title .highlight {
  color: var(--secondary-color);
  background: none;
  -webkit-text-fill-color: initial;
}

.hero-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #505050;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 600px;
}

.hero-features-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.feature-tag {
  background: var(--white-color);
  padding: 10px 20px;
  border-radius: 8px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-tag i {
  color: var(--primary-color);
  font-size: 14px;
}

.hero-image-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-main-img {
  width: 100%;
  height: auto;
  object-fit: initial;
  border-radius: 20px;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.06);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
  filter: none;
  transform: none;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: var(--primary-regular-font);
  letter-spacing: var(--base-letter-spacing);
  font-size: var(--fs-regular);
}

/* ------------------------------------------
Common styles
-------------------------------------------- */
.container-fluid.custom-container {
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
}

.container-fluid.footer-container {
  max-width: 1700px;
  padding: 0 30px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-regular);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.primary-btn {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--white-color);
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.primary-btn img {
  filter: brightness(0) invert(1);
  margin-top: 2px;
}

.primary-btn:hover img {
  filter: brightness(100%) invert(0);
}

.secondary-btn {
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: var(--fs-26);
  width: 90%;
  margin: 50px auto 0;
  padding: 13px 30px;
  border: 1px solid var(--secondary-color);
  font-family: var(--primary-medium-font);
}

.primary-btn:hover {
  color: var(--primary-color);
  background-color: transparent;
  text-decoration: none;
  border: 1px solid var(--primary-color);
}

.secondary-btn:hover {
  background-color: transparent;
  color: var(--secondary-color);
}

.white-btn {
  display: inline-flex;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  color: var(--primary-color);
  background: var(--white-color);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  border: 1px solid var(--white-color);
  align-items: center;
  gap: 10px;
}

.white-btn img {
  margin-top: 3px;
  transition: all 0.3s ease;
}

.white-btn:hover {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.section-badge {
  display: inline-block;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xxl);
  color: var(--primary-color2);
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  padding: 4px 21px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: normal;
}

.section-title {
  font-family: var(--primary-bold-font);
  font-size: var(--section-title-fs);
  margin-bottom: 10px;
  line-height: 1.3;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: var(--text-color) !important;
  margin: 0 40px 40px;
  line-height: 1.7;
}

.ps-40 {
  padding-left: 40px;
}

.section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title.two {
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.title-blue {
  color: var(--primary-color);
}

.mt-custom {
  margin-top: 80px;
}

.text-primary {
  color: var(--primary-color) !important;
}

/*========================================
Header
=========================================*/
@keyframes slideDownSticky {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main-header {
  padding: 12px 0;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  background: var(--white-color);
  transition: padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.4s ease, box-shadow 0.4s ease;
}

.main-header.sticky {
  position: fixed;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  animation: slideDownSticky 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.main-header .logo-img {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-header.sticky .logo-img {
  transform: scale(0.85);
  transform-origin: left center;
}

.main-header.sticky .navbar {
  background: var(--white-color) !important;
}

.main-header.sticky .navbar-collapse {
  background: var(--white-color) !important;
}

.main-header.sticky .navbar-collapse.show {
  background: var(--white-color) !important;
}

.main-header .navbar {
  padding: 0;
}

.main-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  height: 53px;
  width: auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-img2 {
  display: none;
}

.logo-main {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xxl);
  color: var(--white-color);
  background: linear-gradient(90deg, #00d4ff, var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}

.logo-sub {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xsmall);
  color: var(--white-color);
  letter-spacing: 2px;
}

.logo-badge {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-xsmall);
  color: var(--white-color);
  background: #00a8ff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-top: 2px;
  width: fit-content;
  letter-spacing: 1px;
}

.main-header .navbar-nav {
  gap: 0;
}

.main-header .nav-link {
  color: var(--primary-color) !important;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-large);
  padding: 8px 15px !important;
  transition: all 0.3s ease;
  border-radius: 77px;
}

.main-header.inner-header .nav-links-wrapper {
  background: transparent;
}

.main-header.inner-header .nav-link {
  color: var(--black-color) !important;
}

.main-header .nav-item {
  margin: 0 2px;
}

.main-header .nav-link:hover,
.main-header .nav-link.active {
  color: var(--secondary-color) !important;
}

.main-header .nav-link.btn-login {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white-color) !important;
  padding: 8px 20px !important;
}

.main-header .nav-link.btn-login:hover {
  background: rgba(255, 255, 255, 0.3);
}

.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(1, 84, 158, 0.3);
}

.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%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.nav-links-wrapper {
  border-radius: 77px;
  padding: 3px 2px;
  display: flex;
  align-items: center;
  background: transparent;
}

.main-header .nav-link.login-btn {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
  border-radius: 77px !important;
  padding: 10px 25px !important;
  font-weight: 600;
  margin-left: 15px;
  box-shadow: 0px 4px 10px rgba(1, 84, 158, 0.2);
  border: 1px solid var(--primary-color);
}

.main-header .nav-link.login-btn:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

/* ==============================================
HERO BANNER 
=============================================== */
.hero-banner {
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: 100%;
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  background-size: cover;
  display: flex;
  align-items: center;
}

.hero-banner .shape-left,
.about-main-section .shape-left {
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0.7;
  background-size: cover;
  background-position: top left;
  mix-blend-mode: color-dodge;
  -webkit-mask-image: linear-gradient(to right, black 70%, transparent 100%);
  mask-image: linear-gradient(to right, black 70%, transparent 100%);
}

.hero-banner .shape-right,
.about-main-section .shape-right {
  position: absolute;
  top: 25%;
  right: 0px;
  mix-blend-mode: color-dodge;
}

.hero-img-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-hero-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.hero-overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.hero-overlays img {
  position: absolute;
  object-fit: contain;
}

.hero-overlays .hero-img-center {
  width: 66.5%;
  left: 18.5%;
  top: 13.9%;
  z-index: 11;
  height: 66%;
}

.hero-overlays .hero-img-left {
  width: 21.9%;
  left: -0.9%;
  top: 29%;
  z-index: 12;
  height: 56%;
}

.hero-overlays .hero-img-right {
  width: 16.97%;
  right: 1%;
  top: 30.6%;
  z-index: 13;
  border-radius: 20px;
  height: 57%;
}

.floating-badge {
  position: absolute;
  right: -33%;
  bottom: 20%;
  z-index: 10;
}

.badge-text {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xsmall);
  color: var(--white-color);
  white-space: nowrap;
}

.hero-content {
  position: relative;
  z-index: 5;
}

.hero-title {
  font-family: var(--primary-bold-font);
  font-size: var(--section-title-fs);
  color: var(--white-color);
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.hero-banner .hero-title {
  font-size: var(--fs-50);
  color: #0068c6;
}

.hero-banner .hero-title .highlight {
  background: var(--primary-color2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner .hero-subtitle {
  color: var(--black-color);
}

.hero-banner .white-btn {
  border: 1px solid transparent;
}

.hero-banner .white-btn:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.hero-title .highlight {
  background: var(--primary-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-family: var(--primary-regular-font);
  /* font-size: var(--fs-26); */
  color: #505050;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* =========================================
INFRASTRUCTURE SECTION 
=========================================== */
.infrastructure-section {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.infra-bg {
  position: absolute;
  top: 0;
  left: 84%;
  opacity: 0.5;
}

.contact-section .section-subtitle {
  width: 75%;
  margin: auto;
}

.blog-divider {
  max-width: 100%;
  margin: 50px 0;
  border-top: 1px solid #eee;
}

.infra-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  border-bottom: none;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 5px;
}

.infra-tabs .nav-link {
  font-size: var(--fs-regular);
  color: var(--primary-color);
  background: transparent;
  padding: 10px 40px !important;
  border-radius: 25px;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: -0.2px;
  font-family: var(--primary-semibold-font);
  line-height: normal;
  border: 1px solid var(--primary-color);
}

.infra-tabs .nav-link:hover,
.infra-tabs .nav-link.active {
  background: var(--primary-color);
  color: var(--white-color);
}

.infra-tab-content .tab-pane {
  animation: fadeIn 0.4s ease;
}

.infra-tab-content .tab-pane.ai-health-pane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.infra-content {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 40px;
  border: 1px solid white;
}

.content-header {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-bottom: 15px;
}

.accent-bar {
  width: 8px;
  height: 105px;
  background: linear-gradient(180deg,
      var(--primary-color),
      var(--secondary-color));
  border-radius: 2px;
}

.infra-content h3 {
  font-family: var(--secondary-semibold-font);
  font-size: var(--fs-30);
  background: var(--primary-color);
  margin: 0;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-desc {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: var(--black-color);
  margin: 10px 0 25px;
  line-height: 1.6;
}

.infra-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 35px;
}

.infra-content .feature-list::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 10px;
  bottom: 40px;
  width: 1px;
  border: 1px solid #f3f1f1;
  z-index: 1;
}

.feature-list li {
  font-family: var(--secondary-regular-font);
  font-size: var(--fs-large);
  color: #4a5568;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

.infra-content .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  background: var(--theme-gradient);
  border-radius: 50%;
  border: none !important;
  box-shadow: 0 0 10px rgba(248, 8, 116, 0.4);
  z-index: 9;
}

.infra-content .primary-btn {
  margin-left: 20px;
}

.infra-content .feature-list li {
  font-size: var(--fs-large);
  color: var(--black-color);
  font-weight: 400;
}

/* ====================================
FOOTER SECTION 
====================================== */
.footer {
  background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
  padding: 90px 0 30px;
  border-top: 1px solid var(--white-color);
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  height: 60px;
  width: auto;
}

.footer p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: var(--black-color);
  line-height: 1.7;
  line-height: 29px;
  font-weight: 400;
  margin: 15px 0 20px !important;
}

.footer-title {
  font-family: var(--dm-sans);
  font-size: var(--fs-xl);
  color: var(--secondary-color);
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 29px;
  font-weight: 700;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 13px;
}

.footer-list.footer-link li {
  margin-bottom: 14px;
}

.footer-list li a,
.footer-list li {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: var(--black-color);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}

.footer-list li.address a {
  line-height: 1.5;
}

.footer-list li a:hover,
.footer-list li:hover,
.footer-list li a.active {
  color: var(--secondary-color);
}

.copy-right a.active {
  color: var(--primary-color);
}

.footer-list li img {
  height: auto;
  width: 26px;
  opacity: 0.8;
  margin-top: 3px;
}

.footer-list li.address img {
  margin-top: 0px;
}

.footer-divider {
  margin: 40px 0 40px;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  display: flex;
  gap: 15px;
}

.social-links li a {
  display: block;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.social-links li a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.social-links li img {
  width: auto;
  height: 20px;
  filter: brightness(0) grayscale(1);
}

.social-links li:hover img {
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.footer hr {
  border-color: var(--secondary-color);
  opacity: 1;
  margin: 0;
}

.copy-right {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #888888;
  margin: 0;
}

.copy-right a {
  color: var(--secondary-color);
  position: relative;
  padding: 0 10px;
}

.copy-right a::before {
  content: "|";
  position: absolute;
  left: -2px;
  color: var(--black-color);
  font-weight: normal;
  bottom: -1px;
}

.copy-right a:hover {
  text-decoration: underline;
}

.footer p.copy-right {
  margin: 0px !important;
  font-size: var(--fs-regular);
  font-weight: 400;
}

/* =======================================
PARTNERS SECTION 
========================================== */
.partners-section {
  padding: 60px 0 80px;
  background: var(--white-color);
  position: relative;
  overflow: hidden;
}

.partners-title {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xxl);
  color: #0a1628;
  margin-bottom: 40px;
  text-align: center;
}

.partners-row {
  align-items: center;
  justify-content: center;
}

.partner-logo {
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.6;
}

.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.partner-logo img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* =======================================
FAQ SECTION 
======================================== */
.faq-section {
  padding: 60px 0 80px;
  background: #f8fafc;
}

.faq-title {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-28);
  color: #0a1628;
  margin-bottom: 30px;
  margin-block-start: 30px;
  margin-top: 0px;
}

.faq-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--white-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  color: #170f49 !important;
  background: var(--white-color);
  padding: 26px 32px;
  border: none;
  box-shadow: none;
  border-radius: 12px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--white-color);
  color: #1e3a5f;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion .accordion-button::after {
  width: 28px;
  height: 28px;
  background-size: 12px;
  background-position: center;
  background-color: #f0f7ff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301549e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.faq-accordion .accordion-body {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: var(--black-color);
  line-height: 1.7;
  padding: 0 32px 20px;
}

/* ==========================================
CONTACT page 
========================================== */
.contact-section {
  padding: 80px 0;
  background: var(--white-color);
}

.contact-badge {
  display: inline-block;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xsmall);
  color: var(--white-color);
  background: #4a90e2;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact-title {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-28);
  color: #0a1628;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  color: #5a6a7a;
  line-height: 1.6;
  margin-bottom: 40px;
}

.contact-content-row {
  margin-top: 50px;
}

.contact-img-item {
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
}

.contact-img-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
  transition: transform 0.3s ease;
}

.contact-img-item:hover img {
  transform: scale(1.05);
}

.contact-form-wrapper {
  padding: 35px 35px 20px;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(248, 8, 116, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper .form-title {
  margin-bottom: 5px;
}

.contact-section .contact-form-wrapper .form-group {
  margin-bottom: 5px;
}

.contact-section .contact-form-wrapper .form-input {
  padding: 14px 20px;
}

.contact-form {
  margin-top: 40px;
}

.contact-form-title {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-38);
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-form-subtitle {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  color: var(--text-color);
  margin-bottom: 25px;
  line-height: 1.5;
}

.contact-input,
.contact-textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--text-color);
  border-radius: 0;
  padding: 15px 0;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: var(--black-color);
  transition: border-color 0.3s ease;
}

.form-control::placeholder {
  color: var(--text-color);
  opacity: 1;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
}

.contact-input:focus,
.contact-textarea:focus {
  background: transparent;
  border-color: var(--secondary-color);
  box-shadow: none;
  color: var(--text-color);
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: var(--text-color);
}

.contact-textarea {
  resize: none;
  min-height: 80px;
}

.contact-form-badges {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-badge-link img {
  height: 45px;
  width: auto;
  transition: transform 0.3s ease;
}

.contact-badge-link:hover img {
  transform: translateY(-2px);
}

.contact-submit-btn {
  width: 100%;
  background: var(--secondary-color);
  color: var(--white-color);
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  background: #d90764;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(248, 8, 116, 0.3);
}

/* ======================================
PRIVACY FIRST SECTION 
======================================== */
.privacy-first-section {
  padding: 100px 0;
  background: white;
  position: relative;
  overflow: hidden;
}

.privacy-content .section-badge {
  background: var(--pink-color);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: var(--fs-xsmall);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}

.privacy-content .section-title {
  font-family: var(--primary-bold-font);
  font-size: var(--section-title-fs);
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.privacy-content .section-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #64748b;
  margin-bottom: 40px;
  line-height: 1.6;
}

.privacy-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.privacy-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-radius: 15px;
  border-left: 4px solid var(--pink-color);
  transition: all 0.3s ease;
}

.privacy-item:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 25px rgba(248, 8, 116, 0.15);
}

.privacy-icon {
  font-size: var(--fs-xxl);
  width: 50px;
  height: 50px;
  background: var(--pink-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privacy-text h4 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin-bottom: 8px;
}

.privacy-text p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.privacy-images {
  padding: 20px;
  text-align: center;
}

.privacy-images img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 84, 158, 0.1);
}

/* ==================================
WHY SEWLAN SECTION 
=================================== */
.why-sewlan-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color2) 100%);
  position: relative;
  overflow: hidden;
}

.why-sewlan-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shapes/banner-left-shape.png") no-repeat;
  background-size: contain;
  background-position: left center;
  opacity: 0.1;
}

.why-content_one,
.why-phone.one {
  display: none;
}

.why-content {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  left: -70px;
}

.why-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.stat-item {
  text-align: center;
  flex: 1;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.stat-number {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-36);
  color: var(--violet-color);
  margin-bottom: 8px;
  font-weight: 700;
}

.stat-label {
  font-family: var(--primary-medium-font);
  font-size: var(--fs-regular);
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.why-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
}

.why-icon {
  width: 30px;
  height: 30px;
  background: var(--violet-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
}

.why-text h4 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  color: white;
  margin-bottom: 8px;
}

.why-text p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.why-images {
  position: relative;
  height: 600px;
}

.why-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 2;
}

.why-floating {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 200px;
  background: white;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  z-index: 3;
  transition: all 0.3s ease;
}

.why-floating:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.why-content .section-title {
  text-wrap: nowrap;
}

/*=======================================
Newsletter
=======================================*/
.newsletter-section {
  padding: 60px 0 20px;
  background: linear-gradient(90deg, #5FB6FF, #ffacc6);
  color: var(--white-color);
  position: relative;
  overflow: hidden;
}

.newsletter-section .section-title {
  background: linear-gradient(90deg, var(--primary-color), #9D174D);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--fs-45);
}

.subscribe-box {
  display: flex;
  align-items: center;
  background: var(--white-color);
  border-radius: 50px;
  padding: 6px;
  overflow: hidden;
  margin: 20px auto 40px;
  width: 90%;
}

.subscribe-box .form-control {
  border: none;
  background: transparent;
  padding: 15px 20px;
  border-radius: 50px;
  box-shadow: none;
}

.subscribe-box .form-control:focus {
  box-shadow: none;
}

.subscribe-box .form-control::placeholder {
  color: #6f6c90;
  font-size: var(--fs-large);
  font-weight: 400;
  font-family: var(--primary-regular-font);
}

.subscribe-btn {
  background: linear-gradient(135deg, #5f5fff, #6a00ff);
  color: var(--white-color);
  border-radius: 50px;
  padding: 12px 25px;
  font-size: var(--fs-large);
  font-weight: 600;
  border: 1px solid #6a00ff !important;
  font-family: var(--dm-sans);
}

.subscribe-btn:hover {
  background: transparent;
  border: 1px solid #6a00ff;
  color: #6a00ff;
}

.feature-list li {
  font-size: var(--fs-large);
  color: var(--black-color);
  font-weight: 400;
}

.newsletter-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  flex-wrap: wrap;
  padding-left: 0px;
}

.newsletter-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: var(--fs-xxl);
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--primary-semibold-font);
}

.newsletter-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  background: url("../img/icons/tick.png") no-repeat center;
  background-size: contain;
  filter: brightness(0);
}

/* ================================
Privacy section
================================= */
.security-section {
  padding: 60px 0;
  background: #fafafa;
  color: var(--white-color);
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.security-section .section-title {
  background: #3A4FCF;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.security-section.two .section-title {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
}

.security-section .section-subtitle {
  font-weight: 400;
  color: var(--text-color) !important;
}

.security-section.two .section-subtitle {
  color: var(--text-color) !important;
}

.security-section .img-column {
  position: relative;
  margin-left: -45px;
}

.security-section .feature-box p {
  font-size: var(--fs-xl);
  font-weight: 400;
  color: #002140;
}

.feature-box .feature-content::before {
  content: "";
  width: 1px;
  height: 60px;
  border: 1px solid #A98EFF;
  display: inline-block;
  margin-right: 18px;
}

.feature-box .feature-content {
  display: flex;
  align-items: center;
}

.feature-img_box {
  text-align: end;
}

.security-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.security-features .feature-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 25px 1px #e5e5e780;
  max-width: 95%;
  margin-bottom: 20px;
  background: var(--white-color);
  width: 100%;
}

.feature-box h6 {
  font-size: var(--fs-small);
  margin: 0;
  font-weight: 600;
}

.feature-box p {
  font-size: var(--fs-xsmall);
  margin: 0;
  color: #cbd5e1;
}

.feature-box .icon img {
  width: 60px;
  height: auto;
}

.curve-line {
  height: 550px;
  width: 90%;
  mix-blend-mode: unset;
}

.security-image {
  border-radius: 12px;
  max-width: 350px;
  text-align: start;
  margin-right: auto;
  z-index: 1;
  position: relative;
}

.security-image img {
  border-radius: 25px;
}

.bg-circle {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  opacity: 0.3;
}

/*=====================================
Highlight section
======================================*/
.highlights-section {
  padding: 80px 0 0px;
  background: var(--primary-gradient);
  position: relative;
  overflow: hidden;
}

.highlight-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.highlight-bg-line {
  position: absolute;
  bottom: -10%;
  left: 0%;
}

.highlights-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/highlights/circle.png) bottom no-repeat;
  background-size: 100% 69%;
  filter: brightness(0) invert(1);
  z-index: 0;
}

.highlights-wrapper {
  position: relative;
  height: 800px;
  margin-top: 170px !important;
}

.highlight-wrapper_two {
  position: relative;
  display: none;
}

.img-box-highlight {
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}

.center-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.center-phone img {
  width: auto;
  height: 900px;
}

.highlight-card {
  position: absolute;
  width: 300px;
  text-align: center;
  border-radius: 8px;
}

.highlight-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.highlight-para {
  color: var(--primary-color);
  background: url("../img/highlights/card-bg.webp") center no-repeat;
  background-size: cover;
  padding: 5px 0 10px;
  font-size: var(--fs-large);
  font-family: var(--secondary-medium-font);
  line-height: normal;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 8px 8px;
}

.card-left-top {
  top: -100px;
  left: 80px;
  transform: rotate(-8deg);
}

.card-left-bottom {
  bottom: 100px;
  left: -10px;
  transform: rotate(-6deg);
}

.card-right-top {
  top: -130px;
  right: 80px;
  transform: rotate(4deg);
}

.card-right-bottom {
  bottom: 170px;
  right: -30px;
  transform: rotate(3deg);
}

.highlights-section .curve-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  opacity: 0.5;
  z-index: 1;
}

/*======================================
Conatct Page
=======================================*/


.contact-container {
  background: var(--primary-gradient);
  border-radius: 29px;
  padding: 50px;
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
}



.map-section h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-form-box {
  background: var(--primary-color);
  padding: 50px;
  border-radius: 30px;
  color: var(--white-color);
}

.contact-form-box h4 {
  font-size: var(--fs-36);
  font-family: var(--primary-bold-font);
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: none;
  color: var(--white-color);
  border-radius: 0px;
  background: transparent;
  border-bottom: 1px solid var(--white-color);
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
  color: var(--white-color);
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
  outline: none;
  border-bottom: 1px solid var(--secondary-color);
}

.contact-form-box button {
  background: var(--white-color);
  color: #1c74d9;
  border: 1px solid transparent;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 30px;
}

.contact-form-box button:hover {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.map-section {
  padding: 60px 0;
  background-color: rgba(248, 249, 255, 0.8);
}

.map-section .section-title {
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.map-box {
  margin-top: 20px;
  border-radius: 0px;
  overflow: hidden;
  max-height: 500px;
}

/*====================================
Why section
=====================================*/
.why-new-section {
  background: linear-gradient(90deg, #f2f0fd 0%, var(--white-color) 100%);
  position: relative;
  overflow: hidden;
}

.why-new-section {
  display: flex;
  flex-wrap: wrap;
  /* allows items to wrap on smaller screens */
  justify-content: center;
  /* centers content horizontally */
  align-items: flex-start;
  /* aligns items at the top */
  gap: 20px;
  /* spacing between items */
  padding: 20px;
  box-sizing: border-box;
}

/* Child items inside the section */
.why-new-section>div {
  flex: 1 1 300px;
  /* grow/shrink with a minimum width */
  max-width: 400px;
  /* prevent items from stretching too wide */
}

/* Responsive tweak for very small screens */
@media (max-width: 600px) {
  .why-new-section {
    flex-direction: column;
    /* stack items vertically */
    align-items: center;
  }

  .why-new-section>div {
    max-width: 100%;
    /* full width on mobile */
  }
}

.why-new-section .why-wrapper {
  position: absolute;
  max-width: 550px;
  top: 20px;
  left: -6px;
  opacity: 0.1;
  z-index: 0;
}

.why-new-section .why-img {
  width: 550px;
  height: auto;
  object-fit: cover;
}

.why-img-left {
  position: relative;
  z-index: 1;
}

.why-img-left img {
  max-width: 105%;
}

.why-btn {
  background: #1e3a8a;
  color: var(--white-color);
  padding: 10px 18px;
  border-radius: 6px;
  font-size: var(--fs-small);
}

.why-phone img {
  max-width: 500px;
  position: relative;
  left: -125px;
  z-index: 2;
}

.why-section .why-bg {
  position: absolute;
  top: -120px;
  left: -20px;
  z-index: 0;
}

/* =====================================
Blog Page
====================================== */
.blog-section {
  background: url("../img/blog/blog-bg.webp") center no-repeat;
  background-size: cover;
  padding: 50px 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-detail-section {
  padding: 20px 0 80px;
}

.blog-detail_sidebar {
  margin: 30px 0;
}

.blog-section.two {
  background: none;
}

.blog-shape_img {
  position: absolute;
  bottom: 0;
  right: -40%;
}

.blog-row {
  max-width: 90%;
}

.blog-section .tag,
.blog-detail-section .tag {
  background: url("../img/shapes/span-bg.png") center no-repeat;
  color: var(--white-color);
  padding: 3px 5px;
  background-size: cover;
}

.blog-section .blog-card,
.blog-detail-section .blog-card {
  background: var(--white-color);
  padding: 20px 10px 20px 20px;
  border-radius: 7.8px;
  gap: 20px;
}

.blog-img img,
.blog-detail-section .blog-img img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  max-width: 500px;
}

.blog-content h4,
.blog-content a {
  font-size: var(--fs-26);
  font-weight: 600;
  font-family: var(--primary-semibold-font);
  color: var(--black-color);
  text-decoration: none;
  display: block;
  margin: 10px 0 20px;
}

.blog-detail-section .blog-content h4 {
  font-size: var(--fs-xxl);
  font-weight: 600;
  font-family: var(--noto-sans);
}

.blog-cards-box {
  max-height: 700px;
  overflow: auto;
}

.blog-cards-box .content-box {
  max-width: 95%;
}

.blog-cards-box::-webkit-scrollbar {
  width: 4px;
}

.blog-cards-box::-webkit-scrollbar-track {
  background: #C4C4C4;
}

.blog-cards-box::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.blog-content .meta,
.blog-detail-section .meta,
.popular-item .meta-box p,
.blog-detail-section .meta-box p {
  font-size: var(--fs-xsmall);
  color: #888;
  margin-bottom: 0px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  line-height: normal;
}

.blog-content .desc,
.blog-detail-section .blog-content .desc {
  font-size: var(--fs-regular);
  color: #555555;
  font-weight: 400;
  font-family: var(--noto-sans);
}

.blog-section .view-link,
.blog-detail-section .view-link {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  font-size: var(--fs-xl);
  font-family: var(--primary-semibold-font);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-color);
  display: inline;
}

.blog-section .badge,
.blog-detail-section .badge {
  background: #fff1f7;
  color: #666666;
  font-size: var(--fs-small);
  margin-bottom: 5px;
  padding: 5px 9px;
  font-weight: 400;
  font-family: var(--primary-regular-font);
}

.blog-section .popular-item,
.blog-detail-section .popular-item {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}

.blog-section .popular-item .blog-sm,
.blog-detail-section .popular-item .blog-sm {
  max-width: 130px;
  height: 120px;
  object-fit: cover;
  border-radius: 7.8px;
  margin-right: 10px;
}

.popular-item .blog-title-two,
.blog-detail-section .blog-title-two {
  font-size: var(--fs-large);
  margin: 0;
  font-family: var(--primary-semibold-font);
  font-weight: 600;
  color: var(--black-color);
  text-decoration: none;
  display: block;
}

.popular-item .meta-box p,
.blog-detail-section .meta-box p {
  margin-bottom: 0px;
  margin-bottom: 0px;
  font-size: var(--fs-small);
  font-family: var(--noto-sans);
  font-weight: 400;
  text-wrap: nowrap;
}

.popular-item small,
.blog-detail-section small {
  font-size: var(--fs-xsmall);
  color: #888;
}

.blog-title,
.blog-detail-section .blog-title {
  font-size: var(--fs-xl);
  font-family: var(--primary-semibold-font);
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 10px;
}

.blog-title p,
.blog-detail-section .blog-title p {
  margin-bottom: 0px;
  font-family: var(--primary-semibold-font);
}

.blog-section .meta-box ul,
.blog-section .meta-box ul li,
.blog-detail-section .meta-box ul,
.blog-detail-section .meta-box ul li {
  display: flex;
  align-items: center;
  padding-left: 0px;
}

.blog-detail-section .meta-box ul {
  padding-left: 3px;
}

.blog-detail-section .meta-box ul li,
.blog-detail-section .meta-box ul li {
  gap: 7px;
}

.blog-section .meta-box ul li .icon-box,
.blog-detail-section .meta-box ul li .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.blog-section .meta-box ul li .icon-box .profile-img,
.blog-detail-section .meta-box ul li .icon-box .profile-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}

.meta-box ul li:last-child .meta {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.blog-section .meta-box,
.blog-detail-section .meta-box {
  margin: 10px 0 15px;
}

.blog-divider {
  max-width: 50%;
  border: 1px solid #C0C0C0;
  margin: 20px auto;
}

.sidebar-search {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-search input {
  width: 100%;
  padding: 12px 20px 12px 45px;
  border-radius: 30px;
  border: 1.26px solid #DADADA;
  font-size: var(--fs-regular);
  color: #888888;
}

.sidebar-search input:focus {
  border: 1.26px solid var(--primary-color);
  box-shadow: none;
  outline: none;
}

.sidebar-search input::placeholder {
  color: #888888;
  font-size: var(--fs-regular);
}

.sidebar-search .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  width: 16px;
}

.author-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
  border-radius: 12px;
}

.author-item .author-avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  display: block;
}

.author-item .author-info h3 {
  font-size: var(--fs-large);
  margin: 0;
  font-family: var(--primary-semibold-font);
}

.author-item .author-info p {
  font-size: var(--fs-xsmall);
  color: #666666;
  margin: 2px 0 15px;
}

.author-social {
  display: flex;
  gap: 8px;
}

.author-social a {
  width: 20px;
  height: 20px;
  border: 0.8px solid #C4C4C4;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-social a.active {
  border: 0.8px solid var(--primary-color);
  background: var(--primary-color);
}

.author-social a img {
  width: auto;
  height: 10px;
}

.author-social a img.one {
  height: 11px;
}

.category-list {
  list-style: none;
  padding: 0;
}

.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #D1E7E5;
  font-size: var(--fs-small);
  color: #334155;
}

.category-item .category-name {
  font-size: var(--fs-regular);
  font-weight: 600;
  font-family: var(--primary-semibold-font);
  color: #1C1C1C;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item .count {
  font-weight: 600;
  color: #1e293b;
}

.sidebar-box {
  background: #DBEFFF75;
  padding: 30px;
  border-radius: 0px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.author-list {
  margin-bottom: 50px;
}

.blog-card-v {
  background: var(--white-color);
  border-radius: 5.11px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.blog-card-v .blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 5.11px;
}

.blog-card-v .blog-content {
  padding: 20px 0;
}

.blog-card-v h4,
.blog-card-v a {
  font-size: var(--fs-26);
  margin: 10px 0;
  line-height: 1.4;
  font-family: var(--primary-semibold-font);
  color: var(--black-color);
  text-decoration: none;
}

.blog-card-v .desc {
  font-size: var(--fs-regular);
  margin-bottom: 15px;
  font-family: var(--primary-regular-font);
}

/* =====================================
Blog Detail Page
====================================== */
.detail-breadcrumb .breadcrumb-item a {
  color: var(--black-color);
  text-decoration: none;
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
}

.detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #666666;
}

.blog-detail-section .blog-detail-content {
  max-width: 90%;
}

.blog-detail-section .blog-detail-content .badge {
  font-size: var(--fs-xsmall) !important;
  background: var(--primary-gradient);
}

.blog-detail-content .post-title {
  font-size: 30px;
  font-weight: 600;
  color: #222222;
  line-height: 1.3;
  font-family: var(--primary-semibold-font);
  margin-bottom: 20px;
}

.post-text .detail-para {
  font-size: var(--fs-regular);
  color: #555555;
  line-height: 1.8;
  font-family: var(--primary-regular-font);
  margin-bottom: 0px;
}

.post-text h2 {
  font-size: var(--fs-xl);
  font-weight: 600;
  color: #333333;
  font-family: var(--noto-sans);
}

.para-noto {
  font-family: var(--noto-sans);
  font-weight: 400;
  font-size: var(--fs-regular);
  line-height: 150%;
}

.symptom-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.symptom-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 0px;
  color: #555555;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
}

.symptom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #666666;
  font-weight: bold;
}

.blog-detail-section .meta-box.top ul li p {
  color: #777777;
  font-size: var(--fs-large);
}

.blog-detail-section .meta-box ul li .icon-box .profile-img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.blog-detail-section .meta-box ul li .icon-box {
  width: 16px;
}

.test-tabs-wrapper .nav-tabs {
  margin-bottom: 0px !important;
}

.test-tabs-wrapper .nav-tabs .nav-link {
  background: transparent;
  color: var(--black-color);
  border: 1px solid #DBEFFF;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
  transition: all 0.3s ease;
}

.test-tabs-wrapper .nav-tabs .nav-item:nth-child(1) .nav-link {
  border-top-left-radius: 8px;
}

.test-tabs-wrapper .nav-tabs .nav-item:nth-child(3) .nav-link {
  border-top-right-radius: 8px;
}

.test-tabs-wrapper .nav-tabs .nav-link.active {
  background: #DBEFFF;
  color: var(--primary-color);
  border-color: #DBEFFF;
}

.detail-tab-content {
  background: #F8FBFD;
}

.detail-tab-content h3 {
  font-size: var(--fs-xl);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-family: var(--primary-semibold-font);
}

.blog-card-v .meta {
  font-size: var(--fs-xsmall) !important;
}

.blog-detail-section .view-link {
  border-bottom: none;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.social-icons .line {
  flex: 1;
  height: 1px;
  background: #cfd8dc;
}

.social-icons .icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icons .icons a img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  transition: 0.3s;
}

.social-icons .icons a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.blog-card-v.horizontal {
  background: var(--white-color);
  border: none;
  margin-bottom: 20px;
}

.blog-card-v.horizontal .blog-content h5 {
  font-size: var(--fs-regular);
  line-height: 1.4;
  font-family: var(--primary-bold-font);
}

.comments-section .comment-box {
  border-bottom: 1px solid #A2A2A2
}

.comments-section .comment-box h4 {
  border-bottom: 3px solid var(--Color-1, #01549E);
  margin-bottom: 0;
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
}

.comments-dropdown {
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
}

.comments-section .social-login {
  margin-left: 50px;
}

.comments-section .profile-placeholder {
  width: 49px;
  height: 47px;
  background: #D9D9D9;
  border-radius: 0px;
}

.comments-section .comment-box {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}

.comments-section .comment-input {
  border-radius: 4px;
  font-size: var(--fs-small);
  height: 47px;
}

.comments-section .comment-input:focus {
  box-shadow: none;
}

.comments-section .content-divider {
  border: 1px solid #A2A2A2;
  width: 50%;
  margin: auto;
}

.comments-section .comment-input::placeholder {
  color: #A8A8A8;
  font-family: var(--primary-semibold-font);
}

.comments-section .social-login {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}

.comments-section .social-login small {
  font-size: var(--fs-small);
  letter-spacing: 0.5px;
  font-family: var(--primary-semibold-font);
  color: var(--black-color);
}

.comments-section .social-icons {
  margin: 10px 0 !important;
}

.comments-section .social-icons i {
  font-size: var(--fs-small);
  color: #6c757d;
  cursor: pointer;
  transition: 0.2s;
}

.comments-section .social-icons i:hover {
  color: #000;
}

.comments-section .flex-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.comments-section .empty-comment {
  font-size: var(--fs-small);
  margin-top: 20px;
}

.comments-section .blog-social-icons {
  height: 19px;
  width: auto;
}

.comments-section .divider-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: 0;
}

.comments-section .empty-comment span {
  position: relative;
  z-index: 1;
  font-size: var(--fs-regular);
  font-family: var(--primary-regular-font);
}

.comments-section .comments-dropdown {
  text-align: end;
  margin: 10px 0;
}

/* =====================================
ABOUT PAGE
======================================= */
.about-main-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 55px 0 0px;
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position:
    left center,
    center bottom;
  background-size: cover, cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container {
  position: relative;
}

.about-gradient-shape {
  display: none;
}

.about-gradient-shape img {
  display: none;
}

.about-main-row {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 214px);
}

.about-main-title {
  margin: 0 0 20px;
  color: var(--primary-color);
  font-family: var(--primary-bold-font);
  font-size: 60px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.about-main-text {
  margin: 0 0 36px;
  color: #505050;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-26);
  line-height: 1.58;
  max-width: 80%;
}

.about-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 22px 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--white-color) 0%, #f0f4fb 100%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #0e5cb9;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(9, 24, 84, 0.14);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.about-main-btn:hover {
  color: #0e5cb9;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(9, 24, 84, 0.18);
}

.about-visual-wrap {
  position: relative;
  max-width: 720px;
  margin-top: -8px;
  margin-left: auto;
  margin-right: 0;
}

.about-visual-card {
  position: relative;
  text-align: start !important;
  right: 0;
  top: -25px;
}

.about-main-image {
  width: auto;
  height: 85vh;
  max-height: 900px;
  max-width: 100%;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.3));
  display: block;
}

.about-journey-section {
  position: relative;
  margin-top: -2px;
  padding: 80px 0;
  background-size: 100% 75%;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}

.about-journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-journey-curve {
  position: absolute;
  left: 0%;
  bottom: -100px;
  width: min(39vw, 700px);
  opacity: 0.78;
  pointer-events: none;
}

.about-journey-curve img {
  width: 100%;
}

.about-journey-section .container {
  position: relative;
  z-index: 1;
}

.about-journey-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bcd8ff 0%, #88b9ff 55%, #6ea9f7 100%);
  color: #1a4f9d;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-small);
  letter-spacing: 0.12em;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.about-journey-title {
  margin: 0 0 14px;
  background: linear-gradient(90deg, var(--primary-color) 60%, #f80874 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--primary-bold-font);
  font-size: 27px;
  line-height: 1.14;
}

.about-journey-title span {
  color: var(--pink-color);
}

.about-journey-text {
  margin: 0 auto;
  color: #1f1f1f;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  font-weight: 500;
  line-height: 1.72;
}

.about-journey-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 58px 0 72px;
  min-height: 310px;
}

.about-journey-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(74, 119, 171, 0.15);
  background: var(--white-color);
}

.about-journey-card img {
  display: block;
  width: 100%;
  height: auto;
}

.about-journey-card-left {
  width: 250px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.95),
    0 18px 36px rgba(74, 119, 171, 0.15);
  z-index: 1;
}

.about-journey-card-center {
  width: 380px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  z-index: 2;
}

.about-journey-card-right {
  width: 300px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.95);
  z-index: 1;
  transform: rotate(0deg);
}

.about-journey-card-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-journey-card-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.about-purpose-row {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-purpose-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding: 4px 15px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bcd8ff 0%, #88b9ff 55%, #6ea9f7 100%);
  color: #1a4f9d;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-small);
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.about-purpose-block p {
  margin: 0;
  color: var(--black-color);
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  font-weight: 400;
  text-align: left;
  line-height: 159%;
  text-align: justify;
}

.about-purpose-block:first-child {
  padding-right: 26px;
}

.about-purpose-block:last-child {
  padding-left: 26px;
}

.about-purpose-block {
  height: 100%;
}

.about-impact-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
  background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
}

.about-impact-section .hero-title .highlight {
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-impact-network {
  position: absolute;
  right: 0;
  bottom: -80px;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.about-impact-network img {
  width: 100%;
}

.about-impact-section .container {
  position: relative;
  z-index: 1;
}

.about-impact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #cde0ff 0%, #82b7ff 100%);
  color: #144aa5;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-small);
}

.about-impact-title {
  margin: 0 0 10px;
  background: linear-gradient(90.62deg, #c4e0fd 19.62%, #5eadff 81.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-28);
  line-height: 1.2;
}

.about-impact-text {
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  line-height: 1.6;
}

.about-impact-tabs {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 8px 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-impact-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 8px 40px;
  border-radius: 25px;
  border: 0;
  background: transparent;
  color: var(--primary-color);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
}

.about-impact-tab.active,
.about-impact-tab:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.about-impact-tab:focus {
  outline: none;
  box-shadow: none;
}

.about-impact-tab-content {
  position: relative;
}

.about-impact-stage {
  position: relative;
  min-height: 580px;
  margin-top: 18px;
  left: 0;
  width: min(100%, 1360px);
  margin-left: auto;
  margin-right: auto;
}

.about-impact-visual {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 43%;
  max-width: 620px;
  height: 490px;
}

.about-impact-base {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 72%;
  border-radius: 12px;
  overflow: hidden;
}

.about-impact-base img {
  width: 100%;
  display: block;
}

.about-impact-doctor {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 45%;
  z-index: 10;
  max-width: none;
}

.about-impact-mini-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(22, 15, 78, 0.18);
  width: fit-content;
}

.about-impact-mini-card-left {
  top: 49%;
  left: -2%;
  padding: 8px 10px;
  z-index: 5;
  min-width: 170px;
}

.about-impact-check-icon {
  width: 17px;
  height: 17px;
}

.about-impact-check-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.about-impact-mini-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 10px;
  min-width: 0;
}

.about-impact-mini-text strong {
  color: #303447;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  line-height: 1.2;
}

.about-impact-mini-text span {
  color: #8f96a6;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-xsmall);
  line-height: 1.2;
}

.about-impact-mini-action {
  margin-left: auto;
  flex: 0 0 auto;
}

.about-impact-mini-action img {
  width: 40px;
  height: 40px;
}

.about-impact-mini-card-top {
  top: 15%;
  left: 0%;
  padding: 15px;
  gap: 0;
  z-index: 4;
}

.about-impact-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-impact-stat-copy span {
  color: #a1a7b6;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-xsmall);
  line-height: 1.2;
}

.about-impact-stat-copy strong {
  color: #303447;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  line-height: 1;
  padding: 5px 0px;
}

.about-impact-stat-icon {
  width: 20px;
  height: 20px;
}

.about-impact-mini-card-bottom {
  left: 30%;
  bottom: -14px;
  padding: 10px 14px;
  z-index: 5;
  gap: 8px;
}

.about-impact-mini-card-bottom span {
  color: #303447;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  text-wrap: nowrap;
}

.about-impact-content-card {
  position: absolute;
  right: 2%;
  bottom: 14px;
  width: 46%;
  max-width: 760px;
  min-height: 340px;
  padding: 13px 32px 13px 96px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 40px rgba(18, 9, 84, 0.18);
}

.about-impact-content-card h3 {
  margin: 0 0 14px;
  color: #0c58b0;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xxl);
  line-height: 1.2;
}

.about-impact-content-card p {
  margin: 5px 0 15px;
  color: #2d3444;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  font-weight: 500;
  line-height: 1.6;
}

.about-impact-link {
  color: #0c58b0;
  font-family: var(--primary-semibold-font);
  font-weight: 400;
  font-size: var(--fs-small);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.about-impact-stage-wrap .about-impact-link img {
  margin-left: 10px;
}

.about-founders-section {
  position: relative;
  padding: 44px 0 54px;
  background:
    radial-gradient(circle at top center,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f7fbff 0%, #edf5ff 46%, var(--white-color) 100%);
}

.about-founders-glow {
  position: absolute;
  left: 0%;
  top: 88px;
  width: min(28vw, 300px);
  opacity: 0.42;
  pointer-events: none;
}

.about-founders-glow img {
  width: 100%;
}

.about-founders-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 18px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c7ddff 0%, #8fbaff 100%);
  color: #124ea0;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-small);
  letter-spacing: 0.14em;
}

.about-founders-title {
  margin: 0 0 12px;
  background: linear-gradient(90deg, var(--primary-color) 60%, #f80874 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-28);
  line-height: 1.2;
}

.about-founders-title span {
  color: var(--pink-color);
}

.about-founders-text {
  margin: 0 auto;
  color: #2d3444;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  line-height: 1.65;
}

.about-founders-grid {
  margin-top: 38px;
  --bs-gutter-x: 28px;
}

.about-founder-card {
  position: relative;
  min-height: 520px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #083665 0%, #0f6bde 100%);
}

.about-founder-card-portrait .about-founder-photo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: none;
}

.about-founder-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(7, 36, 70, 0.3) 0%,
      rgba(7, 36, 70, 0.12) 18%,
      rgba(7, 36, 70, 0) 38%),
    linear-gradient(180deg,
      rgba(4, 22, 52, 0) 42%,
      rgba(4, 22, 52, 0.46) 66%,
      rgba(4, 22, 52, 0.82) 84%,
      rgba(4, 22, 52, 0.96) 100%);
  background-size: 10%;
  background-position: bottom;
}

.about-founder-copy {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px;
}

.about-founder-copy h3 {
  margin: 0 0 8px;
  color: var(--white-color);
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
}

.about-founder-copy h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #f80874;
}

.about-founder-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  line-height: 1.4;
}

.about-founders-divider {
  height: 2px;
  margin: auto;
  background: #e3e3e3;
  max-width: 40%;
}

.about-faq-block {
  margin: 70px 0 50px;
  border-top: 1px solid #BCBCBC;
}

.about-faq-title {
  margin: 70px 0 16px;
  color: #111111;
  font-family: var(--primary-bold-font);
  font-size: 30px;
  line-height: 1.2;
}

.about-faq-accordion .accordion-item {
  border: 2px solid #eef2fb;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--white-color);
}

.about-faq-accordion .accordion-button {
  background: var(--white-color);
  color: #170f49;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-large);
  padding: 16px 18px;
  box-shadow: none;
}

.about-faq-accordion .accordion-button:not(.collapsed) {
  color: #1a2356;
  background: var(--white-color);
  box-shadow: none;
}

.about-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.about-faq-accordion .accordion-button::after {
  width: 24px;
  height: 24px;
  background-size: 10px;
  background-position: center;
  background-color: #e9ecff;
  border-radius: 50%;
  transform: rotate(270deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616d99'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.about-faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: #635bff;
  transform: rotate(0);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.about-faq-accordion .accordion-body {
  padding: 0 18px 14px;
  color: #170f49;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  line-height: 1.7;
}

.about-newsletter-section {
  padding: 0 0 1px;
  background: var(--white-color);
  overflow-x: clip;
}

.about-newsletter-wrap {
  position: relative;
  width: auto;
  left: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 34px 18px 28px;
  border-top: 2px solid #0f7bff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(90deg, var(--primary-color) 50%, #f80874 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.22);
}

.about-main-section,
.about-journey-section,
.about-impact-section,
.about-founders-section {
  overflow-x: clip;
}

.about-newsletter-title {
  margin: 30px 0 34px;
  text-align: center;
  color: var(--white-color);
  font-family: var(--primary-bold-font);
  font-size: var(--fs-28);
  line-height: 1.2;
}

.about-newsletter-form {
  max-width: 621px;
  margin: 0 auto 26px;
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
}

.about-newsletter-input {
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  padding: 10px 14px;
  color: #3f4a63;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
}

.about-newsletter-input:focus {
  outline: none;
}

.about-newsletter-btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 22px;
  background: linear-gradient(90deg, #4f42ff 0%, #6c38ff 100%);
  color: var(--white-color);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
}

.about-newsletter-features {
  margin: 50px 0 10px;
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-large);
}

.about-newsletter-features span::before {
  content: "\2713";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.92);
}

.about-impact-stage-wrap {
  --impact-scale: 1;
  position: relative;
  width: 100%;
  height: calc(560px * var(--impact-scale));
  margin-top: 250px;
}

.about-impact-stage-wrap .about-impact-stage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1320px;
  min-height: 450px;
  margin: 0;
  transform: translateX(-50%) scale(var(--impact-scale));
  transform-origin: top center;
}

.about-impact-stage-wrap .about-impact-visual {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 520px;
  height: 450px;
}

.about-impact-stage-wrap .about-impact-base {
  position: absolute;
  left: 67px;
  bottom: -4px;
  width: 650px;
}

.about-impact-stage-wrap .about-impact-doctor {
  position: absolute;
  left: 135px;
  bottom: -4px;
  width: 600px;
}

.about-impact-stage-wrap .about-impact-mini-card-left {
  top: -145px;
  left: 0px;
  min-width: 170px;
  padding: 10px 15px;
}

.about-impact-stage-wrap .about-impact-mini-card-top {
  top: 0px;
  right: -260px;
}

.about-impact-stage-wrap .about-impact-mini-card-bottom {
  left: 239px;
  bottom: -17px;
}

.about-impact-stage-wrap .about-impact-content-card {
  position: absolute;
  right: 20px;
  bottom: 65px;
  width: 681px;
  min-height: 237px;
  padding: 24px 22px 24px 100px;
  border-radius: 0 28px 28px 0;
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
}

.about-impact-stage-wrap .about-impact-content-card h3 {
  font-size: var(--fs-xl);
  margin-bottom: 18px;
  font-family: var(--secondary-semibold-font);
}

.about-impact-stage-wrap .about-impact-content-card p {
  font-size: var(--fs-large);
  font-family: var(--secondary-regular-font);
  line-height: 1.7;
  margin: 0 0 22px;
  color: #0F172A;
  text-align: justify;
}

.about-impact-stage-wrap .about-impact-link {
  font-size: var(--fs-regular);
  font-family: var(--secondary-medium-font);
  font-weight: 500;
}

/* =====================================
Medical Disclaimer Page
====================================== */
.common-breadcrumb.medical-disclaimer {
  background: url("../img/blog/blog-bg.png") center no-repeat;
  background-size: cover;
}

.disclaimer-section {
  background: #fcfdfe;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.disclaimer-bg {
  position: absolute;
  bottom: 0;
  right: -40%;
}

.disclaimer-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 4px 0px #19213D0F;
  border: 1px solid #F1F2F9;
  transition: transform 0.3s ease;
}

.disclaimer-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.disclaimer-header .icon-box {
  width: 30px;
  height: 30px;
  background: #eef7ff;
  color: var(--primary-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-regular);
}

.disclaimer-header h3 {
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin: 0;
  font-family: var(--primary-bold-font);
}

.disclaimer-card.important .icon-box {
  background: #DBEFFF;
  color: #ff007c;
}

.disclaimer-card.important h3 {
  color: #ff007c;
}

.disclaimer-card.important {
  border-left: 5px solid #ff007c;
}

.disclaimer-body p {
  font-size: var(--fs-regular);
  color: var(--black-color);
  line-height: 1.7;
  margin-bottom: 10px;
  font-family: var(--primary-regular-font);
}

.disclaimer-body p:last-child {
  margin-bottom: 0;
}

.disclaimer-quote-box {
  background: var(--primary-gradient);
  border-radius: 12px;
  padding: 35px 30px;
  text-align: center;
  border: 1px solid #F1F2F9;
}

.disclaimer-quote-box p {
  font-size: var(--fs-regular);
  line-height: 1.6;
  font-family: var(--primary-regular-font);
  margin: 0 auto 10px;
  color: var(--black-color);
}

.disclaimer-quote-box p:last-child {
  margin-bottom: 0;
}

/* ================================================
Privacy
================================================== */
.common-breadcrumb.privacy {
  padding: 120px 0;
  margin-top: 85px;
  position: relative;
  overflow: visible;
  background: url(../img/privacypolicy/bg-overlay.webp) right top / 75% 109% no-repeat;
}

.common-breadcrumb.privacy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2F80ED 0%, #4a85c8 20%, #5b88bd 45%, rgba(255, 255, 255, 0) 130%);
  z-index: 1;
}



.privacy-policy-section {
  padding: 56px 0 90px;
  height: auto;
  position: relative;
  overflow: visible !important;
}

.glow-right {
  position: absolute;
  right: 0px;
  top: 100px;
}

.glow-left {
  position: absolute;
  left: 0px;
  bottom: 100px;
}

.privacy-policy-section>.container-fluid {
  position: relative;
  z-index: 1;
}

.privacy-sidebar-col {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  align-self: flex-start;
}

.privacy-nav-card {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  z-index: 10;
}

.privacy-main-card,
.privacy-nav-sticky {
  background: var(--white-color);
  border: 2px solid #eef2fb;
  border-radius: 14px;
}

.privacy-main-card {
  padding: 14px 0;
}

.privacy-sections {
  padding: 0 26px;
}

.policy-block {
  scroll-margin-top: 120px;
  padding: 18px 0 20px;
  border-bottom: 1px solid #E4E4E4;
}

.policy-block:last-child {
  border-bottom: 0;
}

.policy-block h3 {
  margin: 0 0 12px;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  line-height: 1.35;
  color: var(--primary-color);
  font-weight: 700;
}

.policy-block p {
  margin: 0 0 10px;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  font-weight: 400;
  line-height: 1.7;
  color: var(--black-color);
}

.policy-block li {
  margin: 0 0;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  font-weight: 400;
  color: var(--black-color);
}

.policy-block ul {
  margin: 0 0 20px;
  padding-left: 18px;
}

.privacy-nav-sticky {
  position: relative;
  padding: 18px 16px;
}

.privacy-nav-sticky h3,
.privacy-nav-sticky h2 {
  margin: 0 0 20px;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color);
  font-weight: 700;
}

.privacy-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.privacy-nav a {
  display: block;
  padding: 9px 10px;
  font-family: var(--primary-medium-font);
  font-size: var(--fs-regular);
  font-weight: 400;
  line-height: 1.45;
  color: var(--black-color);
  text-decoration: none;
  transition: all 0.25s ease;
}

.privacy-nav a:hover {
  color: var(--primary-color);
  background: #eef5ff;
}

.privacy-nav a.active {
  color: var(--primary-color);
  background: #eaf2ff;
}

/* =========================================
Terms and condition
========================================= */


/* =========================================
Testimonial Page
========================================= */
.testimonial-card {
  background: var(--white-color);
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  padding: 60px 25px 30px;
  margin: 45px 0 0px;
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #DBEFFF;
}

.testimonial-slider-wrap .owl-stage {
  display: flex !important;
}

.testimonial-slider-wrap .owl-item {
  display: flex !important;
  flex: 1 0 auto;
}

.testimonial-item {
  width: 100%;
  display: flex !important;
}

.testimonial-item,
.testimonial-slider-wrap .owl-carousel.owl-drag .owl-item {
  height: 100%;
}

.profile-img-wrap {
  position: absolute;
  top: -40px;
  left: 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-text {
  font-size: var(--fs-regular);
  color: var(--black-color);
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
  font-family: var(--primary-regular-font);
  min-height: 135px;
  height: 100%;
}

.card-footer-box {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}

.user-info .name {
  font-size: var(--fs-regular);
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  font-family: var(--primary-semibold-font);
}

.user-info .specialty {
  font-size: var(--fs-small);
  color: var(--black-color);
  margin: 5px 0 0;
  font-family: var(--primary-regular-font);
}

.testimonial-card .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-card .rating img {
  max-width: 24px;
  height: auto;
}

.testimonial-slider-wrap {
  padding: 0 70px;
}

.testimonial-slider-wrap .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F1F5F9 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-slider-wrap .owl-nav button img {
  width: 8px;
  height: auto;
  transition: all 0.3s ease;
}

.testimonial-slider-wrap .owl-nav button .next-icon {
  transform: rotate(180deg);
}

.testimonial-slider-wrap .owl-nav button:hover {
  background: var(--primary-color) !important;
}

.testimonial-slider-wrap .owl-nav button:hover img {
  filter: brightness(0) invert(1);
}

.testimonial-slider-wrap .owl-prev {
  left: -60px;
}

.testimonial-slider-wrap .owl-next {
  right: -60px;
}

.testimonial-card .testimonial-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.quote-text {
  flex-grow: 1;
}

/* ======================================
Product Page
====================================== */
.product-banner_img {
  max-height: 100%;
  width: auto;
  margin-top: -35%;
}

.product-banner .hero-title {
  font-size: 60px;
}

.product-banner {
  padding: 120px 0 40px;
  position: relative;
  overflow: visible;
  height: 100%;
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  background-size: cover;
  display: flex;
  align-items: center;
}

.product-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}

.product-badges.one {
  position: absolute;
  bottom: 55%;
  left: 17%;
}

.product-badges.two {
  position: absolute;
  bottom: 13%;
  left: 7.5%;
}

.product-badges.three {
  position: absolute;
  bottom: 60%;
  left: 62%;
}

.product-badges.four {
  position: absolute;
  bottom: 30%;
  left: 59%;
}

.product-badges.five {
  position: absolute;
  bottom: 44%;
  right: 12%;
}

.product-badges.six {
  position: absolute;
  bottom: 10%;
  right: 6%;
}

.product-badges .white-badges {
  background-color: var(--white-color);
  padding: 12px 24px;
  border-radius: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
}

.product-badges .white-badges .circle-img img {
  max-width: 20px;
  margin-bottom: 4px;
}

.product-badges .white-badges p {
  margin-bottom: 0px;
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
  color: #656565;
}

.product-badges .circle-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

.product-solutions-section {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.light-bg {
  position: absolute;
  right: 0;
  top: -120px;
  z-index: 0;
}

.blue-shape1 {
  position: absolute;
  bottom: 0;
  right: -42%;
}

.blue-shape2 {
  position: absolute;
  left: -42%;
  top: 40%;
}

.highlight-pink {
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-card-wrapper {
  background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
  border-radius: 34px;
  padding: 30px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  /* min-height: 650px; */
  max-width: 95%;
}

.product-card-content {
  position: relative;
  z-index: 2;
}

.product-card-content .card-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-family: var(--primary-bold-font);
}

.product-card-content .card-desc {
  font-size: var(--fs-xl);
  font-weight: 400;
  color: #1B1B1B;
  margin-bottom: 35px;
  line-height: 1.6;
  font-family: var(--primary-regular-font);
}

.product-card-img {
  text-align: center;
  /* position: absolute; */
}

/* .product-card-img.left {
  left: -40px;
  bottom: -25px;
  transform: rotate(10deg);
}
.product-card-img.left.two {
  left: 0px;
  bottom: 0px;
  transform: rotate(0deg);
}
.product-card-img.right {
  right: -40px;
  bottom: -25px;
} */
.product-card-img img {
  max-height: 650px;
  width: auto;
  object-fit: contain;
}

.product-overlay {
  right: -40px;
  bottom: -25px;
  position: absolute;
}

.wrapper-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
}

.section-divider {
  border: 1px solid #D9D9D9;
  width: 30%;
  margin: auto;
}

/* =================================================
Patients Page
================================================== */
.patients-banner {
  padding: 160px 0 100px;
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  position: relative;
  overflow: visible;
}

.patients-banner.features {
  padding-bottom: 0 !important;
}

.patients-banner .hero-title {
  font-size: 55px;
  line-height: 1.3;
}

.patients-banner.sm-banner {
  padding: 110px 0 60px;
}

.patients-banner.sm-banner .hero-title {
  font-size: 40px;
}

.patients-banner.sm-banner .hero-subtitle {
  font-size: var(--fs-xl);
}

.patients-banner.sm-banner .banner-main-img {
  max-width: 400px;
  border-width: 3px;
}

.patients-banner .hero-subtitle {
  font-size: var(--fs-xxl);
  line-height: 1.7;
  color: #444;
}

.patients-banner.doctor {
  padding: 200px 0 80px;
}

.patients-banner.doctor .hero-title {
  line-height: 118%;
}

.ai-badge {
  background: var(--white-color);
  color: #1B1B1B;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: var(--fs-small);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ai-badge::before {
  content: "/";
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
}

.banner-img-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: -80px;
}

.banner-img-wrapper .main-img {
  border: 5px solid var(--white-color);
  border-radius: 0px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: rotate(5deg);
  width: 100%;
  max-width: 550px;
}

.banner-main-img {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
}

.floating-info-card {
  position: absolute;
  bottom: 0px;
  left: -60px;
  background: var(--white-color);
  padding: 15px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.floating-info-card .icon-box {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-info-card .icon-box img {
  width: 20px;
  filter: brightness(0) invert(1);
}

.floating-info-card .info-text h2,
.floating-info-card .info-text h4,
.floating-info-card .info-text h3 {
  margin: 0;
  font-size: var(--fs-large);
  font-family: var(--primary-bold-font);
  color: #1B1B1B;
}

.floating-info-card .info-text p {
  margin: 0;
  font-size: var(--fs-regular);
  color: #555555;
  text-align: center;
}

.health-tools-section {
  padding: 60px 0;
  background: var(--white-color);
}

.tool-card {
  background: var(--white-color);
  padding: 40px 20px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #F1F2F9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  position: relative;
}

.tool-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.tool-icon-box {
  width: 59px;
  height: 59px;
  background: var(--primary-gradient);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.tool-icon-box img {
  width: 35px;
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.tool-card .tool-title {
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin-bottom: 5px;
  /* text-transform: uppercase; */
  font-family: var(--primary-semibold-font);
}

.tool-card .tool-desc {
  font-size: var(--fs-large);
  color: var(--black-color);
  line-height: 1.6;
  font-family: var(--primary-regular-font);
  margin-bottom: 0px;
}

.process-section {
  border-radius: 40px;
}

.process-cards-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  position: relative;
  margin-top: 0px;
}

.process-section .process-content_box {
  margin-right: -50px;
  margin-left: -50px;
}

.process-content_box {
  background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
  box-shadow: 0px 1px 4px 0px #19213D0F;
  padding: 50px 20px;
}

.process-card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.process-card .process-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.process-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/patients/process-bg.webp") no-repeat bottom;
  background-size: cover;
}

.process-card .process-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 5px;
  background-size: cover;
  text-align: center;
  z-index: 2;
}

.process-card .process-title-box h3 {
  color: var(--white-color);
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
  margin: 0;
  text-transform: uppercase;
}

.process-connector {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted var(--primary-color);
  z-index: 0;
  display: none;
}

.connector-dot {
  width: 27px;
  height: 12px;
  border-top: 3px dashed var(--primary-color);
  margin: 0 0 0 10px;
  align-self: center;
  flex-shrink: 0;
  position: relative;
}

.connector-dot::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: var(--primary-color);
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 2;
}

.benefit-img-wrapper {
  position: relative;
  text-align: end;
  z-index: 1;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefit-item {
  display: flex;
  gap: 15px;
}

.benefit-icon-box {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-gradient);
  flex-shrink: 0;
}

.benefit-icon-box img {
  max-width: 32px;
  height: auto;
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.benefit-content h4,
.benefit-content h3 {
  font-size: var(--fs-xl);
  color: var(--primary-color);
  font-family: var(--primary-semibold-font);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.benefit-content p {
  font-size: var(--fs-large);
  color: #000;
  font-family: var(--primary-regular-font);
  margin: 0;
  line-height: normal;
}

.benefit-section .floating-info-card {
  bottom: auto;
  top: -40px;
  left: 0px;
  z-index: 0;
}

/* ------------------------------------------
Patients Page New Sections
-------------------------------------------- */
.simple-process-section .process-title,
.ai-search-section .card-title,
a.all-in-one-section .card-title,
.card-title {
  font-size: var(--fs-xl);
  font-family: var(--primary-semibold-font);
  color: var(--primary-color);
}

.simple-process-section .process-desc,
.ai-search-section .card-desc,
.all-in-one-section .card-desc,
.card-desc {
  font-size: var(--fs-large);
  color: var(--text-color);
  font-family: var(--primary-regular-font);
}

.ai-search-section .card-desc {
  color: #505050;
  margin-top: 10px;
  margin-bottom: 5px;
}

.simple-process-section {
  padding: 60px 0;
  background: url('../img/patients/simple-process-bg.webp') no-repeat center center;
  background-size: cover;
}

.simple-process-section .process-step-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  margin: 50px auto 0;
}

.simple-process-section .process-step-item {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
}

.simple-process-section .process-circle {
  width: 211px;
  height: 211px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

.simple-process-section .process-circle::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  -webkit-mask:
    linear-gradient(var(--white-color) 0 0) content-box,
    linear-gradient(var(--white-color) 0 0);
  mask:
    linear-gradient(var(--white-color) 0 0) content-box,
    linear-gradient(var(--white-color) 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.simple-process-section .step-number {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 61px;
  height: 61px;
  background: linear-gradient(143.52deg, var(--primary-color) 19.22%, #F80874 97.58%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.simple-process-section .step-number img {
  max-width: 14px;
  height: auto;
}

.simple-process-section .step-number img.onee {
  max-width: 6px;
}

.simple-process-section .process-circle .icon img {
  max-width: 110px;
  height: auto;
}

.simple-process-section .process-divider {
  position: absolute;
  top: 110px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #5EADFF 0 7px, transparent 3px 13px);
  z-index: 0;
  opacity: 0.5;
}

.ai-search-section .search-bar-wrapper {
  max-width: 1050px;
  margin: 0 auto 40px;
  background: var(--white-color);
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
}

.ai-search-section .search-input-group {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 15px;
  border-right: 1px solid #A7A7A7;
}

.ai-search-section .search-input-group:last-of-type {
  border-right: none;
  padding-left: 60px;
}

.ai-search-section .search-input-group img {
  width: 30px;
  margin-right: 10px;
  height: auto;
}

.ai-search-section .search-input-group input {
  border: none;
  outline: none;
  width: 100%;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #848484;
}

.ai-search-section .filter-pills {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.ai-search-section .filter-pill {
  padding: 8px 40px !important;
  border-radius: 25px;
  background: transparent !important;
  color: var(--primary-color) !important;
  text-decoration: none;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
}

.ai-search-section .filter-pill.active,
.filter-pill:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.ai-search-section .doctor-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease;
  height: 100%;
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
  margin: 0 15px;
}

.ai-search-section .doctor-card:hover {
  transform: translateY(-5px);
}

.ai-search-section .doc-info-main {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.ai-search-section .doc-img {
  max-width: 130px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.ai-search-section .rating-box {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--fs-small);
  color: #505050;
}

.ai-search-section .rating-box span {
  color: #505050;
}

.ai-search-section .rating-box img {
  width: 15px;
  height: auto;
}

.ai-search-section .doc-meta {
  margin-bottom: 20px;
}

.ai-search-section .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ai-search-section .meta-item img {
  max-width: 24px;
  height: auto;
}

.ai-search-section .meta-item span {
  font-size: var(--fs-small);
  color: #505050;
}

.ai-search-section .badge-available {
  font-size: var(--fs-small);
  padding: 5px 12px;
  border-radius: 15px;
}

.ai-search-section .badge-available.today {
  color: #00761F;
  background: #DCFFDA;
}

.ai-search-section .next-available {
  font-size: var(--fs-small);
  color: #505050;
  margin-top: 10px;
}

.ai-search-section .next-available b {
  color: var(--primary-color);
}

.ai-search-section .btn-gradient {
  background: var(--primary-gradient);
  color: var(--primary-color);
  border: none;
  padding: 10px 60px;
  border-radius: 6px;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-large);
  margin: auto;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
}

.ai-search-section .btn-gradient:hover,
.ai-search-section .search-bar-wrapper .btn-gradient:hover {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.ai-search-section .doctor-card .btn-gradient {
  width: 100%;
  display: block;
}

.ai-search-section .search-bar-wrapper .btn-gradient {
  padding: 7px 80px;
  border: 1px solid transparent;
}

.all-in-one-section {
  background: #fff4f7;
  color: var(--white-color);
  position: relative;
  overflow: hidden;
}

.all-in-one-section .section-subtitle {
  color: var(--text-color) !important;
}

.all-in-one-section .card-title {
  font-family: var(--primary-bold-font);
}

.all-in-one-section .card-desc {
  line-height: 159%;
}

.all-in-one-section .all-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease;
  color: var(--black-color);
  border: 1px solid #F0F0F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.all-in-one-section .all-card .card-decor,
.tool-card .card-decor {
  position: absolute;
  right: 0;
  top: 0;
}

.all-in-one-section .all-card:hover {
  transform: translateY(-10px);
}

.all-in-one-section .benefit-icon-box {
  margin-bottom: 20px;
}

.all-in-one-section .card-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0px;
}

.all-in-one-section .card-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.all-in-one-section .card-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: linear-gradient(90.45deg, #C4E0FD -49.78%, #5EADFF 100.21%);
  border-radius: 50%;
  flex-shrink: 0;
}

.all-in-one-section .learn-more {
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
  color: var(--black-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.all-in-one-section .learn-more:hover {
  color: var(--primary-color);
}

.all-in-one-section .learn-more img {
  width: 18px;
  transition: transform 0.3s ease;
}

.all-in-one-section .learn-more:hover img {
  transform: translateX(5px);
}

.all-in-one-img-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: end;
}

.all-in-one-img-wrapper img {
  width: 95%;
  height: auto;
  object-fit: cover;
}

.patient-voices-section {
  background: var(--white-color);
  position: relative;
}

.voices-stats {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0;
  max-width: 60%;
  margin: 0 auto 50px;
}

.stat-item {
  text-align: center;
  padding: 0 40px;
  border-right: 1.5px solid var(--primary-color);
  border-radius: 0px;
}

.stat-item:last-child {
  border-right: none;
}

.stat-count {
  font-size: var(--fs-26);
  font-family: var(--primary-medium-font);
  color: var(--primary-color);
  display: block;
}

.stat-label {
  font-size: var(--fs-regular);
  font-family: var(--primary-regular-font);
  color: var(--primary-color);
  text-transform: capitalize;
  letter-spacing: normal;
}

.patient-voices-section .testimonial-slider-wrap {
  margin-top: 30px;
}

.patient-voices-section .testimonial-item {
  margin: 15px;
}

.patient-voices-section .testimonial-card {
  background: var(--white-color);
  border: 1px solid #DDDDDD;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.doctor-benefits-section {
  background-image: url('../img/patients/simple-process-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

.doctor-benefits-section .benefit-card {
  background: linear-gradient(59.87deg, #57048A -23.09%, #470E8A -16.94%, #3D148A -10.01%, #3B168A -0.77%, #2E1D8A 7.69%, #162B8A 29.25%, #0E318B 42.33%);
  border-radius: 29px 29px 0 0;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
}

.doctor-benefits-section .benefit-card:hover {
  transform: translateY(-5px);
}

.doctor-benefits-section .benefit-card .card-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.doctor-benefits-section .benefit-content {
  padding: 20px 25px;
}

.doctor-benefits-section .benefit-card .card-title {
  font-size: var(--fs-26);
  font-family: var(--primary-semibold-font);
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.doctor-benefits-section .benefit-card .card-desc {
  font-size: var(--fs-large);
  font-family: var(--primary-regular-font);
  color: var(--white-color);
  margin-bottom: 15px;
  line-height: 1.6;
}

.doctor-benefits-section .stats-row {
  display: flex;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid #607ECA;
}

.doctor-benefits-section .stat-box {
  padding-right: 20px;
  border-right: 1px solid var(--white-color);
}

.doctor-benefits-section .stat-box:last-child {
  border-right: none;
}

.doctor-benefits-section .stat-value {
  font-size: var(--fs-26);
  font-family: var(--primary-semibold-font);
  color: var(--white-color);
  display: block;
}

.doctor-benefits-section .stat-label {
  font-size: var(--fs-regular);
  font-family: var(--primary-regular-font);
  color: rgba(255, 255, 255, 0.8);
}

.doctor-onboarding-section {
  background: var(--white-color);
  padding-bottom: 80px;
}

.doctor-onboarding-section .custom-col {
  width: 21%;
}

.doctor-onboarding-section .onboarding-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 20px 15px;
  text-align: left;
  box-shadow: 0px 5px 25px 2px #0000002E;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.doctor-onboarding-section .onboarding-card:hover {
  border-color: var(--primary-color);
}

.doctor-onboarding-section .onboarding-card .benefit-icon-box {
  background: var(--primary-gradient);
  margin-bottom: 30px;
}

.doctor-onboarding-section .onboarding-card .benefit-icon-box img {
  filter: invert(28%) sepia(90%) saturate(700%) hue-rotate(185deg) brightness(47%) contrast(150%);
}

.doctor-onboarding-section .icon-box img {
  width: 32px;
  height: auto;
}

.doctor-onboarding-section .onboarding-card .card-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.doctor-onboarding-section .onboarding-card .card-desc {
  margin-bottom: 0;
  line-height: 1.6;
}

.doctor-onboarding-section .process-divider {
  position: absolute;
  top: 120px;
  left: 25%;
  right: 25%;
  height: 2px;
  background: repeating-linear-gradient(90deg,
      #5EADFF 0 8px,
      transparent 8px 14px);
  z-index: 0;
}

.doctor-onboarding-section .step-number {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px dashed var(--primary-color);
}

.doctor-onboarding-section .step-number img {
  max-width: 11px;
  height: auto;
}

/* ============================================
Doctors page
============================================ */
.voices-stats.doctor {
  max-width: 70%;
  margin: 15px 0 0 -10px;
}

.voices-stats.doctor .stat-item {
  flex: auto;
  background: transparent;
  border-right: 1px solid #525252;
  padding: 0 10px;
  border-width: 0 1px 0 0;
}

.voices-stats.doctor .stat-label,
.voices-stats.doctor .stat-count {
  color: #525252;
}

.voices-stats.doctor .stat-item:nth-child(1) {
  padding-left: 0px;
}

.voices-stats.doctor .stat-item:last-child {
  border-right: none;
}

.health-tools-section.doctor .primary-badge {
  background: linear-gradient(90.52deg, rgba(94, 173, 255, 0.62) 38.72%, #C4E0FD 115.52%);
  padding: 0px 10px;
  margin-bottom: 20px;
  border-radius: 40px;
  z-index: 1;
  position: relative;
}

.health-tools-section.doctor .primary-badge p {
  font-size: var(--fs-small);
  font-family: var(--primary-semibold-font);
  color: var(--primary-color);
  margin: 0;
}

.health-tools-section.doctor .tool-icon-box {
  margin-bottom: 20px;
}

.smart-dashboard-section {
  background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
  position: relative;
  overflow: hidden;
}

.smart-dashboard-section .container-fluid.custom-container {
  position: relative;
  z-index: 1;
}

.dashboard-img-wrapper {
  position: relative;
  margin: 60px auto 0;
}

.dashboard-main-img {
  width: 100%;
  border-radius: 58px 58px 0 0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}

.smart-dashboard-section .insight-badge,
.dashboard-img-wrapper .insight-badge {
  position: absolute;
  z-index: 2;
}

.smart-dashboard-section .insight-badge.ai {
  bottom: 60px;
  right: -150px;
}

.smart-dashboard-section .insight-badge.quick {
  top: -70px;
  left: -50px;
}

.dashboard-img-wrapper .insight-badge.smart {
  top: 100px;
  left: -200px;
}

.dashboard-img-wrapper .insight-badge.export {
  bottom: 60px;
  right: -150px;
}

.patient-control-section {
  padding: 100px 0;
  background-image: url('../img/patients/simple-process-bg.webp');
  background-size: cover;
  background-position: center;
}

.patient-control-section .nurse-img-wrapper {
  position: relative;
  height: 100%;
}

.patient-control-section .nurse-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  border-radius: 128px 0 0 0;
  z-index: 0;
}

.patient-control-section .nurse-img {
  position: relative;
  z-index: 1;
  width: auto;
  max-height: 700px;
  border-radius: 0 0 40px 40px;
}

.patient-control-section .dashboard-preview-img {
  width: 100%;
  margin-bottom: 50px;
  position: absolute;
  top: -20px;
  left: 35%;
  max-width: 630px;
  z-index: -1;
}

.g-30 {
  gap: 30px;
}

.patient-control-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  padding-left: 10px;
}

.patient-control-section .feature-grid .benefit-content .card-title {
  margin-bottom: 6px;
}

.patient-control-section .feature-grid .benefit-item {
  margin-bottom: 0px;
}

.patient-control-section .feature-grid .benefit-content p {
  line-height: 159%;
}

.patient-control-section .benefit-icon-box {
  margin-bottom: 15px;
}

.patient-control-section .feature-title {
  font-size: var(--fs-regular);
  font-family: var(--primary-bold-font);
  color: var(--primary-color);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.patient-control-section .feature-desc {
  font-size: var(--fs-small);
  font-family: var(--primary-regular-font);
  color: #505050;
  line-height: 1.5;
  margin: 0;
}

.smart-earnings-section {
  background: linear-gradient(270deg, #001A80 37.99%, #001A80 58.49%);
  color: var(--white-color);
  position: relative;
  overflow: hidden;
}

.smart-earnings-section .section-title.two {
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.smart-earnings-section .dashboard-main-img {
  width: 100%;
}

.smart-earnings-section .floating-badge {
  position: absolute;
  z-index: 2;
  transition: transform 0.3s ease;
}

.smart-earnings-section .floating-badge.get-started {
  top: -40px;
  right: -50px;
  width: 300px;
}

.smart-earnings-section .floating-badge.track-progress {
  top: 48%;
  left: -50px;
  transform: translateY(-50%);
  width: 300px;
}

.security-section.two {
  padding: 80px 0;
  background: var(--white-color);
}

.security-section.two .security-card {
  background: var(--white-color);
  border: 1px solid #F1F2F9;
  border-radius: 12px;
  padding: 35px 5px 15px 15px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  max-width: 92%;
}

.security-section.two .security-card:hover {
  box-shadow: 0px 5px 25px 2px #0000002E;
}

.security-section.two .security-card .benefit-icon-box {
  margin-bottom: 25px;
}

.security-section.two .security-card .card-title {
  margin-bottom: 10px;
}

.security-section.two .security-card .verified-badge,
.real-world-section .verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white-color);
  padding: 12px 15px;
  border-radius: 72px;
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
  font-size: var(--fs-small);
  color: #656565;
  width: fit-content;
  font-family: var(--secondary-semibold-font);
}

.security-section.two .security-card .verified-badge img,
.real-world-section .verified-badge img {
  width: 16px;
  height: 16px;
}

.security-section.two .smart-dashboard-section .insight-badge.quick {
  top: -75px;
  left: -50px;
}

.security-section.two .smart-dashboard-section .insight-badge.ai {
  bottom: 60px;
  right: -150px;
}

.real-world-bg {
  position: absolute;
  top: -40px;
  right: 0;
  mix-blend-mode: lighten;
}

/* =================================================
Gallery Page
================================================== */
.gallery-section {
  position: relative;
  overflow: hidden;
}

.gallery-card {
  border: 1px solid #F1F2F9;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.gallery-shape {
  top: 0%;
  bottom: auto;
}

.gallery-card:hover {
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E;
}

.gallery-img-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.04);
}

.gallery-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-gradient);
  color: var(--primary-color);
  font-size: var(--fs-small);
  font-family: var(--primary-semibold-font);
  padding: 4px 12px;
  border-radius: 50px;
  backdrop-filter: blur(4px);
}

.gallery-info {
  padding: 18px 20px 22px;
}

.gallery-title {
  font-size: var(--fs-xl);
  font-family: var(--primary-bold-font);
  color: var(--primary-color);
  margin-bottom: 10px;
}

.gallery-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

.gallery-location,
.gallery-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--fs-regular);
  font-family: var(--primary-semibold-font);
  color: #848484;
}

.gallery-location img,
.gallery-date img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.gallery-desc {
  font-size: var(--fs-small);
  font-family: var(--primary-regular-font);
  color: #000;
  margin: 0;
  line-height: 1.5;
}

.app-list {
  padding-left: 0;
  list-style: none;
}

.app-list li {
  font-size: var(--fs-large);
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: start;
  font-family: var(--primary-regular-font);
  position: relative;
  padding-left: 25px;
}

.app-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--secondary-gradient);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.app-list.two li::before {
  top: 5px;
}

.app-download-section.two {
  background: #fff4f7;
  position: relative;
  padding: 70px 0 80px;
}



.app-download-section.two .section-badge {
  background: linear-gradient(90deg, #5FB6FF, #ffacc6);
}

.app-download-section.two .app-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: difference;
}

.app-download-section.two .shape-pink {
  position: absolute;
  bottom: 0px;
  right: -90px;
  z-index: 2;
  height: 100%;
}

.app-download-section.two.feature .app-content {
  margin-bottom: 60px;
}

.app-download-section.two.feature .app-content .app-mockup img {
  max-height: 830px;
}

/* =================================================
Login Modal
================================================== */
.login-modal-left {
  background: var(--primary-gradient);
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: var(--white-color);
  padding: 20px 0 0 20px;
}

.login-modal-left .login-bg {
  position: absolute;
  right: 0;
  top: 0;
}

.login-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg/hero-net.png') center/cover no-repeat;
  opacity: 0.15;
  z-index: 1;
}

.login-center-img {
  max-width: 70%;
  margin-top: 10px;
  transform: translateY(20px);
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 70px;
}

.modal-logo {
  max-height: 65px;
}

.login-float-1 {
  top: 20%;
  left: 61px;
  width: 150px;
  border-radius: 50%;
}

.login-float-2 {
  top: 13%;
  right: 6%;
  width: 150px;
  border-radius: 50%;
}

.login-float-3 {
  bottom: 25%;
  left: 4%;
  width: 150px;
  border-radius: 50%;
}

.login-modal-right {
  background: var(--white-color);
}

.modal-form-title {
  color: var(--primary-color);
  font-family: var(--primary-bold-font);
  font-size: var(--fs-26);
}

.modal-form-subtitle {
  color: var(--primary-color);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xxl);
}

.login-modal-right form .form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 10px 0;
  font-family: var(--primary-bold-font);
  font-size: 19px;
  color: #000;
  box-shadow: none;
}

.login-modal-right form .form-control::placeholder {
  color: #000;
  font-family: var(--primary-bold-font);
  opacity: 1;
}

.login-modal-right form .form-control:focus {
  border-bottom-color: var(--primary-color);
}

.login-modal-dialog {
  max-width: 1400px;
  border-radius: 10px;
}

.login-modal-dialog .modal-content {
  border-radius: 0px !important;
}

.login-modal-dialog .login-content {
  border-radius: 10px;
}

.login-title {
  background: var(--primary-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 60px;
}

.login-modal-dialog .primary-btn {
  padding: 14px 30px;
}

.btn-close {
  box-shadow: 0px 0px 10px 0px #00000012;
  box-shadow: 0px 5px 25px 2px #0000002E !important;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 16px;
  z-index: 3;
  padding: 8px;
  border-radius: 50% !important;
  background-color: var(--white-color);
}

.login-modal-dialog .primary-btn:hover {
  border: 1px solid var(--primary-color);
}

.login-modal-left .section-title br {
  display: none;
}

/* =================================================
Real World Journey Section
================================================== */
.real-world-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #5FB6FF, #ffacc6);
}

.real-world-section .section-subtitle {
  color: var(--black-color) !important;
}

.real-world-section .real-world_img {
  position: relative;
  max-width: 100%;
  max-height: 780px;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}

.journey-timeline {
  position: relative;
  padding-left: 45px;
  margin-top: 40px;
  max-width: 86%;
}

.journey-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 1px;
  height: 85%;
  background: repeating-linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0px,
      rgba(255, 255, 255, 1) 7px,
      transparent 7px,
      transparent 14px);
  z-index: 0;
}

.journey-item {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}

.journey-item:last-child {
  margin-bottom: 0;
}

.journey-item:first-child .journey-icon-wrap {
  top: 0;
}

.journey-icon-wrap {
  position: absolute;
  left: -35px;
  top: 15px;
  width: 70px;
  height: 70px;
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  z-index: 2;
  border: 4px solid #f8fbff;
}

.journey-icon-wrap img {
  width: 40px;
}

.real-world-section .verified-badge {
  position: absolute;
  top: -20px;
}

.journey-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 15px 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  margin-left: 20px;
  border: 1px solid #F1F2F9;
  position: relative;
  transition: all 0.3s ease;
}

.journey-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.journey-time-tag {
  display: inline-flex;
  align-items: center;
  background: #f1f2f9;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: var(--fs-xsmall);
  color: #656565;
  margin-bottom: 15px;
  font-family: var(--primary-semibold-font);
}

.journey-time-tag img {
  width: 12px;
  margin-right: 8px;
}

.journey-card .card-desc {
  text-align: justify;
  margin-bottom: 0px;
}

.journey-card .card-title {
  margin-bottom: 10px;
}

.journey-step-badge {
  position: absolute;
  top: -15px;
  right: -10px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: var(--fs-large);
  font-family: var(--primary-regular-font);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================
Features Page
======================================== */
.patients-banner.features {
  padding: 0 0;
}

.patients-banner.features .custom-container {
  position: relative;
  z-index: 1;
}

.patients-banner.features .main-img {
  position: relative;
  top: 0;
  right: 220px;
  bottom: 0;
}

.feature-banner_content {
  padding-bottom: 100px;
}

.smart-health-content p {
  font-size: var(--fs-large);
  color: var(--text-color);
  line-height: 159%;
}

.security-img_box {
  position: relative;
  text-align: center;
}

.security-img_box::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: -25px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' stop-color='%23C4E0FD'/%3e%3cstop offset='100%25' stop-color='%235EADFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='url(%23g)' stroke-width='1.5' stroke-dasharray='6%2c 4'/%3e%3c/svg%3e");
  border-radius: 24px;
  z-index: 0;
  opacity: 1;
}

.security-section.two.features {
  background: #F7F7F7;
}

.features-health .security-img_box img {
  border-radius: 14.92px;
  z-index: 2;
  position: relative;
}

.protected-section .protected-img {
  position: absolute;
  top: -5%;
  right: -85px;
  width: 60%;
  z-index: 2;
}

.protected-section .protected-img1 {
  max-height: 700px;
}

.protected-card {
  border: 1px solid #F1F2F9;
  height: 100%;
  padding: 15px;
  border-radius: 12px;
  background-color: #F9FAFB;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.protected-card:hover {
  border: 1px solid var(--primary-color);
}

.protected-section .protected-img-box {
  text-align: center;
}

.protected-section .protected-content {
  padding-left: 87px !important;
}

.protected-section .protected-content .card-title,
.tracking-section .card-title {
  font-size: var(--fs-regular);
  font-family: var(--primary-medium-font);
  color: var(--text-color);
  text-align: center;
}

.tracking-section .product-card-img {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.product-card-wrapper.tracking-wrapper {
  padding: 60px 60px;
  max-width: 100%;
}

.product-card-img img.track-mobile {
  max-height: 600px;
}

.mb-custom {
  margin-bottom: 70px;
}

.product-bg_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
}

.product-bg_img-left {
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
}

.tracking-badge {
  position: absolute;
  z-index: 3;
  width: 140px !important;
}

.tracking-badge.ai {
  top: 38%;
  right: 14%;
}

.tracking-badge.alert {
  bottom: 10%;
  right: 11%;
  ;
}

.product-card-wrapper.tracking-wrapper .bg-white {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tracking-section .feature-banner_content {
  z-index: 2;
}

/* =========================================
Security
========================================== */


.end-to-end-safety {
  background-color: var(--white-color);
  background-image: url('../img/security/safety/10.png');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.end-to-end-safety .section-header {
  margin-bottom: 50px;
}

.end-to-end-safety .safety-image-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.end-to-end-safety .safety-image-wrapper::before {
  content: "";
  position: absolute;
  width: 355px;
  height: 544px;
  top: -25px;
  right: 25px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3e%3cstop offset='0%25' stop-color='%23C4E0FD'/%3e%3cstop offset='100%25' stop-color='%235EADFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='url(%23g)' stroke-width='1.5' stroke-dasharray='6%2c 4'/%3e%3c/svg%3e");
  border-radius: 24px;
  z-index: 0;
  opacity: 1;
}

.end-to-end-safety .main-safety-img {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.end-to-end-safety .dna-overlay {
  position: absolute;
  right: -20px;
  top: 20%;
  width: 150px;
  z-index: 3;
}

.end-to-end-safety .shield-overlap-group {
  position: absolute;
  bottom: -30px;
  right: 20px;
  z-index: 4;
}

.end-to-end-safety .shield-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.end-to-end-safety .tag-overlay {
  position: absolute;
  left: -60px;
  bottom: 30%;
  width: 237px;
  height: 80.5px;
  background: var(--white-color);
  padding: 16px 33px 16px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 22px;
  z-index: 4;
  opacity: 1;
}

.end-to-end-safety .tag-icon {
  width: 35px;
}

.end-to-end-safety .tag-info h3 {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-large);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
  color: #292929;
  vertical-align: middle;
}

.end-to-end-safety .tag-info p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  font-weight: 400;
  line-height: 24px;
  color: #555555;
  margin: 0;
  vertical-align: middle;
}

.end-to-end-safety .feature-list {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.end-to-end-safety .feature-list::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  width: 0;
  border-left: 2px dashed #5EADFF;
  z-index: 1;
}

.end-to-end-safety .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.end-to-end-safety .feature-item:last-child {
  margin-bottom: 0;
}

.end-to-end-safety .feature-icon-box {
  width: 63px;
  height: 63px;
  background: var(--primary-color);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.end-to-end-safety .feature-icon-box::before {
  border-radius: 11px;
  content: "";
  position: absolute;
  top: -4px;
  bottom: 4px;
  left: 4px;
  right: -4px;
  border: 1px dashed #5EADFF;
  pointer-events: none;
}

.end-to-end-safety .feature-text h4 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xxl);
  line-height: 28.8px;
  color: #292929;
  margin-bottom: 8px;
  text-transform: capitalize;
  vertical-align: middle;
}

.end-to-end-safety .feature-text p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  font-weight: 400;
  line-height: 28px;
  color: #555555;
  margin: 0;
  vertical-align: middle;
}

.real-time-threat {
  padding-bottom: 100px;
  overflow: hidden;
}

.real-time-threat .section-header {
  margin-bottom: 0px;
}

.real-time-threat .threat-image-wrapper {
  position: relative;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.real-time-threat .threat-bg-img {
  position: absolute;
  width: 85%;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  max-width: 550px;
}

.real-time-threat .main-threat-img-container {
  position: relative;
  z-index: 3;
  max-width: 380px;
}

.real-time-threat .threat-alert-card {
  position: absolute;
  left: -10px;
  top: -4%;
  background: var(--white-color);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 4;
  min-width: 250px;
}

.real-time-threat .alert-icon-circle {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.real-time-threat .alert-info h3 {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  color: #292929;
  vertical-align: middle;
}

.real-time-threat .alert-info p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  font-weight: 400;
  line-height: 24px;
  color: #555555;
  margin: 0;
  vertical-align: middle;
}

.real-time-threat .threat-image-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 340px;
  top: 110px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%235EADFF' stroke-width='1.5' stroke-dasharray='4%2c 3' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  z-index: 0;
  opacity: 1;
}

.real-time-threat .threat-feature-list {
  position: relative;
}

.real-time-threat .threat-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.real-time-threat .threat-item:last-child {
  margin-bottom: 0;
}

.real-time-threat .threat-icon-box {
  width: 59px;
  height: 59px;
  border-radius: 9px;
  background: var(--primary-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.real-time-threat .threat-icon-box img {
  width: 30px;
  height: auto;
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.real-time-threat .threat-text h4 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.real-time-threat .threat-text p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  font-weight: 400;
  line-height: 1.59;
  color: #000000;
  margin: 0;
}

.audit-tracking {
  padding: 100px 0;
  background-color: var(--white-color);
}

.audit-tracking .section-header {
  margin-bottom: 60px;
}

.audit-tracking .audit-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.audit-tracking .audit-main-img {
  border-radius: 12px;
  max-width: 100%;
}

.audit-tracking .audit-content {
  padding-left: 20px;
}

.audit-tracking .logging-box {
  background: var(--primary-gradient);
  border-radius: 7px;
  padding: 20px 25px;
  margin-bottom: 20px;
}

.audit-tracking .logging-box h3 {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  line-height: 1.61;
  text-align: justify;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.audit-tracking .logging-box ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}

.audit-tracking .logging-box ul li {
  font-family: var(--primary-regular-font);
  font-weight: 400;
  font-size: var(--fs-large);
  line-height: 1.78;
  text-align: justify;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.audit-tracking .logging-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 8px;
  color: #333;
  font-size: var(--fs-large);
  line-height: 1;
}

.audit-tracking .audit-stats-row {
  margin-bottom: 20px;
  gap: 15px;
}

.audit-tracking .stat-card {
  flex: 1;
  background-color: var(--white-color);
  border: 1px solid #EBEBEB;
  border-radius: 12px;
  padding: 15px 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.audit-tracking .stat-card h3 {
  font-family: var(--primary-regular-font);
  font-weight: 600;
  font-size: var(--fs-26);
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.audit-tracking .stat-card:first-child h3 {
  font-size: var(--fs-50);
  line-height: 1;
  margin-bottom: 0px;
}

.audit-tracking .stat-card p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  font-weight: 400;
  line-height: 1.59;
  color: #000000;
  margin: 0;
}

.audit-tracking .btn-audit {
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--primary-semibold-font);
  font-size: 14.73px;
  line-height: 28.28px;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.audit-tracking .btn-audit:hover {
  background-color: #013b6e;
  color: #FFF;
}

.advanced-protection {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.advanced-protection .section-header {
  margin-bottom: 0px;
}

.advanced-protection .protection-container {
  background: linear-gradient(81.94deg, rgba(233, 244, 255, 0.85) 6.89%, #C4E0FD 95.04%);
  border-radius: 24px;
  padding: 60px 30px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.advanced-protection .section-header {
  padding-right: 40px;
}

.advanced-protection .protection-feature-list {
  position: relative;
  padding-left: 0px;
}

.advanced-protection .protection-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.advanced-protection .protection-item:last-child {
  margin-bottom: 0;
}

.advanced-protection .protection-icon-box {
  width: 59px;
  height: 59px;
  border-radius: 16px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.1);
}

.advanced-protection .protection-icon-box img {
  width: 30px;
  height: auto;
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.advanced-protection .protection-text h3 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.advanced-protection .protection-text p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  line-height: 1.59;
  color: #000000;
  margin: 0;
}

.advanced-protection .img-wrapper img {
  position: absolute;
  z-index: 2;
  bottom: -5%;
  right: -5%;
  max-width: 55%;
}

.advanced-protection .main-protection-img {
  z-index: 1;
}

.advanced-protection .protection-notify-card {
  position: absolute;
  left: 150px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
}

.advanced-protection .protection-notify-card .notify-img {
  max-width: 440px;
  width: 100%;
}

.advanced-protection .floating-pill {
  position: absolute;
  width: 243px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7.56px 20.41px;
  gap: 7.56px;
  opacity: 1;
  backdrop-filter: blur(75.58px);
  -webkit-backdrop-filter: blur(75.58px);
  background: rgba(255, 255, 255, 0.25);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  color: var(--white-color);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-large);
  font-weight: 600;
  z-index: 5;
  white-space: nowrap;
}

.advanced-protection .trust-score-pill {
  right: -250px;
  top: 60%;
  transform: translateY(-50%);
}

.advanced-protection .secure-access-pill {
  left: -40px;
  bottom: -108px;
  width: 199.53px;
  height: 56.69px;
  font-family: var(--primary-bold-font);
  font-weight: 700;
  font-size: var(--fs-large);
  line-height: 1;
  padding: 7.56px 20.41px;
  background: linear-gradient(81.94deg, rgba(233, 244, 255, 0.85) 6.89%, #C4E0FD 95.04%);
  border-radius: 46.86px;
}

.backup-recovery {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}

.backup-recovery .section-title.two {
  background: var(--primary-color);
  -webkit-background-clip: text;
  background-clip: text;
}

.backup-elements-wrapper {
  position: relative;
  margin: 10px auto 0;
  max-width: 90%;
}

.backup-line-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}

.backup-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.backup-item:hover {
  transform: translateY(-5px);
}

.backup-item.item-down {
  margin-top: 80px;
}

.backup-icon-circle {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border: 3.11px solid transparent;
  background: linear-gradient(var(--white-color), var(--white-color)) padding-box,
    linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%) border-box;
}

.backup-icon-circle::before {
  content: "";
  position: absolute;
  top: -3.11px;
  left: -3.11px;
  right: -3.11px;
  bottom: -3.11px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  z-index: -1;
}

.backup-icon-circle img {
  width: 90px;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

.backup-icon-circle .step-badge {
  position: absolute;
  top: -10px;
  right: 5px;
  width: 47.4px;
  height: 47.4px;
  background: linear-gradient(143.52deg, var(--primary-color) 19.22%, #F80874 97.58%);
  border-radius: 50%;
  color: var(--white-color);
  font-family: var(--primary-regular-font);
  font-size: 18.65px;
  font-weight: 600;
  line-height: 1.59;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.backup-text h3 {
  font-family: var(--primary-semibold-font);
  font-weight: 600;
  font-size: var(--fs-regular);
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--primary-color);
}

.backup-text p {
  font-family: var(--primary-regular-font);
  font-weight: 400;
  font-size: var(--fs-regular);
  line-height: 1.59;
  text-align: center;
  color: var(--text-color);
  opacity: 0.85;
}

/* ========================================
APP DOWNLOAD SECTION 
========================================== */
.app-section {
  padding: 60px 0 80px;
  background: linear-gradient(0deg, rgba(234, 245, 255, 0.95), rgba(234, 245, 255, 0.95));
  position: relative;
  overflow: hidden;
}

.app-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url('../img/Group.png') no-repeat left center/contain;
  opacity: 0.5;
  z-index: 1;
}

.section-benefits-list {
  margin-top: 35px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}

.section-description {
  line-height: 159%;
  text-align: justify;
  font-family: var(--primary-regular-font);
  color: var(--text-color) !important;
  font-size: var(--fs-large);
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-dot {
  width: 10px;
  height: 10px;
  background-color: var(--white-color);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.app-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.app-btn {
  display: block;
  transition: transform 0.3s ease;
}

.app-btn:hover {
  transform: translateY(-3px);
}

.app-btn img {
  height: 60px;
  width: auto;
}

.app-mockup {
  text-align: right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.app-mockup img {
  max-width: 120%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  position: relative;
  margin-bottom: -80px;
  margin-right: -50px;
  transition: all 0.3s ease;
  z-index: 1;
}

@media (max-width: 991px) {
  .app-mockup {
    justify-content: center;
    margin-top: 40px;
  }

  .app-mockup img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

/* ===========================================
Labs and Pharmacy page
============================================= */
.lab-section {
  position: relative;
  padding: 0;
}

.lab-banner-container {
  padding: 160px 0 100px;
  background: linear-gradient(90.66deg, #c4e0fd 0%, #5eadff 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
}

.lab-banner-container.blog-banner {
  padding: 190px 0 120px;
}

.lab-banner-container.contact-banner {
  padding: 190px 0 120px;
}

.lab-section .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.lab-left-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 1);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: var(--fs-regular);
  font-weight: 500;
  color: #656565;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  font-family: var(--primary-semibold-font);
}

.badge-dot {
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  border-radius: 50%;
  display: inline-block;
  filter: blur(2px);
}

.lab-main-title {
  font-family: var(--primary-bold-font);
  font-size: 55px;
  background: var(--primary-color);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  margin-bottom: 20px;
}

.lab-main-desc {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-26);
  color: #505050;
  margin-bottom: 30px;
  line-height: 159%;
}

.lab-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.lab-feature-item {
  background: #fff;
  color: #000;
  border-radius: 4px;
  font-size: var(--fs-regular);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  opacity: 1;
  font-family: var(--primary-semibold-font);
  left: 4px;
  padding-left: 4px;
}

.lab-feature-item img {
  height: 18px;
  width: 18px;
  padding-left: 4px;
}

.lab-right {
  position: relative;
  padding-left: 70px;
  right: 5px;
}

.lab-mockup {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.lab-mockup-wrapper {
  transform: rotate(5deg);
}

.hipaa-badge {
  position: absolute;
  top: -30px;
  right: -13%;
  transform: rotate(-5deg);
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  width: 204px;
  height: 60px;
}

.hipaa-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hipaa-icon img {
  width: 18px;
  height: 18px;
}

.hipaa-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.hipaa-text strong {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-regular);
  color: var(--primary-color);
}

.hipaa-text span {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-xsmall);
  color: #666;
}

.lab-solutions {
  padding: 50px 0;
}

.lab-solutions-badge {
  display: inline-flex;
  padding: 8px 24px;
  border-radius: 50px;
  background: linear-gradient(90deg, #C4E0FD, #5EADFF);
  color: var(--primary-color);
  font-size: var(--fs-xxl);
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 388px;
  height: 37px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: var(--primary-bold-font);
}

.lab-solutions-main-title {
  font-family: var(--primary-bold-font);
  font-size: 48px;
  margin-bottom: 25px;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.lab-solutions-desc {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #000;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
}

.pharmacy-solutions {
  padding: 50px 0;
  position: relative;
  z-index: 10;
}

.pharmacy-solutions-container {
  background: var(--primary-gradient);
  border-radius: 12px;
  padding: 60px 70px;
}

.pharmacy-image-wrapper {
  position: relative;
  z-index: 1;
  text-align: end;
}

.pharmacy-image-wrapper::before {
  position: absolute;
  top: -3%;
  left: 13%;
  width: 90%;
  content: "";
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
}

.pharmacy-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 90%;
  margin-left: auto;
}

.pharmacy-features {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.pharmacy-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.pharmacy-feature-item .feature-icon {
  width: 59px;
  height: 59px;
  background: var(--white-color);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 12px;
  box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.1);
}

.pharmacy-feature-item .feature-icon img {
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.pharmacy-feature-item .feature-content h3 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin-bottom: 8px;
  line-height: 21px;
  text-transform: uppercase;
}

.pharmacy-feature-item .feature-content p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #000;
  margin: 0;
}

.lab-process-row {
  position: relative;
  z-index: 1;
}

.lab-process-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 50, 148, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2;
}

.lab-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.lab-step-icon {
  width: 59px;
  height: 59px;
  background: var(--primary-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.lab-step-icon img {
  object-fit: contain;
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.lab-process-card h3 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color2);
  margin-bottom: 15px;
}

.lab-process-card p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #000;
  line-height: 1.6;
  margin: 0;
}

.process-section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.process-flow-wrapper {
  position: relative;
}

.process-line {
  position: absolute;
  top: 80px;
  left: 3%;
  right: 3%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color) 0%, #F80874 100%);
  z-index: 0;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 2;
}

.process-icon-box {
  width: 154px;
  height: 154px;
  background: #EAF5FF;
  border-radius: 9px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 50, 148, 0.2);
  padding: 20px;
  transition: transform 0.3s ease;
}

.process-step:hover .process-icon-box {
  transform: translateY(-5px);
}

.process-icon-box img {
  object-fit: contain;
  filter: invert(28%) sepia(90%) saturate(700%) hue-rotate(185deg) brightness(47%) contrast(150%);
}

.process-step h3 {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin-bottom: 20px;
}

.process-step p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #000;
  line-height: 1.6;
  margin: 0 auto;
}

.smart-section {
  padding: 50px 0 0;
  position: relative;
  overflow-x: hidden;
  background: url('../img/lab/smart-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.decision-section .section-title.two,
.smart-section .section-title.two {
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.smart-dashboard-badge {
  display: inline-flex;
  padding: 8px 24px;
  border-radius: 50px;
  background: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
  font-size: var(--fs-small);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: var(--primary-bold-font);
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.smart-main-title {
  font-family: var(--primary-bold-font);
  font-size: 40px;
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.smart-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  line-height: 1.6;
}

.stat-cards-row {
  position: relative;
  z-index: 5;
  margin-top: -20px;
}

.smart-stat-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 11px;
  padding: 5px 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  margin-left: auto;
  max-width: 85%;
}

.smart-stat-card:hover {
  transform: translateY(-5px);
  background: rgba(43, 44, 114, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
}

.stat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  background: linear-gradient(116.68deg, var(--primary-color) 27.24%, #F80874 100.08%);
}

.stat-icon-box img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.pink-bg {
  background: linear-gradient(116.68deg, var(--primary-color) 27.24%, #F80874 100.08%);
}

.stat-content {
  margin-top: 50px;
}

.stat-content h3 {
  color: #fff;
  font-family: var(--primary-bold-font);
  font-size: 32px;
  margin: 0;
  line-height: 1;
}

.stat-content p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-large);
  margin: 3px 0 0;
  line-height: 1.2;
}

.woman-image-container img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.dashboard-mockup-container {
  position: relative;
  text-align: center;
  margin-bottom: -73px;
}

.dashboard-display-row {
  overflow: hidden;
}

.dashboard-display-row .floating-badge {
  position: absolute;
  background: rgba(74, 85, 104, 0.9);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.dashboard-display-row .floating-badge.right-top {
  bottom: 56px;
  right: -100px;
}

.dashboard-display-row .floating-badge.left-bottom {
  left: -100px;
  top: 120px;
  bottom: unset;
  right: unset;
}

.dashboard-img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.filter-badge {
  top: 30%;
  left: 10%;
  animation: float 4s ease-in-out infinite;
}

.export-badge {
  bottom: 56px;
  right: -100px;
  animation: float 4s ease-in-out infinite reverse;
}

.feature-section {
  padding: 70px 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.feature-main-title {
  font-family: var(--primary-bold-font);
  font-size: 44px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: linear-gradient(90.66deg, var(--primary-color) 0%, var(--primary-color) 70%, #F80874 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  line-height: 1.2;
}

.feature-main-title span {
  background: #F80874;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #64748b;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.feature-grid-wrapper {
  position: relative;
}

.feature-line {
  position: absolute;
  top: 207px;
  border-top: 1.5px solid #A5C9FD;
  z-index: 1;
  left: 50%;
  right: 0;
  width: 96%;
  transform: translateX(-50%);
}

.feature-step-card {
  background: #fff;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 12px;
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  height: 100%;
}

.feature-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.step-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.step-icon {
  width: 74px;
  height: 74px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-icon img {
  width: 45px;
  height: 45px;
  filter: brightness(0) invert(1);
}

.check-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-badge img {
  width: 12px;
  height: 12px;
  filter: none;
}

.dot-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: #F80874;
  border-radius: 50%;
  filter: blur(1px);
}

.gradient-2 {
  background: var(--primary-color);
}

.feature-step-card h3 {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.feature-step-card p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #000;
  margin-bottom: 10px;
  min-height: 40px;
}

.step-time {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
  color: #505050;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.status-badge-custom {
  display: inline;
  padding: 4px 12px;
  border-radius: 50px;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  margin-bottom: 15px;
}

.status-badge-custom.completed {
  background: #DCFCE7;
  color: #15803D;
}

.status-badge-custom.progress {
  background: #F3E8FF;
  color: #7E22CE;
}

.status-badge-custom.pending {
  background: #F1F5F9;
  color: #64748B;
}

.step-divider {
  margin: 15px 0;
  opacity: 0.1;
}

.step-details {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.step-details li {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  color: #505050;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.step-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #505050;
  border-radius: 50%;
}

.gps-tracking-banner {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 6px 36px -9px rgba(0, 0, 0, 0.2);
}

.gps-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gps-icon-box img {
  filter: brightness(0.4);
}

.gps-content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gps-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gps-bottom-row {
  width: 100%;
}

.gps-content p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  margin: 0;
}

.gps-action-btn {
  flex-shrink: 0;
  background: #fff;
  border-radius: 9px;
}

.view-map-btn {
  display: inline-block;
  background: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  text-decoration: none;
  background: linear-gradient(90deg, var(--primary-color) 50%, #F80874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.view-map-btn:hover {
  background: transparent !important;
  -webkit-text-fill-color: var(--primary-color);
}

.secure-section {
  padding: 0px 0 50px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.secure-block {
  background: var(--primary-gradient);
  border-radius: 40px;
  padding: 40px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.5);
  position: relative;
  overflow: hidden;
}

.secure-badge-wrapper {
  margin-bottom: 20px;
}

.secure-badge {
  background: #3B82F6;
  color: #fff;
  padding: 6px 20px;
  border-radius: 50px;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-small);
  display: inline-block;
  letter-spacing: 0.5px;
}

.secure-main-title {
  font-family: var(--primary-bold-font);
  font-size: 42px;
  background: linear-gradient(90deg, var(--primary-color) 0%, #F80874 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  line-height: 1.2;
}

.secure-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #64748B;
  margin-bottom: 45px;
  max-width: 540px;
  line-height: 1.6;
}

.secure-features-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  margin-bottom: 20px;
}

.secure-feature-item {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.secure-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: var(--fs-xxl);
  box-shadow: 0 1px 15px -3px rgba(0, 0, 0, 0.1);
  background: var(--white-color);
}

.secure-feature-icon img {
  filter: invert(56%) sepia(102%) saturate(971%) hue-rotate(304deg) brightness(90%) contrast(105%);
}

.secure-feature-text h3 {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  color: #1E4DAB;
  margin-bottom: 5px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.secure-feature-text p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-large);
  color: #334155;
  margin: 0;
  line-height: 1.4;
}

.main-doctor-container {
  position: absolute;
  z-index: 2;
  bottom: -12%;
  right: -13%;
  max-width: 60%;
}

.doctor-img {
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 1;
}

.floating-ui-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.upload-ui-card {
  position: absolute;
  top: 45%;
  left: -20px;
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  width: 260px;
  text-align: center;
  z-index: 5;
  border: 1px solid #F1F5F9;
}

.upload-icon-circle {
  width: 44px;
  height: 44px;
  background: #8B5CF6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: var(--fs-large);
}

.upload-ui-card h5 {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-regular);
  color: #1E293B;
  margin-bottom: 8px;
}

.upload-ui-card p {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-xsmall);
  color: #64748B;
  margin-bottom: 15px;
  line-height: 1.4;
}

.btn-select-files {
  width: 100%;
  background: #3B82F6;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-family: var(--primary-bold-font);
  font-size: var(--fs-small);
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.btn-select-files:hover {
  background: #2563EB;
  transform: translateY(-2px);
}

.upload-small-text {
  font-size: var(--fs-xsmall);
  color: #94A3B8;
  display: block;
  line-height: 1.3;
}

.secure-badge-floating {
  position: absolute;
  bottom: 20%;
  left: 40px;
  background: rgba(100, 116, 139, 0.7);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.fast-delivery-badge {
  position: absolute;
  top: 15%;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-small);
  z-index: 10;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.bg-dashboard-mockup {
  position: absolute;
  top: -72%;
  right: -221px;
  width: 100%;
  z-index: 0;
}

.card-ui-container {
  position: absolute;
  bottom: 100px;
  right: 30px;
  width: 100%;
  z-index: 2;
}

.decision-section {
  background: linear-gradient(270deg, #001A80 37.99%, #001A80 58.49%);
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
}

.decision-solutions-main-title {
  font-family: var(--primary-bold-font);
  font-size: 40px;
  margin-bottom: 25px;
  background: linear-gradient(90.66deg, #C4E0FD 0%, #5EADFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  line-height: 56px;
}

.decision-stat-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.decision-stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.decision-stat-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-top: 20px;
}

.decision-stat-content h3 {
  color: #fff;
  font-family: var(--primary-bold-font);
  font-size: 32px;
  margin: 0;
  line-height: 1;
}

.decision-stat-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  margin: 8px 0 0;
  font-weight: 500;
}

.decision-stat-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-xl);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.decision-stat-icon.purple {
  background: linear-gradient(135deg, var(--primary-color) 0%, #F80874 100%);
}

.decision-stat-icon.blue {
  background: linear-gradient(135deg, var(--primary-color) 0%, #F80874 100%);
}

.decision-stat-icon.cyan {
  background: linear-gradient(135deg, var(--primary-color) 0%, #F80874 100%);
}

.decision-stat-icon.pink {
  background: linear-gradient(135deg, var(--primary-color) 0%, #F80874 100%);
}

.decision-mockup-container {
  background: var(--white-color);
  border-radius: 40px;
  padding: 60px 40px 40px;
  position: relative;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
  margin-top: 40px;
}

.dashboard-logo img {
  height: 40px;
  margin-bottom: 5px;
}

.logo-subtext {
  font-size: var(--fs-xsmall);
  color: #64748B;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}

.dashboard-main-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.dashboard-main-img img {
  width: 100%;
}

.floating-badge-v2 {
  position: absolute;
  background: rgba(74, 85, 104, 0.9);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.floating-badge-v2.right-top {
  top: 50px;
  right: -40px;
}

.floating-badge-v2.left-bottom {
  bottom: 50px;
  left: -40px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.app-section {
  background: linear-gradient(104.94deg, var(--primary-color) 60.7%, #F80874 129.36%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.app-section-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 4px 24px;
  border-radius: 50px;
  font-size: var(--fs-small);
  letter-spacing: 1px;
  font-family: var(--primary-bold-font);
  display: inline-block;
  margin-bottom: 30px;
}

.app-main-title {
  font-size: 40px;
  font-family: var(--primary-bold-font);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 800;
}

.app-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.app-feature-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  align-items: flex-start;
}

.feature-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.feature-text h3 {
  font-size: var(--fs-large);
  font-family: var(--primary-regular-font);
  color: var(--text-color);
  margin-bottom: 8px;
}

.feature-text p {
  font-size: var(--fs-large);
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}

.app2-mockup-img {
  position: absolute;
  bottom: 0px;
  mix-blend-mode: difference;
}

.app-mockup-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.app-mockup-img-wrapper {
  display: none;
}

.app-download-section {
  padding: 60px 0;
  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      #0066cc 30%,
      #8b5cf6 70%,
      #ec4899 100%);
  position: relative;
  overflow: hidden;
}

.app-download-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="70" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="80" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="80" r="2" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: 200px 200px;
  opacity: 0.5;
}

.app-content {
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.app-badge {
  display: inline-block;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xsmall);
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.app-title {
  font-family: var(--primary-bold-font);
  font-size: 32px;
  color: var(--white-color);
  line-height: 1.3;
  margin-bottom: 25px;
  max-width: 500px;
}

.app-text {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 15px;
}

.app-cta-text {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 25px;
}

.app-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.app-btn {
  display: block;
  transition: transform 0.3s ease;
}

.app-btn:hover {
  transform: translateY(-3px);
}

.app-btn img {
  height: 56px;
  width: auto;
}

.feature-grid-wrapper {
  position: relative;
}

.feature-grid-wrapper .feature-line {
  top: 35% !important;
  background: #A5C9FD;
  height: 1.5px !important;
  border: none !important;
  z-index: 1 !important;
  width: 90% !important;
}

.feature-step-card {
  position: relative;
  z-index: 2;
}

.feature-step-card::after {
  content: '';
  position: absolute;
  top: 33%;
  right: 5px;
  width: 32px;
  height: 32px;
  background: #e8f4ff url(../img/icons/arrow-forward.png) no-repeat center;
  background-size: 16px;
  border: 1.5px dashed #A5C9FD;
  border-radius: 50%;
  z-index: 10;
  transform: translate(50%, -50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.css-shape-1 {
  position: absolute;
  top: -15%;
  left: -10%;
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg, #00d4ff, #7b2cbf);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  filter: blur(60px);
  opacity: 0.6;
  mix-blend-mode: screen;
  animation: floatShape1 15s infinite alternate ease-in-out;
  z-index: 0;
  pointer-events: none;
}

.css-shape-2 {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 600px;
  height: 500px;
  background: linear-gradient(135deg, #f80874, #f5a623);
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  filter: blur(80px);
  opacity: 0.5;
  mix-blend-mode: screen;
  animation: floatShape2 18s infinite alternate-reverse ease-in-out;
  z-index: 0;
  pointer-events: none;
}

.css-shape-3 {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 350px;
  height: 350px;
  background: linear-gradient(135deg, #00a8ff, #1ceb83);
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
  mix-blend-mode: screen;
  animation: floatShape3 12s infinite alternate ease-in-out;
  z-index: 0;
  pointer-events: none;
}

@keyframes floatShape1 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(60px, 80px) rotate(45deg) scale(1.1);
  }
}

@keyframes floatShape2 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(-80px, -60px) rotate(-30deg) scale(1.2);
  }
}

@keyframes floatShape3 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(40px, -40px) scale(0.9);
  }
}

/* ==============================================
AI HIGHLIGHTS SECTION STYLES
=============================================== */
.ai-highlights-section {
  padding: 60px 0;
  background: var(--primary-gradient);
  position: relative;
  overflow: hidden;
}

.ai-highlights-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shapes/ai-pattern.png") repeat;
  opacity: 0.03;
  pointer-events: none;
}

.section-header {
  margin-bottom: 20px;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  gap: 30px;
  justify-content: center;
}

.highlight-item {
  height: 100%;
}

.highlight-card-ai {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  border: 1px solid rgba(1, 84, 158, 0.1);
  box-shadow: 0 20px 40px rgba(1, 84, 158, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.highlight-card-ai::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transition: width 0.4s ease;
  width: 0;
}

.highlight-card-ai:hover::before {
  width: 100%;
}

.highlight-card-ai:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(1, 84, 158, 0.15);
  border-color: rgba(1, 84, 158, 0.2);
}

.highlight-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color), var(--primary-color2));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.highlight-icon img {
  width: 30px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.highlight-title {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-large);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  margin-bottom: 15px;
}

.highlight-description {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ==============================================
PRIVACY & SECURITY SECTION STYLES
=============================================== */
.privacy-security-section {
  padding: 60px 0;
  position: relative;
}

.privacy-security-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shapes/security-pattern.png") repeat;
  opacity: 0.02;
  pointer-events: none;
}

.privacy-content {
  margin-top: 60px;
}

.privacy-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.privacy-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: var(--primary-gradient);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.privacy-feature-item:hover {
  transform: translateX(10px);
}

.privacy-security-section .feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b2dafe, var(--primary-color2));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privacy-security-section .feature-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.privacy-security-section .feature-details {
  flex: 1;
}

.privacy-security-section .feature-title {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 8px;
  line-height: 1.3;
}

.privacy-security-section .feature-description {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: var(--text-color);
  line-height: 1.5;
  margin: 0;
}

.privacy-visual {
  position: relative;
  display: inline-block;
}

.privacy-main-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: relative;
  z-index: 2;
  display: block;
}

.privacy-visual::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect x='1' y='1' width='98%25' height='98%25' fill='none' stroke='%2301549e' stroke-width='2' stroke-dasharray='10 10' rx='12' ry='12'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}

.security-badges {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  pointer-events: none;
}

.security-badge {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: float 6s ease-in-out infinite;
}

.security-badge:nth-child(1) {
  animation-delay: 0s;
}

.security-badge:nth-child(2) {
  animation-delay: 2s;
}

.security-badge:nth-child(3) {
  animation-delay: 4s;
}

@keyframes float {

  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-10px);
  }
}

.badge-icon {
  font-size: var(--fs-large);
}

.badge-text {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xsmall);
  font-weight: 600;
  color: #1a1a2e;
}

/* ==============================================
MODERN CONTACT SECTION STYLES
=============================================== */
.contact-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shapes/contact-pattern.png") repeat;
  opacity: 0.03;
  pointer-events: none;
}

.contact-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-2px);
}

.contact-section .card-icon {
  width: 60px;
  height: 60px;
  background: #0261b6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-section .card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-section .card-content {
  flex: 1;
}

.contact-section .card-title {
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-xl);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
  line-height: 1.3;
}

.contact-info-card:hover .card-title {
  color: var(--secondary-color);
}

.contact-section .card-description {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
}

.social-card {
  background: var(--primary-gradient);
  border-radius: 12px;
  padding: 30px;
  text-align: start;
}

.social-title {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  color: var(--primary-color);
  margin-bottom: 20px;
}

.contact-section .social-links {
  display: flex;
  justify-content: start;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-section .social-link {
  width: 45px;
  height: 45px;
  background: #0261b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.contact-section .social-link:hover {
  transform: translateY(-2px);
}

.contact-section .social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.contact-section .modern-contact-form {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 35px 40px 40px;
  border: 1px solid rgba(1, 84, 158, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contact-section .modern-contact-form.login {
  box-shadow: none;
  border: none;
  padding: 20px 0 0;
}

.contact-section .contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.form-header {
  text-align: center;
  margin-bottom: 15px;
}

.form-title {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-28);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1.3;
  text-align: start;
}

.form-subtitle {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  text-align: start;
}

.contact-section .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-section .form-input {
  width: 100%;
  padding: 18px 20px;
  border: 2px solid rgba(1, 84, 158, 0.1);
  border-radius: 12px;
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #1a1a2e;
  background: rgba(248, 249, 255, 0.8);
  transition: all 0.3s ease;
  outline: none;
}

.contact-section .form-input:focus {
  border-color: var(--primary-color);
  background: var(--white-color);
}

.contact-section .form-input::placeholder {
  color: transparent;
}

.contact-section .form-label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-family: var(--primary-regular-font);
  font-size: var(--fs-regular);
  color: #64748b;
  transition: all 0.3s ease;
  pointer-events: none;
  background: transparent;
  padding: 0 5px;
}

.contact-section .form-input:focus+.form-label,
.contact-section .form-input:not(:placeholder-shown)+.form-label {
  top: -10px;
  left: 15px;
  font-size: var(--fs-xsmall);
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.98);
}

.contact-section .form-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-section .form-textarea+.form-label {
  top: 20px;
  transform: translateY(0);
}

.contact-section .form-textarea:focus+.form-label,
.contact-section .form-textarea:not(:placeholder-shown)+.form-label {
  top: -10px;
  left: 15px;
  font-size: var(--fs-xsmall);
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.98);
}

.contact-section .submit-btn {
  width: 100%;
  padding: 18px 30px;
  background: var(--primary-color);
  border: none;
  border-radius: 15px;
  font-family: var(--primary-semibold-font);
  font-size: var(--fs-regular);
  font-weight: 600;
  color: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

/* ==============================================
TEAM MEMBER CARDS STYLES
=============================================== */
.team-member-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.team-member-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.team-image-container {
  position: relative;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.team-member-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-member-card:hover .team-member-photo {
  transform: scale(1.05);
}

.team-member-info {
  padding: 25px 20px;
  text-align: center;
  background: #ffffff;
}

.team-member-name {
  font-family: var(--primary-bold-font);
  font-size: var(--fs-xl);
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.team-member-role {
  font-family: var(--primary-regular-font);
  font-size: var(--fs-small);
  color: #666666;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

.team-member-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.team-member-card .social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: var(--fs-regular);
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
}

.team-member-card .social-link i {
  color: var(--white-color);
}

.team-member-card .social-link:hover {
  background: transparent;
  transform: translateY(-2px);
  border: 1px solid var(--primary-color);
}

.team-member-card .social-link:hover i {
  color: var(--primary-color);
}

/* Modern Hierarchy Styles */
.modern-badge {
  display: inline-block !important;
  padding: 8px 18px !important;
  background-color: rgba(1, 84, 158, 0.08) !important;
  color: var(--primary-color) !important;
  font-size: var(--fs-small) !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  margin-bottom: 20px !important;
  border: 1px solid rgba(1, 84, 158, 0.15) !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}

.modern-title {
  font-size: clamp(32px, 4vw, 56px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #1a1a2e !important;
  text-transform: none !important;
  margin-bottom: 24px !important;
  background: none !important;
  -webkit-text-fill-color: #1a1a2e !important;
  font-family: var(--primary-bold-font) !important;
}

.modern-title span {
  background: linear-gradient(90deg, #01549e 0%, #f80874 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block !important;
}

.modern-subtitle {
  font-size: clamp(16px, 1.5vw, 18px) !important;
  line-height: 1.8 !important;
  color: #4a5568 !important;
  max-width: 800px !important;
  margin: 0 auto 40px !important;
  font-family: var(--primary-regular-font) !important;
  font-weight: 400 !important;
}

/* -----------------------------------
Mobile offcanvas
---------------------------------- */
/* Offcanvas Navigation Styles */
.offcanvas {
  width: 320px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
  height: fit-content !important;
  max-height: 100vh;
  overflow-y: auto;
}

.offcanvas.offcanvas-end {
  transform: translateX(100%);
}

.offcanvas.showing {
  transform: translateX(0);
}

.offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.25rem;
  opacity: 0;
  animation: fadeInSlide 0.5s ease forwards;
  animation-delay: 0.2s;
}

.offcanvas-body {
  padding: 1rem 0;
  background: var(--white-color);
  height: auto;
  overflow-y: auto;
}

.offcanvas .navbar-nav {
  width: 100%;
}

.offcanvas .nav-link {
  color: #2c3e50;
  padding: 1.1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: 500;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(20px);
  animation: slideInFromRight 0.4s ease forwards;
}

.offcanvas .nav-link:nth-child(1) {
  animation-delay: 0.1s;
}

.offcanvas .nav-link:nth-child(2) {
  animation-delay: 0.15s;
}

.offcanvas .nav-link:nth-child(3) {
  animation-delay: 0.2s;
}

.offcanvas .nav-link:nth-child(4) {
  animation-delay: 0.25s;
}

.offcanvas .nav-link:nth-child(5) {
  animation-delay: 0.3s;
}

.offcanvas .nav-link:nth-child(6) {
  animation-delay: 0.35s;
}

.offcanvas .nav-link:nth-child(7) {
  animation-delay: 0.4s;
}

.offcanvas .nav-link:nth-child(8) {
  animation-delay: 0.45s;
}

.offcanvas .nav-link:nth-child(9) {
  animation-delay: 0.5s;
}

.offcanvas .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  height: 60%;
  width: 4px;
  background: linear-gradient(to bottom, #007bff, #00d2ff);
  border-radius: 0 4px 4px 0;
  transition: transform 0.3s ease;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
  background-color: rgba(0, 123, 255, 0.03);
  color: #007bff;
  padding-left: 2.5rem;
}

.offcanvas .nav-link:hover::before,
.offcanvas .nav-link.active::before {
  transform: translateY(-50%) scaleY(1);
  background: linear-gradient(to bottom, #007bff, #00d2ff);
}

.btn-close {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.btn-close:hover {
  opacity: 1;
  background-color: rgba(255, 0, 0, 0.08);
  transform: rotate(90deg);
}

.offcanvas .login-btn {
  margin: 2rem 2rem;
  padding: 0.9rem 1.5rem;
  background: var(--white-color);
  color: var(--primary-color) !important;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.6s;
}

.offcanvas .login-btn:hover {
  background: var(--primary-color);
  color: var(--white-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
  padding-left: 1.5rem;
}

.offcanvas .login-btn::before {
  display: none;
}

/* Backdrop blur effect */
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.offcanvas-backdrop.backdrop-blur {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Modern Banner Slider Styles */
.banner-slider {
  position: relative;
  width: 100%;
  height: 750px;
  min-height: 750px;
  overflow: hidden;
  background-color: #000;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide.active {
  opacity: 1;
  visibility: visible;
}



.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.15);
  transition: transform 14s ease-out;
}

.slide.active .slide-background {
  transform: scale(1);
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(8, 25, 45, 0.85) 0%, rgba(8, 25, 45, 0.45) 50%, rgba(2, 5, 10, 0.2) 100%);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  min-height: 750px;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
}

.banner-content {
  max-width: 700px;
  animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.banner-content .primary-btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
  border: 1px solid var(--white-color);
}

.banner-content .white-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.banner-pretitle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: var(--white-color);
  font-size: var(--fs-small);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1s ease-out 0.2s both;
}

.banner-title {
  font-size: var(--banner-title-fs);
  font-family: var(--primary-bold-font);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease-out 0.4s both;
  text-align: left;
}

.banner-subtitle {
  font-size: var(--fs-large);
  font-family: var(--primary-regular-font);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 40px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1s ease-out 0.6s both;
  text-align: left;
}

.banner-actions {
  display: flex;
  gap: 20px;
  width: 100%;
  animation: fadeInUp 1s ease-out 0.8s both;
  justify-content: flex-start;
}

/* Slider Controls */
.slider-controls {
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 5%;
  transform: none;
  width: auto;
  display: flex;
  gap: 15px;
  z-index: 5;
  pointer-events: none;
}

.slider-control {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: all;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slider-control:hover {
  background: #ffffff;
  color: #007bff;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Slider Indicators */
.slider-indicators {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 12px;
  z-index: 5;
  align-items: center;
}

.indicator {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.indicator.active {
  width: 40px;
  height: 8px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.6);
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Custom Micro-Animations */
.transition-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.transition-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 114, 255, 0.1) !important;
  border-color: rgba(95, 182, 255, 0.5) !important;
}

.animate-float {
  animation: float-anim 4s ease-in-out infinite;
}

.animate-float-delayed {
  animation: float-anim 4s ease-in-out 2s infinite;
}

@keyframes float-anim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}