/* FONT FAMILY AYER HERE END */

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
  display: inline-block;
  color: inherit;
}

p {
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-30);
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #1e1e1e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #061a00;
}

input,
textarea,
select {
  width: 100%;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

:root {
  --color-black: #061a00;
  --color-white: #fff;
  --color-transaprent: #0000;
  --color-gren: #20744a;
  --colot-yellow: #fdfe0c;
  --colot-F48120: #f48120;
  --colot-037FFF: #037fff;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-30: 30px;
  --lh-30: 30px;
  --lh-40: 40px;
  --fs-46: 46px;
  --lh-55: 55px;
  --fs-50: 50px;
  --lh-60: 60px;
  /* --lh-25: px; */
}

/* HEADER  */

header.custom-header {
  padding: 10px 0px;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  position: fixed;
  width: 100%;
}

.grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.nav-list,
ul.cart-lists {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

ul.nav-list li,
ul.cart-lists li {
  list-style: none;
}

.margin-top {
  margin-top: 122px;
  display: none;
}

.logo-piece {
  position: absolute;
  object-fit: none;
  width: 80px;
  height: 110px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: transform 1.5s ease, opacity 1.5s ease;
}

.header-holders {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: fit-content;
}

ul.nav-list li a {
  color: var(--color-black);
  color: #061a00;
  font-family: Inter;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  transition: 0.3s ease-in;
}
ul.nav-list li:hover a {
  color: var(--color-gren);
}

ul.nav-list li.current-menu-item a {
  color: var(--color-gren);
}

ul.nav-list {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
.btn-g {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 24px;
  padding: 12px 18px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 1px solid transparent;
}

.btn-g::after {
  background: linear-gradient(90deg, #4ba14b 0%, #20744a 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  transition: 0.3s ease-in;
  top: 0;
}
.btn-g::before {
  background: linear-gradient(270deg, #4ba14b 0%, #20744a 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  transition: 0.3s ease-in;
  top: 0;
  opacity: 0;
}
.btn-g:hover::after {
  opacity: 0;
}
.btn-g:hover::before {
  opacity: 1;
}
.tranparent-btn.btn-g:hover {
  color: #fff;
  border: 1px solid transparent;
}

a.tranparent-btn.btn-g::after {
  display: none;
}
.btn-g span,
.btn-g {
  color: var(--color-white);
  font-family: Inter;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
}
.tranparent-btn.btn-g {
  background: none;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}
.mt {
  margin-top: 113px;
}
/* HEADER END */

/* MENU ICON  */

/* MENU ICON ANIMATED  */

.bars {
  width: 60px;
  cursor: pointer;
}

.bars .line {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 4;
  stroke-linecap: square;
  transition: stroke-dasharray 400ms, stroke-dashoffset 1s;
}

.bars .line.top {
  stroke-dasharray: 40 172;
}

.bars .line.middle {
  stroke-dasharray: 40 111;
}

.bars .line.bottom {
  stroke-dasharray: 40 172;
}

.bars.active .top {
  stroke-dashoffset: -132px;
}

.bars.active .middle {
  stroke-dashoffset: -71px;
}

.bars.active .bottom {
  stroke-dashoffset: -132px;
}

.menu-icon {
  max-width: fit-content;
  width: 100%;
  display: none;
}

/* MENU ICON ANIMATED END */
/* MENU ICON END */

/* hero section css strat */
.hero-section {
  position: relative;
}
.swiper-slide,
.hero-section .mySwiper {
  height: 670px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-section .mySwiper .swiper-wrapper {
  height: 100%;
}
.main-conent {
  max-width: 914px;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}
.fs-46 {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-46);
  font-style: normal;
  font-weight: 700;

  letter-spacing: -0.92px;
  line-height: var(--lh-55);
}
.hero-section .fs-46 {
  margin-bottom: 20px;
}
.hero-section .main-conent p {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-30); /* 140% */
  max-width: 713px;
  width: 100%;
  margin: 0 auto;
}
.hero-section ul.cart-lists {
  justify-content: center;
  gap: 16px;
  padding-top: 25px;
}
/* hero section css end */

/* convert section into ready img */
.section-ready {
  padding: 130px 0px;
  padding-bottom: 60px;
  border-radius: 10px;
  background: #f6f6f6;
}
.section-ready-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 147px;
}

.right {
  max-width: 645px;
  width: 100%;
}
.right p {
  font-size: var(--fs-20);
}
.left {
  max-width: 723px;
  width: 100%;
}
.fs-50 {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-50);
  line-height: var(--lh-60);
  font-style: normal;
  font-weight: 700;

  letter-spacing: -1px;
}
.section-ready-content .right ul.cart-lists {
  padding: 16px 32px;
  margin-top: 25px;
  border-radius: 42px;
  border: 2px solid #20744a;
  width: fit-content;
}
.section-ready-content .right ul.cart-lists li span.try {
  color: #061a00;
  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 700;

  letter-spacing: -0.2px;
  line-height: var(--lh-30);
}
/* convert section into ready img */

/* product section css start */
.product-section-data {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
.loop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 170px;
}
.product-loop .loop:nth-child(2n) {
  flex-direction: row-reverse;
}
.main-img {
  max-width: 480px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.content {
  max-width: 715px;
  width: 100%;
}
.fs-30 {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-30);
  line-height: var(--lh-40);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.product-section-data .fs-30 {
  margin-bottom: 20px;
}
.loop span {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 700;

  letter-spacing: -0.48px;
  display: block;
  margin-top: 20px;
  width: fit-content;
}
.wave-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
.product-loop .loop:last-child {
  margin-bottom: 0px;
}
/* product section css end */

/* section payments */
.section-payments {
  background: linear-gradient(0deg, #4ba14b 0%, #20744a 100%);
  padding: 93px 0px;
  position: relative;
  z-index: 0;
}
.section-payments .container {
  position: relative;
}
.full-plans {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.payment-content {
  max-width: 505px;
  width: 100%;
}
.payment-plans {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.payment-plans .plans {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  max-width: 300px;
  padding: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 366px;
}
.payment-plans .plans h3 {
  color: #061a00;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-40); /* 93.333% */
}
.payment-plans .plans p {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-30); /* 120% */
}
.payment-plans .plans span strong {
  color: #061a00;
  font-family: Inter;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-40); /* 86.667% */
}
.payment-plans .plans span.price {
  color: #061a00;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-30); /* 75% */
}
.payment-content .fs-30 {
  color: #fff;
  padding-bottom: 20px;
}
.payment-content p {
  color: #fff;
}
.payment-content a {
  color: #fff;
  font-family: Inter;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 700;

  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;
}
.section-payments .container {
  position: relative;
  z-index: 2;
}
.payments-logo {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}

.header-holders .cart-container {
  display: none;
}
/* section payments */

/* faq section */
.bootm-data {
  display: none;
}
.faq {
  padding: 122px 0px;
  position: relative;
}
.faq-flex {
  display: flex;
  align-items: center;
  gap: 206px;
  justify-content: center;
}
.faq-content {
  max-width: 510px;
  width: 100%;
}
.faq-list {
  max-width: 735px;
  width: 100%;
}
.faq-holders .title-faq .fs-25 {
  overflow: hidden;
  color: #1e1e1e;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 500;
  padding: 40px 0px;
  line-height: var(--lh-30); /* 120% */
}
.title-faq {
  padding: 40px 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 30px;
  justify-content: space-between;
}
.faq-list .fs-30 {
  padding-bottom: 55px;
}
.bootm-data {
  padding-bottom: 20px;
}
.faq-content .fs-30 {
  padding-bottom: 15px;
}
.faq-content a {
  display: block;
  width: fit-content;
  margin-top: 10px;
}
.grid-faq.active img.dropdonw {
  transform: scale(-1);
}
.title-faq img {
  transition: 0.3s ease-in;
}
/* faq section end */

/* custom footer */
.custom-footer {
  background: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 30px;
}
.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.bottom p {
  padding-bottom: 0px;
}
.bottom p a {
  color: #1e1e1e;
}
.custom-footer .header-holders .cart-container {
  display: flex;
}
.custom-footer .logo {
  max-width: 422px;
  width: 100%;
}
footer.custom-footer .container {
  display: flex;
  align-items: center;
  gap: 160px;
  justify-content: space-between;
}
.custom-footer .logo a {
  margin-bottom: 18px;
  display: block;
  width: fit-content;
}
.custom-footer .header-holders {
  gap: 156px;
}
.custom-footer ul.nav-list {
  padding: 7px 68px 7px 40px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

/* login poup section */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1099;
}

.popup-overlay.show {
  display: flex;
}

.popup-content {
  background-color: #ffffff;
  border-radius: 24px; /* Increased border radius */
  padding: 40px; /* Increased padding */
  width: 90%;
  max-width: 420px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); /* More pronounced shadow */
  position: relative;
  transform: scale(0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    opacity 0.3s ease-out;
}

.popup-overlay.show .popup-content {
  transform: scale(1);
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: 16px;   /* 1rem → 16px */
  right: 16px; /* 1rem → 16px */
  background: none;
  border: none;
  font-size: var(--fs-24); /* 1.5rem → 24px */
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #1f2937;
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; /* Increased margin */
}

.input-field {
  width: 100%;
  padding: 14px 20px; /* 0.9rem → 14px, 1.25rem → 20px */
  border: 1px solid #e5e7eb;
  border-radius: 12px; /* 0.75rem → 12px */
  font-size: 16px; /* 1rem → 16px */
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 20px;
}

.input-field:focus {
  outline: none;
  border-color: #287d4a; /* Adjusted blue */
  box-shadow: 0 0 0 3px rgba(40, 125, 74, 0.3);
}

.login-btn {
  width: 100%;
  padding: 14px 20px; /* 0.9rem → 14px, 1.25rem → 20px */
  color: white;
  font-weight: 600;
  border-radius: 12px; /* 0.75rem → 12px */
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in;
  cursor: pointer;
  background: linear-gradient(90deg, #4ba14b 0%, #20744a 100%);
}

.login-btn:hover {
  transform: translateY(-2px);
      box-shadow: 0 7px 20px rgba(32, 116, 74, 0.5);
}

.popup-content .fs-25 {
  text-align: center;
  padding-bottom: 10px;
  font-size: var(--fs-30);
}

.popup-content p {
  text-align: center;
}

.popup-content form {
  margin-top: 10px;
}

/* login poup section end 


        /* singup poup css */

/* --- Button to Trigger Popup --- */


/* --- Popup Overlay --- */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* --- Popup Container --- */
.signup-popup {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 700px;
  position: relative;
  transform: scale(0.95);
  opacity: 0;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  /* Added transition for smoother animations */
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
}

/* --- Logo Styling --- */
.popup-logo {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 150px;
  height: auto;
}

/* --- Close Button --- */
.close-btn {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: var(--fs-30);
  color: #b0b0b0;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s, transform 0.2s;
}
.close-btn:hover {
  color: #333;
  transform: rotate(90deg);
}

/* --- Header --- */
.popup-header {
  text-align: center;
  margin-bottom: 15px;
}
.popup-header h2 {
  margin: 0;
  font-size: var(--fs-30);
  font-weight: 700;
  color: #1a1a1a;
}
.popup-header p {
  margin: 8px 0 0;
  color: #666;
  font-size: 16px;
}

/* --- Form Styling --- */
.form-group {
  margin-bottom: 20px; /* Adjusted margin */
  position: relative;
}

.form-group .input-icon {
  position: absolute;
  left: 16px;
  top: 43px; /* Corrected alignment */
  color: #aaa;
  pointer-events: none; /* Make icon non-interactive */
}

.form-group .password-toggle-icon {
  position: absolute;
  right: 16px;
  top: 37px; /* Corrected alignment */
  color: #aaa;
  cursor: pointer;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
  font-size: 14px;
}

.form-group input {
  width: 100%;
  padding: 12px 16px 12px 45px; /* Added left padding for icon */
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Adjust padding for inputs without icons */
.form-group input.no-icon {
  padding-left: 16px;
}

.form-group input:focus {
  outline: none;
  border-color: 1px solid #287d4a; /* Adjusted blue */
  box-shadow: 0 0 0 3px rgba(40, 125, 74, 0.3);
}

/* --- Input Error Styling --- */
.form-group input.input-error {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 4px;
  display: none; /* Hidden by default */
}

/* --- Row for side-by-side fields --- */
.form-row {
  display: flex;
  gap: 16px;
}
.form-row .form-group {
  flex: 1;
}

/* --- Terms and Conditions --- */
.terms-group {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.terms-group input[type="checkbox"] {
  margin-right: 12px;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.terms-group label {
  margin: 0;
  font-size: 14px;
  color: #555;
}
.terms-group a {
  color: #2575fc;
  text-decoration: none;
  font-weight: 500;
}
.terms-group a:hover {
  text-decoration: underline;
}

/* --- Submit Button --- */
.submit-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(90deg, #4ba14b 0%, #20744a 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
}
.submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(32, 116, 74, 0.5);
}

/* --- Divider --- */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 24px 0;
  color: #aaa;
  font-weight: 500;
  font-size: 13px;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.divider:not(:empty)::before {
  margin-right: 0.5em;
}
.divider:not(:empty)::after {
  margin-left: 0.5em;
}

/* --- Social Login Button --- */
.social-btn {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
.social-btn:hover {
  background-color: #f7f7f7;
}
.social-btn img {
  width: 20px;
  height: 20px;
}

/* --- Success Message --- */
#success-message {
  text-align: center;
  padding: 32px;
  display: none; /* Hidden by default */
}
#success-message h3 {
  color: #27ae60;
  font-size: 29px;
  margin-bottom: 16px;
}
#success-message p {
  color: #333;
  font-size: 18px;
}
