body {
      font-family: Arial, sans-serif;
    }
    
.header{ background:url("../images/5904.png"); background-repeat:repeat; background-size:100%; }
.header-wrapper-new{ width:100%; max-width:1440px; margin:0px auto; }
.button-one{background-color: #93812E; color: #FFF; padding: 11px 15px; font-size: 20px; border: none; text-decoration: none; border-radius: 5px;}
.button-one:hover{ background-color:#000; }
.signupbtn{ color:#000; text-decoration:none; padding:11px 3px; margin:0px 5px; border:1px solid #FFF; border-radius:5px;  }
.signupbtn:hover{ border:1px solid #454545; border-radius:5px; }
.bg-dark-custom {
    background: #243645;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 25px;

  }
  .icon-box {
    background: #93812E;
    border-radius: 5px;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-accent {
    color: #93812E !important;
  }
  /* Overlap effect */
  .overlap-section {
    
    position: relative;
    z-index: 10; /* keeps it above previous section */
     max-width: 1100px; 
    margin:-20px  auto 0px auto;
    border-radius: 20px;
  }

  h2.header-heading {
      font-family: 'Playfair Display', serif; size:100px; color: #243645; margin-bottom: 20px; display: block;
    }






    .playfair {
      font-family: 'Playfair Display', serif;
    }
    .apartment-section {
      position: relative;
      padding: 0px 0;
      background: #f8f6f1;
      background: url('../images/con-bg.png') repeat ;
    }
    .city-bg {
      position: relative;
      bottom: 0;
      right: 0;
      left: 0;
      
      
      background-size: 100%;
      opacity: 0.15;
    }
    .btn-custom {
      background: #93812E;
      color: #fff;
      border: none;
      padding: 10px 25px;
      border-radius: 5px;
    }
    .btn-custom:hover {
      background: #7b6a26;
    }


/* Inactive dots */
    .carousel-indicators [data-bs-target] {
      background-color: gray;
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }

    /* Active dot */
    .carousel-indicators .active {
      background-color: red;
    }

    /* Card styling */
    .apartment-card {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .apartment-card img {
      height: 220px;
      object-fit: cover;
      width: 100%;
    }
    .btn-gold {
      background-color: #93812E;
      color: #fff;
      border: none;
    }
    .btn-gold:hover {
      background-color: #7b6a26;
    }


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex
;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem!important;
    margin-left: 15%;
}


element.style {
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px!important;
    height: 10px!important;
    padding: 0;
    /* margin-right: 3px; */
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #93812E!important;
    background-clip: padding-box;
    border: 0!important;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
}

a.btn-gold{background: #93812E; color:#FFF;}
a.btn-gold:hover{background: #000; color:#FFF;}

/*how it work*/
.process-step {
      text-align: left;
      position: relative;
      padding: 20px;
    }
    .process-step .icon-box {
      width: 70px;
      height: 70px;
      background: #0d233e; /* Dark blue background */
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: left;
      border-radius: 12px;
      font-size: 28px;
      margin-bottom:20px;
    }
    /* Connector line */
    .process-step::after {
      content: "";
      position: absolute;
      top: 55px;
      width: 100%;
      max-width: 240px;
      border-top: 2px dashed #999;
    }
    .process-step:last-child::after {
      content: none;
    }

    .icon-box img{width: 40px; height: auto;}

    @media (max-width: 920px) {
  .process-step::after{
    left: 50%;
  }
}
    @media (max-width: 767px) {
      .process-step::after {
        display: none;
      }
    }


/*gallery*/

.gallery-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 0px;
    }


    /*testimonial*/

    .testimonial-card {
      background: #f9f9f7;
      border-radius: 8px;
      padding: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .testimonial-card i.bi-quote {
      font-size: 32px;
      color: #0d233e;
      margin-bottom: 15px;
    }
    .testimonial-rating {
      color: #f5c518; /* gold stars */
    }
    .client-info {
      display: flex;
      align-items: center;
      margin-top: 15px;
      border-top:1px solid #b7b7b0;
      padding-top:10px;
    }
    .client-info img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .carousel-control-prev,
    .carousel-control-next {
      width: auto;
      top: -70px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #93812E;
    }


/*subscription*/
.newsletter-section {
      background-color: #9a8832; /* gold background */
      padding: 40px 0;
      color: #fff;
    }
    .newsletter-input {
      background: #b6a64b; /* lighter gold */
      border: none;
      border-radius: 6px 0 0 6px;
      padding: 12px 15px;
      color: #fff;
    }
    .newsletter-input::placeholder {
      color: #eee;
    }
    .newsletter-btn {
      background-color: #1f2a36; /* dark navy */
      color: #fff;
      border-radius: 0 6px 6px 0;
      padding: 12px 25px;
      border: none;
    }
    .newsletter-btn:hover {
      background-color: #15202b;
    }


    /*footer css*/

    .footer {
      background-color: #fff;
      color: #000;
      padding-top: 40px;
      font-size: 15px;
    }
    .footer h6 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #a88f29; /* Gold-like color */
    }
    .footer a {
      color: #000;
      text-decoration: none;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .social-icons a {
      color: #2c2c2c;
      font-size: 18px;
      margin-right: 15px;
    }
    .footer-bottom {
      border-top: 1px solid #ddd;
      padding: 20px 0;
      font-size: 14px;
    }
    .footer-bottom a {
      color: #a88f29;
      text-decoration: none;
    }
    .footer-bottom a:hover {
      text-decoration: underline;
    }


    /*banner  */
    .banner {
      position: relative;
      background: url('../images/banner-one.png') no-repeat center center/cover;
      height: 400px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      
    }

    .banner::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
      z-index: 1;
    }

    .banner-content {
      position: relative;
      z-index: 2;
    }

    .banner h1 {
      font-size: 3rem;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Playfair Display', serif;
    }

    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-top: 10px;
      justify-content: center;

    }

    .breadcrumb-item + .breadcrumb-item::before {
      color: #FFF!important;
    }

    .breadcrumb-item a {
      color: white;
      text-decoration: none;
    }

    .breadcrumb-item.active {
      color: #FFF!important;
    }




    .search-wrapper {
      padding: 30px 0;
      background-color: #fff;
    }

    .search-form {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    .form-select, .btn-search {
      height: 50px;
      border-radius: 10px;
      font-size: 16px;
    }

    .form-select {
      min-width: 220px;
    }

    .btn-search {
      min-width: 160px;
      background-color: #9C893C;
      color: #fff;
      font-weight: 500;
      border: none;
      transition: background-color 0.3s ease;
    }

    .btn-search:hover {
      background-color: #8a7934;
    }

    .inputboxwidth{ width:40%!important; float:left; }
    .inputboxwidth2{ width:15%!important; float:left; }

    .searchbtn{
          background-color: #93812E;
    color: #FFF;
    padding: 11px 15px;
    font-size: 20px;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    }






    .property-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s;
      margin-top:30px;
    }

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

    .property-img {
      height: 200px;
      object-fit: cover;
      width: 100%;
    }

    .property-details {
      padding: 15px;
      background-color: #FAFAFA;
    }

    .property-details h5 {
      margin-bottom: 5px;
    }

    .icons-row {
      font-size: 14px;
      color: #555;
    }

    .icons-row i {
      margin-right: 6px;
      color: #888;
    }

    .pagination-wrapper {
      display: flex;
      justify-content: center;
      margin-top: 40px;
    }

    .pagination .page-link {
      border-radius: 6px;
      margin: 0 3px; color: #000;
      background-color: c1c1c1;
    }

    .pagination .active .page-link {
      background-color: #243645;
      border-color: #243645;
      color: white;
    }



    .amenities-section {
      padding: 60px 0;
    }

    .amenities-box {
      background-color: #f5f1e9;
      border-radius: 20px;
      padding: 30px;
    }

    .amenity-item {
      display: flex;
      gap: 20px;
      margin-bottom: 25px;
    }

    .amenity-icon {
      background-color: #9C893C;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      padding: 40px 40px;
    }

    .amenity-text h6 {
      font-weight: 600;
      margin-bottom: 5px;
    }

    .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .image-grid img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
      height: 150px;
    }

    .section-title {
      font-size: 42px;
      font-weight: bold;
      line-height: 1.2;
      color: #9a8832;
      
    }

    .btn-outline-dark {
      border-radius: 10px;
      font-weight: 500;
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 28px;
        text-align: center;
      }

      .image-grid {
        grid-template-columns: 1fr 1fr;
      }

      .text-md-start {
        text-align: center !important;
      }
    }


    .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.image-grid img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 210px;
}

@media (min-width: 992px) {
  /* Ensures the column height matches the left column and contents are centered */
  .col-lg-6.d-flex {
    min-height: 100%;
  }
}


/*about us css*/
.about-banner {
      background: url('../images/banner-top.png') no-repeat center center;
      background-size: cover;
      height: 60vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

    .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5); /* dark overlay */
    }

    .banner-content {
      position: relative;
      z-index: 2;
    }

    .breadcrumb-custom {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1rem;
    }

    .row.about-content-container {
    justify-content: center;
}



.iimg{     float: left;
    /* width: 50px; */
    height: auto;
    margin-right: 20px;
    max-height: 70px;
    width: auto; }
.border-bottom{ border-bottom:1px solid #f2f2f2; }
.border-left{ border-left:1px solid #f2f2f2; }
.border-right{ border-right:1px solid #f2f2f2; }
.margin-top{margin-top:0px!important; padding: 25px 0px 20px 0px;}
.text-small-heading {color: #9a8832;}

.text-left{ text-align:left;  }
    .btn-custom {
      background-color: #b59d4b; /* Match gold-style button */
      color: white;
      font-weight: 600;
    }

    .btn-custom:hover {
      background-color: #9c873d;
      color: white;
    }

    .about-text h6 {
      color: #b59d4b;
      font-weight: 600;
    }

    .about-text h2 {
      font-weight: 700;
      font-size: 2.2rem;
      line-height: 1.3;
    }

    .about-text p {
      font-size: 1rem;
      color: #555;
    }

    .button-hero-one{
    background-color: #93812E;
    color: #FFF;
    padding: 11px 15px;
    font-size: 20px;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    margin: 11px 0px;
    position: relative;
    text-align: center;
    }

@media (max-width: 991px) {

  .value-description {
    margin-top: 40px;
}
}

    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
      }
}

.contact-main-content {
    justify-content: center;
}




input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #93812E;
    border: none;
    color: #FFF;
    padding: 10px 20px;
	border-radius:4px;
}

.ourfinding{background-color: #f5f2eb;}
    .section-title {
      color: #a18a1b;
      font-weight: 600;
      font-size: 1.1rem;
    }
    .main-title {
      font-size: 2.8rem;
      font-weight: 700;
      color: #1c1c1c;
    }
    .vision-box {
      background-color: #1f3142;
      color: #fff;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 30px rgba(0,0,0,0.08);
    }
    .mission-box {
      background-color: #fff;
      color: #1c1c1c;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 30px rgba(0,0,0,0.08);
    }
    .card-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }
    .emphasize {
      font-style: italic;
      font-weight: bold;
    }





    /* Top Text Section */
    .top-section {
      padding: 0rem 1rem;
      padding-bottom: 3rem;
      background: linear-gradient(to bottom, #fff, #f8f5e9);
      
    }

    .section-label {
      color: #a18a1b;
      font-weight: 600;
      font-size: 1rem;
    }

    .main-heading {
      font-size: 2.8rem;
      font-weight: 700;
      font-family: 'Georgia', serif;
    }

    .description {
      font-size: 1rem;
      color: #333;
      max-width: 900px;
    }

    /* Hero Image Section */
    .hero-section {
     background: url("../images/bottoms.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      color: white;
      padding: 7rem 1rem;
      text-align: center;
      position: relative;
    }

    .hero-overlay {
      background-color: rgba(0, 0, 0, 0.55);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-subtitle {
      font-size: 1rem;
      color: #f1eebd;
      margin-bottom: 1rem;
    }

    .hero-title {
      font-size: 2.8rem;
      font-weight: 600;
      font-family: 'Georgia', serif;
      line-height: 1.3;
    }

    .btn-custom {
      margin-top: 2rem;
      background-color: #c2a634;
      color: white;
      border: none;
      padding: 0.6rem 1.5rem;
      border-radius: 5px;
      font-weight: 500;
    }

    .btn-custom:hover {
      background-color: #a18a1b;
      color: #fff;
    }

    @media (min-width: 768px) {
      .hero-title {
        font-size: 3.2rem;
      }
    }

    .residence-top-img {
    text-align: center;
}

.view-all-button {
    width: 100px;
}