.single-project-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: top;
  position: relative;
  z-index: 1;
}
.single-project-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 28%);
  z-index: -1;
}
.single-project-banner .banner-content {
  position: relative;
  left: 5%;
  bottom: 5%;
  color: #fff;
}
.banner-content h2 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.5px;
  font-family: "Lora", serif;
}
.banner-content h5 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.5px;
}
.banner-content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

a.download-brochure {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-color: #f58634;
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
}

h1.section-title,
h2.section-title {
  color: #373435;
}



div#section3 iframe {
    height: 350px;
}


#section3 ul.nav.nav-tabs {
    height: 60px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f58634;
  background-color: #fff;
  border: 0;
  font-weight: bold;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #f58634;
}
.nav-tabs .nav-link {
  color: #262626;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  border: 0;
}

.gallery-slider {
  width: 100%;
}
.gallery-slider img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev i,
.swiper-button-next i {
  color: #221e1e;
}


.swiper-button-prev,
.swiper-button-next { top: 96%; }

.swiper-button-prev {
  left: 88%;
}
.swiper-button-next {
  right: 6%;
}

div#counter {
    width: 40px;
    margin-left: auto;
    text-align: right;
    padding: 10px 0;
    margin-right: 5px;
}


div#section5 {
    background-color: #f8f8f8;
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
}
ul.amenities-list li {
    text-align: center;
    width: 20%;
    margin-bottom: 0px;
}

.amenitiesWrap ul li h4 {
    font-size: 16px;
    font-weight: 700;
}

ul.amenities-list li:nth-child(11),
ul.amenities-list li:nth-child(12),
ul.amenities-list li:nth-child(13),
ul.amenities-list li:nth-child(14),
ul.amenities-list li:nth-child(15) {
  margin-bottom: 0px;
}

ul.amenities-list li img {
    margin-bottom: 15px;
}
ul.amenities-list li i {
    font-size: 2rem;
    margin-bottom: 15px;
}

a.video-lightbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.video-lightbox i.fa-solid.fa-play {
    position: absolute;
    top: 0;
    background-color: #f58634;
    color: #000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    top: 41%;
    justify-content: center;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 29%);
}



/* Contact Form */
div#section7 h2 {
    display: flex;
}
textarea#message {
    height: 100px;
}
div#section7 .form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 0
}
div#section7 input#btn_submit:hover {
    background-color: transparent;
    border-color: #f58634;
    transition: 1s;
    color: #000;
}
div#section7 input#btn_submit {
    width: 140px;
    background-color: #f58634;
    color: #fff;
    border-color: #f58634;
    transition: 1s;
}



a.whatsapp-icon {
    right: -60px;
}


div#section5 .tab-content.mt-3.border-top.pt-5 {
    height: 500px;
}

.amenitiesWrap ul {
    padding-left: 0;
}
.amenitiesWrap ul li {
    margin-bottom: 15px;
}
.amenitiesWrap ul li ul {
    padding-left: 15px;
}
.amenitiesWrap ul li ul li {
    margin-bottom: 5px;
}


div#section7 textarea {
    height: 130px;
}

div#section7 input.wpcf7-form-control.wpcf7-submit {
    width: 140px;
    background-color: #f58634;
    border-color: #f58634;
    color: #fff;
    transition: 1s;
}

div#section7 input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: transparent;
    color: #000;
    border-color: #f58634;
    transition: 1s;
}

@media(max-width: 1440px) {
  .amenitiesWrap ul li { font-size: 14px; }

  div#section5 .tab-content.mt-3.border-top.pt-5 {
    height: 430px;
  }

  #section3 .tab-pane img {
    width: 100%;
  }

  ul.amenities-list li {
    margin-bottom: 10px;
  }

  ul.amenities-list li p {
    font-size: 14px;
  }
  ul.amenities-list li img {
    width: 50px;
  }
}

@media(max-width: 992px) {
  .location-nav-wrapper.d-flex {
    display: flex;
    flex-direction: column;
  }
  ul.nav.nav-tabs.ms-auto.border-0 {
    margin-right: auto;
  }
  ul.amenities-list li { width: 25%; }
	
  	.qr_code_wrapper {
    	margin-bottom: 25px;
	}
}

@media(max-width: 767px) {
  div#section1 {
    padding: 0 15px !important;
  }
  .single-project-banner .banner-content {
    bottom: 14%;
    left: 0;
    padding-left: 15px;
}
  .single-project-banner .banner-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
  .single-project-banner .banner-content h4 {
    font-size: 14px;
    margin-bottom: 0;
}
  a.download-brochure {
    font-size: 12px;
    right: auto;
    left: 15px;
  }
a.whatsapp-icon {
    width: 45px;
    height: 45px;
    right: 0;
}

  .section-padding {
    padding: 3em 0 !IMPORTANT;
  }

  .location-nav-wrapper.d-flex {
    display: flex;
    flex-direction: column;
  }
 #section3 ul.nav.nav-tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0 !IMPORTANT;
    overflow-y: scroll;
    height: fit-content;
    overflow-x: hidden;
    max-width: 100%;
}

  div#section2 {
    padding-bottom: 0 !important;
  }
  div#section4 {
    padding-top: 0 !important;
  }
  div#section5 {
    padding-top: 0 !important;
  }

.swiper-button-next {
    top: 93%;
    right: 50px;
}
.swiper-button-prev {
    top: 93%;
    left: auto;
    right: 70px;
}

  div#section5 ul.nav.nav-tabs {
    display: flex;
    flex-direction: column;
    margin-left: 0 !IMPORTANT;
  }
  ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
  }
  ul.amenities-list li {
    width: 50%;
    padding: 0 15px;
  }

  ul.amenities-list li:nth-child(11), 
  ul.amenities-list li:nth-child(12), 
  ul.amenities-list li:nth-child(13), 
  ul.amenities-list li:nth-child(14), 
  ul.amenities-list li:nth-child(15) {
    margin-bottom: 30px;
  }
  ul.amenities-list li img {
    width: 50px;
    margin-bottom: 15px;
  }
  ul.amenities-list li p {
    font-size: 14px;
    line-height: 18px;
  }


  h1.section-title, h2.section-title {
    color: #373435;
    font-size: 30px;
  }

div#section6 {
    padding-top: 0 !important;
}
  div#section6 img.w-100 {
    height: 330px;
    object-fit: cover;
  }

  div#section7 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .gallery-slider img {
    height: 270px;
  }


  div#section5 .tab-content.mt-3.border-top.pt-5 {
    height: auto;
  }
  .amenitiesWrap ul {
    padding-left: 20px;
  }
	
  .qr_code_wrapper {
    margin-bottom: 15px;
    width: 80px;
}
  .qr_code_wrapper img.img_qr_code {
    width: 100%;
}

  .single-project-banner { height: 70vh; }
}


/* Floor Plans Cards */
/* .floor-plan-cards {
  margin-top: 30px;
}

.floor-plan-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
}

.floor-plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.floor-plan-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.floor-plan-image {
  position: relative;
  overflow: hidden;
}

.floor-plan-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.floor-plan-card:hover .floor-plan-image img {
  transform: scale(1.05);
}

.floor-plan-title {
  padding: 15px;
  background-color: #fff;
  border-top: 3px solid #f58634;
}

.floor-plan-title h4 {
  margin: 0;
  color: #373435;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
} */

/* Responsive styles for Floor Plan Cards */
/* @media(max-width: 767px) {
  .floor-plan-image img {
    height: 200px;
  }
  
  .floor-plan-title {
    padding: 10px;
  }
  
  .floor-plan-title h4 {
    font-size: 16px;
  }
} */


/* Floor Plans Carousel */
/* .floor-plans {
  background-color: #fff;
  padding: 60px 0;
}

.floor-plans-slider {
  width: 100%;
  padding-bottom: 50px;
  margin-top: 30px;
}

.floor-plans-slider .swiper-slide {
  height: auto;
}

.floor-plan-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
  margin: 0 10px;
}

.floor-plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.floor-plan-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.floor-plan-image {
  position: relative;
  overflow: hidden;
}

.floor-plan-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.floor-plan-card:hover .floor-plan-image img {
  transform: scale(1.05);
}

.floor-plan-title {
  padding: 15px;
  background-color: #fff;
  border-top: 3px solid #f58634;
}

.floor-plan-title h4 {
  margin: 0;
  color: #373435;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
} */

/* Navigation buttons styling */
/* .floor-plans-slider .swiper-button-prev,
.floor-plans-slider .swiper-button-next {
  top: 96%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.floor-plans-slider .swiper-button-prev::after,
.floor-plans-slider .swiper-button-next::after {
  display: none;
}

.floor-plans-slider .swiper-button-prev i,
.floor-plans-slider .swiper-button-next i {
  color: #221e1e;
  font-size: 16px;
}

.floor-plans-slider .swiper-button-prev {
  left: 88%;
}

.floor-plans-slider .swiper-button-next {
  right: 6%;
} */

/* Counter styling */
/* #floor-plans-counter {
  width: 40px;
  margin-left: auto;
  text-align: right;
  padding: 10px 0;
  margin-right: 5px;
  position: absolute;
  bottom: 10px;
  right: 50px;
} */

/* Responsive styles */
/* @media(max-width: 767px) {
  .floor-plan-image img {
    height: 200px;
  }
  
  .floor-plan-title {
    padding: 10px;
  }
  
  .floor-plan-title h4 {
    font-size: 16px;
  }
  
  .floor-plans-slider .swiper-button-next {
    right: 50px;
  }
  
  .floor-plans-slider .swiper-button-prev {
    right: 70px;
  }
} */


/* Card Deck Style - Most Recommended */
.floor-plans {
  background-color: #f8f8f8; /* Light background to reduce white space feeling */
  padding: 50px 0;
}

.floor-plans-slider {
  width: 100%;
  padding-bottom: 40px;
  margin-top: 25px;
}

.floor-plans-slider .swiper-slide {
  height: auto;
  display: flex;
}

.floor-plan-card {
  background-color: #fff;
  border-radius: 12px; /* More rounded corners */
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 0 8px; /* Small margin between cards */
}

.floor-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.floor-plan-image img {
  width: 100%;
  height: 280px; /* Optimal height */
  object-fit: cover;
  transition: transform 0.3s ease;
}

.floor-plan-title {
  padding: 20px 15px;
  background-color: #fff;
  border-top: 4px solid #f58634;
}

.floor-plan-title h4 {
  margin: 0;
  color: #2c3e50;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

/* Better responsive breakpoints */
@media(max-width: 767px) {
  .floor-plans {
    padding: 30px 0;
  }
  
  .floor-plan-image img {
    height: 220px;
  }
  
  .floor-plan-title {
    padding: 15px 10px;
  }
  
  .floor-plan-title h4 {
    font-size: 15px;
  }
}

@media(min-width: 768px) and (max-width: 1199px) {
  .floor-plan-image img {
    height: 240px;
  }
}
/* FAQ Section Styles */

.faq-section {
    padding: 80px 0 !important;
    background: #fff;
}

.faq-section .section-label {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #f58634;
    margin-bottom: 12px;
    display: block;
}

.faq-section h2 {
    font-family: 'Lora', serif;
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 40px;
    line-height: 1.3;
}

.faq-item {
    border-bottom: 1px solid #f0ebe4;
    overflow: hidden;
}

.faq-item:first-of-type {
    border-top: 1px solid #f0ebe4;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    cursor: pointer;
    gap: 20px;
}

.faq-question h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faq-question:hover h3 {
    color: #f58634;
}

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #f0ebe4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #f58634;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}

.faq-item.active .faq-icon {
    background: #f58634;
    border-color: #f58634;
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding-bottom: 0;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 22px;
}

.faq-answer p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    padding-right: 52px;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-section h2 {
        font-size: 26px;
    }

    .faq-question h3 {
        font-size: 15px;
    }

    .faq-answer p {
        padding-right: 0;
    }
}
.banner-content h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: .5px;
    font-family: "Lora", serif;
}
/* =========================================================
   CTA -1
========================================================= */


.cp48-cta-banner-1 {
    position: relative;
    padding: 80px 0;
    color: #ffffff;
    overflow: hidden;
}
 
.cp48-cta-banner-1 .container {
    padding-top: 0;
    padding-bottom: 0;
}
 
.cp48-cta-box {
  padding: 110px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.cp48-cta-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 2.2fr 0.8fr;
  align-items: center;
  gap: 20px;
}


.cp48-cta-title {
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.cp48-cta-subtitle {
  font-size: 16px;
  opacity: 0.9;
}

.cp48-cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.cp48-btn-outline {
    background: transparent;
    color: #fff !important;
    /* FIX: #ff nahi, rgba use karo */
    border: 2px solid rgba(255,255,255,0.7) !important;
}
.cp48-btn-outline:hover {
    border-color: #f58634 !important;
    background: rgba(245,134,52,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .cp48-cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cp48-cta-right {
    align-items: center;
  }

  .cp48-cta-title {
    font-size: 28px;
  }
}
.cp48-btn-outline {
    background: 0 0;
    color: #fff !important;
    border: 1px solid #ff !important;
    border-radius: 5px;
}

.cp48-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    border-radius: 12px;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .02em;
    transition: all .25s ease;
    cursor: pointer;
}