@font-face {
  font-family: "Inter-Light";
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Inter-Regular";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter-Medium";
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Inter-SemiBold";
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Bold";
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-ExtraBold";
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Black";
  font-weight: 900;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf");
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Inter";
  font-weight: normal;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

.custom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0.1px 1px rgba(0, 0, 0, 0.25);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 9px 0px;
}

.loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

button:disabled,
.btn:disabled {
  opacity: 0.8;
}

.btn {
  background: #30345e !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-outline {
  background: #ffffff !important;
  border: 2px solid #30345e;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font-family: "Inter-Bold";
  font-weight: 700;
  color: #30345e !important;
}

.btn:hover,
.btn-primary:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.btn-outline:hover {
  color: #ffffff !important;
  background: #30345e !important;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  font-weight: 700;
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 10px;
  padding: 14px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}

.higher-btn {
  padding: 24px 21px 25px 21px;
  border-radius: 10px;
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 15px;
  line-height: 18px;
}

.started-btn {
  padding: 16px 45px 16px 45px;
  border-radius: 12px;
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 25px;
  line-height: 34px;
}

.offer-btn {
  font-weight: 700;
  font-family: "Inter-Bold";
  font-size: 14px;
  letter-spacing: 0.09em;
  width: 100%;
  box-shadow: 0px 12px 21px 4px rgba(68, 97, 242, 0.15);
  border-radius: 5px;
  padding: 16px 0;
}

.address input {
  padding-left: 19px;
  font-size: 20px;
  line-height: 24px;
  width: calc(100% - 150px);
  height: 67px;
  outline: 0;
  /* padding-right: 19px; */
}

.font_family--medium {
  font-family: "Inter-Medium" !important;
}

::-webkit-scrollbar {
  width: 0.25rem;
}

::-webkit-scrollbar-thumb  {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.scrollbar::-webkit-scrollbar {
  height: 0.25rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.nav-number {
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 10px;
  letter-spacing: 0.1em;
  color: #30345e;
}

.hero {
  background: url("../img/bg.svg") no-repeat center / cover;
  width: 100%;
  margin-top: 58px;
}

.hero h1 {
  font-weight: 900;
  font-family: "Inter-Black";

  font-size: 50px;
  line-height: 61px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title {
  font-weight: 900;
  font-family: "Inter-Black";

  font-size: 40px;
  line-height: 54px;
  color: #30345e;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Inter;
}

.description {
  font-weight: 500;
  font-family: "Inter-Medium";
  font-size: 18px;
  line-height: 25px;
  color: #696d72;
}

.discriptions {
  font-weight: 500;
  font-family: "Inter-Medium";
  font-size: 18px;
  line-height: 25px;
  color: #696d72;
}

.bg {
  background: linear-gradient(179.67deg,
      rgba(230, 230, 230, 0.19) 61.42%,
      rgba(230, 230, 230, 0.0812422) 81.38%,
      rgba(230, 230, 230, 0) 87.58%);
  border-radius: 5px;
}

.nav-list {
  align-items: center;
  gap: 34px;
}

.nav-list li a {
  font-weight: 700;
  font-family: "Inter-Bold";
  font-size: 17px;
  line-height: 10px;
  letter-spacing: 0.1em;
  color: #30345e;
}

.login-btn {
  border: 1px solid #40425e !important;
}

.navlist li {
  padding-bottom: 30px;
}

/* overlay  */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay .closebtn {
  position: absolute;
  right: 19px;
  font-size: 31px;
}

.map {
  background: rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  padding: 8px;
}

/* pricing section  */
.offer-price {
  background: #f3f4f5;
  border: 0.5px solid #192841;
  border-radius: 12px;
  padding: 48px 54px;
  max-width: 1243px;
  margin: auto;
}

.pricing {
  display: flex;
  gap: 38px;
}

.pricing div {
  background: #ffffff;
  border: 5px solid #30345e;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 29px;
}

.pricing h3 {
  color: #30345e;
  font-weight: 900;
  font-family: "Inter-Black";

  font-size: 18px;
  line-height: 24px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 24.85px;
}

.pricing img:not(:last-child) {
  margin-bottom: 22.64px;
}

/* average section  */

.low-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 5px solid #c4c4c4;
  border-radius: 12px;
  color: #30345e;
  padding: 46px 45.2px;
}

.low-pricing p {
  font-weight: 900;
  font-family: "Inter-Black";

  font-size: 125px;
  line-height: 78px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.average-subtitle {
  max-width: 240px;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #ffffff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.heading {
  font-weight: 700;
  font-family: "Inter-Bold";
  font-size: 45px;
  line-height: 62px;
  color: #30345e;
  letter-spacing: 0.1em;
}

.works p {
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #595959;
}

.paragraph {
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #595959;
}

.btn-login {
  padding: 11px 70.5px;
  background: #30345e;
  color: #ffffff;
}

.btn-join {
  padding: 15.5px 36px;
}

.works-offer {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer div span {
  font-weight: 700;
  font-family: "Inter-Bold";
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.agent-image {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.works-offer div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 22px;
}

.works-offer img {
  max-width: 120px;
}

.works-offer div p {
  max-width: 173px;
  font-weight: 500;
  font-family: "Inter-Medium";
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #30345e;
}

/*get-started  */

.get-started p {
  font-weight: 500;
  font-family: "Inter-Medium";
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #696d72;
}

/* footer  */
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer-list h3 {
  font-weight: 700;
  font-family: "Inter-SemiBold";
  font-size: 20px;
  line-height: 24px;
  color: #c0f0f7;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.footer-list li {
  line-height: 24px;
}

.footer-list a {
  font-weight: 500;
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.footer-content nav h3 {
  font-family: Roboto;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.footer-content p {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.footer-content nav a {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

/* offer-request page   */
.navbar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar ul li a {
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 16px;
  line-height: 10px;
  letter-spacing: 0.1em;
  color: #30345e;
}

.offer-home {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.offer-home p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #5c576a;

  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.offer-form {
  background: #f3f4f5;
  border: 0.5px solid #c4c4c4;
  border-radius: 1rem;
  padding: 2.6875rem;
  padding-bottom: 1.5rem;
}

.field {
  position: relative;
  width: 100%;
  height: 55px;
}

.input-field input {
  border-radius: 5px;
  width: 100%;
  padding: 17.04px 14px 17.17px 47px;
  font-size: 13px;
  line-height: 18px;
  color: #5c576a;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  outline: 1px solid transparent;
}

.invalid input {
  border: 1px solid #d93025;
}

.field .error {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter-Regular";
  color: #d93025;
  position: absolute;
  left: 9px;
  bottom: -21px;
}

.formik_error {
  outline-color: #d93025 !important;
  z-index: 30;
}

.invalid .error {
  display: flex;
}

.error p {
  font-weight: 600;
  font-family: "Inter-SemiBold";
  font-size: 12px;
  color: #d93025;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
}

.icon {
  position: absolute;
  left: 15px;
  top: 15px;
}

.bg-blue {
  position: relative;
}

.bg-blue::after {
  position: absolute;
  top: -284px;
  width: 100%;
  max-width: 1440px;
  content: url("../img/blue.svg");
  z-index: -1;
  left: 0px;
  transform: scale(1.4);
}

.bg-logo::after {
  position: absolute;
  top: -91px;
  width: 100%;
  max-width: 1440px;
  content: url("../img/brand_logo.svg");
  z-index: -1;
  left: 0px;
}

.bg-agent::after {
  top: -220px;
  transform: scale(1.4);
}

.bg-seller::after {
  top: -230px;
}

.hero-title {
  font-weight: 700;
  font-family: "Inter-Bold";
  letter-spacing: 0.1em;
  font-size: 40px;
  line-height: 62px;
  color: #3b4249;
}

.success,
.danger {
  display: flex;
  align-items: flex-start;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  gap: 10px;
  border: 1px solid;
}

.success p {
  color: green;
  font-size: 12px;
  letter-spacing: 1px;
}

.danger p {
  color: red;
  font-size: 15px;
  letter-spacing: 1px;
}

.input-field input:focus-visible {
  outline-color: rgb(26 200 219);
}

.formik_error.input-field input:focus-visible {
  outline-color: transparent !important;
}

.formik_error {
  @apply border border-scarletRed;
}

/* terns & Condition */
.terms-content,
.terms-service,
.privacy-policy {
  margin-top: 11.25rem;
  padding: 0 6rem;
  margin-bottom: 8.75rem;
}

.terms-service p {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
}

.terms-service h2 {
  color: #000;
  font-size: 22px;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}

.terms-service h3 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.terms-service ol {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.terms-service ol>li {
  margin-bottom: 25px;
}

.terms-service ol>li>span {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.terms-service ol>li>p {
  margin-bottom: 0px;
  display: inline;
}

.terms-service ol>li>h3 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  display: inline;
}

.terms-content h2,
.privacy-policy h2 {
  color: #30345e;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
}

.terms-content p,
.privacy-policy p {
  color: #696d72;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}

.terms-content h5 {
  color: #696d72;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.privacy-policy h5 {
  color: #696d72;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 26px;
}

.privacy-policy ol {
  list-style: auto;
  padding-left: 25px;
  margin-bottom: 27px;
}

.privacy-policy ol.alphabets {
  list-style: upper-alpha;
}

.privacy-policy ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 27px;
}

.privacy-policy ol li,
.privacy-policy ul li,
.privacy-policy span {
  color: #696d72;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.privacy-policy__anchor {
  text-decoration: underline;
}

.gradient-text {
  background: linear-gradient(90deg,
      #30345e 6.07%,
      #4282aa 32.39%,
      #1ac8db 43.16%,
      #c0f0f7 45.85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-text-agent {
  background: linear-gradient(269.98deg,
      #c0f0f7 -8.61%,
      #1ac8db -0.85%,
      #427baa 33.63%,
      #40425e 105.67%,
      #30345e 148.29%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.plans {
  border: 0.5px solid #c4c4c4;
  width: 320px;
  border-radius: 30px;
  padding: 34px;
  height: 587px;
  background-color: white;
}

.pro-plans {
  background: #30345e;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 10px 20px 0px #30345e;
  border: transparent;
  overflow: hidden;
}

.plans h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #4282aa;
  margin-bottom: 0.5rem;
}

.pro-plans h3 {
  color: #c0f0f7;
}

.plans h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 62.5px;
  letter-spacing: 0.1em;
  color: #30345e;
  margin-bottom: 0.5rem;
}

.pro-plans h1 {
  color: white;
}

.plans h1 span {
  font-size: 16px;
}

.plans .plans-desc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 26.375rem;
}

.plans-desc ul {
  height: 16.25rem;
}

.plans .plans-desc ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  color: #30345e;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.pro-plans .plans-desc ul li svg path {
  fill: #c0f0f7;
}

.pro-plans .plans-desc ul li {
  color: white;
}

.team_plan {
  height: 592px;
}

.choose-plan button {
  padding: 14px 20px;
  width: 100%;
  border-radius: 30px;
}

.billing-hover-btn:hover {
  background: white !important;
  color: #30345e !important;
}

.heading-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #30345e;
  font-family: "Inter";
  margin-bottom: 10px;
}

.paragraph-agents {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #383e56;
  font-family: "Inter";
}

.pro-button {
  background: #c0f0f7 !important;
  color: #30345e !important;
}

.agent_plan--body {
  background: linear-gradient(179.4deg,
      #ffffff 2.15%,
      #ffffff 28.6%,
      #f2f2f2 43.19%,
      #edeaea 111.94%,
      #ffffff 349.86%);
}

.additional_subheading {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #383e56;
  font-family: "Inter";
  max-width: none;
  width: 100%;
}

.additional_heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 62px;
  color: #30345e;
  font-family: "Inter";
  margin-top: 19px;
}

.get-started-agent {
  max-width: 853px;
  width: 100%;
  background: linear-gradient(75.33deg,
      #c0e3f7 -1.57%,
      #1ac8db 5.46%,
      #2fa2b9 16.92%,
      #4282aa 40.41%,
      #3c6089 66.82%,
      #394e77 81.38%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  padding: 50px 90px 60px 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  border-radius: 12px;
}

.get-started-heading {
  font-weight: 700;
  font-size: 35px;
  line-height: 72px;
  color: white;
  font-family: "Inter";
  margin-bottom: 11px;
}

.get-started-subheading {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: white !important;
  font-family: "Inter" !important;
  margin-bottom: 44px;
}

.get-started-btn {
  border-radius: 10px;
  background-color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #4282aa;
  font-family: "Inter";
  padding: 10px 26px;
}

.additional_text {
  text: linear-gradient(89.74deg,
      #30345e -34.38%,
      #4282aa 56.06%,
      #1ac8db 102.6%,
      #c0f0f7 132.56%);
}

.htmlloader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #4282aa;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

.banner_image--shadow {
  box-shadow: 4px 4px 20px 4px #00000029;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .description {
    font-size: 17px;
    line-height: 23px;
  }

  .offer-price {
    padding: 48px 38px;
  }

  .heading {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 50px;
  }

  .works p {
    font-size: 18px;
    line-height: 30px;
  }

  .pricing div {
    padding: 15px 22px;
  }
}

@media only screen and (max-width: 1023px) {

  .terms-content,
  .terms-service,
  .privacy-policy {
    margin-top: 7.5rem;
    padding: 0 3.125rem;
    margin-bottom: 5.625rem;
  }

  .terms-content h2,
  .privacy-policy h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .maxLg--first_order {
    order: 1;
  }

  .maxLg--second_order {
    order: 2;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 640px) {
  .bg-logo::after {
    top: -61px;
  }

  .hero h1 {
    font-size: 41px;
    line-height: 49px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .higher-btn {
    padding: 21px;
  }

  .title {
    font-size: 33px;
    line-height: 41px;
  }

  .description {
    font-size: 17px;
    line-height: 20px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 45px;
  }

  .heading {
    font-size: 41px;
    line-height: 37px;
  }

  .offer-price {
    padding: 48px 10px;
  }

  .average {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }

  .works p {
    font-size: 17px;
    line-height: 27px;
  }

  .low-pricing {
    padding: 36px;
  }

  .low-pricing p {
    font-size: 104px;
    line-height: 66px;
  }

  .pricing {
    gap: 20px;
  }

  .get-started-agent p {
    font-size: 17px;
    line-height: 27px;
  }

  .works-offer {
    flex-wrap: wrap;
  }

  .offer-form {
    flex-direction: column;
  }

  .footer img {
    order: -1;
  }

  .higher-btn {
    font-size: 14px;
    padding: 14px;
  }

  .address input {
    font-size: 17px;
    width: calc(100% - 128px);
    height: 46px;
  }

  .additional_text {
    font-size: 18px;
    line-height: 40px !important;
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .custom-container {
    padding: 0 25px;
  }

  .paragraph-center {
    margin: auto;
  }

  .bg-logo::after {
    display: none;
  }

  .terms-content,
  .terms-service,
  .privacy-policy {
    margin-top: 5rem;
    padding: 0 1.25rem;
    margin-bottom: 1.875rem;
  }

  .terms-content h2,
  .privacy-policy h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .terms-service p,
  .terms-service ol {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }

  .terms-service>h2 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }

  .terms-service h3 {
    font-size: 1rem;
  }

  .terms-service ol>li>span,
  .terms-service ol>li>h3,
  .terms-service ol>li>p {
    font-size: 1rem;
  }

  .terms-content h5,
  .terms-content p,
  .privacy-policy h5,
  .privacy-policy p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .privacy-policy ol,
  .privacy-policy ul {
    margin-bottom: 20px;
  }

  .privacy-policy ol li,
  .privacy-policy ul li,
  .privacy-policy span {
    font-size: 16px;
  }

  .paragraph-agents {
    font-size: 14px;
    line-height: 24px;
  }

  .additional_text {
    font-size: 18px !important;
    line-height: 34px !important;
  }

  .get-started-heading {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .get-started-subheading {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
  }

  .get-started-btn {
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .section__plans {
    gap: 3rem 
  }
}

@media only screen and (max-width: 639px) {
  .hero h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 25px;
  }

  .higher-btn {
    font-size: 14px;
    padding: 8px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .title {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .description {
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-title {
    font-size: 20px;
    line-height: 25px;
  }

  .get-started-agent {
    padding: 16px;
  }

  .get-started-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .offer-price {
    padding: 48px 10px;
  }

  .average {
    text-align: center;
    gap: 20px;
  }

  .average-subtitle {
    font-size: 17px;
    line-height: 25px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }

  .works p {
    font-size: 14px;
    line-height: 22px;
  }

  .low-pricing {
    padding: 30px;
  }

  .low-pricing p {
    font-size: 90px;
    line-height: 57px;
  }

  .get-started-agent {
    text-align: center;
  }

  .get-started-agent p {
    font-size: 17px;
    line-height: 27px;
  }

  .works-offer {
    flex-wrap: wrap;
  }

  .pricing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing div {
    padding: 8px;
  }

  .pricing h3 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .pricing img:not(:last-child) {
    margin-bottom: 8px;
  }

  .offer-form {
    flex-direction: column;
    padding: 20px;
  }

  .offer-home p {
    font-size: 12px;
    line-height: 27px;
    text-align: center;
  }

  .offer-btn {
    font-size: 12px;
  }

  .footer img {
    order: -1;
  }

  .footer .footer-list h3 {
    font-size: 22px;
  }

  .footer-list a {
    font-size: 15px;
  }

  button {
    cursor: pointer;
  }

  .bg-blue {
    position: relative;
  }

  .started-btn {
    padding: 13px 22px;
    font-size: 20px;
    line-height: 21px;
  }

  .footer-content nav h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .higher-btn {
    font-size: 14px;
    padding: 14px;
  }

  .address input {
    font-size: 14px;
    width: calc(100% - 128px);
    height: 46px;
  }

  .works-offer img {
    max-width: 84px;
  }

  .pricing img {
    max-width: 30%;
  }

  .pricing {
    gap: 20px;
  }

  .g-recaptcha {
    transform: scale(0.72);
    transform-origin: 0 0;
  }
}

@media only screen and (max-width: 375px) {
  .pricing {
    gap: 9px;
  }
}

.gradient-button-landing {
  position: relative;
  display: inline-block;
  padding: 13px 20px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 180px;
  background: linear-gradient(89.74deg,
      #30345e -34.38%,
      #4282aa 56.06%,
      #1ac8db 102.6%,
      #c0f0f7 132.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  z-index: 1;
}

.gradient-button-landing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 180px;
  padding: 2.5px;
  padding-top: 2px !important;
  /* Adjust to match border width */
  background: linear-gradient(91.76deg,
      #30345e -25.4%,
      #4282aa 20.59%,
      #1ac8db 91.19%,
      #c0f0f7 117.04%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.footer-links a {
  font-weight: 700 !important;
}
