body {
  background-color: #263238 !important;
  font-family: "Chillax", sans-serif !important;
}

html {
  overflow-x: hidden;
}

/* ----------------TOPBAR-CSS------------- */

.topbar {
  background-color: #eceff11a;
  padding: 10px 0px 6px 0px;
  overflow: hidden;
}

.topbar h4 {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
}

/* ------------------------------COUNTER-CSS ------------------------*/
.countdown-container {
  background: linear-gradient(50.42deg, #1b2b31 46.42%, rgb(250 84 46) 129.83%);
  backdrop-filter: blur(50px);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgb(92 92 92);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.invite-main {
  background: linear-gradient(
      to right,
      rgb(250 84 46 / 18%) 0%,
      transparent 26%,
      transparent 38%,
      rgb(250 84 46 / 22%) 100%
    ),
    #1f2f35;
  backdrop-filter: blur(50px);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgb(92 92 92);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.countdown-container h2 {
  font-size: 20px;
  font-family: "Michroma", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.countdown {
  display: flex;
  justify-content: space-between;
  font-family: "Michroma", sans-serif;
  gap: 15px;
}

.countdown-div-main {
  width: 22%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.countdown-div {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  border: 0.86px solid #f7967173;
  backdrop-filter: blur(43.012420654296875px);
  background: linear-gradient(
    181.42deg,
    rgba(255, 255, 255, 0.1) 3.42%,
    rgba(153, 153, 153, 0) 98.83%
  );
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.9;
}

.countdown span {
  font-size: 32px;
  font-weight: 600;
  font-family: "Michroma", sans-serif;
  background: linear-gradient(
    251.59deg,
    #ca9613 9.21%,
    #fef3a7 48.99%,
    #e6ad29 88.77%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.invite-text {
  font-size: 20px;
  color: #fff;
  font-family: "Michroma", sans-serif;
  margin: 0;
}

.invite-text span {
  color: #ff4500;
  font-family: "Michroma", sans-serif;
}

.count-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.btn-custom {
  border-radius: 15px;
  background: linear-gradient(180deg, #dd592f -33.04%, #ff5722 96.7%);
  box-shadow: 0px 16.67px 33.33px rgba(30, 30, 30, 0.8),
    /* drop shadow */ 0px 11.11px 11.11px #ff855e inset,
    /* inner shadow bottom */ 0px -11.11px 11.11px #ff916f inset; /* inner shadow top */
  border: none;
  color: white;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  padding: 15px 60px;
  font-family: "Michroma", sans-serif;
}

@media (max-width: 768px) {
  .countdown {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-slide-section .row {
    --bs-gutter-x: 20px !important;
    --bs-gutter-y: 10px !important;
    padding: 12px;
  }

  .countdown-div-main {
    width: 45%;
    text-align: center;
  }
}

/* -------------------------------POPUP-CSS -------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content input:focus-visible {
  outline: none !important;
}

.modal-content select:focus-visible {
  outline: none !important;
}

.modal-content textarea:focus-visible {
  outline: none !important;
}

.modal-content {
  background-color: #fff;
  margin: 7% auto;
  padding: 30px 20px;
  border-radius: 8px;
  width: 40%;
  position: relative;
  max-width: 500px;
}
.modal-content .close {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #2f363a;
  margin: 10px;
}
label {
  display: block;
  margin: 10px 0 5px;
}

input,
select,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.modal-content button {
  background-color: #3b454b;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}

.modal-content button:hover {
  background-color: #2f363a;
}

/* ----------------------NAVBAR-CSS -------------------------*/
.navbar-section {
  padding: 20px 0px;
  position: relative;
  z-index: 99;
}

.nav-main-box ul a:last-child {
  border: 1px solid #ff5924;
  color: #ff5924 !important;
  padding: 5px 35px;
  border-radius: 8px;
}

.nav-main-box {
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav-main-box ul {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

.nav-main-box a {
  color: white !important;
  text-decoration: none;
  font-weight: 500;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-main-box a:hover {
  color: #8e8072;
}

/* Toggle Button */
.toggle-btn {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: auto;
  padding: 0px;
  color: white;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav-main-box {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .banner-section {
    margin-top: 0 !important;
  }

  .nav-main-box ul {
    flex-direction: column;
    gap: 25px;
    padding: 15px;
    width: 100%;
    padding-bottom: 30px;
    background-color: #263238;
    align-items: self-start;
    padding-top: 30px;
    height: 100vh;
  }

  .navbar-section {
    padding: 10px 0px;
  }

  .toggle-btn {
    display: block;
  }

  .nav-main-box.active {
    display: flex;
  }
}

/* ----------------------BANNER-CSS -------------------------*/

.banner-section {
  background-image: url(../img/banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px;
  position: relative;
  margin-top: -92px;
}

.banner-box-section .row {
  --bs-gutter-x: 30px !important;
}

.banner-left-main h1 {
  color: white;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
}

.banner-section .container {
  position: relative;
}

.banner-left-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: center;
  height: 100%;
}

.banner-left-main span {
  color: #ff5722;
  font-weight: 600;
}

.banner-left-main h5 {
  color: white;
  font-size: 25px;
  line-height: 40px;
}

.banner-left-main a {
  color: white;
  background-color: #ff5722;
  font-size: 19px;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 8px;
  margin-top: 30px;
}

/*------------------------------- BANNER-BOX-SECTION-------------------------- */
.banner-box-section {
  margin-top: -70px;
}

.banner-box-main {
  border-bottom: 2px solid;
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 10%,
    #ffc107 50%,
    rgba(255, 255, 255, 0) 90%
  );
  border-image-slice: 1;
  background-image: url(../img/color-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 80px 30px 30px 30px;
  border-radius: 20px;
  height: 100%;
}
.banner-box-main-2 {
  background-image: url(../img/color-2.png);
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 10%,
    #52b054 50%,
    rgba(255, 255, 255, 0) 90%
  );
}

.banner-box-main-3 {
  background-image: url(../img/color-3.png);
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 10%,
    #fa542e 50%,
    rgba(255, 255, 255, 0) 90%
  );
}

.banner-box-main img {
  position: absolute;
  top: -20%;
  width: 23%;
}

.banner-box-main h4 {
  margin: 0;
  color: white;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  font-size: 26px;
}

/*--------------------------------- TESTIMONIAL-CSS ------------------------*/
.testimonial-section {
  padding: 70px 0px;
}

.testimonial-section .row {
  border: 1px solid #9797974d;
  border-radius: 22px;
  background: #eceff11a;
  padding: 30px 30px;
  --bs-gutter-y: 25px !important;
  padding-top: 0;
}

.powered-by-main {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  border: 1px solid #c7c7c74d;
  border-radius: 12px;
  padding: 20px 30px;
  background: linear-gradient(
    181.42deg,
    rgba(255, 255, 255, 0.1) 3.42%,
    rgba(153, 153, 153, 0) 98.83%
  );
  backdrop-filter: blur(50px);
}

.testimonial-main-box {
  display: flex !important;
  align-items: start;
  justify-content: space-between;
  height: 100% !important;
  gap: 50px;
}

.testimonial-slider {
  display: flex !important;
  align-items: start;
  justify-content: space-between;
  height: 100% !important;
  border: 1px solid #c7c7c74d;
  border-radius: 12px;
  padding: 20px 30px;
  background: linear-gradient(
    181.42deg,
    rgba(255, 255, 255, 0.1) 3.42%,
    rgba(153, 153, 153, 0) 98.83%
  );
  backdrop-filter: blur(50px);
  gap: 50px;
}

.testimonial-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: start;
}

.testimonial-left p {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-top: -5px;
}

.testimonial-names h5 {
  margin: 0;
  color: white;
  text-transform: uppercase;
}

.testimonial-names h6 {
  margin: 0;
  color: #ff5722;
}

.testimonial-bottom-main {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c7c74d;
  border-radius: 12px;
  padding: 15px 20px;
  background: linear-gradient(
    181.42deg,
    rgba(255, 255, 255, 0.1) 3.42%,
    rgba(153, 153, 153, 0) 98.83%
  );
  backdrop-filter: blur(50px);
  gap: 60px;
}

.testimonial-bottom-main h4 {
  color: white;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}

/* ---------------------WHAT-WE-DO-CSS -------------------*/
.slide-container {
  padding: 50px 0 80px 0;
  background: var(--Dark-Blue, #1976d2);
  border-radius: 25px;
  margin: 1px !important;
}

.slide-heading-main {
  padding-left: 30px !important;
  padding-bottom: 40px !important;
}

.slide-heading-main h2 {
  color: white;
  font-weight: 600;
  font-size: 34px;
  line-height: 45px;
  text-transform: capitalize;
  width: max-content;
}

.slide-container .slick-prev {
  position: absolute;
  top: 100% !important;
  left: 47%;
}

.slide-container .slick-next {
  position: absolute;
  top: 100% !important;
  right: 47%;
}

.slick-dotted.slick-slider {
  padding-bottom: 70px;
  margin: 0px !important;
}
.slide-container .slick-track {
  display: flex;
}

.what-we-do-section {
  padding-bottom: 70px;
}
/* Default slide */
.center-slider .slick-slide {
  background-color: transparent;
  color: #fff;
  height: 200px;
  margin: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--Off-White, #eceff1);
  border-radius: 12px;
}
.center-slider .slick-slide,
.center-slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1, 0.9);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  background-color: #000000;
}
.center-slider .slick-current.slick-active {
  transform: scale(1.1);
  background-color: #263238;
  border: none;
}

.what-we-do-section .slick-dots {
  position: absolute;

  display: block;
  width: max-content !important;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: -140px !important;
  right: 1% !important;
  color: white !important;
}

.what-we-do-section .slick-dots li button:before {
  color: white !important;
  font-size: 12px !important;
  opacity: 1 !important;
}

.what-we-do-section .slick-dots li {
  margin: 0px 3px !important;
}

.what-we-do-section .slick-dots li.slick-active button:before {
  color: black !important;
  font-size: 20px !important;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 40px !important;
}

.progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border: 1px solid #000;
  transition: background-size 0.4s ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slide-main-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slide-main-box i {
  font-size: 30px;
  color: #cacfdb;
}

.slide-main-box img {
  width: 20%;
}

.slide-main-box p {
  margin: 0;
  padding: 0;
  font-size: 17px;
}

.slide-img-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slide-img-box h4 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.what-we-do-section .slick-initialized .slick-slide {
  padding: 30px !important;
  height: 100% !important;
}

/*------------------- USER-SLIDER-CSS--------------------- */

.user-section {
  padding-bottom: 70px;
}

.user-section .slick-dotted.slick-slider {
  padding-bottom: 150px;
  margin: 0px !important;
}

.user-section .row {
  display: flex !important;
}

.user-slider {
  background: linear-gradient(
    180deg,
    rgba(76, 175, 80, 0.5) 0%,
    rgba(32, 73, 33, 0) 100%
  );
  border: 1px solid #71717180;
  backdrop-filter: blur(50px);
  border-radius: 22px;
  padding: 80px 50px;
}

.user-left-heading-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 100%;
  justify-content: center;
}

.user-left-heading-box h2 {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 34px;
  text-transform: capitalize;
  line-height: 45px;
}

.user-para p {
  margin: 0;
  color: #eceff1;
  padding: 0;
  font-size: 17px;
  line-height: 30px;
}

.user-btn-box {
  display: flex;
  gap: 50px;
  padding-top: 40px;
}

.user-btn-box a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 14px 40px;
  background-color: #eceff1;
  font-weight: 500;
  gap: 10px;
  border-radius: 8px;
}

.user-btn-mobile {
  display: flex;
  gap: 50px;
  padding-top: 40px;
}

.user-btn-mobile a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 14px 40px;
  background-color: #eceff1;
  font-weight: 500;
  gap: 10px;
  border-radius: 8px;
}

.google-play {
  background-color: transparent !important;
  border: 1px solid #eceff1;
  color: white !important;
}

.user-section .slick-dots {
  bottom: 8%;
  position: absolute;
  right: 0%;
}

.user-section .slick-dots li.slick-active button:before {
  color: #4caf50;
  font-size: 16px;
}

.user-section .slick-dots li button:before {
  color: white;
  opacity: 1;
  font-size: 12px;
}

.user-right-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.user-right-card-1 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.user-right-card-2 {
  display: flex;
  align-items: center;
  justify-content: start;
}

/*------------------- CARD-SLIDER-CSS--------------------- */

#benefitModalText {
  font-weight: 500;
  line-height: 32px;
}

/* Truncate paragraph to 3 lines */
.benefit-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  min-height: 70px; /* Optional fixed height */
}

/* Read More Button */
.benefit-read-more-btn {
  /* display: none; */
  background-color: #fff;
  border: 1px solid #ff5722;
  color: #ff5722;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* .card-main-div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */

.card:hover .benefit-read-more-btn {
  display: inline-block;
}

/* Modal Styling */
.benefit-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.benefit-modal-content {
  background-color: white;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  left: 34%;
  top: 40%;
}

.benefit-modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
}

.card-slide-section .row {
  --bs-gutter-x: 20px !important;
  --bs-gutter-y: 20px !important;
  padding: 12px;
}

.card-slide-section {
  padding-bottom: 70px;
}

.slider {
  width: 100%;
  align-items: stretch; /* Ensure cards stretch to equal height */
}

.card-slide-section .card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex !important;
  gap: 20px;
  flex-direction: column; /* Stack items vertically */
  justify-content: start;
  height: 100%;
}

.card img {
  width: 22%;
  transition: all 0.3s ease-in-out;
}
.card h3 {
  margin: 0;
  font-size: 22px;
  color: #333;
  font-weight: 600;
  flex-grow: 1;
  line-height: 30px;
}
.card p {
  font-size: 15px;
  color: #263238;
  font-weight: 500;
  margin: 0;
  margin-top: -5px;
}

.card:hover h3 {
  color: white;
}

.card:hover p {
  color: white;
}

.card:hover {
  background-color: #ff5722;
}
.card:hover img {
  filter: brightness(0) invert(1);
}
.slick-slide {
  padding: 10px;
}

.card-main-heading-box {
  padding: 0px 12px 60px 12px;
}

.card-main-heading-box h2 {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 34px;
  text-transform: capitalize;
  width: max-content;
  line-height: 45px;
}

/* ---------------------------MOBILE-SECTION-CSS------------------------ */

.mobile-section {
  padding-bottom: 70px;
}

.mobile-section .row {
  background: var(--Vibrant-Orange, #ff5722);
  border-radius: 25px;
}

.mobile-left-box h4 {
  margin: 0;
  color: white;
  align-items: center;
  font-size: 30px;
  line-height: 44px;
}

.mobile-left-box {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px;
}

.mobile-heading {
  padding: 0px 0px 120px 0px;
}

.mobile-right-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -13%;
  margin-bottom: -13%;
}

.mobile-main-box {
  display: flex !important;
  justify-content: center;
}

.mobile-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-btn-box a {
  color: white;
  background-color: #ff5722;
  font-size: 21px;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 8px;
  margin-top: 100px;
}

/* --------------------FAQ-CSS ----------------*/

.faq-section {
  padding-bottom: 70px;
}

.faq-heading-box h2 {
  padding: 0px 0px 40px 0px;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 34px;
  text-transform: capitalize;
  width: max-content;
  line-height: 45px;
}

.faq-main-div {
  display: flex;
  gap: 20px;
}

.faq-main {
  background-color: transparent;
  color: white;
  border-radius: 6px;
  margin: 30px 0;
  width: 80%;
}

.question {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 40px;
}

.question::after {
  content: url(../img/downward.png);
  position: absolute;
  left: 0px;
  transition: 0.2s;
  font-weight: 100;
  line-height: 0;
}

.question.active::after {
  transform: rotate(180deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 10px 0px 0px 40px;
  line-height: 1.5rem;
  font-size: 15px;
}

/* -------------------FOOTER-SECTION-CSS------------------- */

.footer-section {
  padding: 100px 0px 60px 0px;
}

.footer-left-main {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.footer-details-main p {
  margin: 0;
  color: white;
  font-size: 18px;
  padding-bottom: 25px;
}

.social-icons-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.social-icons-main i {
  border-radius: 50%;
  padding: 8px;
  background-color: white;
  object-fit: contain;
  font-size: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.email-container {
  display: flex;
  align-items: center;
  background: #ebedf2;
  padding: 4px;
  border-radius: 50px;
  max-width: 500px;
  width: 90%;
}

.email-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  padding-left: 15px;
  color: #333;
  font-weight: 500;
}

.submit-btn {
  border: none;
  background: #ff5722;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #e03e1a;
}

/* Responsive Design */
@media (max-width: 480px) {
  .email-container {
    max-width: 300px;
    padding: 3px;
  }

  .email-input {
    font-size: 14px;
  }

  .submit-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.footer-nav-box {
  display: flex;
  gap: 100px;
}

.footer-nav-main {
  display: flex;
  flex-direction: column;
}

.footer-nav-main a {
  text-decoration: none;
  color: white;
}

.footer-right-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}

.footer-logo-main img {
  width: 40%;
  cursor: pointer;
}

.copyrite-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.copyrite-left a {
  color: #ffffff9c;
  font-size: 15px;
}

.copyrite-right p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: white;
}

.copyrite-main {
  display: flex;
  justify-content: space-between;
}

.copyrite-section {
  padding: 30px 0px;
  border-top: 1px solid #474747;
}

@media only screen and (min-width: 625px) {
  .user-btn-mobile {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .banner-section {
    padding: 80px 0px;
  }
  .banner-left-main h1 {
    font-size: 42px;
    line-height: 46px;
    text-align: center;
  }
  .banner-left-main h5 {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
  }
  .banner-left-main {
    align-items: center;
  }
  .banner-left-main a {
    margin-top: 30px;
  }
  .topbar h4 {
    font-size: 15px;
  }
  .banner-section .row {
    flex-wrap: wrap-reverse;
    --bs-gutter-y: 50px !important;
  }

  .banner-box-section {
    margin-top: 0;
  }

  .banner-box-main img {
    position: relative;
    top: 0;
  }
  .banner-box-main {
    padding: 30px 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    align-items: start;
  }
  .banner-box-main h4 {
    text-align: start;
    line-height: 36px;
    font-size: 28px;
  }
  .banner-box-section .row {
    --bs-gutter-y: 20px !important;
    flex-wrap: wrap-reverse;
  }
  .banner-box-main img {
    width: 21%;
  }
  .testimonial-section .row {
    border: none;
    background: transparent;
    padding: 0;
  }
  .testimonial-section {
    padding: 60px 0px;
  }
  .testimonial-main-box {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .testimonial-slider {
    padding: 15px 10px;
  }
  .testimonial-left p {
    line-height: 25px;
    margin: 0;
  }
  .testimonial-right {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .testimonial-bottom-main {
    flex-direction: column;
    gap: 30px;
    padding: 30px 10px;
  }
  .testimonial-bottom-main h4 {
    text-align: center;
    line-height: 32px;
    font-size: 23px;
  }
  .slide-heading-main h2 {
    font-size: 27px;
    line-height: normal;
  }
  .what-we-do-section .slick-dots {
    display: none !important;
  }
  .what-we-do-section .container {
    padding: 0;
  }
  .slide-container {
    border-radius: 0;
    padding: 40px 0px 60px 0px;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 40px;
  }
  .slide-container .slick-next {
    right: 43%;
  }
  .slide-container .slick-prev {
    left: 39%;
  }
  .slide-heading-main {
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }
  .card-main-heading-box h2 {
    width: auto;
    font-size: 27px;
    line-height: normal;
  }
  .card-main-heading-box {
    padding-bottom: 30px;
  }
  .user-slider {
    padding: 10px 5px;
  }
  .user-left-heading-box {
    gap: 20px;
  }
  .user-para p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
  }
  .user-left-heading-box h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .user-btn-box {
    display: none;
  }
  .user-section .row {
    padding: 20px 0px !important;
  }
  .user-right-box img {
    width: 100%;
  }
  .user-btn-mobile {
    flex-direction: column;
    gap: 25px;
    padding: 40px 30px 0px 30px;
  }
  .user-btn-mobile a {
    padding: 16px;
    font-size: 18px;
  }
  .user-right-box {
    padding-top: 30px;
  }
  .user-section .slick-dotted.slick-slider {
    padding-bottom: 80px;
  }
  .user-section .slick-dots {
    bottom: 4%;
  }
  .card-slide-section .card {
    height: auto !important;
    margin-bottom: 20px !important;
  }
  .mobile-section .row {
    border-radius: 0;
  }
  .mobile-left-box h4 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .mobile-left-box {
    padding: 0;
    padding-bottom: 30px;
  }
  .mobile-right-box {
    margin: 0 !important;
  }
  .mobile-section .row {
    padding: 40px 0px;
  }
  .mobile-btn-box a {
    margin-top: 50px;
  }
  .faq-heading-box h2 {
    font-size: 27px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .faq-main-div {
    flex-direction: column;
  }
  .faq-main {
    width: 100%;
  }
  .faq-main {
    margin: 13px 0px;
  }
  .question {
    font-size: 18px;
  }
  .faq-main-div {
    gap: 0;
  }
  .faq-main-box {
    margin-top: -10px;
  }
  .footer-left-main {
    gap: 30px;
  }
  .footer-section .row {
    --bs-gutter-y: 30px !important;
  }
  .footer-nav-box {
    flex-direction: column;
    gap: 10px;
  }
  .footer-right-main {
    gap: 25px;
  }
  .footer-section {
    padding: 60px 10px;
  }
  .copyrite-main {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .banner-section {
    padding: 200px 0px;
  }
  .banner-left-main h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-section .row {
    --bs-gutter-y: 40px !important;
  }
  .banner-box-section .row {
    --bs-gutter-x: 10px !important;
  }
  .banner-box-main h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .banner-box-main {
    padding: 50px 10px 10px 10px;
  }
  .banner-box-main img {
    width: 30%;
    top: -14%;
  }
  .testimonial-main-box {
    flex-direction: column;
  }
  .testimonial-main-box {
    gap: 20px;
  }
  .testimonial-bottom-main {
    flex-direction: column;
    gap: 25px;
  }
  .testimonial-bottom-main h4 {
    text-align: center;
    font-size: 22px;
  }
  .slide-container .slick-next {
    right: 44%;
  }
  .slide-container .slick-prev {
    left: 44%;
  }
  .user-right-card-1 {
    align-items: center;
    justify-content: center;
  }
  .user-right-card-2 {
    align-items: center;
    justify-content: center;
  }
  .user-btn-box {
    gap: 0;
    justify-content: space-around;
  }
  .user-left-heading-box {
    gap: 20px;
  }
  .user-slider {
    padding: 30px;
  }
  .user-right-box {
    padding-top: 50px;
    flex-direction: row;
  }
  .user-section .slick-dotted.slick-slider {
    padding-bottom: 100px;
  }
  .mobile-left-box h4 {
    font-size: 25px;
    line-height: 34px;
  }
  .mobile-right-box {
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .faq-main-div {
    flex-direction: column;
  }
  .faq-main {
    width: 100%;
  }
  .faq-main-div {
    gap: 0px;
  }
  .faq-main-box {
    margin-top: -20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .banner-box-main {
    padding: 60px 20px 20px 20px !important;
  }
  .banner-box-main img {
    top: -22% !important;
  }
}

/* -----------------------WAITLIST-PAGE-CSS ------------------------------*/

.card-main-heading-box span {
  color: #ff5722;
}

.skip-left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.card-main-heading-box p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 17px;
  color: white;
}

.skip-section {
  padding: 70px 0px;
}

.skip-card-main {
  background: linear-gradient(
    181.42deg,
    rgba(255, 255, 255, 0.1) 3.42%,
    rgba(153, 153, 153, 0) 98.83%
  );
  backdrop-filter: blur(50px);
  border: 1px solid #fff3f380;
  border-radius: 31px;
  padding: 25px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.skip-card-logo {
  border-radius: 50%;
  border: 1px solid grey;
  aspect-ratio: 1;
  backdrop-filter: blur(49.0131721496582px);
  background: linear-gradient(
    125.1deg,
    rgba(255, 255, 255, 0.1) 30.36%,
    rgba(153, 153, 153, 0) 89.17%
  );
  display: flex;
  align-items: center;
  height: 70px;
  width: 70px;
  justify-content: center;
}

.skip-card-logo img {
  aspect-ratio: 1;
  object-fit: contain;
}

.skip-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skip-card-content h4 {
  color: white;
  margin: 0;
}

.skip-card-content p {
  color: white;
  margin: 0;
}

.skip-right-main img {
  border-radius: 31px;
}

.waitlist-stripe-section {
  padding-bottom: 70px;
}

.waitlist-stripe-main {
  background: linear-gradient(181.42deg, #1c3a4d 3.42%, #4c3b37 98.83%);
  border: 1px solid #fff3f380;
  backdrop-filter: blur(50px);
  border-radius: 31px;
  padding: 30px 50px;
}

.waitlist-stripe-main h5 {
  margin: 0;
  color: white;
  text-align: center;
  font-weight: 500;
  line-height: 32px;
}

.table-section {
  padding-bottom: 70px;
}

.leaderboard {
  background: linear-gradient(
    147.56deg,
    rgba(255, 255, 255, 0.1) 18.53%,
    rgba(153, 153, 153, 0) 79.97%
  );
  border: 1px solid #ffffff42;
  backdrop-filter: blur(50px);
  border-radius: 10px;
  overflow: hidden;
}
.leaderboard-header {
  background: linear-gradient(90deg, #9e3614 0%, #fa5521 47.5%, #9f3615 100%);
  backdrop-filter: blur(50px);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leaderboard-header span {
  font-size: 24px;
  color: white;
  font-weight: 500;
}

.span-last {
  font-size: 18px !important;
  color: white;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  gap: 6px;
}

.live-dot {
  width: 10px;
  height: 10px;
  background-color: #2ecc71;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.leaderboard-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.leaderboard-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid #ffffff42;
}

.leaderboard-item:last-child {
  border: none;
}
.rank {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-right: 15px;
  justify-content: center;
  font-size: 20px;
}
.top-rank {
  background: linear-gradient(147.56deg, #a23714 18.53%, #e44d1e 79.97%);
  border: 1.51px solid #fff3f380;
  backdrop-filter: blur(75.52381134033203px);
  color: white;
  display: flex;
  align-items: center;
}
.normal-rank {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  display: flex;
  align-items: center;
}
.user-info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.shares {
  font-size: 18px;
  color: #ccccccc5;
}

.share-quantity {
  color: white !important;
  font-weight: 400 !important;
  margin-right: 4px;
}

.lead-name {
  font-size: 20px;
  color: white;
  font-weight: 500;
}

.refer-outer {
  background: #eceff11a;
  border: 1px solid #ffffff4d;
  backdrop-filter: blur(50px);
  border-radius: 30px;
  padding: 30px;
}

.refer-section {
  padding-bottom: 70px;
}

.refer-inner {
  background: linear-gradient(
    181.42deg,
    rgba(255, 255, 255, 0.1) 3.42%,
    rgba(153, 153, 153, 0) 98.83%
  );

  border: 2px solid #fff3f34d;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.refer-inner h5 {
  margin: 0;
  color: white;
  font-size: 24px;
  line-height: 36px;
}

.input-container {
  background: #eceff11a;
  border: 1px solid #9d9d9d4d;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.input-container i {
  color: #ffffffc4;
  padding: 10px;
  font-size: 22px;
}
.input-container input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px;
}
.input-container input::placeholder {
  color: white;
}
.input-container button {
  background: #ff5722;
  border: none;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
}
.input-container button:hover {
  background: #e64a19;
}

.str-2 {
  padding: 30px !important;
  display: flex;
  align-items: center;
  gap: 30px;
}

.str-2 i {
  color: white;
  font-size: 30px;
}

.str-2 h5 {
  text-align: left !important;
}

/* ----------------------------------PLATINUM-PAGE-CSS -------------------------------*/

/* ---------------Centre-slider-section---------------- */
.platinum-row {
  --bs-gutter-x: 100px !important;
}

.centre-wrapper .slick-dots {
  top: 5%;
  left: 40%;
  bottom: 0 !important;
}

.centre-wrapper .slick-dots li button:before {
  font-size: 10px;
  color: white;
  opacity: 1;
}

.centre-wrapper .slick-dots li.slick-active button:before {
  color: #ff5722 !important;
  font-size: 15px;
  opacity: 1;
}

.centre-wrapper {
  background: linear-gradient(
    180deg,
    rgba(76, 175, 80, 0.5) 0%,
    rgba(32, 73, 33, 0) 100%
  );
  backdrop-filter: blur(50px);
  border: 1px solid #ffffff57;
  border-radius: 40px;
  padding: 100px 0px 60px 0px;
}

.centre-section {
  padding: 60px 0px;
}

.centre-main {
  display: flex !important;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  gap: 30px;
  margin: 0px 20px;
}

.centre-text-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.centre-text-main h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  line-height: 36px;
}

.centre-text-main p {
  color: black;
  font-weight: 500;
  font-family: 18px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.centre-text-main a {
  color: #ff5722;
  font-size: 17px;
  font-weight: 600;
}

.platinum-box {
  padding: 50px 0px;
  padding-top: 20px;
}

.platinum-box .row {
  background: linear-gradient(360deg, rgb(0 0 0 / 73%) -24.44%, #1976d2 95.93%);
  border: 1px solid #ffffff48;
  backdrop-filter: blur(50px);
  border-radius: 40px;
  padding: 40px;
  padding-bottom: 60px;
}

.platinum-box-img img {
  width: 90%;
}

.platinum-box-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: self-start;
  height: 100%;
  justify-content: center;
}

.platinum-box-text h3 {
  margin: 0;
  font-size: 32px;
  color: white;
  font-weight: 600;
  line-height: 43px;
  padding-bottom: 10px;
}

.platinum-box-text button {
  background: #d9d9d90f;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 5px 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.platinum-box-text span {
  background: linear-gradient(
    180deg,
    #c1c1c1 0%,
    #f2f2f2 26.5%,
    #c1c1c1 52%,
    #ffffff 72%,
    #c1c1c1 96%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
}

.big-text {
  font-size: 50px !important;
  line-height: 60px;
}

.gold-box-text button {
  border: 1px solid #ffda00;
  background: #fff3ae21;
}

.gold-box-text a {
  background: linear-gradient(
    90deg,
    #b27c34 0%,
    #f9ea83 47.82%,
    #b27c34 97.8%
  ) !important;
}

.gold-box-text span {
  background: linear-gradient(180deg, #b58138 0%, #f8e881 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.platinum-box-text p {
  font-size: 18px;
  color: white;
  line-height: 32px;
}

.platinum-box-text a {
  color: black;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    #c1c1c1 0%,
    #f7f7f7 27.8%,
    #c1c1c1 50.8%,
    #f7f7f7 76.3%,
    #c1c1c1 97.8%
  );
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 600;
}

.gold-main-centre {
  background: linear-gradient(
    180deg,
    rgba(76, 175, 80, 0.5) 0%,
    rgba(32, 73, 33, 0) 100%
  );
  border: 1px solid #ffffff4d;
  border-radius: 40px;
  padding: 50px;
  margin: 0;
}

.gold-img-main {
  width: 40%;
}

.gold-text-main {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: self-start;
  padding-left: 30px;
}

.gold-section {
  padding: 100px 0px;
}

.gold-text-main h3 {
  color: white;
  font-size: 36px;
  text-transform: none;
}

.gold-text-main p {
  color: white;
  font-weight: 500;
}

.gold-text-main a {
  color: black;
  border-radius: 14px;
  background: linear-gradient(90deg, #b27c34 0%, #f9ea83 47.82%, #b27c34 97.8%);

  padding: 12px 18px;
  text-decoration: none;
  font-weight: 600;
}







/* --------------GOLD-LAST-CSS------------ */


.access-section{
  padding-top: 60px;
}

.access-head{
  padding-bottom: 50px !important;
}


.access-head h6{
  margin: 0;
  color: rgb(230, 230, 230);
  margin-top: 15px;
  font-size: 20px;
}


.access-section .row{
  --bs-gutter-y:25px !important;
}

.access-main{
background-color: #3F4B51;
padding: 30px;
border-radius: 20px;
display: flex;
flex-direction: column;
gap: 15px;
justify-content: center;
align-items: start;
height: 100%;
}



.access-main h5{
margin: 0;
margin: 0;
font-size: 22px;
color:white;
font-weight: 600;
line-height: 30px;
}


.access-main p{
  font-size: 16px;
  color: rgb(230, 230, 230);
  font-weight: 500;
  margin: 0;
flex-grow: 1;
}


.access-gold{
  background: linear-gradient(180deg, #3C4041 0%, #1C4C64 100%) !important;
  align-items: center;

}

.access-gold p{
  text-align: center;

}

.access-gold h5{
  text-align: center;
}

.access-gold h6{
  color: rgb(230, 230, 230);
  margin:0;
  font-size: 20px;
}

.access-gold-large{
  background: linear-gradient(180deg, #3C4041 21.75%, #6B4D00 144.88%) !important;
  margin-top: 40px;
  gap: 30px;

}

.access-gold-large h5{
  font-size: 30px;
}

.access-gold-large p{
  margin: 0;
  background: linear-gradient(90deg, #B27C34 0%, #F9EA83 47.82%, #B27C34 97.8%) !important;
  font-size: 18px;
  padding: 10px;
  flex-grow: 0;
  color: black;
  border-radius: 6px;
font-weight: 600;
}

.platinum-text-main a{
  color: black;
  border-radius: 14px;
  background: linear-gradient(90deg, #c1c1c1 0%, #f7f7f7 27.8%, #c1c1c1 50.8%, #f7f7f7 76.3%, #c1c1c1 97.8%);
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 600;
}
