@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Parkinsans:wght@300..800&family=Quicksand:wght@300..700&display=swap');
* {
  font-family: "Lato", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
    
html{
    scroll-behavior: smooth;
}

.navbar {
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 100;
    padding: 2px !important;
}
    
.navbar-brand img {
  max-height: 50px; 
}
    
@media(max-width: 1200px){
    .navbar-brand img {
        max-height: 45px; 
    }

    .navbar {
        padding: 0.4rem 0.4rem !important; 
        text-align: center;
    }
}
    
.navbar-nav {
    margin-left: auto;
}
    
.nav-link{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #634210;
}
    
.nav-link:hover{
    color: #a47732;
}

/*---------------------Popup Form Code-------------------*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
  }
  
  .popup-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px;
    border: 1px solid #888;
    max-width: 450px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
  
  .close-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .popup-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Dancing Script", cursive;
    color: #6b4b1a;
    font-size: 24px;
    text-align: center;
  }
  
  .popup-content .labelpara {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 10px;
  }
  
  .popup-content input {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .popup-content .form-group {
    margin-bottom: 20px;
  }
  
  .input-group-prepend .input-group-text {
    background-color: #a47732;
    border: 1px solid #a47732;
    border-radius: 4px;
    padding: 8px;
    color: #f2e7d5;
  }
  
  .input-group-text i {
    font-size: 1.2rem; 
  }
  
  .submit-button {
    font-size: 1rem;
    display: block;
    width: 100%;
    padding: 8px 16px;
    background-color: #8c6122;
    color: #f2e7d5;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .submit-button:hover {
    background-color: #523407;
    color: #fff;
  }
  
  @media (max-width: 600px) {
    .popup-content {
      margin: 20px;
    }
  }
  
  @media (max-width: 450px) {
    .popup-content h2 {
      font-size: 1.2rem;
    }
}

/*-----------------Home Page section---------------*/
/* .for-desktop {
  display: block;
  width: 100%;
  height: 650px;  
}
  
.for-mobile {
  display: none;
  max-width: 768px !important; 
  width: 100%;   
  height: auto;   
}
  
@media (max-width: 768px) {
  .for-desktop {
    display: none;
  }

  .for-mobile {
    display: block;
  }
} */

.for-desktop, .for-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .for-desktop {
    display: none;
  }
  .for-mobile {
    display: block;
  }
}

/*-------------------Overview Section------------------*/ 
#overview {
  padding: 50px 0 !important;
  background-color: #fff;
  /* box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3); */
  border-bottom: 1px solid #a8926d;
}

.testimonial {
  border-left: 4px solid #a47732;
  padding: 40px 0 40px 60px;
  position: relative;
  border-radius: 8px;
  margin-top: 30px;
}

.testimonial:before,
.testimonial:after {
  content: "";
  width: 55%;
  height: 40px;
  border-right: 3px solid #a47732;
  position: absolute;
  left: 0;
}

.testimonial:before {
  border-top: 4px solid #a47732;
  top: 0;
  border-radius: 8px 8px 0 0;
}

.testimonial:after {
  border-bottom: 4px solid #a47732;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}

.over-head {
  color: #575856;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 15px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.oversub-head {
  color: #a47732;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.head-line {
  height: 5px;
  background-image: linear-gradient(to right, #ce9a33, #6a4d14);
  width: 120px;
  margin: 30px auto;
  border-radius: 5px;
}

.head-line:before {
  content: " ";
  height: 14px;
  width: 14px;
  background-image: linear-gradient(to right, #ce9a33, #6a4d14);
  transform: rotate(45deg);
  display: block;
  top: -5px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial .description {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  position: relative;
  text-align: justify;
  letter-spacing: 0.5px;
}

.testimonial .description:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 40px 0 40px 10px;
  }

  .testimonial:before, .testimonial:after {
    width: 100%;
  }
   
  .testimonial .description {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
  }

  .oversub-head {
    font-size: 22px;
    line-height: 30px;
  }

  .over-head {
    font-size: 18px;
  }

  .head-line {
    width: 70px;
    margin: 20px auto;
  }
}

/*-----------------Configuration Section------------*/
#configuration {
  padding: 50px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #a8926d;
}

.config-heading {
  color: #a47732;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  font-size: 16px;
  color: #333;
  margin: 0 10px;
  padding: 10px 15px;
  background-color: #eaeaea;
  border-radius: 5px;
  border: none;
}

.nav-tabs .nav-link.active {
  background-color: #a47732;
  color: white;
}

.table {
  margin-top: 20px;
  background-color: white;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

.table-heading th {
  background-color: #f0f0f0;
  font-size: 16px;
  color: #333;
}

.request-btn {
  background-color: #a47732;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s;
}

.request-btn:hover {
  background-color: #845c22;
  color: white;
}

@media (max-width: 768px) {
  .config-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 8px 12px;
  }

  .table th,
  .table td {
    padding: 10px;
  }

  .request-btn {
    font-size: 12px;
    padding: 6px 15px;
  }
}

@media (max-width: 576px) {
  .config-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .nav-tabs .nav-link {
    font-size: 12px;
    padding: 6px 10px;
  }

  .table th,
  .table td {
    padding: 8px;
  }

  .request-btn {
    font-size: 10px;
    padding: 5px 12px;
  }
}


/*-------------Amenities Section----------------*/
#amenities {
  background: #ececec;
  padding: 60px 20px;
  text-align: center;
  border-bottom: 1px solid #a8926d;
}

.amenities-heading {
  color: #a47732;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.underline {
  width: 90px;
  height: 4px;
  background-color: #8c681f;
  margin: 0 auto;
  margin-bottom: 30px;
}


.amenities-tabs {
  border-bottom: 2px solid #d1d1d1;
  margin-bottom: 30px;
}

.amenities-tabs__link {
  color: #a47732;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  border: none;
  transition: background-color 0.3s ease;
}

.amenities-tabs__link:hover {
  background-color: #f0f0f0;
}

.amenities-tabs__link.active {
  color: #fff;
  background-color: #6a4d14;
}

.amenities-tabs__link:focus, .amenities-tabs__link:active {
  box-shadow: none;
}

.amenities-heading {
  color: #a47732;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.underline {
  width: 90px;
  height: 4px;
  background-color: #8c681f;
  margin: 0 auto;
  margin-bottom: 30px;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.amenity-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-card {
  background-color: #ce9a33;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  text-align: center;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.circle-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.circle-card h3 {
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.circle-card:hover {
  background-color: #6a4d14;
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .amenities-tabs {
    margin-bottom: 15px;
  }

  .amenities-tabs__link {
    padding: 8px 15px;
  }
}

@media (max-width: 768px) {
  #amenities {
    padding: 30px 10px;
  }

  .amenities-heading {
    font-size: 30px;
  }

  .circle-card {
    width: 120px;
    height: 120px;
  }

  .circle-card img {
    width: 40px;
    height: 40px;
  }

  .circle-card h3 {
    font-size: 12px;
    font-weight: 400;
  }

  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  #amenities {
    padding: 30px 10px;
  }

  .amenities-heading {
    font-size: 24px;
  }

  .circle-card {
    width: 120px;
    height: 120px;
  }

  .circle-card img {
    width: 40px;
    height: 40px;
  }

  .circle-card h3 {
    font-size: 12px;
    font-weight: 400;
  }

  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/*----------------Unit Plans Section-------------------*/
#unit-plans {
  padding: 60px 20px;
  background: #f1efef;
  border-bottom: 1px solid #a8926d;
}

.unitplan-heading {
  color: #a47732;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.underline {
  width: 90px;
  height: 4px;
  background-color: #ce9a33;
  margin: 0 auto;
  margin-bottom: 30px;
}

.unit-plans-tab .nav-tabs {
  justify-content: center;
  margin-bottom: 30px;
}

.unit-plans-tab .nav-link {
  color: #6a4d14;
  font-weight: 600;
}

.unit-plans-tab .nav-link.active {
  background-color: #ce9a33;
  color: white;
}

.unit-plans-tab .custom-tab-pane {
  display: block;
}

.unit-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.unit-plan-item {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.unit-plan-item img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  filter: blur(2px);
  border-radius: 8px;
}

.unit-plan-item h3 {
  color: #6a4d14;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.unit-plan-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.request-btn {
  background-color: #ce9a33;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.request-btn:hover {
  background-color: #6a4d14;
}

@media (max-width: 768px) {
  .unit-plan-item {
    padding: 15px;
  }

  .unit-plan-item h3 {
    font-size: 16px;
  }
}

/*-----------------Gallery Section-----------------*/
.gallery-section {
  padding: 50px 0;
  overflow-x: hidden; 
  border-bottom: 1px solid #a8926d;
}

.text-horizontal {
  color: #a47732;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.slider-container {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.slider-items {
  display: flex;
  transition: transform 0.5s ease;
}

.gallery-slide {
  position: relative;
  min-width: calc(100% / 3 - 20px);
  margin-right: 20px;
  height: 250px;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.prev, .next {
  color: black;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  margin: 0 20px;
}

.slider-indicator {
  font-weight: bold;
  color: #5e3d0d;
  margin: 0 20px;
  font-size: 1.2em;
}

@media (max-width: 992px) {
  .gallery-slide {
      min-width: calc(100% / 2 - 20px);
  }
  
  .text-horizontal {
      font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .gallery-slide {
      min-width: 100%;
      margin-right: 0;
  }
  
  .gallery-section {
      padding: 20px 0;
  }    

  .text-horizontal {
      font-size: 1.5em;
      margin-bottom: 10px;
  }

  .prev, .next {
      padding: 10px;
      font-size: 1.2em;
  }
  
  .slider-indicator {
      font-size: 1em;
  }
}

/*------------------------------------location accordion----------------------------*/
#location{
  padding: 60px 20px;
  border-bottom: 1px solid #a8926d;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.grey {
  color: #000;
}

.section-location h1 {
  color: #a47732;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

#accordion .panel-body {
  padding: 10px 30px 10px 60px;
  background: #fef9eb;
  border-top: none;
  font-size: 15px;
  color: #000;
  letter-spacing: 1px;
  line-height: 28px;
  position: relative;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-body {
  padding: 15px;
}

#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  background: #a47732;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

[role=button] {
  cursor: pointer;
}

#location p {
  color: #000;
  background: #fff;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
}

section p,
section ul,
section ol {
  font-size: 16px;
  line-height: 28px;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  background-color: #a47732;
  padding: 8px 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
  content: "\f067"; 
  transform: translateY(0);
}

#accordion .panel-title a:not(.collapsed):after {
  transform: translateY(0);
  content: "\f068"; 
}

@media(max-width: 768px) {
  .section-location h1 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 768px) {
  #location iframe {
    width: 100%;
    height: 300px; 
  }
}

/*------------------------Contact Section----------------*/
.footer {
  background-color: #fff;
  color: #333;
  padding: 30px;
  border-bottom: 1px solid #a8926d;
}

.footer-heading {
  color: #a47732;
  font-size: 1.75rem;
  font-weight: 600;
}

.footer .form-control {
  border-radius: 0.25rem;
  border: 1px solid #a47732;
}

.footer .form-control:focus {
  border-color: #a47732;
  box-shadow: none;
}

.footer .btn-cnt {
  background-color: #533509;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  padding: 8px 16px;
}

.footer .btn-cnt:hover {
  background-color: #a47732;
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    padding: 10px;
  }

  .footer .form-row {
    flex-direction: column;
  }

  .footer .form-group {
    margin-bottom: 1rem;
  }
  
  .footer .form-group.col-md-6 {
    width: 100%;
  }
  
  .footer .btn-cnt {
    width: 100%;
    padding: 10px;
  }
  
  .footer .col-md-4 {
    margin-top: 30px; 
  }
}

/*---------------Footer Section---------------------*/
.rera-sec {
  padding: 30px 0px;
  background: #f0f0f0;
  color: #333;
  background-size: contain;
  background-attachment: initial;
  background-position: initial;
  background-repeat: no-repeat;
}

.rera-sec .rera-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rera-sec .rera-item {
  text-align: center;
  vertical-align: top;
  max-width: 200px;
}

.rera-sec img {
  width: 80px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-text {
  color: #646464;
  font-weight: 400;
  margin-top: 5px;
}

.footer-text b {
  color: #6d5732;
}

.footer-text a {
  color: #6d5732;
  font-weight: 600;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}

.rera-sec .rera-link {
  text-align: center;
  margin-top: 20px;
}

.foote-wrap p {
  text-align: center;
  margin-top: 7px;
  color: #646464;
  font-weight: 400;
}

.disclpara {
  padding: 10px;
}

.privacy-policy-link {
  color: #6d5732;
}

.privacy-policy-link:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .rera-sec img {
    width: 60px;
  }

  .rera-sec .rera-item {
    max-width: 100px;
  }

  .rera-sec .rera-row {
    gap: 20px;
  }

  .footer-text{
    font-size: 12px;
  }

  .rera-link{
    text-align: center;
  }

  .disclpara{
    text-align: center;
    font-size: 13px;
  }

}

/*-----------------------------------whatsapp, phone, and enquiry code-----------------------*/
#desktop-view {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 9999; 
  }
  
  .icn {
    margin: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    animation: zoomIcons 0.6s ease-in-out infinite; 
  }
  
  @keyframes zoomIcons {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); 
    }
    100% {
        transform: scale(1);
    }
  }
  
  .icn:hover {
    animation-play-state: paused; 
  }
  
  @keyframes gradient {
    0%{
      background-position: 0 50%;
    }
    50%{
      background-position: 100% 50%;
    }
    100%{
      background-position: 0 50%;
    }
  }
  
  @media(max-width: 768px){
    .icn{
      width: 20px;
      height: 20px;
    }
  }
  
  @media(max-width: 991px){
    #desktop-view{
      display: none;
    }
  }
  
  /*-------------------------mobile section contact-----------------------*/
  .mob-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #6e4e1e;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
    z-index: 1030;
  }
  
  .mob-action ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    justify-content: space-around;
    align-items: center;
  }
  
  .mobile-view {
    display: none;
  } 
  
  /*------------------------media screen for mobile view----------------------*/
  @media (max-width: 991px) {
    .mobile-view {
      display: block;
    } 
  }
  
  
 