@charset "UTF-8";
/* for font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
/* ---------------------------
   FONT
--------------------------- */
@font-face {
  font-family: "MyFont";
  src: url(/assets/TTF/ClashGrotesk-Variable-5887a1dfcdff2a54cdb47ef0165656e735e60d50e6182a655f12978d2f0dd12d.ttf) format("truetype"), url(/assets/OTF/ClashGrotesk-Regular-0d314eca15d9c38f6e9fc24eb60676ce09241eef0884a44fdfa3030cd03ef783.otf) format("opentype");
  font-weight: normal;
  font-style: normal; }
:root {
  --koni-gap: 1px;
  --koni-visible: 5;
  /* default desktop */
  --font-primary: "MyFont", Clash Grotesk;
  --font-secondary: "Clash Grotesk", sans-serif; }

@media (max-width: 1024px) {
  :root {
    --koni-visible: 4; } }
/* tablet landscape */
@media (max-width: 900px) {
  :root {
    --koni-visible: 3; } }
/* tablet/mobile */
@media (max-width: 600px) {
  :root {
    --koni-visible: 3; } }
/* mobile */
@media (max-width: 400px) {
  :root {
    --koni-visible: 3; } }
.main-logo img {
  width: 180px;
  height: auto; }

.navbar-toggler {
  border: none; }

nav a {
  text-decoration: none;
  color: black; }

/* MAIN MEGA DROPDOWN */
.mega-dropdown {
  width: 80vw;
  max-width: 900px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 40px 50px !important; }

/* Force perfect alignment */
.nav-item.dropdown .mega-dropdown {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 122% !important; }

/* SMALL DROPDOWN */
.small-dropdown {
  width: 240px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transform: translateX(-32%);
  padding: 30px !important; }

.fornw-bg {
  background: linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%);
  color: #fff;
  border-color: #10b981; }

/* Hover works now */
.fornw-bg:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  color: #fff;
  border-color: #10b981; }

.rounded-pill-2 {
  text-decoration: none;
  background: linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%);
  display: flex;
  width: 286px;
  height: 66px;
  padding: 17px 37px 18px 37px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 113px;
  font-family: var(--font-primary);
  font-size: 23.335px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.rounded-pill-2:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px); }

/* POINTER ARROW */
.mega-dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 12px 12px 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.15)); }

.small-dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 12px 12px 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.15)); }

/* TEXT ITEMS */
.feature-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  color: #2a2a3b;
  margin-bottom: 10px;
  font-size: 15px; }

/* DIVIDER */
.divider {
  height: 1px;
  background-color: #d8dbe7;
  margin-bottom: 15px;
  margin-top: 15px; }

/* RESPONSIVE FIXES */
@media (max-width: 991px) {
  /* mobile dropdown position reset */
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    box-shadow: none !important;
    padding: 15px !important;
    border-radius: 10px; }

  .mega-dropdown,
  .small-dropdown {
    max-width: 100%; }

  .mega-dropdown::before,
  .small-dropdown::before {
    display: none; }

  .main-logo img {
    width: 150px; } }
.start-text {
  color: #1f2431;
  font-family: var(--font-primary);
  font-size: 44.641px;
  font-style: normal;
  font-weight: 400;
  line-height: 54.284px;
  /* 121.601% */
  letter-spacing: -0.446px; }

.green-text {
  font-family: var(--font-primary);
  font-size: 59.521px;
  font-style: normal;
  font-weight: 500;
  line-height: 66.2px;
  /* 111.221% */
  letter-spacing: -0.595px;
  text-transform: capitalize; }

.hero_text {
  color: #1f2431;
  font-family: var(--font-primary);
  font-size: 22.32px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 33.034px */ }

.text-success {
  background: var(--Linear, linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-coach {
  background: linear-gradient(92deg, #2fa124 35.27%, #10b981 90.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: -0.48px;
  text-transform: capitalize; }

/* ---------------------------
   SECTION BACKGROUND
--------------------------- */
.box-image {
  background-image: url(/assets/pages/home/Vector-fd6ff68d5c8a784bbef1e6c3179deed729810ab518921d25ee52c65277b46fff.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* ---------------------------
   RIGHT IMAGE CARD
--------------------------- */
.right-card {
  border-radius: 20px; }

.main-hero-img {
  width: 100%;
  transition: transform 0.3s ease !important; }

.main-img {
  transition: transform 0.3s ease !important; }

.main-hero-img:hover {
  transform: scale(1.1) !important; }

/* ---------------------------
   BADGE BOXES (position items)
--------------------------- */
.badge-box,
.perf-box,
.attend-box,
.fees-box {
  background: #fff;
  border-radius: 12px; }

.badge-box {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px; }

.perf-box {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 10px; }

.attend-box {
  position: absolute;
  bottom: 20px;
  left: 12px;
  padding: 10px 14px; }

.fees-box {
  position: absolute;
  bottom: 20px;
  right: 12px;
  padding: 10px;
  text-align: center; }

.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease; }

.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease; }

.animate-out {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease; }

.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease; }

/* ---------------------------
   MOBILE RESPONSIVE FIXES
--------------------------- */
@media (max-width: 992px) {
  .start-text {
    font-size: 1.8rem;
    text-align: center; }

  .green-text {
    text-align: center;
    font-size: 2rem; }

  .box-image {
    background-size: contain;
    background-position: top; }

  .right-card {
    max-width: 320px;
    margin-top: 20px; }

  .main-hero-img,
  .main-img {
    width: 100%; }

  .badge-box,
  .perf-box,
  .attend-box,
  .fees-box {
    display: none;
    /* hide small floating boxes on mobile */ } }
/* MAIN WRAPPER */
.pay-wrapper {
  margin: 120px; }

/* LEFT PAYMENT BOX */
.pay-box,
.qr-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  height: 100%; }

.pay-box-body,
.qr-box-body {
  padding: 30px; }

/* LOGO */
.pay-logo {
  margin: 16px;
  max-width: 180px; }

/* SECTION */
.pay-section {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eee; }

.pay-section-header {
  font-family: var(--font-primary);
  background-color: #6fc44f;
  color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600; }

.pay-section-body {
  padding: 25px; }

.pay-label {
  font-family: var(--font-primary); }

/* LABELS */
.pay-label span,
.pay-required {
  color: red; }

/* INPUT */
.pay-input {
  width: 100%;
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px; }

.pay-input:focus {
  outline: none;
  border-color: #6fc44f;
  box-shadow: 0 0 0 2px rgba(111, 196, 79, 0.2); }

/* BUTTON */
.pay-btn {
  background: #6fc44f;
  color: #fff;
  padding: 10px 32px;
  border-radius: 6px;
  border: none;
  font-size: 15px; }

.pay-btn:hover {
  background: #4cae4c; }

/* QR IMAGE */
.qr-image {
  max-width: 300px;
  width: 100%; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .pay-wrapper {
    margin: 20px; }

  .qr-box {
    margin-top: 20px; } }
@media (max-width: 576px) {
  .pay-section-body {
    padding: 20px; }

  .pay-box-body,
  .qr-box-body {
    padding: 20px; } }
/* Swiper images */
.logo-img {
  width: 140px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease; }

/* Hover effect (optional) */
.logo-img:hover {
  transform: scale(1.08); }

/* Main Swiper styling */
.swiper {
  width: 100%;
  padding: 20px 0; }

/* Mobile scaling for logos */
/* why do section  */
.text-box-container {
  color: #1f2431;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  /* 127.083% */
  letter-spacing: -0.48px;
  text-transform: capitalize; }

.color-bg {
  background: #eaf3fc; }

.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  height: 151px;
  width: 528px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

/* Make each box smaller */
.col-custom {
  max-width: 400px;
  /* small width */ }

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); }

.feature-icon {
  width: clamp(3rem, 8vw, 6rem);
  height: clamp(3rem, 8vw, 6rem);
  background: #edf6ff;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center; }

.feature-title {
  color: #2fa124;
  font-size: 30px;
  font-family: var(--font-primary);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 61px;
  word-wrap: break-word;
  text-align: left;
  background: var(--Linear, linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.feature-text {
  color: #2b2b2bff;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.5px;
  /* 152.083% */
  letter-spacing: -0.24px;
  text-transform: capitalize;
  text-align: left; }

/* Mobile view: image below text */
/* blue container */
.men-image {
  background-image: url(/assets/pages/home/blue-box-e58de7ed9f249aa44c70aee002691e0fb53dde7894de820ff20ff7e29eda705d.png);
  background-size: cover;
  background-position: center;
  height: 350px; }

/* Wrapper */
.cp-banner-section {
  width: 100%; }

/* Banner Box with Background Image */
.cp-banner-box {
  background-image: url(/assets/pages/home/blue-box-e58de7ed9f249aa44c70aee002691e0fb53dde7894de820ff20ff7e29eda705d.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  height: 420px; }

.cp-banner-text {
  padding: 111px 94px; }

/* Title */
.cp-banner-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  text-transform: capitalize; }

.cp-banner-title span {
  background: linear-gradient(108deg, #f9ad1b 44.11%, #ffecc9 103.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize; }

.rounded-pill-3 {
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  text-decoration: none;
  padding: 16px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%);
  margin-top: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.rounded-pill-3:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px); }

/* Button */
.cp-banner-btn:hover {
  color: #fff; }

.divider-show {
  display: none; }

/* ------------ RESPONSIVE ------------ */
@media (max-width: 991px) {
  .cp-banner-title {
    font-size: 30px; } }
.banner-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3; }

.highlight {
  color: #ffc107; }

/* 3. The Green Button */
.btn-custom {
  background-color: #00c853;
  color: white;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  display: inline-block; }

.btn-custom:hover {
  background-color: #009624;
  color: white; }

/* Responsive fix for mobile */
@media (max-width: 768px) {
  .text-content h1 {
    margin-top: -55px;
    text-align: unset;
    font-size: 12px; }

  .men-image {
    background-size: cover;
    background-position: center;
    height: 165px !important; }

  .btn-custom {
    background-color: #00c853;
    color: white;
    border-radius: 42px;
    padding: 6px 9px;
    font-weight: 500;
    font-size: 10px; }

  .divider-show {
    display: block; } }
.hero-section {
  font-family: var(--font-primary); }

/* lets replace */
.replace {
  font-family: var(--font-primary); }

.replace-right img {
  width: -webkit-fill-available; }

.heading-main {
  text-align: center;
  font-family: var(--font-primary);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  /* 127.083% */
  letter-spacing: -0.48px;
  text-transform: capitalize; }

.heading-main span.green {
  background: var(--Linear, linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: -0.48px;
  text-transform: capitalize; }

.green {
  background: var(--Linear, linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 139%; }

.feature-btn {
  color: #201f4e;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 139%;
  /* 23.63px */
  text-transform: capitalize; }

.text-replace h5 {
  color: #000;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 139%;
  /* 33.36px */ }

.feature-btn.active {
  border-color: #00c36d;
  color: #00c36d;
  box-shadow: 0px 0px 10px rgba(0, 195, 109, 0.3); }

.payment-card {
  border-radius: 20px;
  padding: 18px 22px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  width: 220px;
  text-align: center;
  border: 2px solid #f7c6c6; }

.payment-card h3 {
  color: #e2414f;
  font-size: 28px;
  margin: 0;
  font-weight: 600; }

.table-box {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }

.badge-paid {
  background: #eaffea;
  padding: 10px 18px;
  color: #00c36d;
  border-radius: 16px;
  font-weight: 600;
  font-size: 20px; }

.learn-btn {
  display: inline-flex;
  padding: 11px 27px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 113px;
  background: linear-gradient(87deg, #22b05b 29.12%, #75d69c 106.65%);
  border: none;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 26.48px */
  text-transform: capitalize; }

.feature-btn {
  border: 1px solid #e5e5e5;
  padding: 12px 35px;
  border-radius: 13px;
  background: #fff;
  font-size: 17px;
  margin: 8px;
  transition: 0.3s;
  color: #444; }

.feature-btn:hover {
  border-color: #00c36d;
  box-shadow: 0px 0px 10px rgba(0, 195, 109, 0.3);
  cursor: pointer; }

/* ============================
   RESPONSIVE DESIGN
============================ */
/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .heading-main {
    font-size: 32px; }

  .payment-card {
    width: 200px;
    padding: 14px 18px; }

  .table-box {
    padding: 16px; } }
/* Mobile Landscape / Small Tablets (≤ 768px) */
@media (max-width: 768px) {
  /* Feature buttons full width */
  .feature-btn {
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 10px 18px; }

  .heading-main {
    font-size: 28px;
    line-height: 1.3; }

  .payment-card {
    position: relative !important;
    margin: 20px auto;
    transform: none !important;
    right: 0;
    top: 0; }

  .table-box {
    margin-top: 20px; }

  .badge-paid {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    width: fit-content;
    padding: 8px 12px; } }
/* Mobile (≤ 576px) */
/* trusted by */
.trusted-section {
  background-image: url(/assets/pages/home/full-6595f2e3dc9e9755e1da1cc299d4f003c4d6196d8c57063cec5eaeb34adbaf84.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  position: relative;
  color: white;
  height: 638px;
  width: 100%; }

.trusted-title {
  font-size: 26px;
  font-weight: 600; }

.trusted-number {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(84deg, #ffe082, #ffc107);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.trusted-label {
  margin-top: -8px;
  font-size: 30px;
  opacity: 0.9; }

/* Text styling */
.trusted-number {
  font-size: 65px;
  font-weight: 700; }

.gradient-text {
  background: linear-gradient(99deg, #f9ad1b 2.36%, #ffecc9 100.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.trusted-text {
  font-size: 18px;
  opacity: 0.9;
  margin-top: -10px; }

.stats-row {
  margin-top: 154px; }

/* OPTIONAL: White arrow at bottom (like your screenshot) */
/* .full-image::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid white;
} */
@media (max-width: 768px) {
  .full-image {
    height: 182px; }

  .trusted-number {
    font-size: 40px; }

  .trusted-text {
    font-size: 9px; }

  .for-display {
    display: block;
    justify-content: space-between; } }
/* trusted by */
/* Trusted By Background Section */
.full-image {
  background-image: url(/assets/pages/home/full-6595f2e3dc9e9755e1da1cc299d4f003c4d6196d8c57063cec5eaeb34adbaf84.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 635px;
  position: relative;
  padding: 40px 0; }

/* Text styling */
.trusted-number {
  font-family: Montserrat;
  font-size: 101.851px;
  font-style: normal;
  font-weight: 600;
  line-height: 129.282px;
  /* 126.933% */
  letter-spacing: -1.019px;
  text-transform: capitalize;
  background: linear-gradient(108deg, #f9ad1b 44.11%, #ffecc9 103.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.trusted-text {
  font-family: Montserrat;
  font-size: 27.16px;
  font-style: normal;
  font-weight: 600;
  line-height: 67.335px;
  /* 247.917% */
  letter-spacing: -0.272px;
  text-transform: capitalize;
  background: linear-gradient(84deg, #e9e8ff 3.04%, #f5f4ff 90.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 768px) {
  .full-image {
    height: 182px; }

  .trusted-number {
    font-size: 41px; }

  .trusted-text {
    font-size: 9px; }

  .for-display {
    display: block;
    justify-content: space-between; }

  .comm-para {
    font-size: 16px !important; } }
/* community */
/* Container spacing */
.comm-para {
  color: #000;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */ }

.for-ariv {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.4%;
  /* 26.144px */
  text-transform: capitalize; }

.for-headd {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.4%;
  /* 32.68px */
  text-transform: capitalize; }

.heading-text {
  color: #1f2431;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  /* 127.083% */
  letter-spacing: -0.48px;
  text-transform: capitalize; }

section {
  overflow: hidden; }

/* Left image responsive */
.community-img {
  width: 100%;
  display: block;
  padding-top: 70px; }

/* Icon circle */
.icon-circle {
  width: 60px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.icon-circle img {
  width: 100%;
  height: auto; }

/* footer */
.footer-icons {
  display: flex;
  gap: 12px; }

.footer-icons a img {
  height: 20px; }

footer a {
  text-decoration: none; }

.text-footer {
  color: #edf6ff;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 63.552px */ }

footer {
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.india-hero {
  background-image: url(/assets/pages/home/Vectornew-0acb51bfd86d3c36100b096e4c224df3bfb7f05ce1259c4a4b1a5facc111b14a.png), linear-gradient(183deg, #4338ca 0.86%, #262078 51.28%, #010d45 90.56%);
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, center;
  padding: 180px 0;
  position: relative;
  color: white;
  height: 550px;
  font-family: var(--font-primary); }

@media (max-width: 768px) {
  .trusted-section {
    color: white;
    height: 400px;
    padding: 0px;
    width: 100%; }

  .trusted-number {
    line-height: 32px; }

  .india-hero {
    background-size: 100%, cover;
    /* Bigger for mobile */
    background-position: bottom center, center;
    padding-top: 20px;
    padding-bottom: 60px; }

  .new-try {
    text-align: center;
    width: 100%; }

  .india-hero h1 {
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
    line-height: 1.3; }

  .india-hero {
    height: 400px; } }
@media (min-width: 1550px) {
  .india-hero {
    height: 620px; }

  .trusted-section {
    height: 650px; } }
@media (min-width: 1700px) {
  .india-hero {
    height: 650px; }

  .trusted-section {
    height: 750px; } }
@media (min-width: 1800px) {
  .india-hero {
    height: 680px; }

  .trusted-section {
    height: 750px; } }
@media (min-width: 1900px) {
  .india-hero {
    height: 700px; }

  .trusted-section {
    height: 800px; } }
@media (min-width: 2000px) {
  .india-hero {
    height: 750px; }

  .trusted-section {
    height: 850px; } }
@media (min-width: 2100px) {
  .india-hero {
    height: 800px; }

  .trusted-section {
    height: 950px; } }
@media (min-width: 2200px) {
  .india-hero {
    height: 850px; }

  .trusted-section {
    height: 1000px; } }
.footer-text h1 {
  color: #edf6ff;
  font-family: "Clash Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 63.552px */ }

.button-footer {
  background-color: #6366f1;
  color: white; }

.button-footer:hover {
  background-color: white;
  color: #6366f1; }

/* Demo Button */
.footer-btn {
  text-decoration: none;
  display: flex;
  width: 325px;
  height: 66px;
  /* padding: 17px 56px 18px 57px; */
  justify-content: center;
  align-items: center;
  border-radius: 113px;
  background: linear-gradient(87deg, #22b05b 29.12%, #75d69c 106.65%);
  color: #fff;
  font-family: var(--font-primary);
  font-size: 23.335px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 30.895px */
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.footer-btn:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px); }

.demo-btn {
  background: linear-gradient(87deg, #22b05b 29.12%, #75d69c 106.65%);
  color: white;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600; }

.demo-btn:hover {
  background-color: #22c25f; }

/* ========= FOOTER ========= */
.footer-section {
  background: #010d45;
  font-size: 14px; }

.footer-section p {
  margin-bottom: 8px;
  opacity: 0.8;
  cursor: pointer; }

.footer-section p:hover {
  opacity: 1; }

.career-hero-section {
  padding: 60px 0; }

.career-title {
  font-family: var(--font-primary);
  color: #22b05b;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 96.48px */ }

.career-image-box {
  display: flex;
  justify-content: center; }

.career-image-box img {
  width: 85%;
  border-radius: 12px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  transform: rotate(4deg); }

/* JOB CARD */
.job-card-box {
  background: #eaf4ff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 40px;
  font-family: var(--font-primary);
  transition: transform 0.3s ease, box-shadow 0.5s ease; }

.job-card-box:hover {
  transform: translateY(-8px);
  /* little lift */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); }

.job-card-box:hover .job-btn {
  transform: scale(1.08);
  background: linear-gradient(87deg, #22b05b 29.12%, #75d69c 106.65%) !important; }

.job-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 53.6px */ }

.job-meta {
  color: #656565;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 24.12px */ }

.job-badge {
  color: #000;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 24.12px */
  padding: 6px 15px;
  border-radius: 20px;
  border: 1px solid green;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block; }

.job-desc {
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  /* 32.8px */ }

.job-btn {
  transition: transform 0.3s ease, background 0.6s ease;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 26.8px */
  text-transform: capitalize;
  margin-top: 15px;
  background: #1f8c3c;
  border-radius: 25px;
  padding: 8px 25px;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.job-btn:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px);
  color: white; }

@media (max-width: 768px) {
  .career-title {
    font-size: 28.8px;
    line-height: 37.44px; } }
/* Main card style */
/* Testimonial Card */
.testi-card-box {
  font-family: var(--font-primary);
  background: #f6f6f7;
  border-radius: 16px;
  padding: 25px;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Keeps user section at bottom */ }

.testi-card-box:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); }

/* Testimonial Text */
/* User Section */
.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px; }

.testi-user-img {
  width: 68px;
  height: 68px;
  border-radius: 50%; }

/* Responsive */
@media (max-width: 767px) {
  .testi-card-box {
    padding: 20px; } }
/*  */
/* Section title */
.wc-title {
  font-family: var(--font-primary);
  color: #22b05b;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 64.32px */
  text-transform: capitalize; }

/* Work Culture Card */
.wc-card {
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  background: #f6f6f7;
  font-family: var(--font-primary); }

/* Text card title */
.wc-card-title {
  color: #010d45;
  font-family: var(--font-primary);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 53.6px */ }

/* Text paragraph */
.wc-card-text {
  color: #656565;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  /* 29.52px */ }

/* Image Style */
.wc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px; }

/* Responsive */
@media (max-width: 767px) {
  .wc-img {
    height: 380px; } }
/* Job Detail Section */
.job-detail-section {
  background: #ffffff;
  font-family: var(--font-primary); }

.job-meta-item {
  color: #555;
  font-size: 14px; }

/* Block Title */
.job-block-title {
  color: #101828;
  font-family: var(--font-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 34.84px */ }

/* List */
.job-list {
  padding-left: 20px; }

.job-list li {
  color: #656565;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  /* 35.6px */ }

/* Apply Button */
.job-apply-btn {
  background: #20c063;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  color: #fff;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 32.16px */
  text-transform: capitalize; }

.job-apply-btn:hover {
  background: #18a653; }

/*  */
/* pricing page css */
.accordion {
  --bs-accordion-bg: transparent !important;
  background: transparent !important; }

.app-heading-green {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; }

.app-heading-green-h2 {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin-top: 60px; }

.app-accordion-item {
  border-color: #999999;
  padding-top: 20px;
  padding-bottom: 20px; }

.app-accordion-button {
  color: #000;
  font-weight: 500;
  background-color: transparent;
  padding: 0;
  box-shadow: none !important;
  border: none; }

.app-accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent; }

/* Icon replacement for Accordion */
.app-accordion-button:not(.collapsed)::after,
.app-accordion-button.collapsed::after {
  background-image: url(/assets/pages/pricing/plus-7cc5e278152a9052c662851fab47402a4d994aef7f61e4d9585ca1ad123777e3.svg);
  font-size: 1.2rem;
  color: #a0a0a0;
  transform: rotate(0deg); }

.app-accordion-button:not(.collapsed)::after {
  background-image: url(/assets/pages/pricing/minus-5b1e33c45d00a7b1cce33d06dfd73d11e10486c7ecfa5afc7b3dd96d68df6832.svg); }

.app-accordion-body {
  padding: 10px 0 0 0;
  color: var(--Gray-500, #1e1e1e);
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */ }

.signup-button {
  background-color: white !important;
  border: 1px solid #10b981;
  color: #10b981;
  font-weight: 600; }

.signup-button:hover {
  background: linear-gradient(263deg, #2fa124 10.92%, #10b981 52.81%);
  color: #fff;
  border-color: #10b981; }

.accordion-faq .accordion-item {
  background-color: white !important;
  padding: 10px !important;
  border: 1px solid #f7f7f7 !important; }

.app-faq-accordion {
  background-color: transparent; }

/* --- Right Section (Features & Button) Styles --- */
.app-right-box {
  background-color: #f6f6f7;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }

.app-right-box h4 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 40.32px */ }

.app-list-separator {
  border-top: 2px solid #999999;
  width: 100%; }

.accordion-text {
  color: var(--Gray-900, #101828);
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */ }

.app-feature-list {
  color: #333; }

.app-feature-list li {
  padding-left: 1.8rem;
  line-height: 2.2rem;
  position: relative;
  color: #101828;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 46px */ }

.app-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 20px;
  /* icon width */
  height: 20px;
  /* icon height */
  background-image: url(/assets/pages/pricing/right-3e72f5c9dc6d8b0c26e61ad575eb861a386ba785b20d74f27b2b04e38f9a9dfd.svg);
  /* <-- add your image */
  background-size: contain;
  background-repeat: no-repeat; }

.app-signup-btn {
  background-color: #49c47e;
  border-color: #49c47e;
  color: #fff;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.app-signup-btn:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px);
  color: white; }

.accordion {
  background-color: transparent !important; }

.pricing_page {
  font-family: var(--font-primary); }

/*  */
/* team update page css */
/* Team Section */
.team-section {
  font-family: var(--font-primary); }

.team-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 96.48px */ }

.new-fonts {
  color: #000;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 64.32px */
  text-transform: capitalize; }

.sat-col {
  padding: 0; }

.side-images .side-img {
  width: 200px;
  border-radius: 6px; }

/* Team Cards */
.team-card {
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 25px; }

.team-photo {
  width: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease; }

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12); }

.team-card:hover .linkedin-icon i {
  color: #0a66c2;
  transform: scale(1.1); }

.start-padding {
  margin-top: 108px; }

/* Name */
.team-card h6 {
  color: #000;
  font-family: var(--font-primary);
  text-align: center;
  font-size: 22.452px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 30.085px */
  text-transform: capitalize; }

/* LinkedIn Icon */
.linkedin-icon i {
  font-size: 26px;
  margin-top: 5px;
  color: #444;
  transition: 0.3s; }

.linkedin-icon i:hover {
  color: #0a66c2; }

.for-flex {
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
  /* vertical */
  text-align: center; }

/* Responsive Fix */
@media (max-width: 768px) {
  .team-title {
    text-align: center;
    font-size: 32px; }

  .side-images {
    margin-top: 20px;
    display: flex;
    justify-content: center; }

  .team-photo {
    height: auto; } }
/*  */
/* tesimonials page css */
.section-title {
  color: #22b05b;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */
  margin-bottom: 40px; }

.logo-box {
  padding: 0px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s; }

.logo-box:hover {
  transform: translateY(-5px); }

.logo-img {
  max-height: 74px;
  object-fit: contain;
  width: 100%; }

.testimonial-box {
  padding: 0px 20px 25px 40px;
  border-left: 2px solid grey;
  margin-top: 40px; }

.testimonial-box-2 {
  padding: 40px;
  border-top: 2px solid grey;
  border-left: 2px solid grey; }

@media (max-width: 992px) {
  .testimonial-box {
    padding: 0px 7px 25px 20px; }

  .testimonial-box-2 {
    padding: 20px 7px 25px 20px; }

  .side-images .side-img {
    height: 173px; } }
.quote-icon {
  font-size: 90px;
  color: #1e9c6b;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 10px; }

.testimonial-text {
  color: #000;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  /* 31.2px */
  margin-bottom: 20px;
  text-align: left; }

.author-img {
  height: 81px;
  width: 81px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e9c6b;
  font-size: 28px; }

.author-name {
  font-weight: 600;
  font-size: 18px; }

/*  */
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f9fc;
  border-radius: 18px;
  padding: 28px;
  transition: 0.3s;
  height: 100%; }

.testimonial-card-2 {
  background: #f7f9fc;
  border-radius: 18px;
  padding: 28px;
  transition: 0.3s;
  height: 100%; }

.testimonial-card:hover {
  transform: translateY(-5px); }

.author-box {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 12px; }

.author-img img {
  height: 81px;
  width: 81px;
  border-radius: 50%;
  background: #e1f2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #1e9c6b; }

.author-name {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.4%;
  /* 32.68px */
  text-transform: capitalize; }

.author-role {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163.4%;
  /* 26.144px */
  text-transform: capitalize; }

.see-more-btn {
  background: #22b05b;
  color: white;
  padding: 12px 35px;
  font-size: 24px;
  border-radius: 30px;
  border: none;
  transition: 0.3s;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.see-more-btn:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px);
  color: white; }

.tesimonials_page {
  font-family: var(--font-primary); }

.ps {
  position: relative; }

/*  */
/* contact page css */
.form-control {
  width: 74%; }

.contact-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  /* 60.48px */ }

.custom-input {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 5px 0px;
  font-size: 20px;
  font-weight: 400; }

.custom-input:focus {
  border-bottom: 1px solid #19a552;
  box-shadow: none; }

.submit-btn {
  background: linear-gradient(87deg, #22b05b 29.12%, #75d69c 106.65%);
  border: none;
  padding: 12px 0;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.2s ease; }

.submit-btn:hover {
  background: linear-gradient(83deg, #2fa124 10.92%, #10b981 52.81%) !important;
  transform: translateY(-2px);
  color: white; }

/* RIGHT SIDE INFO */
.info-heading {
  color: #201f4e;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; }

.info-item .info-icon {
  font-size: 22px;
  color: #0b165c; }

.submit-btn {
  width: 73%; }

.info-text {
  color: #656565;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; }

.contact-section {
  font-family: var(--font-primary); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .form-control {
    width: 100%; }

  .signup-button {
    margin-top: 10px; }

  .submit-btn {
    width: 46% !important; }

  .trycent {
    text-align: center; }

  .info-heading {
    padding-top: 0px;
    font-size: 17px; } }
/* feature study */
/* Section Background (Optional) */
/* Section */
.info-block-section {
  background: #fff; }

/* Card Background */
.info-block-wrapper {
  background: #eaf4ff;
  border-radius: 24px; }

/* Each item */
.info-item-box {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  border-radius: 25px; }

/* icon wrapper */
.info-icon-wrap {
  overflow: hidden; }

/* HOVER EFFECT */
.info-item-box:hover {
  border-radius: 25px;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); }

/* Icon */
.info-icon-wrap .img-fluid-1 {
  width: 62.229px;
  height: 62.229px; }

.info-icon-wrap .img-fluid-2 {
  width: 72.544px;
  height: 62.994px; }

.info-icon-wrap .img-fluid-3 {
  width: 67.49px;
  height: 62.49px; }

/* Title */
.info-title {
  color: #22b05b;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 31.776px */ }

/* Description */
.info-desc {
  color: #000;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.4%;
  /* 23.832px */ }

/* Mobile */
@media (max-width: 767px) {
  .info-icon-wrap img {
    max-width: 55px; }

  .info-title {
    font-size: 30px; }

  .info-desc {
    font-size: 18px; } }
/* SECTION WRAPPER */
.notes-section {
  padding: 40px 0; }

/* HEADING */
.notes-heading {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 63.552px */
  text-transform: capitalize; }

/* FEATURE ROWS */
.notes-feature-box {
  gap: 20px;
  margin-bottom: 35px;
  align-items: flex-start;
  transition: transform 0.35s ease; }

.notes-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: transform 0.35s ease; }

/* Base state - add transition for smooth effect */
.notes-feature-box .notes-icon img {
  transition: transform 0.3s ease;
  /* smooth scaling */ }

.notes-feature-box .notes-title {
  transition: color 0.3s ease, transform 0.3s ease;
  /* smooth color and movement */ }

.notes-feature-box .notes-text {
  transition: transform 0.3s ease;
  /* smooth movement */ }

/* Hover state */
.notes-feature-box:hover .notes-icon img {
  transform: scale(1.25); }

.notes-feature-box:hover .notes-title {
  color: #169a4b;
  transform: translateY(-2px); }

.notes-feature-box:hover .notes-text {
  transform: translateY(2px); }

.notes-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 31.776px */ }

.notes-text {
  color: #000;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.4%;
  /* 23.832px */ }

/* RIGHT IMAGE BOX */
.notes-right {
  display: flex;
  justify-content: center;
  align-items: center; }

.color-img {
  background-color: #22b05b;
  border-radius: 18px; }

.notes-image-box {
  width: 100%; }

/* BACKGROUND IMAGE CARD (NO STRETCH) */
.notes-card {
  width: 100%;
  background-size: contain;
  /* prevents stretching */
  background-repeat: no-repeat;
  background-position: center; }

.faq-section {
  padding: 80px 0; }

/* LEFT TITLE */
.faq-left {
  padding-right: 30px;
  padding-top: 15px; }

.form-log {
  display: flex;
  width: 436.466px;
  height: 52.67px;
  padding: 16px 10px 16px 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #c0bfbf; }

.form-log :focus {
  border: 1px solid #22b05b !important; }

.login-btn {
  background: #22b05b;
  color: #fff;
  border-radius: 14px;
  height: 60px;
  width: 436.466px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  margin-top: 25px; }

.faq-title {
  color: var(--Gray-900, #101828);
  font-family: var(--font-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px; }

.signup-btn {
  display: flex;
  width: 436px;
  height: 73.539px;
  padding: 24px 96px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--CTA, #10b981);
  border: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.4%;
  /* 26.48px */
  text-transform: capitalize; }

.signup-btn:hover {
  background: #17a548; }

/* images css */
.image_gap {
  margin-top: -27%; }

.image_gap_1 {
  margin-top: 12%;
  margin-left: -14%; }

.image_gap_2 {
  margin-top: -31%;
  margin-left: 10%; }

.image_gap_3 {
  margin-top: -25%; }

.image_gap_4 {
  margin-top: 12%;
  margin-left: -15%; }

.image_gap5 {
  margin-top: 3%; }

/* study image  */
.study1 {
  margin-top: -12%;
  margin-left: 1%; }

.study2 {
  margin-left: -13%;
  margin-top: -10%; }

.study3 {
  margin-top: -8%; }

.manage1 {
  margin-top: -12%;
  margin-left: 4%; }

.manage2 {
  margin-top: 14%; }

.manage3 {
  margin-top: -15%;
  margin-left: 16%; }

.work1 {
  margin-top: -22%; }

.work2 {
  margin-left: -3%; }

.report1 {
  margin-top: -15%;
  margin-left: 10%; }

.report2 {
  margin-left: -4%; }

.report3 {
  margin-top: -16%; }

.report4 {
  margin-top: 14%;
  margin-left: -12%; }

.report5 {
  margin-top: -14%; }

.report6 {
  margin-left: -10%; }

.perform1 {
  margin-top: -20%; }

.perform2 {
  margin-left: -3%; }

.perform3 {
  margin-top: -40%; }

.bio1 {
  margin-top: -21%;
  margin-left: 17%; }

.bio2 {
  margin-left: -10%;
  margin-top: 10%; }

.stu1 {
  margin-top: -20%; }

.stu2 {
  margin-left: -20%; }

.stu3 {
  margin-top: -31%;
  margin-left: 12%; }

.stu4 {
  margin-left: -5%; }

.home1 {
  margin-top: -20%; }

/*  */
@media (max-width: 767px) {
  .notes-section {
    padding: 50px 0; }

  .notes-feature-box {
    margin-bottom: 30px; }

  .notes-right {
    margin-top: 40px; }

  .notes-card {
    padding-top: 0%;
    /* bigger for mobile */ }

  .manage1 {
    margin-top: -22%;
    margin-left: -4%; }

  .manage2 {
    margin-top: -10%; }

  .manage3 {
    margin-top: 4%;
    margin-left: 4%; }

  .study1 {
    margin-top: -12%;
    margin-left: -3%; }

  .study2 {
    margin-left: -8%;
    margin-top: -27%; }

  .work1 {
    margin-top: -27%;
    margin-left: -7%; }

  .work2 {
    margin-left: 2%;
    margin-top: -25%; }

  .bio1 {
    margin-top: -17%;
    margin-left: 1%; }

  .bio2 {
    margin-left: 2%;
    margin-top: -23%; }

  .perform2 {
    margin-left: -3%;
    margin-top: -29%; }

  .perform3 {
    margin-top: -11%;
    margin-left: -1%; }

  .perform_img {
    margin-left: 6%;
    margin-top: -17%; }

  .report1 {
    margin-top: -15%;
    margin-left: -2%; }

  .report2 {
    margin-left: 2%;
    margin-top: -8%; }

  .report3 {
    margin-top: -18%;
    margin-left: -5%; }

  .report4 {
    margin-top: -16%;
    margin-left: -7%; }

  .report5 {
    margin-top: -14%;
    margin-left: -6%; }

  .report6 {
    margin-left: 6%;
    margin-top: -26%; }

  .stu1 {
    margin-top: -22%;
    margin-left: -4%; }

  .stu2 {
    margin-left: -1%;
    margin-top: -26%; }

  .stu3 {
    margin-top: -31%;
    margin-left: 7%; }

  .stu4 {
    margin-left: 5%;
    margin-top: -26%; }

  .image_gap {
    margin-top: -29%;
    margin-left: 6%; }

  .image_gap_1 {
    margin-top: -22%;
    margin-left: -7%; }

  .image_gap_2 {
    margin-top: -31%;
    margin-left: 6%; }

  .image_gap_3 {
    margin-top: -26%;
    margin-left: -8%; }

  .image_gap_4 {
    margin-top: -20%;
    margin-left: -6%; }

  .image_gap5 {
    margin-top: 3%;
    margin-top: -23%; }

  .home1 {
    margin-top: -24%;
    margin-left: 5%; }

  .login-box form {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .form-log {
    width: 300px;
    box-sizing: border-box; }

  .login-btn {
    width: 300px;
    box-sizing: border-box; }

  .signup-btn {
    width: 300px; }

  .signup-wrapper form {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .heading-main span.green {
    font-size: 22px;
    line-height: 30px; }

  .green {
    font-size: 1.8rem; }

  .text-coach {
    font-size: 22px;
    line-height: 30px; }

  .notes-heading {
    font-size: 28.8px;
    line-height: 37.44px;
    text-align: center;
    margin-bottom: 30px; } }
/* about us page */
/* Our Story Heading */
.story-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 96.48px */
  text-transform: capitalize; }

.story-img2 {
  padding-top: 52px; }

@media (max-width: 767px) {
  .story-img {
    width: 100%;
    /* transform: rotate(-4deg); */ } }
/* Right Polaroid Image Style */
.story-img {
  width: 100%;
  /* transform: rotate(-4deg); */ }

.story-img:nth-child(2) {
  transform: rotate(-4deg);
  margin-left: -50px;
  margin-top: 20px; }

/* Stats Bar */
.stats-box {
  border-radius: 24px;
  background: linear-gradient(202deg, #4338ca 1.04%, #262078 62.15%, #010d45 109.76%);
  color: #ffffff;
  padding: 51px 10px;
  margin: 50px 0; }

.stats-item {
  text-align: center; }

/* .stats-icon {
        font-size: 26px;
        margin-bottom: 5px;
        display: block;
    } */
.stats-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 41.997px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 56.275px */ }

.imge-new {
  width: 52.828px;
  /* height: 52.828px; */
  height: 100%; }

.stats-subtitle {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 17.499px;
  font-style: normal;
  font-weight: 500;
  line-height: 164%;
  /* 28.698px */
  text-transform: capitalize; }

/* Vision & Mission Circles */
.circle-container {
  position: relative;
  margin-top: 60px;
  padding-bottom: 48px; }

.circle {
  width: 380px;
  height: 380px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center; }

.circle-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 64.32px */ }

.circle-right img {
  width: 64.964px;
  height: 64.798px; }

.vision-title {
  color: #1e9c6b; }

/* Overlap Handling */
.circle-left {
  margin-right: -30%; }

.circle-right {
  margin-left: -30%; }

@media (max-width: 768px) {
  .circle {
    width: 300px;
    height: 300px;
    padding: 20px; }

  .circle-left,
  .circle-right {
    margin: 0 auto; } }
/* Section background */
.values-section {
  background: #eaf3fc; }

/* Icons */
.value-icon {
  font-size: 32px;
  color: #0b1673; }

/* Text beside icon */
.value-text {
  color: #2b2388;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 31.776px */ }

.width-image img {
  width: 67.492px;
  height: 63.275px; }

/* Image Frame Styling */
.img-frame {
  display: inline-block;
  padding: 10px;
  transform: rotate(4deg); }

.values-img {
  border-radius: 4px; }

.value-title {
  color: #1ca44b;
  font-weight: 700;
  font-size: 1.8rem; }

/* Responsive Tweaks */
@media (max-width: 768px) {
  .value-title {
    text-align: center; }

  .value-icon {
    font-size: 28px; }

  .img-frame {
    transform: rotate(0deg); } }
/*  */
.slide-box {
  text-align: center;
  opacity: 0.25;
  transition: 0.4s ease; }

.slide-box img {
  width: 110px;
  max-width: 100%;
  display: block;
  margin: 0 auto 8px; }

.swiper-wrapper {
  display: flex;
  align-items: center; }

.swiper-slide-active .slide-box {
  opacity: 0;
  transform: scale(1.1); }

/* Custom Buttons */
.swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 15px; }

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1fae42;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border: none; }

.nav-btn.prev::after {
  content: "‹"; }

.nav-btn.next::after {
  content: "›"; }

/* Hide default swiper arrows */
.swiper-button-next,
.swiper-button-prev {
  display: none !important; }

/* login-box */
.login-box_p {
  background: #ffffff;
  font-family: var(--font-primary);
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 774px;
  padding: 4% 10%;
  background-color: #ffffff;
  /* background color */
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(15, 21, 47, 0.08);
  background: var(--Linear, linear-gradient(225deg, #4338ca 19.49%, #1f1a63 84.72%));
  background-clip: text;
  -webkit-background-clip: text; }

.login-box_p h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  color: #2e3192;
  /* heading color */
  text-align: center; }

.login-btn:hover {
  background: #18a848; }

.forgot-link {
  color: rgba(97, 95, 95, 0.83);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.4%;
  /* 17.212px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize; }

.signup-text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  text-transform: capitalize; }

/* RESPONSIVE FIXES */
.signup-box_p {
  background: #ffffff;
  font-family: var(--font-primary);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.signup-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 544.125px;
  height: 678.023px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(15, 21, 47, 0.15);
  /* background color */
  border-radius: 24px; }

.signup-title {
  font-size: 28px;
  font-weight: 600;
  color: #4a2ff7; }

.form-control:focus {
  border-color: #22b05b;
  box-shadow: none; }

.login-text {
  font-size: 14px;
  margin-top: 15px;
  text-align: center; }

.login-text a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none; }

.terms-text {
  color: #000;
  margin-top: 15px;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize; }

.terms-text a {
  font-weight: 600; }

/* RESPONSIVE ADJUSTMENTS */
.vm-section {
  height: 500px; }

.vm-wrapper {
  position: relative;
  width: 900px;
  /* Fixed width so design never breaks */
  max-width: 100%;
  margin: auto; }

/* Every Circle */
.vm-circle {
  width: 420px;
  height: 420px;
  border: 1px solid #7984c0;
  border-radius: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  background: transparent; }

.vm-circle:hover {
  background: rgba(34, 176, 91, 0.08);
  /* soft green */
  border-color: #22b05b;
  transform: translateY(-8px); }

.vm-circle:hover .vm-icon {
  transform: scale(1.15); }

/* Left Circle */
.vm-left {
  position: absolute;
  left: 45px;
  top: 0; }

/* Right Circle */
.vm-right {
  position: absolute;
  right: 45px;
  top: 0; }

/* Icons */
.vm-icon {
  width: 60px;
  margin-bottom: 15px;
  transition: transform 0.4s ease; }

.vm-circle:hover .vm-title {
  color: #1f8c3c; }

.vm-circle:hover .vm-text {
  color: #333; }

/* Title */
.vm-title {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 64.32px */ }

/* Paragraph */
.vm-text {
  color: #656565;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  /* 29.6px */ }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .vm-wrapper {
    width: 100%;
    height: auto;
    display: block; }

  .free-trail {
    display: inline-flex;
    padding: 11px 27px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 113px;
    border: none;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.4%;
    text-transform: capitalize;
    text-align: center; }

  .vm-circle {
    position: relative;
    width: 300px;
    height: 300px; }

  .vm-section {
    height: 650px; }

  .vm-left {
    left: 0px; }

  /* Right Circle */
  .vm-right {
    right: 0px; }

  .vm-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .vm-title {
    font-size: 17px; }

  .vm-icon {
    width: 40px; }

  .vm-text {
    font-size: 16px; }

  .upside {
    top: -20px; }

  .story-img:nth-child(2) {
    margin-left: 0px; }

  .story-img {
    width: 100%; } }
/* Prevent overflow */
.mySwiper {
  overflow: hidden !important; }

/* Smooth animations */
.mySwiper .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85); }

/* Highlight CENTER slide */
.mySwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  /* Bigger */ }

/* about us css */
.text-client {
  text-align: center; }

* {
  box-sizing: border-box; }

.con {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 12px; }

/* Responsive visible slides */
.koni-carousel-wrap {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
  position: relative;
  padding: 8px 0; }

.koni-carousel-track {
  display: flex;
  gap: var(--koni-gap);
  transition: transform 0.55s cubic-bezier(0.22, 0.9, 0.37, 1);
  will-change: transform;
  align-items: center; }

.koni-carousel-item {
  flex: 0 0 calc((100% / var(--koni-visible)) - (var(--koni-gap) * (var(--koni-visible) - 1) / var(--koni-visible)));
  display: block;
  opacity: 0.55;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center center; }

.koni-carousel-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block; }

.koni-highlight {
  transform: scale(1.18);
  opacity: 1;
  z-index: 5; }

.koni-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px; }

.koni-btn {
  padding: 10px 18px;
  border: 0;
  border-radius: 50%;
  background: green;
  color: #fff;
  cursor: pointer;
  font-weight: 600; }

.koni-btn:active {
  transform: translateY(1px); }

/* Responsive image height */
@media (max-width: 900px) {
  .koni-carousel-item img {
    height: 180px; } }
@media (max-width: 600px) {
  .koni-carousel-item img {
    height: 50px; } }
.term-page h1 {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; }

.term-page h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; }

.term-page .main-heading {
  list-style: none; }

.term-page ol {
  list-style-position: inside;
  padding-left: 0; }

.term-page ol li {
  padding: 10px 0 0 0;
  color: var(--Gray-500, #667085);
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden; }

.term-page h1 {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; }

.term-page h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; }

.term-page .main-heading {
  list-style: none; }

.term-page a {
  text-decoration: none; }

.term-page p {
  padding: 10px 0 0 0;
  color: var(--Gray-500, #667085);
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; }

.term-page ol li {
  padding: 10px 0 0 0;
  color: var(--Gray-500, #667085);
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

.privacey_box {
  color: var(--Gray-500, #667085); }

.privacy-font {
  color: #22b05b;
  font-family: var(--font-primary);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; }

.all-satpara {
  color: #747272;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 18px; }

.section-title-new {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 40px;
  margin-bottom: 20px; }

.privacy_box a {
  list-style: none;
  text-decoration: none; }

.section-title-new {
  font-family: var(--font-primary); }

/* 376px to 425px */
@media (max-width: 767px) {
  #featureText .green {
    font-size: 19px; }

  .start-text {
    font-size: 1.5rem; }

  .app-heading-green {
    font-size: 1.8rem;
    line-height: 37.44px; }

  .green-text {
    font-size: 23px;
    line-height: 1.3; }

  .right-card {
    max-width: 100%;
    margin-top: 50px; }

  .stats-title {
    font-size: 1.8rem; }

  .stats-subtitle {
    font-size: 17px; }

  .nav-item.dropdown .mega-dropdown {
    transform: translateX(0%) !important; }

  .logo-img {
    width: 100px; }

  .feature-box {
    text-align: center;
    width: 100%; }

  .feature-title {
    font-size: 18px;
    line-height: 21px; }

  .feature-text {
    font-size: 14px;
    line-height: 21px; }

  .text-box-container {
    font-size: 22px;
    line-height: 30px;
    /* 127.083% */ }

  .cp-banner-title {
    font-size: 12px; }

  .free-trail {
    text-align: left !important; }

  .cp-banner-text {
    padding: 111px 94px; }

  .cp-banner-btn {
    background: #14a95b;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    width: 117px;
    font-size: 7px; }

  .cp-banner-box {
    height: 100px; }

  .cp-banner-text {
    padding: 35px 30px; }

  .cp-banner-text .btn {
    padding-top: 5px; }

  .cp-banner-title span {
    font-size: 15px; }

  .rounded-pill-3 {
    padding: 3px 12px;
    margin-top: 5px;
    font-size: 14px; }

  .replace {
    padding: 0 10px; }

  .heading-main {
    font-size: 22px;
    line-height: 30px; }

  table td,
  table th {
    font-size: 12px !important; }

  .payment-card h3 {
    font-size: 22px; }

  .text-replace h5 {
    text-align: center;
    font-size: 19px; }

  .text-footer {
    font-size: 23px;
    text-align: center; }

  .footer-btn {
    font-size: 19px;
    margin-top: 30px;
    width: 280px;
    height: 50px;
    justify-content: center; }

  .heading-text {
    font-size: 1.8rem;
    line-height: 30px; }

  .community-img {
    width: 100%;
    display: block;
    padding-top: 30px; }

  .trusted-label {
    font-size: 17px; }

  .login-box_p h2 {
    font-size: 26px; }

  .login-btn {
    height: 55px;
    font-size: 16px; }

  .form-control {
    height: 46px;
    font-size: 14px; }

  .signup-wrapper {
    margin-top: 20px;
    width: 100%; }

  .signup-title {
    font-size: 24px; }

  .form-control {
    height: 46px;
    font-size: 14px; }

  .signup-btn {
    height: 46px;
    font-size: 16px; }

  .contact-title {
    font-size: 1.8rem;
    line-height: 37.44px; }

  .wc-title {
    font-size: 28.8px;
    line-height: 37.44px; }

  .job-title {
    font-size: 30px; }

  .job-badge {
    font-size: 14px; }

  .wc-card-title {
    font-size: 30px; }

  .job-btn {
    font-size: 14px;
    margin-top: 5px; }

  .team-title {
    font-size: 1.8rem;
    line-height: 37.44px; }

  .new-fonts {
    font-size: 23px; }

  .story-title {
    font-size: 1.8rem;
    line-height: 37.44px; }

  .hero_text {
    font-size: 16px; }

  .rounded-pill-2 {
    width: 213px;
    height: 53px;
    font-size: 18px; }

  .info-title {
    font-size: 17px; }

  .info-desc {
    font-size: 16px; }

  .notes-heading {
    font-size: 1.8rem;
    line-height: 37.44px;
    text-align: center;
    margin-bottom: 30px; }

  .notes-title {
    font-size: 17px; }

  .notes-text {
    font-size: 16px; }

  .faq-title {
    font-size: 1.8rem;
    line-height: 40px; }

  .login-box {
    max-width: 90%; }

  .signup-wrapper {
    max-width: 90%; }

  .section-title {
    font-size: 1.8rem;
    line-height: 37.44px; }

  .testimonial-text {
    font-size: 16px; }

  .author-name {
    font-size: 17px; }

  .privacy-font {
    font-size: 1.8rem; }

  .accordion-text {
    font-size: 18px; }

  .notes-card {
    display: flex;
    justify-content: center; }

  .info-text {
    font-size: 17px; }

  .app-right-box h4 {
    font-size: 1.8rem; }

  .app-feature-list li {
    font-size: 17px; }

  .app-heading-green-h2 {
    font-size: 18px; }

  .info-text {
    font-size: 16px; }

  .all-satpara {
    font-size: 17px; }

  .term-page h1 {
    font-size: 1.8rem; }

  .term-page p {
    font-size: 17px; }

  .term-page h2 {
    font-size: 1.8rem; }

  .main-hero-img {
    width: 100%; } }
/* ritik css */
/* Feature Section Responsive Styling */
.feature-box {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  flex-direction: row !important; }

/* Text Content */
.feature-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem) !important;
  font-weight: 700 !important; }

.feature-text {
  font-size: clamp(0.9rem, 2vw, 1.3rem) !important;
  line-height: 1.4 !important; }

/* Responsive Icon Box */
.feature-icon {
  width: clamp(3rem, 8vw, 6rem) !important;
  height: clamp(3rem, 8vw, 6rem) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; }

.feature-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; }

/* ---------- MOBILE RESPONSIVENESS ---------- */
@media (max-width: 767px) {
  .feature-box {
    gap: clamp(1rem, 4vw, 1.5rem) !important; }

  .feature-title {
    font-size: clamp(1.1rem, 4vw, 1.6rem) !important; }

  .feature-text {
    font-size: clamp(0.85rem, 3vw, 1.1rem) !important; }

  .feature-icon {
    width: clamp(4.8rem, 10vw, 4.5rem) !important;
    height: clamp(4.8rem, 10vw, 4.5rem) !important; } }
/* ---------- TABLET RESPONSIVE ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
  .feature-box {
    gap: clamp(1.5rem, 3vw, 2rem) !important; }

  .feature-icon {
    width: clamp(3.5rem, 7vw, 5rem) !important;
    height: clamp(3.5rem, 7vw, 5rem) !important; } }
.privacy-section {
  color: #1a1a1a; }

.privacy-title {
  font-weight: 600;
  font-size: 32px; }

.privacy-list-wrap {
  position: relative;
  padding-left: 50px; }

/* Vertical line */
.privacy-list-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 71px;
  width: 3px;
  height: 100%;
  background: #dcdcdc; }

/* Each item */
.privacy-item {
  position: relative;
  margin-bottom: 45px;
  align-items: flex-start; }

/* Number circle */
.privacy-number {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5a66f1;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: 20px;
  z-index: 2; }

/* Text */
.privacy-text {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  font-family: var(--font-primary); }

/* Responsive */
@media (max-width: 576px) {
  .privacy-title {
    font-size: 1.8rem; }

  .privacy-number {
    min-width: 36px;
    height: 36px;
    font-size: 15px; }

  .privacy-list-wrap {
    padding-left: 40px; }

  .privacy-text {
    font-size: 17px; }

  .privacy-list-wrap::before {
    left: 57px; } }
.resources-section {
  padding: 70px 0;
  background: #fff; }

.resources-section h2 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin-bottom: 50px;
  color: #1d1d1d; }

.resource-card {
  background: #f9f9fc;
  border-radius: 18px;
  padding: 20px;
  transition: 0.3s ease;
  border: 1px solid #eee;
  height: 100%; }

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); }

.resource-card img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: 200px; }

.resource-type {
  font-size: 14px;
  color: #6e56e9;
  text-transform: lowercase;
  margin-top: 18px;
  font-weight: 600; }

.resource-title {
  font-size: 22px;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 1.125rem;
  color: #111827;
  font-weight: 500;
  font-family: var(--font-primary); }

/* ---------------- UNIQUE CSS SECTION ---------------- */
.award-section {
  background: #22b05b;
  /* Green background */
  padding: 100px 20px;
  text-align: center;
  color: white; }

.award-section img {
  width: 130px;
  margin-bottom: 30px; }

.award-section p {
  font-size: 22px;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto 30px;
  line-height: 1.5;
  font-family: var(--font-primary); }

.award-btn {
  background: #f6a623;
  color: white;
  padding: 12px 35px;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  transition: 0.3s ease; }

.award-btn:hover {
  background: #e69313;
  color: #fff;
  transform: translateY(-3px); }

@media (max-width: 768px) {
  .award-section p {
    font-size: 18px;
    padding: 0 10px; }

  .award-section img {
    width: 110px; } }
/* MOBILE FIXES */
@media (max-width: 768px) {
  .resources-section h2 {
    font-size: 32px; }

  .resource-card img {
    height: 180px; } }
.how-to-pay-section {
  padding: 100px 20px;
  background: #ffffff;
  text-align: center;
  color: #2c3e50; }

.how-to-pay-title {
  font-size: 42px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 40px; }

.how-to-pay-text {
  max-width: 900px;
  margin: auto;
  font-size: 22px;
  line-height: 1.6;
  color: #3e4a55; }

.how-to-pay-text small {
  font-size: 20px;
  color: #546270; }

.bank-details-section {
  padding: 20px 20px 0px 20px;
  background: #ffffff; }

.bank-table {
  max-width: 900px;
  margin: auto;
  border: 1px solid #dee2e6; }

.bank-table td {
  padding: 18px 20px;
  font-size: 20px;
  color: #3d4b57;
  border: 1px solid #e2e6ea; }

.bank-table tr td:first-child {
  font-weight: 600;
  color: #3a4955;
  width: 35%; }

/* FUND TRANSFER TEXT */
.fund-text {
  text-align: center;
  margin-top: 70px; }

.fund-text h3 {
  font-size: 32px;
  color: #34495e;
  margin-bottom: 10px;
  font-weight: 600; }

.fund-text p {
  font-size: 20px;
  color: #546372; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .bank-table td {
    font-size: 16px;
    padding: 14px; }

  .fund-text h3 {
    font-size: 26px; }

  .fund-text p {
    font-size: 16px; } }
@media (max-width: 768px) {
  .how-to-pay-title {
    font-size: 32px; }

  .how-to-pay-text {
    font-size: 18px;
    padding: 0 10px; }

  .mobile-direction {
    flex-direction: column-reverse; } }
.signup-title {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.4%;
  /* 37.072px */
  text-transform: capitalize; }

.signup-title-2 {
  color: #000;
  margin: 10px 30px 20px 30px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.4%;
  /* 21.184px */
  text-transform: capitalize;
  text-align: center; }

/* ===== MODERN IT MOBILE CONTACT BAR ===== */
.it-mobile-contact {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 480px;
  background: #ffffff;
  border-radius: 18px;
  padding: 10px;
  display: flex;
  gap: 12px;
  z-index: 9999;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }

/* Button Base */
.it-mobile-contact a {
  flex: 1;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease; }

/* Call Button */
.it-call-btn {
  background: #f4f7f6;
  color: #169a4b; }

.it-call-btn i {
  font-size: 18px; }

/* WhatsApp Button */
.it-whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #169a4b);
  color: #ffffff; }

.it-whatsapp-btn i {
  font-size: 20px; }

/* Hover / Tap Effect */
.it-mobile-contact a:active {
  transform: scale(0.96); }

/* Safe bottom spacing */
@media (max-width: 767px) {
  body {
    padding-bottom: 100px; } }
/* ===== LOGO GRID ===== */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Mobile: 3 columns */
  justify-items: center;
  gap: 20px; }

/* Logo Box */
.logo-box {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease; }

/* Tablet & Desktop */
@media (min-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
    /* Desktop: 4 columns */
    padding-left: 50px;
    padding-right: 50px; } }
/* ================= Section ================= */
.company-culture-section {
  padding: 90px 0px 10px 0px; }

/* ================= Header ================= */
.culture-header {
  max-width: 900px;
  margin: 0 auto 150px; }

/* ================= Culture Title ================= */
.culture-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 60.48px; }

.culture-title span {
  color: #19b36b; }

/* ================= Culture Card ================= */
.culture-box {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 50px 24px 30px;
  height: 100%;
  border: 1px solid #ededed;
  transition: all 0.35s ease; }

.culture-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #19b36b;
  border-radius: 18px 18px 0 0; }

/* Hover Effect */
.culture-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); }

/* ================= Responsive ================= */
@media (max-width: 991px) {
  .main-heading {
    font-size: 34px; } }
@media (max-width: 768px) {
  .main-heading {
    font-size: 28px; }

  .culture-title {
    font-size: 1.8rem; } }
@media (max-width: 576px) {
  .company-culture-section {
    padding: 30px 15px;
    height: auto; } }
/* ===== Career Section Styling ===== */
.career-section {
  background-color: #ffffff; }

/* Card Layout */
.career-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 40px;
  border-left: 5px solid #2db35d;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

/* Button Wrapper */
.career-btn {
  flex-shrink: 0; }

/* Custom Button */
.btn-contact {
  background: linear-gradient(135deg, #34c46a, #1e9c4f);
  color: #ffffff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none; }

.btn-contact:hover {
  background: linear-gradient(135deg, #1e9c4f, #148843);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(46, 179, 93, 0.35); }

/* ===== Responsive Styling ===== */
@media (max-width: 992px) {
  .career-card {
    padding: 30px; } }
@media (max-width: 576px) {
  .career-card {
    padding: 25px 20px; }

  .btn-contact {
    width: 100%;
    text-align: center; } }
/* Quote Section */
.quote-section {
  background-color: #ffffff; }

/* Quote Box */
.quote-box {
  background: #eaf6ef;
  border-left: 6px solid #1aa15f;
  padding: 28px 32px;
  max-width: 900px; }

/* Quote Text */
.quote-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.6;
  font-family: "Segoe UI", sans-serif; }

/* Responsive */
@media (max-width: 768px) {
  .quote-box {
    padding: 20px; }

  .quote-text {
    font-size: 1.15rem; } }
@media (max-width: 576px) {
  .quote-text {
    font-size: 1.05rem; } }
.logo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease; }

/* .logo-box img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
} */
.logo-box:hover {
  transform: translateY(-5px); }

/* Hover Name Overlay */
.logo-box::after {
  content: attr(data-name);
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  opacity: 0;
  border-radius: 10px;
  transition: opacity 0.3s ease; }

.logo-box:hover::after {
  opacity: 1; }

.about-feature-icon {
  width: 80px; }

/* Mobile Optimization */
@media (max-width: 768px) {
  .logo-box img {
    max-height: 40px; }

  .logo-box::after {
    font-size: 8px;
    border-radius: 7px; }

  .swiper-slide img {
    width: 100px; }

  /*.logo-box {*/
  /*  width: 85%;*/
  /*}*/ }
@media (max-width: 600px) {
  #hubspot-messages-iframe-container {
    margin-bottom: 80px !important; } }
/*

*/
