/* ================================================================
   Wedding Invitation - Celestial Theme / Floral Bloom
   Pixel-perfect replica of inviteme.ro/preview/wedding/celestial/theme/floral-bloom
================================================================ */

/* ===== Google Fonts already loaded in HTML ===== */

/* ===== CSS Reset & Default ===== */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

/* ===== Typography ===== */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin: 0 0 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    transition: 0.5s;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #000;
    outline: none;
    text-decoration: none !important;
}

img {
    width: 100%;
    height: auto;
}

b, strong {
    color: #000;
    font-weight: 600;
}

span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

hr {
    margin-top: 0;
    margin-bottom: -20px;
    border: 0;
}

/* ===== Form Elements ===== */
button, input, optgroup, select, textarea {
    font-family: 'Nunito Sans', sans-serif;
}

input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
select,
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
#message {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 5px 15px;
    height: auto;
    background-color: #fff;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #000;
    background-image: none;
    border: 1px solid #ececec;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Nunito Sans', sans-serif;
    background: #BD945A;
    border: 1px solid #BD945A;
    color: #fff;
    padding: 15px 30px;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: transparent;
    color: #000;
}

select {
    padding: 10px;
    border-radius: 5px;
}

.form-control-select {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    height: auto;
    margin-bottom: 15px;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid #ececec;
    height: 54px;
    border-radius: 0;
    padding: 0 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ececec;
}

#message {
    font-family: 'Nunito Sans', sans-serif;
    height: 130px;
    padding: 12px;
    border: 1px solid #ececec;
}

/* ===== Utility Classes ===== */
.p-40 { padding: 40px; }
.mb-0 { margin-bottom: 0; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px !important; }
.mb-60 { margin-bottom: 60px; }

.container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1200px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.js .animate-box { opacity: 0; }

.clear { clear: both; }
.o-hidden { overflow: hidden; }
.pos-re { position: relative; }
.full-width { width: 100% !important; }

/* ===== Video Background ===== */
.video-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.video-bg-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* ===== Background Sections ===== */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-img .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.bg-fixed { background-attachment: fixed; }
.bg-cover { background-size: cover !important; }

.bg-img .container,
.bg-img .row {
    position: relative;
    z-index: 2;
}

.valign {
    display: flex;
    align-items: center;
}

.bg-pink { background-color: #faf8f7; }
.bg-white { background-color: #fff; }

/* ===== Scrollbar ===== */
::-webkit-scrollbar { width: 0px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: #BD945A; }
::-webkit-scrollbar-thumb:hover { background: #BD945A; }

/* ===== Selection ===== */
::selection { color: #fff; background: rgba(187, 140, 150, 0.75); }
::-moz-selection { color: #fff; background: rgba(187, 140, 150, 0.75); }

/* ===== Owl Carousel custom style ===== */
.owl-theme .owl-nav.disabled + .owl-dots { line-height: .7; }
.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: #BD945A; }
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin: 5px;
    padding: 4px 7px;
    cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    border: 1px solid #BD945A;
    color: #BD945A;
}

/* ===== SIDEBAR ===== */
#oliven-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#oliven-aside {
    padding: 60px 30px;
    width: 20%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background: #F6F1F0;
    transition: 0.5s;
    scrollbar-width: none;
}

#oliven-aside::-webkit-scrollbar { display: none; }

@media screen and (max-width: 1200px) {
    #oliven-aside { width: 30%; }
}

@media screen and (max-width: 768px) {
    #oliven-aside {
        width: 270px;
        transform: translateX(-270px);
        padding-top: 30px;
    }
}

/* Logo in sidebar */
#oliven-aside .oliven-logo {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
    display: block;
    width: 100%;
    position: relative;
    color: #000;
    line-height: 1.2em;
    letter-spacing: 0;
}

#oliven-aside .oliven-logo a {
    display: inline-block;
    text-decoration: none;
}

#oliven-aside .oliven-logo span {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#oliven-aside .oliven-logo a span {
    display: block;
    font-size: 36px;
    color: #BD945A;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    text-align: center;
    line-height: 1em;
}

#oliven-aside .oliven-logo h6 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    color: #BD945A;
    margin-bottom: 5px;
    margin-top: 10px;
}

#oliven-aside .oliven-logo img {
    width: 90px;
    margin-bottom: 0;
    height: auto;
}

@media screen and (max-width: 768px) {
    #oliven-aside .oliven-logo { margin-bottom: 60px; }
}

/* Navigation in sidebar */
#oliven-aside .oliven-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #oliven-aside .oliven-main-menu ul { margin: 0 0 30px 0; }
}

#oliven-aside .oliven-main-menu ul li {
    margin: 3px 0;
    padding: 0 0 3px 0;
    list-style: none;
}

#oliven-aside .oliven-main-menu ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

#oliven-aside .oliven-main-menu ul li a:hover {
    border-bottom: 1px solid #BD945A;
    transition: all .5s ease-in-out;
}

#oliven-aside .oliven-main-menu ul li.oliven-active a {
    color: #BD945A;
}

/* Sidebar Footer */
#oliven-aside .footer1 {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
}

#oliven-aside .footer1 p {
    font-size: 12px;
    color: #666;
    letter-spacing: 0.5px;
}

#oliven-aside .footer1 a { color: #BD945A; }

#oliven-aside .separator {
    width: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(189, 148, 90, 0.4);
    margin: 5px auto;
}

@media screen and (max-width: 768px) {
    #oliven-aside .footer1 {
        position: relative;
        padding-top: 60px;
    }
}

/* ===== MAIN CONTENT ===== */
#oliven-main {
    width: 80%;
    float: right;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    #oliven-main { width: 70%; }
}

@media screen and (max-width: 768px) {
    #oliven-main { width: 100%; }
}

/* ===== HAMBURGER TOGGLE ===== */
.oliven-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.oliven-nav-toggle:hover,
.oliven-nav-toggle:focus,
.oliven-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.oliven-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #BD945A;
    transition: all .2s ease-out;
    top: -4px;
}

.oliven-nav-toggle i::before,
.oliven-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #BD945A;
    position: absolute;
    left: 0;
    transition: 0.2s;
}

.oliven-nav-toggle i::before { top: -7px; }
.oliven-nav-toggle i::after { bottom: -7px; }

.oliven-nav-toggle:hover i::before { top: -10px; }
.oliven-nav-toggle:hover i::after { bottom: -10px; }

.oliven-nav-toggle.active i { background: transparent; }

.oliven-nav-toggle.active i::before {
    top: 0;
    transform: rotateZ(45deg);
}

.oliven-nav-toggle.active i::after {
    bottom: 0;
    transform: rotateZ(-45deg);
}

.oliven-nav-toggle {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    transition: 0.5s;
    background: #BD945A;
    margin: 15px 30px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .oliven-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

body.offcanvas { overflow-x: hidden; }

body.offcanvas #oliven-aside {
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}

body.offcanvas #oliven-main,
body.offcanvas .oliven-nav-toggle {
    top: 0;
    transform: translateX(270px);
}

/* ===== HEADER / HERO ===== */
.header {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.header .caption .o-hidden { display: inline-block; }

.header .caption h5 {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,0.45);
}

.header .caption h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-size: 90px;
    color: #fff !important;
    display: block;
    line-height: 1em;
    position: relative;
    text-shadow: 0 2px 14px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.45);
}

.header .caption p { color: #fff; }

@media screen and (max-width: 991px) {
    .header { background-position: center center; }
    .header .caption h1 { font-size: 46px; }
    .header .caption h5 { font-size: 17px; }
}

/* Bounce arrow */
.header .arrow {
    position: relative;
    top: 27vh;
    width: 100%;
    text-align: center;
    z-index: 8;
}

.header .arrow.bounce {
    animation: bounce 2s infinite;
}

.header .arrow i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
}

/* ===== TITLE STYLES ===== */
.oliven-title {
    color: #000;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    text-transform: none;
}

.oliven-story-title {
    color: #000;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 40px;
    text-transform: none;
}

.oliven-story-subtitle {
    display: block;
    position: relative;
    top: 12px;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 30px;
    color: #BD945A;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.oliven-couple-title {
    display: block;
    position: relative;
    top: 12px;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 50px;
    color: #BD945A;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.oliven-couple-subtitle {
    color: #333;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 12px;
}

.oliven-title-meta {
    display: block;
    position: relative;
    top: 12px;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 30px;
    color: #BD945A;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.oliven-subtitle-small {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

/* ===== COUPLE SECTION ===== */
.bridegroom .item {
    padding: 30px;
    border-radius: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.bridegroom .img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 5px;
}

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

.bridegroom .info { margin-left: 160px; }
.bridegroom .info h6 { font-family: 'Dancing Script', cursive; font-weight: 400; font-size: 36px; margin-bottom: 5px; color: #BD945A; }
.bridegroom .info h6 i { color: #BD945A; font-size: 20px; }

.bridegroom .info span {
    color: #BD945A;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Dancing Script', cursive;
}

.bridegroom .info p { margin-top: 10px; }

.bridegroom .info .social { margin-top: 10px; }

.bridegroom .info .social a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #666;
    margin-right: 10px;
    font-size: 12px;
}

.bridegroom .info .social a:hover {
    background-color: #BD945A;
    border-color: #BD945A;
    color: #fff;
}

.bridegroom .toright .img { float: right; }
.bridegroom .toright .info { margin-left: 0; margin-right: 160px; text-align: right; }
.bridegroom .toright .info .social a { margin-right: 0; margin-left: 10px; }

@media screen and (max-width: 991px) {
    .bridegroom .img {
        width: 250px;
        height: 250px;
        margin: auto;
        float: none !important;
    }
    .bridegroom .info { margin: 30px 0 0 0 !important; }
    .bridegroom .item, .bridegroom .toright .info { text-align: center; }
}

/* ===== COUNTDOWN ===== */
#countdown { text-align: center; }

#countdown .section-head {
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
}

#countdown .section-head h4 {
    position: relative;
    color: #fff;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,0.45);
}

#countdown ul {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

#countdown li {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    padding: 15px;
    color: #fff;
    line-height: 3em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,0.45);
}

#countdown li span {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 0 2px 14px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.45);
}

@media all and (max-width: 768px) {
    #countdown li { font-size: 12px; padding: 15px; }
    #countdown li span { font-size: 60px; }
}

/* ===== STORY SECTION ===== */
.story .story-img { position: relative; }

.story .story-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}

.story .story-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    border: 10px solid #BD945A;
}

.story .story-img .img img {
    position: relative;
    z-index: 2;
}

.story .story-img:after {
    content: '';
    width: 90%;
    position: absolute;
    top: -18%;
    bottom: -25%;
    left: 0;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

/* ===== SEE YOU SECTION ===== */
.seeyou .section-head span {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.seeyou .section-head h3 {
    display: block;
    position: relative;
    top: 12px;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
}

.seeyou .section-head h4 {
    position: relative;
    color: #fff;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0;
}

/* ===== WHEN & WHERE ===== */
.whenwhere .item .whenwhere-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 640 / 426;
}

.whenwhere .item .whenwhere-img:hover img {
    transform: scale(1.1);
}

.whenwhere .item .whenwhere-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.whenwhere .item .content {
    padding: 20px 20px 30px 20px;
    background: #fff;
}

.whenwhere .item .content .tag a { color: #666; font-style: italic; }
.whenwhere .item .content .tag a:hover { color: #BD945A; }

.whenwhere .item .content h5 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: none;
    color: #BD945A;
}

.whenwhere .item .content p i { color: #BD945A; }

.hover-arrow {
    color: #BD945A;
    display: inline-block;
    cursor: pointer;
}

.hover-arrow:hover { color: #000; }

/* ===== RSVP FORM ===== */
.confirmation-wrapper .form-group {
    margin-bottom: 15px;
}

.confirmation-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

/* ===== BUTTON STYLES ===== */
.buttono {
    position: relative;
    line-height: 1em;
    cursor: pointer;
}

.button-wrapper-alignment,
.form-group-alignment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cancel-button-custom {
    background: #7b7571 !important;
    border: 2px solid #7b7571 !important;
    margin: 6px !important;
}

.submit-button-custom {
    background: #BD945A !important;
    border: 1px solid #BD945A !important;
    margin: 6px !important;
}

.cancel-button-custom:hover {
    background: transparent !important;
    color: #7b7571 !important;
}

.submit-button-custom:hover {
    background: transparent !important;
    color: #BD945A !important;
}

@media screen and (max-width: 1200px) {
    .form-group-alignment { flex-direction: column; }
    .submit-button-custom { order: 1; }
    .cancel-button-custom {
        order: 2;
        background: none !important;
        border: none !important;
        color: #7b7571 !important;
    }
}

/* ===== FOOTER ===== */
.footer2 {
    padding: 90px 30px;
    background: #faf8f7;
}

.footer2 img {
    width: 90px;
    margin-bottom: 10px;
    height: auto;
}

.footer2 h2,
.footer2 h2 a {
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #BD945A;
    line-height: 1em;
    letter-spacing: 0;
    margin-bottom: 0;
}

.footer2 h2 a span,
.footer2 h2 span {
    display: block;
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    color: #BD945A;
}

.footer2 p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #666;
}

.footer2 .copyright { color: #666; }

@media screen and (max-width: 768px) {
    .footer2 { padding: 70px 30px 80px 30px; text-align: center; }
}

/* ===== PRELOADER ===== */
.preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-heart {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    transform: rotate(45deg);
    transform-origin: 32px 32px;
}

.lds-heart div {
    top: 23px;
    left: 19px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #BD945A;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: #BD945A;
}

.lds-heart div:before {
    left: -17px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -17px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% { transform: scale(0.95); }
    5% { transform: scale(1.1); }
    39% { transform: scale(0.85); }
    45% { transform: scale(1); }
    60% { transform: scale(0.95); }
    100% { transform: scale(0.9); }
}

/* ===== MUSIC BUTTON ===== */
#im-music-btn {
    position: fixed;
    bottom: 20px;
    right: 16px;
    z-index: 99999;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
    transition: background 0.2s;
    user-select: none;
}

#im-music-btn:hover { background: rgba(189, 148, 90, 0.8); }

/* ===== MAPS DRAWER ===== */
.inviteme-maps-header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
}

.inviteme-maps-header h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-family: Arial, serif;
}

#closeDrawer {
    border-radius: 50%;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    color: blue;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
}

#closeDrawer::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: black;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}

#closeDrawer::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: black;
    height: 2px;
    top: 12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
}

.inviteme-maps-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s;
    padding: 20px;
    text-align: center;
    z-index: 999999;
}

.inviteme-maps-drawer.open { bottom: 0; }

.inviteme-maps-drawer button {
    margin: 5px 0;
    padding: 10px 20px;
    font-size: 16px;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 11px;
    font-weight: bold;
    color: #555;
    font-family: Arial, serif;
    background: #fff;
}

.inviteme-maps-button-icon {
    width: 23px;
    border-radius: 6px;
    margin-right: 5px;
}

/* ===== ANIMATIONS ===== */
.animate-box {
    opacity: 0;
    transition: opacity 0.3s;
}

.animate-box.animated {
    opacity: 1;
}

/* ===== MEDIA QUERIES ===== */
@media screen and (max-width: 991px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .oliven-couple-title {
        font-size: 32px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

    .oliven-couple-subtitle { font-size: 20px; }

    #countdown .section-head h4 {
        font-size: 32px;
        line-height: 1em;
    }

    .seeyou .section-head h4 {
        font-size: 32px;
        margin-bottom: 5px;
        line-height: 1em;
    }

    .seeyou .section-head h3 { font-size: 32px; }

    .p-40 { padding: 20px; margin: 0 15px; }

    .btn.confirmation {
        padding: 15px 10px;
        font-size: 11px;
    }
}

@media screen and (max-width: 768px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .whenwhere p { font-size: 15px; }
}

@media screen and (max-width: 380px) {
    .btn.confirmation {
        padding: 15px 10px;
        font-size: 10px;
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .bg-fixed-large { background-attachment: fixed; }
}

@media screen and (min-width: 768px) {
    .whenwhere p { font-size: 15px; }
}

/* ===== GUEST GREETING ===== */
.rsvp-guest-greeting {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    color: #BD945A;
    text-align: center;
    margin-bottom: 8px;
    display: block;
}

/* ===== HIDDEN UTILITY ===== */
.hidden { display: none; }

.serverErrors ul {
    padding-left: 0;
    line-height: 19px;
    margin-bottom: 0;
}

/* ===== ALERT STYLES ===== */
.alert {
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
