@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.why-choose-us {
  padding: 124px 170px;
}

.why-choose-us h1 {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  margin-bottom: 12px;
}

.why-choose-us .description {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
  color: #000000;
  line-height: 1.6;
}

.why-choose-us-lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: auto;
}

.why-choose-us-list {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 40px;
}

.why-choose-us-list .img-box {
  flex: 2;
}

.why-choose-us-card {
  text-align: left;
  flex: 2;
}
.why-choose-us-text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  width: 80%;
}
.why-choose-us-card h4 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 10px;
}

.why-choose-us-card p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

.why-choose-us .img-container img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

/* whyc choose us reponsiveness */
@media (max-width: 1024px) {
  .why-choose-us {
    padding: 54px 20px;
  }
}

@media (max-width: 668px) {
  .why-choose-us-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .why-choose-us-card {
    text-align: center;
    max-width: 400px;
    flex: 1;
  }

  .why-choose-us-list:nth-child(2) {
    flex-direction: column-reverse;
  }
  .why-choose-us h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 6px;
  }
  .why-choose-us .description {
    font-size: 12px;
  }
  .why-choose-us-card h4 {
    font-size: 26px;
  }
  .why-choose-us-card p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
  }
}

/* WHY styles .why-choose-us end */

/* .legislative benefts sections starts */
.legislative-section {
  text-align: center;
  padding: 124px 170px;
  text-align: center;
  background-color: #141313;
}

.legislative-section h1 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 12px;
}

.gradient-text {
  background: linear-gradient(
    91.51deg,
    #a07539 18.71%,
    #f4eb9a 40.71%,
    #a07539 77.67%,
    #f4eb9a 87.18%,
    #a07539 99.35%,
    #a07539 135.58%,
    #f4eb9a 135.58%,
    #a07539 135.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.legislative-section .description {
  font-weight: 400;
  font-size: 16px;
  margin: auto;
  color: #ffffff;
  line-height: 1.6;
}

.legislative-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.legislative-card {
  text-align: left;
  background-color: #000000;
  padding: 59px 16px;
  max-width: 406px;
  min-width: 400px;
  border-radius: 23px;
}

.legislative-cards .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.legislative-card h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}

.legislative-card p {
  font-weight: 400;
  font-size: 16px;
  color: #f5f5f5;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .legislative-section {
    padding: 54px 20px;
  }
}

@media (max-width: 560px) {
  .legislative-card {
    min-width: fit-content;
    padding: 16px;
  }
  .legislative-section h1 {
    font-size: 24px;
  }
  .legislative-section .description {
    font-size: 12px;
  }
  .legislative-card h4 {
    font-size: 16px;
  }
  .legislative-card p {
    font-size: 14px;
  }
}
.buy-to-Let {
  padding: 54px 170px;
  background-color: white;
}

.buy-to-Let h1 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.buy-to-Let .box {
  display: flex;
  flex-direction: column;
  border: 2px solid #e7eaee;
}

.buy-to-Let .box .head {
  background-color: #f8fafc;
  font-weight: 600;
}

.buy-to-Let .box .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #e7eaee;
  padding: 18px 26px;
}

.buy-to-Let .box .item > div {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

.buy-to-Let .box .item > div:last-child {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .buy-to-Let {
    padding: 54px 20px;
  }
}

@media (max-width: 640px) {
  .buy-to-Let h1 {
    font-size: 24px;
  }
  .buy-to-Let .box .item > div {
    font-size: 12px;
  }
  .buy-to-Let .box .item {
    padding: 8px 6px;
  }
  .buy-to-Let .box .item > div {
    padding-right: 10px;
  }
}

.propertyplatforms {
  padding: 124px 20px;
}

.propertyplatforms h1 {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}

.propertyplatforms p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 49px;
}

.propertyplatforms .img-container img {
  width: 100%;
  max-width: 200px;
  height: 131x;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .propertyplatforms {
    padding: 54px 20px;
  }
}

@media (max-width: 640px) {
  .propertyplatforms h1 {
    font-size: 24px;
  }
  .propertyplatforms p {
    font-size: 12px;
  }
  .partners {
    gap: 10px;
  }

  .propertyplatforms .img-container img {
    width: 100%;
    max-width: 80px;
    height: 98x;
    object-fit: contain;
  }
}

.how-it-works {
  padding: 124px 170px;
  background-color: #d7d7d733;
}

.how-it-works h1 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
}

.how-it-works .steps {
  display: flex;
  justify-content: center;
  align-items: center;
  /* align-items: flex-start; */
  gap: 45px;
  margin-top: 40px;
  /* flex-wrap: wrap; */
}

.how-it-works .steps img {
  max-width: 400px;
  height: auto;
  object-fit: contain;
}

.how-it-works-steps {
  display: flex;
  gap: 40px;
}

.how-it-work-step {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.how-it-work-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  min-height: 150px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 280px;
}

.how-it-work-card h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.how-it-work-card p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}
.how-it-works .steps .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .how-it-works {
    padding: 54px 20px;
  }
  .how-it-works .steps {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1106px) {
  .how-it-works .steps {
    flex-direction: column-reverse;
  }
}

@media (max-width: 640px) {
  .how-it-works h1 {
    font-size: 24px;
  }

  .how-it-works-steps {
    flex-direction: column;
    gap: 10px;
  }
  .how-it-work-step {
    gap: 10px;
  }
  .how-it-work-card {
    min-height: fit-content;
    width: 100%;
  }
  .how-it-work-card h4 {
    font-size: 16px;
  }
  .how-it-work-card p {
    font-size: 12px;
  }
  .how-it-works .img-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
  }
}

.listing-management {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 120px 170px;
  flex-wrap: wrap;
}

.listing-management .header,
.listing-management .img-container {
  flex: 1;
  min-width: 400px;
}

.listing-management .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listing-management .img-container img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

.listing-management h1 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.listing-management .header > p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6;
}

.listing-management .lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.listing-management .list h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}

.listing-management .list p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.header ul {
  list-style: disc inside;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header ul li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

/* ✅ Responsive adjustment for mobile */
@media (max-width: 1124px) {
  .listing-management {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 54px 20px;
    text-align: left;
    /* max-width: 100%; */
  }

  .listing-management .header,
  .listing-management .img-container {
    width: 100%;
    min-width: unset;
  }

  .listing-management .img-container img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .listing-management h1 {
    font-size: 24px;
    text-align: center;
  }
  .listing-management .header p {
    font-size: 14px;
    text-align: center;
  }
  .listing-management .lists .list h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .listing-management .list p {
    font-size: 12px;
    text-align: left;
  }
}

.useful-to-know {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 120px 170px;
  flex-wrap: wrap;
  background-color: #080808;
}

.useful-to-know .img-container,
.useful-to-know > div {
  flex: 1;
  min-width: 400px;
}

/* Image */
.useful-to-know .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.useful-to-know .img-container img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

/* Text Content */
.useful-to-know h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.useful-to-know p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.6;
  margin-bottom: 18px;
  width: 90%;
}

/* List styling */
.useful-to-know ul {
  list-style: disc inside;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  margin-top: 10px;
}

.useful-to-know ul li {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 1020px) {
  .useful-to-know {
    padding: 54px 24px;
    text-align: center;
  }

  .useful-to-know p,
  .useful-to-know ul {
    width: 100%;
    text-align: left;
  }

}

@media (max-width: 640px) {
  .useful-to-know {
    flex-direction: column-reverse;
  }
  .useful-to-know h1 {
    font-size: 24px;
  }
  .useful-to-know .li,
  .useful-to-know p {
    font-size: 14px;
  }
  .useful-to-know .img-container img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
  }
  .useful-to-know .img-container,
  .useful-to-know > div {
    flex: 1;
    min-width: 100%;
  }
}

.display {
  padding: 120px 170px;
  background-color: #fff;
}

.display > div {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  gap: 50px;
  width: 100%;
  padding: 60px 40px;
}

/* LEFT SIDE (Text Section) */
.display > div > div:first-child {
  flex: 2;
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.display h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.display p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}

.topbtn1 {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 15px;
  background: linear-gradient(
    67.44deg,
    #a07539 41.29%,
    rgba(176, 140, 76, 0.96131) 64.72%,
    rgba(244, 235, 154, 0.8) 98.65%,
    #a07539 109.81%
  );

  border: none;
  margin-bottom: 12px;
}

.topbtn1 a {
  color: black;
}
.topbtn1 a:hover {
  color: black;
}
.topbtn1:hover {
  color: white;
  opacity: 0.9;
  transform: translateY(-2px);
}
.topbtn2 {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 8px;
  color: #a07539;
  font-weight: 600;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    91.51deg,
    #a07539 18.71%,
    #f4eb9a 40.71%,
    #a07539 77.67%,
    #f4eb9a 87.18%,
    #a07539 99.35%,
    #a07539 135.58%,
    #f4eb9a 135.58%,
    #a07539 135.58%
  );

  border: 1px solid;
}
.topbtn2 a:hover {
  color: black;
}

.topbtn2:hover {
  background: linear-gradient(
    67.44deg,
    #a07539 41.29%,
    rgba(176, 140, 76, 0.96131) 64.72%,
    rgba(244, 235, 154, 0.8) 98.65%,
    #a07539 109.81%
  );
  transform: translateY(-2px);
}

.display button {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 15px;
}

/* 🌟 Primary Button — Gradient Background */
.display button:first-child {
  background: linear-gradient(
    67.44deg,
    #a07539 41.29%,
    rgba(176, 140, 76, 0.96131) 64.72%,
    rgba(244, 235, 154, 0.8) 98.65%,
    #a07539 109.81%
  );
  color: #000;
  border: none;
}
.display button:first-child a {
  color: black;
}

.display button:first-child:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.display button:last-child {
  background-color: transparent;
  border-radius: 8px;
  color: #a07539;
  font-weight: 600;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    91.51deg,
    #a07539 18.71%,
    #f4eb9a 40.71%,
    #a07539 77.67%,
    #f4eb9a 87.18%,
    #a07539 99.35%,
    #a07539 135.58%,
    #f4eb9a 135.58%,
    #a07539 135.58%
  );

  border: 1px solid;
}

.display button:last-child:hover {
  background: linear-gradient(
    67.44deg,
    #a07539 41.29%,
    rgba(176, 140, 76, 0.96131) 64.72%,
    rgba(244, 235, 154, 0.8) 98.65%,
    #a07539 109.81%
  );
  color: #fff;
  transform: translateY(-2px);
}

.display > div > div:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.display .img-container {
  overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .display {
    flex-direction: column;
    padding: 54px 24px;
  }

  .display > div {
    flex-direction: column;
    gap: 40px;
  }

  .display > div > div:first-child {
    width: 100%;
  }

  .display > div > div:last-child {
    flex-direction: row;
  }

  .display > div > div:last-child > div:last-child {
    flex-direction: row;
  }

  .display h1 {
    font-size: 28px;
  }

  .display p {
    font-size: 16px;
  }

  .display .img-container {
  }
}

@media (max-width: 640px) {
  .display > div {
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 20px 10px;
  }
  .display > div h1 {
    font-size: 24px;
  }
  .display > div p {
    font-size: 14px;
  }

  .display .btns,
  .topbtn .btns {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    font-size: 12px;
    gap: 12px;
  }
  .display .btn button,
  .topbtn .btn {
    font-size: 12px;
  }
  .display > div > div:last-child > div:last-child {
    display: none;
  }
}

.faqs {
  background-color: #000; /* full black background */
  color: #fff;
  padding: 54px 170px;
  text-align: center;
}

.faqs h1.gradient-text {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: left;
}

/* FAQ Items */
.faqs > div {
  position: relative;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 20px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.02);
  color: white;
  overflow: hidden;
}

.faqs > div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: linear-gradient(
    67.44deg,
    #a07539 41.29%,
    rgba(176, 140, 76, 0.96131) 64.72%,
    rgba(244, 235, 154, 0.8) 98.65%,
    #a07539 109.81%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Hover effect */
.faqs > div:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateY(-3px);
  border-radius: 18px;
}

/* FAQ Headings */
.faqs h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

/* FAQ Paragraphs */
.faqs p {
  color: #d1d1d1;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .faqs {
    padding: 54px 24px;
  }
}
@media (max-width: 640px) {
  .faqs h1 {
    font-size: 24px;
  }
  .faqs h4 {
    font-size: 16px;
  }
  .faqs p {
    font-size: 14px;
  }
}
