/* =======================================
   Motiontography Site Styles (Unified - v7 FINAL)
   Applies to: index.html, maternity.html, boudoir.html, wedding.html, composites.html
   Includes all page styles and overrides.
   ======================================= */

/* ---------------------------------------
   1. Reset & Base Styles
--------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  scroll-padding-top: 80px; /* Offset for fixed nav */
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #F2F2F2;
  background-color: #121212;
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: #FF6F00;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover, a:focus {
  color: #FFA040;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: left; /* Default text alignment */
}
/* Center specific headings explicitly */
h1.hero-heading, /* Add class="hero-heading" to hero H1 if needed */
.hero-content h1, /* Center hero H1 by default */
h2.section-title,
h2.section-title-alt,
.services h2, /* Center original h2s if needed */
.tips h2,
.gallery h2,
.testimonials h2,
.booking h2,
.faq h2,
.about-composite h2 { /* Center original composite h2 */
    text-align: center;
}


h1 { font-size: 2.5rem; margin-bottom: 1.5rem; }
h2 { font-size: 2.2rem; margin-bottom: 2rem; }
h3 { font-size: 1.4rem; margin-bottom: 0.8rem; }
h4 { font-size: 1.2rem; margin-bottom: 0.6rem; }

p {
  margin-bottom: 1.5rem;
  color: #E0E0E0;
  font-size: 1rem;
  text-align: left; /* Default text alignment */
}
/* Center specific paragraphs explicitly */
p.hero-intro,
.hero-content p, /* Center original hero p */
p.gallery-intro, /* Add class="gallery-intro" to gallery <p> if needed */
.booking-cta-section p,
.footer-bottom p,
.services > p, /* Center original section intros */
.tips > p,
.gallery > p,
.booking > p,
.about-composite > p { /* Center original composite p */
    text-align: center;
}


p:last-child {
    margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto; /* Allow height to adjust automatically */
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  text-align: left; /* Default list alignment */
}
/* Center specific lists explicitly */
.city-links-list,
.tips ul { /* Center original tips list */
    text-align: center;
}
/* Style original tips list */
.tips ul {
   list-style: disc; padding-left: 20px; display: inline-block; text-align: left; max-width: 600px;
}
.tips ul li {
    margin-bottom: 0.5rem; color: #ccc; text-align: left;
}
/* Style original about-composite list */
.about-composite ul {
    list-style: disc; padding-left: 40px; /* Indent more */ margin-bottom: 1.5rem; text-align: left;
}
.about-composite ul li {
     margin-bottom: 0.5rem;
}
.about-composite ul ul { /* Nested list */
    list-style: circle; padding-left: 25px; margin-top: 0.5rem;
}


strong, b {
    font-weight: 700;
    color: #FFA040;
}


/* ---------------------------------------
   2. Layout & Helper Classes
--------------------------------------- */
.content-box,
.content-box-light {
  padding: 2rem 1.5rem;
  border-radius: 8px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.content-box { background-color: #222; }
.content-box-light { background-color: #1e1e1e; }

.testimonial-section .content-box,
.about-me-section .content-box {
    text-align: center;
}
.testimonial-section .content-box p,
.about-me-section .content-box p {
    text-align: left;
}
.testimonial-item .testimonial-author {
  text-align: right;
}

/* Basic section padding */
section {
    padding: 3rem 1.5rem;
}
/* Original sections might need padding adjusted */
section.services, section.tips, section.gallery, section.testimonials, section.booking, section.faq, section.about-composite {
     padding: 3rem 1.5rem;
}


@media (min-width: 768px) {
  .content-box, .content-box-light { padding: 2.5rem; }
   section { padding: 4rem 2rem; }
   h1 { font-size: 3rem; }
}

@media (min-width: 992px) {
   section { padding: 5rem 3rem; }
   .content-box, .content-box-light { padding: 3rem; }
   h1 { font-size: 3.5rem; }
}


/* ---------------------------------------
   3. Navigation
--------------------------------------- */
.main-nav { position: fixed; width: 100%; top: 0; left: 0; background: rgba(18, 18, 18, 0.9); backdrop-filter: blur(5px); z-index: 1000; border-bottom: 1px solid #333; display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 1.5rem; transition: background 0.3s ease, padding 0.3s ease; }
.main-nav.scrolled { background: rgba(10, 10, 10, 0.95); padding: 0.5rem 1.5rem; box-shadow: 0 2px 5px rgba(0,0,0,0.3); }
.logo a { display: inline-block; }
.nav-logo { height: 40px; width: auto; display: block; transition: height 0.3s ease; }
.main-nav.scrolled .nav-logo { height: 30px; }
.nav-links { position: fixed; right: -100%; top: 0; height: 100vh; width: 75%; max-width: 300px; background: #181818; flex-direction: column; align-items: center; justify-content: center; transition: right 0.4s ease-in-out; z-index: 999; padding-top: 4rem; display: flex; overflow-y: auto; }
.nav-links.nav-active { right: 0; }
.nav-links li { margin: 1rem 0; width: 100%; text-align: center; }
.nav-links a { font-size: 1.1rem; padding: 0.8rem 1rem; display: block; color: #F2F2F2; position: relative; font-weight: 400; }
.nav-links a:hover, .nav-links a:focus, .nav-links a.active { color: #FF6F00; }
.burger-menu { display: flex; align-items: center; cursor: pointer; padding: 0.5rem; z-index: 1001; background: none; border: none; }
.burger { display: flex; flex-direction: column; justify-content: space-between; width: 25px; height: 18px; }
.burger div { width: 100%; height: 2.5px; background: #F2F2F2; border-radius: 1px; transition: all 0.3s ease-in-out; }
.menu-text, .menu-text-close { margin-left: 8px; font-size: 0.9rem; color: #F2F2F2; display: inline-block; }
.menu-text-close { display: none; }
.burger-menu.toggle .line1 { transform: rotate(45deg) translate(5px, 5px); }
.burger-menu.toggle .line2 { opacity: 0; }
.burger-menu.toggle .line3 { transform: rotate(-45deg) translate(5px, -5px); }
.burger-menu.toggle .menu-text { display: none; }
.burger-menu.toggle .menu-text-close { display: inline-block; }
@media (min-width: 992px) { .main-nav { padding: 1rem 2rem; } .main-nav.scrolled { padding: 0.6rem 2rem; } .burger-menu { display: none; } .nav-links { position: static; right: auto; top: auto; height: auto; width: auto; max-width: none; background: none; flex-direction: row; align-items: center; justify-content: flex-end; transition: none; z-index: auto; padding-top: 0; display: flex; overflow-y: visible; max-height: none !important; } .nav-links li { margin: 0 0 0 0.8rem; width: auto; } .nav-links a { font-size: 0.95rem; padding: 0.5rem 0.4rem; display: inline-block; } .nav-links a::after { content: ''; display: block; width: 0; height: 2px; background: #FF6F00; transition: width 0.3s ease; position: absolute; bottom: -3px; left: 0; } .nav-links a:hover::after, .nav-links a:focus::after, .nav-links a.active::after { width: 100%; } }
@media (min-width: 1200px) { .main-nav { padding: 1rem 3rem; } .main-nav.scrolled { padding: 0.8rem 3rem; } .nav-links li { margin: 0 0 0 1.2rem; } .nav-links a { font-size: 1rem; } }


/* ---------------------------------------
   4. Buttons
--------------------------------------- */
.btn, .cta-button { display: inline-block; padding: 0.8rem 2rem; background: #FF6F00; color: #fff !important; border: none; border-radius: 50px; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; text-align: center; }
.btn:hover, .btn:focus, .cta-button:hover, .cta-button:focus { background: #FFA040; color: #fff !important; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
.square-appointment-btn { border-radius: 4px; }
.deposit-cta-button {}
.base-package-button {}
.btn-secondary { background-color: #444; border: 1px solid #666; }
.btn-secondary:hover, .btn-secondary:focus { background-color: #555; border-color: #777; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }


/* ---------------------------------------
   5. Hero Section
--------------------------------------- */
.hero-section { position: relative; width: 100%; min-height: 85vh; background-color: #111; background-size: cover; background-position: center center; background-attachment: fixed; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; padding: 8rem 1.5rem 4rem; transition: background-image 1s ease-in-out, opacity 0.3s ease-in-out; opacity: 1; }
/* Styles for Original Hero Structure */
header#home { position: relative; padding: 6rem 1.5rem 4rem; background-color: #111; text-align: center; background-size: cover; background-position: center center; background-repeat: no-repeat; transition: background-image 1s ease-in-out; min-height: 70vh; /* Give original hero some height */ display: flex; align-items: center; justify-content: center; /* Center content vertically too */ }
header#home .hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 1rem; background: rgba(0,0,0,0.5); /* Add slight overlay to content for readability */ border-radius: 8px;}
header#home .hero-logo { max-width: 150px; margin: 0 auto 1.5rem auto; }
header#home h1 { color: #FFFFFF; font-size: 2.5rem; text-shadow: 1px 1px 3px rgba(0,0,0,0.4); margin-bottom: 1rem; text-align: center;}
header#home p { color: #f0f0f0; max-width: 600px; margin: 0 auto 2rem auto; font-size: 1.1rem; text-align: center;}

.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 800px; }
.hero-section h1 { color: #FFFFFF; font-size: 2.5rem; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); text-align: center; }
.hero-intro { font-size: 1.1rem; margin-bottom: 2.5rem; color: #f0f0f0; max-width: 650px; margin-left: auto; margin-right: auto; text-align: center; }
.hero-intro strong { color: #FFA040; font-weight: 700; }
.hero-btn { padding: 1rem 2.5rem; font-size: 1.1rem; }
@media (min-width: 768px) { .hero-section, header#home { min-height: 90vh; padding-top: 10rem; } .hero-section h1, header#home h1 { font-size: 3.5rem; } .hero-intro, header#home p { font-size: 1.2rem; } }
@media (max-width: 767px) { .hero-section, header#home { background-size: 100% auto; background-attachment: scroll; min-height: 60vh; padding: 6rem 1.5rem 3rem; } .hero-section h1, header#home h1 { font-size: 2rem; } .hero-intro, header#home p { font-size: 1rem; } }


/* ---------------------------------------
   6. Why Choose Us / Why Boudoir Section
--------------------------------------- */
.why-choose-us-section, .why-boudoir-section { background-color: #1a1a1a; }
.why-choose-us-section .content-box-light, .why-boudoir-section .content-box { background-color: #242424; padding: 2rem 1.5rem; border-left: 5px solid #FF6F00; }
.why-choose-us-section .section-title-alt, .why-boudoir-section .section-title { margin-bottom: 2rem; text-align: center; }
.why-choose-us-section ul, .reasons-list { text-align: left; list-style: none; padding-left: 0; margin-top: 0; }
.why-choose-us-section ul li, .reasons-list li { display: flex; align-items: flex-start; margin-bottom: 1.5rem; padding: 1rem 0; border-bottom: 1px solid #383838; transition: background-color 0.3s ease; }
.why-choose-us-section ul li:last-child, .reasons-list li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.why-choose-us-section ul li .icon, .reasons-list li .icon { color: #FF6F00; font-size: 1.8rem; line-height: 1.7; margin-right: 1.2rem; width: 1.5em; text-align: center; flex-shrink: 0; }
.why-choose-us-section ul li div, .reasons-list li { font-size: 1rem; line-height: 1.7; color: #E0E0E0; text-align: left; }
.why-choose-us-section ul li strong { font-weight: 700; color: #FFB061; display: block; margin-bottom: 0.3rem; font-size: 1.1rem; }
@media (min-width: 768px) { .why-choose-us-section .content-box-light, .why-boudoir-section .content-box { padding: 2.5rem; } }
@media (min-width: 992px) { .why-choose-us-section .content-box-light, .why-boudoir-section .content-box { padding: 3rem; } .why-choose-us-section ul { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; } .why-choose-us-section ul li { margin-bottom: 0; padding: 1.5rem 0; } .why-choose-us-section ul li:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; } }


/* ---------------------------------------
   7. Services/Portfolio/Gallery Section
--------------------------------------- */
.portfolio-section, .gallery-section, section.services, section.gallery { background-color: #121212; }
.portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.portfolio-item { text-align: center; position: relative; background-color: #1a1a1a; padding: 1.5rem; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }
.portfolio-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
.portfolio-item a { display: block; color: inherit; } .portfolio-item a:hover { color: inherit; }
.portfolio-item .circle { width: 80%; max-width: 250px; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 50%; margin: 0 auto 1rem auto; background-color: #282828; border: 3px solid #333; }
.circle img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.portfolio-item:hover .circle img { transform: scale(1.08); }
.portfolio-item .caption { margin-top: 0.5rem; font-size: 1.3rem; font-weight: 700; color: #FF6F00; margin-bottom: 0.5rem; text-align: center; }
.portfolio-item .service-description { font-size: 0.9rem; color: #ccc; line-height: 1.5; margin-bottom: 0; text-align: center;}
/* Original Headshot Services Grid */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 2rem; max-width: 1000px; margin-left: auto; margin-right: auto; }
.service-item { background: #1e1e1e; padding: 1.5rem; border-radius: 8px; text-align: center; }
.service-item h3 { color: #FFB061; font-size: 1.3rem; margin-bottom: 0.5rem; text-align: center;}
.service-item p { font-size: 0.95rem; color: #ccc; text-align: center; }

/* Gallery Grids (Lightbox) */
.gallery-grid .grid-item, .grid .grid-item { position: relative; overflow: hidden; border-radius: 8px; background-color: #1a1a1a; line-height: 0; }
.gallery-grid .grid-item img, .grid .grid-item img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; transition: transform 0.4s ease, filter 0.4s ease; }
.gallery-grid .grid-item a::after, .grid .grid-item a::after { content: '\f00e'; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); font-size: 2.5rem; color: rgba(255, 255, 255, 0.8); opacity: 0; transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: none; z-index: 2; }
.gallery-grid .grid-item:hover img, .grid .grid-item:hover img { transform: scale(1.05); filter: brightness(0.6); }
.gallery-grid .grid-item:hover a::after, .grid .grid-item:hover a::after { opacity: 1; transform: translate(-50%, -50%) scale(1); }
/* Hide original cta-button span if overlay icon is used */
.grid .grid-item .cta-button { display: none; }
/* Headshot original grid */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }

@media (min-width: 576px) { .portfolio-grid, .grid, .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .portfolio-grid, .grid, .services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .portfolio-grid.gallery-grid, .grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------------------------------------
   8. City Links Section (Maternity Page)
--------------------------------------- */
.city-links-section { background-color: #121212; }
.city-links-list { list-style: none; padding: 0; text-align: center; margin: 1.5rem 0 0 0; }
.city-links-list li { display: inline-block; margin: 0.5rem 0.8rem; }
.city-links-list li a { color: #ccc; padding: 0.5rem 1rem; border: 1px solid #444; border-radius: 20px; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; font-size: 0.95rem; }
.city-links-list li a:hover, .city-links-list li a:focus { background-color: #FF6F00; border-color: #FF6F00; color: #fff; }

/* ---------------------------------------
   9. FAQ & Tips / Experience Section
--------------------------------------- */
.faq-tips-section, .experience-section, section.tips, section.faq { background-color: #181818; text-align: left; }
.faq-tips-container { text-align: left; }
.faq-column, .tips-column { margin-bottom: 2.5rem; text-align: left; }
.tips-column .tip-item { margin-bottom: 1.5rem; border-bottom: 1px solid #333; padding-bottom: 1.5rem; }
.tips-column .tip-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.faq-column h3, .tips-column h3 { color: #fff; font-size: 1.6rem; margin-bottom: 1.5rem; border-bottom: 2px solid #FF6F00; padding-bottom: 0.5rem; display: inline-block; }
.faq-item h4, .tip-item h4 { font-size: 1.1rem; color: #FFB061; margin-bottom: 0.5rem; text-align: left; }
.faq-item p, .tip-item p { font-size: 0.95rem; color: #ccc; line-height: 1.7; margin-bottom: 0; text-align: left; }
.faq-item strong, .tip-item strong { font-weight: 700; color: #fff; }
/* Original Headshot FAQ items */
.faq .faq-item { margin-bottom: 1.5rem; border-bottom: 1px solid #333; padding-bottom: 1.5rem; text-align: left; }
.faq .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.faq .faq-item h3 { color: #FFB061; font-size: 1.2rem; margin-bottom: 0.5rem; text-align: left; border-bottom: none; display: block;}
.faq .faq-item p { color: #ccc; font-size: 1rem; text-align: left;}

/* Enhanced Boudoir Experience Section Styles */
.experience-section { background-color: #1f1f1f; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.experience-section .content-box-light { background-color: transparent; border-left: none; box-shadow: none; padding: 0; max-width: 1100px; }
.experience-steps { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr; gap: 2rem; }
.experience-steps .step { background-color: #171717; padding: 2rem 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #333; overflow: hidden; }
.experience-steps .step::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(145deg, rgba(255, 111, 0, 0.05), rgba(0,0,0,0) 40%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
.experience-steps .step:hover { transform: translateY(-6px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }
.experience-steps .step:hover::before { opacity: 1; }
.experience-steps .step .icon-large { font-size: 2.8rem; color: #FF6F00; margin-bottom: 1.2rem; display: inline-block; line-height: 1; }
.experience-steps .step h3 { color: #FFFFFF; font-size: 1.5rem; margin-bottom: 1rem; text-align: center; position: relative; padding-bottom: 0.5rem; border-bottom: none;} /* Remove default border */
.experience-steps .step h3::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 1px; background-color: #555; }
.experience-steps .step p { color: #ccc; font-size: 0.95rem; line-height: 1.7; text-align: center; max-width: 400px; margin-left: auto; margin-right: auto; margin-bottom: 0; }
@media (min-width: 768px) { .experience-steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } }
@media (min-width: 1024px) { .experience-steps { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; padding: 0 1rem; } .experience-steps .step { padding: 2.5rem 2rem; } }
@media (min-width: 1024px) { .experience-steps .step:nth-child(4), .experience-steps .step:nth-child(5) { grid-column-start: auto; grid-column-end: auto; justify-self: auto; margin-right: 0; margin-left: 0; } }
@media (min-width: 992px) { .faq-tips-container { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; } .faq-column, .tips-column { margin-bottom: 0; } }


/* ---------------------------------------
   10. About Me & Testimonial Sections
--------------------------------------- */
.about-me-section, .testimonial-section, section.testimonials { background-color: #181818; }
.testimonial-section, section.testimonials { background-color: #121212; }
.about-me-section .content-box, .testimonial-section .content-box { text-align: center; }
.about-me-section p, .testimonial-section p:not(.testimonial-author), section.testimonials p:not(strong) { font-size: 1.05rem; line-height: 1.8; text-align: left; }
.about-me-section strong { color: #FFA040; }
.testimonial-item { background-color: #2a2a2a; padding: 1.5rem; border-radius: 6px; margin-bottom: 1.5rem; border-left: 5px solid #FF6F00; box-shadow: 0 3px 6px rgba(0,0,0,0.15); text-align: left; }
.testimonial-item:last-child { margin-bottom: 0; }
.testimonial-item blockquote { border-left: none; padding-left: 0; margin: 0 0 0.8rem 0; font-style: italic; color: #e0e0e0; font-size: 1.05rem; position: relative; }
.testimonial-item blockquote::before { content: "\f10d"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #FF6F00; font-size: 1.5rem; margin-right: 0.7rem; float: left; line-height: 1.1; }
.testimonial-item blockquote p { margin-bottom: 0.5rem; text-align: left; }
.testimonial-item blockquote::after { content: ""; display: table; clear: both; }
.testimonial-item .testimonial-author, section.testimonials .testimonial-item p > strong, .testimonial-box p > strong { text-align: right; font-weight: 700; color: #ccc; margin-top: 0.5rem; font-style: normal; font-size: 0.95rem; display: block; }
.testimonial-box blockquote { font-style: italic; color: #e0e0e0; margin-bottom: 0.5rem; text-align: left;} /* Style original quote */
.testimonial-box { margin-bottom: 1rem; padding: 1rem; background-color: #2a2a2a; border-left: 3px solid #FF6F00; border-radius: 4px;}


/* ---------------------------------------
   11. Booking CTA / Specific Page Sections
--------------------------------------- */
.booking-cta-section, section.booking { text-align: center; background-color: #1a1a1a; }
.booking-cta-section h2, section.booking h2 { color: #FF6F00; text-align: center; }
.booking-cta-section p, section.booking p { max-width: 600px; margin: 1rem auto 2rem auto; text-align: center; }
/* Wedding Page Specific Sections */
.wedding-intro .content-box { max-width: 900px; }
.videos-section { background-color: #1f1f1f; }
.video-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1100px; margin: 0 auto; }
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background-color: #000; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
.video-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (min-width: 768px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .video-grid { grid-template-columns: repeat(3, 1fr); } }
.services-section .wedding-steps {} .services-section .service-item {}
.investment-section .content-box { max-width: 750px; }
.investment-section .package-highlight { border: 1px solid #444; border-radius: 8px; padding: 1.5rem; margin-top: 1.5rem; background-color: #2a2a2a; }
.investment-section .package-highlight h3 { color: #FFB061; text-align: center; }
.investment-section .package-highlight .price { font-size: 1.8rem; font-weight: bold; color: #fff; text-align: center; margin-bottom: 1rem; }
.investment-section .package-highlight ul { list-style: none; padding: 0; margin-bottom: 1.5rem; text-align: left; max-width: 400px; margin-left: auto; margin-right: auto; }
.investment-section .package-highlight ul li { margin-bottom: 0.5rem; color: #ccc; text-align: left; }
.investment-section .package-highlight ul li .fa-check { color: #FF6F00; margin-right: 0.5rem; }
.investment-section .package-highlight .btn { display: block; width: fit-content; margin: 1rem auto 0 auto; }
.addons-section .content-box { max-width: 1000px; }
.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.addon-item { background-color: #2a2a2a; padding: 1.5rem; border-radius: 8px; text-align: center; border: 1px solid #333; cursor: pointer; transition: background-color 0.3s ease; position: relative; }
.addon-item:hover { background-color: #333; }
.addon-item .icon { font-size: 2rem; color: #FF6F00; margin-bottom: 0.8rem; }
.addon-item h4, .addon-item h3.orange-heading { color: #FFB061; font-size: 1.2rem; margin-bottom: 0.3rem; text-align: center; }
.addon-item .addon-price, .addon-item > p:first-of-type { font-weight: bold; color: #fff; margin-bottom: 1rem; text-align: center; }
.addon-description { display: none; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; margin-top: 1rem; text-align: left; font-size: 0.9rem; color: #ccc; border-top: 1px dashed #444; padding-top: 1rem; }
.addon-description.active { display: block; max-height: 500px; /* Allow height */ }
.requirements-section { background-color: #1f1f1f; }
.requirements-section ul { list-style: disc; padding-left: 20px; margin: 1rem auto; display: inline-block; text-align: left; }
.requirements-section li { margin-bottom: 0.5rem; color: #ccc; text-align: left; }
/* Composite Notice Bar */
.composite-notice { background-color: #333; color: #eee; padding: 1rem 1.5rem; text-align: center; margin-bottom: 2rem; /* Add spacing */ }
.composite-notice p { margin: 0; font-size: 0.95rem; text-align: center;}


/* ---------------------------------------
   12. Footer Section
--------------------------------------- */
footer { background-color: #0a0a0a; color: #ccc; padding: 4rem 1.5rem 2rem; font-size: 0.95rem; text-align: left; }
.footer-container { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1200px; margin: 0 auto; }
.footer-column h3 { font-size: 1.3rem; color: #FFFFFF; margin-bottom: 1.2rem; position: relative; padding-bottom: 0.5rem; text-align: left; }
.footer-column h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background-color: #FF6F00; }
.footer-column p, .footer-column li { margin-bottom: 0.6rem; line-height: 1.6; text-align: left; }
.footer-column .icon { color: #FF6F00; margin-right: 0.7rem; width: 1.2em; text-align: center; display: inline-block; }
.footer-links { padding-left: 0; }
.footer-links li a { color: #ccc; transition: color 0.3s ease; display: inline-block; padding: 0.1rem 0; }
.footer-links li a:hover, .footer-links li a:focus { color: #FF6F00; text-decoration: none; }
.footer-column a { color: #ccc; transition: color 0.3s ease; }
.footer-column a:hover, .footer-column a:focus { color: #FF6F00; text-decoration: none; }
.footer-column a[href^="tel:"], .footer-column .footer-link, a.contact-button { color: #FF6F00; font-weight: bold; }
.footer-column a[href^="tel:"]:hover, .footer-column .footer-link:hover, a.contact-button:hover { color: #FFA040; }
.social-media { margin-bottom: 1rem; text-align: left; }
.social-media a { display: inline-flex; align-items: center; margin-right: 1rem; margin-bottom: 0.8rem; color: #ccc; font-size: 1rem; transition: color 0.3s ease, transform 0.3s ease; }
.social-media a .icon { font-size: 1.3rem; margin-right: 0.5rem; width: auto; }
.social-media a:hover, .social-media a:focus { color: #FF6F00; transform: scale(1.05); }
.footer-h3-spacing { margin-top: 1.5rem; }
.service-areas { font-size: 0.9rem; color: #aaa; line-height: 1.6; text-align: left; }
.service-areas a { color: #aaa; text-decoration: none; border-bottom: 1px dotted #555; transition: color 0.3s ease, border-color 0.3s ease; }
.service-areas a:hover, .service-areas a:focus { color: #FF6F00; border-bottom-color: #FF6F00; }
.footer-bottom, .copyright { text-align: center; border-top: 1px solid #333; padding-top: 2rem; margin-top: 3rem; }
.footer-bottom p, .copyright p { font-size: 0.9rem; color: #888; margin-bottom: 0; text-align: center; }
@media (min-width: 768px) { .footer-container { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } footer { padding: 5rem 3rem 2.5rem; } }
@media (min-width: 992px) { .footer-container { grid-template-columns: repeat(4, 1fr); gap: 2rem; } .social-media a { display: flex; margin-right: 0; font-size: 0.95rem; } .social-media a .icon { font-size: 1.1rem;} }


/* ---------------------------------------
   13. Accessibility
--------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; transition-delay: 0ms !important; }
   .nav-links { transition: none; }
   .btn:hover, .btn:focus, .cta-button:hover, .cta-button:focus { transform: none; box-shadow: none;}
   .portfolio-item:hover { transform: none; box-shadow: none;}
   .portfolio-item:hover .circle img { transform: none; }
   .gallery-grid .grid-item:hover img, .grid .grid-item:hover img { transform: none; filter: none; }
   .gallery-grid .grid-item:hover a::after, .grid .grid-item:hover a::after { opacity: 0; }
   .social-media a:hover, .social-media a:focus { transform: none; }
   .why-choose-us-section ul li:hover { transform: none; background-color: inherit; box-shadow: none; }
   .experience-steps .step:hover { transform: none; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
   .experience-steps .step:hover::before { opacity: 0; }
   .hero-section, header#home { transition: none !important; } /* Important needed for JS override */
   .nav-logo { transition: none; }
   .main-nav { transition: background 0.3s ease, padding 0.3s ease; }
}

/* ---------------------------------------
    14. Lightbox Customizations
--------------------------------------- */
.lb-loader { background: #1a1a1a url(../images/loading.gif) no-repeat center; }
.lb-nav a.lb-prev, .lb-nav a.lb-next { opacity: 0.7; transition: opacity 0.3s ease; }
.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover { opacity: 1; }
.lb-dataContainer { background-color: rgba(18, 18, 18, 0.9); }
.lb-data .lb-caption { color: #eee; font-weight: bold; text-align: left; }
.lb-data .lb-number { color: #aaa; }
.lb-data .lb-close { filter: invert(1); opacity: 0.7; }
.lb-data .lb-close:hover { opacity: 1; }

/* ---------------------------------------
    15. Troubleshooting Overrides (Index Hero)
--------------------------------------- */
#home { display: flex !important; visibility: visible !important; opacity: 1 !important; background-image: url('../images/maternity/ethereal-maternity-in-motion-golden-fabric.webp') !important; background-size: cover !important; background-position: center center !important; background-attachment: fixed !important; min-height: 85vh !important; background-color: #111 !important; background-repeat: no-repeat !important; }
#home .hero-overlay { background: rgba(0, 0, 0, 0.65) !important; }
@media (max-width: 767px) { #home { background-size: 100% auto !important; background-attachment: scroll !important; min-height: 60vh !important; } }
#maternity-hero, #boudoir-hero { opacity: 0; background-image: none !important; }

/* ---------------------------------------
   16. Wedding Page Specific Styles (Additions)
--------------------------------------- */
.videos-section { background-color: #1f1f1f; }
.video-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1100px; margin: 0 auto; }
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background-color: #000; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
.video-responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
@media (min-width: 768px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .video-grid { grid-template-columns: repeat(3, 1fr); } }
.services-section .wedding-steps {} .services-section .service-item {}
.investment-section .content-box { max-width: 750px; }
.investment-section .package-highlight { border: 1px solid #444; border-radius: 8px; padding: 1.5rem; margin-top: 1.5rem; background-color: #2a2a2a; }
.investment-section .package-highlight h3 { color: #FFB061; text-align: center; }
.investment-section .package-highlight .price { font-size: 1.8rem; font-weight: bold; color: #fff; text-align: center; margin-bottom: 1rem; }
.investment-section .package-highlight ul { list-style: none; padding: 0; margin-bottom: 1.5rem; text-align: left; max-width: 400px; margin-left: auto; margin-right: auto; }
.investment-section .package-highlight ul li { margin-bottom: 0.5rem; color: #ccc; text-align: left; }
.investment-section .package-highlight ul li .fa-check { color: #FF6F00; margin-right: 0.5rem; }
.investment-section .package-highlight .btn { display: block; width: fit-content; margin: 1rem auto 0 auto; }
.addons-section .content-box { max-width: 1000px; }
.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.addon-item { background-color: #2a2a2a; padding: 1.5rem; border-radius: 8px; text-align: center; border: 1px solid #333; cursor: pointer; transition: background-color 0.3s ease; position: relative; }
.addon-item:hover { background-color: #333; }
.addon-item .icon { font-size: 2rem; color: #FF6F00; margin-bottom: 0.8rem; }
.addon-item h4, .addon-item h3.orange-heading { color: #FFB061; font-size: 1.2rem; margin-bottom: 0.3rem; text-align: center; }
.addon-item .addon-price, .addon-item > p:first-of-type { font-weight: bold; color: #fff; margin-bottom: 1rem; text-align: center; }
.addon-description { display: none; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; margin-top: 1rem; text-align: left; font-size: 0.9rem; color: #ccc; border-top: 1px dashed #444; padding-top: 1rem; }
.addon-description.active { display: block; max-height: 500px; /* Allow height */ }
.requirements-section { background-color: #1f1f1f; }
.requirements-section ul { list-style: disc; padding-left: 20px; margin: 1rem auto; display: inline-block; text-align: left; }
.requirements-section li { margin-bottom: 0.5rem; color: #ccc; }

/* ---------------------------------------
    17. Composite Page Specific Styles (Additions)
--------------------------------------- */
.composite-notice { background-color: #333; color: #eee; padding: 1rem 1.5rem; text-align: center; margin-bottom: 2rem; }
.composite-notice p { margin: 0; font-size: 0.95rem; text-align: center;}
.about-composite .content-box { max-width: 900px; /* Wider box for detailed text */ }
.about-composite h3 { color: #FFB061; margin-top: 1.5rem; margin-bottom: 0.5rem; text-align: left;}
.about-composite ul { list-style: disc; padding-left: 25px; margin-bottom: 1.5rem; text-align: left; } /* Ensure lists are left */
.about-composite ul li { margin-bottom: 0.5rem; text-align: left;}
.about-composite ul ul { list-style: circle; padding-left: 25px; margin-top: 0.5rem; }
.floating-elements { /* Hide these unless specifically styled/needed */ display: none;}