/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_main__GlU4n {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    padding-bottom: 50px;
}

.page_nav__zpG_3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background: rgba(8, 8, 8, 0.85);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page_navLink__2S7dD {
    color: #fdfaf5;
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    letter-spacing: 2px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    transition: all 0.3s ease;
    background: transparent;
}

.page_navLink__2S7dD:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #d4a373;
    color: #d4a373;
}

/* Cinematic Hero Styles */
.page_hero__SKW6o {
    min-height: 100dvh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    /* Uniform padding */
    position: relative;
    /* background-attachment: fixed; Removed to allow natural scrolling */
}

/* Ensure background is handled globally but here we might want distinct overlay */
.page_heroOverlay__M87tP {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none;
    z-index: 1;
}

/* Frosted Glass Card */
.page_glassCard__udchN {
    background: rgba(255, 255, 255, 0.15);
    padding: 50px 60px;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
    z-index: 2;
    color: #fff;
    text-align: center;
}

.page_heroTitle__Gfler {
    font-family: var(--font-heading);
    font-size: var(--font-size-6xl);
    line-height: 1.1;
    margin: 0 0 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page_heroSubtitle__RTAw0 {
    font-size: var(--font-size-lg);
    font-family: var(--font-body);
    opacity: 0.9;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.page_ctaGroup__4nfzF {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page_primaryBtn__smNNv {
    background: #fff;
    color: #1c140f !important;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: var(--font-size-sm);
    letter-spacing: 1px;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page_primaryBtn__smNNv:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.page_secondaryBtn__Re3F8 {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: var(--font-size-sm);
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.page_secondaryBtn__Re3F8:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.page_microCopy__ZtzDP {
    margin-top: 15px;
    font-size: var(--font-size-xs);
    opacity: 0.7;
    letter-spacing: 0.5px;
}


/* Common Section Styles */
.page_details__qpoN5 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-gap: 80px;
    gap: 80px;
}

.page_card__QV0Om {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: transform 0.3s ease;
}

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

.page_card__QV0Om h2,
.page_card__QV0Om h3 {
    font-family: var(--font-heading);
    font-size: var(--font-size-3xl);
    color: var(--primary);
    margin-bottom: 15px;
}

.page_cardDate__3WV9z {
    font-size: var(--font-size-xl);
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--deep);
}

.page_cardTime__VDN_8 {
    font-size: var(--font-size-base);
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
}

.page_cardLabel__3nGo8 {
    margin-top: 10px;
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3a2c26;
    font-weight: 700;
}

.page_cardVenue__f73RF {
    margin-top: 20px;
    font-size: var(--font-size-lg);
    line-height: 1.6;
}

.page_cardVenueSubtitle__GxohN {
    font-size: var(--font-size-base);
    color: #666;
    margin-top: 5px;
    line-height: 1.5;
    opacity: 0.9;
}

.page_btn__VzVq_ {
    display: inline-block;
    padding: 12px 28px;
    background: var(--primary);
    color: #fff !important;
    border-radius: 30px;
    margin-top: 25px;
    font-size: var(--font-size-sm);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(76, 51, 42, 0.2);
    border: none;
}

.page_btn__VzVq_:hover {
    background: var(--deep);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(76, 51, 42, 0.3);
}

.page_btnSecondary__tgZB4 {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}

.page_btnSecondary__tgZB4:hover {
    background: var(--primary);
    color: #fff !important;
}

/* Bride & Groom Section Styles (Larger) */
.page_story__XxY7E {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    /* Increased min-width */
    align-items: center;
    grid-gap: 60px;
    gap: 60px;
    /* Increased gap */
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 30px;
}

.page_storyContent___q6x7 {
    background: rgba(253, 250, 245, 0.9);
    padding: 50px;
    /* Increased padding */
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.page_storyContent___q6x7::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #d4a373, transparent);
}

.page_storyImage__6oZIn {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.9);
    position: relative;
    /* Make images taller/bigger */
    aspect-ratio: 3/4;
}

.page_storyImage__6oZIn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.page_story__XxY7E:hover .page_storyImage__6oZIn img {
    transform: scale(1.03);
}

.page_label__2GA72 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: var(--font-size-sm);
    opacity: 0.6;
    margin-bottom: 12px;
    display: block;
}

.page_nameTitle__befgW {
    font-family: var(--font-heading);
    font-size: var(--font-size-4xl);
    margin: 0 0 20px;
    color: #e6c8a0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page_note__eFpMG {
    font-style: italic;
    font-size: var(--font-size-base);
    opacity: 0.95;
    margin-top: 20px;
    color: #e6e6e6;
}

.page_parentName__YWmIn {
    font-family: var(--font-heading);
    color: #fdfaf5;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.page_footer__sHKi3 {
    text-align: center;
    padding: 40px 20px;
    opacity: 0.7;
    font-size: var(--font-size-sm);
    font-style: italic;
    color: #fff;
    mix-blend-mode: overlay;
}

@media (max-width: 768px) {
    .page_hero__SKW6o {
        align-items: center;
        justify-content: center;
        padding: 80px 20px;
        text-align: center;
    }

    .page_glassCard__udchN {
        text-align: center;
        padding: 30px 20px;
    }

    .page_ctaGroup__4nfzF {
        justify-content: center;
    }

    .page_heroTitle__Gfler {
        font-size: var(--font-size-5xl);
    }

    .page_storyImage__6oZIn {
        aspect-ratio: 1;
    }
}

/* Flip Card Styles */
.page_flipCardContainer__JpXaV {
    width: 100%;
    max-width: 450px;
    /* Card width */
    height: 600px;
    /* Card height */
    perspective: 1000px;
    cursor: pointer;
    margin: 0 auto;
}

.page_flipCardInner__xxfgC {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.page_flipCardFront__6CMvW,
.page_flipCardBack__rZf6m {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.page_flipCardFront__6CMvW {
    background: #fff;
}

.page_flipCardImage__CPJch {
    width: 100%;
    height: 100%;
}

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

.page_flipCardOverlay__AvwDw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 40px 20px 20px;
    color: #fff;
    text-align: center;
}

.page_clickHint__pripd {
    font-size: var(--font-size-sm);
    opacity: 0.8;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: page_pulse__U_e85 2s infinite;
}

@keyframes page_pulse__U_e85 {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.page_flipCardBack__rZf6m {
    background: rgba(253, 250, 245, 0.95);
    color: #4c332a;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 4px solid #fff;
}

.page_flipCardContent__Skupd {
    width: 100%;
}

/* Crest / Logo Styles */
.page_crest__k9_AF {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the whole crest block */
    margin-bottom: 30px;
}

.page_crestRing__2Bwcr {
    width: 100px; /* Larger circular frame */
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden; /* This makes the image inside conform to the circle */
}

.page_crestRing__2Bwcr img {
    width: 100%; /* Scale image to fill the circle */
    height: auto;
    opacity: 0.9;
    object-fit: cover;
}

.page_shloka__0mN_N {
    font-family: var(--font-body);
    font-size: var(--font-size-sm);
    color: #fdfaf5;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    opacity: 0.9;
    text-align: center;
    width: 100%;
}

.page_amp__f0oUu {
    font-family: var(--font-body);
    font-style: italic;
    color: #d4a373;
    font-weight: 400;
    margin: 0 10px;
}

/* Hero Logo Centered Top */
.page_heroLogoContainer__RBiQ2 {
    position: absolute;
    top: 100px;
    /* Adjust based on navbar */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.page_logoText__ZUV_x {
    color: #fdfaf5;
    letter-spacing: 4px;
    margin-top: 5px;
    font-size: var(--font-size-sm);
    opacity: 0.8;
}

/* Frosted Glass Profile Card Styles (Replacing Flip) */
.page_profileCard__I3HMT {
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 0;
    /* Image takes top, content takes bottom or side */
    overflow: hidden;
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.page_profileCard__I3HMT:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.page_profileImage__O9Evh {
    width: 100%;
    height: 400px;
    /* Taller image */
    overflow: hidden;
}

.page_profileImage__O9Evh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.page_profileCard__I3HMT:hover .page_profileImage__O9Evh img {
    transform: scale(1.05);
}

.page_profileInfo__pwCEJ {
    padding: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

@media (min-width: 769px) {
    /* Side by side layout for desktop within card if desired? 
       OR just kept vertical. The grid in .story handles the two cards side-by-side.
       The card itself is vertical image top, info bottom.
    */
}

