﻿* {
  font-family: "DIN Next LT Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
}

.golden {
  color: #e3bd6a !important;
}

.option-to {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.blog-category {
  font-family: DIN Next LT Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0f0f0f;
}

.blog-name {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0f0f0f;
}

.blog-time {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0f0f0f;
}

.vtext {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.top-button-text {
  font-family: DIN Next LT Pro;
  font-weight: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.research-title {
  font-family: DIN Next LT Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #54184a;
}

.top-menu {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #606060;
  position: relative;
  display: inline-block;
}

.top-menu-active {
  font-family: DIN Next LT Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #8b0e68 !important;
  position: relative;
  display: inline-block;
}

.top-menu-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background: #8b0e68;
  border-radius: 2px;
}

.hovereffect {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.hovereffect::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(
    90deg,
    rgba(227, 189, 106, 0) 0%,
    rgba(227, 189, 106, 0.4) 50%,
    rgba(227, 189, 106, 0) 100%
  );
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.hovereffect:hover::before {
  opacity: 1;
  transform: scale(1);
  border-color: #e3bd6a;
  box-shadow: 0 0 20px rgba(227, 189, 106, 0.6);
}

.button-desktop {
  padding: 0px 125px;
}

.reradt {
  position: absolute;
  left: 63px;
  top: -7px;
}

.purches-div {
  position: relative;
  top: -5px;
  background-color: #54184a;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: linear-gradient(
      180deg,
      rgba(84, 24, 74, 0.6) 0%,
      rgba(139, 14, 104, 0.6) 100%
    ),
    url("../images/Mask group (1).png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10px;
}

.research-div {
  position: relative;
  z-index: 30;
  top: 0px;
  background-color: #54184a;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: linear-gradient(
      180deg,
      rgba(84, 24, 74, 0.6) 0%,
      rgba(139, 14, 104, 0.6) 100%
    ),
    url("../images/Mask group (1).png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.research-header {
  text-align: center;
  position: relative;
  background-image: url("../images/desktop/asfaltdark.png");
}

.research-header img {
  display: inline-block;
}

.research-header-text {
  position: absolute;
  left: 0;
  bottom: 150px;
  right: 0;
  max-width: 1000px;
  margin: auto;
  padding: 8px 0px;
  font-family: DIN Next LT Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: CAP_HEIGHT;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #54184a;
  border-radius: 12px;
  background: linear-gradient(
      165.66deg,
      rgba(255, 255, 255, 0.4) 10.18%,
      rgba(255, 255, 255, 0.028) 103.43%
    ),
    linear-gradient(
      312.24deg,
      rgba(255, 255, 255, 0) 5.23%,
      rgba(255, 255, 255, 0.2) 48.12%
    );
}

.secend-div {
  position: relative;
  z-index: 30;
  top: -30px;
  background-color: #54184a;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-image: linear-gradient(
      180deg,
      rgba(84, 24, 74, 0.6) 0%,
      rgba(139, 14, 104, 0.6) 100%
    ),
    url("../images/Mask group (1).png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.option-btn {
  padding-top: 70px;
}

.blog-swiper {
  overflow: hidden;
  width: 100%;
}

.blog-slide {
  width: 33.333% !important;
  max-width: 33.333%;
  min-width: 33.333%;
  flex-shrink: 0;
}

.knowledge-sec {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 15%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
}

.podcasts-sec {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.real-estate-title {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ffffff;
}

.real-estate-titlesub {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.in-depth {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.newsletter-section {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.newsletter-title {
  color: #aa8e50;
  font-weight: 600;
}

.newsletter-form {
  display: flex;
  border: 1px solid #e3bd6a;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}

.newsletter-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px;
}

.newsletter-button {
  background: #aa8e50;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faq-section .faq-item {
  transition: all 0.3s ease;
}

.faq-section .faq-icon {
  transition: transform 0.3s ease;
}

.faq-section .faq-answer {
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-section {
  padding: 60px 0 0 0;
  width: 100%;
}

.faq-header {
  text-align: center;
}

.faq-subtitle {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #aa8e50;
}

.faq-title {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0f0f0f !important;
}

.faq-accordion {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.faq-question {
  width: 100%;
  padding: 10px 0px;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  outline: none;
}

.faq-question-text {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #aa8e50;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  transition: all 0.3s ease;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background-color: #aa8e50;
  border-radius: 50%;
  text-align: center !important;
  line-height: 24px;
  font-size: 18px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  max-height: 132px;
  padding: 0 20px 20px 0px;
}

.faq-answer-text {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #606060;
}

.top-section-card {
  position: relative;
  overflow: hidden;
}

.top-section-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(45deg, #e3bd6a, #aa8e50, #e3bd6a, #aa8e50)
    border-box;
  background-size: 400% 400%;
  animation: running-border 3s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.top-section-card:hover::before {
  opacity: 1;
}

.social_links {
  height: 5vw;
  width: 5vw;
}

img.social_icon {
  width: 2vw;
}

.logo {
  width: 15vw;
}

.newsletter-section {
  padding: 1rem;
}

.newsletter-form {
  max-width: 100%;
}

.newsletter-input {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.rera-title {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #606060;
}

.rera-title-sub {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #0f0f0f;
}

.rera-bg-image {
  position: absolute;
  right: 0;
  top: -120px;
}

@media (max-width: 1024px) {
  .rera-bg-image {
    top: -60px;
    height: 250px !important;
  }
}

@media (max-width: 640px) {
  .rera-bg-image {
    top: -40px;
    height: 180px !important;
    opacity: 0.7;
  }
}

.rera-slider-li {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-size: 28px;
  font-style: normal;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0f0f0f;
}

.rera-slider-li::marker {
  color: #0f0f0f !important;
}

.whatisrera {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #0f0f0f;
}

.rera-logo {
  position: absolute;
  top: -65px;
  right: 180px;
  transform: rotate(-12.19deg);
}

.rera-slider {
  width: 600px;
  height: 300px;
  border: 1px solid #eeeeee;
  z-index: 2;
}

#rera-pagination .swiper-pagination-bullet {
  width: 30px !important;
  height: 2px !important;
}

#rera-pagination .swiper-pagination-bullet-active {
  background-color: #54184a !important;
}

.top-text-desktop {
  font-family: DIN Next LT Pro;
  font-weight: 750;
  font-style: Heavy;
  font-size: 44px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #8b0e68;
}

.top-text-desktop:nth-of-type(8) {
  font-size: 44px;
  color: white !important;
  font-weight: 300 !important;
}

.video-title {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}

.video-desc {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fade-in 0.8s ease-in forwards;
}

.podcast-info {
  background: linear-gradient(
      180deg,
      rgba(203, 165, 195, 0.6) 0%,
      rgba(159, 118, 178, 0.35) 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.podcast-title {
  color: #0f0f0f;
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  text-align: left;
  letter-spacing: 0%;
  vertical-align: central;
  text-transform: uppercase;
}

.podcast-category {
  font-family: DIN Next LT Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}

.stamp-estimates {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: white;
}

.stamp-duty-cal {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.stamp-duty-cal span {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #e3bd6a;
}

.cal-text {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.podcast-swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 6px;
}

.podcast-swiper-pagination .swiper-pagination-bullet-active {
  background: #e3bd6a !important;
  width: 12px;
  height: 8px;
  border-radius: 20px;
}

.blog-swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 6px;
}

.blog-swiper-pagination .swiper-pagination-bullet-active {
  background: #e3bd6a !important;
  width: 12px;
  height: 8px;
  border-radius: 20px;
}

.disc-title {
  color: #606060;
  font-family: DIN Next LT Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.disc-desc {
  color: #606060;
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.purches-firstbox {
  background: linear-gradient(180deg, #aa8e50 0%, rgba(170, 142, 80, 0) 100%);
  width: 30px;
  height: 30px;
}

.check-list {
  padding: 15px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.79);
  border-image-slice: 1;
  background: #86266b;
  margin-bottom: 25px;
  max-width: 500px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}

.check-list-progress {
  overflow: hidden;
  background-image: url("../images/desktop/checklistprocess.png");
  border-radius: 50px;
  position: relative;
  box-shadow: -0.75px -0.75px 0.75px 0px #ffffffa6 inset;
  box-shadow: 0.75px 0.75px 0.75px 0px #ffffffa6 inset;
}

.check-list-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 50px 50px 0 0;
  pointer-events: none;
}

.checklist-title {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #e3bd6a;
  margin-left: 10px;
}

.checklist-li {
  font-family: DIN Next LT Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}

.checklist-header {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.checklist-button {
  background-color: #e3bd6a;
  border: 2px solid #ffffff;
  padding: 12px 46px;
  font-weight: bold;
  font-size: 16px;
  color: #8b0e68;
  margin-top: 15px;
}

.stamp-footer {
  background-image: linear-gradient(to bottom, #595149, #493d36);
}

.stamp-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.container-1 {
  max-width: 1240px;
}

.stamp-duty-calculater-container {
  margin: 0 auto;
}

.stamp-duty-calculater {
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(
      165.66deg,
      rgba(170, 142, 80, 0.4) 10.18%,
      rgba(255, 255, 255, 0.028) 103.43%
    ),
    linear-gradient(
      312.24deg,
      rgba(255, 255, 255, 0) 5.23%,
      rgba(170, 142, 80, 0.2) 48.12%
    );
  border: 2px solid;
  border-image-source: linear-gradient(
      130.53deg,
      #aa8e50 4.36%,
      rgba(255, 255, 255, 0) 32.09%
    ),
    linear-gradient(128.74deg, rgba(255, 255, 255, 0) 70.77%, #aa8e50 99.31%);
  box-shadow: 16px -57px 28.81px -43px #ffffff40 inset;
  box-shadow: -16.74px 16.04px 17.51px 9.07px #ffffff40 inset;
  backdrop-filter: blur(13.045018196105957px);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #d4d4d433;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #d4d4d433;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checklist-head {
  position: relative;
}

.check-list-shadow {
  background: linear-gradient(
    180deg,
    rgba(170, 142, 80, 0.5) 0%,
    rgba(170, 142, 80, 0) 100%
  );
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: 18px;
  transform: rotate(49deg) translateY(10%);
}

.check-list-number {
  font-family: DIN Next LT Pro;
  font-weight: 500;
  font-size: 30px;
  vertical-align: middle;
}

.checklist-rang {
  box-shadow: 0.75px 0.75px 0.75px 0px #a66092 inset;
}

@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  body {
    overflow-x: hidden;
  }

  .faq-question-text {
    font-size: 16px;
  }

  .faq-answer-text {
    font-size: 16px;
  }

  .real-estate-title {
    font-size: 16px;
    color: #ffffff;
  }

  .real-estate-titlesub {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .secend-div {
    position: relative;
    z-index: 40;
    background: #54184a;
    background-image: linear-gradient(
        180deg,
        rgba(84, 24, 74, 0.6) 0%,
        rgba(139, 14, 104, 0.6) 100%
      ),
      url("../images/Mask group (1).png");
    background-size: cover;
    background-position: center;
    top: -20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .faq-section {
    padding: 60px 0 0 0 !important;
  }

  .faq-title {
    font-size: 24px !important;
  }

  .faq-question {
    padding: 16px 20px !important;
    font-size: 16px !important;
  }

  .faq-answer {
    padding: 0 20px !important;
  }

  .faq-answer.open {
    padding: 0 20px 20px 20px !important;
  }

  .faq-answer-text {
    font-size: 14px !important;
  }

  .button-desktop {
    display: none !important;
  }

  .button-mobile {
    display: block !important;
  }

  .blog-category {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0f0f0f;
  }

  .blog-name {
    font-family: DIN Next LT Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0f0f0f;
  }

  .blog-time {
    font-family: DIN Next LT Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0f0f0f;
  }

  .blog-box-reg {
    padding-left: 330px !important;
    padding-right: 195px !important;
  }

  .option-to {
    font-size: 28px;
  }

  .top-button-middle {
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: 320px !important;
    height: 48px !important;
  }

  .top-button-text {
    font-size: 24px;
  }

  .vtext {
    font-size: 28px;
    color: #ffffff;
  }

  .video-title {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
  }

  .video-desc {
    font-size: 18px;
  }

  .top-text-desktop {
    font-family: DIN Next LT Pro;
    font-weight: 750;
    font-style: Heavy;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .top-text-desktop-span {
    font-family: DIN Next LT Pro;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .rera-title-sub {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
  }

  .rera-title {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0f0f0f;
  }

  .rera-title span {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #e3bd6a;
  }

  .rera-slider {
    width: 300px;
    height: 190px;
    border-bottom: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    z-index: 2;
  }

  .rera-logo {
    position: absolute;
    top: -116px;
    right: 40px;
    transform: rotate(-12.19deg);
  }

  .rera-slider-li {
    font-family: DIN Next LT Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .rera-bg-image {
    position: absolute;
    right: 0;
    top: -179px;
  }

  #rera-pagination-mobile .swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
  }

  #rera-pagination-mobile .swiper-pagination-bullet-active {
    background-color: #54184a !important;
  }

  .podcast-title {
    color: #ffffff !important;
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .podcast-category {
    color: #ffffff !important;
    font-family: DIN Next LT Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .stamp-duty-cal {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: white;
  }

  .stamp-duty-cal {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: white;
  }

  .stamp-duty-cal span {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #e3bd6a;
  }

  .top-sec-button {
    width: 320px !important;
    height: 48px !important;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05)
      ),
      linear-gradient(
        90deg,
        #e3bd6a 0%,
        rgba(227, 189, 106, 0) 30%,
        rgba(227, 189, 106, 0) 100%
      );
    border: 1px solid rgba(227, 189, 106, 0.5);
    backdrop-filter: blur(8px);
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #ffffff;
    border-radius: 9999px;
    transition: all 0.3s ease-in-out;
  }

  .top-sec-button:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 20px rgba(227, 189, 106, 0.6),
      0px 4px 8px rgba(0, 0, 0, 0.4);
    border-color: rgba(227, 189, 106, 0.8);
  }

  .firsticon {
    background: linear-gradient(
      180deg,
      #d5c7a8 0%,
      rgba(213, 199, 168, 0) 100%
    );
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }

  .top-sec-button:hover .firsticon,
  .top-sec-button-center:hover .firsticon {
    background: linear-gradient(
      180deg,
      #e3bd6a 0%,
      rgba(213, 199, 168, 0.3) 100%
    );
    box-shadow: 0px 0px 10px rgba(227, 189, 106, 0.5);
  }

  .top-sec-button-center {
    width: 280px !important;
    height: 48px !important;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05)
      ),
      linear-gradient(
        90deg,
        #e3bd6a 0%,
        rgba(227, 189, 106, 0) 30%,
        rgba(227, 189, 106, 0) 100%
      );
    border: 1px solid rgba(227, 189, 106, 0.5);
    backdrop-filter: blur(8px);
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #ffffff;
    border-radius: 9999px;
    float: right;
    transition: all 0.3s ease-in-out;
  }

  .top-sec-button-center:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 20px rgba(227, 189, 106, 0.6),
      0px 4px 8px rgba(0, 0, 0, 0.4);
    border-color: rgba(227, 189, 106, 0.8);
  }

  .checklist-li {
    font-size: 14px;
  }

  .checklist-header {
    font-family: DIN Next LT Pro;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .faq-answer {
    line-height: 24px;
  }

  .faq-answer.open {
    max-height: 100%;
  }

  .stamp-text {
    display: grid !important;
  }

  .stamp-duty-calculater-container {
    max-width: 90%;
  }

  .podcast-nav-button {
    display: none !important;
  }

  .research-header-text {
    font-family: DIN Next LT Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
  }

  .research-div {
    top: 0px;
  }

  .purches-div {
    top: 0px;
  }

  .movein-div {
    top: -5px;
  }
}
