.footer .container .wrapper .logo {
  max-width: 188px;
}
.footer .container .wrapper .g-review {
  width: 136px;
  height: 64.3px;
}
.footer .container .wrapper p {
  padding: 32px 0;
  border-bottom: 2px solid #e6e6e6;
}
.footer .container .wrapper .links {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  margin-top: 32px;
}
.footer .container .wrapper .links div {
  color: #586272;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.footer .container .wrapper .links .d-flex {
  gap: 12px;
}
.footer .container .wrapper .links .d-flex a {
  color: #586272;
}

@media screen and (max-width: 1060px) {
  .footer .links {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 576px) {
  .footer .container .wrapper {
    padding: 0 0 40px 0;
  }
  .footer .container .wrapper .logo {
    max-width: 132px;
    max-height: 47px;
    width: 100%;
  }
}
@font-face {
  font-family: "THICCCBOI";
  src: url("../fonts/THICCCBOI-Bold.woff2") format("woff2");
  font-weight: bold;
}
body {
  font-family: Montserrat;
}

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

.container {
  max-width: 1440px;
  padding-left: 94px;
  padding-right: 94px;
  margin: auto;
}

.wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bold {
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

.bold-500 {
  font-weight: 500;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

h1 {
  color: #161c24;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  text-align: center;
  max-width: 800px;
}

h2 {
  color: #111827;
  font-family: Montserrat;
  font-size: 34.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.1px;
}

h3 {
  color: #161c24;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

h5 {
  color: #4b5563;
  text-align: left;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}

h6 {
  color: #4b5563;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

p {
  color: #586272;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.mobile-view {
  display: none !important;
}

.lg-view {
  display: none;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}
.quote .quote-btn {
  border-radius: 4px;
  background: #0866ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  padding: 8px 125px;
  cursor: pointer;
}
.quote .checked-points {
  display: flex;
  gap: 16px;
}
.quote .checked-points div {
  display: flex;
}
.quote .checked-points div p {
  font-size: 14px;
}

.cta-btn-group {
  display: flex;
  gap: 16px;
}
.cta-btn-group .cta-btn {
  border-radius: 4px;
  background: #0866ff;
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  border: none;
  cursor: pointer;
}
.cta-btn-group a {
  border-radius: 4px;
  border: 1px solid #0866ff;
  color: #0866ff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  padding: 16px;
  text-decoration: none;
}

.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-12 {
  gap: 12px;
}

.justify-content-between {
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .lg-view {
    display: block;
  }
  .xl-view {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .cta-btn-group {
    flex-direction: column;
    width: 100%;
  }
  .cta-btn-group .cta-btn {
    width: 100%;
  }
  .cta-btn-group a {
    width: calc(100% - 33px);
  }
}
@media screen and (max-width: 567px) {
  .container {
    padding: 0 16px;
  }
  .wrapper {
    padding: 40px 0;
  }
  h1 {
    font-size: 24px;
  }
  .main-body h2 {
    font-size: 24px;
  }
  h2 {
    font-size: 36px;
  }
  .main-body h3 {
    font-size: 16px;
  }
  h3 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 636px) {
  .quote .quote-btn {
    width: 100%;
    padding: 8px 0;
    margin: auto;
  }
}
.header {
  background-color: white;
  z-index: 1000;
  padding: 24px 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1440px;
}
.header .container .logo {
  max-width: 188px;
  width: 100%;
}
.header .container .g-review {
  max-width: 136px;
  width: 100%;
  max-height: 64px;
  height: 100%;
}
.header .container .d-flex {
  gap: 35px;
  align-items: center;
}
.header .container .d-flex p {
  text-align: center;
  padding-bottom: 10px;
}
.header .container .d-flex a {
  color: #0866ff;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 50.4px */
  text-decoration: none;
}
.header .container .d-flex a.mobile-view {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #0866ff;
}

@media screen and (max-width: 1024px) {
  .header .container {
    padding: 24px 50px;
  }
}
@media screen and (max-width: 768px) {
  .header .container .ctn-instant {
    display: none;
  }
  .header .container .logo {
    max-width: 132px;
  }
}
@media screen and (max-width: 567px) {
  .header {
    position: relative;
    padding: 0;
  }
  .header .container {
    padding: 21px 16px;
  }
  .header .cta-btn {
    font-size: 12px;
    padding: 10px;
    height: 48px;
    width: 132px;
  }
}
.main-body {
  background: #f8fafc;
}
.main-body h2 {
  background-color: white;
  padding: 16px 0;
}
.main-body img {
  width: 100%;
}
.main-body .cta-container {
  margin: -120px auto 0 auto;
  position: relative;
  max-width: 1000px;
  border-radius: 24px;
  background-color: white;
  box-shadow: 0px 156px 44px 0px rgba(0, 0, 0, 0), 0px 100px 40px 0px rgba(0, 0, 0, 0.01), 0px 56px 34px 0px rgba(0, 0, 0, 0.03), 0px 25px 25px 0px rgba(0, 0, 0, 0.04), 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
}
.main-body .cta-container .container .wrapper {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.main-body .cta-container .container .wrapper div {
  display: flex;
  gap: 10px;
}
.main-body .cta-container .container .wrapper div img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1300px) {
  .main-body .cta-container {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .main-body .cta-container {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
  }
  .main-body .cta-container .container {
    padding: 0 16px;
  }
  .main-body .cta-container .container .wrapper {
    align-items: start;
  }
  .main-body .cta-container .container .wrapper h5 {
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .main-body .container {
    padding: 0;
  }
  .main-body .container .wrapper {
    padding: 0;
  }
}
.form {
  margin-top: -40px;
  color: black;
  background: #f8fafc;
  display: none;
  /* button[disabled] {
      opacity: 0;
    } */
}
.form .wrapper {
  padding: 10px 0 40px 0;
}
.form p.error {
  color: #dc2626 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  display: none;
}
.form .close-btn {
  float: right;
  background-color: rgba(211, 211, 211, 0.5607843137);
  margin-bottom: 10px;
  font-weight: 500;
  padding: 0 3.5px;
  cursor: pointer;
}
.form #other-input {
  display: none;
  margin-left: 5px;
}
.form .form-container {
  width: 680px;
  margin: auto;
  background-color: white;
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 156px 44px 0px rgba(0, 0, 0, 0), 0px 100px 40px 0px rgba(0, 0, 0, 0.01), 0px 56px 34px 0px rgba(0, 0, 0, 0.03), 0px 25px 25px 0px rgba(0, 0, 0, 0.04), 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
}
.form .progress-bar {
  width: 100%;
  background: #dfdfdf;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.form .progress-bar-inner {
  height: 100%;
  width: 0%;
  background: #0866ff;
  transition: width 0.3s ease;
  border-radius: 4px;
}
.form .step {
  display: none;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  /* Styling selected option (Not all browsers support this) */
}
.form .step h2 {
  text-align: left;
  margin-bottom: 16px;
}
.form .step .step-container {
  width: 100%;
}
.form .step .step-container .iti {
  display: flex;
  width: 100%;
}
.form .step .step-container .iti .iti__flag-container {
  flex-shrink: 0;
}
.form .step .step-container .iti input {
  padding-left: 76px;
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.form .step p.w-full {
  margin-bottom: 8px;
}
.form .step option {
  padding: 20px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.form .step option:checked {
  background-color: #0866ff; /* Background color for selected option */
  color: white;
}
.form .step-success {
  align-items: center;
}
.form .step-success h2 {
  margin-top: 0;
}
.form .step-success p {
  color: #4b5563 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.form .step-success img {
  margin-bottom: -2px;
}
.form .step.active {
  display: flex;
}
.form .radio-group {
  width: 100%;
  margin-bottom: 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: auto;
}
.form .radio-group label {
  font-weight: 500;
}
.form .radio-group .custom-radio div {
  border-radius: var(--8px, 8px);
  background: #dc2626;
  color: white;
  padding: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked),
.form .radio-group .custom-radio:has(input[type=radio]:checked) {
  border: 2px solid #dc2626;
  padding: 3px;
  border-radius: 12px;
}
.form .radio-group .custom-radio:has(input[type=checkbox]:checked) div,
.form .radio-group .custom-radio:has(input[type=radio]:checked) div {
  color: #3d424a;
}
.form .radio-group input[type=checkbox],
.form .radio-group input[type=radio] {
  display: none;
}
.form .radio-group input[type=text],
.form .radio-group input[type=tel],
.form .radio-group input[type=email],
.form .radio-group textarea,
.form .radio-group select {
  color: #4b5563;
  border-radius: 12px;
  border: 1px solid #ced0d4;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  font-family: Montserrat;
}
.form .radio-group textarea {
  min-height: 124px;
}
.form .radio-group select {
  appearance: none;
}
.form .radio-group select::after {
  content: ""; /* Custom arrow symbol */
  position: absolute;
  right: 10px; /* Space for arrow */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form #other-input {
  border: 2px solid #dc2626;
  font-family: Montserrat;
  padding: 4px 10px;
  width: calc(100% - 30px);
}
.form .step.active#step-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .step.active#step-6 .back-to-home {
  margin-top: 40px;
  cursor: pointer;
}
.form h2 {
  margin-top: 12px;
  color: #111827;
  text-align: center;
  font-size: 24px;
}
.form .step p {
  color: #111827;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
.form .buttons {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin: auto;
  margin-top: 24px;
}
.form button#prev {
  margin-top: 11.54px;
  background: transparent;
  border: none;
  color: rgba(68, 68, 68, 0.6588235294);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.form button#next {
  border-radius: var(--8px, 8px);
  background: #0866ff;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  border: none;
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.form button#next svg {
  margin-bottom: -5px;
}
.form .back-to-home {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-top: 40px;
}
.form .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form .custom-radio img {
  width: 100px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s ease;
  border: 1.5px solid lightgray;
}
.form .privacy-policy {
  margin-top: 16.64px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.form .privacy-policy a {
  text-decoration: none;
  color: dodgerblue;
}

@media screen and (max-width: 1300px) {
  .form .form-container {
    max-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    background-color: white;
  }
  .form .container {
    padding: 0 50px;
  }
  .form .form-container {
    max-width: calc(100% - 32px);
    border-radius: 0;
    padding: 0 16px;
    box-shadow: none;
  }
}
@media screen and (max-width: 567px) {
  .form,
  .form-container {
    width: 100% !important;
  }
  .form-container .ml-100 {
    margin: auto !important;
    justify-content: center;
  }
  .form {
    padding: 40px 0;
  }
  .form .cta-btn-group .cta-btn {
    width: auto;
  }
  .form .container {
    padding: 0;
  }
  .form .progress-bar {
    margin: 0;
    width: 100%;
  }
  .form h2 {
    font-size: 24px;
    text-align: left;
  }
  .form .step p {
    text-align: left;
  }
  .form .mobile-view.buttons {
    margin: 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
}
.services .service-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services .service-item p {
  color: #111111;
}
.services .service-item .service-img {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  background-size: cover;
}

.swiper-container {
  overflow-x: hidden;
}

.swiper-slide {
  margin-bottom: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  margin-top: -50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-prev {
  margin-left: 50px;
}

.swiper-button-next {
  margin-right: 45px;
}

.swiper-pagination {
  position: absolute;
  /* margin-bottom: -100px;
  height: 100px; */
}

.swiper-slide {
  z-index: -1; /* Lower z-index of slides */
}

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

.swiper-container {
  position: relative; /* Proper positioning */
}

@media screen and (max-width: 500px) {
  /* .swiper-button-next,
  .swiper-button-prev {
    top: calc(100% + 10px) !important;
  } */
  #reviews {
    padding-bottom: 50px !important;
  }
  .swiper-container {
    padding: 0 20px;
  }
  .swiper-slide {
    margin-bottom: 40px;
  }
  .swiper-button-prev {
    margin-top: -45px;
    margin-left: 0px;
  }
  .swiper-button-prev img {
    width: 32px;
    height: 32px;
  }
  .swiper-button-next {
    margin-top: -45px;
    margin-right: 0px;
  }
  .swiper-button-next img {
    width: 32px;
    height: 32px;
  }
}
.testimonial {
  background: #f0f3ff;
}
.testimonial .polygon {
  background: url("../img/Polygon.webp");
  background-size: 100% 80px;
  width: 100%;
  height: 80px;
}
.testimonial .testimonial-card {
  padding: 20px 16px;
  border-radius: 4px;
  background-color: white;
  font-size: 16px;
}
.testimonial .testimonial-card p {
  color: #111111;
}
.testimonial .testimonial-card .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.testimonial .testimonial-card .g-icon {
  width: 24px;
  height: 24px;
}
.testimonial .testimonial-card .stars {
  width: 108px;
}

@media screen and (max-width: 567px) {
  .testimonial .polygon {
    height: 50px;
    background-size: 100% 50px;
  }
}
.faq-section .still-have-question {
  text-align: center;
  margin-top: 50px;
  color: #71717a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.faq-section .still-have-question a {
  text-decoration: none;
}

.faq-section h2 {
  text-align: center;
}

.faq-section .questions {
  width: calc(100% - 40px);
  max-width: 840px;
  margin: 0 auto;
  border-radius: 4px;
  background: #f0f3ff;
  padding: 20px 20px;
}

.faq-section .questions .qa-item {
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.15;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 16px;
  border-radius: 4px;
}

@media (max-width: 576px) {
  .faq-section .questions .qa-item {
    padding: 15px 0;
  }
}
.faq-section .questions .qa-item:last-of-type {
  margin-bottom: 0;
}

.faq-section .questions .qa-item.opened .chevron {
  transform: rotate(180deg);
  transition: all 0.15s ease-in;
}

.faq-section .questions .qa-item .question {
  color: #09090b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.faq-section .questions .qa-item .question .chevron {
  transition: all 0.15s ease-in;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  float: right;
}

.faq-section .questions .qa-item .answer {
  display: none;
  padding: 28px 0;
  color: #71717a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.faq-section .questions .qa-item .answer p {
  margin-bottom: 10px;
}

.faq-section .questions .qa-item .answer p span {
  font-weight: 600;
}

.faq-section .questions .qa-item .answer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .faq-section .wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .faq-section .questions .qa-item {
    padding: 10px;
  }
  .faq-section .questions .qa-item .question {
    font-size: 16px;
  }
  .faq-section .questions .qa-item .question .chevron {
    min-width: 25px;
    margin-left: 10px;
  }
  .faq-section .questions .qa-item .answer {
    font-size: 14px;
  }
  .faq-section .still-have-question {
    font-size: 14px;
  }
}
.sticky-quote-btn {
  display: none;
  position: sticky;
  bottom: 0px;
  z-index: 1000;
  padding: 0 16px 0px 16px;
  background-color: white;
}
.sticky-quote-btn .cta-btn-group {
  flex-direction: row;
  gap: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sticky-quote-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 567px) {
  .sticky-quote-btn {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
