/* ============================================= */
/*               1. Base Styles                  */
/* ============================================= */
@font-face {
  font-family: "Airbnb Cereal";
  src: url("/assets/frontend/fonts/AirbnbCereal_W_Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb Cereal";
  src: url("/assets/frontend/fonts/AirbnbCereal_W_Bk.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/frontend/fonts/Montserrat.ttf") format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb Cereal";
  src: url("/assets/frontend/fonts/AirbnbCereal_W_Md.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb Cereal";
  src: url("/assets/frontend/fonts/AirbnbCereal_W_Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb Cereal";
  src: url("/assets/frontend/fonts/AirbnbCereal_W_XBd.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb Cereal";
  src: url("/assets/frontend/fonts/AirbnbCereal_W_Blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--extra-light-color);
  overflow-x: hidden;
  font-family: "Airbnb Cereal", sans-serif !important;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* ---------------- Overwrite Bootstrap Containers Start ---------------- */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

/* Custom Container With 1400 width */
.custom-container-xxl {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ---------------- Overwrite Bootstrap Containers End ---------------- */

/* ============================================= */
/*               2. Components                   */
/* ============================================= */

.container-xl {
  max-width: 1140px;
}

.container-lgx {
  max-width: 1040px;
}

.container-lg {
  max-width: 960px;
  padding: 16px;
}

.buttons-container {
  display: flex;
  gap: 10px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-width: 1px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  text-decoration: none;
}

.button-ai {
  background: linear-gradient(
    85.2deg,
    #3078f7 12.16%,
    #5479f7 33.04%,
    #c379f8 68.66%
  );
}

.button-blue {
  background: #0065f1;
  border: 1px solid #0065f1;
  color: #ffffff;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.button:hover.button-blue {
  background: #ffffff;
  color: #0065f1;
}

.button-signin:hover.button-blue {
  background: #ffffff;
  color: #0065f1;
  border: 1px solid #0065f1;
}

.button:hover.button-blue svg path {
  stroke: #0065f1;
}

.button-transparent {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.button:hover.button-transparent {
  background: #ffffff;
  border: 1px solid transparent;
  color: transparent;
}

.button-white {
  background-color: #ffffff;
  border: 1px solid #0065f1;
  color: #0065f1;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.button:hover.button-white {
  background-color: #0065f1 !important;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button:hover.button-white svg path {
  stroke: #ffffff;
}

.button-services {
  width: 267px;
  height: 51px;
  border: 1px solid #0065f1;
  background-color: white;
  color: #0065f1;
  gap: 10px;
  box-shadow: 0px 4px 10px 0px #00000040;
  transition: all 0.3s ease-in-out;
}

.button-white-no-border {
  border: none;
}

.text-shadow {
  text-shadow: 0px 4px rgba(0, 0, 0, 0.3);
}

.button-with-shadow {
  box-shadow: 0px 4px 10px 0px #00000040;
}

.padding-top-69 {
  padding-top: 69px;
}

.padding-bottom-69 {
  padding-bottom: 69px;
}

.view-details-btn {
  padding: 6px 12px;
  gap: 6px;
  border-radius: 30px;
  background: #ffab26;
  box-shadow: 0px 3px 4px 0px #00000040;
  color: white;
}

.view-details-btn:hover {
  color: white;
}

.google-btn {
  height: 48px;
  border-radius: 0;
}

.section-bg-3 {
  background-color: #f5f5f5;
}

.section-bg-4 {
  background-color: #fbfbfb;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.margin-top-44 {
  margin-top: 44px;
}
.p90-m60 {
  padding: 90px 0;
}

@media (max-width: 768px) {
  .p90-m60 {
    padding: 60px 0px 90px 0px;
  }
}

/* ============================================= */
/*   Common section Start                          */
/* ============================================= */

.section-header .title {
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4444444444;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 34px;
}

.section-header .title .gradient-text,
.section-header .title span {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.3));
}

.section-header .subtitle {
  display: block;
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #121212;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .section-header .subtitle {
    font-size: 16px;
  }
}

/* ============================================= */
/*   Common section Start                          */
/* ============================================= */
/* ============================================= */
/*   Logo Section Start                          */
/* ============================================= */

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 100px 20px;
  background-color: #fbfbfb;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider {
  display: flex;
  gap: 126px;
  animation: scroll-horizontal 15s linear infinite;
  align-items: center;
}

.logo {
  flex-shrink: 0;
  height: auto;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.logo .logo-item-1 {
  width: 172px;
  height: 62px;
}

.logo .logo-item-2 {
  width: 105px;
  height: 76px;
}

.logo .logo-item-3 {
  width: 182px;
  height: 76px;
}

.logo .logo-item-4 {
  width: 192px;
  height: 68px;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-container::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: transparent;
  animation: none;
}

.logo:hover {
  opacity: 1;
}

/* ============================================= */
/*   Logo Section End                           */
/* ============================================= */
/* ============================================= */
/*   all page banner navigation Start           */
/* ============================================= */

.banner-inner-area-two {
  background: url("/assets/frontend/img/new-assets/banner-inner-area-two-bg.webp")
    no-repeat left center;
  background-size: cover;
  font-family: "Montserrat";
}

.banner-inner-area-two .inner-menu {
  margin-bottom: 20px;
}

.banner-inner-area-two .inner-menu .list {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.banner-inner-area-two .inner-menu .list:last-child {
  font-weight: 700;
}

.banner-inner-area-two .inner-menu .list:not(:first-child)::before {
  height: 100%;
  background: #ffffff;
  transform: translateY(-50%) rotate(25deg);
}

.banner-inner-area-two .banner-inner-contents .banner-inner-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  font-family: inherit;
}

/* ============================================= */
/*   all page banner navigation End           */
/* ============================================= */
/* ============================================= */
/*   Testimonial section carousel Start           */
/* ============================================= */

.carousel-container {
  display: flex;
  text-align: center;
  padding: 50px 0;
  width: 1140px;
  height: 347px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  margin: auto;
  width: 1140px;
  height: 347px;
  gap: 20px;
}

.carousel-button {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 10px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.stars {
  color: #0065f1;
  font-size: 20px;
  margin: 0;
}

.testimonial-card {
  border-left: 3px solid #0065f1;
  position: relative;
  width: 800px;
  height: 347px;
  gap: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: #f8f8f8;
  padding: 20px;
  transition: transform 0.5s;
}

.testimonial-card .user-image {
  width: 222px !important;
  height: 347px;
  object-fit: cover;
  margin-bottom: -20px;
  margin-left: -20px;
}

.testimonial-content {
  text-align: left;
  width: 100%;
}

.testimonial-content .quote-author {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.testimonial-content .quote-author h4 {
  font-family: inherit;
  margin-top: 54px;
  font-size: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 10px;
}

.testimonial-content .quote-author span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}

.testimonial-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #777777;
  margin-top: 24px;
}

.testimonial-content .quote-icon {
  width: 66px !important;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-content .quote {
  font-size: 40px;
  color: #007bff;
  font-weight: bold;
}

/* Owl Carousel Style Override */
.owl-carousel {
  z-index: 0 !important;
}

.owl-carousel.owl-loaded {
  max-width: 800px !important;
}

.owl-carousel .owl-item {
  margin-left: 0px !important;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.hidden {
  display: none;
}

.testimonial-nav-mobile {
  display: none;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-nav-mobile button {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-image {
  width: 164px;
  height: 283px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}

.side-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003c8e;
  z-index: 1;
  mix-blend-mode: multiply;
}

.side-image svg {
  width: 30px;
  top: 174px;
  left: 57px;
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  z-index: 2;
  /* Ensure the SVG appears above the overlay */
}

.side-image button {
  padding: 126px 50px;
  background-color: transparent;
  z-index: 2;
  /* Ensure the SVG appears above the overlay */
  position: relative;
}

@media (max-width: 1199px) {
  .carousel-container {
    width: 992px;
    height: 344px;
  }

  .testimonial-card {
    width: 633px;
    height: 344px;
  }

  .testimonial-card .user-image {
    width: 220px !important;
    height: 344px;
  }

  .testimonial-content .quote-icon {
    width: 59.4px;
    height: 54px;
  }

  .owl-carousel.owl-loaded {
    max-width: 633px !important;
  }
}

/* Breakpoint: Up to 991px For Testimonial Owl Carousel */
@media (max-width: 991px) {
  .carousel-container {
    width: 480px;
    height: auto;
  }

  .owl-carousel.owl-loaded {
    max-width: 448px !important;
  }

  .testimonial-card {
    width: 448px;
    height: auto;
    padding: 0 10px 10px 10px;
    gap: 10px;
  }

  .testimonial-card .user-image {
    width: 131px !important;
    max-height: 344px;
    margin-bottom: -10px;
    margin-left: -10px;
  }

  .testimonial-content .quote-icon {
    width: 40px !important;
    height: 40px;
  }

  .testimonial-content p {
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial-content .quote-author h4 {
    font-size: 16px;
  }

  .testimonial-content .quote-author span {
    font-size: 13px;
  }
  .section-header .title,
  .api-section .section-header .title {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .carousel-container {
    width: 480px;
    height: auto;
  }

  .owl-carousel.owl-loaded {
    max-width: 448px !important;
  }

  .testimonial-card {
    width: 448px;
    padding: 10px;
    gap: 10px;
  }

  .carousel-container {
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
  }

  .testimonial-card {
    flex-direction: column;
    align-items: center;
    width: 448px;
    height: auto;
    padding: 0 10px 10px 10px;
    gap: 10px;
  }

  .testimonial-card .user-image {
    width: 100px !important;
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .side-image {
    display: none;
  }

  .testimonial-nav-mobile {
    display: flex;
  }
}

@media (max-width: 576px) {
  .carousel-container {
    width: 360px !important;
  }

  .testimonial-card {
    width: 328px;
  }

  .owl-carousel.owl-loaded {
    max-width: 328px !important;
  }
  .section-header .title,
  .api-section .section-header .title {
    font-size: 28px;
    line-height: 39px;
  }
}

/* ============================================= */
/*   Testimonial section carousel End           */
/* ============================================= */

/* ============================================= */
/*   Faq and question section start              */
/* ============================================= */

.faq-contents-two .faq-item .faq-title {
  padding: 24px 56px 24px 24px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  color: #000000;
  border: 1px solid rgba(214, 216, 225, 1);
}

.faq-contents-two .faq-item .faq-title::after {
  font-family: "Montserrat";
  font-weight: 400;
  margin-right: 0;
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='url(%23paint0_linear_2314_1653)'/%3E%3Cpath d='M16 10V16M16 16V22M16 16H22M16 16L10 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2314_1653' x1='-5.11078e-09' y1='12.1379' x2='32.6818' y2='12.8928' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235479F7'/%3E%3Cstop offset='1' stop-color='%23C379F8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-contents-two .faq-item.open .faq-title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FFAB26'/%3E%3Ccircle cx='16' cy='16' r='16' fill='url(%23paint0_linear_2314_1637)'/%3E%3Cpath d='M22 16H10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2314_1637' x1='-5.11078e-09' y1='12.1379' x2='32.6818' y2='12.8928' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235479F7'/%3E%3Cstop offset='1' stop-color='%23C379F8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-contents-two .faq-item.open {
  background: #f5f5f5;
  border: 1px solid #0065f1;
  box-shadow: 0px 4px 12px 0px #00000040;
}

.faq-contents-two .faq-item.open .faq-title {
  background: transparent;
  color: #000000;
  border: 1px solid rgba(214, 216, 225, 1);
  padding: 24px 56px 20px 24px;
}

.faq-contents-two .faq-item .faq-panel {
  padding: 20px 24px 24px 24px;
}

.faq-contents-two .faq-item .faq-panel .faq-para {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #121212;
}

/* ============================================= */
/*   Faq and question section End              */
/* ============================================= */

/* ============================================= */
/*                Navbar Start                  */
/* ============================================= */

.profile-img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.nav-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.navbar-nav {
  flex-direction: row;
}

.navbar .nav-link {
  color: #7b7b7b;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  width: 150px;
  height: 21px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
}

.sign-in-btn {
  background: white;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(91.32deg, #5479f7 0.86%, #c379f8 100.73%);
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 4px !important;
}

.sign-in-btn:hover {
  background: linear-gradient(91.32deg, #5479f7 0.86%, #c379f8 100.73%);
  color: white;
  -webkit-text-fill-color: white;
}

.sign-up-btn {
  background: linear-gradient(91.32deg, #5479f7 0.86%, #c379f8 100.73%);
  border-radius: 4px !important;
  color: white;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent !important;
}

.sign-up-btn:hover {
  background: white;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(91.32deg, #5479f7 0.86%, #c379f8 100.73%);
  -webkit-text-fill-color: transparent;
  border: 1px solid #5479f7 !important;
}

.merchant-sign-in-btn,
.sign-in-btn,
.sign-up-btn {
  display: flex;
  align-items: center;
  height: 36px;
  border: none;
  padding: 8px 20px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.navbar-container {
  border-bottom: 1px solid #d6d8e1;
}

.navbar-toggler {
  font-size: 24px;
  background: none;
  border: none;
}

.primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.primary-menu .nav-link {
  width: 100%;
  color: #424345;
  padding: 4px 15px;
}

.login-account .info-bar-item-two {
  position: relative;
}

.login-account .info-bar-item-two .profile-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.login-account .info-bar-item-two .author-thumb {
  position: relative;
  display: inline-block;
}

/* Profile image hover effect */
.login-account .info-bar-item-two .author-thumb img {
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Hover effect on the profile image */
.login-account .info-bar-item-two:hover .author-thumb img {
  transform: scale(1.1);
  /* Slight zoom on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Add shadow on hover */
}

/* Profile info hover effect */
.login-account .info-bar-item-two:hover .accounts {
  color: #007bff;
  /* Change the color of name when hovering */
}

/* Dropdown menu visibility */
.login-account .info-bar-item-two .account-list-item {
  display: block !important;
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px !important;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 2 !important;
  padding: 12px 0;
}

/* Show the dropdown when the parent is hovered */
.login-account .info-bar-item-two:hover .account-list-item {
  display: block;
}

/* Styling the dropdown items */
.login-account .info-bar-item-two .account-list-item li {
  padding: 16px 24px;
  border-bottom: 1px solid #efefef;
}

.login-account .info-bar-item-two .account-list-item li:last-child {
  border-bottom: none;
}

.login-account .info-bar-item-two .account-list-item li a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: color 0.3s ease;
  font-size: 16px;
}

/* Change color of links on hover */
.login-account .info-bar-item-two .account-list-item li a:hover {
  color: #007bff;
}

/* Navigation Modification */
nav.navbar {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 80px; */
}

.new_service_details_area {
  background-color: #f5f5f5 !important;
}
.navbar-brand img {
  width: 100%;
  height: 36px;
}

@media (max-width: 360px) {
  .navbar-brand img {
    width: 100%;
    height: 36px;
  }

  .auth-btn-container a {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .primary-menu {
    display: none;
  }

  .auth-btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .navbar-brand img {
    width: 100%;
    height: 36px;
  }
}

@media (max-width: 991.98px) {
  .navbar-container {
    border-bottom: none;
  }
  .navbar-brand img {
    width: 100%;
    height: 36px;
  }
}

/* ============================================= */
/*                Navbar End                     */
/* ============================================= */

/* ============================================= */
/*                Mega menu Start                 */
/* ============================================= */

.nav-link-with-icon {
  color: inherit;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-link-with-icon:hover {
  color: #5479f7;
}

.nav-link-with-icon:hover .nav-icon {
  content: url("/assets/frontend/img/new-assets/up.svg");
  transition: all 0.3s ease;
}

.navbar {
  position: relative;
  z-index: 9999;
}

.megamenu {
  position: absolute;
  top: 127px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 100vw;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  padding: 40px 50px;
  /* Fixed padding for all sides */
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.has-megamenu:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.megamenu-content {
  margin: 0 auto;
  padding: 0 15px;
}

.megamenu-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 8px;
  text-align: left;
}

.megamenu-title.link {
  cursor: pointer;
}

.megamenu-title.link:hover {
  color: #5479f7;
}

.megamenu-subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #31364c;
  margin-bottom: 0;
  text-align: left;
}

.megamenu-feature {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 0;
  padding: 8px 0;
  position: relative;
}

.megamenu-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #5479f7;
  border-radius: 3px;
}

/* Add this to ensure proper spacing */
.nav-link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.megamenu-icon-container {
  width: 24px;
  height: 24px;
}

.megamenu-mini-content {
  text-align: left;
  width: 100%;
}

@media (max-width: 991.98px) {
  .megamenu-content {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-top: 0.5rem;
    overflow: hidden;
    /* Prevents content from overflowing */
    width: 100%;
    /* Ensures it takes full width */
    box-sizing: border-box;
    /* Includes padding in width calculation */
  }

  .nav-link-with-icon:hover .nav-icon {
    content: initial !important;
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .primary-menu {
    display: none;
  }
}

/* ============================================= */
/*                Mega menu End                  */
/* ============================================= */

/* ============================================= */
/*                Home Page Design  Start                  */
/* ============================================= */

/* ============================================= */
/*                Hero  Start                  */
/* ============================================= */

.hero-banner {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: flex-end;
  /* This will align content to bottom */
  background: url("/assets/frontend/img/new-assets/hero-bg.png") no-repeat left
    center;
  background-size: cover;
}

.banner-inner-area-two,.hero-banner{
  padding-top: 190px;
}

.item-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
}

/* If you want the form/content to stay at a reasonable position */
.hero-content {
  margin-bottom: 40px;
  /* Adjust as needed */
  align-items: center;
  justify-content: start;
  flex-direction: column;
  text-align: left;
  color: white;
  width: 100%;
}

.hero-title {
  width: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  width: 100%;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.3);
}

.hero-search {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  z-index: 9;
}

.hero-search .hero-search__form_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  height: 60px;
  width: 490px;
  /* background: #0259d2; */
  border-radius: 70px;
  padding: 10px;
  padding-left: 0;
  /* box-shadow: 2px 3px 4px 0px #ffffff80 inset, 0px 15px 15px 0px #002a6580; */
}

.hero-search .hero-search__form_container .hero-search__bar {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  flex: 1;
  overflow: hidden;
  border-radius: 50px;
  z-index: 0;
}

.hero-search__bar .line-seperator {
  width: 2.47px;
  height: 45px;
}

.hero-search__bar .line-seperator img {
  width: 100%;
  height: 100%;
}

.hero-search__bar .hero-search__input_service {
  flex: 1;
}

.hero-search__bar .hero-search__input_pincode {
  width: 128px;
}

.hero-search__bar input[type="text"].search-input {
  height: 55px;
}

.hero-search__bar input[type="text"].search-input::placeholder {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #7b7b7b;
}

.search-box {
  display: flex;
  align-items: center;
  background: white;
}

.search-input-wrapper {
  position: relative;
}

.search-box .search-input-wrapper:first-child .search-input {
  width: 382px;
}

.search-list {
  position: absolute;
  width: 382px;
  height: auto;
  max-height: 200px;
  border: none;
  outline: none;
  overflow: hidden;
  top: 75px;
  border-radius: 20px;
}

.search-list ul {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.search-list ul::-webkit-scrollbar {
  display: none;
}

.search-service-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #aeaeae;
}

@media (min-width: 360px) {
  .hero-title {
    font-size: 24px;
  }

  .search-box {
    max-width: 140px;
  }
}

@media (min-width: 480px) {
  .hero-title {
    font-size: 24px;
  }

  .search-box {
    max-width: 200px;
  }
}

@media (min-width: 576px) {
  .hero-subtitle {
    font-size: 16px;
  }

  .item-content {
    margin-left: unset;
    margin-right: unset;
  }
}

@media (min-width: 768px) {
  .hero-title {
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .hero-search {
    justify-content: center;
  }
}

@media (min-width: 920px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-search {
    gap: 8px;
  }
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 36px;
  }

  .search-box {
    max-width: 320px;
  }
}

/* ============================================= */
/*                Hero  End                      */
/* ============================================= */

/* ============================================= */
/*                Ai Section Container  Start   */
/* ============================================= */

.ai-info-section-container .cta-row .button-white {
  width: 170px;
  height: 49px;
  box-shadow: none;
}

.ai-info-section-container .cta-row {
  margin-top: 34px;
  display: flex;
  justify-content: center;
}

.ai-info-section-container .section-title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #31364c;
  margin-bottom: 44px;
}

.ai-info-section-container {
  padding-bottom: 40px;
  padding-top: 60px;
}

.ai-info-section-container .feature-box {
  display: flex;
  /* gap: 20px; */
  margin-bottom: 30px;
}

.ai-info-section-container .icon {
  flex-shrink: 0;
}

.ai-info-section-container .feature-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 18px);
  /* Responsive between 16px and 18px */
  line-height: 120%;
  letter-spacing: 0;
  color: #31364c;
}

.ai-info-section-container .feature-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  /* Responsive between 14px and 16px */
  line-height: 150%;
  letter-spacing: 0;
  color: #31364c;
}

@media (max-width: 768px) {
  .ai-info-section-container {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}

@media (min-width: 600px) {
  .ai-info-section-container .section-title {
    font-size: 20px;
  }
}

/* @media (min-width: 768px) {
  body .ai-info-section-container {
    padding-bottom: 36px;
    padding-top: 36px;
  }
} */

@media (min-width: 576px) {
  .ai-info-section-container .cta-row {
    margin-top: 0 !important;
  }
}

/* ============================================= */
/*                Ai Section Container End        */
/* ============================================= */

/* ============================================= */
/*             Question Carousel Section Start   */
/* ============================================= */
.autoCarousel {
  white-space: nowrap;
  overflow-x: hidden;
  display: flex;
  gap: 24px;
}

.autoCarousel::-webkit-scrollbar {
  display: none;
}

.autoCarousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-height: 60px;
}

.carousel-box {
  font-family: "Airbnb Cereal";
  font-weight: 500;
  font-size: 17px;
  /* font-size: 18px; */
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  /* width: 519px; */
  width: auto;
  height: 47px;
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 4px 10px 0px #0000001a;
  color: #404040;
}

@media (max-width: 768px) {
  .carousel-box {
    font-size: 15px !important;
  }
}

/* ============================================= */
/*                Question Carousel Section End  */
/* ============================================= */

/* ============================================= */
/*               Smart choice Sesction   start    */
/* ============================================= */

.smart-choice-section {
  padding: 40px 40px;
}

.section-choice-description {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #31364c;
}

@media (min-width: 768px) {
  body .smart-choice-section {
    padding: 0;
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  body .smart-choice-section {
    padding: 0;
    margin-top: 5px;
  }
}

/* ============================================= */
/*               Smart choice Sesction   End   */
/* ============================================= */

/* ============================================= */
/*               Ai Service Section start   */
/* ============================================= */

.ai-container {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ai-service-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-top: 30px;
}

.ai-container .section-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 34px;
  margin-top: 34px;
  color: #000000;
}

.ai-container .section-description {
  font-family: inherit;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #343434;
  margin-bottom: 60px;
}

/* .ai-highlight-quotation {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 16px #0000004d;
} */
.ai-highlight-revolutionises,
.ai-highlight-quotation,
.ai-highlight-power {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.3));
}

/* .ai-highlight-revolutionises {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
} */
/* .ai-container .buttons-container {
  margin-top: 34px;
} */

.ai-container .buttons-container .button {
  padding: 16px 20px;
}

@media (min-width: 768px) {
  .ai-service-content {
    margin-top: 12px;
  }

  .ai-container .section-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .ai-container .section-description {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-container .service-form-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

@media (min-width: 360px) {
  .ai-container .section-title {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .ai-container .section-description {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 480px) {
  .ai-container .section-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .ai-container .section-description {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width: 576px) {
  .ai-container .section-title {
    font-size: 28px;
    margin-bottom: 26px;
  }

  .ai-container .section-description {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 920px) {
  .ai-container .section-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .ai-container .section-description {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .ai-container .section-title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .ai-container .section-description {
    font-size: 15px;
    line-height: 24px;
  }
}

/* ============================================= */
/*               Ai Service Section End   */
/* ============================================= */

/* ============================================= */
/*              Hero Image Section start          */
/* ============================================= */
.hero-image-section {
  background: #f5f5f5;
  padding: 90px 0 90px 0;
}

.hero-image-section .hero-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-image-section {
    padding: 60px 0px;
  }
}

/* ============================================= */
/*              Hero Image Section End          */
/* ============================================= */
/* ============================================= */
/*              Main video Section Start         */
/* ============================================= */

.main-video-section {
  padding-top: 90px;
  width: 100%;
  position: relative;
}

.main-video-wrapper {
  position: relative;
  width: 100%;
}

.main-video {
  width: 100%;
  height: auto;
  display: block; /* Ensure video is properly displayed */
  object-fit: cover;
}

.video-controls {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 10;
}

.video-control-button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 56px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 24px;
  position: relative;
}

.video-control-button::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  transition: background 0.3s ease;
}

.video-control-button:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}
/* PLAY icon when paused */
.main-video.paused ~ .video-controls .video-control-button::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><polygon points='16,12 52,32 16,52' fill='%23ffffff'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* PAUSE icon when playing */
.main-video:not(.paused) ~ .video-controls .video-control-button::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 4C6.89543 4 6 4.89543 6 6V18C6 19.1046 6.89543 20 8 20C9.10457 20 10 19.1046 10 18V6C10 4.89543 9.10457 4 8 4ZM16 4C14.8954 4 14 4.89543 14 6V18C14 19.1046 14.8954 20 16 20C17.1046 20 18 19.1046 18 18V6C18 4.89543 17.1046 4 16 4Z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Pause label on hover */
/* .main-video:not(.paused) ~ .video-controls .video-control-button:hover::after {
  content: "Pause";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
} */

/* Play label on hover when paused */
/* .main-video.paused ~ .video-controls .video-control-button:hover::after {
  content: "Play";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
} */

.video-control-button:hover::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 4C6.89543 4 6 4.89543 6 6V18C6 19.1046 6.89543 20 8 20C9.10457 20 10 19.1046 10 18V6C10 4.89543 9.10457 4 8 4ZM16 4C14.8954 4 14 4.89543 14 6V18C14 19.1046 14.8954 20 16 20C17.1046 20 18 19.1046 18 18V6C18 4.89543 17.1046 4 16 4Z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.overlay-content {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .main-video-section {
    padding-bottom: 0;
  }
}

/* ============================================= */
/*              Main video Section Stop        */
/* ============================================= */

/* ============================================= */
/*   Ai powered  qutaoation platform  Start       */
/* ============================================= */

.ai-powered-container {
  padding: 0;
  margin: 80px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.ai-powered-container .heading {
  font-family: inherit;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4444444444;
  letter-spacing: 0;
  margin-bottom: 34px;
  color: #000000;
}

.ai-powered-quotation-platform .ai-powered-container .ai-powered-row {
  gap: 44px;
  display: flex;
  flex-wrap: wrap;
}

.ai-powered-quotation-platform
  .ai-powered-container
  .ai-powered-row
  .ai-powered-col {
  margin: 0;
  padding: 0;
}

.ai-powered-row .ai-powered-col .ai-powered-card {
  width: 320px;
  height: 336px;
}

.ai-powered-row .ai-powered-col .ai-powered-card .card-body {
  padding: 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ai-powered-row .ai-powered-col .ai-powered-card .card-body .card-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  color: #121212;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.ai-powered-row .ai-powered-col .ai-powered-card .card-body .card-text {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #777777;
  margin-bottom: 0;
  max-width: 250px;
  padding: 0;
}

.ai-powered-row .ai-powered-col .ai-powered-card .card-body .docs-img img {
  height: 44px;
  width: 44px;
}

.ai-powered-row .ai-powered-col .ai-powered-card .card-footer {
  background: transparent;
  border: 1px solid #0065f1;
  padding: 16px 20px;
}

.ai-powered-row .ai-powered-col .ai-powered-card .card-footer .card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  gap: 10px;
  text-decoration: none;
  color: #0065f1;
}

@media (max-width: 768px) {
  .ai-powered-quotation-platform .ai-powered-container .ai-powered-row {
    justify-content: center;
  }
}

/* ============================================= */
/*   Ai powered  qutaoation platform  Stop       */
/* ============================================= */

/* ============================================= */
/*       Ai powered  revolutionry start          */
/* ============================================= */

.ai-powered-container .sub-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #343434;
  margin-bottom: 34px;
}

.ai-powered-container .quotation-sub-heading {
  width: 818px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  color: #343434;
  margin-bottom: 34px;
}

.revolution-steps-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 64px;
}

.revolution-steps-wrapper .revolution-step {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.revolution-steps-wrapper .revolution-step .step-image {
  width: 676px;
  height: auto;
}

.revolution-steps-wrapper .revolution-step .step-content {
  padding: 50px 60px;
  width: 100%;
}

.revolution-steps-wrapper .revolution-step .step-content .step-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 100%;
  color: #121212;
  text-align: left;
}

.revolution-steps-wrapper .revolution-step .step-content .step-description {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  color: #777777;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 100%;
}

@media (max-width: 1200px) {
  .ai-powered-container .heading {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 700px;
  }

  .revolution-steps-wrapper {
    gap: 30px;
    margin-bottom: 56px;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    width: 600px;
  }

  .revolution-steps-wrapper .revolution-step .step-content {
    width: 350px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 22px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 16px;
  }
}

@media (max-width: 920px) {
  .ai-powered-container .heading {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .ai-powered-container .sub-heading {
    width: 100%;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 600px;
  }

  .revolution-steps-wrapper {
    gap: 28px;
    margin-bottom: 48px;
  }

  .revolution-steps-wrapper .revolution-step {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
  }

  .revolution-steps-wrapper .revolution-step:nth-child(2) {
    flex-direction: column-reverse;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    width: 100%;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 20px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 15px;
  }

  .quotation-image-section .quotation-wrapper {
    align-self: center;
  }
}

@media (max-width: 768px) {
  .ai-powered-container .heading {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .ai-powered-container {
    margin: 30px 0;
  }

  .ai-powered-container .sub-heading {
    width: 500px;
    font-size: 15px;
    line-height: 24px;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 500px;
    font-size: 15px;
    line-height: 24px;
  }

  .ai-powered-quotation-platform .ai-powered-container .ai-powered-row {
    justify-content: center;
  }

  .ai-container .section-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .ai-container .section-description {
    font-size: 14px;
    line-height: 22px;
  }

  .ai-container .service-form-wrapper .step-indicator-image {
    width: 400px;
    height: 285px;
  }

  .revolution-steps-wrapper {
    gap: 24px;
    margin-bottom: 40px;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    width: 100%;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 18px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .ai-powered-container {
    margin: 30px 0 0 0;
  }

  .ai-powered-container .heading {
    font-size: 28px;
    margin-bottom: 26px;
  }

  .ai-powered-container .sub-heading {
    width: 90%;
    font-size: 14px;
    line-height: 22px;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 90%;
    font-size: 14px;
    line-height: 22px;
  }

  .revolution-steps-wrapper {
    gap: 20px;
    margin-bottom: 32px;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    max-width: 100%;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 16px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .ai-powered-container .heading {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .ai-powered-container .sub-heading {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .revolution-steps-wrapper {
    gap: 18px;
    margin-bottom: 28px;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    max-width: 100%;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 15px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .ai-powered-container .heading {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .ai-powered-container .sub-heading {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .revolution-steps-wrapper {
    gap: 18px;
    margin-bottom: 28px;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    max-width: 100%;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 15px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .ai-powered-container .heading {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .ai-powered-container .sub-heading {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 28px;
  }

  .ai-powered-container .quotation-sub-heading {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 28px;
  }

  .revolution-steps-wrapper {
    gap: 16px;
    margin-bottom: 24px;
  }

  .revolution-steps-wrapper .revolution-step .step-image {
    max-width: 250px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-title {
    font-size: 14px;
  }

  .revolution-steps-wrapper .revolution-step .step-content .step-description {
    font-size: 12px;
  }
}

/* ============================================= */
/*       Ai powered  revolutionry Stop          */
/* ============================================= */

/* ============================================= */
/*           Cta Section Start                  */
/* ============================================= */

.cta-section {
  padding: 112px 0px 80px 0px;
  background-color: #fbfbfb;
}

.cta-section .cta-content {
  max-width: 932px;
  padding: 0;
  position: relative;
}

.cta-section .cta-content .cta-title {
  font-family: inherit;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: #0065f1;
  border-top: 4px solid #ffffff;
  border-image: linear-gradient(to right, #0065f1 10%, transparent 10%) 1;
  margin-bottom: 44px;
}

.cta-section .cta-content .cta-text-wrapper {
  max-width: 420px;
  position: absolute;
  right: 0;
  top: 130px;
}

.cta-section .cta-text-wrapper .cta-description {
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000000;
  padding: 0;
  margin: 0 0 34px;
}

.cta-section .buttons-container {
  gap: 50px;
}

@media (max-width: 1200px) {
  .cta-section {
    height: auto;
  }

  .cta-section .cta-content .cta-text-wrapper {
    position: static;
    max-width: 374px;
    margin-top: 44px;
  }

  .cta-section .cta-content .cta-title {
    width: 360px;
  }

  .cta-section .cta-content .cta-text-wrapper .cta-description {
    font-size: 17px;
  }
}

@media (max-width: 920px) {
  .cta-section .cta-content {
    width: 90%;
  }

  .cta-section .cta-content .cta-title {
    width: 100%;
    font-size: 48px;
    border-top: 3px solid #ffffff;
  }

  .cta-section .cta-content .cta-text-wrapper .cta-description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cta-section .cta-content {
    width: 100%;
  }

  .cta-section .cta-content .cta-title {
    font-size: 42px;
  }

  .cta-section .cta-content .cta-text-wrapper .cta-description {
    font-size: 15px;
  }
  .cta-section {
    padding: 80px 0px 60px 0px;
  }
}

@media (max-width: 576px) {
  .cta-section .cta-content {
    width: 100%;
    padding: 0 15px;
  }

  .cta-section .cta-content .cta-title {
    font-size: 36px;
    width: 100%;
    border-top: 2px solid #ffffff;
  }

  .cta-section .cta-content .cta-text-wrapper .cta-description {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .cta-section .cta-content .cta-title {
    font-size: 32px;
  }

  .cta-section .cta-content .cta-text-wrapper .cta-description {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .cta-section .cta-content .cta-title {
    font-size: 28px;
  }

  .cta-section .cta-content .cta-text-wrapper .cta-description {
    font-size: 12px;
    line-height: 20px;
  }
}

/* ============================================= */
/*           Cta Section Stop                   */
/* ============================================= */

/* ============================================= */
/*           Footer Section Start                 */
/* ============================================= */
.footer {
  background: url("../../frontend/img/new-assets/footer-bg.webp") no-repeat
    center top;
  background-size: cover;
  padding: 100px 0 30px 0;
}
.footer-brand img {
  width: 150px;
  height: auto;
}

.footer-container {
  margin: 0 auto;
  padding: 0 20px;
}

/* Top section */
.footer-top {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 54px;
  gap: 52px;
  flex-wrap: wrap;
}

.footer-subscribe-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: inherit;
}

.footer-subscribe-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
  color: #ffffff;
  letter-spacing: 0;
  width: 334px;
  height: auto;
  margin-top: 118px;
}

.footer-subscribe-form-container {
  width: 406px;
  overflow: hidden;
  max-width: 100%;
}

.footer-subscribe-form {
  display: flex;
  gap: 10px;
}

.footer-input {
  height: 41px;
  flex: 1;
  padding: 12px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  border: 0.8px solid #fbfbfb;
  box-shadow: 0px 4px 10px 0px #0000001a;
  margin-bottom: 10px;
  border-radius: 0;
}

.footer-input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #aaaaaa;
}

.footer-button {
  height: 41px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0065f1;
  color: #ffffff;
  border: none;
  cursor: pointer;
  box-shadow: 0px 4px 10px 0px #2407501a;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
}

.footer-privacy {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 0;
}

.footer-privacy a {
  text-decoration: none;
}

.footer-privacy a:hover {
  text-decoration: underline;
}

.footer-links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  width: 100%;
  max-width: 752px;
  height: auto;
}

/* Footer Links Section */
.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 60px;
  margin-bottom: 54px;
}

.footer-heading {
  font-family: inherit;
  width: max-content;
  margin-bottom: 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-list a {
  display: inline-block;
  width: max-content;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  color: #ffffff;
}

.footer-list a:hover {
  text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 54px;
  flex-wrap: wrap;
  gap: 34px;
  color: #ffffff;
}

.footer-copyright {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
}

.footer-legal-links a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

/* Social Icons */
.footer-social-icons {
  display: flex;
  gap: 16px;
}

.footer-social-icons a {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  height: 20px;
}

.footer-social-icons a img {
  width: 100%;
  height: 100%;
}

.category-item {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 15px 15px;
  letter-spacing: 0%;
  color: #000000;
}

.subcategory-item {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 15px 15px;
  color: #404040;
}

.category-item:hover,
.subcategory-item:hover,
.service-item:hover {
  background: #eaeaea;
  text-decoration: none;
  /* optional for cleaner look */
}

#category-list {
  text-align: left;
}

.service-item {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 15px 15px;
  letter-spacing: 0%;
  color: #6b6b6b;
}

@media (max-width: 768px) {
  .footer-subscribe-form-container {
    width: 80%;
  }
}

/* ============================================= */
/*           Auth container Start                */
/* ============================================= */

.auth-content {
  width: 313px;
  height: 505px;
  position: fixed;
  right: 2%;
  /* top: 68%; */
  bottom: 2%;
  /* transform: translateY(-50%); */
  z-index: 1000;
  padding: 30px 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.auth-inputs {
  border-radius: 0;
  padding: 16px 0;
  gap: 10px;
  border-left-width: 2px;
  background: #f5f5f5;
  border-left: 2px solid #5478f7;
}

.auth-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
}

.auth-btn {
  border-radius: 0;
  border: 1.5px;
  border: 1.5px solid #5478f7;
  color: #5478f7;
}

.auth-btn:hover {
  background-color: #4a6ef0;
  color: white;
}

.auth-container .form-control {
  padding: 12px 16px;
}

@media (max-width: 768px) {
  .auth-btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: max-content;
  }
}

/* ============================================= */
/*           Auth container Stop                 */
/* ============================================= */

/* ============================================= */
/*           Footer Section Stop                 */
/* ============================================= */

/* ============================================= */
/*           Home Page Design End                */
/* ============================================= */

/* ============================================= */
/*           Prequal link Design Start           */
/* ============================================= */

.homeServices-title {
  font-family: "Airbnb Cereal", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 20px);
  /* Responsive between 16px and 20px */
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #121212;
}

.multiuse-section {
  padding: 100px 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.features-section {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
}

.feature-item {
  flex: 1 1 200px;
  max-width: 250px;
  margin: auto;
}

.feature-icon {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.feature-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.highlighted-text {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.3));
}

.multiuse-title {
  font-family: "Airbnb Cereal", sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  /* Responsive between 28px and 48px */
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 10px auto 32px auto;
}

.multiuse-subtitle {
  font-family: "Airbnb Cereal", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #121212;
}

/* ============================================= */
/*           Prequal link Design End           */
/* ============================================= */

/* ============================================= */
/*           Blogs Design Start                */
/* ============================================= */

.blog-bg-image {
  position: relative;
  background-size: cover;
  background-position: top;
  height: 536px;
  display: flex;
  align-items: flex-end;
}

.blog-content-overlay {
  backdrop-filter: blur(30px);
  color: #fff;
  padding: 20px;
  margin: 15px;
  width: 100%;
}

.blog-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 5px;
  letter-spacing: 0;
  color: #000000;
  word-wrap: break-word;
  white-space: normal;
}

.blog-meta {
  color: #000000;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}

.full-blog-content {
  padding: 30px 20px;
}

.full-blog-content,
.full-blog-content * {
  font-family: "Airbnb Cereal", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #000000 !important;
}

.category-tab-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.category-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.category-tab-link {
  display: inline-block;
  padding-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.category-tab-link:hover {
  color: #2f80ed;
}

.category-tab-link.active::after,
.category-tab-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #2f80ed;
}

.related-blog-area {
  background: #f5f5f5;
}

.blog-contianer-bg {
  background: #ffffff !important;
}

.blogs-shadow {
  box-shadow: 0px 0px 3px 0px #0065f1;
}

.pagination {
  justify-content: end !important;
}

.pagination .page-item {
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: 0;
}

.pagination .page-item .page-link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  background: none !important;
  text-align: center;
  line-height: 25px;
  font-weight: 600;
  border: 0 !important;
  border-radius: 0 !important;
  color: #000000 !important;
}

.pagination .page-item .page-link:hover {
  background-color: #3e86ec !important;
  color: #fff !important;
}

.pagination .page-item.active .page-link {
  background-color: #0065f1 !important;
  color: #fff !important;
  border-color: #0065f1 !important;
}

.single-blog-details-overlay {
  overflow: hidden;
}

@media (max-width: 768px) {
  .blog-title {
    font-size: 20px;
  }

  .blog-meta {
    margin-top: 13px;
    margin-bottom: 0 !important;
    justify-content: flex-start !important;
  }

  .blog-excerpt {
    margin-top: 0 !important;
  }
}

@media (max-width: 576px) {
  .blog-title {
    font-size: 18px;
  }
}

/* ============================================= */
/*           Blogs Design End                   */
/* ============================================= */

/* ============================================= */
/*           About us Design Start               */
/* ============================================= */

.About-area-two .about-thumb-content .about-thumb .about-experience {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: linear-gradient(91.32deg, #5479f7 0.86%, #c379f8 100.73%);
  border: none;
  padding: 20px;
  top: 0;
  right: 0;
  border-radius: 0;
  height: max-content;
}

.About-area-two
  .about-thumb-content
  .about-thumb
  .about-experience
  .years-tiitle {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.About-area-two
  .about-thumb-content
  .about-thumb
  .about-experience
  .experience-tiitle {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.About-area-two .single-about .about-title {
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  padding: 0px;
}

.About-area-two .single-about .about-contents .about-para {
  margin-top: 16px;
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #777777;
}

.seller-area-two .seller-thumbs img {
  border-radius: 0;
}

.clientlogo-area-two .clientlogo-item {
  filter: grayscale(1) contrast(0.4);
}

.max-content {
  width: max-content;
}

.seller-area-two .title {
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
  padding: 0;
}

.seller-area-two .section-para {
  margin-top: 16px;
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #777777;
}

.marketplace-area-two .marketplace-child .single-marketplace {
  padding: 40px 20px;
  background: #ffffff !important;
  border-radius: 0;
}

.marketplace-area-two .marketplace-child .single-marketplace .icon {
  background-color: #e5ebff !important;
  height: 66px;
  width: 66px;
  margin-bottom: 24px;
}

.marketplace-area-two .marketplace-child .single-marketplace .icon i {
  background: linear-gradient(135deg, #5479f7, #c379f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.marketplace-area-two .common-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #31364c;
}

.marketplace-area-two .common-para {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #31364c;
  margin-top: 16px;
}

.category-area-two .ai-powered-row .ai-powered-col .ai-powered-card {
  width: auto;
  height: 280px;
  margin: 0 22px;
}

.category-area-two
  .ai-powered-row
  .ai-powered-col
  .ai-powered-card
  .card-body
  .docs-img
  i {
  font-size: 44px;
  color: #0065f1;
}

@media (max-width: 992px) {
  .About-area-two .single-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .seller-area-two .seller-wrapper {
    padding-bottom: 30px;
  }
  .footer-subscribe-text {
    margin-top: 50px;
  }
  .banner-inner-area-two,.hero-banner{
    padding-top: 120px;
  }
}

/* ============================================= */
/*           About us Design End                */
/* ============================================= */
/* ============================================= */
/*           price plan or subscription start     */
/* ============================================= */

.price-plan-area .price-plan-row .price-plan-box {
  border: 1px solid #f0f0f0;
}

.price-plan-area .price-plan-row .price-plan-box:hover {
  background-color: #f0f0f0;
  box-shadow: 0px 5px 20px 0px #00000040;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-header {
  background: #0065f1;
  padding: 16px 20px;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-header
  .price-plan-icon {
  height: 54px;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-header
  .price-plan-icon
  img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-header
  .price-plan-title {
  font-family: "Airbnb Cereal";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #ffffff;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-header
  .price-plan-type {
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-body {
  padding: 0 20px;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-body
  .price-plan-list {
  font-family: "Airbnb Cereal";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000;
  padding: 26.75px 0;
  border-bottom: 1px solid #d6d8e1;
  border-radius: 0;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-footer {
  padding: 0 20px 20px 20px;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-footer
  .price-plan-price {
  padding: 26.75px 0;
  font-family: "Airbnb Cereal";
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000;
  text-wrap: wrap;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-footer
  .price-plan-price
  .price-plan-duration {
  display: inline-block;
  font-size: 16px;
}

.price-plan-area
  .price-plan-row
  .price-plan-col
  .price-plan-box
  .price-plan-footer
  .btn-wrapper
  .cmn-btn {
  width: 100%;
  background: linear-gradient(91.32deg, #5479f7 0.86%, #c379f8 100.73%);
  box-shadow: 5px 3px 6.7px 0px #00000040 inset, 0px 4px 10px 0px #00000040;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 16px 0;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.price-plan-area .section-plan-header .price-plan-btn {
  position: relative;
  height: 44px;
  width: max-content;
  min-width: 160px;
  padding: 12px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #404040;
  border-radius: 8px;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  z-index: 0;
}

.price-plan-area .section-plan-header .price-plan-btn:nth-child(1) {
  margin-right: -12.5px;
}

.price-plan-area .section-plan-header .price-plan-btn .extra-off {
  margin-left: 10px;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #54da00;
  background: #54da001a;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0;
  color: #2a6903;
}

.price-plan-area .section-plan-header .price-plan-btn.active {
  background: linear-gradient(90deg, #0065f1 0%, #003a8b 100%);
  border: none;
  color: #ffffff;
  z-index: 1;
}

.price-plan-area .section-plan-header .price-plan-btn.active .extra-off {
  background: #54da00;
  color: #ffffff;
  border: none;
}

.margin-bottom-160 {
  margin-bottom: 160px;
}

@media (min-width: 1400px) {
  .price-plan-area .price-plan-col:nth-child(1) .pricing-card,
  .price-plan-area .price-plan-col:nth-child(2) .pricing-card,
  .price-plan-area .price-plan-col:nth-child(3) .pricing-card {
    position: relative;
    min-width: 500px;
  }

  .price-plan-area .price-plan-col:nth-child(2) .pricing-card {
    z-index: 1;
    left: -15px;
  }

  .price-plan-area .price-plan-col:nth-child(1) .pricing-card,
  .price-plan-area .price-plan-col:nth-child(3) .pricing-card {
    top: 100px;
  }

  .price-plan-area .price-plan-col:nth-child(1) .pricing-card {
    left: 0;
  }

  .price-plan-area .price-plan-col:nth-child(3) .pricing-card {
    left: -25px;
  }

  .price-plan-area .pricing-card.end-card .features-title,
  .price-plan-area .pricing-card.end-card .feature-list .feature-item {
    margin-left: 40px;
    text-align: left;
  }

  .price-plan-area .pricing-card.end-card {
    text-align: center;
  }
}

.price-plan-area .pricing-card {
  padding: 54px;
  border-radius: 50px;
  font-family: "Montserrat";
  color: #404040;
  box-shadow: 0px 0px 16px 0px #00000026;
  position: relative;
  z-index: 0;
}

.price-plan-area .price-plan-col:nth-child(2) .pricing-card {
  background: #ffffff;
  border: 1px solid #a3caff;
}

.price-plan-area .price-plan-col:nth-child(1) .pricing-card {
  background: #f2f8ff;
  border: 1px solid #b3d6ff;
}

.price-plan-area .price-plan-col:nth-child(3) .pricing-card {
  background: #0065f1;
  border: 1px solid #a3caff;
  color: #ffffff;
}

.price-plan-area .pricing-card.custom-plan {
  background: #00357e;
  border: 1px solid #a3caff;
  color: #ffffff;
}

.price-plan-area .pricing-card .badge {
  display: none;
  font-family: inherit;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #404040;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
}

.price-plan-area .price-plan-col:nth-child(2) .pricing-card .badge {
  display: block;
}

.price-plan-area .pricing-card .plan-title {
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 100%;
  letter-spacing: 0;
  color: inherit;
}

.price-plan-area .pricing-card .plan-description {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: inherit;
}

.price-plan-area .pricing-card .features-title {
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: inherit;
}

.price-plan-area .pricing-card .feature-list .feature-item {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: inherit;
  max-width: unset;
}

.price-plan-area .pricing-card .feature-list .feature-item .check-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.price-plan-area .pricing-card .feature-list .feature-item:not(:last-child) {
  margin-bottom: 14px;
}

.price-plan-area .pricing-card .pricing {
  text-align: center;
}

.price-plan-area .pricing-card .pricing .monthly-price,
.price-plan-area .pricing-card .pricing .yearly-price {
  font-family: "Airbnb Cereal";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  color: inherit;
}

.price-plan-area .pricing-card .pricing .monthly-price .per-month,
.price-plan-area .pricing-card .pricing .yearly-price .per-year {
  font-weight: 400;
}

/* .price-plan-area .pricing-card .pricing .yearly-price {
  font-family: "Airbnb Cereal";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #7b7b7b;
} */

.price-plan-area
  .price-plan-col:nth-child(3)
  .pricing-card
  .pricing
  .yearly-price,
.price-plan-area .pricing-card.custom-plan .pricing .yearly-price {
  color: #ffffff;
}

.price-plan-area .pricing-card .cta-button {
  width: 100%;
  font-family: inherit;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 36px;
  padding: 24px 20px;
}

.price-plan-area .price-plan-col:nth-child(3) .pricing-card .cta-button,
.price-plan-area .pricing-card.custom-plan .cta-button {
  color: #0065f1;
  background: #ffffff;
}

.price-plan-area .price-plan-col:nth-child(2) .pricing-card .cta-button {
  color: #ffffff;
  background: linear-gradient(90deg, #0065f1 0%, #003a8b 100%);
}

.price-plan-area .price-plan-col:nth-child(1) .pricing-card .cta-button {
  color: #ffffff;
  background: #404040;
}

.price-plan-area
  .price-plan-col:nth-child(3)
  .pricing-card
  .feature-list
  .feature-item
  .check-icon
  path,
.price-plan-area
  .pricing-card.custom-plan
  .feature-list
  .feature-item
  .check-icon
  path {
  stroke: #ffffff;
}

/* ============================================= */
/*           price plan or subscription End      */
/* ============================================= */

/* ============================================= */
/*           Carreer Start                      */
/* ============================================= */

.cropped-image {
  background-image: url("../img/new-assets/careers-big-image.png");
  /* adjust path if needed */
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  background-position: 50% 20%;
  /* 50% from left, 20% from top */
}

.single-rol {
  background: #f5f5f5;
  gap: 24px;
  padding: 20px;
  height: auto;
}

.single-rol:hover {
  box-shadow: 0px 4px 12px 0px #00000040;
}

.roles-heading {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
}

.roles-subheading {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #777777;
}

.big-btn {
  height: 49px;
}

/* ============================================= */
/*           Carreer End                         */
/* ============================================= */

/* ============================================= */
/*           new Login Start                      */
/* ============================================= */

.login-container {
  position: relative;
  height: auto;
  background: #fff;
  padding: 159px 0 205px;
  margin-top: 80px;

}

.login-container::after {
  content: "";
  background: url("/assets/frontend/img/new-assets/signin-bg.webp") left top
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  z-index: 0;
}

.login-container .login-content {
  display: flex;
  flex-direction: column;
}

.login-container .login-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 12px;
  color: #ffffff;
}
.login-subheading {
  min-height: 2rem;
}

.login-container .login-subheading {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 34px;
  color: #ffffff;
}

.button-signup {
  background: transparent;
  border: 1px solid #fff;
  color: white;
  max-width: 203px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.button-signin {
  background: #0065f1;
  border: 1px solid #fff;
  color: white;
  max-width: 203px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.login-container .button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-container .button-google-signup {
  background: transparent;
  border: 1.5px solid #0065f1;
  color: #0065f1;
  max-width: 198px;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  justify-content: space-between;
}

.login-container .button-google-signup:hover {
  color: #0065f1;
}

.login-container .signup-wrapper {
  max-width: 626px;
  border-radius: 8px;
  padding: 60px;
}

.login-container .signup-wrapper .login-heading,
.login-container .signup-wrapper .login-subheading {
  color: #000000;
}

.login-container .signup-wrapper .forgot-btn {
  color: #ff0000;
}

.login-container .signup-wrapper .login-subheading {
  margin-bottom: 64px;
}

.login-container .signup-wrapper .button-container {
  margin-top: 64px;
}

.login-container .signup-wrapper .signup-forms button {
  border-radius: 0px;
  height: 55px;
  margin-top: 0;
}

.login-container
  .signup-wrapper
  .signup-forms
  .single-signup
  .input-icon-container {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-left: 2px solid#0065F1;
  background: #f5f5f5;
}

.login-container
  .signup-wrapper
  .signup-forms
  .single-signup
  .input-icon-container
  .icon
  .icon-close {
  display: none;
}

.login-container
  .signup-wrapper
  .signup-forms
  .single-signup
  .input-icon-container
  .icon {
  padding: 20px;
  padding-right: 10px;
}

.login-container
  .signup-wrapper
  .signup-forms
  .single-signup
  .input-icon-container
  .icon.eye-icon {
  padding-right: 20px;
  cursor: pointer;
}

.login-container .signup-wrapper .signup-forms .single-signup .form--control {
  border: 0;
  padding: 0;
  border-radius: 0;
  background: #f5f5f5;
  box-shadow: none;
}

.login-container
  .signup-wrapper
  .signup-forms
  .single-signup
  .form--control:focus:focus-visible {
  box-shadow: none;
}

.login-container
  .signup-wrapper
  .signup-forms
  .single-signup
  .form--control::placeholder {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.login-container
  .signup-wrapper
  .signup-checkbox
  .checkbox-inlines
  .checkbox-label {
  color: #5da1ff;
}

.login-container .signup-wrapper .checkbox-inlines .check-input {
  border-color: #5da1ff;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  /* .login-container {
    padding: 60px 0;
  }

  .login-container::after {
    height: 500px;
  } */
}

@media (max-width: 991px) {
  .login-container .login-heading {
    font-size: 40px;
  }

  .login-container .login-subheading {
    font-size: 18px;
  }

  .login-container .signup-wrapper {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .login-container {
    padding: 40px 0;
  }

  .login-container::after {
    height: 400px;
  }

  .login-container .container-xl {
    flex-direction: column;
  }

  .login-container .login-content {
    margin-bottom: 40px;
    text-align: center;
    align-items: center;
  }

  .login-container .login-heading {
    font-size: 32px;
  }

  .login-container .login-subheading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .login-container .signup-wrapper {
    padding: 25px 20px;
  }

  .login-container .signup-wrapper .login-subheading {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .login-container .button-container {
    flex-direction: column;
    gap: 15px;
  }

  .login-container .button-signup,
  .login-container .button-signin,
  .login-container .button-google-signup {
    max-width: 100%;
  }

  .login-container .signup-wrapper .button-container {
    margin-top: 30px;
  }

  .login-container .signup-wrapper .signup-checkbox {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .login-container {
    padding: 30px 0;
  }

  .login-container::after {
    height: 350px;
  }

  .login-container .login-heading {
    font-size: 28px;
  }

  .login-container .signup-wrapper {
    padding: 20px 15px;
  }

  .login-container .signup-wrapper .login-heading {
    font-size: 24px;
  }

  .login-container .signup-forms .single-signup .form--control {
    height: 50px;
    font-size: 14px;
  }

  .login-container .signup-forms .single-signup .form--control::placeholder {
    font-size: 14px;
  }
}
.ai-info-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 15px 0 15px; /* top spacing from data-padding-top */
  }

  .ai-info-section-container .feature-box {
  display: flex;
  align-items: flex-start; /* icon ke top ke sath text align */
  gap: 12px;
  margin-bottom: 25px;
  }

  .ai-info-section-container .icon img {
  width: 40px;
  height: 40px;
  margin-top: -2px; /* text ke sath vertical align */
  }

  .ai-info-section-container .feature-body {
  text-align: left; /* text left aligned rahe */
  }

  .ai-info-section-container .feature-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 15px);
  line-height: 1.5;
  color: #31364c;
  margin: 0; /* remove extra gap */
  }

/* ============================================= */
/*           new Login End                      */
/* ============================================= */

/* ============================================= */
/*           Contact Design Start                */
/* ============================================= */

.contact-sidebar {
  background: linear-gradient(
    163.1deg,
    #0065f1 9.29%,
    #0050be 45.95%,
    #003a8b 99.1%
  );
  color: #ffffff;
  padding: 36px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  line-height: 1.8;
  height: 100%;
}

.contact-sidebar i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.contact-form {
  background: #ffffff;
  gap: 54px;
  padding: 20px;
  border-width: 1px;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.contact-input {
  font-family: "Airbnb Cereal";
  background: #f5f5f5;
  border-radius: 0 !important;
}

.contact-input::placeholder {
  color: #aeaeae;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0;
  opacity: 1;
  font-size: 14px;
}

.contact-links {
  font-family: "Airbnb Cereal";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}

.text-area-input {
  font-family: "Airbnb Cereal";
  background: #f5f5f5;
  border-radius: 0 !important;
  height: auto;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
}

.text-area-input::placeholder {
  color: #aeaeae;
}

.contactUs-section .row {
  display: flex;
  align-items: stretch;
}

@media (max-width: 991px) {
  .contact-sidebar {
    flex-direction: row !important;
    padding: 20px;
    /* Adjust padding for smaller screens */
    justify-content: space-between;
    /* Add space between the items */
    align-items: flex-start !important;
    /* Center items vertically */
    margin-bottom: 0 !important;
  }

  .contact-sidebar .mb-4 {
    margin-bottom: 0 !important;
    /* Remove bottom margin for the items */
    margin-right: 15px;
    /* Add right margin between items */
  }

  .contact-sidebar .contact-links {
    margin-right: 15px;
    /* Add margin between text and icons */
  }
}

@media (max-width: 660px) {
  .contact-sidebar {
    gap: 20px;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    /* Add space between the items */
  }

  .contact-sidebar .mb-4 {
    margin-bottom: 20px !important;
    /* Remove bottom margin for the items */
    margin-right: 0px;
  }

  .contact-sidebar .contact-links {
    margin-right: 0px;
    /* Add margin between text and icons */
  }
}

/* ============================================= */
/*           Contact Design End                  */
/* ============================================= */

/* ============================================= */
/*   Terms and Conditions privcy ploicy start    */
/* ============================================= */

.grey-bg {
  width: 100%;
  gap: 24px;
  padding: 12px;
  background: #f5f5f5;
}

.main-privacy-policy-content {
  width: 100%;
}

.ploicy-terms-heading {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}

.ploicy-terms-subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #121212;
}

.terms-list {
  padding-left: 20px;
  margin: 15px 0;
}

.terms-list li {
  margin-bottom: 4px;
  list-style-type: disc !important;
}

.terms-list li::marker {
  color: #121212;
}

/* ============================================= */
/*   Terms and Conditions privcy ploicy End    */
/* ============================================= */

.login-container .register-content {
  flex: auto;
}

/* ============================================= */
/*   Wait List Style start    */
/* ============================================= */
/* Backdrop */

/* Modal content */

/* @media (min-width: 1140px) {
  #waitlistModal .modal-lg,
  #waitlistModal .modal-xl {
    --bs-modal-width: 980px;
  }
} */

#waitlistModal {
  z-index: 1000;
}

#waitlistModal label,
#waitlistModal input {
  font-family: "Airbnb Cereal", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

#waitlistModal input,
#waitlistModal input::placeholder,
#waitlistModal textarea,
#waitlistModal select {
  font-size: 16px;
  color: #d9d9d9;
}

.simple-form .form-control,
.simple-form .form-select {
  background: transparent !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding-left: 0;
  box-shadow: none;
  color: #d9d9d9 !important;
}

.simple-form .form-control::placeholder,
.simple-form .form-select:not(:has(option[selected][disabled])) {
  color: #d9d9d9 !important;
}

.simple-form .form-control:focus,
.simple-form .form-select:focus {
  box-shadow: none;
  border-color: white !important;
  background: transparent !important;
}

.simple-form option {
  color: #212529;
}

.simple-form .form-check-input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.simple-form .form-check-input:checked {
  background-color: #2c1ee3;
  border-color: #2c1ee3;
}

.simple-form .form-check-label {
  color: white;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.social-icons {
  font-size: 1.2rem;
  color: #0065f1;
}

.text-waitlist {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

.btn-outline-light:hover {
  background-color: #0065f1;
  border-color: #0065f1;
  color: white;
}

.bg-purple {
  background: #21233f;
}

.modal-backdrop {
  --bs-backdrop-z-index: 999 !important;
  z-index: 999 !important;
}

.coming-soon {
  text-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}

/* ============================================= */
/*   Wait List Style End                         */
/* ============================================= */