/*
Theme Name: Rentiz
Theme URI: 
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Rentiz is Bootstrap 5 HTML Template for real estate by TemplatesJungle.
Version: 1.2
*/

/** Base Styles
--------------------------------------------------------------*/


:root {
    --accent-color: #0B9300;
    /* --secondary-color: #E2EAF1; */
    --dark-color: #121B25;
    --grey-color: #83898F;
    --body-text-color: #FFFFFF;
    --light-text-color: #D6D6D6;
    --link-color: #092035;
  }

  
  
  /** Typography
  --------------------------------------------------------------*/
  body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6em;
    color: var(--body-text-color);
    background-color:var(--dark-color);

  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: var(--body-text-color);
  }

  h1, .h1{
    font-size: 68px;
  }

  h2, .h2{
    font-size: 48px;
  }

  em {
    font-weight: 700;
  }

  ul{
    padding: 0;
  }

  p {
    font-family: 'Work Sans', sans-serif;
    color: var(--light-text-color);
    font-size: 18px;
  }

  li.residence-list{
    list-style: none;
    margin-right: 10px;
  }

  i{
    color: var(--light-text-color);
  }

  i:hover {
    color: var(--body-text-color);
    text-decoration: none;
  }

  /* Bootstrap button style  */

  .btn {
    --bs-btn-border-radius: 0 rem;
  }

  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--accent-color);
    --bs-btn-border-color:var(--accent-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:var(--accent-color);
    --bs-btn-hover-border-color: var(--accent-color);
  
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--accent-color);
    --bs-btn-active-border-color: var(--accent-color);
    
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--accent-color);
    --bs-btn-disabled-border-color: var(--accent-color);
  }


 /*---- navbar section start ---- */
  
.text-white .nav-link.active, .text-white .nav-link:focus, .text-white .nav-link:hover {
    color: var(----body-text-color);
}

.nav-link.active, .nav-link:focus, .nav-link:hover {
  color: var(----body-text-color);
}

.nav-link {
  
  color: var(--light-text-color);
  font-size: 16px;
  position: relative;
}

.nav-link:not(.dropdown-toggle):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  transition: width 0.3s ease-out;
}


.nav-link.active:after {
  width: 100%;
  
}



.bg-dark {
    background-color: var(--dark-color) !important;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: background 0.3s ease-out;
}

  a.navbar-brand{
    color: var(--body-text-color);
  }

  a.nav-link.dropdown-toggle{
    color: #D6D6D6;
    font-size: 16px;
  }

  .offcanvas.show {
    background-color: var(--dark-color);
}


  /*---- billboard section start ----  */

  .row.billboard-row {
    display: flex;
  }

  .form-select {
    border: 1px solid transparent;
    border-radius: none;
  }

  .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
  }

  .billboard-select {
    border-right: 1px solid #E8E8E8;
    padding-right: 20px;
    padding-top: 25px;
  }

  .billboard-btn{
    padding-left: 0px;
  }


  nav.navbar.navbar-expand-lg.billboard-nav {
    min-width: 782px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    background: #fff;
  }

  button.btn.btn-primary.btn-lg.billboard-search {
    padding: 24px;
    border: 5px solid white;
    width: 100%;
  }

 
  #billboard{
    margin-top: 120px;
    margin-bottom: 80px;
  }

  @media only screen and (max-width: 1000px) {
    nav.navbar.navbar-expand-lg.billboard-nav {
      min-width: 20% ;
    }

    .billboard-select {
      border-right: none;
    }
    
    .billboard-btn{
      padding-left: 12px;
    }
  
  }
  
  

/*---- residence section start ----  */

.card {
  --bs-card-border-width: none;
  --bs-card-border-radius: none;
  --bs-card-inner-border-radius: none;
  background-color: transparent !important;

 }

 .card-title{
   font-size: 26px;
 }

section#residence {
  background-image : url(./images/residence.png) ;
  position: relative;
}

.swiper-button-next.residence-arrow,.swiper-button-prev.residence-arrow {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: initial;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 170px;
  z-index: 5;
  cursor: pointer;
  --swiper-navigation-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
}


li.residence-list {
  padding-right: 20px;
}

.residence-btn {
  display: flex;  
  justify-content: center;  
}

button.btn.btn-primary.btn-lg.my-lg-5 {
  padding: 22px 42px;
}


 /*---- testimonial section start ---- */

 p.testimonial-p {
  font-size: 32px;
  color: var(--body-text-color);
}

.testimonial-swiper-button{
  bottom: 135px;
  right: 213px;
  width: 120px;
}

.swiper-button-prev.testimonial-arrow, .swiper-button-next.testimonial-arrow{
  color: #FFFFFF;
  --swiper-navigation-size: 30px;
  font-weight: bold;
}

.arrow-divider{
  font-size: 30px;
  color: var(--grey-color);
  padding-left: 56px;
  padding-bottom: 6px;
}


/*---- footer section start ----  */

section#footer {
  background: #1A242F;
}

.link-primary{
  color: var(--light-text-color) !important;
  border-bottom: 1px solid var(--light-text-color);
}

.link-primary:hover {
  color:var(--body-text-color)!important;
  
}

footer.row {
  padding: 120px 0px;
}



/*---- pages start ---- */

section#page-billboard {
  margin-top: 180px;
  margin-bottom: 80px;
}



/* about section start  */

img.abt-img {
  width: inherit;
}


/* blog section start  */

a {
  color: var(--light-text-color);
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover{
  color: var(--body-text-color);
}

.post-item{
  max-width: 370px;
  margin-bottom: 30px;
}

.post-grid .post-item .post-image {
  width: 100%;
}

.post-item .btn-link {
  display: block;
  color: var(--light-text-color);
  position: relative;
  margin-top: 20px;
  text-decoration: none;
}

.post-item .post-image {
  margin-right: 20px;
}

.post-item .btn-link:hover:after {
  width: 90px;
}
.post-item .btn-link:after {
  content: '';
  display: block;
  border-bottom: 1px solid var(--light-text-color);
  width: 20px;
  transition: width 0.3s ease-out;
}

.btn-link, .btn-link:hover {
  color: var(--body-text-color);
}



/* Contact Us page start  */

.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}



/* single-post page start  */

.commentorImg {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}



/* style page start  */

.accordion-button:not(.collapsed) {
  color: var(--body-text-color);
  background-color: transparent;
}

.accordion {
  --bs-accordion-color: var(--light-text-color);
  --bs-accordion-bg: none;
  --bs-accordion-btn-color: var(--body-text-color);
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;

  box-shadow: none;
}

.nav-tabs {
  --bs-nav-tabs-border-width: none;
  --bs-nav-tabs-link-active-color: none;
  --bs-nav-tabs-link-active-bg: none;
    border-bottom: 1px solid var(--light-text-color);
}

.card.style-card.mb-4.rounded-3.shadow-sm {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--light-text-color);
}

.border-primary {
 
  border-color: var(--accent-color) !important;
 
}

button.btn.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #424649;
  --bs-btn-border-color: #424649;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
}


.btn-outline-primary {
  color: var(--accent-color);
  border-color: var(--accent-color);
}


.btn-outline-primary:hover {
  color: #111;
  background-color: var(--grey-color);
  border-color: var(--grey-color);
}

.bg-primary {
  background-color: var(--accent-color)!important;
}

.table-dark{
  --bs-table-border-color: none;
}

.bi{
  fill: #fff;
}


.divv {text-align: center;}




.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* 🔁 Full viewport height */
  max-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-size: cover;
  background-position: center;
  background-image: url('demo.webp'); /* Replace with your image */
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  max-width: 90%;
  background-color: rgba(0,0,0,0.4);
  border-radius: 12px;
}

.hero-content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.hero-content p {
  font-size: 18px;
  margin-top: 12px;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-hero {
  animation: fadeInUp 1.2s ease-out both;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 80vh;
    padding: 20px;
    align-items: flex-end; /* ✅ Move text to bottom */
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 16px;
  }
}




/* ==== POPUP STYLES ==== */
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  position: relative;
  background: #ffffff;
  width: 90%;
  max-width: 420px;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.5s ease;
}

.popup-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.popup-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 25px;
}

.popup-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.5;
}

.popup-button {
  display: inline-block;
  background-color: #0B9300; /* Green */
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
  
}

.popup-button:hover {
  background-color: #218838;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* property-card */
.property-card {
  width: 100%;
  max-width: 350px;  /* ✅ Keeps it elegant on desktop */
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}


/* ✅ Wrapper for padding + border around the image */
.property-image-wrapper {
  padding: 24px;
  box-sizing: border-box;
}

/* ✅ Inner div with background-image (still square + rounded) */
.property-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.price-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
}

.property-details {
  padding: 20px;
}

.title-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-rating h3 {
  font-size: 21px;
  margin: 0;
  font-weight: 800;
  color: #000000;
}

.rating {
  font-size: 14px;
  color: #222;
}

.rating span {
  color: #777;
  font-size: 13px;
}

.location {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.features {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #444;
  margin-bottom: 20px;
}

.reserve-btn {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  border-radius: 14px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: 0.2s ease;
}

.reserve-btn:hover {
  background-color: #0B9300;
}
@media (max-width: 480px) {
  .property-card {
    width: 95%;
  }
}
/* 4 card */
.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 0 16px;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .property-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}



/* Reel Section Layout */
.reel-section {
  padding: 60px 20px;
  background-color: transparent;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Reel carousel scroll */
.reel-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 10px 0;
  -webkit-overflow-scrolling: touch;
}

.reel-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  position: relative;
}

/* Reel wrapper */
.reel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.reel-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play button */
.reel-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.reel-wrapper:hover .reel-toggle,
.reel-wrapper:focus-within .reel-toggle {
  opacity: 1;
}

/* ✅ Desktop: show 4 per row */
@media (min-width: 1024px) {
  .reel-carousel {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .reel-card {
    width: calc(25% - 15px);
  }
}


.about-duo-section {
  position: relative;
  background-image: url('aboutbg.jpg'); /* ✅ Your custom background */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  overflow: hidden;
  z-index: 1;
}

.about-duo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 87, 87, 0.85); /* ✅ Soft white overlay for readability */
  z-index: 1;
}

.about-duo-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 40px;
  position: relative;
  z-index: 2; /* ✅ Bring content above overlay */
}

.about-duo-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.about-duo-text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
}

.about-duo-partners {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.partner-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  gap: 16px;
}

.partner-img img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eee;
}

.partner-info h4 {
  font-size: 18px;
  margin: 0 0 6px;
  color: #000;
}

.partner-info p {
  margin: 0;
  font-size: 15px;
}

.partner-info a {
  color: #007BFF;
  text-decoration: none;
}

/* Remove old shape background */
.background-shape {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .about-duo-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-duo-partners {
    align-items: center;
  }

  .partner-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
  
  
.customer-reviews {
  padding: 60px 20px;
  background: transparent;
  color: #080000;
  text-align: center;
}

.review-title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #ffffff;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}

.review-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  font-size: 16px;
  
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
}

.review-card h4 {
  margin-top: 16px;
  font-size: 17px;
  color: #000000;
}




.property-photos-page {
  padding: 40px 20px;
  background: transparent
  
}

.container1 {
  max-width: 1100px;
  margin: 0 auto;
}

/* Swiper / Image Scroll */
.photo-gallery {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-wrapper {
  display: flex;
  gap: 10px;
}

.gallery-wrapper img {
  flex: 0 0 auto;
  width: 350px;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  scroll-snap-align: start;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.photo-gallery1 {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-wrapper1 {
  display: flex;
  gap: 10px;
}
.gallery-wrapper1 img {
  flex: 0 0 auto;
  width: 300px;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
  scroll-snap-align: start;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.photo-gallery2 {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-wrapper2 {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.gallery-wrapper2 img {
  flex: 0 0 auto;
  min-width: 250px; /* 👈 Each image takes 80% of screen width */
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
  scroll-snap-align: start;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}


/* Info Section */
.property-info h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.property-info p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.facilities ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.facilities li {
  background: #000000;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
}

.location h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.map-container {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* Add to your swipeable container */
.swipe-cursor {
  cursor: grab;
}

.swipe-cursor:active {
  cursor: grabbing;
}

/* Fixed Bottom Container */
.action-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Buttons Common Style */
.btn-book,
.btn-share {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
}

/* Book Now – Green */
.btn-book {
  background: #0B9300;
  color: #fff;
  border: none;
}

/* Share – White */
.btn-share {
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Hover */
.btn-book:hover {
  background: #087a00;
}

.btn-share:hover {
  background: #f5f5f5;
}

/* ✅ Remove stacking on mobile */
@media (max-width: 768px) {
  .action-buttons {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
  }

  .btn-book,
  .btn-share {
    font-size: 14px;
  }
}


.partner-modal {
  display: none; /* default hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-content {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}



.partner-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 0px;
  flex-wrap: wrap;
}

.partner-card {
  text-align: center;
}

.partner-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.partner-card h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.partner-card a {
  display: block;
  margin-top: 0px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.close-btn {
  background: rgba(255,255,255,0.3);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 8px;
}


.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}

.lightbox-carousel {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding: 40px;
  height: 100%;
  width: 100%;
}

.lightbox-carousel img {
  max-height: 100%;
  max-width: 100vw;
  object-fit: contain;
  scroll-snap-align: center;
  flex: 0 0 100%;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

/* Lightbox container */
#lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 15, 15, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  display: none;
}

/* Lightbox image */
#lightbox-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  object-fit: contain;
}

/* Close button */
#lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
#lightbox-prev,
#lightbox-next {
  position: absolute;
  top: 50%;
  font-size: 36px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10000;
  transform: translateY(-50%);
  user-select: none;
}

#lightbox-prev {
  left: 20px;
}

#lightbox-next {
  right: 20px;
}
