/* Custom Bootstrap Styling for Luxe Events */

body {
    overflow-x: hidden;
}


html{
      overflow-x: hidden;
}


:root {
    --bs-danger: linear-gradient(135deg, rgb(178 127 51), rgb(242 235 172));
    --bs-warning: #fbbf24;
}



.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg:  linear-gradient(135deg, rgb(178 127 51), rgb(242 235 172));
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}






body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding-top: 76px;
}

/* Navbar */
.navbar {
    backdrop-filter: blur(2px);
    background: rgb(0 0 0 / 50%) !important;
    height: 80px;
}

.navbar-brand .logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbbf24;
    font-size: 1.5rem;
}

.nav-link {
    font-weight: 500;
    color: #4b5563 !important;
    transition: color 0.3s;
}

.nav-link:hover, .nav-link.active {
    color: #f3ebae !important;
}

/* Hero Section */
.hero-section {
    height: 120vh;
    display: flex
;
    align-items: center;
    overflow: hidden;
    margin-top: -76px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.5), transparent);
    z-index: 1;
}

.hero-content {
    z-index: 10;
}

/* Service Cards */
.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.service-img-wrapper {
    height: 250px;
}

.service-img-wrapper img {
    transition: transform 0.5s;
    height: 100%;
    object-fit: cover;
}

.service-card:hover .service-img-wrapper img {
    transform: scale(1.1);
}

.service-icon {
    width: 56px;
    height: 56px;
}

/* Footer */
footer .logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fbbf24;
}

footer a:hover {
    color: #fbbf24 !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #dc2626;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b91c1c;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Contact Form Styles */
.contact-icon {
    width: 56px;
    height: 56px;
      background: linear-gradient(135deg, rgb(178 127 51), rgb(242 235 172));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

/* Event Card */
.event-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.event-date {
    width: 80px;
    min-width: 80px;
}

/* Gallery */
.gallery-item {
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

/* About Page Stats */
.stat-icon {
    width: 64px;
    height: 64px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        min-height: 100vh;
        padding: 100px 0 50px;
    }
    
    .display-2 {
        font-size: 2.5rem;
    }
}



.text-muted {
    color: #fff !important;
}


p.card-text {
    color: #000 !important;
}


p.lead {
    color: #000 !important;
}

.baneer-text {
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}


.row-2 {
    justify-content: center;
}

p.lead-2 {
    color: #000 !important;
}


.our-clients-slider {
  text-align: center;
  padding: 80px 20px;
  background-color: #f9fafb;
  overflow: hidden;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.slider-2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slide-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: calc(200px * 9);
}

.slide-2 {
  width: 200px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-2 img {
  width: 150px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.slide-2 img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-200px * 4.5)); }
}



.gallery-slider {
  text-align: center;
  padding: 80px 20px;
  background-color: #fff;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Slider */
.slider-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
  transition: opacity 0.6s ease;
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  cursor: pointer;
}

/* Buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.4);
  color: white;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  transition: background 0.3s ease;
  z-index: 5;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.7);
}

.prev { left: 15px; }
.next { right: 15px; }

/* Dots */
.dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dots button.active {
  background-color: #e53935;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .slide img {
    height: 300px;
  }

  a.nav-link.active {
    font-size: 23px;
    font-weight: 700;
}

}




.eve-list {
    display: flex
;
}


.mb-3 {
    margin-bottom: 1rem !important;
    justify-content: center;
}


ul.follow-icon {
    display: flex
;
    padding: 0px;
    gap: 15px;
}


ul.follow-icon li {
    list-style: none;
}

ul.follow-icon li a i {
    color: #000;
    font-size: 30px;
}

ul.footer-icon li a i {
    color: #fff;
    font-size: 30px;
}


ul.navbar-nav li a {
    color: #fff !important;
    font-size: 19px;
}

button.navbar-toggler {
    background: #fff;
}





.testimonial-section {
    padding: 80px 20px;
    background: url(../img2/gold-back-2.jpeg) no-repeat;
    text-align: center;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}


.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
}


.testimonial-section h2 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  position: relative;
}

.testimonial-carousel .item {
  background: #fff;
  color: #333;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
}

.testimonial-carousel .item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 35px rgba(0,0,0,0.2);
}

.testimonial-carousel .item p {
  font-size: 16px;
  line-height: 1.8;
}

.testimonial-carousel .item h4 {
  margin-top: 20px;
  color: #ff6600;
  font-weight: 700;
}

/* Customize navigation arrows */
.owl-nav button {
   
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.owl-nav button.owl-prev {
    left: -48px;
}

.owl-nav button.owl-next {
  right: -48px;
}

/* Dots style */
.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s;
}

.owl-dots .owl-dot.active span {
  opacity: 1;
  background: #ff6600;
}

/* Responsive adjustments */
@media(max-width:768px){
  .testimonial-section h2 { font-size: 28px; }
  .owl-nav button { font-size: 20px; padding: 8px 12px; }
  .navbar{
          padding: 0;
    height: 100px;
  }
  
  .navbar-brand{
      padding: 0px;
  }
  
  .navbar-collapse{
      background: rgba(0, 0, 0, 0.76);
    width: 100%;
    padding: 17px;
 
  }
  
  .con-tainer{
      padding: 0px;
  }
  
  .navbar-toggler{
          margin-right: 30px;
  }
}



.testimonial-carousel .item img {
   
    /* height: 80px; */
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 20px;
    /* border: 3px solid #ff6600; */
}



h1.display-2 {
    
    font-family: "Raleway", sans-serif;
}




.text-warning {
    font-family: 'Cormorant Garamond', serif;
    font-size: 45px;
    color: #cfb53b !important;
}



.btn-danger {
    
   background:  linear-gradient(135deg, rgb(178 127 51), rgb(242 235 172)) !important;
   border: none !important;
}


.service-icon {
    background:  linear-gradient(135deg, rgb(178 127 51), rgb(242 235 172)) !important;
}

.rounded-pill {
    background: linear-gradient(135deg, rgb(178 127 51), rgb(242 235 172));
    border: none;
}



.text-danger {
    --bs-text-opacity: 1;
    color: rgb(185 138 64) !important;
}




@media(max-width:768px){
    
    .text-warning {
   
    font-size: 20px;
   
}


.baneer-text {
   
    font-size: 15px !important;
   
}

.banner-btn {
        padding: 11px !important;
        font-size: 16px;
    }

}



.text-center {
    text-align: center !important;
}

.note-sec {
    background: #006400 !important;
}

.note-sec p {
    color: #fff !important;
}


.item-2 {
    height: 120vh;
    display: flex
;
    align-items: center;
}


h1.display-2 strong {
    font-size: 55px;
}


/* 
video {
    width: 100%;
} */



.video-box {
  position: relative;
  max-width: 700px;
  margin: 30px auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}

/* Control Buttons */
.video-controls {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
}

.control-btn {
  background: rgba(0,0,0,0.6);
  border: none;
  color: white;
  font-size: 22px;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.control-btn:hover {
  background: rgba(255,255,255,0.8);
  color: black;
}

@media (max-width: 600px) {
  .control-btn {
    font-size: 18px;
    padding: 6px 10px;
  }
  
.item-2 {
        height: 82vh !important;
        margin-top: -30px;
    }
  
}


.about-bottom {
    background: #006400 !important;
}


