.md-custom-code {
  margin-bottom: 0px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
}

.mg-container {
  width: auto !important;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.md-custom-code {
  margin-bottom: 0px !important;
}
.spacediv {
  min-height: 100px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: BebasNeue-Regular;
}

@font-face {
  font-family: BebasNeue-Regular;
  src: url(assets/bebas_neue/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(assets/montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(assets/montserrat/static/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(assets/montserrat/static/Montserrat-SemiBold.ttf);
}

/*section 1*/
.innercontentp{
  width: 70%;
  margin: auto;
  text-align: center;
}

.innercontentp h2{
  color: #1E1E1E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.innercontentp p{
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0px;
}

.innercontentp a{
  border-radius: 9px;
  display: inline-block;
  color: #fff;
  background: #040707;
  text-align: center;
  font-family: "BebasNeue-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  padding: 14px 38px;
}
.innercontentp a:hover{
  transition: 0.3s ease;
 background: #02b8bc;
}

/*section book*/
.buyers-guide-section {
  width: 100%;
  padding: 80px 0;
  background: #fff;
  display: flex;
  justify-content: center;
}

.buyers-container {
  width: 80%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.buyers-left h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 45px;
}

.buyers-left h4{
  color: #1E1E1E;
  font-family: 'Montserrat-Bold';
  font-size: 17px;
  margin-top: 10px;
  max-width: 80%;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.buyers-left p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 24px;
}

/* FORM */

.buyers-form {
      width: 100%;
      margin: 0 auto;
  }

  .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .input-container {
      position: relative;
      width: 100%;
  }

  .input-container svg {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
  }
  .form-row input::placeholder{color: #333;}
  .form-row input {
      width: 100%;
      padding: 14px 16px 14px 16px;
      border: 1px solid #e3e3e3;
      border-radius: 0px;
      outline: none;
      box-shadow: none;
      color: #000;
      font-family: Montserrat-light;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      font-size: 15px;
      box-sizing: border-box;
  }

  .form-row input:focus {
      border-color: #02b8bc;
  }

  .form-row input:focus + svg{
      color: #02b8bc;
  }

  .download-btn {
    padding: 14px 35px;
    background: #000;
    color: #fff;
    margin-top: 10px;
    border: none;
    border-radius: 6px;
    font-family: 'BebasNeue-Regular';  
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .download-btn:hover {
      background: #02b8bc;
  }
/* RIGHT SIDE CARD */
.guide-card {
  background: #fff;
  border-radius: 12px;
  text-align: center;
}

.guide-card h3 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  margin-bottom: 20px;
}

.guide-card h3 span {
  color: #02b8bc;
  font-weight: 600;
}

.guide-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.guide-logo {
  width: 130px !important;
  margin: 0 auto;
}


/*section 2*/
.broker_bg{
  background: url("careers/Rectangle233-min.png");
  background-size: cover;
  padding: 100px 0px;
}

.headingcenter h1{
  text-align: center;
  color: #1E1E1E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.brokerbg_content{
  width: 85%;
  margin: auto;
}
.brokerflex {
    display: flex;
    align-items: center;
}

.brokerimg{
  width: 48%;
}
.brokerimg img{width: 100%;}
.brokercontent{
  width:44%;
  padding: 80px 0px;
}

.brokercontent p{
  color: #000;
  font-family: Montserrat-light;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.brokercontent ol {
  font-family: 'Montserrat-Light';
  font-size: 16px;
  list-style: outside;
  margin-bottom: 18px;
  margin-top: 0px;
}

/*section 4 */
.real-estate-section {
  max-width: 95%;
  margin: 0 auto;
}

.grid-container {
  gap: 20px;
  position: relative;
}

.flexdiv {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.grindimg,
.maingimg {
  display: flex;
  flex-direction: column;
}

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

.main-image {
  height: 100%;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px 0 0 18px;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  bottom: 40px;
  right: 29%;
  width: 30%;
  transform: translateX(50%);
  padding: 30px 60px;
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.overlay-text h2 {
  color: #02B8BC;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

.bottom-image,
.inlineflx {
  width: 100%;
}

.bottom-image {
  flex: 1;
  margin-bottom: 20px;
}

.bottom-image img,
.small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.inlineflx {
  display: flex;
  gap: 20px;
  flex: 1;
}

.small-image {
  flex: 1;
  display: flex;
}

.quote-box {
  background: #CDEAEC;
  border-radius: 12px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*section 3*/

.innercontainer{
  padding: 100px 0px 0px 0px;
  width: 85%;
  margin: auto;
}

.our_investment_header h2{ 
  text-align: center;
  margin-bottom: 70px;
  color: #1E1E1E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.shadown {
  border-radius: 428px;
  background: rgba(0, 0, 0, 0.20);
  filter: blur(20px);
  width: 60%;
  height: 35px;
  margin: 10px auto  0px auto ;
}

.listrows {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  justify-content: space-between;
  gap: 60px;
}

.liscol1,
.liscol2 {
  flex: 1 1 50%;
}

.liscol2 p{
  color: #000;
  font-family: Montserrat-light;
  font-size: 16px;
  max-width: 90%;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
}

.liscol1 img {
  display: block;
}

/*section 4*/
.our-family-section {
  background: url('careers/Rectangle235-min.png');
  text-align: center;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.section-title {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: normal;
}

.testimonial-card {
  position: relative;
  background: #fff;
  color: #333;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 60px 35px 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.testimonial-image {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #02B8BC;
  overflow: hidden;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content p {
  color: #000;
  font-family: Montserrat-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 20px;
}

.author {
  color: #000;
  font-family: Montserrat-bold;
  font-size: 18px;
  font-style: normal;
  line-height: 20px; 
}

.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #ffffff;
    background: none !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #fff !important;
}

.owl-dots{margin: 20px 0px;}
.owl-nav{display: none;}
.footer-text {
  color: #FFF;
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}



/*section 5*/
.first-year-comparisons {
  background: #ECFEFF;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #333;
}

.section-header h2 {
  color: #1E1E1E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.section-header h3 {
  color: #000;
  text-align: center;
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin: 10px 0px 20px 0px;
}

.section-header p {
  max-width: 800px;
  margin: 0 auto 50px;
  color: #000;
  text-align: center;
  font-family: Montserrat-light;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.comparison-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  max-width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.comparison-box {
  flex: 1 1 45%;
  border-radius: 12px;
  text-align: left;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.comparison-box h4 {
  color: #000;
  text-align: center;
  font-family: Montserrat-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}

.comparison-box p {
  color: #000;
  text-align: center;
  font-family: Montserrat-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 80%;
  margin: 10px auto;
}

.comparison-box img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

/* Teal version */
.comparison-box.teal {
  background-color: #00B8BC;
  color: #fff;
}

.comparison-box.teal p {
  color: #000;
  text-align: center;
  font-family: Montserrat-light;
  font-size: 16px;
  font-style: normal;
  margin: 10px auto;
  font-weight: 400;
  line-height: 28px;
}

.disclaimer {
  color: #000;
  text-align: center;
  font-family: Montserrat-light;
  font-size: 16px;
  font-style: italic;
  max-width: 50%;
  font-weight: 300;
  line-height: 28px;
  margin: 50px auto 0px auto;
}


/*section 5*/
.other-benefits {
  background-color: #f9fafb;
  padding: 80px 0px;
  color: #222;
}

.section-title-benefits {
  text-align: center;
  font-size: 50px;
  color: #1e1e1e;
  margin-bottom: 50px;
  font-weight: normal;
}

/* 2-Column Layout */
.benefits-grid {
  display: flex;
  gap: 20px;
  max-width:90%;
  align-items: stretch;
  justify-content: flex-start;
}

/* Left Column: 2 equal-height images */
.benefits-images {
  flex: 1 1 40%;

}

.benefits-images img {
  object-fit: cover;
  border-radius: 12px;
  display: block;
  width: 100%;
}
.img2{margin-top: 20px;}
/* Right Column: 2x2 grid of cards */
.benefits-cards {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr; /* ensures all cards are equal height */
  gap: 20px;
}

.benefit-card {
  background: #fff;
  border: 2px solid #ececec;
  border-radius: 8px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
}

.benefit-card h3 {
  color: #1E1E1E;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

.benefit-card ul {
  list-style: disc;
  padding: 30px !important;
  padding-top: 20px;
  color: #000;
  font-family: Montserrat-light;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.benefit-card li {
  margin-bottom: 10px;
}

/* section 6 */
.agent-spotlight {
  background: url('careers/Rectangle269-min.png');
  background-size: 100% 60%;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 0px;
}
.agent_spotheading{text-align: center;}
.agent_spotheading h2{
  color: #FFF;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.agent_spotheading h4{
  color: #FFF;
  text-align: center;
  font-family: Montserrat-regular;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 28px;
}
.spotlight-container {
  max-width: 100%;
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-left: auto;
  justify-content: flex-end;
}
.text-card-main{
  width: 55%
}
.image-card {
  width: 35%;
}
.spctop{
  position: relative;
}

.text-card {
  border-radius: 8px;
  border: 2px solid #ECECEC;
  background: #FFF;
  padding: 30px 40px;
}

.subtitle {
  font-size: 0.9rem;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.title {
  color: #0097a7;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.description {
  color: #1E1E1E;
  font-family: Montserrat-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 126.316% */
  margin-bottom: 15px; 
}
.key-stats{
  color: #1E1E1E;
  font-family: Montserrat-light;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 126.316% */
  margin-bottom: 15px; 
}

/* KEY STATS */
.key-stats h3 {
  color: #231F20;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 10px;
}

.key-stats ul {
  list-style: none;
}

.key-stats li {
  margin-bottom: 8px;
  color: #231F20;
  font-family: Montserrat-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-left: 16px;
}

.key-stats li::before {
  content: "•";
  color: #0097a7;
  position: absolute;
  left: 0;
  top: 0;
}

.badges{text-align: center;}

.badges img {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}

/* RIGHT IMAGE CONTENT */
.image-card {
  position: relative;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* QUOTE BOX OVERLAY */
.quote-box {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
  width: 60%;
  background: none;
  padding: 20px;
  border-radius: 10px;
}

.quote {
  color: #FFF;
  font-family: 'Montserrat-Regular';
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.quote-author {
  color: #FFF;
  font-family: Montserrat-bold;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 24px; 
  margin-top: 20px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .spotlight-container {
    grid-template-columns: 1fr;
  }
      .form-row {
        flex-direction: column;
    }
  .text-card {
    order: 2;
  }

  .image-card {
    order: 1;
  }

  .title {
    font-size: 1.6rem;
  }

  .quote-box {
    padding: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}


/* Responsive */
@media (max-width: 960px) {
  .benefits-grid {
    flex-direction: column;
  }

  .benefits-images,
  .benefits-cards {
    flex: 1 1 100%;
  }

  .benefits-cards {
    grid-template-columns: 1fr;
  }
}
/* Responsive layout */
@media (max-width: 1024px) {
  .benefits-grid {
    flex-direction: column;
  }
  .brokerflex{    justify-content: space-around;}
  .benefits-images,
  .benefits-cards {
    flex: 1 1 100%;
  }
  .overlay-text {
    right: 100px;
    bottom: 19px;
    left: auto;
    transform: none;
  }
  .overlay-text h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .benefits-cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .comparison-grid {
    flex-wrap:initial;
    gap: 25px;
  }
  .buyers-container {
  grid-template-columns: 1fr;
  text-align: center;
  }
  .brokerimg {
    width: 100%;
  }
  .brokerflex {
    flex-wrap: wrap;
  }
  .spotlight-container {
    flex-direction: column-reverse;
    max-width: 95% !important;
    margin: auto;
  }
  .text-card-main {
    width: 100%;
  }
  .image-card {
    width: 100%;
  }

  .benefit-card ul{
    font-size: 18px;
  }
  .benefits-grid{margin: auto;}
  .description,.key-stats li{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .key-stats h3{font-size: 40px;}
  .quote-author{font-size: 20px;}
  .quote{font-size: 20px;}
  .text-card{padding: 40px;}
  .testimonial-card{text-align: center;}
  .testimonial-image{position: initial;margin: auto;transform:none;margin-bottom: 20px;}
  .listrows{gap: 20px;}
  .liscol2 p{width: 100%;}
  .liscol1 img {
    width: 100%;
  }
  .liscol1 {
    width: 35%;
  }
  .liscol2 {
    width: 70%;
  }
  .brokercontent {
    width: 100%;
  }
  .brokercontent{margin-top: 20px;padding: 0px;}
  .brokercontent p {font-size: 22px;}
  .comparison-box {
    flex: 1 1 100%;
  }

  .section-header p {
    font-size: 15px;
  }
}




/* Responsive: stack on small screens */
@media (max-width: 768px) {

  .buyers-left h4{max-width: 100%;}
  .buyers-guide-section{padding: 0px;}
  .testimonial-card {
    padding: 60px 30px 40px;
  }
  .image-card{border-radius: 18px;}
  .testimonial-image {
    position: static;
    margin: 0 auto 20px;
    transform: none;
  }
      .buyers-left h2 {
        max-width: 100%;
    }
  .testimonial-content {
    text-align: center;
  }
  .liscol1,
  .liscol2 {
    flex: 1 1 100%;
  }
    .headingdiv img { width: 80%; }
  .headingdiv h1 { font-size: 32px; line-height: 36px; }
  .headingdiv p { font-size: 14px; line-height: 18px; }

  .results-container {
    align-items: center;
    justify-content: center;
 }
   .benefits-cards {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 20px;
  }
 .quote-text{font-size: 20px;}
  .headingdiv{font-size: 70px;}
  .brokerflex {
    flex-direction: column;
  }
  .overlay-text {
    right: auto;
    left: 9%;
    transform: none;
    width: auto;
  }
  .broker_bg {padding-top: 50px;}
  .headingcenter h1{
    max-width: 80%;
    margin: auto;
  }
  .our_investment_header h2{
    max-width: 80%;
    margin: auto auto 30px auto;
  }
  .innercontentp {width: 90%;}
  .comparison-box p,.comparison-grid{max-width: 100%;}
  .disclaimer{max-width: 100%;font-size: 18px;}
  .agent-spotlight{padding: 50px 0px 50px 0px;}
  .quote-author{font-size: 18px;}
  .quote-box{width: 90%;}
  .text-card{padding: 30px;}
  .agent_spotheading h2{font-size: 50px;}
  .description,.key-stats li{font-size: 19px;line-height: 28px;}
  .benefit-card ul{font-size: 18px;line-height: 28px;padding: 18px;}
  .text-card-main,.image-card {
    width: 100%;
  }
  .spotlight-container{flex-direction: column-reverse;margin: auto;}
  .benefits-grid{margin: auto;}
  .flexdiv {
    width: 95%;
    margin-left: auto;
  }
  .comparison-box h4{font-size: 24px;}
  .overlay-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .liscol2 p{
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
  .listrows{margin-bottom: 30px;}
  .liscol1 img{
    width: 90%;
    margin: auto;
  }
  .brokerimg {
    width: 100%;
  }
  .brokercontent {
    width: 100%;
  }
  .brokercontent p{margin-top: 20px;}
 .badge img,.badge{width: 70%;}
}



/* Responsive Grids and Text */
@media (min-width: 1600px) {
.card p{font-size: 19px;}
.brokercontent ol {font-size: 18px;}
.buyers-left p {
  font-size: 18px;
  line-height: 27px;
}
.buyers-left h4{font-size: 20px;}
.card.text h4{font-size: 19px;}
.innercontentp {width: 60%;}
.grindimg{width: 55%;}
.maingimg{width: 35%;}
.brokerimg img {width: 95%;}
.headingcenter h1{font-size: 55px;}
.innercontentp h2{font-size: 55px;}
.innercontentp a{ font-size: 24px; padding: 14px 38px 12px 38px; }
.brokerimg {width: 45%;}
.brokercontent p{font-size: 20px;}
.overlay-text h2{font-size: 45px;}
.description{font-size: 19px;line-height: 31px;}
.overlay-text{padding: 50px 60px;}
.benefit-card{
  padding: 40px 30px;
}
.quote-author{font-size: 20px;}
.quote{font-size: 20px;}
.key-stats{margin-top: 20px;margin-bottom: 20px;}
.key-stats li{font-size: 18px;line-height: 25px; margin-bottom: 8px;}
.key-stats h3{font-size: 40px;}
.agent_spotheading h2{font-size: 80px;}
.agent_spotheading h4{font-size: 24px;}

.liscol2 p {
  font-size: 20px;
  line-height: 30px
  ;
}
.section-header p {
  max-width: 850px;
  font-size: 20px;
}
.comparison-box p,.comparison-box.teal p{font-size: 20px;max-width: 70%;}
.disclaimer{font-size: 20px;}
.comparison-box h4{font-size: 25px;}
.section-header h2{font-size: 55px;}
.section-header h3{font-size: 22px;}
.footer-text{font-size: 45px;}
.author{font-size: 20px;}
.benefit-card ul{font-size: 18px;}
.section-title{font-size: 60px;}
.testimonial-content p{font-size: 18px;line-height: 28px;}
.liscol1 img {
    width: 95%;
    margin: auto;
}
.text-card{padding: 50px;}
.benefit-card li{margin-bottom: 15px;line-height: 28px;}
.benefit-card h3{font-size: 40px;}
.section-title-benefits{font-size: 55px;}
.innercontentp p{font-size: 20px;}
}

@media (max-width: 1100px) {
  .grid-container { grid-template-columns: 1fr; }
  .main-image { grid-row: auto; }
  .bottom-image { grid-column: auto; }
  .overlay-text { right: 100px;
        bottom: 19px;left: auto; transform: none;}
  .overlay-text h2 {
  font-size: 26px;
  line-height: 30px;
  }
  .testimonial-card{max-width: 650px;}
  .results-stats { width: 100%; }
    .results-container {
    align-items: center;
    justify-content: center;
 }
 .spotlight-container{max-width: 100%;}
 .agent-spotlight{padding: 50px 0px 50px 0px;}
 .text-card{padding: 40px;}
 .benefit-card ul{font-size: 18px;line-height:28px;}
 .benefits-grid{margin: auto;}
 .badge img,.badge{width: 70%;text-align: center;}
  .inner-flex { grid-template-columns: 1fr; }
  .headingdiv{font-size: 70px;}
}
@media (max-width: 520px) {
  .buyers-left h4{max-width: 100%;}
  .buyers-guide-section{padding: 0px;}
  .headingdiv img { width: 80%; }
  .headingdiv h1 { font-size: 32px; line-height: 36px; }
  .headingdiv p { font-size: 14px; line-height: 18px; }
  .comparison-grid {
    flex-wrap: wrap;
  }
  .buyers-left h2 {
    font-size: 34px;
  }
  .results-container {
    align-items: center;
    justify-content: center;
 }
 .quote-text{font-size: 20px;}
  .headingdiv{font-size: 70px;}
  .brokerflex {
    flex-direction: column;
  }
  .overlay-text {
    right: auto;
    left: 9%;
    transform: none;
    width: auto;
  }
  .broker_bg {padding-top: 50px;}
  .headingcenter h1{
    max-width: 80%;
    margin: auto;
  }
  .our_investment_header h2{
    max-width: 80%;
    margin: auto auto 30px auto;
  }
  .innercontentp {width: 90%;}
  .comparison-box p,.comparison-grid{max-width: 100%;}
  .disclaimer{max-width: 100%;font-size: 18px;}
  .agent-spotlight{padding: 50px 0px 50px 0px;}
  .quote-author{font-size: 18px;}
  .quote-box{width: 90%;}
  .text-card{padding: 30px;}
  .agent_spotheading h2{font-size: 50px;}
  .description,.key-stats li{font-size: 18px;line-height: 28px;}
  .benefit-card ul{font-size: 18px;line-height: 28px;padding: 18px;}
  .text-card-main,.image-card {
    width: 100%;
  }
  .spotlight-container{flex-direction: column-reverse;margin: auto;}
  .benefits-grid{margin: auto;}
  .flexdiv {
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  .listrows.mb_reverse {
    flex-direction: column-reverse;
  }
  .comparison-box h4{font-size: 24px;}
  .overlay-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .liscol2 p{max-width: 100%;font-size: 18px;line-height: 28px;}
  .listrows{margin-bottom: 30px;flex-wrap: wrap;gap: 0px;}
  .liscol1 img{
    width: 90%;
    margin: auto;
  }
  .brokerimg {
    width: 100%;
  }
  .brokercontent {
    width: 100%;
  }
  .image-card{border-radius: 18px;}
  .brokercontent p{margin-top: 20px;}
 .badge img,.badge{width: 70%;}
}





