/* hero section  */
   .hero {
  background: #f2f8ff;
  padding: 50px 5%;
  position: relative;
  overflow: hidden;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-left {
  flex: 1;
  min-width: 320px;
}

.hero-left h1 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
}

.hero-left h1 span {
  color: #F17F21;
}

.hero-left p {
  margin: 20px 0;
  font-size: 18px;
  color: #555;
}

.property-types {
  display: flex;
  justify-content: left;
  gap: 10px;
  flex-wrap: wrap;
}

.type-card {
  width: 150px;
  text-align: center;
  cursor: pointer;
}

.type-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}

.type-card h2 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px !important;
}
/* Stats */
.stats {
  margin-top: 20px;
  font-size: 16px;
}

.stats span {
  color: #F17F21;
  font-weight: bold;
}

.hero-right {
  flex: 1;
  position: relative;
  min-width: 320px;
  height: 500px;
}

.img-box {
  position: absolute;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transform: rotate(45deg);
  background: #fff;
  border: 8px solid #fff;
}

.img-box img {
  width: 140%;
  height: 140%;
  object-fit: cover;
  transform: rotate(-45deg) scale(1.1);
  position: relative;
  top: -20%;
  left: -20%;
}

.img1 {
  width: 270px;
  height: 270px;
  top: 50px;
  left: 57%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 3;
}

/* Left Small Diamond */
.img2 {
  width: 180px;
  height: 180px;
  bottom: 50px;
  left: 67px;
  transform: rotate(45deg);
  z-index: 2;
}

/* Right Small Diamond */
.img3 {
  width: 180px;
  height: 180px;
  top: 250px;
  right: -40px;
  transform: rotate(45deg);
  z-index: 1;
}
@media(max-width: 992px) {
  .hero-container {
    flex-direction: column;
  }
  .hero-right{
    padding: 0px;
  }
  .hero-right {
    margin-top: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .img-box {
    position: relative;
    transform: none !important;
    width: 100% !important;
    height: 150px !important;
    border-radius: 10px;
    border: 4px solid #fff !important;
  }

  .img-box img {
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }

  .img1, .img2, .img3 {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

}
@media(min-width: 768px){
.hero {
  padding: 14px 5% !important;
  padding-bottom: 30px !important;
}
 
}
@media(max-width: 768px){
  .property-types{
    flex-wrap: nowrap;      
    justify-content: space-between;
  }

  .type-card{
    width: 30%;           
    padding: 8px 5px;
  }

  .type-card img{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .type-card h2{
    font-size: 13px;
  }
  .hero-left h1{
    font-size : 26px !important;
  }

}

/* structure layout */

.structure-wrapper-new {
  background: #f2f8ff;
  overflow: hidden;
  margin-top: 26px;
}
.furnishing-bar {
  background: rgba(241,127,33,0.1);
  padding: 4px !important;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  width: 500px !important;
  border: 1px solid #f58220;
  color: #000;
  border-radius: 18px;
  
}

.furnishing-bar span {
  margin: 0 12px;
}

.furnishing-bar .divider {
  color : #f58220 !important;
  background : #f58220 !important;
}
.structure-content {
  display: flex;
  justify-content: space-around;
   width: 500px !important;
  padding: 10px 20px 10px;
}

.structure-box h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.structure-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.structure-box ul li {
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.structure-box ul li::before {
  content: "➤";
  padding-right: 4px !important;
  color: #f58220;
  font-size: 14px;
}

.plots-section {
  text-align: center;
  padding: 0px 20px 0px;
  width: 500px !important;
}

.plots-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plots-section h4 {
  display: inline-block;
  padding: 4px 18px;
  background: rgba(241,127,33,0.1);
  color: #000;
  font-size: 18px;
  border-radius: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  border: 1px solid #f58220;
}
.plot-buttons {
  display: flex;
  gap: 20px;
}

.hex {
  width: 70px;
  height: 60px;
  background: #274a8a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  clip-path: polygon(
    25% 0%, 
    75% 0%, 
    100% 50%, 
    75% 100%, 
    25% 100%, 
    0% 50%
  );
  transition: 0.3s;
}

.hex:hover {
  background: #1c3563;
  transform: translateY(-5px);
}

/* mobile */

@media(max-width:768px){
  .hero{
    padding: 50px 10px !important;
  }
  .hero-left h1{
    font-size: 32px !important;
    line-height: 1.3;
    text-align: left;
  }
  .structure-wrapper-new{
    width: 100%;
  }
  .furnishing-bar{
  width: 100% !important;
  font-size: 13px;
  padding: 0px 2px !important;
  display: flex;
  justify-content: center;
  align-items: center;  
  gap: 8px;
  flex-wrap: nowrap;    
  height: auto !important;
}

  .furnishing-bar span{
    margin: 0;
  }

  /* Residential + Commercial */
  .structure-content{
    width: 100% !important;
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }


  .structure-box{
    flex: 1;
  }

  .structure-box h3{
    font-size: 15px;
  }

  .structure-box ul li{
    font-size: 12px;
    margin-bottom: 6px;
    padding-left: 36px;
 
  }

  .structure-box ul li::before{
    font-size: 11px;
  }

  /* Plots Section */
  .plots-section{
    width: 100% !important;
    padding: 10px 10px 0px;
  }

  .plots-section h4{
    font-size: 15px;
    padding: 4px 14px;
    margin-bottom: 12px;
  }
  .plot-buttons{
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .hex{
    width: 55px;
    height: 48px;
    font-size: 11px;
  }
  .property-types{
    margin-top: 25px;
    justify-content: space-between;
  }

  .type-card{
    width: 30%;
  }

  .type-card img{
    width: 38px;
    height: 38px;
  }

  .type-card h2{
    font-size: 12px;
  }
  .stats{
    text-align: center;
    font-size: 14px;
  }

}

/* icon section start */

 .how-section {
  padding: 10px 20px;
  background: #f2f8ff;
  text-align: center;
}

.how-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.step {
  max-width: 180px;
  text-align: center;
}

.circle {
  width: 100px;
  height: 100px;
  background: #F17F21;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: white;
  font-size: 30px;
  transition: 0.3s;
}

.circle:hover {
  background: #234DA0;
  transform: scale(1.1);
}

.step h2 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.step p {
  font-size: 14px;
  color: #555;
}

.arrow {
  width: 40px;
  height: 2px;
  background: #F17F21;
  position: relative;
}

.arrow::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -4px;
  border-left: 8px solid #F17F21;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media (max-width: 992px) {
  .how-wrapper {
    flex-direction: column;
    gap: 10px !important;
  }

  .arrow {
    width: 2px;
    height: 40px;
  }

  .arrow::after {
    right: -4px;
    top: auto;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-top: 8px solid #F17F21;
    border-right: 6px solid transparent;
  }
}

/* who we are section */

.about-section{
  background: #f2f8ff;
  padding:80px 5%;
}

.about-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  flex-wrap:wrap;
}
.about-image{
  flex:1;
  min-width:320px;
}

.about-image img{
  width:100%;
  border-radius:20px;
  display:block;
}
.about-content{
  flex:1;
  min-width:320px;
}

.small-title{
  color: #F17F21;
  font-weight:600;
  letter-spacing:1px;
}

.about-content h2{
  font-size:40px;
  margin:20px 0;
  line-height:1.3;
}

.about-content p{
  color: #555;
  margin-bottom:30px;
}

/* STATS */
.stats-box{
  display:flex;
  align-items:center;
  gap:40px;
  margin-bottom:30px;
}

.stat{
  display:flex;
  align-items:center;
  gap:15px;
}

.stat img{
  width:50px;
  height:50px;
  object-fit:contain;
}

.stat h2{
  font-size:28px;
  margin:0;
}

.stat span{
  font-size:14px;
  color:#666;
}

.divider{
  width:1px;
  height:60px;
  background: #ccc;
}
.contact-btn{
  display:inline-block;
  padding:12px 30px;
  background: #F17F21;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
  transition:0.3s;
}

.contact-btn:hover{
  background: #f37005;
}
@media(max-width:992px){
  .about-content h2{
    font-size: 32px !important;
  }
  .about-container{
    flex-direction:column;
    text-align:left;
  }

  .stats-box{
    justify-content:center;
  }
  

  .divider{
    display:none;
  }
}

@media(max-width:576px){
  .stats-box{
    flex-direction:row;         
    justify-content:space-between;
    gap:15px;
  }

  .stat{
    gap:8px;
  }

  .stat img{
    width:30px;                 
    height:30px;
  }

  .stat h2{
    font-size:18px;             
  }

  .stat span{
    font-size:11px;
  }

  .divider{
    display:block;
    height:40px;
  }

}

/* girl section */

 .realestate-banner {
  background: #13395B;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:  0px 5%;
  position: relative;
  overflow: hidden;
}

/* Left Image */
.realestate-left img {
  max-width: 350px;
}

/* Content */
.realestate-content {
  max-width: 500px;
}

.realestate-content h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.realestate-content p {
  color: #cfd8e3;
  margin-bottom: 25px;
}

.contact-info {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;

}
.contact-info a{
  color : #fff;
}
.contact-info div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info i {
  background: rgba(255,255,255,0.1);
  padding: 10px;
  border-radius: 50%;
}

/* Button */
.banner-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #F17F21;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.banner-btn:hover {
  background: #F17F21;
}

/* Right Side */
.realestate-right {
  position: relative;
}

/* Big Rotated Image */
.main-img img {
  width: 350px;
  border-radius: 40px;
 
  object-fit: cover;
}

/* Decorative Dots */
.design-shape {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(#ffffff33 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.3;
}
@media(max-width: 1200px){
  .realestate-banner {
    flex-direction: column;
    text-align: left;
  }

  .realestate-left {
    display: none;
  }

  .realestate-right {
    margin-top: 50px;
  }

  .main-img img {
    width: 280px;
  }
}

@media(max-width: 600px){
  .realestate-banner {
    padding: 25px 10px !important;
}
  .realestate-content h2 {
    font-size: 28px;
  }

  .contact-info {
    flex-direction: column;
    gap: 15px;
  }
}

/* why choose section */


.why-choose-section {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.image-wrapper {
  position: relative;
  padding: 30px;
}

.image-wrapper img {
  position: relative;
  z-index: 2;
}
.shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 80px;
  background: #F17F21;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
  
}
.shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 80px;
  background: #F17F21;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  z-index: 1;
  
}
.content-wrapper {
  padding-left: 40px;
}

.sub-title {
  color: #F17F21;
  font-weight: 600;
  
  display: inline-block;
  margin-bottom: 15px;
}

.feature-list li {
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list i {
  color: #F17F21;
  font-size: 18px;
}
.read-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #F17F21;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
}

.read-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  color: #fff;
}
@media (max-width: 992px) {
  .content-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }

  .image-wrapper {
    padding: 15px;
  }

  .content-wrapper h2 {
    font-size: 26px;
  }
}

/* review section */

  .google-review-section {
  width: 100%;
  padding: 60px 10px;
  background: #f2f8ff;
  overflow: hidden;
}

.review-title {
  text-align: center;
  margin-bottom: 50px;
}

.review-title h2 {
  font-size: 32px;
  font-weight: 700;
}
.c-name{
  font-size : 16px;
  font-weight: 600;
  color : #000
}
.review-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.review-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.review-card {
  min-width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}

.review-card > div,
.review-card p {
  background: white;
}

.review-card {
  padding: 35px;
}

.review-card .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google-logo {
  width: 30px;
  height: 30px;
}

.stars i {
  color: #ffc107;
}

.client-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.client-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.review-text {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
  color: #555;
}

.review-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.review-card {
  min-width: 33.33%;
}
@media (max-width: 1024px) {
  .review-card {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .review-card {
    min-width: 100%;
  }
}

.review-track {
  display: flex;
}

@media (min-width: 1025px) {
  .review-track {
    gap: 10px;
  }
}

/* form section */

.estate-unique-section {
  padding: 40px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  color: #fff;
}



.estate-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
}

/* LEFT FORM */
.estate-form-box {
  flex: 1.2;
  background: #F17F21;
  padding: 30px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}


.estate-form-box h2 {
  margin-bottom: 10px;
}

.estate-form {
  margin-top: 30px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.estate-form input,
.estate-form select,
.estate-form textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: #ffffff;
  color: #000;
}

.estate-form textarea {
  height: 120px;
  margin-bottom: 20px;
}

.estate-form button {
  padding: 14px 30px;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.estate-form button:hover {
  transform: translateY(-3px);
}

/* RIGHT SIDE */
.estate-side-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* MAP CARD */
.estate-map-card {
  position: relative;
  overflow: hidden;
  height: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.estate-map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* FAQ */
.estate-faq {
  background: #ffffff;
  padding: 30px;
  color : #000;
}

.faq-item {
  border-bottom: 1px solid #333;
  padding: 15px 0;
}

.faq-q {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  font-size: 14px;
  color: #222;
}

.faq-item.active .faq-a {
  max-height: 100px;
  margin-top: 10px;
}
@media(max-width: 992px){
  .estate-container {
    flex-direction: column;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}


