
.custom-header {
  background: white;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  z-index: 99;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 30px;
}

.nav-left,
.nav-right {
  display: flex;
  list-style: none;
  gap: 30px;
  flex: 1;
  justify-content: center;
}

.nav-left li,
.nav-right li {
  display: inline-block;
}

.nav-left li a,
.nav-right li a {
  text-decoration: none;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.nav-left li a:hover,
.nav-right li a:hover {
  color: #b52d50;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.logo img {
  height: 80px;
  display: block;
}
  
  .full-width-slider {
    width: 100%;
    height: 700px;
    margin-left: -7px !important;
  margin-right: -7px !important;
  position: relative;
  }
  
  .full-width-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-text-overlay {
    position: absolute !important;
    bottom: 40px; /* Move text slightly above the bottom */
    right: 50px;
    text-align: right;
    color: white;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.1; /* Reduce line spacing */
    letter-spacing: 0.5px; /* Reduce word spacing */
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
  @media (max-width: 768px) {
    .slide-text-overlay {
      font-size: 28px;
      right: 20px;
      bottom: 20px;
      line-height: 1.2;
    }
  }

  .fancy-section {
    text-align: center;
    max-width: 900px;
    margin: 5vw auto;
  }
  
  .fancy-section h4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    letter-spacing: 1px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .fancy-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #333;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .fancy-section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  /* Container for each item */
.promo-carousel .promo-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  height: 100%;
}

/* Inner wrapper */
.promo-inner {
  position: relative;
  height: 100%;
}

.promo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  transition: all 0.3s ease;
}

/* Text overlay */
.promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.promo-title {
  font-family: "le-jour-serif", "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.step-block {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.step-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 100px;
}

.step-row.reverse {
  flex-direction: row-reverse;
}

.step-image, .step-content {
  flex: 1;
  max-width: 50%;
}

.step-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.step-label {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.step-label span {
  display: block;
  font-family: "le-jour-serif", "Playfair Display", serif;
  font-size: 48px;
  color: #111;
  margin-top: 0;
  line-height: 1;
}

.step-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.step-desc {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}
.step-row .step-content {
  text-align: left;
}

.step-row.reverse .step-content {
  text-align: right;
}
.burger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav.active {
  display: flex;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mobile-nav ul li {
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.mobile-nav ul li:last-child {
  border-bottom: none;
}

.mobile-nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.mobile-nav ul li a:hover {
  color: #c29591; /* use your brand pink or rose */
}
.mobile-nav {
  transition: all 0.3s ease-in-out;
}
/* Mobile view */
/* ------------------ GENERAL RESPONSIVE CLEANUP ------------------ */

/* Header (Mobile) */
@media screen and (max-width: 768px) {
  .nav-container {
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .nav-left li,
  .nav-right li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .burger {
    display: block;
  }
  .logo img {
    height: 60px;
  }
}

/* Steps Layout (Mobile) */
@media screen and (max-width: 768px) {
  .step-row,
  .step-row.reverse {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .step-image,
  .step-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px;
  }

  .step-content {
    text-align: center !important;
  }

  .step-label span {
    font-size: 32px;
  }

  .step-title {
    font-size: 22px;
  }

  .step-desc {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Slider Text (Mobile) */
@media screen and (max-width: 768px) {
  .full-width-slider {
    height: auto;
    margin: 0 auto;
  }

  .full-width-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .slide-text-overlay {
    font-size: 20px;
    right: 15px;
    bottom: 15px;
    line-height: 1.2;
    text-align: right;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #b52d50; /* Match your brand color */
    top: 45%;
    transform: translateY(-50%);
  }
  .fancy-section h2{
    font-size: 40px;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-card img.gallery-thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-card:hover img.gallery-thumb {
  transform: scale(1.05);
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-family: "le-jour-serif", "Playfair Display", serif;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.wedding-gallery-single {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
}

.wedding-gallery-single .title {
  font-family: "le-jour-serif", "Playfair Display", serif;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.gallery-lightbox {
  column-count: 3;
  column-gap: 20px;
}

.gallery-lightbox a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
}

.gallery-lightbox a:hover {
  transform: scale(1.02);
}

.gallery-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}


.gallery-lightbox a:hover img {
  transform: scale(1.03);
}
@media screen and (max-width: 768px) {
  .wedding-gallery-single .title {
    font-size: 28px;
  }

  .gallery-lightbox {
    column-count: 1;
  }
}

.swiper-button-prev, .swiper-button-next{
color: #b77c7c !important;
}
 



.form-control {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    background: #f9f9f9;
    transition: border-color 0.3s, background 0.3s;
}

.form-control:focus {
    border-color: #b67a7a; /* Wedding Vows red */
    background: #fff;
    outline: none;
}

.btn-submit {
    display: inline-block;
    background-color: #b67a7a; /* Wedding Vows red */
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #8b001a;
}


.page-hdr {
    position: relative;
    z-index: 5;
    overflow: hidden;
    background-color: #f9f9f9; /* fallback background */
    min-height: 200px; /* Smaller header */
}

.page-hdr figure {
    position: absolute;
    inset: 0;
    margin: 0;
    background: var(--bkg);
}

.page-hdr figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; /* Softer background image */
}

.page-hdr .content {
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.page-hdr .content h1 {
    margin: 0;
    font-size: 2.5rem; /* smaller but bold heading */
    font-weight: 700;
    color: #fff;
}

.page-hdr .breadcrumb-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    list-style: none;
    gap: 12px;
    color: #666;
}

.page-hdr .breadcrumb-nav li {
    position: relative;
    font-weight: 600;
}

.page-hdr .breadcrumb-nav li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.page-hdr .breadcrumb-nav li:last-of-type:after {
    display: none;
}

.page-hdr .breadcrumb-nav a {
    color: #666;
    text-decoration: none;
}

.page-hdr .breadcrumb-nav a:hover {
    text-decoration: underline;
    color: #b67a7a; /* Hover with brand color */
}

.page-hdr .breadcrumb-nav span {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}


/* Remove any extra background/shadow from container */
.contact-container {
    background: transparent;
    box-shadow: none;
    padding: 10px;

}

/* Keep styling only on the form */
.wpcf7 {
    max-width: 700px;
    margin: 35px auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08); /* Only 1 soft shadow */
}

/* Styling the fields (already done earlier) */
.wpcf7 input,
.wpcf7 textarea {
    width: 95%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    transition: 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    background: #fff;
    border-color: #b67a7a;
}

/* Styling the submit button */
.wpcf7 input[type="submit"] {
    background-color: #b67a7a;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #8b001a;
}
.info-cards-section {
    padding: 80px 20px;
    background: #fff;
}

.info-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.info-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 40px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    flex: 1 1 400px;
    max-width: 500px;
    text-align: center;
}

.info-card h3 {
    font-family: "le-jour-serif", "Playfair Display", serif; /* or your wedding heading font */
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-card p {
    font-family: 'Poppins', sans-serif; /* smooth readable paragraph font */
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.hero-contact-section {
    font-family: 'Playfair Display', serif;
    text-align: center;
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-form-wrapper {
    padding: 80px 20px;
    background: #fff;
}

.contact-form-wrapper h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #222;
    letter-spacing: 1px;
}

/* Override Contact Form 7 inside your Hero Contact Block */

.quick-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.quick-contact-form input {
    flex: 1 1 250px;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.quick-contact-form button {
    flex: 1 1 150px;
    padding: 15px 20px;
    background-color: #f0f0f0;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.quick-contact-form button:hover {
    background-color: #d8d8d8;
}


.footer {
  position: relative;
  color: #fff;
  background: #b67a7a; /* Beautiful red like the example */
  padding-top: 80px;
  font-family: "le-jour-serif", "Playfair Display", serif;
}

.ftr-bkg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.2;
  object-fit: cover;
  z-index: 0;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ftr-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ftr-cols .col {
  flex: 1 1 22%;
  margin-bottom: 20px;
}

.ftr-cols img {
  max-width: 180px;
}

.tagline {
  margin-top: 10px;
  font-style: italic;
  font-size: 16px;
}

.ftr-cols h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.ftr-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ftr-cols ul li {
  margin-bottom: 10px;
}

.ftr-cols ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.ftr-cols ul li a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  font-size: 20px;
  color: #fff;
}

.social-icons a:hover {
  color: #ffd700;
}

.footer-copy {
  background: #b67a7a;
  padding: 20px 0;
  font-size: 14px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy a {
  color: #ffd700;
  text-decoration: none;
}

.footer-copy a:hover {
  text-decoration: underline;
}

.footer-copy img {
  height: 30px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a {
    color: #444;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 50%;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons a:hover {
    background: #a5001d;
    color: #fff;
}
@media screen and (max-width: 425px) {
  .ftr-cols {
    flex-direction: column;
    align-items: flex-start;
  }

  .ftr-cols .col {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 30px;
  }

  .ftr-cols .col:first-child {
    order: 1; /* Logo */
  }

  .ftr-cols .col:nth-child(2) {
    order: 2; /* Quick Links */
  }

  .ftr-cols .col:nth-child(3) {
    order: 3; /* Location */
  }

  .ftr-cols .col:nth-child(4) {
    order: 4; /* Social Icons */
  }

  .social-icons {
    justify-content: flex-start;
  }

  .footer-copy .flex-between {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .ftr-cols img{
    max-width: 263px;
  }
}
html {
  scroll-behavior: smooth;
}
.about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: 'Segoe UI', sans-serif;
}

.about-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #333;
}

/* Paragraph Styling */
.about-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1.5rem;
}
.about-section > *:not(:last-child) {
  margin-bottom: 3rem;
}
.about-section p {
  color: #555;
}
.info-card p {
  color: #777;
}
/* Two-column layout */


@media (max-width: 768px) {
  .about-section {
    padding: 2rem 1rem;
  }

  .about-section h2 {
    font-size: 2rem;
  }

  .about-section p {
    font-size: 1rem;
    text-align: center;
  }

  .about-section .info-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .about-section .info-card {
    width: 100%;
    max-width: 350px;
    padding: 1.2rem;
  }

  .info-card h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .info-card p {
    font-size: 0.95rem;
    text-align: center;
  }

  /* Center text blocks like Meet Nikhil */
  .about-section .text-block {
    text-align: center;
    padding: 0 1rem;
  }

  /* Optional: Stack image/text vertically in 2-column sections */
  .about-section .columns {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .about-section .columns .column {
    width: 100%;
    text-align: center;
  }

  .about-section img {
    max-width: 100%;
    height: auto;
  }
}

/* What We Do cards */
.about-section .info-cards-section {
  background: linear-gradient(to bottom, #f9f9f9, #fff);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
   padding: 3rem 13px;
}

.about-section .info-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.about-section .info-card {
  flex: 1 1 300px;
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.about-section .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.info-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #111;
}

.info-card p {
  color: #666;
  font-size: 1rem;
}
