/* Base Styles */
html {
    scroll-behavior: auto;
}

:root {
    --primary-color: #333;
    --secondary-color: #f8f8f8;
    --accent-color: #c5a880;
    --text-color: #333;
    --light-text: #fff;
    --red-color: #B80F0A;
    --red-sec: #E50001;
    --luxury-text: #1a1a1a;
    --luxury-gray: #f5f5f5;
    --luxury-dark-gray: #333333;
    --luxury-subtle: #888888;
    --luxury-accent: #d4af37;
    --luxury-mute: #E6DFD7;
    --transition: all 0.3s ease;
    --primary-font: 'Cormorant Garamond';
    --secondary-font: 'Montserrat', sans-serif;
    --text-color-light: #444;
    --overlay-color: rgba(0, 0, 0, 0.5);
    --transition-speed: 0.3s;
}

body {
    font-family: var(--primary-font);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Cinzel Decorative", serif; */
    font-weight: 400;
    font-style: italic;
}

.bbf-sbg {
    background: var(--luxury-mute);
}

.brand-color {
    color: var(--red-color);
}
/* Navigation */
/* .navbar {
    background-color: var(--luxury-mute);
    padding: 1rem 0;
    transition: var(--transition);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    transition: opacity 0.3s ease;
}

.navbar-brand img:hover {
    opacity: 0.8;
}

.nav-link {
    color: var(--luxury-text) !important;
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0 1rem;
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--accent-color) !important;
    text-decoration: underline;
} */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 1rem 1.5rem; */
    background-color: var(--luxury-mute);
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    transition: var(--transition);
}


.nav-links a {
    color: var(--luxury-text);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0 1rem
}

.nav-links a:hover {
    color: var(--accent-color) !important;
    text-decoration: underline;
}

.burger {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    color: var(--luxury-text);
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: var(--luxury-mute);
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: left 0.3s ease;
    z-index: 1001;
}

.mobile-nav a {
    color: var(--luxury-text);
    text-decoration: none;
    font-size: 1.2rem;
}

.close-btn {
    font-size: 4rem;
    color: var(--luxury-text);
    align-self: flex-end;
    cursor: pointer;
    margin-bottom: 2rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1000;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .burger {
        display: block;
    }
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light-text);
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    /* max-width: 800px; */
    padding: 0 2rem;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--light-text)
}

.btn-bff {
    background: var(--red-color);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.50em 1.5em;
    font-size: 1.1rem;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(184, 15, 10, 0.15);
    transition: color 0.3s ease, transform 0.3s ease;
    outline: none;
    display: inline-block;
}

.btn-bff:hover,
.btn-bff:focus {
    background: var(--red-color);
    transform: scaleX(1.2);
    box-shadow: 0 8px 24px rgba(229, 0, 1, 0.18);
    color: #fff;
    text-decoration: none;
}

/* About Section */

.about-section {
    padding: 8rem 0;
    /* background: linear-gradient(135deg, black, #220033); */
    position: relative;
}

.about-section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    position: relative;
    color: var(--red-color);
}

.about-section h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--accent-color);
}

.about-section .lead {
    font-size: 1.5rem;
    color: var(--text-color-light);
    margin-bottom: 0;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.about-image img {
    transition: var(--transition);
}

.about-image:hover img {
    transform: scale(1.05);
}




/* Portfolio Section */
.portfolio-section {
    padding: 8rem 0;
    position: relative;
}

.portfolio-section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    position: relative;
    color: var(--red-color);
}

.portfolio-section h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--accent-color);
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay h3 {
    color: var(--light-text);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.portfolio-overlay p {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.feature-luxury-section {
    color: #1c1c1c;
}

.feature-luxury-heading {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.feature-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: 1px solid #e0e0e0;

    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.feature-video-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-video-wrapper.small {
    padding-top: 100%;
}

/* Match height of left main video to the height of right column */
.full-height {
    display: flex;
    flex: 1;
    height: 100%;
}

@media (min-width: 768px) {
    .full-height {
        height: 100%;
        min-height: 100%;
    }
}

/*testimonial section */
.testimonial-section {
    padding: 8rem 0;
    position: relative;
}

.testimonial-section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    position: relative;
    color: var(--red-color);
}

.testimonial-section h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--accent-color);
}

.outerdiv
{
	/* width: 100%;
    min-height: 100vh;
    background: #EDF2F8; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv
{
	/* transform: scale(0.9);
	margin: 1rem; */
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1
{
	background: var(--luxury-mute);
    grid-column: 1/3;
    grid-row: 1/2;
    background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.div2
{
	background:#49556B;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4
{
	background: white;
	grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5
{
	background: #18202D;
	grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
	color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark
{
	color: #49505A;
}
.detbox .designation
{
	color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 1.4rem;
	color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
	font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}

@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(0.7);
	}
}
@media only screen and (max-width: 800px)
{
	.innerdiv
	{
		transform: scale(0.6);
	}
}
@media only screen and (max-width: 600px)
{
	.div1 {
		background-position-x: 10rem;
	}
	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}
	.attribution
	{
		position: relative;
	}
}

/* Services Section */
.services-section {
    padding: 8rem 0;
    position: relative;
}

.services-section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    position: relative;
    color: var(--red-color);
}

.services-section h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--accent-color);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: var(--light-text);
    border-radius: 10px;
    transition: var(--transition);
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon-wrapper {
    position: relative;
}

.service-icon-circle {
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-text);
    font-size: 1.5rem;
}

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.service-content p {
    color: var(--text-color);
    margin-bottom: 1rem;
}

.service-hover-content {
    opacity: 0;
    transition: var(--transition);
}

.service-item:hover .service-hover-content {
    opacity: 1;
}

.hover-line {
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.service-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.service-link i {
    transition: var(--transition);
}

.service-link:hover i {
    transform: translateX(5px);
}


/* Footer */
.footer {
    background-color: var(--primary-color);
    color: var(--light-text);
    padding: 2rem 0;
    text-align: center;
}

/* Gallery Section */
.gallery-section {
    padding: 8rem 0;
    background-color: var(--secondary-color);
}

.gallery-section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    position: relative;
    color: var(--primary-color);
}

.gallery-section h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--accent-color);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4/3;
    transition: var(--transition);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gallery-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-content {
    text-align: center;
    color: var(--light-text);
    transform: translateY(20px);
    transition: transform 0.3s ease;
    padding: 1rem;
}

.gallery-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.gallery-content p {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
}

/* Hover Effects */
.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .gallery-section h2 {
        font-size: 2.5rem;
    }

    .gallery-content h3 {
        font-size: 1.25rem;
    }

    .gallery-content p {
        font-size: 0.9rem;
    }
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content p {
        font-size: 1.25rem;
    }

    .about-section,
    .portfolio-section,
    .services-section,
    .contact-section {
        padding: 6rem 0;
    }
}

@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .about-section,
    .portfolio-section,
    .services-section,
    .contact-section {
        padding: 4rem 0;
    }

    .service-card {
        margin-bottom: 2rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Focus Styles */
:focus {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--accent-color);
    color: var(--light-text);
    padding: 8px;
    z-index: 100;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
}

.fancy-frame {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--light-text);
    overflow: hidden;
}

/* Glassmorphism Effect */
.overlay-glass {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 2rem;
}

/* Heading Color */
.overlay-glass h1 {
    color: var(--light-text);
    margin-bottom: 1rem;
    font-weight: bold;
}

/* Subheading */
.overlay-glass .subheading {
    color: var(--light-text);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.wave {
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 1;
}

.wave-top {
    top: -1px;
    transform: rotate(360deg);
}

.wave-bottom {
    bottom: -1px;
}

/* Films Page Styles */
.films-hero {
    height: 70vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/films-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

.hero-content h1 {
    font-family: var(--primary-font);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    color: white;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.hero-content h1 em {
    font-style: italic;
    font-weight: 400;
}


/* Films Grid */
.films-grid {
    padding: 80px 0;
}

.film-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.film-card {
    background: var(--luxury-mute);
    /* border-radius: 12px; */
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); */
}

.film-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

.film-thumbnail {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.film-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.film-card:hover .film-thumbnail img {
    transform: scale(1.05);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid var(--accent);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-icon i {
    font-size: 1.5rem;
    color: var(--red-color);
}

.film-info {
    padding: 20px;
}

.film-info h3 {
    font-size: 1.3rem;
    margin: 0 0 8px;
    color: var(--luxury-dark-gray);
}

.film-info .category,
.film-info .date {
    font-size: 0.85rem;
    color: var(--accent-color);
    margin: 0;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #000;
    padding-top: 56.25%;
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


/* Films Page Responsive Styles */
@media (max-width: 992px) {
    .filter-buttons {
        gap: 15px;
    }

    .filter-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .films-hero {
        height: 50vh;
    }

    .hero-content h1 {
        font-size: clamp(2.5rem, 4vw, 4rem);
    }

    .filter-buttons {
        flex-direction: column;
        align-items: center;
    }

    .filter-btn {
        width: 100%;
        max-width: 200px;
        text-align: center;
    }

    .film-info h3 {
        font-size: 1.2rem;
    }
}

/* Common Styles */
.section-padding {
    padding: 100px 0;
}

.text-center {
    text-align: center;
}

/* Typography */
h1,
h2,
h3,
.section-title {
    font-family: var(--primary-font);
    color: var(--text-color);
}

p,
.approach-text,
.faq-item p {
    font-family: var(--primary-font);
    color: var(--text-color-light);
    line-height: 1.8;
}

/* Hero Sections */
.hero-section {
    height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

/* .weddings-hero {
    height: 100vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/photography-hero.webp');
} */

/* album css */
.album-title h1 {
    color: var(--red-color);
}

/* end */
.experience-hero {
    height: 70vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/B_B8658.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

.experience-hero .hero-content h1 {
    font-family: var(--primary-font);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    color: white;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.experience-hero .hero-content h1 em {
    font-style: italic;
    font-weight: 400;
}

.hero-content p {
    font-size: 1.5rem;
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 1s ease 0.3s forwards;
}

/* Story Sections */
.story-sections {
    padding-top: 80px;
}

.story-scene {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.scene-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.scene-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
}

/* card story*/
.card-story {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

/* .card-story:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
} */

.card-story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-story-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(8, 8, 8, 0.95), rgba(8, 8, 8, 0.4), transparent);
    pointer-events: none;
}

.card-story-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
}

.name {
    font-size: 2.25rem;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;

}

.verified {
    color: green;
    font-size: 1.2rem;
    margin-left: 6px;
}

.title {
    margin: 8px 0 16px;
    font-size: 0.95rem;
    font-weight: semibold;
    color: var(--secondary-color);
}

.stats {
    font-size: 0.9rem;
    color: #555;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.follow-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    background: white;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.follow-btn:hover {
    background: #f0f0f0;
}

/* Founder Profile */
.founder-profile {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

.founder-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.founder-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.founder-image:hover img {
    transform: scale(1.05);
}

.founder-info h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.founder-bio {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline-item {
    margin-bottom: 3rem;
    padding-left: 2rem;
    border-left: 2px solid #333;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item .year {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.timeline-item p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

/* Vision Grid */
.vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.vision-item {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.vision-item:hover {
    transform: translateY(-5px);
}

.vision-icon {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.vision-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.vision-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

/* Team Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.team-member {
    text-align: center;
}

.member-image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.member-image:hover img {
    transform: scale(1.1);
}

.team-member h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.team-member p {
    font-size: 1rem;
    color: #666;
}

/* Impact Stats */
.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 4rem 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-size: 1.1rem;
    color: #666;
}

/* Testimonials */
.testimonials {
    max-width: 800px;
    margin: 4rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
}

.testimonial-author {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 992px) {
    .founder-profile {
        grid-template-columns: 1fr;
    }

    .vision-grid,
    .team-grid,
    .impact-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .scene-title {
        font-size: 3rem;
    }

    .vision-grid,
    .team-grid,
    .impact-stats {
        grid-template-columns: 1fr;
    }

    .member-image {
        width: 150px;
        height: 150px;
    }
}

/* Experience Page Styles */
.experience-hero {
    height: 70vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/experience-hero-bg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

.experience-hero .hero-content h1 {
    font-family: var(--primary-font);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    color: white;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.experience-hero .hero-content h1 em {
    font-style: italic;
    font-weight: 400;
}

/* Our Approach Section */
.our-approach {
    padding: 100px 0;
}

.section-title {
    font-family: var(--primary-font);
    font-size: 3rem;
    margin-bottom: 2rem;
    color: var(--text-color);
}

.approach-text {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color-light);
}

/* FAQ Section */
.faq {
    padding: 100px 0;
}

.faq-accordion {
    max-width: 800px;
    margin: 3rem auto 0 auto;
}

.faq-item {
    /* background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    margin-bottom: 1.5rem; */
    border-bottom: 1px solid var(--luxury-subtle);
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
    background: var(--luxury-mute);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-color);
    text-align: left;
    padding: 0.50rem 0.5rem 0.50rem 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s;
    position: relative;
}

.faq-question[aria-expanded="true"] {
    background: var(--secondary-color);
}

.faq-icon {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 1rem;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background: var(--luxury-text);
    transition: transform 0.3s;
}

.faq-icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    transform: translateY(-50%);
}

.faq-icon::after {
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    border-radius: 2px;
    transform: translateX(-50%);
}

.faq-question[aria-expanded="true"] .faq-icon::after {
    transform: translateX(-50%) scaleY(0);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    padding: 0 1.5rem;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
}

.faq-item .faq-answer p {
    margin: 0;
    padding: 1.25rem 0;
    color: var(--text-color-light);
    font-size: 1.1rem;
    line-height: 1.7;
}

.faq-question[aria-expanded="true"]+.faq-answer {
    max-height: 300px;
    padding: 0 1.5rem 1.25rem 1.5rem;
}

@media (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }

    .faq-accordion {
        max-width: 100%;
        padding: 0 1rem;
    }

    .faq-question {
        font-size: 1.05rem;
        padding: 1.1rem 2.2rem 1.1rem 1rem;
    }

    .faq-answer {
        padding: 0 1rem;
    }

    .faq-question[aria-expanded="true"]+.faq-answer {
        padding: 0 1rem 1rem 1rem;
    }
}

/* CTA Section */
.cta {
    padding: 100px 0;
    text-align: center;
}

.cta h2 {
    font-family: var(--primary-font);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--text-color);
}

/* Responsive Design */
@media (max-width: 992px) {
    .process-item {
        flex-direction: column;
    }

    .process-image-wrapper {
        width: 100%;
        min-width: 100%;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .experience-hero {
        height: 50vh;
    }

    .experience-hero .hero-content h1 {
        font-size: clamp(2.5rem, 4vw, 4rem);
    }

    .process-item {
        padding: 20px;
    }

    .process-image-wrapper {
        height: 250px;
    }

    .section-title {
        font-size: 2rem;
    }

    .cta h2 {
        font-size: 1.8rem;
    }
}

/* Weddings Page Styles */
.weddings-hero {
    height: 100vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/photography-hero.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

.weddings-hero .hero-content {
    text-align: center;
    color: white;
}

.weddings-hero .hero-content h1 {
    font-family: var(--primary-font);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    margin-bottom: 1rem;
}

.weddings-hero .hero-content p {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    font-weight: 300;
}

/* Wedding Stories Section */
.wedding-stories {
    padding: 20px 0;
    /* background-color: rgba(237, 234, 223, 1); */
}

.wedding-story {
    margin-bottom: 100px;
    /* opacity: 0; */
    /* transform: translateY(30px);
    transition: all 0.8s ease; */
}

/* .wedding-story.visible {
    opacity: 1;
    transform: translateY(0);
} */

.story-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.story-image img {
    width: 100%;
    height: auto;
    transition: transform 0.8s ease;
}

.story-image:hover img {
    transform: scale(1.05);
}

.story-content {
    padding: 40px;
}

.story-content h2 {
    font-family: var(--primary-font);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.story-content .lead {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    color: var(--text-color-light);
    margin-bottom: 1.5rem;
}

.story-content p {
    font-family: var(--primary-font);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color-light);
    margin-bottom: 2rem;
}

/* Wedding Gallery Section */
.wedding-gallery {
    padding: 20px 0;
    background-color: var(--secondary-color);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.8s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.gallery-content h3 {
    font-family: var(--primary-font);
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.gallery-content p {
    font-family: var(--primary-font);
    font-size: 1.1rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Wedding Gallery Page Styles */
.gallery-hero {
    height: 70vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/gallery-hero-bg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

.gallery-story {
    padding: 100px 0;
    background-color: var(--secondary-color);
}

.story-text {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color-light);
    margin-bottom: 2rem;
}

/* Wedding Gallery Grid */
.wedding-gallery-grid {
    padding: 100px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 20px;
}

.gallery-item.large {
    grid-column: span 8;
    grid-row: span 2;
}

.gallery-item.medium {
    grid-column: span 6;
    grid-row: span 2;
}

.gallery-item.small {
    grid-column: span 4;
    grid-row: span 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .gallery-item.large {
        grid-column: span 6;
    }

    .gallery-item.medium {
        grid-column: span 3;
    }

    .gallery-item.small {
        grid-column: span 2;
    }

    .story-content {
        padding: 20px;
    }
}

@media (max-width: 768px) {

    .weddings-hero,
    .gallery-hero {
        height: 50vh;
    }

    .weddings-hero .hero-content h1,
    .gallery-hero .hero-content h1 {
        font-size: clamp(2.5rem, 4vw, 4rem);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item.large,
    .gallery-item.medium,
    .gallery-item.small {
        grid-column: span 2;
    }

    .story-content h2 {
        font-size: 2rem;
    }

    .story-content .lead {
        font-size: 1.1rem;
    }

    .weddings-hero .hero-content p {
        font-size: 1rem;
    }
}

/* Reviews Page Styles */
.reviews-hero {
    height: 70vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/review-hero.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 76px;
}

.reviews-hero .hero-content {
    text-align: center;
    color: white;
}

.reviews-hero .hero-content h1 {
    font-family: var(--primary-font);
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 300;
    margin-bottom: 1rem;
}

.reviews-hero .hero-content p {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    font-weight: 300;
}

/* Reviews Intro Section */
.reviews-intro {
    padding: 100px 0;
    background-color: var(--secondary-color);
}

.intro-text {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color-light);
}

/* Reviews Grid Section */
.reviews-grid {
    padding: 100px 0;
}

.review-category {
    margin-bottom: 80px;
}

.review-category:last-child {
    margin-bottom: 0;
}

.category-title {
    font-family: var(--primary-font);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--text-color);
    text-align: center;
}

.review-card {
    background: white;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform var(--transition-speed) ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-10px);
}

.stars {
    color: #FFD700;
    margin-bottom: 1rem;
}

.stars i {
    margin-right: 2px;
}

.review-card h3 {
    font-family: var(--primary-font);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.review-text {
    font-family: var(--primary-font);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color-light);
    margin-bottom: 1.5rem;
}

.review-author {
    font-family: var(--primary-font);
    font-size: 1rem;
    color: var(--text-color);
    font-style: italic;
    margin: 0;
}

/* Reviews CTA Section */
.reviews-cta {
    padding: 100px 0;
    background-color: var(--secondary-color);
}

.reviews-cta h2 {
    font-family: var(--primary-font);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.reviews-cta p {
    font-family: var(--primary-font);
    font-size: 1.2rem;
    color: var(--text-color-light);
    margin-bottom: 2rem;
}

.reviews-cta .btn {
    font-family: var(--primary-font);
    font-size: 1.1rem;
    padding: 12px 30px;
    border-width: 2px;
    transition: all var(--transition-speed) ease;
}

.reviews-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .review-card {
        padding: 30px;
    }

    .category-title {
        font-size: 2rem;
    }

    .review-card h3 {
        font-size: 1.3rem;
    }

    .review-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .reviews-hero {
        height: 50vh;
    }

    .reviews-hero .hero-content h1 {
        font-size: clamp(2.5rem, 4vw, 4rem);
    }

    .reviews-intro,
    .reviews-grid,
    .reviews-cta {
        padding: 60px 0;
    }

    .review-card {
        padding: 20px;
    }

    .category-title {
        font-size: 1.8rem;
    }

    .reviews-cta h2 {
        font-size: 2rem;
    }

    .reviews-cta p {
        font-size: 1.1rem;
    }
}

/* Visual Stories Section (Index Page) */
.visual-stories-section {
    padding: 8rem 0;
}

.visual-stories-section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    position: relative;
    color: var(--red-color);
}

.visual-stories-section h2::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--accent-color);
}


.visual-story-item {
    position: relative;
    overflow: hidden;
}

.visual-story-item h3 {
    color: var(--luxury-gray);
}

.visual-story-item p {
    color: var(--luxury-gray);
}

.visual-story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    /* optional background */
    color: white;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.visual-story-item:hover .visual-story-overlay {
    opacity: 1;
}

.visual-story-overlay .btn {
    display: none;
    margin-top: 10px;
}

.visual-story-item:hover .visual-story-overlay .btn {
    display: inline-block;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: var(--luxury-mute);
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: var(--red-color);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 100px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 18px;
    color: var(--luxury-dark-gray);
    line-height: 28px;
}

.footer-text a {
    margin-bottom: 14px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--luxury-dark-gray);
    line-height: 28px;
}

.footer-text a:hover {
    margin-bottom: 14px;
    font-size: 18px;
    color: var(--red-color);
    line-height: 28px;
}

.footer-social-icon span {
    color: var(--luxury-dark-gray);
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: var(--luxury-dark-gray);
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: var(--red-color);
}

.footer-widget-heading h3 {
    color: var(--luxury-text);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--red-color);
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: var(--red-color);
}

.footer-widget ul li a {
    color: var(--luxury-dark-gray);
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--red-color);
    padding: 13px 20px;
    border: 1px solid var(--red-color);
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: var(--luxury-dark-gray);
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: var(--red-color);
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: var(--red-color);
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.nxt-prev {
    color: var(--red-color);
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.nxt-prev:hover {
    color: var(--red-sec);
    transform: scaleX(1.2);
}

/* Page not found */
.error-page {
    min-height: 100vh;
    background: url('/assets/page-not-found.webp');
}

.error-container {
    max-width: 600px;
}

.error-code {
    font-size: 12rem;
    font-weight: 900;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: pulse 2s infinite;
}

.error-message {
    color: rgba(255, 255, 255, 0.9);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.btn-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    transition: all 0.3s ease;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
}

/* test */
.contact-intro {
    font-size: calc(5px + 0.4vw);
    padding: 2rem;
    box-sizing: border-box;
}

.contact-content {
    max-width: 100%;
}

.contact-span {
    color: var(--accent-color);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 4rem;
    text-decoration: underline;
}

.contact-heading {
    font-size: 8rem;
    margin-bottom: 3rem;
}

.contact-desc {
    color: #949494;
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

.contact-link {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
}

.contact-form label {
    font-size: 1.1rem;
    /* You can adjust this further (e.g., 1.25rem) */
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.contact-form .form-group {
    margin-bottom: 0.75rem;
}

.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    transition: border-color 0.3s;
}

.contact-form .form-control:focus {
    border-bottom-color: var(--accent-color);
    transition: all 0.3s ease;
}

.sticky-video-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    z-index: 1;
}

.contact-video {
    width: 100%;
    height: 640px;
    display: block;
    object-fit: cover;
}

.luxury-title {

    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.2;
}

.luxury-subtitle {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: clamp(1rem, 2vw, 1.2rem);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--luxury-subtle);
}

.luxury-text {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--luxury-text);
}

/* Hero Section */
.aboutme-hero {
    min-height: 100vh;
    background: linear-gradient(var(--overlay-color), var(--overlay-color)), url('../assets/about-hero.webp');
    background-size: cover;
    background-position: center;
    /* background-color: #000000; */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* .abouthero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000 0%, #1a1a1a 100%);
    z-index: 1;
} */

.abouthero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    /* max-width: 800px; */
    padding: 0 2rem;
}

.abouthero-title {
    font-weight: 200;
    font-size: clamp(3rem, 8vw, 8rem);
    color: var(--light-text);
    letter-spacing: 4px;
    margin-bottom: 2rem;
    line-height: 0.9;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out 0.5s forwards;
}

.abouthero-subtitle {
    font-weight: 300;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: var(--luxury-gray);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-out 1s forwards;
}

.abouthero-cta {
    display: inline-block;
    padding: 1.5rem 3rem;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition-luxury);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-out 1.5s forwards;
}

.abouthero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: left 0.6s ease;
    z-index: -1;
}

.abouthero-cta:hover::before {
    left: 0;
}

.abouthero-cta:hover {
    color: #000000;
    transform: translateY(-2px);
}

/* Story Section */
.aboutstory-section {
    padding: 10rem 0;
}

.aboutstory-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.aboutstory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
    margin-bottom: 10rem;
}

.aboutstory-content {
    opacity: 0;
    transform: translateX(-50px);
    transition: var(--transition-luxury);
}

.aboutstory-content.animate {
    opacity: 1;
    transform: translateX(0);
}

.aboutstory-title {
    font-weight: 300;
    font-size: clamp(2.5rem, 4vw, 4rem);
    letter-spacing: 2px;
    margin-bottom: 2rem;
    color: var(--luxury-text);
}

.aboutstory-text {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--luxury-subtle);
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
}

.aboutstory-image {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: var(--transition-luxury);
}

.aboutstory-image.animate {
    opacity: 1;
    transform: translateX(0);
}

.aboutstory-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    /* filter: grayscale(100%); */
    transition: var(--transition-luxury);
}

/* .aboutstory-image:hover img {
    filter: grayscale(0%);
} */

/* Team Section */
.aboutteam-section {
    padding: 10rem 0;
}

.aboutteam-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.aboutsection-header {
    text-align: center;
    margin-bottom: 8rem;
}

.aboutsection-title {
    font-weight: 300;
    font-size: clamp(2.5rem, 4vw, 4rem);
    letter-spacing: 2px;
    margin-bottom: 1rem;
    color: var(--luxury-text);
}

.aboutsection-subtitle {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--luxury-subtle);
}

.aboutteam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 4rem;
}

.aboutteam-card {
    background: var(--luxury-white);
    padding: 3rem;
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition-luxury);
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    overflow: hidden;
}

.aboutteam-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--luxury-accent);
    transform: scaleX(0);
    transition: transform 0.6s ease;
}

.aboutteam-card:hover::before {
    transform: scaleX(1);
}

.aboutteam-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.aboutteam-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-luxury);
}

.aboutteam-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 2rem;
    overflow: hidden;
    position: relative;
}

.aboutteam-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-luxury);
    filter: grayscale(100%);
}

.aboutteam-card:hover .aboutteam-avatar img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.aboutteam-name {
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    color: var(--luxury-text);
    text-transform: uppercase;
}

.aboutteam-role {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--luxury-subtle);
    margin-bottom: 1.5rem;
}

.aboutteam-bio {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--luxury-subtle);
    letter-spacing: 0.3px;
}

/* Values Section */
.aboutvalues-section {
    padding: 10rem 0;
}

.aboutvalues-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.aboutvalues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    margin-top: 6rem;
}

.aboutvalue-card {
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: var(--transition-luxury);
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    overflow: hidden;
}

.aboutvalue-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--luxury-mute);
    transform: translateY(100%);
    transition: transform 0.6s ease;
    z-index: -1;
}

.aboutvalue-card:hover::before {
    transform: translateY(0);
}

.aboutvalue-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.aboutvalue-card:hover {
    transform: translateY(-10px);
    border-color: var(--luxury-mute);
}

.aboutvalue-icon {
    font-size: 3rem;
    margin-bottom: 2rem;
    display: block;
    transition: var(--transition-luxury);
}

.aboutvalue-card:hover .value-icon {
    transform: scale(1.1);
}

.aboutvalue-title {
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--luxury-text);
    transition: var(--transition-luxury);
}

.aboutvalue-card:hover .aboutvalue-title {
    color: var(--luxury-white);
}

.aboutvalue-description {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--luxury-subtle);
    letter-spacing: 0.3px;
    transition: var(--transition-luxury);
}

.aboutvalue-card:hover .aboutvalue-description {
    color: var(--luxury-white);
}

/* Stats Section */
.aboutstats-section {
    padding: 8rem 0;
    color: var(--luxury-white);
}

.aboutstats-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.aboutstats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4rem;
    text-align: center;
}

.aboutstat-item {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition-luxury);
}

.aboutstat-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.aboutstat-number {
    font-family: var(--font-secondary);
    font-weight: 200;
    font-size: clamp(3rem, 6vw, 5rem);
    margin-bottom: 1rem;
    color: var(--luxury-white);
    letter-spacing: 2px;
}

.aboutstat-label {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--luxury-subtle);
}

/* CTA Section */
.aboutcta-section {
    padding: 10rem 0;
    /* background-color: var(--luxury-white); */
    background-image: url('/assets/experience-hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.aboutcta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.aboutcta-title {
    font-weight: 300;
    font-size: clamp(2.5rem, 4vw, 4rem);
    letter-spacing: 2px;
    margin-bottom: 2rem;
    color: #ffffff;
}

.aboutcta-text {
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: var(--luxury-gray);
    letter-spacing: 0.5px;
}

.aboutcta-button {
    display: inline-block;
    padding: 1.5rem 3rem;
    background: var(--luxury-mute);
    color: var(--luxury-text);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition-luxury);
    position: relative;
    overflow: hidden;
}

.aboutcta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--red-color);
    transition: left 0.6s ease;
    z-index: -1;
}

.aboutcta-button:hover::before {
    left: 0;
}

.aboutcta-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-luxury);
    color: var(--luxury-gray);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Responsive Design */
@media (max-width: 1024px) {
    .aboutstory-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .aboutteam-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .aboutvalues-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .abouthero-content {
        padding: 0 1rem;
    }

    .aboutstory-container,
    .aboutteam-container,
    .aboutvalues-container,
    .aboutstats-container,
    .aboutcta-container {
        padding: 0 1rem;
    }

    .aboutteam-grid {
        grid-template-columns: 1fr;
    }

    .aboutvalues-grid {
        grid-template-columns: 1fr;
    }

    .aboutstats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aboutteam-card,
    .aboutvalue-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .aboutstats-grid {
        grid-template-columns: 1fr;
    }

    .abouthero-title {
        font-size: clamp(2.5rem, 6vw, 4rem);
    }

    .aboutstory-title,
    .aboutsection-title,
    .aboutcta-title {
        font-size: clamp(2rem, 4vw, 3rem);
    }
}

/* Scroll Animations */
.aboutscroll-trigger {
    opacity: 0;
    transform: translateY(50px);
    transition: var(--transition-luxury);
}

.aboutscroll-trigger.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Luxury Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--luxury-gray);
}

::-webkit-scrollbar-thumb {
    background: var(--luxury-dark-gray);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--red-color);
}

.marquee-wrapper {
    overflow: hidden;
    position: relative;
    /* height: 200px;  */
    /* background: #f8f9fa; */
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-left 40s linear infinite;
    gap: 0;
    padding-left: 100%;
    /* So it starts outside the viewport */
}

.marquee-item {
    white-space: nowrap;
    font-size: 1.2rem;
    color: #000;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Responsive tweak */
@media (max-width: 768px) {
    .marquee-content {
        animation-duration: 30s;
    }
}


.exp-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.text-column {
    flex: 1;
    min-width: 300px;
    padding: 60px 40px;
    position: relative;
    z-index: 2;
}

.background-box {
    position: absolute;
    top: 5%;
    left: 20%;
    width: 32%;
    height: 60%;
    background-color: var(--luxury-mute);
    z-index: 1;
}

.text-content {
    max-width: 500px;
}

.text-column h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.text-column p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.text-column button {
    background-color: #b38c8c;
    color: white;
    padding: 12px 24px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.who-we-are {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-weight: bold;
    letter-spacing: 2px;
    color: #9d6c6c;
    z-index: 3;
}

.image-column {
    flex: 1;
    min-width: 300px;
    z-index: 2;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.background-box-2 {
    position: absolute;
    top: 5%;
    left: 48%;
    width: 32%;
    height: 60%;
    background-color: var(--luxury-mute);
    z-index: 1;
}

.who-we-are-2 {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-weight: bold;
    letter-spacing: 2px;
    color: #9d6c6c;
    z-index: 3;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
    }

    .background-box {
        display: none;
    }

    .background-box-2 {
        display: none;
    }

    .text-column {
        padding: 40px 20px;
    }

    .who-we-are {
        display: none;
    }

    .who-we-are-2 {
        display: none;
    }
}