.bg-primary {
    background-color: var(--color-primary) !important;
}

.text-dark {
    color: var(--color-third) !important;
}

.bg-welcome {
    background-color: var(--color-primary) !important;
}

.bg-invitation-decor {
    background-image: url('/themes/golden/img/bg-welcome.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 60%;
}

.content-invitation-decor {
    margin-top: calc(-20%)
}

.text-primary {
    color: var(--text-primary)
}

.text-secondary {
    color: var(--text-secondary) !important;
}

.bg-primary-dark {
    background-color: var(--bg-primary-dark) !important;
    color: var(--text-primary) !important;
}

.cover-background {
    height: 575px;
    width: 262px !important;
    background-position: center !important;
    background-size: cover !important;
}

.bg-decor-cover {
    position: relative;
}

.bg-decor-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/themes/golden/img/decor-bottom-left.png'), url('/themes/golden/img/decor-bottom-right.png');
    background-position: bottom -137px left, bottom -137px right;
    background-repeat: no-repeat;
}

.bg-decor-cover-no-image {
    position: relative;
}

.bg-decor-cover-no-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/themes/golden/img/decor-bottom-left.png'), url('/themes/golden/img/decor-bottom-right.png');
    background-position: bottom -137px left, bottom -137px right;
    background-repeat: no-repeat;
    padding-top: 200px;
}

.text-primary {
    color: var(--text-primary)
}

#ig-story-title {
    font-size: var(--font1) !important;
}

.margin-schedule-cover {
    margin-top: -2.5rem !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: var(--invitation-bg);
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
    color: var(--counter-bg);
}

.bg-navigation {
    background-color: var(--bs-primary);
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.bg-secondary {
    background-color: var(--bs-primary) !important;
    color: #FFFFFF !important;
}

.bg-secondary-light {
    background-color: var(--bs-secondary) !important;
}

#modalInvitation .modal-content {
    background-color: var(--invitation-bg);
}

html body {
    font-family: "Montserrat", cursive;
    background-color: var(--invitation-bg);
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-attachment: fixed;
}

.font-title {
    font-family: "Great Vibes", serif;
}


.text-size-title {
    font-size: var(--font1) !important;
}

.text-size-subtitle {
    font-size: var(--font2) !important;
}

.text-size-content {
    font-size: var(--font3) !important;
}

.text-size-caption {
    font-size: var(--font4) !important;
}

#cover .title,
#modalInvitation .title {
    font-size: 32px !important;
}

#cover .sub-title {
    font-size: 28px !important;
}

.badge-countdown {
    background-color: var(--bs-primary);
}

#countdown .badge-primary {
    background-color: var(--bs-primary) !important;
    padding: 15px;
    width: 40px;
    height: 40px;
}

.label-countdown {
    margin-left: 0;
}

.splide__arrow {
    background: var(--bs-primary);
}

.splide--nav,
> .splide__slider,
> .splide__track,
> .splide__list,
> .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid var(--bs-primary);
}

.splide__arrow svg {
    fill: var(--bs-primary-light);
}

#main-slider .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.form-control.form-control-solid {
    background-color: var(--invitation-bg) !important;
    border-color: #757575;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
    background-color: var(--invitation-bg);
    border-color: var(--bs-primary);
}

.bg-avatar .symbol {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    outline: 4px solid var(--bs-secondary);
    outline-offset: -12px;
}

.border-avatar {
    position: fixed;
    height: 150px !important;
    width: auto !important;
    left: -31px;
    z-index: -1;
}

.btn-primary,
.btn-primary,
.btn-primary .fas {
    background-color: var(--btn-primary) !important;
    color: var(--invitation-bg) !important;
}

.btn-secondary,
.btn-secondary .bi,
.btn-secondary .fas {
    background-color: var(--invitation-bg) !important;
    color: var(--bs-primary) !important;
}

.btn-light,
.btn-light .bi,
.btn-light .fas {
    background-color: var(--invitation-bg) !important;
    color: var(--bs-primary) !important;
}

#bride .btn-primary {
    background-color: var(--btn-primary) !important;
    color: var(--text-primary) !important;
}

#modalInvitation .btn-primary {
    background-color: var(--btn-primary) !important;
}

#cover .btn-primary {
    background-color: var(--btn-primary) !important;
}

.badge-primary {
    color: var(--invitation-bg) !important;
}

.nav-link {
    color: var(--bg-primary) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-primary) !important;
    background-color: var(--color-primary) !important;
    border-radius: 50px;
    width: 75px;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    fill: var(--invitation-bg) !important;
}

.splide__arrow svg {
    fill: var(--invitation-bg) !important;
}


.timeline .timeline-line {
    border-left-color: var(--bs-secondary);
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    color: #ffffff;
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
}

.rounded {
    border-radius: 30px !important;
    overflow: hidden;
}

.rounded-sm {
    border-radius: 10px !important;
}

.rounded-xxl {
    border-radius: 50px !important;
}

.rounded-1 {
    border-radius: 16px !important;
}

.rounded-2 {
    border-radius: 24px !important;
}

.text-light {
    color: var(--bs-text-light) !important;
}

.animate-zoom-in-out {
    animation: zoom-in-zoom-out 2s ease infinite;
    transform-origin: bottom center;
}

.bg-invitation {
    background-color: var(--text-primary);
}

.bg-invitation-light {
    background-color: var(--invitation-bg-light);
}

.bg-invitation-dark {
    background-color: var(--invitation-bg);
}

.mg-right-decor-schedule {
    top: 20px;
    right: 20px;
}

.mg-left-decor-schedule {
    right: -20px;
}

.mg-title-decor-schedule {
    top: 10px;
}

.mg-title-position {
    left: 24px;
}

.bg-schedule {
    background-color: var(--bs-secondary) !important;
}

.bg-gallery {
    background-color: var(--bs-secondary) !important;
    margin-top: -132px !important;
}

.bg-gallery-love-story {
    background-color: var(--bs-secondary) !important;
    margin-top: -32px !important;
}

.bg-wishes {
    background-color: var(--bs-secondary) !important;
}

.bg-wishes-dark {
    color: var(--text-primary) !important;
    background-color: var(--btn-primary) !important;
}

.bg-decor {
    background-image: url("/themes/golden/img/decor-wish-left.png"), url("/themes/golden/img/decor-wish-right.png");
    background-position: left center, bottom right;
    background-repeat: no-repeat;
    min-height: 600px !important;
}

#wish ::placeholder {
    color: var(--bs-primary); /* Sets the placeholder color to red */
    opacity: 1; /* Ensures full opacity, especially for Firefox */
}

/* For older Internet Explorer (10-11) */
#wish :-ms-input-placeholder {
    color: var(--bs-primary);
}

/* For Microsoft Edge (12-18) */
#wish ::-ms-input-placeholder {
    color: var(--bs-primary);
}

.border-secondary {
    border-color: var(--color-primary) !important;
}

.decor-ig-story {
    background-image: url("/themes/golden/img/decor-ig.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 100px !important;
    padding-top: 0 !important;
}

.btn-primary,
.btn-primary .bi,
.btn-primary .fas {
    color: white !important;
}

.btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary.active, .btn.btn-secondary.show, .show > .btn.btn-secondary {
    color: #FFFFFF;
    border-color: var(--bs-primary) !important;
    background-color: var(--invitation-bg) !important;
}

.square-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.square-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.square-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.square-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.square-bottom-left {
    border-bottom-left-radius: 0 !important;
}

.right-0 {
    right: 0;
}

#schedule .btn-primary {
    background-color: var(--text-primary) !important;
    color: var(--bs-primary) !important;
}

#schedule .btn-primary,
#schedule .btn-primary .bi,
#schedule .btn-primary .fas {
    background-color: var(--invitation-bg) !important;
    color: var(--btn-primary) !important;
}

#gift .btn-primary {
    background-color: var(--text-secondary) !important;
    color: var(--bs-primary) !important;
}

.bg-gift-item {
    background-color: var(--text-secondary) !important;
}

#gift .btn-primary,
#gift .btn-primary .bi,
#gift .btn-primary .fas {
    color: var(--bs-primary) !important;
    background-color: var(--bs-secondary) !important;
}

.bg-gift-border {
    background-image: url("/themes/golden/img/border-gift.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 70px !important;
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.2, 1.2);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
    }
}

li.splide__slide {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px !important;
}

.splide--nav,
> .splide__slider,
> .splide__track,
> .splide__list,
> .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 0;
}

splide--nav,
> .splide__slider,
> .splide__track,
> .splide__list,
> .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid var(--bs-primary);
}

.bg-ig-story {
    background-color: var(--text-secondary) !important;
}

/*#ig-stories .btn-primary {*/
/*    background-color: var(--bs-primary) !important;*/
/*    color: var(--bg-primary) !important;*/
/*    border-radius: 20px !important;*/
/*}*/

/*#ig-stories .bi {*/
/*    background-color: var(--bs-primary) !important;*/
/*    color: var(--bg-primary) !important;*/
/*}*/

/*#ig-story .font-title.text-primary {*/
/*    color: var(--bs-primary) !important;*/
/*}*/

/*#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 {*/
/*    background-color: var(--bs-secondary-light);*/
/*    color: var(--bs-secondary);*/
/*}*/

/*#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 span {*/
/*    color: var(--bg-primary) !important;*/
/*}*/

/*#ig-stories .text-center.aos-init.aos-animate {*/
/*    color: var(--bs-primary) !important;*/
/*}*/

#capture.frame,
#capture.frame .text-primary {
    color: var(--text-secondary) !important;
}

#capture.frame .bg-primary {
    background: var(--text-secondary) !important;
    color: var(--text-primary) !important;
}

#ig-story {
    background-color: var(--text-secondary) !important;
}

#ig-story .font-title.text-primary {
    color: var(--bs-primary) !important;
}

#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 {
    background-color: var(--bs-secondary-light);
    color: var(--bs-secondary);
}

#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 span {
    color: var(--bg-primary) !important;
}

#ig-stories .text-center.aos-init.aos-animate {
    color: var(--bs-primary) !important;
}

#ig-story .btn-primary {
    background-color: var(--btn-primary) !important;
    color: var(--bs-text-light) !important;
    border-radius: 20px !important;
}

#ig-stories .bi {
    background-color: var(--btn-primary) !important;
    color: var(--bs-text-light) !important;
}

#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 span {
    color: var(--text-secondary) !important;
}

#ig-story .ig-story-template-label,
#ig-story .ig-story-template-title,
#ig-story .ig-story-template-footer {
    color: var(--text-secondary) !important;
}

.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.left-0 {
    left: 0 !important;
}

.frame-bridge-bottom img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: auto;
    width: 60%;
}

.mr-15 {
    margin-right: 3.75rem !important;
}

.ml-15 {
    margin-left: 3.75rem !important;
}

.card-shadow-lovestory {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    border: 10px var(--text-secondary) solid;
}

.bg-timeline {
    color: var(--text-primary) !important;
    background-color: var(--bs-secondary) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-primary) !important;
    background-color: var(--bg-primary) !important;
}

.border-primary-wishes {
    border: 1px var(--bs-secondary) solid;
}

.flip-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.gallery-image {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.hr-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: #555;
    font-weight: 500;
    margin: 2px 0;
}

.hr-text::before {
    content: '';
    flex: 1;
    border-bottom: 1px solid currentColor;
}

.hr-text:not(:empty)::before {
    margin-right: .75em;
}

.hr-text:not(:empty)::after {
    margin-left: .75em;
}


@media only screen and (max-width: 600px) {
    .gallery-image {
        height: 88px !important;
    }
}

.square-image {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* = width for a 1:1 aspect ratio */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* you change this to "contain" if you don't want the images to be cropped */
}

.container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.card-rounded {
    background-color: var(--invitation-bg);
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.card-gift {
    background-color: var(--invitation-bg);
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.rounded-top {
    border-top-left-radius: 50vw !important;
    border-top-right-radius: 50vw !important;
}

.rounded-bottom {
    border-bottom-left-radius: 50vw !important;
    border-bottom-right-radius: 50vw !important;
}

.min-h-90vh {
    min-height: 90vh !important;
}

.min-h-85vh {
    min-height: 85vh !important;
}

.min-h-80vh {
    min-height: 80vh !important;
}

.timeline-badge > .fa {
    background-color: unset !important;
    color: var(--text-secondary) !important;
}

.timeline-label:before {
    left: -1px;
    top: 20px;
    border-left: 4px dotted var(--text-secondary);
    background-color: unset !important;
}

.timeline-label .timeline-badge {
    background: none;
    border: 0 !important;
}

#modalGift .text-primary {
    color: #000 !important;
}

#modalGift .btn-light {
    color: var(--invitation-bg) !important;
    background-color: var(--bs-primary) !important;
}

#modalGift .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: initial;
}

.bg-cover-invitation {
    height: 527px !important;
    /* width: 331px; */
}

.text-shadow {
    text-shadow: 2px 2px 5px #000000;
}

.pd-cover-invitation {
    padding-top: calc(3% + 20px);
}

.bg-quote {
    background-image: url("/themes/golden/img/quote.png");
    background-color: var(--bs-secondary) !important;
    background-position: top+30px center;
    background-repeat: no-repeat;
    padding-top: 50px !important;
}

.bg-sub-quote {
    background-image: url("/themes/golden/img/decor-top-left.png"), url("/themes/golden/img/love.png"), url("/themes/golden/img/decor-top-right.png");
    background-position: top -137px left, top+30px center, top -137px right;
    background-repeat: no-repeat;
    padding-top: 75px !important;
}

.bg-bride {
    background-image: url("/themes/golden/img/decor-bottom-left-bride.png"), url("/themes/golden/img/love.png"), url("/themes/golden/img/decor-bottom-right-bride.png");
    background-position: bottom left, bottom+38px center, bottom right;
    background-repeat: no-repeat;
    padding-bottom: 120px !important;
}

.decor-rsvp {
    background-image: url('/themes/golden/img/decor-rsvp-top-left.png'), url('/themes/golden/img/decor-rsvp-top-right.png'), url("/themes/golden/img/decor-rsvp-bottom-left.png"), url("/themes/golden/img/decor-rsvp-bottom-right.png"), url("/themes/golden/img/decor-rsvp.png");
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
}

.decor-height {
    min-height: 200px;
}

.decor-bg-rsvp {
    background-image: url("/themes/golden/img/border-rsvp.png"), url("/themes/golden/img/border-rsvp.png");
    background-position: top, bottom;
    background-repeat: repeat-x;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.bg-prokes {
    background-image: url("/themes/golden/img/bg-prokes.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#prokes .bg-primary {
    background: var(--bs-primary) !important;
}

.bg-love-story-decor {
    background-image: url('/themes/golden/img/border-love-story-top.png'), url('/themes/golden/img/border-love-story-center.png'), url('/themes/golden/img/border-love-story-bottom.png');
    background-position: top right, center left, bottom right;
    background-repeat: no-repeat;
    background-size: 44%, 44%, 44%;
    min-height: 800px;
    padding-top: calc(10%) !important;
    padding-bottom: 250px !important;
}

.bg-body-love-story-decor {
    background-image: url('/themes/golden/img/border-love-story-center.png'), url('/themes/golden/img/border-love-story-bottom.png');
    background-position: center left, bottom right;
    background-repeat: no-repeat;
    padding-bottom: 250px !important;
}

.bg-gift {
    background-image: url('/themes/golden/img/gift-decor-top.png'), url('/themes/golden/img/gift-decor-center.png'), url('/themes/golden/img/gift-decor-bottom.png');
    background-position: top left, center right, bottom left;
    background-repeat: no-repeat;
}

.decor-gift {
    background-image: url('/themes/golden/img/decor-rsvp-top-left.png'), url('/themes/golden/img/decor-rsvp-top-right.png'), url("/themes/golden/img/decor-rsvp-bottom-left.png"), url("/themes/golden/img/decor-rsvp-bottom-right.png"), url("/themes/golden/img/decor-rsvp.png");
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    min-height: 650px;
}

.bg-footer {
    background-color: var(--bs-secondary) !important;
}

.ml-10 {
    margin-left: 1rem !important;
}

.mr-10 {
    margin-right: 1rem !important;
}

.w-80 {
    width: 80% !important;
}

.transform-frame-1 {
    transform: rotate(90deg);
}

.transform-frame-2 {
    transform: rotate(270deg);
}

.transform-frame-3 {
    transform: rotate(180deg);
}

.bridge-img {
    aspect-ratio: 1 / 1.24 !important;
    object-fit: cover !important; /* Ensures the image maintains its aspect ratio */
    background-size: cover !important; /* Makes the background image cover the entire div */
    background-position: center !important; /* Centers the background image */
    background-repeat: no-repeat !important; /* Prevents the image from repeating */
}

.bridge-img-square {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important; /* Ensures the image maintains its aspect ratio */
    background-size: cover !important; /* Makes the background image cover the entire div */
    background-position: center !important; /* Centers the background image */
    background-repeat: no-repeat !important; /* Prevents the image from repeating */
}

.disable-pointer {
    pointer-events: none !important;
}

@media only screen and (min-width: 320px) {
    .bg-invitation-decor {
        width: 80%;
    }

    .bg-bride {
        background-image: url("/themes/golden/img/decor-bottom-left-bride-small.png"), url("/themes/golden/img/love.png"), url("/themes/golden/img/decor-bottom-right-bride-small.png");
        background-position: bottom left, bottom+25px center, bottom right;
        padding-bottom: 120px !important;
    }


    .bg-decor-cover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('/themes/golden/img/decor-bottom-left-small.png'), url('/themes/golden/img/decor-bottom-right-small.png');
        background-position: bottom -102px left, bottom -102px right;
        background-repeat: no-repeat;
    }

    .bg-decor-cover-no-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('/themes/golden/img/decor-bottom-left-small.png'), url('/themes/golden/img/decor-bottom-right-small.png');
        background-position: bottom -102px left, bottom -102px right;
        background-repeat: no-repeat;
        padding-top: 200px;
    }

    .bg-sub-quote {
        background-image: url("/themes/golden/img/decor-top-left-small.png"), url("/themes/golden/img/love.png"), url("/themes/golden/img/decor-top-right-small.png");
        background-position: top -93px left, top+30px center, top -93px right;
        background-repeat: no-repeat;
        padding-top: 75px !important;
    }
}

/* Small phones (≤ 360px — e.g., iPhone SE, older Androids) */
@media (max-width: 360px) {
    .bg-invitation-decor {
        width: 80%;
        padding: 0 2.5rem 0 2.5rem !important;
    }

    .background-cover {
        max-width: 70% !important;
        border-radius: 180px;
        padding-bottom: 10% !important;
    }
}

/* Regular phones (361px–480px — most iPhones, Androids) */
@media (min-width: 361px) and (max-width: 480px) {
    .bg-invitation-decor {
        width: 80%;
    }

    .background-cover {
        max-width: 70% !important;
        border-radius: 180px;
        padding-bottom: 10% !important;
    }
}

/* Large phones & small tablets (481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .bg-invitation-decor {
        width: 60%;
    }

    .background-cover {
        max-width: 50% !important;
        border-radius: 180px;
        padding-bottom: 10% !important;
    }
}

/* Tablets & small laptops (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .bg-invitation-decor {
        width: 60%;
    }

    .background-cover {
        max-width: 50% !important;
        border-radius: 180px;
        padding-bottom: 10% !important;
    }
}

/* Desktops (1025px and up) */
@media (min-width: 1025px) {
    .bg-invitation-decor {
        width: 60%;
    }

    .background-cover {
        max-width: 50% !important;
        border-radius: 180px;
        padding-bottom: 10% !important;
    }
}

.border-radius-0 {
    border-radius: 0 !important;
}

#mitra-container {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-text-light) !important;
    margin-bottom: 0 !important;
}

#mitra-container .text-dark ,
#mitra-container .bi-geo-alt-fill {
    color: var(--bs-text-light) !important;
}

#limited-event{
    background-color: rgba(50, 40, 30, 0.05);
}
#schedule .sparator-line {
    border-bottom: 1px dashed var(--bs-primary) !important;
}
