:root{
  --purple-main:#6e169b;
  --yellow:#f4b400;
}

*{
  box-sizing:border-box;
}

@font-face {
  font-family: 'Bukra';
  src: url('../font/29LTBukra-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bukra';
  src: url('../font/29ltbukrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


html,body{
  margin:0;
  padding:0;
  /* font-family:"Cairo",sans-serif; */
  font-family: "Bukra", sans-serif;

  background:#14061f;
}

body{
  overflow-x:hidden;
}

.hero-section{
  position:relative;
  height: 720px;
  overflow:hidden;
  isolation:isolate;
}




/* navbar فوق كل شيء */
.hero-top-layer{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:20;
}

.hero-navbar{
  background:linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:10px 18px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  width:min(100%,1110px);
  margin:0 auto;
}

.hero-navbar .navbar-nav{
  gap:24px;
}

.hero-navbar .nav-link{
  color:rgba(255,255,255,.95);
  font-size:15px;
  font-weight:700;
  padding:8px 4px;
}

.hero-navbar .nav-link.active,
.hero-navbar .nav-link:hover{
  color:#ffc107;
}

.brand-logo{
  text-decoration:none;
}

.brand-box{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:116px;
  /* padding:4px 8px; */
  /* border-radius:18px; */
  /* background:rgba(255,255,255,.10); */
}

.brand-box img{
      width: 60%;
      margin: 0 auto;
}

.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  color:#fff;
}

.brand-title{
  font-size:14px;
  font-weight:800;
}

.brand-text small{
  font-size:10px;
  opacity:.88;
}

.brand-icon{
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(255,255,255,.96);
  color:var(--purple-main);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.nav-actions{
  min-width:165px;
}

.lang-box{
  display:flex;
  align-items:center;
  gap:8px;
  color:#4b4b4b;
  background:rgba(255,255,255,.88);
  border:2px solid #1da1ff;
  border-radius:6px;
  padding:7px 10px;
  font-size:13px;
  line-height:1;
}

.search-btn{
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:transparent;
  color:rgba(255,255,255,.95);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* السلايدر */
.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item{
height:100%
}

.hero-carousel{
  position:relative;
  z-index:1;
}

.hero-carousel .carousel-item{
  position:relative;
  overflow:hidden;
}

.slide-bg{
  position:absolute;
  inset:0;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  z-index:1;
}

.slide-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(50, 10, 76, 0.12) 0%,
    rgba(84, 20, 126, 0.42) 35%,
    rgba(110, 22, 155, 0.84) 100%
  );
  z-index:2;
}

/* محتوى السلايد */
.slide-content-wrap{
  position:relative;
  z-index:3;
  min-height:100vh;
}

.slide-row{
  min-height:100vh;
  padding-top:110px;
  padding-bottom:40px;
}

.hero-text{
  max-width:560px;
  margin-inline-start:auto;
}

.hero-title{
  font-size: 33px;
  line-height:1.50;
  font-weight:800;
  margin-bottom:18px;
}

.hero-subtitle{
  font-size: 18px;
  font-weight:700;
  margin-bottom:18px;
  color:#fff;
}

.hero-desc{
  font-size:16px;
  line-height:2;
  color:rgba(255,255,255,.90);
  margin-bottom:28px;
}

.hero-buttons .btn{
  min-width:128px;
  padding:11px 24px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
}

.btn-book{
  background:var(--yellow);
  color:#fff;
  border:1px solid var(--yellow);
}

.btn-book:hover{
  background:#fff;
  color:#f4b400;
}

.btn-contact{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.58);
}

.btn-contact:hover{
  background:#f4b400;
  color:#fff;
}

/* الأسهم */
.slider-arrows{
  position:absolute;
  left:34px;
  top:52%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:12px;
  z-index:25;
}

.arrow-btn{
  width:34px;
  height:34px;
  border-radius:50%;
  border:none;
  background:#6f1ea0;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.arrow-btn.active,
.arrow-btn:hover{
  background:var(--yellow);
}

/* الزخارف */
.ring{
  position:absolute;
  border:2px solid rgba(255,255,255,.75);
  border-radius:50%;
  z-index:15;
  pointer-events:none;
}

.ring::before,
.ring::after{
  content:"";
  position:absolute;
  border:2px solid rgba(255,255,255,.75);
  border-radius:50%;
}

.ring::before{
  inset:8px;
}

.ring::after{
  inset:16px;
}

.ring-left{
  width:120px;
  height:120px;
  left:-28px;
  bottom:34px;
}

.ring-right{
  width:92px;
  height:92px;
  right:-50px;
  top:115px;
}

.dot{
  position:absolute;
  width:12px;
  height:12px;
  border:2px solid #ffbf00;
  border-radius:50%;
  z-index:15;
}

.dot-1{
  left:212px;
  top:54%;
}

.dot-2{
  left:110px;
  top:36%;
}

.dot-3{
  left:150px;
  bottom:22%;
}

/* responsive */
@media (max-width: 991.98px){
  .hero-navbar{
    border-radius:26px;
    padding:14px 16px;
  }

  .navbar-collapse{
    margin-top:14px;
  }

  .hero-navbar .navbar-nav{
    gap:8px;
    align-items:flex-start !important;
    margin:12px 0;
  }

  .nav-actions{
    justify-content:flex-start;
  }

  .slide-row{
    padding-top:120px;
    padding-bottom:80px;
    min-height:100vh;
  }

  .hero-text{
    max-width:100%;
  }

  .slider-arrows{
    left:18px;
    top:auto;
    bottom:24px;
    transform:none;
    flex-direction:row;
  }
}

@media (max-width: 575.98px){
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .slide-content-wrap{
    /* min-height:100vh;
    height:100vh; */
  }

  .hero-navbar{
    width:100%;
    border-radius:22px;
  }

  .hero-title{
    font-size:30px;
  }

  .hero-subtitle{
    font-size:22px;
  }

  .hero-desc{
    font-size:14px;
    line-height:1.9;
  }

  .hero-buttons .btn{
    min-width:120px;
    padding:10px 18px;
    font-size:14px;
  }

  .ring-left{
    width:92px;
    height:92px;
  }

  .ring-right{
    width:74px;
    height:74px;
    top:140px;
  }

  .dot-1{
    left:78px;
    top:58%;
  }

  .dot-2{
    left:72px;
    top:29%;
  }

  .dot-3{
    left:108px;
    bottom:18%;
  }
}

.nav-actions{
  min-width: 165px;
}

.lang-switch{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:150px;
  height:50px;
  padding:0px 22px 0px 8px;
  border:none;
  border-radius:999px;
  background:unset;
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.28),
    0 10px 30px rgba(0,0,0,.10);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  cursor:pointer;
}

.lang-flag{
  width:30px;
  height:30px;
  border-radius:50%;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  box-shadow:0 6px 14px rgba(0,0,0,.10);
}

.lang-flag img{
  width:30px;
  height:30px;
  object-fit:cover;
  display:block;
}

.lang-label{
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
}

.lang-chevron{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  font-size:16px;
  line-height:1;
}

.lang-chevron i{
  font-size:16px;
  font-weight:700;
}

/* لو بدك زر البحث يظل قريب من نفس الستايل العام */
.search-btn{
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:transparent;
  color:rgba(255,255,255,.95);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

@media (max-width: 991.98px){
  .lang-switch{
    min-width:240px;
    height:64px;
    padding:7px 18px 7px 7px;
  }

  .lang-flag{
    width:50px;
    height:50px;
    flex-basis:50px;
  }

  .lang-label{
    font-size:21px;
  }

  .lang-chevron i{
    font-size:22px;
  }
}

@media (max-width: 575.98px){
  .nav-actions{
    width:100%;
  }

  .lang-switch{
    min-width:100%;
    width:100%;
    height:58px;
    padding:6px 16px 6px 6px;
  }

  .lang-flag{
    width:44px;
    height:44px;
    flex-basis:44px;
  }

  .lang-label{
    font-size:18px;
  }

  .lang-chevron i{
    font-size:20px;
  }
}






















/* =========================================================
   SECTORS SECTION
========================================================= */
.sectors-section {
  position: relative;
  background: #fff;
  padding: 42px 0 34px;
  overflow: hidden;
}

.sectors-wrapper {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}

/* الخطوط الملتوية */
.sectors-lines-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* max-width: 18vw; */
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

/* heading */
.sectors-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
  padding-inline-end: 8px;
}

.sectors-title {
  margin: 0 0 6px;
  color: #62239a;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

.sectors-subtitle {
  margin: 0;
  color: #22345a;
  font-size:22px;
  line-height: 1.35;
}

/* icons row */
.sectors-icons-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 18px;
  align-items: start;
  margin-bottom: 42px;
}

.sector-item {
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition:
    transform 0.7s ease,
    opacity 0.7s ease;
}

.sector-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sector-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  border: 1px solid rgba(116, 116, 116, 0.06);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.sector-item:hover .sector-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    0 10px 22px rgba(98, 35, 154, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.sector-emoji {
  font-size: 42px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sector-item-muted .sector-icon {
  /* filter: grayscale(0.9);
  opacity: 0.78; */
}

.sector-label {
  margin: 0;
  color: #8f8f92;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  min-height: 46px;
  max-width: 210px;
  margin-inline: auto;
}

/* challenge card */
.challenge-card {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 24px;
  background: #ECECFE;
  box-shadow: 0 10px 24px rgba(98, 35, 154, 0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.challenge-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.challenge-card-inner {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 10px;
  min-height: 385px;
  padding: 30px 26px 24px;
}

.challenge-visual {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 320px;
}

.challenge-illustration {
  width: 100%;
  max-width: 470px;
  animation: floatSoft 5s ease-in-out infinite;
}

.challenge-illustration img {
  width: 100%;
  height: auto;
  display: block;
}

/* content */
.challenge-content {
  position: relative;
  max-width: 470px;
  margin-inline-start: auto;
  padding-inline: 8px 10px;
}

.challenge-mark {
  width: 24px;
  height: 24px;
  border-top: 2px solid #c4b6eb;
  border-left: 2px solid #c4b6eb;
  transform: rotate(45deg);
  margin: 0 0 18px auto;
}

.challenge-title {
  margin: 0 0 18px;
  color: #6a22a3;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
}

.challenge-text {
  margin: 0;
  color: #6F7775;
  font-size: 18px;
  line-height: 2;
      text-align: justify;
  /* font-weight: 700; */
}


/* animations */
@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* reveal helper */
.reveal-up {
  opacity: 0;
  transform: translateY(25px);
}

.reveal-up.is-visible {
  opacity: 1;
    
  transform: translateY(0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

/* responsive */
@media (max-width: 1199.98px) {
  .sectors-icons-row {
    gap: 12px;
  }

  .challenge-card-inner {
    min-height: 350px;
    padding: 26px 22px 24px;
  }

  .challenge-text {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .sectors-section {
    padding: 36px 0 28px;
  }

  .sectors-heading {
    margin-bottom: 26px;
  }

  .sectors-icons-row {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 20px 12px;
    margin-bottom: 30px;
  }

  .sector-icon {
    width: 84px;
    height: 84px;
  }

  .sector-emoji {
    font-size: 38px;
  }

  .challenge-card-inner {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 28px 18px 20px;
  }

  .challenge-visual {
    order: 2;
    min-height: auto;
  }

  .challenge-illustration {
    max-width: 400px;
  }

  .challenge-content {
    order: 1;
    max-width: 100%;
    margin-inline-start: 0;
  }

  .challenge-mark {
    margin: 0 auto 16px;
  }

  .challenge-title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .challenge-text {
    max-width: 700px;
    margin-inline: auto;
  }

  .sectors-lines-shape {
    width: 90px;
    opacity: 0.48;
  }
}

@media (max-width: 575.98px) {
  .sectors-section {
    padding: 30px 0 22px;
  }

  .sectors-title {
    font-size: 24px;
  }

  .sectors-subtitle {
    font-size: 18px;
  }

  .sectors-icons-row {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 18px 8px;
  }

  .sector-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }

  .sector-emoji {
    font-size: 31px;
  }

  .sector-label {
    font-size: 13px;
    min-height: 40px;
    max-width: 140px;
  }

  .challenge-card {
    border-radius: 18px;
  }

  .challenge-card-inner {
    padding: 22px 14px 16px;
  }

  .challenge-title {
    font-size: 24px;
  }

  .challenge-text {
    font-size: 14px;
    line-height: 1.95;
  }

  .challenge-mark {
    width: 18px;
    height: 18px;
  }

  .sectors-lines-shape {
    width: 72px;
    opacity: 0.42;
  }
}
.sector-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
























/* =========================================================
   CTA BANNER SECTION
========================================================= */
.cta-banner-section {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  isolation: isolate;
}

.cta-banner-bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
  z-index: -3;
}

.cta-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(16, 14, 20, 0.72) 0%,
      rgba(47, 15, 75, 0.58) 38%,
      rgba(111, 28, 152, 0.78) 100%
    );
}

.cta-banner-container {
  position: relative;
  z-index: 2;
}

.cta-banner-inner {
  min-height: 250px;
  display: grid;
  align-items: center;
  padding: 34px 0;
}

.cta-banner-content {
  max-width: 520px;
  margin-inline-start: auto;
}

.cta-banner-title {
  margin: 0 0 14px;
  color: #fff;
  font-size:26px;
  line-height: 1.35;
  font-weight: 800;
}

.cta-banner-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.2vw, 23px);
  line-height: 1.9;
  font-weight: 700;
}

.cta-banner-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 80px;
  padding: 18px 34px;
  border-radius: 14px;
  background: #ffffff;
  color: #4f2084;
  text-decoration: none;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.cta-banner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  color: #5e1fa0;
}

/* reveal */
.reveal-fade-right,
.reveal-fade-left {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-fade-right {
  transform: translateX(32px);
}

.reveal-fade-left {
  transform: translateX(-32px);
}

.reveal-fade-right.is-visible,
.reveal-fade-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* responsive */
@media (max-width: 991.98px) {
  .cta-banner-section {
    min-height: auto;
  }

  .cta-banner-inner {
    min-height: auto;
    padding: 42px 0;
  }

  .cta-banner-content {
    max-width: 100%;
  }

  .cta-banner-action {
    justify-content: center;
  }

  .cta-banner-title {
    font-size: 34px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .cta-banner-text {
    font-size: 18px;
    line-height: 1.85;
  }

  .cta-banner-btn {
    min-width: 220px;
    min-height: 70px;
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .cta-banner-inner {
    padding: 34px 0;
  }

  .cta-banner-title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .cta-banner-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .cta-banner-btn {
    min-width: 190px;
    min-height: 58px;
    padding: 14px 22px;
    font-size: 19px;
    border-radius: 12px;
  }
}

.cta-banner-section {
  min-height: 500px;
}

.cta-banner-inner {
  min-height: 500px;
}














/* =========================================================
   COMPARISON SECTION
========================================================= */
.comparison-section {
  position: relative;
  background: #fff;
  padding: 45px 0 34px;
  overflow: hidden;
}

.comparison-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.comparison-heading {
  margin-bottom: 18px;
}

.comparison-title {
  margin: 0 0 4px;
  color: #243454;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;
}

.comparison-subtitle {
  margin: 0;
  color: #22345a;
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.35;
  font-weight: 800;
}

.comparison-subtitle span {
  color: #243454;
}

.comparison-line {
  display: block;
  width: 142px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #f0b529;
}

/* decorative rings */
.comparison-rings {
  position: absolute;
  right: 42px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(165, 165, 165, 0.16);
  pointer-events: none;
  z-index: 0;
}

.comparison-rings::before,
.comparison-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(165, 165, 165, 0.16);
}

.comparison-rings::before {
  inset: 10px;
}

.comparison-rings::after {
  inset: 20px;
}

.comparison-rings-top {
  top: 54px;
}

.comparison-rings-bottom {
  bottom: -22px;
}

/* grid */
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  direction: ltr;
}

.comparison-column {
  display: grid;
  gap: 10px;
}

.comparison-card {
  min-height: 95px;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.7s ease;
  direction: rtl;
}

.comparison-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(93, 50, 147, 0.08);
}

.comparison-card-bill {
  background: #ECECFE;
}

.comparison-card-traditional {
  background: #FFE4E6;
}

.comparison-card-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.comparison-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.comparison-card-text {
  margin: 0;
  flex: 1;
  color: #3d4463;
  font-size: 18px;
  line-height: 1.7;
  text-align: right;
}


/* responsive */
@media (max-width: 991.98px) {
  .comparison-section {
    padding: 24px 0 28px;
  }

  .comparison-grid {
    gap: 12px;
  }

  .comparison-card {
    min-height: 88px;
    padding: 14px 15px;
  }

  .comparison-card-text {
    font-size: 15px;
  }

  .comparison-rings {
    width: 150px;
    height: 150px;
    right: 18px;
  }
}

@media (max-width: 767.98px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    direction: rtl;
  }

  .comparison-column {
    gap: 10px;
  }

  .comparison-card {
    min-height: 82px;
  }

  .comparison-heading {
    margin-bottom: 20px;
  }

  .comparison-rings-top {
    top: 80px;
  }

  .comparison-rings-bottom {
    bottom: -30px;
  }
}

@media (max-width: 575.98px) {
  .comparison-section {
    padding: 22px 0 24px;
  }

  .comparison-title {
    font-size: 16px;
  }

  .comparison-subtitle {
    font-size: 22px;
  }

  .comparison-line {
    width: 110px;
    margin-top: 8px;
  }

  .comparison-card {
    min-height: 76px;
    border-radius: 12px;
    padding: 12px 13px;
    gap: 10px;
  }

  .comparison-card-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 10px;
  }

  .comparison-card-icon img {
    width: 22px;
    height: 22px;
  }

  .comparison-card-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .comparison-rings {
    width: 118px;
    height: 118px;
    opacity: 0.7;
  }
}




















/* =========================================================
   SMART SERVICES SECTION
========================================================= */
.smart-services-section {
  position: relative;
  background: #f5f5f7;
  padding: 54px 0;
  overflow: hidden;
  isolation: isolate;
}

.smart-services-wrapper {
  position: relative;
  max-width: 1280px;
  min-height: 248px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  z-index: 2;
}

/* content */
.smart-services-content {
  max-width: 560px;
  /* margin-inline-start: auto; */
}

.smart-services-title {
  margin: 0 0 18px;
  color: #5f189a;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;
}

.smart-services-text {
  margin: 0;
  color: #0E1F44;
  font-size:22px;
      text-align: justify;
  line-height: 1.95;
}

/* button */
.smart-services-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.smart-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  min-height: 96px;
  padding: 16px 32px;
  border-radius: 16px;
  background: #68139e;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(104, 19, 158, 0.16);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.smart-services-btn:hover {
  transform: translateY(-3px);
  background: #f4b400;
  box-shadow: 0 18px 34px rgba(104, 19, 158, 0.22);
  color: #fff;
}

/* reveal */
.reveal-right,
.reveal-left {
  opacity: 0;
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
}

.reveal-right {
  transform: translateX(34px);
}

.reveal-left {
  transform: translateX(-34px);
}

.reveal-right.is-visible,
.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* =========================================================
   DECORATIONS
========================================================= */

/* soft background blobs */
.smart-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(214, 216, 225, 0.55);
  pointer-events: none;
  z-index: 0;
}

.smart-shape-top-left {
  width: 240px;
  height: 240px;
  top: -146px;
  left: -54px;
}

.smart-shape-bottom-left {
  width: 250px;
  height: 250px;
  bottom: -170px;
  left: -42px;
}

.smart-shape-center {
  width: 270px;
  height: 270px;
  top: 18px;
  left: 220px;
  background: rgba(220, 222, 230, 0.48);
}

/* rings right */
.smart-rings {
  position: absolute;
  top: -10px;
  right: -24px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(180, 180, 180, 0.22);
  pointer-events: none;
  z-index: 0;
}

.smart-rings::before,
.smart-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(180, 180, 180, 0.22);
}

.smart-rings::before {
  inset: 8px;
}

.smart-rings::after {
  inset: 16px;
}

/* plus icon */
.smart-plus {
  position: absolute;
  top: 40px;
  left: 62px;
  width: 22px;
  height: 22px;
  z-index: 1;
}

.smart-plus::before,
.smart-plus::after {
  content: "";
  position: absolute;
  background: #c5a9d9;
  border-radius: 999px;
}

.smart-plus::before {
  width: 2px;
  height: 22px;
  top: 0;
  left: 10px;
}

.smart-plus::after {
  width: 22px;
  height: 2px;
  top: 10px;
  left: 0;
}

/* corner icon */
.smart-corner {
  position: absolute;
  right: 44px;
  bottom: 28px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #d1b8df;
  border-bottom: 2px solid #d1b8df;
  z-index: 1;
}

.smart-corner::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  width: 12px;
  height: 2px;
  background: #d1b8df;
}

/* zigzag */
.smart-zigzag {
  position: absolute;
  left: 48px;
  bottom: 22px;
  width: 54px;
  height: 14px;
  z-index: 1;
}

.smart-zigzag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #ceb1df 6px 8px, transparent 8px 100%) 0 0 / 12px 14px repeat-x;
  opacity: 0.95;
}

/* responsive */
@media (max-width: 991.98px) {
  .smart-services-section {
    padding: 34px 0;
  }

  .smart-services-wrapper {
    min-height: auto;
  }

  .smart-services-content {
    max-width: 100%;
  }

  .smart-services-title {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .smart-services-text {
    font-size: 18px;
    line-height: 1.9;
  }

  .smart-services-action {
    justify-content: center;
  }

  .smart-services-btn {
    min-width: 190px;
    min-height: 82px;
    font-size: 22px;
  }

  .smart-shape-center {
    left: 120px;
    width: 220px;
    height: 220px;
  }

  .smart-rings {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 575.98px) {
  .smart-services-section {
    padding: 28px 0;
  }

  .smart-services-title {
    font-size: 26px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .smart-services-text {
    font-size: 15px;
    line-height: 1.95;
  }

  .smart-services-btn {
    min-width: 160px;
    min-height: 62px;
    padding: 12px 22px;
    font-size: 18px;
    border-radius: 12px;
  }

  .smart-plus {
    top: 28px;
    left: 28px;
    transform: scale(0.9);
  }

  .smart-corner {
    right: 24px;
    bottom: 18px;
    transform: scale(0.9);
  }

  .smart-zigzag {
    left: 22px;
    bottom: 16px;
    transform: scale(0.9);
  }

  .smart-shape-top-left {
    width: 170px;
    height: 170px;
    top: -92px;
    left: -48px;
  }

  .smart-shape-bottom-left {
    width: 180px;
    height: 180px;
    bottom: -118px;
    left: -64px;
  }

  .smart-shape-center {
    width: 160px;
    height: 160px;
    left: 78px;
    top: 38px;
  }

  .smart-rings {
    width: 102px;
    height: 102px;
    right: -24px;
    top: -8px;
  }
}














/* =========================================================
   FEATURES GRID SECTION
========================================================= */
.features-grid-section {
  background: #fff;
  padding: 45px 0 28px;
}

.features-grid-wrapper {
  max-width: 1040px;
  margin: 0 auto;
}

.features-grid-heading {
  margin-bottom: 16px;
}

.features-grid-title {
  margin: 0;
  color: #243454;
  font-size:26px;
  line-height: 1.5;
  font-weight: 800;
}

/* cards */
.feature-card {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.7s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(96, 38, 151, 0.09);
}

.feature-card-top {
  background: #FFE4E6;
  padding: 40px 24px 40px;
  margin-bottom: 10px;
}

.feature-card-bottom {
  min-height: 100%;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-card-beige {
  background: #FFF7ED;
}

.feature-card-blue {
  background: #E0F7FA;
}

/* content */
.feature-content {
  position: relative;
}

.feature-title {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
}

.feature-title-purple {
  color: #6720a2;
}

.feature-subtitle {
  margin: 0 0 12px;
  color: #243454;
  font-size: 22px;
  line-height: 1.5;
}

.feature-text {
  margin: 0;
  color: #6F7775;
  font-size: 18px;
  line-height: 1.95;
  max-width: 96%;
  margin-top: 15px;
}

.feature-plus {
  position: absolute;
  left: 18px;
  bottom: -2px;
  width: 18px;
  height: 18px;
  opacity: 0.75;
}

.feature-plus::before,
.feature-plus::after {
  content: "";
  position: absolute;
  background: #c59bcb;
  border-radius: 999px;
}

.feature-plus::before {
  width: 2px;
  height: 18px;
  left: 8px;
  top: 0;
}

.feature-plus::after {
  width: 18px;
  height: 2px;
  left: 0;
  top: 8px;
}

/* visuals */
.feature-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-visual img {
  display: block;
  max-width: 100%;
  height: auto;
}

.feature-visual-top {
  min-height: 180px;
}

.feature-visual-top img {
  max-width: 285px;
  animation: floatSoft 5s ease-in-out infinite;
}

.feature-visual-bottom {
  min-height: 210px;
  margin-top: 14px;
}

.feature-visual-bottom img {
  max-width: 300px;
  animation: floatSoft 5.5s ease-in-out infinite;
}



/* animation */
@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
}

/* responsive */
@media (max-width: 991.98px) {
  .features-grid-section {
    padding: 20px 0 24px;
  }

  .feature-card-top {
    padding: 22px 18px 16px;
  }

  .feature-card-bottom {
    padding: 20px 16px 8px;
  }

  .feature-title {
    font-size: 28px;
  }

  .feature-subtitle {
    font-size: 17px;
  }

  .feature-text {
    max-width: 100%;
    font-size: 14px;
  }

  .feature-visual-top {
    min-height: 160px;
  }

  .feature-visual-top img {
    max-width: 240px;
  }

  .feature-visual-bottom {
    min-height: 180px;
  }

  .feature-visual-bottom img {
    max-width: 250px;
  }
}

@media (max-width: 575.98px) {
  .features-grid-heading {
    margin-bottom: 14px;
  }

  .features-grid-title {
    font-size: 16px;
  }

  .feature-card-top {
    padding: 18px 14px 14px;
    border-radius: 14px;
  }

  .feature-card-bottom {
    padding: 18px 14px 8px;
    border-radius: 14px;
  }

  .feature-title {
    font-size: 24px;
  }

  .feature-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .feature-text {
    font-size: 13px;
    line-height: 1.85;
  }

  .feature-visual-top {
    min-height: 130px;
  }

  .feature-visual-top img {
    max-width: 200px;
  }

  .feature-visual-bottom {
    min-height: 150px;
    margin-top: 10px;
  }

  .feature-visual-bottom img {
    max-width: 210px;
  }

  .feature-plus {
    transform: scale(0.9);
    left: 10px;
  }
}
























/* =========================================================
   APP SECTION
========================================================= */
.app-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 34px 0 38px;
  background: #efeff6;
}

.app-section-bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -3;
}

.app-section-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(245, 244, 251, 0.90) 0%,
      rgba(239, 237, 247, 0.88) 100%
    );
  z-index: -2;
}

.app-section-container {
  position: relative;
  z-index: 2;
}

.app-section-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

/* =========================================================
   CONTENT
========================================================= */
.app-content {
  max-width: 560px;
  margin-inline-end: auto;
}

.app-title {
  margin: 0 0 12px;
  color: #6817a0;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

.app-text {
  margin: 0 0 24px;
  color: #70717a;
  font-size: clamp(16px, 1.12vw, 20px);
  line-height: 1.95;
  font-weight: 700;
  max-width: 520px;
  margin-inline-end: auto;
}

.app-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.app-feature-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 16px 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.75s ease;
}

.app-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(104, 23, 160, 0.10);
}

.app-feature-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.app-feature-head h3 {
  margin: 0;
  color: #243454;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.app-feature-card p {
  margin: 0;
  color: #888993;
  font-size: 13px;
  line-height: 1.8;
}

.app-feature-badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c7a7ff;
  color: #651FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  font-size: 11px;
}

.app-action {
  margin-top: 8px;
}

.app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 255px;
  min-height: 58px;
  padding: 12px 24px;
  border-radius: 12px;
  background: #6b14a3;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(107, 20, 163, 0.18);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.app-btn:hover {
  background: #f4b400;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(107, 20, 163, 0.24);
}

/* =========================================================
   VISUAL
========================================================= */
.app-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-visual-circle {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #cbb4fb;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.app-visual-inner {
  position: relative;
  z-index: 2;
  max-width: 90%;
  animation: appFloat 5.4s ease-in-out infinite;
}

.app-phone-image {
  width: 100%;
  height: auto;
  display: block;
}

/* floating mini cards */
.app-floating-card {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  animation: appFloatMini 4.8s ease-in-out infinite;
}

.app-floating-card img {
  display: block;
  width: 100%;
  height: auto;
}

.app-floating-card-1 {
  width: 86px;
  top: 140px;
  left: 18px;
  transform: rotate(-8deg);
}

.app-floating-card-2 {
  width: 78px;
  top: 138px;
  right: 70px;
  transform: rotate(10deg);
  animation-delay: 0.6s;
}

.app-floating-card-3 {
  width: 86px;
  bottom: 120px;
  right: 56px;
  transform: rotate(18deg);
  animation-delay: 1.1s;
}

/* =========================================================
   DECORATIONS
========================================================= */
.app-zigzag {
  position: absolute;
  width: 56px;
  height: 14px;
  z-index: 1;
  opacity: 0.9;
}

.app-zigzag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #bf9fe0 6px 8px, transparent 8px 100%) 0 0 / 12px 14px repeat-x;
}

.app-zigzag-top {
  top: 48px;
  left: 72px;
}

.app-zigzag-bottom {
  bottom: 34px;
  left: 22px;
}

.app-corner-shape {
  position: absolute;
  top: 70px;
  left: 650px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #d0b8e1;
  border-bottom: 2px solid #d0b8e1;
  z-index: 1;
}

.app-corner-shape::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  width: 12px;
  height: 2px;
  background: #d0b8e1;
}

/* =========================================================
   REVEAL
========================================================= */
.reveal-right,
.reveal-left
{
  opacity: 0;
}

.reveal-right {
  transform: translateX(34px);
}

.reveal-left {
  transform: translateX(-34px);
}



.reveal-right.is-visible,
.reveal-left.is-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes appFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes appFloatMini {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1199.98px) {
  .app-visual {
    min-height: 500px;
  }

  .app-visual-circle {
    width: 380px;
    height: 380px;
    left: 20px;
  }

  .app-visual-inner {
    max-width: 320px;
  }
}

@media (max-width: 991.98px) {
  .app-section {
    padding: 30px 0 34px;
  }

  .app-content {
    max-width: 100%;
  }

  .app-text {
    max-width: 100%;
    margin-inline-start: 0;
  }

  .app-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-visual {
    min-height: 430px;
    margin-top: 10px;
  }

  .app-visual-circle {
    width: 320px;
    height: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .app-visual-inner {
    max-width: 260px;
  }

  .app-floating-card-1 {
    left: 40px;
    top: 120px;
    width: 74px;
  }

  .app-floating-card-2 {
    right: 58px;
    top: 118px;
    width: 68px;
  }

  .app-floating-card-3 {
    right: 46px;
    bottom: 90px;
    width: 76px;
  }

  .app-corner-shape {
    right: 40px;
    top: 82px;
  }
}

@media (max-width: 575.98px) {
  .app-section {
    padding: 26px 0 30px;
  }

  .app-title {
    font-size: 25px;
    line-height: 1.45;
  }

  .app-text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 18px;
  }

  .app-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .app-feature-card {
    padding: 14px 14px 12px;
    border-radius: 12px;
  }

  .app-feature-head h3 {
    font-size: 16px;
  }

  .app-feature-card p {
    font-size: 12px;
  }

  .app-btn {
    min-width: 100%;
    min-height: 52px;
    font-size: 16px;
    border-radius: 10px;
  }

  .app-visual {
    min-height: 340px;
  }

  .app-visual-circle {
    width: 250px;
    height: 250px;
  }

  .app-visual-inner {
    max-width: 210px;
  }

  .app-floating-card-1 {
    width: 58px;
    left: 2px;
    top: 110px;
  }

  .app-floating-card-2 {
    width: 56px;
    right: 12px;
    top: 108px;
  }

  .app-floating-card-3 {
    width: 58px;
    right: 10px;
    bottom: 72px;
  }

  .app-zigzag-top {
    top: 36px;
    left: 18px;
  }

  .app-zigzag-bottom {
    bottom: 22px;
    left: 14px;
  }

  .app-corner-shape {
    right: 18px;
    top: 72px;
    transform: scale(0.9);
  }
}
























/* =========================================================
   INSIGHTS SECTION
========================================================= */
.insights-section {
  background: #fff;
  padding: 45px 0 28px;
}

.insights-wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

/* heading */
.insights-heading {
  margin-bottom: 16px;
}

.insights-main-title {
  margin: 0;
  color: #233454;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 800;
}

.insights-line {
  display: block;
  width: 165px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* cards */
.insight-card {
  border-radius: 16px;
  padding: 52px 22px 52px;
  /* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06); */
  backdrop-filter: blur(30px);

box-shadow: 0px 8px 20px 0px #00000033;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.75s ease;
}






.insight-card + .insight-card {
  margin-top: 12px;
}

.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(102, 39, 156, 0.09);
}

.insight-card-pink {
  background: #FFE4E6;
}

.insight-card-purple {
  background: #ECECFE;
}

.insight-card-beige {
  background: #FFF7ED;
}

/* content */
.insight-content {
  position: relative;
  max-width: 470px;
}

.insight-title {
  margin: 0 0 4px;
  color: #6520a1;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
}

.insight-subtitle {
  margin: 0 0 12px;
  color: #243454;
  font-size: 22px;
  line-height: 1.5;
}

.insight-text {
  margin: 0;
  color: #80818b;
  font-size: 15px;
  line-height: 1.95;
      text-align: justify;
}

/* visual */
.insight-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.insight-visual img {
  max-width: 100%;
  height: auto;
  display: block;
  animation: insightFloat 5.5s ease-in-out infinite;
}

.insight-visual-right img {
  max-width: 305px;
}

.insight-visual-left img {
  max-width: 315px;
}

/* zigzag */
.insight-zigzag {
  display: block;
  width: 42px;
  height: 12px;
  margin: 0 0 16px auto;
  opacity: 0.9;
  position: relative;
}

.insight-zigzag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #c8abd9 6px 8px, transparent 8px 100%) 0 0 / 12px 12px repeat-x;
}

/* plus */
.insight-plus {
  position: absolute;
  left: 18px;
  bottom: -2px;
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

.insight-plus::before,
.insight-plus::after {
  content: "";
  position: absolute;
  background: #c59bcb;
  border-radius: 999px;
}

.insight-plus::before {
  width: 2px;
  height: 18px;
  left: 8px;
  top: 0;
}

.insight-plus::after {
  width: 18px;
  height: 2px;
  left: 0;
  top: 8px;
}



/* animation */
@keyframes insightFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
}

/* responsive */
@media (max-width: 991.98px) {
  .insights-section {
    padding: 18px 0 24px;
  }

  .insight-card {
    padding: 18px 16px 16px;
  }

  .insight-content {
    max-width: 100%;
  }

  .insight-title {
    font-size: 28px;
  }

  .insight-subtitle {
    font-size: 17px;
  }

  .insight-text {
    font-size: 14px;
  }

  .insight-visual {
    min-height: 150px;
  }

  .insight-visual-right img,
  .insight-visual-left img {
    max-width: 250px;
  }

  .insight-zigzag {
    margin: 0 auto 14px;
  }
}

@media (max-width: 575.98px) {
  .insights-main-title {
    font-size: 17px;
  }

  .insights-line {
    width: 120px;
    margin-top: 8px;
  }

  .insight-card {
    border-radius: 14px;
    padding: 16px 14px 14px;
  }

  .insight-title {
    font-size: 24px;
  }

  .insight-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .insight-text {
    font-size: 13px;
    line-height: 1.85;
  }

  .insight-visual {
    min-height: 120px;
  }

  .insight-visual-right img,
  .insight-visual-left img {
    max-width: 210px;
  }

  .insight-plus {
    left: 8px;
    transform: scale(0.9);
  }
}




















/* =========================================================
   STATS HIGHLIGHT SECTION
========================================================= */
.stats-highlight-section {
  position: relative;
  background: #f4f4f7;
  padding: 54px 0 54px;
  overflow: hidden;
  isolation: isolate;
}

.stats-highlight-wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 175px;
  z-index: 2;
}

/* heading */
.stats-highlight-heading {
  margin-bottom: 26px;
}

.stats-highlight-title {
  margin: 0;
  color: #eda311;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;
}

/* stats row */
.stats-items-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
  text-align: center;
}

.stats-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.stats-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stats-number {
  margin: 0 0 6px;
  color: #6817a0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.stats-line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: #efb228;
}

.stats-label {
  margin: 0;
  color: #7f7f86;
  font-size: 22px;
  line-height: 1.6;
}

/* =========================================================
   DECORATIONS
========================================================= */

/* plus */
.stats-shape-plus {
  position: absolute;
  top: 34px;
  left: 68px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.stats-shape-plus::before,
.stats-shape-plus::after {
  content: "";
  position: absolute;
  background: #d0b0dd;
  border-radius: 999px;
}

.stats-shape-plus::before {
  width: 2px;
  height: 24px;
  top: 0;
  left: 11px;
}

.stats-shape-plus::after {
  width: 24px;
  height: 2px;
  top: 11px;
  left: 0;
}

/* zigzag */
.stats-shape-zigzag {
  position: absolute;
  left: 22px;
  bottom: 50px;
  width: 52px;
  height: 12px;
  z-index: 1;
}

.stats-shape-zigzag::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #ceb1df 6px 8px, transparent 8px 100%) 0 0 / 12px 12px repeat-x;
}

/* corner */
.stats-shape-corner {
  position: absolute;
  right: 126px;
  bottom: 48px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #d3b9e0;
  border-bottom: 2px solid #d3b9e0;
  z-index: 1;
}

.stats-shape-corner::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  width: 12px;
  height: 2px;
  background: #d3b9e0;
}

/* rings right */
.stats-shape-rings {
    position: absolute;
    top: 20px;
    right: -100px;
    z-index: 1;
    pointer-events: none;
}

.stats-shape-rings img{
  width: 180px;
  height: 180px;
 
 filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(4027%) hue-rotate(286deg) brightness(83%) contrast(120%);
}



/* responsive */
@media (max-width: 991.98px) {
  .stats-highlight-section {
    padding: 28px 0 30px;
  }

  .stats-highlight-heading {
    margin-bottom: 20px;
  }

  .stats-items-row {
    gap: 10px;
  }

  .stats-highlight-title {
    font-size: 34px;
  }

  .stats-number {
    font-size: 38px;
  }

  .stats-label {
    font-size: 18px;
  }

  .stats-shape-plus {
    left: 30px;
    top: 26px;
  }

  .stats-shape-corner {
    right: 82px;
    bottom: 36px;
  }

  .stats-shape-rings {
    width: 96px;
    height: 96px;
    top: 18px;
    right: -26px;
  }
}

@media (max-width: 767.98px) {
  .stats-items-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stats-highlight-wrapper {
    min-height: auto;
  }

  .stats-highlight-heading {
    margin-bottom: 22px;
  }

  .stats-item {
    padding-inline: 12px;
  }

  .stats-shape-corner {
    right: 26px;
    bottom: 28px;
  }

  .stats-shape-zigzag {
    left: 12px;
    bottom: 26px;
  }
}

@media (max-width: 575.98px) {
  .stats-highlight-section {
    padding: 24px 0 26px;
  }

  .stats-highlight-title {
    font-size: 25px;
    line-height: 1.5;
  }

  .stats-number {
    font-size: 30px;
  }

  .stats-line {
    width: 46px;
    margin-bottom: 6px;
  }

  .stats-label {
    font-size: 15px;
  }

  .stats-shape-plus {
    left: 16px;
    top: 20px;
    transform: scale(0.88);
  }

  .stats-shape-zigzag {
    left: 10px;
    bottom: 18px;
    transform: scale(0.88);
  }

  .stats-shape-corner {
    right: 16px;
    bottom: 20px;
    transform: scale(0.88);
  }

  .stats-shape-rings {
    width: 78px;
    height: 78px;
    top: 50px;
    right: -116px;
  }
}






























/* =========================================================
   FAQ SECTION
========================================================= */
.faq-section {
  position: relative;
  background: #fff;
  padding: 54px 0 54px;
  overflow: hidden;
  isolation: isolate;
}

.faq-wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.faq-heading {
  margin-bottom: 18px;
}

.faq-main-title {
  margin: 0;
  color: #6817a0;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

/* =========================================================
   ANSWER CARD
========================================================= */
.faq-answer-card {
  background: #570785;
  border-radius: 22px;
  min-height: 550px;
  box-shadow: 0 16px 34px rgba(93, 21, 145, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 26px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.faq-answer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(93, 21, 145, 0.18);
}

.faq-answer-inner {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.faq-answer-inner.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.faq-quote-icon {
  font-size: 68px;
  line-height: 1;
  font-weight: 800;
  /* margin-bottom: 18px; */
  color: #ffffff;
  text-align: right;
}

.faq-answer-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 800;
  text-align: right;
}

.faq-answer-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 22px;
  line-height: 2;
  text-align: right;
}

/* =========================================================
   FAQ LIST
========================================================= */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  width: 100%;
  min-height: 52px;
  border: 1px solid #e7e5ee;
  border-radius: 999px;
  background: #f4f4f7;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #9a9aa2;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
  text-align: right;
}

.faq-item:hover {
  transform: translateX(-2px);
  border-color: #d7cfeb;
  box-shadow: 0 8px 18px rgba(103, 33, 153, 0.06);
}

.faq-item.active {
  background: #f0a70c;
  border-color: #f0a70c;
  color: #fff;
  box-shadow: 0 10px 24px rgba(240, 167, 12, 0.24);
}

.faq-item-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}

.faq-item.active .faq-item-icon {
  color: #fff;
}

.faq-item-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: right;
}

/* =========================================================
   DECORATION
========================================================= */
.faq-rings-shape {
  position: absolute;
  top: 12px;
  left: -18px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgba(183, 144, 206, 0.6);
  z-index: 1;
  pointer-events: none;
}

.faq-rings-shape::before,
.faq-rings-shape::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(183, 144, 206, 0.6);
}

.faq-rings-shape::before {
  inset: 8px;
}

.faq-rings-shape::after {
  inset: 16px;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991.98px) {
  .faq-section {
    padding: 24px 0 30px;
  }

  .faq-heading {
    margin-bottom: 14px;
  }

  .faq-main-title {
    font-size: 32px;
  }

  .faq-answer-card {
    min-height: 320px;
    padding: 24px 20px;
  }

  .faq-answer-inner {
    max-width: 100%;
  }

  .faq-answer-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .faq-answer-text {
    font-size: 15px;
  }

  .faq-item {
    min-height: 50px;
    padding: 10px 16px;
  }

  .faq-item-text {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .faq-section {
    padding: 22px 0 26px;
  }

  .faq-main-title {
    font-size: 26px;
  }

  .faq-answer-card {
    min-height: 280px;
    border-radius: 18px;
    padding: 20px 16px;
  }

  .faq-quote-icon {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .faq-answer-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .faq-answer-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .faq-item {
    min-height: 48px;
    padding: 10px 14px;
    gap: 10px;
  }

  .faq-item-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .faq-rings-shape {
    width: 84px;
    height: 84px;
    top: 10px;
    left: -18px;
  }
}




















/* =========================================================
   FINAL CTA SECTION
========================================================= */
.final-cta-section {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  isolation: isolate;
  background: #1c1027;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -3;
  transform: scale(1.01);
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(20, 14, 24, 0.72) 0%,
      rgba(58, 22, 86, 0.58) 40%,
      rgba(111, 28, 152, 0.78) 100%
    );
}

.final-cta-container {
  position: relative;
  z-index: 2;
}

.final-cta-wrapper {
  min-height: 480px;
  display: grid;
  align-items: center;
  padding: 34px 0;
}

/* content */
.final-cta-content {
  max-width: 560px;
  margin-inline-start: auto;
}

.final-cta-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;
}

.final-cta-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 22px;
  line-height: 1.9;

}

/* action */
.final-cta-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 192px;
  min-height: 92px;
  padding: 18px 34px;
  border-radius: 16px;
  background: #ffffff;
  color: #5e1797;
  text-decoration: none;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    background 0.3s ease;
}

.final-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  color: #fff;
  
  background: #f4b400;
}

/* reveal */
.reveal-fade-right,
.reveal-fade-left {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-fade-right {
  transform: translateX(32px);
}

.reveal-fade-left {
  transform: translateX(-32px);
}

.reveal-fade-right.is-visible,
.reveal-fade-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* responsive */
@media (max-width: 991.98px) {
  .final-cta-section {
    min-height: auto;
  }

  .final-cta-wrapper {
    min-height: auto;
    padding: 42px 0;
  }

  .final-cta-content {
    max-width: 100%;
  }

  .final-cta-action {
    justify-content: center;
  }

  .final-cta-title {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .final-cta-text {
    font-size: 18px;
    line-height: 1.85;
  }

  .final-cta-btn {
    min-width: 180px;
    min-height: 74px;
    font-size: 22px;
    border-radius: 14px;
  }
}

@media (max-width: 575.98px) {
  .final-cta-wrapper {
    padding: 34px 0;
  }

  .final-cta-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .final-cta-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .final-cta-btn {
    min-width: 160px;
    min-height: 58px;
    padding: 14px 22px;
    font-size: 18px;
    border-radius: 12px;
  }
}






/* =========================================================
   E-BILL FOOTER
========================================================= */
.site-footer-ebill {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.footer-top {
  background: #600089;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-inner {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 6px 0;
}

/* =========================================================
   BRAND
========================================================= */
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-brand-link {
  text-decoration: none;
}

.footer-brand-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  color: #fff;
  text-align: right;
}

.footer-brand-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.footer-brand-text small {
  font-size: 10px;
  opacity: 0.9;
}

.footer-brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #ffffff;
  color: #7a109f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* =========================================================
   NAV
========================================================= */
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.footer-nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.footer-nav-link.active,
.footer-nav-link:hover {
  color: #ffc107;
  transform: translateY(-1px);
}

/* =========================================================
   SOCIAL
========================================================= */
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social-link {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.footer-social-link:hover {
  color: #ffc107;
  /* opacity: 0.86; */
  transform: translateY(-1px);
}

/* =========================================================
   BOTTOM
========================================================= */
.footer-bottom {
  background: #600089;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
}

.footer-copy,
.footer-credit {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991.98px) {
  .footer-top-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    padding: 12px 0;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-nav {
    gap: 18px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: auto;
    padding: 10px 0;
  }
}

@media (max-width: 575.98px) {
  .footer-brand-title {
    font-size: 16px;
  }

  .footer-brand-icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .footer-nav {
    gap: 12px 14px;
  }

  .footer-nav-link {
    font-size: 13px;
  }

  .footer-copy,
  .footer-credit {
    font-size: 11px;
  }
}

.footer-logo-img {
  height: 40px;
  width: auto;
  display: block;
}
































































/* =========================================================
   INNER HERO SECTION
========================================================= */

.sub-page{
  height: 370px;

}
.inner-hero-section {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  isolation: isolate;
  background: #2c0f45;
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -3;
  transform: scale(1.01);
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(21, 18, 27, 0.60) 0%,
      rgba(71, 23, 116, 0.42) 40%,
      rgba(111, 28, 152, 0.82) 100%
    );
}

/* top layer */
.inner-hero-top-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

/* container */
.inner-hero-container {
  position: relative;
  z-index: 3;
}

.inner-hero-row {
  min-height: 220px;
  padding-top: 170px;
  padding-bottom: 24px;
}

/* content */
.inner-hero-content {
  max-width: 440px;
  margin-inline-end: auto;
}

.inner-hero-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
}

.inner-hero-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.inner-hero-breadcrumb a {
  color: #f0a70c;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.inner-hero-breadcrumb a:hover {
  opacity: 0.85;
}

.inner-hero-breadcrumb span:last-child {
  color: #ffffff;
}

/* decorative ring left */
.inner-ring {
  position: absolute;
  border: 2px solid rgba(255,255,255,0.78);
  border-radius: 50%;
  z-index: 4;
  pointer-events: none;
}

.inner-ring::before,
.inner-ring::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255,255,255,0.78);
  border-radius: 50%;
}

.inner-ring::before {
  inset: 8px;
}

.inner-ring::after {
  inset: 16px;
}

.inner-ring-left {
  width: 118px;
  height: 118px;
  left: -26px;
  bottom: -2px;
}

/* dots */
.inner-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #ffbf00;
  border-radius: 50%;
  z-index: 5;
}

.inner-dot-1 {
  left: 300px;
  top: 118px;
}

.inner-dot-2 {
  left: 515px;
  top: 72px;
}

/* reveal */
.reveal-inner-hero {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal-inner-hero.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991.98px) {
  .inner-hero-section {
    min-height: 240px;
  }

  .inner-hero-row {
    min-height: 240px;
    padding-top: 118px;
    padding-bottom: 28px;
  }

  .inner-hero-content {
    max-width: 100%;
  }

  .inner-hero-title {
    font-size: 36px;
  }

  .inner-hero-breadcrumb {
    justify-content: center;
  }

  .inner-dot-1 {
    left: 110px;
    top: 150px;
  }

  .inner-dot-2 {
    left: 72%;
    top: 88px;
  }
}

@media (max-width: 575.98px) {
  .inner-hero-section {
    min-height: 220px;
  }

  .inner-hero-row {
    min-height: 370px;
    padding-top: 110px;
    padding-bottom: 22px;
  }

  .inner-hero-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .inner-hero-breadcrumb {
    font-size: 12px;
    gap: 6px;
  }

  .inner-ring-left {
    width: 92px;
    height: 92px;
    left: -24px;
    bottom: 4px;
  }

  .inner-dot-1 {
    left: 52px;
    top: 150px;
  }

  .inner-dot-2 {
    left: 78%;
    top: 74px;
  }
}
































/* =========================================================
   CONTACT FORM SECTION
========================================================= */
.contact-form-section{
  position: relative;
  background: #fff;
  padding: 54px 0 54px;
  overflow: hidden;
  isolation: isolate;
}

.contact-form-wrapper{
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  /* background: #ededf2; */
  border-radius: 6px;
  /* box-shadow: 0 10px 24px rgba(0,0,0,0.05); */
  overflow: hidden;
  z-index: 2;
}

/* panels */
.contact-form-panel{
  padding: 18px 18px 22px;
  min-height: 100%;
  background-color: #F4F5F8;
  border-radius: 17px 0 0 17px;
}

.contact-info-panel{
  background: #FFFFFF;
  padding: 22px 18px 18px;
  min-height: 100%;
  /* border-inline-start: 1px solid rgba(0,0,0,0.04); */
  border-width: 3.4px, 3.4px, 3.4px, 0px;

border-style: solid;

border-color: #F4F5F8;
border-radius: 0 17px 17px 0;

}

/* heading */
.contact-form-head{
  margin-bottom: 16px;
}

.contact-form-head h2{
  margin: 0;
  color: #6a1fa3;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
}

/* form */
.contact-ebill-form{
  max-width: 100%;
}

.form-field{
  margin-bottom: 12px;
}

.form-field label{
  display: block;
  margin-bottom: 6px;
  color: #2f3650;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
  text-align: right;
}

.form-field input,
.form-field textarea,
.country-select{
  width: 100%;
  border: 1px solid #e7e7eb;
  background: #ffffff;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.form-field input,
.form-field textarea{
  padding: 11px 14px;
  color: #3f4558;
  font-size: 13px;
  font-weight: 600;
}

.form-field input::placeholder,
.form-field textarea::placeholder{
  color: #b1b2b9;
  font-weight: 500;
}

.form-field textarea{
  resize: vertical;
  min-height: 96px;
}

.form-field input:focus,
.form-field textarea:focus,
.country-select:focus-within{
  border-color: #caa4ea;
  box-shadow: 0 0 0 3px rgba(151, 86, 208, 0.08);
}

/* phone */
.phone-field-wrap{
  display: grid;
  grid-template-columns: 1fr 180px ;
  gap: 10px;
}

input::placeholder {
  text-align: right;
}

.country-select{
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-inline: 10px 34px;
}

.country-select select{
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 11px 0;
  color: #8c8e96;
  font-size: 12px;
  font-weight: 600;
  appearance: none;
  cursor: pointer;
}

.country-select::after{
  content: "⌄";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-52%);
  color: #9a9ba2;
  font-size: 12px;
  pointer-events: none;
}

.country-flag{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

/* button */
.contact-form-action{
  margin-top: 8px;
}

.contact-submit-btn{
  min-width: 104px;
  min-height: 30px;
  border: 0;
  border-radius: 4px;
  background: #6c16a3;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  box-shadow: 0 6px 16px rgba(108,22,163,0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-submit-btn:hover{
  background: #5d1090;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(108,22,163,0.28);
}

/* info panel */
.contact-info-title{
  margin: 0 0 18px;
  color: #6b1ea4;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  border-bottom: 1px solid #F4F5F8;
  padding-bottom: 30px;

}

.contact-info-block:not(:last-child){
    border-bottom: 1px solid #F4F5F8;
  padding-bottom: 30px;
}

.contact-info-title span{
  display: inline-block;
}

.contact-info-block + .contact-info-block{
  margin-top: 24px;
}

.contact-info-block h3{
  margin: 0 0 8px;
  color: #2f3650;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.contact-info-block p{
  margin: 0;
  color: #9799a3;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 100;
}

.contact-info-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li{
  position: relative;
  /* padding-right: 18px; */
  color: #9799a3;
  font-size: 13px;
  line-height: 1.95;
  font-weight: 100;
}



.contact-info-list li i{
      width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c7a7ff;
    color: #651FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    font-size: 11px;
}

/* decorations */
.contact-rings{
  position: absolute;
  z-index: 1;
}

/* .contact-rings::before,
.contact-rings::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
} */

/* .contact-rings::before{ inset: 8px; }
.contact-rings::after{ inset: 16px; } */

.contact-rings-left{
  width: 96px;
  height: 96px;
  top: -80px;
  left: 0px;
}

.contact-rings-right-top{
  width: 120px;
  height: 120px;
  top: -60px;
  right: -24px;
}
.contact-rings-right-top img{

    width: 280px;
    height: 280px;
    /* filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(4027%) hue-rotate(286deg) brightness(83%) contrast(120%); */
    }

.contact-rings-left img{

    width: 180px;
    height: 180px;
    /* filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(4027%) hue-rotate(286deg) brightness(83%) contrast(120%); */
  }

.contact-rings-right-bottom{
  width: 88px;
  height: 88px;
  bottom: -18px;
  right: 140px;
}



/* responsive */
@media (max-width: 991.98px){
  .contact-form-section{
    padding: 22px 0 28px;
  }

  .contact-info-panel{
    border-inline-start: 0;
    border-top: 1px solid rgba(0,0,0,0.04);
  }

  .phone-field-wrap{
    grid-template-columns: 1fr;
  }

  .contact-form-panel,
  .contact-info-panel{
    padding: 18px 14px;
  }

  .contact-form-head h2{
    font-size: 24px;
  }

  .contact-info-title{
    font-size: 22px;
  }
}

@media (max-width: 575.98px){
  .contact-form-wrapper{
    border-radius: 10px;
  }

  .contact-form-head h2{
    font-size: 20px;
  }

  .form-field label{
    font-size: 12px;
  }

  .form-field input,
  .form-field textarea,
  .country-select select{
    font-size: 12px;
  }

  .contact-submit-btn{
    min-width: 120px;
    min-height: 36px;
    font-size: 12px;
  }

  .contact-info-title{
    font-size: 20px;
  }

  .contact-info-block h3{
    font-size: 13px;
  }

  .contact-info-block p,
  .contact-info-list li{
    font-size: 11px;
  }

  .contact-rings-left{
    width: 72px;
    height: 72px;
    left: -24px;
  }

  .contact-rings-right-top{
    width: 90px;
    height: 90px;
    right: -18px;
  }

  .contact-rings-right-bottom{
    width: 66px;
    height: 66px;
    right: 90px;
  }
}
.contact-submit-btn i {
    font-size: 13px;
    line-height: 1;
}























/* =========================================================
   PRICING SECTION
========================================================= */
.pricing-section{
  position: relative;
  background: #fff;
  padding: 28px 0 42px;
  overflow: hidden;
  isolation: isolate;
}

.pricing-wrapper{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.pricing-heading{
  margin-bottom: 26px;
}

.pricing-title{
  margin: 0;
  color: #243454;
  font-size:26px;
  line-height: 1.45;
  font-weight: 800;
}

.pricing-line{
  display: block;
  width: 245px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* cards */
.pricing-cards-row{
  position: relative;
  z-index: 2;
}

.pricing-card{
  height: 100%;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.75s ease;
}

.pricing-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(93, 21, 145, 0.10);
}

.pricing-card-featured{
  background: #efa90b;
  color: #fff;
  box-shadow: 0 16px 34px rgba(239,169,11,0.28);
}

.pricing-card-inner{
  padding: 54px 28px 54px;
  text-align: center;
  min-height: 100%;
}

.pricing-card-title{
  margin: 0 0 22px;
  color: #151515;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
}

.pricing-card-featured .pricing-card-title{
  color: #fff;
}

.pricing-card-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  min-height: 28px;
  padding: 8px 18px;
  border-radius: 6px;
  background: #e3e2f4;
  color: #9a60cc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    box-shadow 0.25s ease;
}

.pricing-card-btn:hover{
  transform: translateY(-2px);
  opacity: 0.92;
}

.pricing-card-btn-light{
  background: #ffffff;
  color: #d09000;
}

.pricing-features{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.pricing-features li{
  position: relative;
  padding-right: 22px;
  color: #9b9ca4;
  font-size: 14px;
  line-height: 2;
  
}

/* .pricing-features li::before{
  content: "✓";
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #efe7ff;
  color: #7f46dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
} */

.pricing-features li i{
width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c7a7ff;
    color: #651FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    font-size: 11px;
}

.pricing-card-featured .pricing-features li i{
    background: #fff;

}

.pricing-card-featured .pricing-features li{
  color: rgba(255,255,255,0.96);
}

.pricing-card-featured .pricing-features li::before{
  background: #ffffff;
  color: #efa90b;
}

/* decorations */
.pricing-rings{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
  pointer-events: none;
  z-index: 0;
}

.pricing-rings::before,
.pricing-rings::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
}

.pricing-rings::before{ inset: 8px; }
.pricing-rings::after{ inset: 16px; }

.pricing-rings-left{
  width: 130px;
  height: 130px;
  top: -12px;
  left: -34px;
}

.pricing-blob{
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.pricing-blob-right{
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #ECECFE;
  right: 100px;
  top: 120px;
}


/* responsive */
@media (max-width: 991.98px){
  .pricing-section{
    padding: 24px 0 34px;
  }

  .pricing-heading{
    margin-bottom: 20px;
  }

  .pricing-title{
    font-size: 30px;
  }

  .pricing-line{
    width: 180px;
    margin-top: 10px;
  }

  .pricing-card-inner{
    padding: 24px 20px 20px;
  }

  .pricing-card-title{
    font-size: 30px;
    margin-bottom: 18px;
  }

  .pricing-features li{
    font-size: 13px;
    line-height: 1.9;
  }

  .pricing-blob-right{
    width: 250px;
    height: 250px;
    right: -60px;
    top: 180px;
  }
}

@media (max-width: 575.98px){
  .pricing-section{
    padding: 22px 0 28px;
  }

  .pricing-title{
    font-size: 24px;
    line-height: 1.55;
  }

  .pricing-line{
    width: 130px;
    height: 2px;
    margin-top: 8px;
  }

  .pricing-card{
    border-radius: 18px;
  }

  .pricing-card-inner{
    padding: 20px 16px 18px;
  }

  .pricing-card-title{
    font-size: 24px;
    margin-bottom: 16px;
  }

  .pricing-card-btn{
    width: 135px;
    font-size: 13px;
    margin-bottom: 18px;
  }

  .pricing-features li{
    font-size: 12px;
    line-height: 1.85;
    padding-right: 20px;
  }

  .pricing-features li::before{
    width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .pricing-rings-left{
    width: 96px;
    height: 96px;
    left: -24px;
  }

  .pricing-blob-right{
    width: 180px;
    height: 180px;
    right: -40px;
    top: 220px;
  }
}





















/* =========================================================
   SUBSCRIPTION FORM SECTION
========================================================= */
.subscription-form-section{
  background: #fff;
  padding: 20px 0 34px;
}

.subscription-form-wrapper{
  max-width: 1120px;
  margin: 0 auto;
}

/* top buttons */
.subscription-top-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 26px;
}

.subscription-top-btn{
  min-width: 110px;
  min-height: 26px;
  padding: 8px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.subscription-top-btn:hover{
  transform: translateY(-2px);
}

.subscription-top-btn-filled{
  background: #6b15a3;
  color: #fff;
  border: 1px solid #6b15a3;
  box-shadow: 0 8px 18px rgba(107,21,163,0.18);
}

.subscription-top-btn-filled:hover{
  color: #fff;
  background: #5d1090;
  border-color: #5d1090;
}

.subscription-top-btn-outline{
  background: transparent;
  color: #2c3d62;
  border: 1px solid #2c3d62;
}

.subscription-top-btn-outline:hover{
  color: #2c3d62;
  background: rgba(44,61,98,0.05);
}

/* heading */
.subscription-heading{
  margin-bottom: 22px;
}

.subscription-title{
  margin: 0;
  color: #243454;
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1.4;
  font-weight: 800;
}

/* form fields */
.subscription-field label{
  display: block;
  margin-bottom: 10px;
  color: #2d3e63;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
}

.subscription-field input{
  width: 100%;
  height: 42px;
  border: 1px solid #ececf1;
  border-radius: 5px;
  background: #f7f7f9;
  padding: 10px 14px;
  color: #3c4458;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.subscription-field input::placeholder{
  color: #b5b5bc;
  font-weight: 500;
}

.subscription-field input:focus{
  border-color: #cca9eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(151, 86, 208, 0.08);
}

/* action */
.subscription-action{
  margin-top: 22px;
}

.subscription-submit-btn{
  min-width: 98px;
  min-height: 32px;
  border: 0;
  border-radius: 4px;
  background: #6b15a3;
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 8px 18px rgba(107,21,163,0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.subscription-submit-btn:hover{
  background: #5d1090;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(107,21,163,0.26);
}

.subscription-submit-btn i{
  font-size: 13px;
  line-height: 1;
}



/* responsive */
@media (max-width: 991.98px){
  .subscription-form-section{
    padding: 20px 0 30px;
  }

  .subscription-top-actions{
    gap: 18px;
    margin-bottom: 22px;
  }

  .subscription-title{
    font-size: 30px;
  }

  .subscription-field label{
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px){
  .subscription-top-actions{
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
  }

  .subscription-top-btn{
    width: 100%;
    max-width: 220px;
  }

  .subscription-title{
    font-size: 24px;
  }

  .subscription-field label{
    font-size: 14px;
  }

  .subscription-field input{
    height: 40px;
    font-size: 12px;
  }

  .subscription-action{
    margin-top: 18px;
  }

  .subscription-submit-btn{
    min-width: 120px;
    min-height: 38px;
    font-size: 12px;
  }
}





































/* =========================================================
   AGENTS SECTION
========================================================= */
.agents-section{
  position: relative;
  background: #fff;
  padding: 54px 0 54px;
  overflow: hidden;
  isolation: isolate;
}

.agents-wrapper{
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.agents-heading{
  margin-bottom: 20px;
}

.agents-title{
  margin: 0;
  color: #22345a;
  font-size: 26px;
  line-height: 1.65;
  font-weight: 800;
}

.agents-line{
  display: block;
  width: 242px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* cards */
.agents-row{
  margin-top: 8px;
}

.agent-card{
  text-align: center;
  transition:
    transform 0.3s ease,
    opacity 0.75s ease;
}

.agent-card:hover{
  transform: translateY(-4px);
}

.agent-logo-circle{
  width: 240px;
  height: 240px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #dbdbdf;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.agent-card:hover .agent-logo-circle{
  box-shadow: 0 12px 24px rgba(76, 31, 127, 0.10);
  transform: scale(1.03);
}

.agent-logo-circle img{
  width: 74%;
  height: 74%;
  object-fit: contain;
  display: block;
}

.agent-logo-circle-dark{
  background: radial-gradient(circle at 30% 30%, #0c37be 0%, #00113a 58%, #000b22 100%);
  border-color: transparent;
}

.agent-name{
  margin: 0 0 4px;
  color: #2a2f4d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.agent-email{
  display: inline-block;
  margin-bottom: 4px;
  color: #8e70be;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.agent-email:hover{
  opacity: 0.82;
}

.agent-country{
  margin: 0;
  color: #efab17;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

/* decorations */
.agents-rings{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
  pointer-events: none;
  z-index: 0;
}

.agents-rings::before,
.agents-rings::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
}

.agents-rings::before{ inset: 8px; }
.agents-rings::after{ inset: 16px; }

.agents-rings-left{
  width: 92px;
  height: 92px;
  top: -12px;
  left: -20px;
}

.agents-rings-right{
  width: 122px;
  height: 122px;
  top: -10px;
  right: -18px;
}



/* responsive */
@media (max-width: 991.98px){
  .agents-section{
    padding: 24px 0 30px;
  }

  .agents-heading{
    margin-bottom: 18px;
  }

  .agents-title{
    font-size: 30px;
    line-height: 1.55;
  }

  .agents-line{
    width: 180px;
  }

  .agent-logo-circle{
    width: 136px;
    height: 136px;
  }
}

@media (max-width: 575.98px){
  .agents-section{
    padding: 22px 0 26px;
  }

  .agents-title{
    font-size: 24px;
    line-height: 1.6;
  }

  .agents-line{
    width: 130px;
    margin-top: 8px;
  }

  .agent-logo-circle{
    width: 122px;
    height: 122px;
    margin-bottom: 12px;
  }

  .agent-name{
    font-size: 14px;
  }

  .agent-email{
    font-size: 11px;
  }

  .agent-country{
    font-size: 12px;
  }

  .agents-rings-left{
    width: 72px;
    height: 72px;
    left: -18px;
  }

  .agents-rings-right{
    width: 92px;
    height: 92px;
    right: -16px;
  }
}
















@media (max-width: 991.98px){
  .hero-navbar{
    border-radius:26px;
    padding:14px 16px;
  }

  .navbar-collapse{
    margin-top:14px;
  }

  .hero-navbar .navbar-nav{
    gap:8px;
    align-items:flex-start !important;
    margin:12px 0 16px;
  }

  .hero-navbar .nav-link{
    width:100%;
    padding:10px 0;
    font-size:16px;
    font-weight:800;
  }

  .nav-actions{
    width:100%;
    min-width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:8px;
  }

  .lang-switch{
    flex:1 1 auto;
    min-width:0;
    width:auto;
    height:56px;
    padding:6px 14px 6px 6px;
  }

  .lang-flag{
    width:44px;
    height:44px;
    flex-basis:44px;
  }

  .lang-label{
    font-size:15px;
    text-align:center;
  }

  .lang-chevron{
    flex-basis:18px;
    font-size:18px;
  }

  .search-btn{
    width:42px;
    height:42px;
    flex:0 0 42px;
  }
}

@media (max-width: 575.98px){
  .nav-actions{
    gap:8px;
  }

  .lang-switch{
    height:52px;
    padding:5px 12px 5px 5px;
  }

  .lang-flag{
    width:40px;
    height:40px;
    flex-basis:40px;
  }

  .lang-label{
    font-size:14px;
  }

  .lang-chevron{
    font-size:16px;
  }

  .search-btn{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
}


.hero-section,
.inner-hero-section {
  position: relative;
  z-index: 50;
}

.hero-top-layer,
.inner-hero-top-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.hero-navbar {
  position: relative;
  z-index: 2001;
}

.navbar-collapse {
  position: relative;
  z-index: 2002;
}



























/* =========================================================
   PRIVACY POLICY SECTION
========================================================= */
.privacy-policy-section{
  position: relative;
  background: #fff;
  padding: 34px 0 42px;
  overflow: hidden;
  isolation: isolate;
}

.privacy-policy-wrapper{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.privacy-policy-heading{
  max-width: 860px;
  margin: 0 auto 26px;
}

.privacy-policy-title{
  margin: 0 0 10px;
  color: #243454;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 800;
}

.privacy-policy-subtitle{
  margin: 0;
  color: #7b7d88;
  font-size: 18px;
  line-height: 1.95;
  font-weight: 700;
}

.privacy-policy-line{
  display: block;
  width: 180px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* main card */
.privacy-policy-card{
  background: linear-gradient(180deg, #f6f5fb 0%, #efedf7 100%);
  border: 1px solid rgba(118, 95, 167, 0.08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(66, 28, 106, 0.08);
  position: relative;
  overflow: hidden;
}

.privacy-policy-card::before{
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(169, 149, 238, 0.08);
  pointer-events: none;
}

.privacy-policy-card::after{
  content: "";
  position: absolute;
  bottom: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(239, 178, 40, 0.06);
  pointer-events: none;
}

/* content */
.privacy-policy-content{
  position: relative;
  z-index: 2;
}

.privacy-block{
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(122, 103, 169, 0.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.privacy-block + .privacy-block{
  margin-top: 14px;
}

.privacy-block:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(96, 38, 151, 0.07);
}

.privacy-block h3{
  margin: 0 0 8px;
  color: #6b19a2;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.privacy-block p{
  margin: 0;
  color: #70727d;
  font-size: 15px;
  line-height: 2;
}

/* side */
.privacy-policy-side{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.privacy-side-card,
.privacy-side-note,
.privacy-contact-box{
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  border: 1px solid rgba(118, 95, 167, 0.08);
}

.privacy-side-card h3,
.privacy-contact-box h4{
  margin: 0 0 10px;
  color: #243454;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.privacy-side-card ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-side-card li{
  position: relative;
  padding-right: 18px;
  color: #7d7f88;
  font-size: 13px;
  line-height: 1.95;
  font-weight: 700;
}

.privacy-side-card li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b36cf2;
  box-shadow: 0 0 0 3px rgba(179,108,242,0.12);
}

.privacy-side-note{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.privacy-note-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7a1eb5, #5f1496);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(107,21,163,0.24);
}

.privacy-note-content h4{
  margin: 0 0 6px;
  color: #243454;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.privacy-note-content p,
.privacy-contact-box p{
  margin: 0;
  color: #80828b;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 700;
}

.privacy-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-width: 130px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 12px;
  background: #6b15a3;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(107,21,163,0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.privacy-contact-btn:hover{
  background: #5c1090;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(107,21,163,0.24);
}

/* decorations */
.privacy-shape{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
  pointer-events: none;
  z-index: 0;
}

.privacy-shape::before,
.privacy-shape::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
}

.privacy-shape::before{ inset: 8px; }
.privacy-shape::after{ inset: 16px; }

.privacy-shape-left{
  width: 108px;
  height: 108px;
  top: 10px;
  left: -28px;
}

.privacy-shape-right{
  width: 130px;
  height: 130px;
  top: -10px;
  right: -24px;
}

.privacy-plus{
  position: absolute;
  top: 64px;
  left: 70px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.privacy-plus::before,
.privacy-plus::after{
  content: "";
  position: absolute;
  background: #d0b0dd;
  border-radius: 999px;
}

.privacy-plus::before{
  width: 2px;
  height: 24px;
  left: 11px;
  top: 0;
}

.privacy-plus::after{
  width: 24px;
  height: 2px;
  left: 0;
  top: 11px;
}

.privacy-zigzag{
  position: absolute;
  bottom: 34px;
  left: 38px;
  width: 54px;
  height: 14px;
  z-index: 1;
}

.privacy-zigzag::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #ceb1df 6px 8px, transparent 8px 100%) 0 0 / 12px 14px repeat-x;
}



/* responsive */
@media (max-width: 991.98px){
  .privacy-policy-section{
    padding: 28px 0 34px;
  }

  .privacy-policy-card{
    padding: 20px;
    border-radius: 22px;
  }

  .privacy-policy-heading{
    margin-bottom: 22px;
  }

  .privacy-policy-title{
    font-size: 32px;
  }

  .privacy-policy-subtitle{
    font-size: 15px;
  }

  .privacy-policy-side{
    margin-top: 4px;
  }
}

@media (max-width: 575.98px){
  .privacy-policy-section{
    padding: 24px 0 28px;
  }

  .privacy-policy-title{
    font-size: 24px;
    line-height: 1.5;
  }

  .privacy-policy-subtitle{
    font-size: 14px;
    line-height: 1.9;
  }

  .privacy-policy-line{
    width: 120px;
    margin-top: 10px;
  }

  .privacy-policy-card{
    padding: 14px;
    border-radius: 18px;
  }

  .privacy-block{
    padding: 14px;
    border-radius: 14px;
  }

  .privacy-block h3{
    font-size: 17px;
  }

  .privacy-block p{
    font-size: 13px;
    line-height: 1.9;
  }

  .privacy-side-card,
  .privacy-side-note,
  .privacy-contact-box{
    border-radius: 16px;
    padding: 14px;
  }

  .privacy-plus{
    left: 18px;
    top: 44px;
    transform: scale(0.85);
  }

  .privacy-zigzag{
    left: 12px;
    bottom: 18px;
    transform: scale(0.85);
  }

  .privacy-shape-left{
    width: 76px;
    height: 76px;
    left: -18px;
  }

  .privacy-shape-right{
    width: 94px;
    height: 94px;
    right: -18px;
  }
}



















/* =========================================================
   TERMS OF USE SECTION
========================================================= */
.terms-use-section{
  position: relative;
  background: #fff;
  padding: 34px 0 42px;
  overflow: hidden;
  isolation: isolate;
}

.terms-use-wrapper{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.terms-use-heading{
  max-width: 860px;
  margin: 0 auto 26px;
}

.terms-use-title{
  margin: 0 0 10px;
  color: #243454;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 800;
}

.terms-use-subtitle{
  margin: 0;
  color: #7b7d88;
  line-height: 1.95;
   font-size: 18px;
  font-weight: 700;
}

.terms-use-line{
  display: block;
  width: 180px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* main card */
.terms-use-card{
  background: linear-gradient(180deg, #f6f5fb 0%, #efedf7 100%);
  border: 1px solid rgba(118, 95, 167, 0.08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(66, 28, 106, 0.08);
  position: relative;
  overflow: hidden;
}

.terms-use-card::before{
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(169, 149, 238, 0.08);
  pointer-events: none;
}

.terms-use-card::after{
  content: "";
  position: absolute;
  bottom: -90px;
  left: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(239, 178, 40, 0.06);
  pointer-events: none;
}

/* content */
.terms-use-content{
  position: relative;
  z-index: 2;
}

.terms-block{
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(122, 103, 169, 0.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.terms-block + .terms-block{
  margin-top: 14px;
}

.terms-block:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(96, 38, 151, 0.07);
}

.terms-block h3{
  margin: 0 0 8px;
  color: #6b19a2;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.terms-block p{
  margin: 0;
  color: #70727d;
  font-size: 15px;
  line-height: 2;
}

/* side */
.terms-use-side{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.terms-side-card,
.terms-side-note,
.terms-contact-box{
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  border: 1px solid rgba(118, 95, 167, 0.08);
}

.terms-side-card h3,
.terms-contact-box h4{
  margin: 0 0 10px;
  color: #243454;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.terms-side-card ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.terms-side-card li{
  position: relative;
  padding-right: 18px;
  color: #7d7f88;
  font-size: 13px;
  line-height: 1.95;
  font-weight: 700;
}

.terms-side-card li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b36cf2;
  box-shadow: 0 0 0 3px rgba(179,108,242,0.12);
}

.terms-side-note{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.terms-note-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7a1eb5, #5f1496);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(107,21,163,0.24);
}

.terms-note-content h4{
  margin: 0 0 6px;
  color: #243454;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.terms-note-content p,
.terms-contact-box p{
  margin: 0;
  color: #80828b;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 700;
}

.terms-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-width: 130px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 12px;
  background: #6b15a3;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(107,21,163,0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.terms-contact-btn:hover{
  background: #5c1090;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(107,21,163,0.24);
}

/* decorations */
.terms-shape{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
  pointer-events: none;
  z-index: 0;
}

.terms-shape::before,
.terms-shape::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
}

.terms-shape::before{ inset: 8px; }
.terms-shape::after{ inset: 16px; }

.terms-shape-left{
  width: 108px;
  height: 108px;
  top: 10px;
  left: -28px;
}

.terms-shape-right{
  width: 130px;
  height: 130px;
  top: -10px;
  right: -24px;
}

.terms-plus{
  position: absolute;
  top: 64px;
  right: 70px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.terms-plus::before,
.terms-plus::after{
  content: "";
  position: absolute;
  background: #d0b0dd;
  border-radius: 999px;
}

.terms-plus::before{
  width: 2px;
  height: 24px;
  left: 11px;
  top: 0;
}

.terms-plus::after{
  width: 24px;
  height: 2px;
  left: 0;
  top: 11px;
}

.terms-zigzag{
  position: absolute;
  bottom: 34px;
  right: 38px;
  width: 54px;
  height: 14px;
  z-index: 1;
}

.terms-zigzag::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #ceb1df 6px 8px, transparent 8px 100%) 0 0 / 12px 14px repeat-x;
}



/* responsive */
@media (max-width: 991.98px){
  .terms-use-section{
    padding: 28px 0 34px;
  }

  .terms-use-card{
    padding: 20px;
    border-radius: 22px;
  }

  .terms-use-heading{
    margin-bottom: 22px;
  }

  .terms-use-title{
    font-size: 32px;
  }

  .terms-use-subtitle{
    font-size: 15px;
  }

  .terms-use-side{
    margin-top: 4px;
  }
}

@media (max-width: 575.98px){
  .terms-use-section{
    padding: 24px 0 28px;
  }

  .terms-use-title{
    font-size: 24px;
    line-height: 1.5;
  }

  .terms-use-subtitle{
    font-size: 14px;
    line-height: 1.9;
  }

  .terms-use-line{
    width: 120px;
    margin-top: 10px;
  }

  .terms-use-card{
    padding: 14px;
    border-radius: 18px;
  }

  .terms-block{
    padding: 14px;
    border-radius: 14px;
  }

  .terms-block h3{
    font-size: 17px;
  }

  .terms-block p{
    font-size: 13px;
    line-height: 1.9;
  }

  .terms-side-card,
  .terms-side-note,
  .terms-contact-box{
    border-radius: 16px;
    padding: 14px;
  }

  .terms-plus{
    right: 18px;
    top: 44px;
    transform: scale(0.85);
  }

  .terms-zigzag{
    right: 12px;
    bottom: 18px;
    transform: scale(0.85);
  }

  .terms-shape-left{
    width: 76px;
    height: 76px;
    left: -18px;
  }

  .terms-shape-right{
    width: 94px;
    height: 94px;
    right: -18px;
  }
}
























/* =========================================================
   ABOUT SYSTEM SECTION
========================================================= */
.about-system-section{
  position: relative;
  background: #fff;
  padding: 34px 0 42px;
  overflow: hidden;
  isolation: isolate;
}

.about-system-wrapper{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.about-system-heading{
  max-width: 900px;
  margin: 0 auto 26px;
}

.about-system-title{
  margin: 0 0 10px;
  color: #243454;
  font-size: clamp(30px, 2.5vw, 52px);
  line-height: 1.45;
  font-weight: 800;
}

.about-system-subtitle{
  margin: 0;
  color: #7b7d88;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.95;
  font-weight: 700;
}

.about-system-line{
  display: block;
  width: 180px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* main card */
.about-system-card{
  background: linear-gradient(180deg, #f6f5fb 0%, #efedf7 100%);
  border: 1px solid rgba(118, 95, 167, 0.08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(66, 28, 106, 0.08);
  position: relative;
  overflow: hidden;
}

.about-system-card::before{
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(169, 149, 238, 0.08);
  pointer-events: none;
}

.about-system-card::after{
  content: "";
  position: absolute;
  bottom: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(239, 178, 40, 0.06);
  pointer-events: none;
}

/* content */
.about-system-content{
  position: relative;
  z-index: 2;
}

.about-block{
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(122, 103, 169, 0.08);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.about-block + .about-block{
  margin-top: 14px;
}

.about-block:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(96, 38, 151, 0.07);
}

.about-block h3{
  margin: 0 0 8px;
  color: #6b19a2;
  font-size: clamp(20px, 1.35vw, 26px);
  line-height: 1.5;
  font-weight: 800;
}

.about-block p{
  margin: 0;
  color: #70727d;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.about-block-accent{
  background: linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(245,238,255,0.92) 100%);
  border-color: rgba(124, 95, 188, 0.14);
}

/* feature grid */
.about-feature-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  margin: 16px 0;
}

.about-feature-card{
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 16px;
  border: 1px solid rgba(118, 95, 167, 0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.about-feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(104, 23, 160, 0.08);
}

.about-feature-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(180deg, #7a1eb5, #5f1496);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(107,21,163,0.20);
}

.about-feature-card h4{
  margin: 0 0 6px;
  color: #243454;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
}

.about-feature-card p{
  margin: 0;
  color: #80828b;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 700;
}

/* side */
.about-system-side{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-side-card,
.about-side-note,
.about-contact-box{
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  border: 1px solid rgba(118, 95, 167, 0.08);
}

.about-side-card h3,
.about-contact-box h4{
  margin: 0 0 10px;
  color: #243454;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.about-side-card ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-side-card li{
  position: relative;
  padding-right: 18px;
  color: #7d7f88;
  font-size: 13px;
  line-height: 1.95;
  font-weight: 700;
}

.about-side-card li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b36cf2;
  box-shadow: 0 0 0 3px rgba(179,108,242,0.12);
}

.about-side-note{
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.about-note-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7a1eb5, #5f1496);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(107,21,163,0.24);
}

.about-note-content h4{
  margin: 0 0 6px;
  color: #243454;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.about-note-content p,
.about-contact-box p{
  margin: 0;
  color: #80828b;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 700;
}

.about-contact-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-width: 130px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 12px;
  background: #6b15a3;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(107,21,163,0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.about-contact-btn:hover{
  background: #5c1090;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(107,21,163,0.24);
}

/* decorations */
.about-shape{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
  pointer-events: none;
  z-index: 0;
}

.about-shape::before,
.about-shape::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
}

.about-shape::before{ inset: 8px; }
.about-shape::after{ inset: 16px; }

.about-shape-left{
  width: 108px;
  height: 108px;
  top: 10px;
  left: -28px;
}

.about-shape-right{
  width: 130px;
  height: 130px;
  top: -10px;
  right: -24px;
}

.about-plus{
  position: absolute;
  top: 64px;
  left: 70px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.about-plus::before,
.about-plus::after{
  content: "";
  position: absolute;
  background: #d0b0dd;
  border-radius: 999px;
}

.about-plus::before{
  width: 2px;
  height: 24px;
  left: 11px;
  top: 0;
}

.about-plus::after{
  width: 24px;
  height: 2px;
  left: 0;
  top: 11px;
}

.about-zigzag{
  position: absolute;
  bottom: 34px;
  left: 38px;
  width: 54px;
  height: 14px;
  z-index: 1;
}

.about-zigzag::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(-45deg, transparent 0 6px, #ceb1df 6px 8px, transparent 8px 100%) 0 0 / 12px 14px repeat-x;
}

/* reveal */


/* responsive */
@media (max-width: 991.98px){
  .about-system-section{
    padding: 28px 0 34px;
  }

  .about-system-card{
    padding: 20px;
    border-radius: 22px;
  }

  .about-system-heading{
    margin-bottom: 22px;
  }

  .about-system-title{
    font-size: 32px;
  }

  .about-system-subtitle{
    font-size: 15px;
  }

  .about-feature-grid{
    grid-template-columns: 1fr 1fr;
  }

  .about-system-side{
    margin-top: 4px;
  }
}

@media (max-width: 575.98px){
  .about-system-section{
    padding: 24px 0 28px;
  }

  .about-system-title{
    font-size: 24px;
    line-height: 1.5;
  }

  .about-system-subtitle{
    font-size: 14px;
    line-height: 1.9;
  }

  .about-system-line{
    width: 120px;
    margin-top: 10px;
  }

  .about-system-card{
    padding: 14px;
    border-radius: 18px;
  }

  .about-block{
    padding: 14px;
    border-radius: 14px;
  }

  .about-block h3{
    font-size: 17px;
  }

  .about-block p{
    font-size: 13px;
    line-height: 1.9;
  }

  .about-feature-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 14px 0;
  }

  .about-feature-card{
    border-radius: 14px;
    padding: 14px;
  }

  .about-side-card,
  .about-side-note,
  .about-contact-box{
    border-radius: 16px;
    padding: 14px;
  }

  .about-plus{
    left: 18px;
    top: 44px;
    transform: scale(0.85);
  }

  .about-zigzag{
    left: 12px;
    bottom: 18px;
    transform: scale(0.85);
  }

  .about-shape-left{
    width: 76px;
    height: 76px;
    left: -18px;
  }

  .about-shape-right{
    width: 94px;
    height: 94px;
    right: -18px;
  }
}




.lang-dropdown{
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}




.lang-dropdown.open .lang-chevron{
  transform: rotate(180deg);
}

/* menu */
.lang-menu{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(120,120,140,.14);
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity .25s ease,
    visibility .25s ease,
    transform .25s ease;
  z-index: 5000;
}

.lang-dropdown.open .lang-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option{
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  text-align: right;
}

.lang-option:hover{
  background: rgba(107,21,163,.08);
}

.lang-option.active{
  background: rgba(107,21,163,.10);
}

.lang-option-flag{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 34px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

.lang-option-flag img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.lang-option-label{
  color:#1f2230;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
}

/* nav actions */
.nav-actions{
  min-width: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* search */
.search-btn{
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:transparent;
  color:rgba(255,255,255,.95);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  flex:0 0 38px;
}

/* mobile */
@media (max-width: 991.98px){
  .nav-actions{
    width:100%;
    min-width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:8px;
  }

  .lang-dropdown{
    flex:1 1 auto;
    min-width:0;
  }

  .lang-switch{
    height:56px;
    padding:6px 14px 6px 6px;
  }

  .lang-flag{
    width:44px;
    height:44px;
    flex-basis:44px;
  }

  .lang-label{
    font-size:15px;
  }

  .lang-chevron{
    flex-basis:18px;
    font-size:18px;
  }

  .lang-menu{
    border-radius: 18px;
    padding: 8px;
  }

  .lang-option{
    padding: 9px 10px;
    border-radius: 12px;
  }

  .lang-option-flag{
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .lang-option-label{
    font-size: 14px;
  }

  .search-btn{
    width:42px;
    height:42px;
    flex:0 0 42px;
  }
}

@media (max-width: 575.98px){
  .nav-actions{
    gap:8px;
  }

  .lang-switch{
    height:52px;
    padding:5px 12px 5px 5px;
  }

  .lang-flag{
    width:30px;
    height:30px;
    flex-basis:30px;
  }

  .lang-label{
    font-size:14px;
  }

  .lang-chevron{
    font-size:16px;
  }

  .search-btn{
    width:40px;
    height:40px;
    flex-basis:40px;
  }
}
























/* =========================================================
   WORKFLOW FEATURES SECTION
========================================================= */
.workflow-features-section{
  position: relative;
  background: #fff;
  padding: 24px 0 34px;
  overflow: hidden;
  isolation: isolate;
}

.workflow-features-wrapper{
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 2;
}

/* heading */
.workflow-heading{
  margin-bottom: 18px;
}

.workflow-title{
  margin: 0;
  color: #243454;
  font-size: clamp(26px, 2vw, 42px);
  line-height: 1.6;
  font-weight: 800;
}

.workflow-line{
  display: block;
  width: 150px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #efb228;
}

/* grid */
.workflow-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.workflow-card{
  position: relative;
  border-radius: 16px;
  padding: 52px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.75s ease;
}

.workflow-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(96, 38, 151, 0.09);
}

.workflow-card-wide{
  grid-column: 1 / -1;
}

.workflow-card-blue{
  background: #ECECFE;
}

.workflow-card-purple{
  background: #E0F7FA;
}

.workflow-card-pink{
  background: #FFE4E6;
}

.workflow-card-white{
  background: #FFF7ED;
}

.workflow-card-beige{
  background: #F7F7F7;
}

.workflow-card-icon{
  position: absolute;
  top: 53px;
  right: 55px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d3c4ff;
  color: #6d22a7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 6px 14px rgba(109, 34, 167, 0.12);
}

.workflow-card-icon img{

    width: 28px;
    height: 28px;
   
}

.workflow-card-title{
    margin: 0 60px 16px 0;
    color: #6c18a3;
    font-size:18px;
    line-height: 2.5;
    font-weight: 800;
}

.workflow-card-text{
     margin: 0;
    color: #787983;
    font-size: 16px;
    text-align: justify;
    line-height: 33px;
}

/* decorations */
.workflow-rings{
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
  pointer-events: none;
  z-index: 0;
}

.workflow-rings::before,
.workflow-rings::after{
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(190,190,190,0.18);
}

.workflow-rings::before{ inset: 8px; }
.workflow-rings::after{ inset: 16px; }

.workflow-rings-left{
  width: 96px;
  height: 96px;
  top: -8px;
  left: -24px;
}

.workflow-rings-right{
  width: 116px;
  height: 116px;
  top: -10px;
  right: -18px;
}

/* reveal */
.reveal-up{
  opacity: 0;
  transform: translateY(22px);
}

.reveal-up.is-visible{
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

/* responsive */
@media (max-width: 991.98px){
  .workflow-features-section{
    padding: 22px 0 30px;
  }

  .workflow-title{
    font-size: 30px;
    line-height: 1.55;
  }

  .workflow-grid{
    gap: 12px;
  }

  .workflow-card{
    padding: 16px 16px 14px;
  }

  .workflow-card-title{
    font-size: 18px;
  }

  .workflow-card-text{
    font-size: 13px;
  }
}

@media (max-width: 767.98px){
  .workflow-grid{
    grid-template-columns: 1fr;
  }

  .workflow-card-wide{
    grid-column: auto;
  }
}

@media (max-width: 575.98px){
  .workflow-features-section{
    padding: 20px 0 26px;
  }

  .workflow-title{
    font-size: 24px;
    line-height: 1.6;
  }

  .workflow-line{
    width: 120px;
    margin-top: 8px;
  }

  .workflow-card{
    border-radius: 14px;
    padding: 14px 14px 12px;
  }

  .workflow-card-icon{
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .workflow-card-title{
    margin-right: 30px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .workflow-card-text{
    font-size: 12px;
    line-height: 1.85;
  }

  .workflow-rings-left{
    width: 74px;
    height: 74px;
    left: -18px;
  }

  .workflow-rings-right{
    width: 88px;
    height: 88px;
    right: -16px;
  }
}


















/* =========================================================
   MAIN FEATURES SECTION
========================================================= */
.main-features-section{
  background: #fff;
  padding: 54px 0 54px;
}

.main-features-wrapper{
  max-width: 1200px;
  margin: 0 auto;
}

/* heading */
.main-features-heading{
  margin-bottom: 18px;
}

.main-features-title{
  margin: 0;
  color: #243454;
  font-size: clamp(23px, 1vw, 46px);
  line-height: 1.4;
  font-weight: 800;
}

/* grid */
.main-features-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 14px;
}

.main-feature-card{
  position: relative;
  min-height: 86px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 10px 22px rgba(0,0,0,0.1);



  padding: 18px 48px 18px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.75s ease;
}

.main-feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(96, 38, 151, 0.10);
}

.main-feature-icon{
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b493ff;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 6px 14px rgba(108, 66, 199, 0.18);
  flex: 0 0 22px;
}

.main-feature-text{
  margin: 0;
  color: #243454;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
  text-align: right;
  width: 100%;
}

/* reveal */
.reveal-up{
  opacity: 0;
  transform: translateY(22px);
}

.reveal-up.is-visible{
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

/* responsive */
@media (max-width: 1199.98px){
  .main-features-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px){
  .main-features-section{
    padding: 24px 0 30px;
  }

  .main-features-title{
    font-size: 32px;
  }

  .main-features-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .main-feature-card{
    min-height: 82px;
    padding: 16px 44px 16px 16px;
  }

  .main-feature-text{
    font-size: 15px;
  }
}

@media (max-width: 575.98px){
  .main-features-section{
    padding: 22px 0 26px;
  }

  .main-features-title{
    font-size: 26px;
  }

  .main-features-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .main-feature-card{
    min-height: 76px;
    border-radius: 12px;
    padding: 14px 42px 14px 14px;
  }

  .main-feature-icon{
    right: 14px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .main-feature-text{
    font-size: 14px;
    line-height: 1.6;
  }
}


.subscription-field select {
    width: 100%;
    height: 42px;
    border: 1px solid #ececf1;
    border-radius: 5px;
    background: #f7f7f9;
    padding: 10px 14px;
    color: #3c4458;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

@media (min-width: 1750px) {
    .slide-row{
        min-height: 80vh;
    }
    .hero-navbar {
        padding: 10px 30px;
    }
}

/* ══════════════════════════════
       PAYMENT CONTENT SECTION
    ══════════════════════════════ */
.payment-section {
  background: #fff;
  padding: 48px 0 40px;
}

.payment-intro {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
  color: #22345a;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
}

/* card */
.invoice-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 18px;
  padding: 32px 28px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.invoice-label {
  display: block;
  text-align: right;
  color: #2d3e63;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
}

.invoice-input-wrap {
  position: relative;
  margin-bottom: 18px;
}

.invoice-input {
  width: 100%;
  height: 52px;
  border: 1px solid #dddde5;
  border-radius: 10px;
  background: #f8f8fb;
  padding: 10px 18px;
  color: #3c4458;
  font-size: 15px;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  outline: none;
  text-align: right;
  transition: border-color .25s, box-shadow .25s, background .25s;
}

.invoice-input::placeholder {
  color: #b1b2b9;
  font-weight: 500;
}

.invoice-input:focus {
  border-color: #c9a4eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(151, 86, 208, .08);
}

.search-invoice-btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 10px;
  background: #6e169b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: "Cairo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(110, 22, 155, .22);
  transition: background .3s, transform .3s, box-shadow .3s;
}

.search-invoice-btn:hover {
  background: #5a1280;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(110, 22, 155, .30);
}

.search-invoice-btn i {
  font-size: 17px;
}

/* ══════════════════════════════
       SAFETY SECTION
    ══════════════════════════════ */
.safety-section {
  background: #fafafa;
  padding: 36px 0 40px;
  border-top: 1px solid #f0f0f4;
}

.safety-title {
  text-align: right;
  color: #22345a;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}

.safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 100%;
}

.safety-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #3d4463;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.safety-check {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #6e169b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(110, 22, 155, .20);
}

/* ══════════════════════════════
       SIMPLE FOOTER
    ══════════════════════════════ */
.payment-footer {
  background: #2a0b3f;
  padding: 16px 0;
}

.payment-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.payment-footer-note {
  color: rgba(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  flex: 1;
}


.payment-footer-copy {
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.payment-footer-credit {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
@media(max-width:991.98px) {
  .hero-navbar {
    border-radius: 26px;
    padding: 14px 16px;
  }

  .navbar-collapse {
    margin-top: 14px;
  }

  .hero-navbar .navbar-nav {
    gap: 8px;
    align-items: flex-start !important;
    margin: 12px 0;
  }

  .nav-actions {
    justify-content: flex-start;
  }

  .inner-hero-row {
    padding-top: 120px;
  }

  .h-dot-1 {
    left: 80px;
    top: 58%;
  }

  .h-dot-2 {
    left: 72px;
    top: 32%;
  }
}

@media(max-width:575.98px) {
  .hero-navbar {
    width: 100%;
    border-radius: 22px;
  }

  .hero-title-block .main-title {
    font-size: 24px;
  }

  .hero-title-block .sub-title {
    font-size: 30px;
  }

  .pay-logo-circle {
    width: 64px;
    height: 64px;
  }

  .pay-logo-text {
    font-size: 17px;
  }

  .invoice-card {
    padding: 24px 16px 20px;
  }

  .payment-footer-inner {
    flex-direction: column;
    text-align: center;
  }
  .pay-logo{text-align:center;}
}


    /* ══════════════════════════════
       INVOICE RESULT CARD
    ══════════════════════════════ */
    .result-wrap{
      max-width:520px;
      margin:24px auto 0;
      display:none;         /* hidden by default */
      opacity:0;
      transform:translateY(16px);
      transition:opacity .4s ease, transform .4s ease;
    }
    .result-wrap.show{
      display:block;
    }
    .result-wrap.visible{
      opacity:1;
      transform:translateY(0);
    }
 
    .result-card{
      background:#fff;
      border:1px solid #e8e8ef;
      border-radius:18px;
      padding:28px 28px 24px;
      box-shadow:0 12px 32px rgba(0,0,0,0.08);
      position:relative;
    }
 
    /* close button */
    .result-close{
      position:absolute;
      top:16px;
      left:16px;
      width:32px; height:32px;
      border-radius:50%;
      border:none;
      background:#f2e8fa;
      color:#6e169b;
      font-size:16px;
      font-weight:800;
      display:flex; align-items:center; justify-content:center;
      cursor:pointer;
      line-height:1;
      transition:background .25s, color .25s;
    }
    .result-close:hover{
      background:#6e169b;
      color:#fff;
    }
 
    /* title */
    .result-title{
      text-align:right;
      color:#22345a;
      font-size:20px;
      font-weight:800;
      margin:0 0 22px;
      padding-left:40px; /* space for close btn */
    }
 
    /* divider */
    .result-divider{
      border:none;
      border-top:1px solid #f0f0f6;
      margin:0 0 16px;
    }
 
    /* rows table */
    .result-table{
      width:100%;
      border-collapse:collapse;
    }
    .result-table tr td{
      padding:9px 4px;
      font-size:15px;
      font-weight:700;
      vertical-align:middle;
      border-bottom:1px solid #f5f5f9;
    }
    .result-table tr:last-child td{
      border-bottom:none;
    }
    .result-table .r-label{
      color:#22345a;
      text-align:right;
      white-space:nowrap;
      padding-right:0;
      width:44%;
    }
    .result-table .r-value{
      color:#6b7280;
      text-align:left;
      font-weight:600;
      padding-left:0;
    }
 
    /* status badge */
    .status-badge{
      display:inline-block;
      padding:4px 14px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      line-height:1.5;
    }
    .status-unpaid{
      background:#fde8e8;
      color:#c0392b;
    }
    .status-paid{
      background:#e6f9f0;
      color:#1a7f4a;
    }
 
    /* pay button */
    .pay-now-btn{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      width:100%;
      height:52px;
      margin-top:22px;
      border:0;
      border-radius:12px;
      background:linear-gradient(90deg,#6e169b 0%,#9b27c8 100%);
      color:#fff;
      font-size:16px;
      font-weight:800;
      font-family:"Cairo",sans-serif;
      cursor:pointer;
      box-shadow:0 10px 24px rgba(110,22,155,.25);
      transition:filter .3s, transform .3s, box-shadow .3s;
      text-decoration:none;
    }
    .pay-now-btn:hover{
      filter:brightness(1.08);
      transform:translateY(-2px);
      box-shadow:0 14px 30px rgba(110,22,155,.32);
      color:#fff;
    }
    .pay-now-btn img{
      height:22px; width:auto; display:inline-block;
      filter:brightness(0) invert(1);
    }
 
    /* loading spinner inside search btn */
    .search-invoice-btn .spinner{
      display:none;
      width:18px; height:18px;
      border:2px solid rgba(255,255,255,.4);
      border-top-color:#fff;
      border-radius:50%;
      animation:spin .7s linear infinite;
    }
    .search-invoice-btn.loading .spinner{ display:block; }
    .search-invoice-btn.loading .btn-text,
    .search-invoice-btn.loading .btn-icon{ display:none; }
 
    @keyframes spin{ to{ transform:rotate(360deg); } }