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

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

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

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

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

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

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;
}

/* Navbar Start */

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

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

.navbar .nav-link {
  color: #424345;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  width: 150px;
  height: 21px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.merchant-sign-in-btn,
.sign-in-btn {
  color: #0065f1;
}

.sign-up-btn {
  background: #0065f1;
}

.merchant-sign-in-btn,
.sign-in-btn,
.sign-up-btn {
  border: none;
  padding: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}

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

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

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

.primary-menu .nav-link {
  color: #424345;
  padding: 10px 15px;
}

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

  .auth-btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .navbar-brand img {
    width: 160px;
    height: auto;
  }

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

.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: white;
  gap: 10px;
  box-shadow: 0px 4px 10px 0px #00000040;
}

.button-white {
  border: 1px solid #0065f1;
  background-color: white;
  color: #0065f1;
  gap: 10px;
  box-shadow: 0px 4px 10px 0px #00000040;
}

/* Navbar End */

/* Hero Start */

.hero-banner {
  position: relative;
  height: auto;
  background: #ffffff;
  z-index: 0;
  padding: 136px 0 216px;
}

.hero-banner::after {
  content: "";
  position: absolute;
  background: url("../../frontend/img/new-assets/hero-bg.png") no-repeat center
    top;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 1182px;
  z-index: -21;
}

.hero-content {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
}

.hero-title {
  font-family: inherit;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 32px;
  color: #ffffff;
}

.hero-subtitle {
  width: 980px;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: #ffffff;
}

.hero-search {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  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;
  width: 714px;
  background: #0259d2;
  border-radius: 70px;
  padding: 10px;
  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;
}

.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-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #0065f1;
}

.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;
  border: none;
  height: 250px;
  outline: none;
  overflow-x: auto;
  top: 90px;
  left: calc(50% - 300px);
  border-radius: 10px;

  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

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

.search-box .search-input-wrapper:last-child .search-input {
  width: 160px;
}

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

.search-postcode-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;
}

.button-find-service {
  background: linear-gradient(
    85.2deg,
    #3078f7 12.16%,
    #5479f7 33.04%,
    #c379f8 68.66%
  );
  color: #ffffff;
  width: 159px;
  height: 55px;
  gap: 8px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 50px;
}

.hero-workflow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 280px;
}

.hero-workflow .hawpd {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Floating Button Container */
.floating-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: fixed;
  left: 20px;
  left: 20px;
  top: 75%;
  transform: translateY(-50%);
  z-index: 1000;
}

/* Individual Button Styling */
.floating-button {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #022b65;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: all 0.3s ease-in-out;
}

.floating-button:hover {
  background-color: #0047ab;
  transform: translateY(-3px);
}

/* ai-service-section */
.ai-container {
  margin: 50px auto 100px auto;
  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: 50px;
}

.home-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  gap: 32px;
  padding: 32px 64px;
  background: #0065f1;
  box-shadow: 4px 4px 10px 0px #0000004d;
  margin-bottom: 32px;
  flex-wrap: wrap;
  text-align: center;
}

.home-cta .home-content .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 8px;
}

.home-cta .home-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}

.btn-ctas {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-ctas .btn-cta {
  width: 100%;
  max-width: 273px;
  padding: 16px 32px;
  background: #d7e8ff;
  border: 1px solid #6682a9;
  box-shadow: 0px 4px 10px 0px #0000004d;
  border-radius: 2px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}

.quote-and-subscribe-form {
  width: 100%;
  max-width: 600px;
  margin-top: 60px;
}

.quote-created {
  margin-top: 20px;
}

.quote-created .quote-counter {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.quote-created .quote-counter .flip-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 40px;
  height: 48px;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  background: #27313f;
}

.quote-created .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin-top: 16px;
}

.subscribe-form {
  margin-top: 62px;
}

.quote-and-subscribe-form .search-input-wrapper {
  border: 1px solid #0065f1;
  width: 100%;
  max-width: 357px;
}

.quote-and-subscribe-form .search-box .search-input-wrapper .search-input {
  width: 100%;
}

.subscribe-form .sub-text {
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #424345;
}

.subscribe-form .sub-text a {
  font-weight: 700;
  text-decoration: none;
  color: #27313f;
}

.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-container .service-form-wrapper {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.ai-container .dynamic-imgs {
  padding: 20px;
  /* background: #f5f5f5;
  box-shadow: 0px 6px 20px 0px #00000033; */
}

.ai-container .buttons-container {
  margin-top: 34px;
}

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

@media (max-width: 768px) {
  .home-cta {
    padding: 20px;
    flex-direction: column;
    gap: 16px;
  }

  .btn-ctas {
    flex-direction: column;
  }

  .btn-ctas .btn-cta {
    width: 100%;
  }

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

@media (max-width: 480px) {
  .ai-container .section-title {
    font-size: 32px;
    text-align: center;
  }

  .ai-container .section-description {
    text-align: center;
    font-size: 14px;
  }

  .quote-and-subscribe-form {
    width: 90%;
  }
}

/* ai-powered-quotation-platform */
.ai-powered-container {
  padding: 0;
  margin: 100px 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: 48px;
  line-height: 100%;
  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;
  margin-bottom: 4px;
}

.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;
}

/* ai-powered-revolutionises */
.ai-powered-container .sub-heading {
  width: 1140px;
  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: 34px;
  margin-bottom: 64px;
}

.revolution-steps-wrapper .revolution-step {
  width: 100%;
  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 {
  width: 384px;
}

.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%;
}

/* logo-container */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 126px;
  padding: 100px 20px;
  background-color: #fbfbfb;
}

.logo {
  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;
}

/* cta section */
.cta-section {
  height: 463px;
  padding: 100px 0;
  background: url("../../frontend/img/new-assets/cta-banner.png") no-repeat
    center right;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.cta-section .cta-content .cta-title {
  width: 429px;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: #ffffff;
  border-top: 4px solid #ffffff;
  border-image: linear-gradient(to right, #ffffff 25%, transparent 25%) 1;
  margin-bottom: 0;
}

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

.cta-section .cta-content .cta-text-wrapper .cta-description {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #ffffff;
  padding: 0;
  margin: 0 0 34px;
}

/* Footer Styles */
.footer {
  background: url("../../frontend/img/new-assets/footer-bg.png") no-repeat
    center top;
  background-size: cover;

  padding: 100px 0 30px 0;
}

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

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

.footer-subscribe-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 10px;
  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;
}

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

.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 Section */
.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 60px;
  margin-bottom: 54px;
}

.footer-heading {
  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 {
  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: 20px;
  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%;
}

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

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

.step-indicator-image {
  width: 700px;
  height: auto;
  margin-right: 110px;
}

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

  .ai-powered-container .heading {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
    max-width: 90%;
  }

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

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

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

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

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

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

  .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;
  }

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

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

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

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

  .hero-title {
    font-size: 28px;
  }

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

  .hero-search {
    gap: 8px;
  }

  .button-find-service {
    text-align: center;
  }

  .hero-search .hero-search__form_container {
    flex-direction: column;
    width: max-content;
    border-radius: 16px;
  }

  .hero-search .hero-search__form_container .hero-search__bar {
    border-radius: 12px;
  }

  .hero-workflow {
    margin-top: 100px;
  }

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

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

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

  .ai-container .section-title {
    font-size: 36px;
    margin-bottom: 30px;
  }

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

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

  .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: 500px;
  }

  .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-section .quotation-wrapper {
    align-self: center;
  }

  .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;
  }

  .hero-workflow .wpd,
  .hero-workflow .hawpd {
    width: 100%;
    height: auto;
  }
}

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

  .floating-buttons {
    left: 10px;
  }

  .floating-button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .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: 400px;
  }

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

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

  .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;
  }
}

@media (max-width: 576px) {
  .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;
  }

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

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

  .ai-container .service-form-wrapper .step-indicator-image {
    width: 100%;
    height: auto;
    max-width: 350px;
  }

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

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

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

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

  .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) {
  .ai-powered-container .heading {
    font-size: 24px;
    margin-bottom: 24px;
  }

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

  .hero-subtitle {
    font-size: 14px;
    width: 100%;
  }

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

  .hero-workflow .wpd,
  .hero-workflow .hawpd {
    width: 100%;
  }

  .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;
  }

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

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

  .ai-container .service-form-wrapper .step-indicator-image {
    width: 100%;
    height: auto;
    max-width: 300px;
  }

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

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

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

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

  .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) {
  .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;
  }

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

  .hero-subtitle {
    font-size: 14px;
    width: 100%;
  }

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

  .hero-workflow .wpd,
  .hero-workflow .hawpd {
    width: 100%;
  }

  .ai-container .section-title {
    font-size: 20px;
    margin-bottom: 22px;
  }

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

  .ai-container .service-form-wrapper .step-indicator-image {
    width: 100%;
    height: auto;
    max-width: 250px;
  }

  .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;
  }

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

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

.step-indicator-image {
  transition: opacity 1s ease-in-out;
}

.fade-out {
  opacity: 0;
}

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

/* Carousel */
.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;
}

.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 {
  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;
}

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

.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;
}

/* .owl-carousel .owl-item {
  width: 900px !important;
  margin-left: 210px !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;
}

.ai-highlight-power {
  background: linear-gradient(
    91.77deg,
    #3078f7 30.1%,
    #5479f7 37.3%,
    #c379f8 49.58%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.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;
}

.ai-highlight-revolutionises {
  background: linear-gradient(
    91.54deg,
    #3078f7 30.74%,
    #5479f7 40.71%,
    #c379f8 54.67%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ai-highlight-intelligent {
  background: linear-gradient(
    90.01deg,
    #3078f7 11.96%,
    #5479f7 23.7%,
    #c379f8 45.26%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sign-up-icon {
  width: 64px;
  height: 64px;
  margin: 0 15px;
}

/* Profile Section */
.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: 1;
}

/* 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;
}

@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;
  }
}

@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;
  }
}

.banner-inner-area {
  display: none !important;
}

.new_service_details_area {
  background-color: #f5f5f5 !important;
}

/* Login Page CSS */
.login-container {
  position: relative;
  height: auto;
  background: rgb(255, 255, 255);
  padding: 136px 0 205px;
}

.login-container::after {
  content: "";
  background: url("/assets/frontend/img/new-assets/signin-bg.png") left top
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 588px;
  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-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;
  }
}

@media (max-width: 991.98px) {
  .navbar-container {
    border-bottom: none;
  }
}

/* Cookie Popup */
#gdpr-cookie-message {
  z-index: 9999;
  display: none !important;
}
