/*<!----banner-->*/

/* Banner section container */
.banner-section {
  width: 100%;
  max-width: 1200px; /* Max width of the banner */
  padding: 20px 0; /* Add some padding above and below */
  overflow: hidden; /* Important for the peek-a-boo effect */
  margin: auto;
}

/* Swiper container styling */
.swiper-container {
  width: 100%;
  padding-top: 50px; /* Space for active slide to scale up */
  padding-bottom: 50px; /* Space for active slide to scale up */
}

/* Individual slide styling */
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 60%; /* Default width for non-active slides */
  height: 400px; /* Adjust height as needed */
  border-radius: 12px; /* Rounded corners for slides */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, opacity 0.4s ease; /* Smooth transitions */

  transform: scale(0.85);
}

/* Styling for the active (center) slide */
.swiper-slide-active {
  opacity: 1;
  transform: scale(1); /* Active slide is full size */
  z-index: 1; /* Ensure active slide is on top */
}

/* Styling for the next and previous slides to make them partially visible */
.swiper-slide-next,
.swiper-slide-prev {
  /* opacity: 0.8; */
  transform: scale(0.9);
}

/* Image styling within slides */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the slide without distortion */
}

/* Navigation buttons styling (optional) */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff; /* White color for arrows */
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
  border-radius: 50%;
  width: 34px;
  height: 34px;
  transition: background-color 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #b08c45;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px; /* Adjust arrow size */
}

/* Pagination dots styling (optional) */
.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}


/* third section */
.hero-section {
  display: flex;
  height: 800px;
  justify-content: center;
  align-items: start;
  width: 100%;
  /* margin-left: 100px; */
  position: relative;
  padding: 0 4rem;
  padding: 80px 50px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Image Container */
.image-container {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-section .content-container {
  padding-top: 0 !important;
}
/* Content Container */
.content-container {
  width: 50%;
  padding: 3rem 3rem 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-section .heading-container {
  margin-bottom: 0;
}
/* Heading Styles */
.heading-container {
  margin-bottom: 4rem;
  padding-left: 3rem;
}

.heading-container h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
  text-align: right;
}

.heading-container h2 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}
.hero-section .text-box {
  top: 8px;
}
/* Text Box */
.text-box {
  width: 139%;
  background-color: white;
  padding: 2rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
  position: relative;
  margin-left: -10rem;
  z-index: 2;
}

.text-box p {
  color: var(--color-text-light);
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.text-box p:last-child {
  margin-bottom: 0;
}



.getintouchfirst {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.getintouchfirst img {
  max-width: 110px;
  margin-bottom: 0px;
}

.getintouchfirst h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
  color: #1f1f1f;
}

.getintouchfirst p {
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.getintouchfirst .divider {
  width: 1px;
  height: 40px;
  background-color: #aaa;
  margin: 0 auto 20px;
}

.getintouchfirst button {
  background: none;
  border: none;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: color 0.3s;
  position: relative;
  padding: 11px 23px;
  z-index: 1;
}

.getintouchfirst button::before,
.getintouchfirst button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  border: 2px solid #b08c45;
  transition: all 0.4s ease;
  z-index: -1;
}

.getintouchfirst button::before {
  border-right: none;
  border-bottom: none;
}

.getintouchfirst button::after {
  border-left: none;
  border-top: none;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}

.getintouchfirst button:hover::before,
.getintouchfirst button:hover::after {
  width: 99%;
  height: 95%;
}

.getintouchfirst button:hover {
  color: #b08c45; /* Optional color change */
}

/** indooor outdoor images css**/
.exquisite-elegance {
  background-color: #b08c4512;
  text-align: center;
  padding: 40px 20px;
}
.exquisite-elegance .grid-item {
  position: relative;
}
.exquisite-elegance .grid-item a {
  /* position: relative; */
  /* z-index: 500; */
}
.exquisite-elegance .grid-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgb(0 0 0 / 45%);
  z-index: 0;
  left: 0;
  transition: 0.5s;
  bottom: 0;
  pointer-events: none;
}
.exquisite-elegance .grid-item:hover:before {
  height: 100%;
}
.exquisite-elegance .header img {
  max-width: 110px;
  margin-bottom: 0px;
}

.exquisite-elegance .header h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

.exquisite-elegance .header p {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.exquisite-elegance .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 20px;
  justify-content: center;
  width: 90vw;
  margin: 30px auto;
}

.grid-item {
  position: relative;
  overflow: hidden;
  /*border-radius: 8px;*/
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /*border-radius: 8px;*/
}

.exquisite-elegance .srjHmFlt {
  position: absolute !important;
  bottom: 5px;
  left: 5px;
  background-color: #000000a8;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 12px;
  /* border-radius: 4px; */
  text-transform: uppercase;
  transition: background-color 0.4s ease, color 0.4s ease;
  width: 68% !important;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 30px;
  color: white;
  /* border: 1px solid #e3c383; */
}

.muslim {
  position: absolute;
  bottom: 2px;
  left: 2px;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 12px;
  /* border-radius: 4px; */
  text-transform: uppercase;
  width: 28% !important;
  letter-spacing: 1px;
}
.exquisite-elegance .grid-item span:hover {
  background-color: #b08c45;
  color: white;
  cursor: pointer;
  border: none;
}

.grid-item.tall {
  grid-row: span 2;
}

.grid-item.wide {
  grid-column: span 2;
}


/****recent work****/

.recent-projects {
  padding: 4rem 0;
  width: 80vw;
  margin: 0 auto;
}

.recent-projects .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.recent-projects .section-header h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 0;
  /*margin-top: 50px;*/
}

.recent-projects .section-header p {
  color: var(--color-text-light);
  font-size: 1rem;
}
.recent-projects .section-header img {
  max-width: 110px;
  margin-bottom: 0px;
}

.recent-projects .slider-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.recent-projects .slider-wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  padding: 0 20px;
}

.recent-projects .slider-wrapper img {
  min-width: calc((100% - 100px) / 6);
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}

.slider-nav {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: flex;
  gap: 10px;
}

.slider-nav button {
  position: relative; /* Needed for absolute positioning of the pseudo-element */
  background: none; /* No initial background color */
  border: 1px solid #b08c45;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333; /* Initial text color (adjust as needed) */
  overflow: hidden; /* Hide the pseudo-element when it's outside the button */
  z-index: 1; /* Ensure button content is above the pseudo-element */
  transition: color 0.3s ease, border-color 0.3s ease; /* Smooth transition for text and border color */
}

.slider-nav button::before {
  content: "";
  position: absolute;
  bottom: 0; /* Start from the bottom */
  left: 0;
  width: 100%;
  height: 0; /* Initially no height */
  background-color: #b08c45; /* The hover background color */
  transition: height 0.3s ease; /* Animate the height */
  z-index: -1; /* Place behind the button content */
}

.slider-nav button:hover::before {
  height: 100%; /* Expand to full height on hover */
}

.slider-nav button:hover {
  color: white; /* Change text color on hover */
  border-color: #b08c45; /* Change border color on hover to match background */
  /* The background color is handled by the ::before pseudo-element */
}

/****contact us ****/

.cta-section {
  background-color: #1e1e1e; /* dark background */
  padding: 40px 20px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}

.cta-content p {
  font-size: 24px !important;
  margin: 0;
  font-weight: 300;
}

/* Existing CTA button styles (with the animation) */

.cta-button {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #b08c45;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  display: inline-block; /* Essential if your cta-button isn't naturally inline-block or block */
  cursor: pointer; /* Added for consistency */
}

.cta-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #b08c45;
  transition: height 0.3s ease;
  z-index: -1;
}

.cta-button:hover::before {
  height: 100%;
}

.cta-button:hover {
  color: white;
}

/* --- New styles for .grid-item span with the animation --- */

.grid-item span {
  position: relative; /* Essential for the ::before pseudo-element */
  display: inline-block; /* Allows control over padding, width/height, and contains pseudo-element correctly */
  padding: 10px 15px; /* Adjust padding as needed for your design */
  border: 1px solid #ddd; /* Example border, adjust as per your design */
  color: #333; /* Initial text color */
  text-decoration: none;
  font-size: 12px;
  margin-left: -230px;
  overflow: hidden; /* Clips the pseudo-element when its height is 0 or it's animating */
  z-index: 1; /* Ensures the span content (text) is above the pseudo-element */
  cursor: pointer; /* Indicates it's clickable */
  transition: color 0.3s ease; /* Smooth text color transition on hover */
  width: 38%;
  /* Your positioning styles */
  margin-top: -600px; /* Moves the span up by 600px from its natural position */
  margin-bottom: 20px; /* Adds 20px space below the span */
  left: 0; /* Positions the span at the left edge *relative to its current inline-block position* */
}

.muslim {
  position: relative; /* Essential for the ::before pseudo-element */
  display: inline-block; /* Allows control over padding, width/height, and contains pseudo-element correctly */
  padding: 10px 15px; /* Adjust padding as needed for your design */
  border: 1px solid #ddd; /* Example border, adjust as per your design */
  color: #333; /* Initial text color */
  text-decoration: none;
  font-size: 12px;
  margin-left: -570px !important;
  overflow: hidden; /* Clips the pseudo-element when its height is 0 or it's animating */
  z-index: 1; /* Ensures the span content (text) is above the pseudo-element */
  cursor: pointer; /* Indicates it's clickable */
  transition: color 0.3s ease; /* Smooth text color transition on hover */
  width: 38%;
  /* Your positioning styles */
  margin-top: -600px; /* Moves the span up by 600px from its natural position */
  margin-bottom: 20px; /* Adds 20px space below the span */
  left: 0; /* Positions the span at the left edge *relative to its current inline-block position* */
}
.grid-item span::before {
  content: "";
  position: absolute;
  bottom: 0; /* Starts the hover background from the bottom of the span */
  left: 0; /* Aligns the hover background to the left of the span */
  width: 100%;
  height: 0; /* Initially invisible */
  background-color: #b08c45; /* The color that fills up on hover */
  transition: height 0.3s ease; /* Smoothly animates the height */
  z-index: -1; /* Places the hover background behind the span's content */
}

.grid-item span:hover::before {
  height: 100%; /* Expands the hover background to fill the entire span */
}

.grid-item span:hover {
  color: white; /* Changes the text color to white on hover */
}
.grid-item span:hover {
  color: white; /* Change text color on hover */
  /* No background-color here, as the pseudo-element handles it */
}

/* Original simple hover for comparison (will be overridden by the above) */
/*
.grid-item span:hover{
    background-color:#b08c45;
    color:white;
    cursor:pointer;
}
*/

/***blog section***/

.blog-updates {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  gap: 40px;

  flex-wrap: wrap;
}
.blog-wrapper {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 40px;
  flex-wrap: wrap;
}
.blog-left {
  flex: 1;
  min-width: 400px;
}

.blog-left h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.blog-left p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  max-width: 300px;
}

.contact-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background-color: #000;
  color: #fff;
}

.blog-posts {
  display: flex;
  gap: 30px;
  flex: 2;
  /*flex-wrap: wrap;*/
}

.blog-post {
  max-width: 330px;
}

.blog-post img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.post-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.post-date .day {
  font-size: 26px;
  display: block;
}

.post-meta span {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
}

.post-meta h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0 0 0;
}

/*****wedding hightlight***/

.wedding-highlight {
  text-align: center;
  max-width: 1300px;
  margin-top: 30px;
  margin-left: 20px;
  margin: auto;
}

.wedding-highlight .cap {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wedding-highlight h2 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: normal;
}

.content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 20px;
  gap: 40px;
  flex-wrap: wrap;
}

.video-container,
.text {
  flex: 1 1 0;
}

.video-container {
  display: flex;
  align-items: stretch;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.text {
  display: flex;
  flex-direction: column;

  text-align: left;
}

.text p {
  line-height: 1.6;
}

/***contact us ****/
.contact-wrapper {
  width: 100vw;
  /* display: flex; */
  justify-content: center;
  margin: 0 auto;
  padding: 60px 20px;
}

.contact-form h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: normal;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"] {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.form-row {
  display: flex;
  gap: 10px;
}

.contact-form button {
  position: relative;
  width: 120px;
  padding: 12px;
  font-size: 14px;
  border: 2px solid #b08c45;
  color: black;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.contact-form button::before {
  content: "";
  position: absolute;
  bottom: 0; /* Start from the bottom */
  left: 0;
  width: 100%;
  height: 0; /* Initially no height */
  background-color: #a07a3c; /* A slightly different shade for hover if you want distinction, or #b08c45 for consistency */
  transition: height 0.3s ease; /* Animate the height */
  color: white;
  z-index: -1; /* Place behind the button content */
}

.contact-form button:hover::before {
  height: 100%; /* Expand to full height on hover */
}

.contact-form button:hover {
  /* No change to text color or background-color here, as ::before handles it */
  /* If you want the text to change color on hover, you'd put it here */
  /* Example: color: #333; */
}

.form-image {
  flex: 1;
  background: url("../images/blggSRJ_1.webp") center/cover no-repeat;
  min-height: 100%;
}



.swiper-button-next1 {
  margin-top: 150px;
  right: 44%;
}

.swiper-button-prev1 {
  margin-top: 150px;
  left: 48%;
}
/*** testimonial**/

.testimonial-section {
  text-align: center;

  background-color: #fff;
  color: #333;
}

.testimonial-header img {
  max-width: 110px;
  margin-bottom: 0px;
}

.testimonial-header h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}

.testimonial-text {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.8;
  color: #666;
}

.testimonial-name {
  font-size: 18px;
  color: #777;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  top: 68%;
  transform: translateY(-50%);
  font-size: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-prev {
  margin-top: 150px;
  left: 88%;
}

.swiper-button-next {
  margin-top: 150px;

  right: 3%;
}


/* ********************* client Memory ********************* */

.hero_1 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/hinduwedding4.webp") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.hero-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #b08c45;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.scroll-indicator:hover {
  background: #b08c45;
  border: none;
  transform: translateY(-2px);
}

/* Filter Navigation */
.filter-section {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
.lg-download {
  display: none !important;
}

.filter-container {
  max-width: 1350px;
  margin: 0 auto;
  text-align: center;
}

.filter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    gap: 2%;
    row-gap: 22px;
}

.filter-btn {
  padding: 12px 30px;
  background: white;
  color: #b08c45;
  text-decoration: none;
  border: 2px solid #b08c45;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
      width: 20%;
}

.filter-btn:hover,
.filter-btn.active {
  background: #b08c45;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

}

/* Gallery Grid */
.gallery-section {
  padding: 0rem 2rem;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.gallery-container {
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-section .gallery-grid {
  columns: 3 !important;
  column-gap: 10px;
  column-fill: balance;
}


.gallery-section .gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
  background: white;
}

.gallery-section .gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-section .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-section .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.gallery-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-caption {
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  /* border-radius: 8px; */
  display: block;
  margin: auto;
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2rem;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: 2rem;
}

.lightbox-next {
  right: 2rem;
}

.lightbox-caption {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px 10px;
  /* border-radius: 8px; */
  margin: 0 2rem;
  width: fit-content;
  margin: auto;
}

/* ********************* Wedding photograph ******************************* */

.hero_2 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/Sikhwedding5.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

/* About Section */
.about {
  background-color: #f9f9f9;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 64px;
}

.about-image {
  flex: 1;
  position: relative;
}

.about-image img {
  width: 100%;
  height: 400px;
  border-radius: 4px;
}

.about-image::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  z-index: -1;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 36px;
  margin-bottom: 24px;
}

.about-text p {
  margin-bottom: 24px;
}

.signature {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: italic;
  margin-top: 32px;
}

/* Services Section */
.services {
  background-color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-item {
  text-align: center;
  padding: 32px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 48px;
  margin-bottom: 24px;
  color: #333;
}

.service-item h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.service-item p {
  font-size: 14px;
  color: #666;
}

.service-price {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}

/* Gallery Section */
/* Gallery Section */
.portGall {
  padding: 60px 20px;
  padding-bottom: 0;
}
.portGall .container {
  padding-bottom: 0;
}
.portGall .section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
  font-weight: 400;
}

.portGall .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.portGall .gallery-item {
  position: relative;
  overflow: hidden;
  max-height: 620px;
  border: 5px solid #c19d56;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.portGall .gallery-item {
  position: relative;
  overflow: hidden;
  max-height: 520px;
  border: 5px solid #c19d56;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.07);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-overlay span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Testimonials Section */
.testimonials {
  background-color: #fff;
}

.testimonials-container {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-item {
  text-align: center;
  padding: 32px;
}

.testimonial-text {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 24px;
  position: relative;
  font-family: "Cormorant Garamond", serif;
}

.testimonial-text::before,
.testimonial-text::after {
  content: '"';
  font-size: 60px;
  position: absolute;
  opacity: 0.2;
  font-family: Georgia, serif;
}

.testimonial-text::before {
  top: -20px;
  left: -15px;
}

.testimonial-text::after {
  bottom: -40px;
  right: -15px;
}

.testimonial-author {
  font-weight: 600;
  font-size: 16px;
}

.testimonial-role {
  font-size: 14px;
  color: #888;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 24px;
  overflow: hidden;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Section */
.contact {
  background-color: #f9f9f9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.contact-info h3 {
  font-size: 28px;
  margin-bottom: 24px;
}

.contact-info p {
  margin-bottom: 24px;
}

.contact-details {
  margin-top: 32px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.contact-item i {
  font-size: 20px;
  margin-right: 16px;
  width: 24px;
}

.contact-social {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.contact-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.contact-social a:hover {
  transform: translateY(-5px);
}

.contact-form {
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  flex: 1;
}

.contact-form h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 24px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: #333;
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.form-btn {
  width: 100%;
  padding: 14px;
  background-color: #333;
  color: #fff;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-btn:hover {
  background-color: #000;
}

/* Instagram Section */
.instagram {
  padding: 40px 0;
}
.instagram .container {
  padding-top: 0;
}
.instagram-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.instagram-heading i {
  font-size: 24px;
  margin-right: 12px;
}

.instagram-heading h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.instagram-item {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.instagram-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.instagram-item:hover img {
  transform: scale(1.1);
}

.instagram-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.instagram-item:hover .instagram-overlay {
  opacity: 1;
}

.instagram-overlay i {
  color: #fff;
  font-size: 24px;
}


/* Process Section */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.process-item {
  background: #f9f9f9;
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
  transition: background 0.3s ease;
}

.process-item:hover {
  background: #eee;
}

.process-icon i {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}

.faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 20px 20px 20px 20px;
  font-family: "Poppins", sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: 500;
  color: #222;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 1em;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: #555;
  font-size: 19px;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 0;
  font-family: "seGoii";
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 10px 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* ********************  Wedding videograpg *************************** */

.hero_3 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/preeWd_4.jpg") top/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

/* Intro Section */
.intro-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}

.intro-text {
  flex: 1;
}

.intro-text h2 {
  font-size: 2rem;

  margin-bottom: 1rem;
}

.intro-text .subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #555;
}

.intro-stats {
  flex: 1;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}

.stat-label {
  font-size: 1.5rem;
  margin-top: -10px;
  color: #444;
}

/* Section Header */

.process .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.process .section-header span {
  /* display: block; */
  color: #e3c383;
  /* font-size: 0.9rem; */
  letter-spacing: 1.5px;
  /* text-transform: uppercase; */
}

.process .section-header h2 {
  font-size: 2.5rem;
  margin-top: 0.5rem;
}

.section-description {
  color: #444;
  margin-top: 0.5rem;
}

/* Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.video-item {
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.video-item:hover {
  transform: translateY(-5px);
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.video-item:hover .video-overlay {
  opacity: 1;
}

.video-overlay i {
  font-size: 2rem;
  color: #fff;
}

.video-content {
  padding: 1rem;
}

.video-tag {
  font-size: 0.8rem;
  color: #888;
  text-transform: uppercase;
}

.video-content h3 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
}

.video-meta {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Process Section */
.process-grid {
  background-color: black;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.process-item {
  background: #f9f9f9;
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
  transition: background 0.3s ease;
}

.process-item:hover {
  background: #eee;
}

.process-icon i {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}

/* Contact Section */
.contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.contact-text p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #444;
}

.btn {
  display: inline-flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  gap: 0.5rem;
}

.btn:hover {
  background: #000;
}


.video-stories .video-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.video-card {
  flex: 1;
  min-width: 300px;
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button i {
  font-size: 1.5rem;
  color: #000;
}

.video-card p {
  font-size: 1rem;
  color: #222;
}

.video-card a {
  color: #0a89ff;
  text-decoration: none;
}

.video-card a:hover {
  text-decoration: underline;
}

.real-estate-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ddd;
}

.top-row {
  display: flex;
  flex-wrap: wrap;
}

.info-box {
  flex: 1;
  padding: 30px;
  min-width: 300px;
}

.info-box h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.tags {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.tags span {
  display: inline-block;
  margin-right: 20px;
}

.btn {
  display: inline-block;
  background-color: #00b894;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.video-box {
  flex: 1;
  position: relative;
  min-width: 300px;
}

.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #1a6464;
  color: white;
}

.feature-box {
  flex: 1;
  padding: 30px;
  min-width: 250px;
  text-align: center;
}

.feature-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.feature-box p {
  font-size: 14px;
}

.video-section {
  padding: 60px 20px;
  background-color: #f9f4ef;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.video-card {
  text-align: center;
}

.video-card h4 {
  font-size: 18px;
  margin-top: 20px;
  color: #2e2e2e;
  text-transform: uppercase;
  line-height: 1.4;
}

/* Custom Video Wrapper */
.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Custom Play Button */
.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/images/custom-play-icon.png") no-repeat center center;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}

.video-heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #111;
}

.contact-button-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* Process Section */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.process-item {
  background: #f9f9f9;
  padding: 2rem;
  text-align: center;
  border-radius: 0;
  transition: background 0.3s ease;
  border: 2px solid #d3a855;
}

.process-item:hover {
  background: #eee;
}

.process-icon i {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}

/* *********************************  Contact page ********************************* */

.hero_cnt {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/mehend_12.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

/* Contact Section */
.contact-section {
  padding-bottom: 6rem;
  background: var(--gradient-bg);
  position: relative;
  overflow: hidden;
  display: flex;
}

/* .contact-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, var(--shadow-light) 0%, transparent 70%);
            animation: rotate 30s linear infinite;
        } */

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
  animation: fadeInUp 1s ease-out;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 500;

  color: black;
  background-clip: text;
  margin-bottom: 1rem;
  position: relative;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Contact Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  margin-bottom: 6rem;
}

/* Contact Info Cards */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(185, 149, 78, 0.08);
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid var(--shadow-light);
  animation: slideInLeft 0.8s ease-out;
  animation-fill-mode: both;
}

.info-card:nth-child(1) {
  animation-delay: 0.1s;
}
.info-card:nth-child(2) {
  animation-delay: 0.2s;
}
.info-card:nth-child(3) {
  animation-delay: 0.3s;
}
.info-card:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--shadow-light),
    transparent
  );
  transition: left 0.8s ease;
}

.info-card:hover::before {
  left: 100%;
}

.info-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 60px rgba(185, 149, 78, 0.15);
  border-color: var(--primary-gold);
}

.info-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-gold);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px var(--shadow-medium);
  flex-shrink: 0;
}

.info-card:hover .info-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px var(--shadow-strong);
}

.info-content h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
  font-weight: 600;
}

.info-content p {
  color: var(--text-light);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.info-content a {
  color: var(--primary-gold);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.info-content a:hover {
  color: var(--gold-dark);
  text-decoration: underline;
}

.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-title {
  font-size: 2.2rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-subtitle {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-control {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  background: #fafafa;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary-gold);
  background: white;
  box-shadow: 0 0 0 3px var(--shadow-light);
  transform: translateY(-2px);
}

.form-control.textarea {
  min-height: 120px;
  resize: vertical;
}

.form-label {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  color: var(--text-light);
  transition: all 0.3s ease;
  pointer-events: none;
  background: #fafafa;
  padding: 0 0.5rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.95rem;
}

.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown) ~ .form-label {
  top: -30px;
  left: 1.2rem;
  font-size: 0.8rem;
  color: var(--primary-gold);

  font-weight: 600;
}

.submit-btn {
  background: var(--gradient-gold);
  color: white;
  border: none;
  padding: 1.3rem 3rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px var(--shadow-medium);
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.submit-btn:hover::before {
  left: 100%;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px var(--shadow-strong);
}

.submit-btn:active {
  transform: translateY(-1px);
}

/* Map Section */
.map-section {
  padding: 0;
  background: #000;
  position: relative;
}

.map-container {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(185, 149, 78, 0.85),
    rgba(212, 183, 106, 0.7)
  );
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.4s ease;
}

.map-container:hover .map-overlay {
  opacity: 1;
}

.map-info {
  text-align: center;
  color: white;
}

.map-info h3 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.map-info p {
  font-size: 1.2rem;
  opacity: 0.95;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  transition: all 0.4s ease;
}

/* Portfolio Teaser */
.portfolio-teaser {
  padding: 6rem 0;
  background: var(--gradient-bg);
  text-align: center;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 4rem;
}

.portfolio-item {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 15px 40px rgba(185, 149, 78, 0.1);
}

.portfolio-item:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(185, 149, 78, 0.2);
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(185, 149, 78, 0.85),
    rgba(212, 183, 106, 0.7)
  );
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  /* font-family: 'Playfair Display', serif; */
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

/* ********************  Special Event *********************** */
/* Hero Section */
.hero_4 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/specialevent.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

/* Blog Section */
.blog-section {
  padding: 5rem 0;
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.blog-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.blog-section .section-header h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
}

.blog-section .section-divider {
  width: 60px;
  height: 2px;
  background: #c19d56;
  margin: 0 auto;
}

/* Blog Cards */
.blog-cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.blog-card {
  display: flex;
  background: white;
  /* border-radius: 20px; */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 1500px;
  transition: all 0.5s ease;
  min-height: 500px;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.blog-card:nth-child(even) {
  flex-direction: row-reverse;
}

.blog-content {
  flex: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: #c19d56;
}

.blog-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.read-more-btn {
  background: #c19d56;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  width: 40%;
}

.read-more-btn:hover {
  background: #b08c45;
  transform: scale(1.05);
}

/* Image Slider */
.blog-slider {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 620px;
}

.blog-slider .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-track {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.5s ease;
}

.slide {
  width: 33.333%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav {
  position: absolute;
  /* bottom: 20px; */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: #c19d56;
  transform: scale(1.2);
}

.slider-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-arrows:hover {
  background: #c19d56;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.prev-arrow {
  left: 20px;
}

.next-arrow {
  right: 20px;
}

/* View All Button */
.view-all-container {
  text-align: center;
  margin-top: 4rem;
}

.view-all-btn {
  background: #333;
  color: white;
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background: #555;
  transform: scale(1.05);
}

/* ************************ Sub Inner pages ************* */

.innerSec h3 {
  font-size: 30px;
  font-weight: 500;
  color: #c19d56;
}

.inSur_phto {
  width: 100%;
  height: 400px; /* Set your preferred height */
  overflow: hidden;
  position: relative;
  /* border-radius: 20px; */
}

.inSur_phto img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This crops but keeps it neat */
  object-position: center;
}
.owwlInn_sur {
  margin-top: 50px;
}
.owwlInn_sur_1 {
  margin-top: 50px;
}

.innerSec h3 {
  position: relative;
  margin-top: 30px;
}

/* .innerSec h3::after {
    content: "";
    position: absolute;
    left: 30%;
    bottom: 23px;
    width: 108px;
    height: 2px;
    background-color: black;
} */

.owwlInn_sur .owl-nav {
  display: flex;
  /* justify-content: center; */
}
.owwlInn_sur .owl-nav button {
  position: relative;
  background: none !important;
  border: 1px solid #b08c45 !important;
  width: 40px;
  height: 40px;
  cursor: pointer !important;
  /* font-size: 1.2rem !important; */
  color: #333 !important;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.owwlInn_sur .owl-nav button span {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

.owwlInn_sur_1 .owl-nav {
  display: flex;
  /* justify-content: center; */
}
.owwlInn_sur_1 .owl-nav button {
  position: relative;
  background: none !important;
  border: 1px solid #b08c45 !important;
  width: 40px;
  height: 40px;
  cursor: pointer !important;
  /* font-size: 1.2rem !important; */
  color: #333 !important;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.owwlInn_sur_1 .owl-nav button span {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

/* Inner Banner  */

.heroin_1 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/sikhwedding5.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.heroin_2 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/hinduwedding4.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.heroin_b {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/British1.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.heroin_3 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/muslimwedding5.jpg") top/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.heroin_4 {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/banner1.jpg") top/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.cta-portGall {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #b08c45;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  margin: auto;
  display: block;
  width: 35%;
  text-align: center;
  margin-top: 50px;
  border-radius: 50px;
}

/* ******************************** */
.othInn_pgDIV {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.othInn_pgDIV .card {
  position: relative;
  width: 30%;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #fff;
  height: 450px;
}

.othInn_pgDIV .card-img {
  width: 100%;
  height: 100%;
}

.othInn_pgDIV .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* full cover without stretch */
  display: block;
}
.othInn_pgDIV .card-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  background: #0000007a;
  width: 80%;
  padding: 8px;
  padding-left: 15px;
}

.othInn_pgDIV .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: bottom 0.5s ease;
  z-index: 1; /* under text */
}

.othInn_pgDIV .card:hover .overlay {
  bottom: 0;
}
.othInn_pg .container {
  padding-top: 0 !important;
}

/** read more button*/

#readMoreBtn {
  margin-top: 30px;
  cursor: pointer;
  width: 180px;
  background-color: #b7934c;
  border: 1px solid #b7934c;
  color: white;
  height: 40px;
}

#callnow {
  margin-top: 30px;
  cursor: pointer;
  width: 180px;
  border: 1px solid #b7934c;
  color: black;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttondiv {
  display: flex;
  gap: 20px;
}
