 
 
 
 body {
      font-family: "Poppins", sans-serif;
    }


    html, body {
  overflow-x: hidden !important;
}


    /* NAV LINKS */
.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 5px;
  color: #000 !important;
  font-size: 15px;
  text-transform: uppercase;
}

/* Logo */
.navbar-brand img {
  height: 60px;
}

/* Icons */
.nav-icons img {
  cursor: pointer;
}

/* 1200–1400px fix */
@media (max-width: 1400px) {
  .navbar-brand img {
    height: 52px;
    padding: 4px;
  }
  .navbar-nav .nav-link {
    margin: 0 8px;
    font-size: 12px;
  }
  .nav-icons img {
    width: 22px;
  }
}

/* Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  transition: 0.4s;
  z-index: 9999;
}

.mobile-sidebar.active {
  left: 0;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.sidebar-close {
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
}

.menu-item {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .desktop-menu {
    display: none !important;
  }
  .mobile-icons {
    display: inline-block !important;
  }
}


    /* HERO BASE */
.hero-banner {
  position: relative;
  height: 100vh;
  background-image: url("images/homeban.jpeg"); /* replace path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* CONTENT */
.hero-banner .container {
  position: relative;
  z-index: 2;
}

/* TITLE */
.hero-title {
  font-family: "Cinzel", serif; /* closest match to reference */
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}

/* SUBTITLE */
.hero-subtitle {
  font-family: "Inknut Antiqua", serif;
  font-size: 18px;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* BUTTON */
.hero-btn {
  background: #ffffff;
  color: #000;
  padding: 14px 38px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease;
}

.hero-btn span {
  margin-left: 10px;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

.hero-btn:hover span {
  transform: translateX(6px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-title {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

@media (max-width: 576px) {
  .hero-banner {
    height: 90vh;
  }

  .hero-title {
    font-size: 28px;
    letter-spacing: 1.5px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-btn {
    padding: 12px 30px;
    font-size: 13px;
  }
}


.about-section {
  width: 100%;
}

/* Transparent navbar over banner */
.custom-navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

/* White menu text like SOBHA */
.custom-navbar .nav-link {
  color: #ffffff !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Logo size */
.navbar-brand img {
  height: 58px;
}

/* Dropdown style */
.dropdown-menu {
  background: rgba(0,0,0,0.85);
  border: none;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:hover {
  background: #ffffff;
  color: #000;
}


.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  background:  rgb(58, 58, 58);
  color: #fff;
  padding: 60px 50px;
}

.about-title {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.abouts-title {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.5px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.about-text {
 
  line-height: 1.7;
  margin-bottom: 16px;
  color: #e6e6e6;
  text-align: justify;
  hyphens: auto;
    font-family: "Inknut Antiqua", serif;
   font-weight: 500;
   font-size: 15px;
}
.abouts-text {
 
  line-height: 1.7;
  margin-bottom: 16px;
  color: black;
  text-align: start;
  
    font-family: "Inknut Antiqua", serif;
   font-weight: 500;
   font-size: 15px;
   margin-bottom: 2rem;
}
.about-texts {
 
  line-height: 1.7;
  margin-bottom: 16px;
  color: #e6e6e6;
  text-align: justify;
  hyphens: auto;
    font-family: "Inknut Antiqua", serif;
    font-size: 15px;
   
}

.know-btn {
  margin-top: 15px;
  padding: 10px 28px;
  font-size: 15px;
  border-radius: 8px;
  font-weight: 600;
 
}

/* Responsive */
@media (max-width: 992px) {
  .about-content {
    padding: 40px 30px;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 22px;
  }

  .about-text {
    font-size: 15px;
  }

  .know-btn {
    font-size: 14px;
    padding: 8px 24px;
  }
}
.section-title {
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
}

.see-all-btn {
  font-size: 14px;
  font-weight: 600;
  border-width: 1px;
  border:#000 2px solid;
  border-radius: 9px;
}

/* Project Card */
.project-card {
  position: relative;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  filter: brightness(0.85);
  transition: 0.3s ease-in-out;
    filter: brightness(0.55);
  

}
.project-card img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.project-card:hover img {
  filter: brightness(0.65);
}

.project-title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .project-card img {
    height: 250px;
  }
}
/* TITLE */
.partners-title {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* SLIDER */
.partners-viewport {
  overflow: hidden;
}

.partners-track {
  display: flex;
  transition: transform 0.4s ease;
}

/* CARD */
.partner-card {
  width: 280px;
  margin-right: 35px;
  flex-shrink: 0;
}

/* IMAGE BOX */
.photo-box {
  width: 100%;
  height: 400px;
  background: #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 🔥 prevents text overlap */
}

.photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.partner-name {
  font-family: "Cinzel", serif;
  font-size: 18px;
  margin-top: 16px;
}

.partner-role {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: #444;
  margin-top: 4px;
}

/* ARROWS */
.arrow-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

/* VIEW BUTTON */
.view-btn {
  display: inline-block;
  margin-top: 30px;
  font-family: "Cinzel", serif;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #000;
  padding: 8px 30px;
  color: #000;
  text-decoration: none;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .partner-card {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .photo-box {
    height: 510px;
  }

  .partner-name,
  .partner-role {
    text-align: left;
  }
}

.review-section {
  position: relative;
  padding: 80px 0;
  background: url('images/reviewbac.jpeg')center center/cover no-repeat;
}

.review-bg img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.review-card {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  min-height: 340px;
}

.review-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}

.review-text {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
  line-height: 1.7;
   font-family: "Inknut Antiqua", serif;
}

.review-name {
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}

.carousel-indicators button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f7f4f4 !important;
}

.carousel-indicators .active {
  background-color: white !important;
}

/* Responsive */
@media (max-width: 768px) {
  .review-card {
    padding: 25px;
  }
  .review-text {
    font-size: 14px;
  }
}
.contact-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.4);
  overflow: hidden;
}

.contact-title {
  font-family: "Cinzel", serif;
  font-size: 24px;
  letter-spacing: 1px;
}

.contact-input {
  padding: 14px 18px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.contact-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

.submit-btn {
  background: #000;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background: #333;
  color: white;
}

.contact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 12px 12px 0;
}

/* Responsive Fixes */
@media (max-width: 992px) {
  .contact-img {
    border-radius: 0 0 12px 12px;
    height: 320px;
    object-fit: cover;
  }
  .form-area {
    padding: 35px;
  }
}
/* Full banner section */
/* Banner Section */
.footer-banner {
  width: 100%;
  height: 70vh;
  background: url("images/footbac.jpeg") center center/cover no-repeat;
  position: relative;

  /* Center the content */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Dark overlay */
.footer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* Content Layer */
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 15px;
}

/* Title */
.footer-title {
  font-family: "Cinzel", serif;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* Subtitle */
.footer-subtitle {
  font-size: 18px;
  color: #f2f2f2;
  margin-bottom: 35px;
   font-family: "Inknut Antiqua", serif;  
}

/* CTA Button */
.footer-btn {
  border: 2px solid white;
  background: transparent;
  padding: 10px 32px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .footer-banner {
    height: 60vh;
  }
  .footer-title {
    font-size: 32px;
  }
  .footer-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer-banner {
    height: 55vh;
    padding: 0 10px;
  }
  .footer-title {
    font-size: 26px;
  }
  .footer-subtitle {
    font-size: 14px;
  }
  .footer-btn {
    padding: 8px 24px;
    font-size: 14px;
  }
}
.footer-section {
  background:rgb(58, 58, 58);
  color: white;
  font-family: "Inter", sans-serif;
}

.footer-logo {
  width: 190px;
}

.footer-tagline {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 15px;
  font-family: "Cinzel", serif;
}

.footer-heading {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 8px;
  
}

.footer-links a {
  color: white;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  color: white;
}

.footer-contact {
  color: white;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: none;
}

.footer-link {
  color: white;
  text-decoration: none;
}

.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #888;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-social a:hover {
  border-color: white;
  color: white;
}

.footer-line {
  border-color: white;
  margin-top: 10px;
  border: 1px white solid;
}

.footer-copy {
  color: white;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {

  .footer-tagline {
    font-size: 16px;
  }

  .footer-social a {
    margin-bottom: 8px;
  }
}
/* Sidebar Base */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100vh;
  background: #ffffff;
  padding: 35px 25px;
  box-shadow: 0 0 30px rgba(0,0,0,0.25);
  transition: 0.4s ease;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Sidebar Open */
.mobile-sidebar.active {
  left: 0;
}

/* Close Button */
.sidebar-close {
  font-size: 34px;
  cursor: pointer;
  margin-bottom: 20px;
  color: #000;
  transition: 0.2s;
}

.sidebar-close:hover {
  color: #444;
}

/* Sidebar List */
.sidebar-list {
  padding: 0;
  margin-top: 20px;
}

.sidebar-list li {
  margin-bottom: 18px;
}

/* Menu Item (NO a tag) */
.menu-item {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.5px;
  transition: 0.25s ease;
  display: block;
  cursor: pointer;
}

.menu-item:hover {
  color: #007bff;
  transform: translateX(5px);
}

/* Social Icons */
.mobile-sidebar .d-flex img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 5px;
  background: #f2f2f2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.mobile-sidebar .d-flex img:hover {
  background: #e6e6e6;
  transform: scale(1.1);
}

/* Overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
.hero-section {
  height: 100vh;
  overflow: hidden;
}

/* LEFT TEXT */
.hero-text {
  padding-left: 60px;
}

.display-line {
  font-family: "Inknut Antiqua", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}

/* RIGHT IMAGE */
/* MAIN BANNER SECTION */
.hg-banner-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/aboutba.jpeg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* LEFT WHITE GRADIENT FADE */


/* TEXT STYLING */
.hg-banner-text {
  position: relative;
  z-index: 2;
  padding-left: 40px;
}

.hg-banner-text h1 {
  font-family: "Cinzel", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  color: white;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .hg-banner-section {
    height: auto;
    padding: 80px 0;
  }

  .hg-banner-text h1 {
    font-size: 28px;
    text-align: center;
  }

  .hg-banner-text {
    padding-left: 0;
    text-align: center;
  }

  .hg-banner-overlay {
    background: rgba(255,255,255,0.55); /* softer fade on mobile */
  }
}

/* Section Title */
.partners-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
}

/* Wrapper for each person card */
.partner-item {
  padding: 10px;
}

/* Image placeholder box */
.partner-img {
  width: 100%;
  height: 400px;
 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

/* Name styling */
.partner-fullname {
  font-weight: 700;
  margin-bottom: 2px;
  text-align: start;
  font-family: "Cinzel", serif
}

/* Designation styling */
.partners-role {
  font-size: 14px;
  color: #555;
  margin: 0;
  text-align: start;
  font-family: "Cinzel", serif;
  font-weight: 700;
}
/* WRAPPER */
.hg-about-wrapper {
  font-family: "Inknut Antiqua", serif;
}

/* LEFT TEXT */
.hg-about-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.hg-about-para {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 38px;
  text-align: justify;
}

.hg-about-btn {
  background: black;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  margin-top: 10px;

}

/* RIGHT SIDE IMAGE SECTION */


/* BIG IMAGE */


/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .hg-about-img-wrapper {
    margin-top: 40px;
  }

  .hg-about-small-img {
    position: absolute;
    left: 20px;
    top: 200px;
    width: 70%;
  }
}


/* SECTION BACKGROUND */
.hg-vm-section {
  background-image: url("assets/visio.jpeg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  color: white;
}

/* LIGHT FADE OVERLAY */


/* ENSURE TEXT IS ON TOP OF OVERLAY */
.hg-vm-section * {
  position: relative;
  z-index: 2;
}

/* TITLE */
.hg-vm-title {
  font-family: "Cinzel", serif;
  font-size: 32px;
  margin-bottom: 60px;
  text-transform: capitalize;
  position: relative;
  color: black;
 

}

/* CARDS */
.hg-vm-card {
  background: rgba(0,0,0,0.55);
  padding: 40px 30px;
  border-radius: 4px;
  color: white;
  backdrop-filter: blur(3px);
  min-height: 330px;
}

/* HEADING */
.hg-vm-heading {
  font-family: "Cinzel", serif;
  font-size: 27px;
  margin-bottom: 20px;
}

/* TEXT */
.hg-vm-text {
  font-size: 15px;
  line-height: 1.65;
 
}

/* CARD POSITIONING - MATCH SCREENSHOT */
.hg-vm-card-left {
  margin-top: 40px;
}

.hg-vm-card-right {
  margin-top: 220px;  /* exactly like screenshot */
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .hg-vm-card-right {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .hg-vm-title {
    font-size: 24px;
  }
}
/* Title */
.mgmt-title {
  font-family: "Inknut Antiqua", serif;
  font-size: 24px;
  letter-spacing: 1px;
}

/* Card Wrapper */
.mgmt-card {
  text-align: left;
}

/* Photo Container */
.mgmt-photo {
  width: 100%;
  height: 456px;
  background-color: #d5d5d5; /* placeholder */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: serif;
  color: #111;
  border-Top-Left-Radius:90px;
}

/* LEFT IMAGE SHAPE (Top-right rounded) */
.mgmt-photo-left {
  border-radius: 0 150px 0 0;
}

/* MIDDLE IMAGE SHAPE (Bottom-left rounded) */
.mgmt-photo-bottom {
  border-radius: 0 0 0 150px;
}

/* RIGHT IMAGE SHAPE (Top-left rounded) */
.mgmt-photo-right {
  border-radius: 150px 0 0 0;
}

/* Name */
.mgmt-name {
  font-weight: 600;
  margin-top: 15px;
  font-size: 17px;
   font-family: "Cinzel", serif;
   text-transform: uppercase;
}

/* Role */
.mgmt-role {
  font-size: 15px;
  margin-bottom: 5px;
   font-family: "Cinzel", serif
}

/* Bio */
.mgmt-bio {
  font-size: 15px;
  color: #333;
   font-family: "Cinzel", serif
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
  .mgmt-card {
    text-align: center;
  }

  .mgmt-photo {
    height: 240px;
  }
}
.hg-banners-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/marketban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  
}



/* BLACK OVERLAY */
.hg-banners-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* adjust opacity */
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.hg-banners-section > * {
  position: relative;
  z-index: 2;
}

.hg-bannerss-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/contact.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
/* SECTION BACKGROUND */
.hg-collab-section {
  background-image: url("images/wip.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* HEADING STYLE */
.hg-collab-title {
  font-family: "Inknut Antiqua", serif;
  font-size: 20px;
  letter-spacing: 1px;
}

/* PARAGRAPH STYLE */
.hg-collab-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hg-collab-title {
    font-size: 18px;
  }
  
  .hg-collab-text {
    font-size: 14px;
    padding: 0 15px;
    text-align: justify;
  }
}
/* Background Image Layer */
.hg-benefits-section {
  position: relative;
  padding: 80px 0;
}

.hg-benefits-bg {
  background-image: url("images/wipbac.jpeg");
  background-size: cover;
  background-position: center;
 /* soft fade like screenshot */
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Keep content above background */
.hg-benefits-section .container {
  position: relative;
  z-index: 2;
}

/* Title */
.hg-benefits-title {
  font-family: "Inknut Antiqua", serif;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: white;
}

/* Cards */
.hg-benefit-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 35px 25px;
  border-radius: 10px;
  height: 230px; /* FIXED HEIGHT — matches screenshot */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* Card Headings */
.hg-benefit-heading {
  font-family: "Inknut Antiqua", serif;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Card Text */
.hg-benefit-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #333;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .hg-benefit-card {
    height: auto; /* allow card to grow */
  }
}

@media (max-width: 576px) {
  .hg-benefits-title {
    font-size: 20px;
  }
}
/* LEFT TEXT */
.hg-contact-text {
  margin-top: 30px;
}

.hg-contact-small {
  font-family: "Inknut Antiqua", serif;
  font-size: 18px;
  margin-bottom: 0;
  color: white;
}
@media(max-width:550px)
{
  .hg-contact-small
  {
    margin-top: -3.5rem;
  }
}

.hg-contact-large {
  font-family: "Inknut Antiqua", serif;
  font-size: 32px;
  margin-top: 5px;
  color: white;
}

/* RIGHT FORM CARD */
.hg-contact-form-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}

/* INPUT FIELDS */
.hg-contact-input,
.hg-contact-textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
}

/* Remove blue outline on focus (clean look) */
.hg-contact-input:focus,
.hg-contact-textarea:focus {
  box-shadow: none;
  border-color: black;
}

/* SUBMIT BUTTON */
.hg-contact-btn {
  background: black;
  color: white;
  padding: 12px 0;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  letter-spacing: 1px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .hg-contact-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .hg-contact-large {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .hg-contact-small {
    font-size: 16px;
  }
  .hg-contact-large {
    font-size: 22px;
  }
}

.hg-bannerse-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/collaba.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
}
.hg-bannerse-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* adjust opacity */
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.hg-bannerse-section > * {
  position: relative;
  z-index: 2;
}

.hg-bannerss-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/contact.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
}

/* BLACK OVERLAY */
.hg-banners-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); /* black transparent */
  z-index: 1;
}

/* TEXT STYLING */
.hg-banners-text {
  position: relative;
  z-index: 2;
}

.hg-banners-text h1 {
  font-family: "Cinzel", serif;;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: white;
  text-align: center;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .hg-banners-section {
    height: auto;
    padding: 80px 0;
  }

  .hg-banners-text h1 {
    font-size: 28px;
  }
}

.hg-bannersso-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("assets/projectban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
}
  .property-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      height: 380px;
      color: #fff;
    }

    /* Card Image */
    .property-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s;
    }

    .property-card:hover img {
      transform: scale(1.05);
    }

    /* Top Badge */
    .badge-top {
      position: absolute;
      top: 20px;
      right: 20px;
      background: rgba(255,255,255,0.25);
      padding: 8px 18px;
      border-radius: 20px;
      backdrop-filter: blur(10px);
      font-weight: 500;
      font-size: 14px;
    }

    /* Card Bottom Content */
    .card-bottom {
      position: absolute;
      left: 20px;
      bottom: 25px;
      font-size: 22px;
      font-weight: 600;
      width: 90%;
    }

    .card-bottom span {
      display: block;
      font-size: 15px;
      font-weight: 400;
      margin-top: 4px;
    }

    /* Active Pill */
    .nav-pills .nav-link.active {
      background: rgb(58, 58, 58) !important;
      color: white !important;
      padding: 10px 25px;
      border-radius: 25px;
    }

    .nav-pills .nav-link {
      color: black;
      padding: 10px 25px;
      border-radius: 25px;
      font-size: 17px;
    }
     .fire-scroll-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      background: black;
      color: #fff;
      border: 3px solid white;
      border-radius: 50%;
      font-size: 20px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      display: none;
      z-index: 999;
      
    }

    .fire-scroll-top:hover {
      background: black;
      transform: scale(1.1);
    }

    .fire-scroll-top i {
      font-size: 26px;
      line-height: 50px;
    }
    .whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
    background: #1ebe5c;
  }
  /* Desktop Dropdown Styling */
.navbar .dropdown-menu {
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  border: none;
  animation: fadeIn 0.2s ease-in-out;
}

.navbar .dropdown-item {
  padding: 10px 18px;
  font-size: 15px;
  transition: 0.2s ease;
}

.navbar .dropdown-item:hover {
  background-color: #f5f5f5;
  padding-left: 24px; /* smooth slide */
}

/* Dropdown arrow hover effect */
.navbar .dropdown-toggle::after {
  margin-left: 6px;
  transition: 0.3s;
}

.navbar .dropdown-toggle:hover::after {
  transform: rotate(180deg);
}

/* Fade Animation */
@keyframes fadeIn {
  from {
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ---------------------------------- */
/* MOBILE DROPDOWN STYLES */
/* ---------------------------------- */

.sidebar-list .menu-item {
  font-size: 17px;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}

.sidebar-list i {
  transition: 0.3s ease;
}

.sidebar-list ul li a {
  font-size: 15px;
  padding: 6px 0;
  display: block;
}

.sidebar-list ul li a:hover {
  color: #007bff;
  padding-left: 6px;
}

/* Dropdown container animation */
.sidebar-list ul {
  animation: slideDown 0.3s ease;
}

/* Slide Down Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hg-azizi-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/aziziban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
/* FIX: Make all cards same height */
.gallery-card {
  height: 100%;            /* Make entire card stretch equal */
  display: flex;
  flex-direction: column;
   padding: 10px;
  background-color: black;
  color: white;
}

/* FIX: Make all images same height */
.gallery-img {
  height: 290px;           /* Set a fixed height (adjust if needed) */
  width: 100%;
  object-fit: cover;       /* Ensures image fits without distortion */
  border-radius: 10px 10px 0 0;
  transition: transform 0.35s ease;
  border: 3px solid white;
}


/* Content area same height */
.gallery-card .p-3 {
  flex-grow: 1;            /* Push content to fill remaining space */
  display: flex;
  flex-direction: column;
}

/* Title + content spacing */
.gallery-card h5 {
  margin-bottom: 8px;
  font-family: "Cinzel", serif;
}

.gallery-card p {
  flex-grow: 1;            /* Forces all descriptions to equal height */
}


.gallery-card:hover .gallery-img {
  transform: scale(1.08);
}

.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-card:hover .hover-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.gallery-card:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  border-radius: 10px 10px 0 0;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.hg-acube-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/acubeban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-bin-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/binban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-damac-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/damacban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-pro-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/binfour.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-object-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/objban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-emmar-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/emmarban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-elli-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/elliban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
.hg-sam-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/samanaban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}

.hg-so-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url("images/sobhaban.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; /* centers content horizontally */
 
}
/* DESKTOP */
.partners-viewport {
  overflow: hidden;
  width: calc((280px * 5) + (32px * 4));
}

.partners-track {
  display: flex;
  gap: 32px;
  transition: transform 0.45s ease;
}

.partner-card {
  width: 280px;
  flex-shrink: 0;
}

.photo {
  height: 360px;
  background: #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  margin-bottom: 14px;
}

.arrow-group button {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  background: #fff;
  font-size: 22px;
  margin-left: 6px;
  cursor: pointer;
}

.view-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 10px 20px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}

/* TABLET */
@media (max-width: 992px) {
  .partners-viewport {
    width: calc((280px * 3) + (32px * 2));
  }
}

/* 🔥 MOBILE – BULLETPROOF FIX */
@media (max-width: 576px) {
  .partners-viewport {
    width: 100%;
  }

  .partners-track {
    flex-direction: column;
    gap: 24px;
    transform: none !important;
  }

  .partner-card {
    width: 100%;
  }

  .photo {
    height: 300px;
  }
}
/* ---- FORCE BOUNCE FIX ---- */
.bounce {
  position: relative;          /* REQUIRED */
  animation: bounceFix 1.6s ease-in-out infinite;
}

.bounce.delay {
  animation-delay: 0.3s;
}

@keyframes bounceFix {
  0%   { top: 0; }
  25%  { top: -6px; }
  50%  { top: 0; }
  75%  { top: -3px; }
  100% { top: 0; }
}

.bounce {
  position: relative;
  animation: bounceFix 1.6s ease-in-out infinite;
}

.bounce.delay {
  animation-delay: 0.3s;
}

@keyframes bounceFix {
  0%   { top: 0; }
  25%  { top: -8px; }
  50%  { top: 0; }
  75%  { top: -3px; }
  100% { top: 0; }
}

/* WHY COLLABORATE SECTION */
.why-collab-section {
  background: #f8f9fb;
}

.why-content-box,
.why-image-box {
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 100%;
}

/* LEFT CONTENT */
.why-content-box .badge {
  background: black;
  font-size: 14px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

.section-title span {
  color: black;
}

.section-desc {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  text-align: justify;
 
  
}
@media(max-width:550px)
{
  .section-desc
  {
    text-align:justify;
  }
}

.why-list {
  padding-left: 0;
  margin-top: 20px;
}

.why-list li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-weight: bold;
}

/* RIGHT IMAGE */
.why-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-image-box img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-title {
    font-size: 28px;
  }

  .why-content-box,
  .why-image-box {
    padding: 25px;
  }

  .why-image-box img {
    height: auto;
  }
}

.btn-nmo
{
  border: 1px solid black;
  color: black;
}

.btn-nmo:hover
{
  background-color: #000;
  color: white;
}
.about-values-section {
  background: #f6f6f4;
}

/* Card base */
.value-card {
  background: transparent;
  text-align: left;
}

/* Image style */
.value-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 4px;
}

/* Content */
.value-content {
  padding: 30px 10px 0;
}

.value-title {
 
   font-family: "Cinzel", serif;
  font-size: 19px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

.value-text {
   font-family: "Inknut Antiqua", serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
  hyphens: auto;
}

/* Center card emphasis */
.featured .value-img {
  height: 380px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .value-img,
  .featured .value-img {
    height: 280px;
  }

  .value-content {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .value-title {
    font-size: 16px;
  }

  .value-text {
    font-size: 13.5px;
  }
}

.hg-contact-section {
  position: relative;
  background: url("./assets/homeban.jpg") center center / cover no-repeat;
  overflow: hidden;
}

/* Blur layer */
.hg-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(8px);
  transform: scale(1.1); /* prevents edge cut */
  z-index: 1;
}

/* Dark overlay for readability */
.hg-contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
}

/* Keep content above blur */
.hg-contact-section .container {
  position: relative;
  z-index: 3;
}

.animated-center-slider {
  background: black;
}

/* Card base */
.slider-card {
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.6s ease;
  background: #fff;
  margin-bottom: 20px;
}

/* Images */
.slider-card img {
  width: 100%;
  object-fit: cover;
}

/* SIDE CARDS */
.slider-card.side img {
  height: 240px;
  opacity: 0.55;
  transform: scale(0.9);
}

/* CENTER CARD */
.slider-card.center {
  box-shadow: 0 35px 80px rgba(0,0,0,0.25);
}

.slider-card.center img {
  height: 380px;
}

/* Content */
.slider-content {
  padding: 25px;
  text-align: center;
}

.slider-content h4 {
  font-family: "Inknut Antiqua", serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.slider-content p {
  font-size: 14px;
  color: #666;
}

/* Entry animation */
.carousel-item.active .animate {
  animation: slideUpFade 0.8s ease;
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Black arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .slider-card.side {
    display: none;
  }

  .slider-card.center img {
    height: 260px;
  }
}

/* SECTION */
.sanctuary-section {
  padding: 30px 0;
}

/* TITLE */
.sanctuary-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #000;
}

/* PARAGRAPH */
.sanctuary-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-width: 520px;
  text-align: justify;
  hyphens: auto;
  font-family: "Inknut Antiqua", serif;
}

/* IMAGE WRAPPER */
.image-wrapper {
  position: relative;
}

/* IMAGE */
.sanctuary-img {
  width: 100%;
  border-radius: 4px;
}

/* Section Background */
.contact-enquiry-section {
  background: #f8f9fa;
}

/* Card Design */
.enquiry-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.enquiry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Title */
.enquiry-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}

.enquiry-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 20px;
  background: black;
  border-radius: 2px;
}

/* Contact Items */
.enquiry-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #333;
}

.enquiry-item i {
  font-size: 18px;
  color: black;
  background: rgba(15, 15, 15, 0.949);
  padding: 8px;
  border-radius: 50%;
}

/* Email & Phone Hover */
.enquiry-item span {
  word-break: break-word;
}

.enquiry-item:hover span {
  text-decoration: underline;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 576px) {
  .enquiry-card {
    padding: 24px 20px;
  }

  .enquiry-title {
    font-size: 18px;
  }

  .enquiry-item {
    font-size: 14px;
  }
}
.icon-circle {
  width: 42px;
  height: 42px;
  min-width: 42px;           /* prevents oval */
  border-radius: 50%;
  background: rgba(15, 15, 15, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 18px;
  color: white;
  line-height: 1;            /* critical fix */
}
.lr-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.img-box {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  
  background: #e0e0e0;
  border-bottom-left-radius: 80px;
}
.img-boxs {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  
  background: #e0e0e0;
  border-top-right-radius: 80px;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 576px) {
  .lr-images {
    grid-template-columns: 1fr;
  }
}
/* Gallery Grid */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
}

/* Each Image Box */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 450px; /* fixed height for equal size */
}

/* Image Styling */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes all images same size */
  transition: transform 0.4s ease;
}
.gallery-items {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 450px; /* fixed height for equal size */
  width: 520px;
}

/* Image Styling */
.gallery-items img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes all images same size */
  transition: transform 0.4s ease;
}

/* Hover Zoom Effect */
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-items:hover img {
  transform: scale(1.1);
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
  font-family: "Cinzel", serif;
}

/* Hover Shows Overlay */
.gallery-item:hover .overlay {
  opacity: 1;
}

.overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
  font-family: "Cinzel", serif;
}

/* Hover Shows Overlay */
.gallery-items:hover .overlay {
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-card {
  background: #fff;
  width: 90%;
  max-width: 380px;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
}

.modal-input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
}

.modal-btn {
  width: 100%;
  padding: 12px;
  background: #6366f1;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.iti {
  width: 100%;
}

/* index.css */
.react-tel-input .flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/react-phone-input-2/2.15.1/img/flags.png");
}
/* PRELOADER BASE */
#preloader {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

/* CONTENT */
.loader-content {
  text-align: center;
}

/* LOGO TEXT */
.logo-text {
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 20px;
}

.logo-text span:first-child {
  color: #ffffff;
}

.logo-text span:last-child {
  color: #d4af37; /* GOLD */
}

/* ANIMATION */
.logo-text span {
  display: inline-block;
  animation: fadeUp 1.2s ease forwards;
}

.logo-text span:last-child {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* LOADING BAR */
.loading-bar {
  width: 200px;
  height: 3px;
  background: rgba(255,255,255,0.2);
  margin: 20px auto;
  overflow: hidden;
  position: relative;
}

.loading-bar span {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  animation: loadingMove 1.5s infinite;
}

@keyframes loadingMove {
  from {
    left: -50%;
  }
  to {
    left: 100%;
  }
}

/* TAGLINE */
.loading-text {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 1px;
  margin-top: 10px;
}
