/* =========================
   BASE STYLES
========================= */

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
}

body {
    font-family: "Anek Gujarati", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* media safety */
img,
video {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* selection */
::selection {
    background: #000;
    color: #fff;
}



/* =================================
   Anek Gujarati
================================= */
.anek-200 {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 200;
}

.anek-300 {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 300;
}

.anek-400 {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 400;
}

.anek-500 {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 500;
}

.anek-600 {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 600;
}

.anek-700 {
    font-family: "Anek Gujarati", sans-serif;
    font-weight: 700;
}

.relative {
    position: relative;
}

.font-120 {
    font-size: 7.5rem;
    line-height: 105%;
}

.font-100 {
    font-size: 6.25rem;
    line-height: 105%;
}

.font-56 {
    font-size: 3.5rem;
    line-height: 105%;
}

.font-38 {
    font-size: 2.375rem;
    line-height: 105%;
}

.font-30 {
    font-size: 1.875rem;
    line-height: 150%;
}

.font-90 {
    font-size: 5.625rem;
    line-height: 105%;
}

.white-color {
    color: #FFF;
}

.yellow-color {
    color: #DCDDA6;
}

.inner-flex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.inner-flex.inner-flex-medium {
    gap: 3rem;
}

.uppercase {
    text-transform: uppercase !important;
}

.hero-section-abs-1 {
    position: absolute;
    width: max-content;
    top: 5.75%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    z-index: 5;
    justify-content: center;
    opacity: 0;
    animation: none;
}

.hero-section-abs-1.animate-in {
    animation: slideUpFadeIn 1s ease-out forwards;
}

@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, 50px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.visible-tab-mobile {
    display: none !important;
}

.hide-tab-mobile {
    display: block !important;
}

.hero-banner {
    position: relative;
    z-index: 1;
}

/* =========================
   LANTERNS BASE
========================= */
/* =========================
   LANTERNS BASE
========================= */

.lantern-image {
    position: absolute;
    z-index: 3;
    width: 5%;
    /* default fallback */
    /* animation: float 6s ease-in-out infinite; */
    will-change: transform;
    transition: transform 0.05s linear;
    /* smooth feel */
}

.lantern-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.ceremony-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    row-gap: 4rem;
    width: 70%;
    margin: 0 auto;
}

.ceremony-card img {
    transform: scale(1);
    transition: all 0.6s ease;
}

.ceremony-card:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease;
}

/* =========================
   LANTERN POSITIONS (PERCENT)
========================= */

.lantern-image-1 {
    top: 3%;
    left: 8%;
    width: 4%;
}

.lantern-image-2 {
    top: 5%;
    left: 22%;
    width: 6%;
}

.lantern-image-3 {
    top: 5%;
    right: 25%;
    width: 6.5%;
}

.lantern-image-4 {
    top: 8%;
    right: 14%;
    width: 4%;
}

.lantern-image-5 {
    top: 6.5%;
    left: 0;
    width: 11.5%;
}

.lantern-image-6 {
    top: 1.5%;
    right: 3%;
    width: 13%;
}

.lantern-image-7 {
    top: 12%;
    right: 0;
    width: 4%;
}

.lantern-image-8 {
    top: 21%;
    left: 24%;
    width: 6.5%;
}

.lantern-image-9 {
    top: 12%;
    right: 35%;
    width: 5.5%;
}

.lantern-image-10 {
    top: 13%;
    left: 28%;
    width: 7.5%;
}

.lantern-image-11 {
    top: 14%;
    left: 0;
    width: 6.5%;
}

.lantern-image-12 {
    top: 10%;
    left: 18%;
    width: 6%;
}

.lantern-image-13 {
    top: 20%;
    right: 21%;
    width: 8.5%;
}

.lantern-image-14 {
    top: 13%;
    right: 17%;
    width: 6.5%;
}

.lantern-image-15 {
    top: 23%;
    right: 5%;
    width: 7.5%;
}

.lantern-image-16 {
    top: 18%;
    left: 10%;
    width: 8.5%;
}

.lantern-image-17 {
    top: 4%;
    left: 12%;
    width: 3.5%;
}

.lantern-image-18 {
    top: 6%;
    left: 18%;
    width: 4%;
}

.lantern-image-19 {
    top: 3%;
    right: 22%;
    width: 4.5%;
}

.lantern-image-20 {
    top: 7%;
    right: 10%;
    width: 3.8%;
}

.lantern-image-21 {
    top: 9%;
    left: 26%;
    width: 5%;
}

.lantern-image-22 {
    top: 5%;
    right: 30%;
    width: 3.2%;
}


@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.inviteisection-1-top {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 15;
    text-align: center;
    width: 100%;
    padding: 0 1.5rem;
}

.invite-section-1-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.ganesha-outline-section-1 {
    width: 200px;
    margin: 0 auto;
}

.see-the-routes-icon {
    width: 10rem;
    margin: 4rem auto 0;
    padding: 1rem;
    position: relative;
}

.see-the-routes-icon img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

/* Base ring */
.see-the-routes-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 0px solid #DCDDA6;
    border-radius: 50%;
    z-index: 1;
}

.see-the-routes-icon.wp-animation::after,
.see-the-routes-icon.wp-animation::before {
    border-color: #696B36;
    z-index: 5;
}

/* Pulsing ring */
.see-the-routes-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #DCDDA6;
    border-radius: 50%;
    z-index: 0;
    animation: pulseRing 1.5s ease-out infinite;
}

.see-the-routes-flex {
    position: relative;
    height: 100vh;
    /* scroll space */
}

.see-the-routes-flex2 {
    position: relative;
    will-change: transform;
}


@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


.view-map-link {
    text-decoration: underline;
}

.car-seprator-imd-abs {
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 32;
    width: 30%;
}

.flex-row {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.pink-colorrr a:hover {
    text-decoration: underline;
}
.pink-colorrr a {
    font-size: 1.4rem;
    line-height: 200%;
}
.pink-colorrr a,
.pink-colorrr p,
.pink-colorrr  h4 {
    color: #693755 !important;
}
.meet-groom-box {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: #FBEDE232;
    border-radius: 0.5rem;
    text-align: center;
}

.meet-groom-box>div:nth-child(2) p {
    font-size: 1.4rem;
}

.meet-groom-box>div:nth-child(1) p {
    font-size: 2rem;
}

.meet-groom-box>div:nth-child(1) h4 {
    font-size: 4rem;

}

#wedding-section-2 {
    background-image: url(../images/sec02-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 20.688rem;
}

.green-banner-bg {
    background-image: url(../images/sec03-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.ring-img-sect {
    display: grid;
    grid-template-columns: auto 6.5rem auto;
    gap: 1.5rem;
    align-items: center;
}

.ring-img-sect>div:last-child,
.ring-img-sect>div:first-child {
    height: 1rem;
    border: 1px solid #69375590;
    border-left: 0;
    border-right: 0;
}

a {
    text-decoration: unset;
    text-transform: unset;
}

.section-padding {
    padding: 10rem 0;
}

.section-title h2 {
    font-size: 4.5rem;
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    line-height: 1.1;
}

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

.thingstoknow h2,
.thingstoknow p {
    color: #696B36;
}

.thingstoknow {
    position: relative;
    z-index: 5;
}

.thingstoknow p {
    font-size: 2rem;
    font-weight: 500;

}

.thingstoknow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    position: relative;
    z-index: 5;
}

.ship-img {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: 2rem;
}

.section-three-left-img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: -4%;
    z-index: 5;
    width: 33%;
}

.section-three-right-img {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
    width: 22%;
}


.ship-img {
    position: absolute;
    width: 24.5%;
    right: 0;
    bottom: 2rem;
    z-index: 0;
}

.countdown-sect-abs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.countdown-sect-abs p {
    color: #C1C369;
}

.with-love-blessings p:nth-child(1) {
    margin: 2rem 0 1rem 0;
}

.with-love-blessings p:nth-child(2) {
    font-size: 1.25rem;
}

.with-love-blessings p:nth-child(1),
.countdown-sect p:nth-child(1) {
    font-size: 3rem;
    line-height: 1;
}

.countdown-sect p:nth-child(2) {
    font-size: 8.875rem;
    line-height: 1;
}

.countdown-sect p:nth-child(2) span {
    font-size: 3rem;

}

.meet-groom-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.75rem;
}

.main-container {
    width: 71%;
    margin: 0 auto;
}

.carousel__track {
    display: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-areas:
        "a a a b b b b c c c"
        "d d d e e e e f f f"
        "g g g g g h h h h h";
    gap: 14px;
    align-items: baseline;

}


img {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}


.gallery-grid.mosaic div {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.error-message {
    font-size: 13px;
    color: #e74c3c;
    min-height: 16px;
    font-family: "Yaldevi", sans-serif;
    position: absolute;
    top: 100%;
    right: 0;
}

.gallery-grid.mosaic div img {
    transition: transform 0.4s ease;
    /* optional but recommended */
}

.gallery-grid.mosaic div:hover img {
    transform: scale(1.08);
}

/* Mosaic placements */
.gallery-grid div:nth-child(1) {
    grid-area: a;
}

.gallery-grid div:nth-child(2) {
    grid-area: b;
}

.gallery-grid div:nth-child(3) {
    grid-area: c;
}

.gallery-grid div:nth-child(4) {
    grid-area: d;
}

.gallery-grid div:nth-child(5) {
    grid-area: e;
}

.gallery-grid div:nth-child(6) {
    grid-area: f;
}

.gallery-grid div:nth-child(7) {
    grid-area: g;
}

.gallery-grid div:nth-child(8) {
    grid-area: h;
}

#wedding-section-1 {

    overflow: hidden;
}

.blue-new {
    color: #3D667F !important;
}

.music-btn p {
    font-size: 16px;
    line-height: 1;
}

.music-btn {
    padding: 16px 24px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    border-radius: 48px;
    cursor: pointer;
    align-items: center;
    transition: all 0.6s ease;
    gap: 0.5rem;
}

.button-row-flex {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.mucix-icon {
    width: 24px;
}

.music-btn.with-music-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    transition: all 0.6s ease;
}

.music-btn.with-music-btn {
    background-color: #FFFFFF20;
    border-color: #FFFFFF20;
}

.music-btn.without-music-btn {
    background-color: #3D667F;
    border-color: #3D667F;
}

.music-btn.without-music-btn:hover {
    background-color: #3D667F60;
    border-color: #3D667F60;
}

.music-btn.without-music-btn p {
    color: #DCDDA6;
}

.music-btn.with-music-btn p {
    color: #3D667F;
}

.snehadhin-grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
    row-gap: 0.5rem;
    margin-bottom: 1.5rem;
}

#popup-overlay {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.popup-container {
    width: 32vw;
    height: fit-content;
    padding: 4rem 3rem;
    background-image: url(../images/music-popup.png);
    background-size: cover;
    background-position: bottom left;
    border-radius: 0.5rem;
}

@media only screen and (max-width: 1680px) {
    html {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }


    .main-container {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .mini-container {
        width: 72%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }

    .popup-container {
        width: 40vw;
    }

    .main-container {
        width: 100%;
        max-width: 1152px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 12px;
    }

    .main-container {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }

    .mini-container {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1152px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 11px;
    }

    .main-container {
        width: 92%;
        max-width: 991px;
        margin: 0 auto;
    }

    .mini-container {
        width: 92%;
        max-width: 991px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 991px) {
    .visible-tab-mobile {
        display: block !important;
    }

    .hide-tab-mobile {
        display: none !important;
    }


    .main-container-fluid,
    .main-container,
    .mini-container {
        width: 100%;
        padding: 0 1.5rem;
        margin: 0 auto;
    }

    .hero-banner {
        padding-top: 30vh;
        /* min-height: 6891px; */

    }


    .section-three-left-img {

        width: 22rem;
    }

    .section-three-right-img {

        width: 14rem;
    }

    .hero-section-abs-1 {
        top: 2.75%;
        gap: 0rem;
        z-index: 50;
    }

    .font-120 {
        font-size: 6rem;
    }

    .font-56 {
        font-size: 2.5rem;
    }


    #wedding-section-1 {
        background-image: url('../images/sky-mobile.png');
        background-size: 100% 150vh;
        background-attachment: fixed;
        background-position: top;
        overflow: hidden;
    }

    .inviteisection-1-top {
        position: absolute;
        left: 50%;
        top: 25.5%;
        transform: translate(-50%, 0%);
        z-index: 15;
        text-align: center;
        width: 100%;
        padding: 0 1.5rem;
    }

    .font-38 {
        font-size: 1.75rem;
    }

    .ceremony-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        row-gap: 4rem;
    }

    .ceremonies-top-sections {
        margin-top: 5vh;
    }

    .see-the-routes-flex {
        height: 65vh;
        min-height: 392px;
    }

    .car-seprator-imd-abs {

        width: 75%;
    }

    .ceremony-cards-grid {
        width: 100%;
    }

    #wedding-section-2 {
        padding: 18rem 0 0 0px;
    }

    .section-padding {
        padding: 64px 0;
    }


    .meet-groom-box-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 3rem;
    }

    .thingstoknow p {
        font-size: 1.5rem;
    }

    .thingstoknow-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .ship-img {

        width: 39%;

    }

    .hero-banner img {
        height: 567rem;
        overflow: hidden;
    }


    .popup-container {
        width: 90vw;
        padding: 2rem;
    }



    .button-row-flex {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        margin-top: 4.5rem;
    }

    .popup-container .font-38 {
        font-size: 2.5rem;
    }

}

@media only screen and (max-width: 767px) {
    .visible-mobile-only {
        display: block !important;
    }

    .hide-mobile-only {
        display: none !important;
    }


    .lantern-image {
        transform: scale(0.8);
    }

    .ceremony-cards-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 2rem;
        row-gap: 2rem;
    }

    .thingstoknow-grid {

        grid-template-columns: 100%;

    }

    .meet-groom-box>div:nth-child(2) p {
        font-size: 1.5rem;
    }

    .hero-banner img {
        height: 567rem;
        overflow: hidden;
    }

    .hero-banner img {
        height: 890rem;
    }

    .countdown-sect p:nth-child(2) {
        font-size: 5.875rem;
    }

    .with-love-blessings p:nth-child(1),
    .countdown-sect p:nth-child(1) {
        font-size: 2rem;
        line-height: 1;
    }

    .countdown-sect p:nth-child(2) span {
        font-size: 2rem;

    }

    .lantern-image-13,
    .lantern-image-16,
    .lantern-image-9 {

        width: 12%;
    }

    .lantern-image-15,
    .lantern-image-10 {

        width: 15%;
    }


    .lantern-image-8,
    .lantern-image-14 {

        width: 13%;
    }


}

@media only screen and (max-width: 640px) {


    .hero-banner img {
        height: 786rem;
        overflow: hidden;
        object-position: top;
    }

}

@media only screen and (max-width: 600px) {


    .hero-banner img {
        height: 750rem;
        overflow: hidden;
    }

}

@media only screen and (max-width: 500px) {
    .hero-banner img {
        height: 540rem;
        overflow: hidden;
    }
}

@media only screen and (max-width: 475px) {
    .hero-banner img {
        height: 540rem;
        overflow: hidden;
    }

    .font-100 {
        font-size: 5.95rem;
    }
}

@media only screen and (max-width: 450px) {
    .hero-banner img {
        height: 540rem;
        overflow: hidden;
    }
}

@media only screen and (max-width: 392px) {
    .hero-banner img {
        height: 540rem;
    }

    .font-100 {
        font-size: 5.75rem;
    }
}

/* =========================
   RSVP FORM POPUP STYLES
========================= */

.rsvp-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.rsvp-popup-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideInUp 0.4s ease-out;
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.rsvp-popup-content {
    padding: 40px 30px;
}

.rsvp-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rsvp-close-btn:hover {
    color: #333;
    transform: rotate(90deg);
}

/* Form Styles */
.rsvp-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 8px;
}

.form-label {
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.required {
    color: #e74c3c;
    margin-left: 4px;
}

.form-input {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: "Yaldevi", sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus {
    border-color: #2c5f8d;
    box-shadow: 0 0 0 3px rgba(44, 95, 141, 0.1);
}

.form-input::placeholder {
    color: #bbb;
}

/* Radio Group Styles */
.rsvp-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    gap: 10px;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.radio-label input[type="radio"]:checked+.radio-checkmark {
    border-color: #2c5f8d;
    background-color: #2c5f8d;
    box-shadow: 0 0 0 3px rgba(44, 95, 141, 0.1);
}

.radio-label input[type="radio"]:checked+.radio-checkmark::after {
    content: '✓';
    color: white;
    font-size: 12px;
}

/* Checkbox Group Styles */
.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    transition: all 0.3s ease;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    gap: 10px;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
    border-color: #2c5f8d;
    background-color: #2c5f8d;
    box-shadow: 0 0 0 3px rgba(44, 95, 141, 0.1);
}

.checkbox-label input[type="checkbox"]:checked+.checkmark::after {
    content: '✓';
    color: white;
    font-size: 12px;
}

/* Error Message Styles */
.error-message {
    font-size: 13px;
    color: #e74c3c;
    min-height: 16px;
    font-family: "Yaldevi", sans-serif;
}

/* Submit Button Styles */
.submit-btn {
    padding: 14px 30px;
    background: linear-gradient(135deg, #2c5f8d 0%, #1e4a65 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-family: "Cormorant Upright", serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(44, 95, 141, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #1e4a65 0%, #153751 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 141, 0.4);
}

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

/* Responsive Styles for RSVP Form */
@media only screen and (max-width: 768px) {
    .rsvp-popup-container {
        max-width: 90%;
        width: 90%;
    }
    .mob-paddding{
        padding: 1.5rem 0 2rem 0;
    }
    .snehadhin-grid-2{
        grid-template-columns: 100%;
    }

    .rsvp-popup-content {
        padding: 30px 20px;
    }

    .checkbox-group {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 480px) {
    .rsvp-popup-container {
        max-width: 95%;
        width: 95%;
        border-radius: 10px;
    }

    .rsvp-popup-content {
        padding: 25px 15px;
    }

    .rsvp-close-btn {
        top: 10px;
        right: 10px;
        font-size: 28px;
    }

    .checkbox-group {
        grid-template-columns: 1fr;
    }

    .form-label {
        font-size: 15px;
    }

    .form-input {
        padding: 10px 12px;
        font-size: 14px;
    }

    .radio-label,
    .checkbox-label {
        font-size: 14px;
    }

    .submit-btn {
        padding: 12px 25px;
        font-size: 16px;
    }
}