/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     The Church Wedding 1.0
Version:        1.0.0
Author:         Michael Church
URL:            T
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	wedding-date
#0.7	couple-section
#0.8	love-sotry-section
#0.9	wedding-location-section
#1.0	wishes-section
#1.1	groomsmen-bridesmaid
#1.2	gallery-section
#1.3	rsvp-section
#1.4	gift-registry-section 


--------------------------------------------------------------
	blog page
--------------------------------------------------------------
#2.1	blog-pg-section


--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------
#2.1	blog-single-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@500;600;700&display=swap");

@font-face {
    font-family: "Nikahan Script";
    src: url("../fonts/NikahanScript.woff2") format("woff2"), url("../fonts/NikahanScript.woff") format("woff"), url("../fonts/NikahanScript.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: "Muli", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1rem;
    color: #818492;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

p {
    color: #818492;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f2f2f;
}

ul {
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

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

@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
}

.p-t-0 {
    padding-top: 0;
}

/*** validate rsvp form ***/
.validate-rsvp-form .success-error-message {
    margin: 15px 0 0;
}

.validate-rsvp-form label.error {
    color: red;
    margin: 5px 0 0 0;
}

.validate-rsvp-form #loader {
    display: none;
    margin-top: 10px;
}

    .validate-rsvp-form #loader i {
        font-size: 30px;
        font-size: 1.875rem;
        color: #b19a56;
        display: inline-block;
        -webkit-animation: rotating linear 2s infinite;
        animation: rotating linear 2s infinite;
    }

.validate-rsvp-form #success,
.validate-rsvp-form #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px) {
    .validate-rsvp-form #success,
    .validate-rsvp-form #error {
        font-size: 15px;
    }
}

.validate-rsvp-form #success {
    background-color: green;
    margin-bottom: 5px;
}

.validate-rsvp-form #error {
    background-color: red;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

.video-player {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.spirit-header {
    position: relative;
    z-index: 100;
}

.ripple {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title, .section-title-s2 {
    text-align: center;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .section-title, .section-title-s2 {
        margin-bottom: 40px;
    }
}

.section-title h2, .section-title-s2 h2 {
    font-family: "Nikahan Script", cursive;
    font-size: 48px;
    font-size: 3rem;
    color: #2f2f2f;
    margin: 0;
    padding-top: 1.1em;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 991px) {
    .section-title h2, .section-title-s2 h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .section-title h2, .section-title-s2 h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.section-title h2:before, .section-title-s2 h2:before {
    content: "";
    background: url("../images/sec-title-flower.png") center center/cover no-repeat local;
    position: absolute;
    left: calc(50% - 47px);
    top: 0;
    width: 93px;
    height: 42px;
}

.section-title-s2 h2 {
    margin-bottom: 0.4em;
}

.section-title-s2 p {
    margin-bottom: 0;
}

.see-location-btn {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 12px 25px;
    border: 2px solid #b19a56;
    color: #818492;
    border-radius: 60px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .see-location-btn {
        padding: 8px 15px;
        font-size: 12px;
        text-transform: capitalize;
    }
}

.see-location-btn:hover {
    background-color: #b19a56;
    color: #fff;
}

.theme-btn {
    background-color: #b19a56;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

    .theme-btn:hover {
        background-color: #917d43;
    }

@media (max-width: 767px) {
    .theme-btn {
        font-size: 14px;
    }
}

.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

    .form input:focus,
    .form textarea:focus,
    .form select:focus {
        border-color: #b19a56;
        -webkit-box-shadow: 0 0 5px 0 #c1af79;
        -moz-box-shadow: 0 0 5px 0 #c1af79;
        -o-box-shadow: 0 0 5px 0 #c1af79;
        -ms-box-shadow: 0 0 5px 0 #c1af79;
        box-shadow: 0 0 5px 0 #c1af79;
    }

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .form select::-ms-expand {
        /* for IE 11 */
        display: none;
    }

/******************************
	#page title/* =========================================================
   Page Title Backgrounds
========================================================= */

.page-title {
    width: 100%;
    height: 430px;
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .page-title:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .page-title .container {
        height: 100%;
        display: table;
        position: relative;
        z-index: 2;
    }

        .page-title .container > .row {
            vertical-align: middle;
            display: table-cell;
        }

    .page-title h2 {
        font-size: 50px;
        font-size: 3.125rem;
        font-weight: bold;
        color: var(--wc-primary);
        margin: 0 0 0.30em;
        text-transform: capitalize;
    }

    .page-title p {
        color: var(--wc-coral);
    }

.page-title-our-story {
    background-image: url("../images/titles/page-title-3.jpg");
}

.page-title-hotel-booking {
    background-image: url("../images/titles/page-title.jpg");
}

.page-title-travel-tips {
    background-image: url("../images/titles/page-title-4.jpg");
}

.page-title-gallery {
    background-image: url("../images/titles/page-title-7.jpg");
}

.page-title-wedding-party {
    background-image: url("../images/titles/page-title-2.jpg");
}

.page-title-registry {
    background-image: url("../images/titles/page-title-6.jpg");
}

.page-title-what-to-wear {
    background-image: url("../images/titles/page-title-5.jpg");
}

@media (max-width: 991px) {
    .page-title h2 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {
    .page-title {
        height: 320px;
    }

        .page-title h2 {
            font-size: 40px;
            font-size: 2.5rem;
        }
}

.preloader {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
}

    .preloader .middle {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .preloader .middle .fi {
            float: left;
            margin-right: 8px;
        }

            .preloader .middle .fi:last-child {
                margin-right: 0;
            }

            .preloader .middle .fi:before {
                color: #b19a56;
                font-size: 22px;
            }

        .preloader .middle i:first-child {
            -webkit-animation: preloaderAnimation 0.6s infinite alternate;
            animation: preloaderAnimation 0.6s infinite alternate;
        }

        .preloader .middle i:nth-child(2) {
            -webkit-animation: preloaderAnimation 0.6s 0.3s infinite alternate;
            animation: preloaderAnimation 0.6s 0.3s infinite alternate;
        }

        .preloader .middle i:nth-child(3) {
            -webkit-animation: preloaderAnimation 0.6s 0.6s infinite alternate;
            animation: preloaderAnimation 0.6s 0.6s infinite alternate;
        }

        .preloader .middle i:last-child {
            -webkit-animation: preloaderAnimation 0.6s 0.9s infinite alternate;
            animation: preloaderAnimation 0.6s 0.9s infinite alternate;
        }

@-webkit-keyframes preloaderAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}

@keyframes preloaderAnimation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
    /*** search-widget ***/
    /*** about-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
}

.blog-sidebar .widget {
    padding: 35px 28px;
    border-radius: 5px;
    border: 2px solid #f7f5ee;
}

    .blog-sidebar .widget h3 {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        margin: 0 0 1.3em;
        position: relative;
        text-transform: capitalize;
    }

.blog-sidebar > .widget + .widget {
    margin-top: 65px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: rgba(177, 154, 86, 0.05);
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .blog-sidebar .search-widget input:focus {
        background-color: rgba(177, 154, 86, 0.1);
    }

.blog-sidebar .search-widget form button {
    background: transparent;
    font-size: 20px;
    font-size: 1.25rem;
    color: #b19a56;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar .about-widget {
    text-align: center;
}

    .blog-sidebar .about-widget .img-holder {
        margin-bottom: 25px;
    }

        .blog-sidebar .about-widget .img-holder img {
            border-radius: 50%;
        }

    .blog-sidebar .about-widget p {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 1.2em;
    }

    .blog-sidebar .about-widget a {
        font-size: 14px;
        font-size: 0.875rem;
        color: #2f2f2f;
        text-decoration: underline;
    }

        .blog-sidebar .about-widget a:hover {
            color: #b19a56;
        }

.blog-sidebar .category-widget ul {
    list-style: none;
}

    .blog-sidebar .category-widget ul li {
        font-size: 15px;
        font-size: 0.9375rem;
        position: relative;
    }

@media (max-width: 767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f7f3f3;
}

.blog-sidebar .category-widget ul a {
    display: block;
    color: #818492;
}

    .blog-sidebar .category-widget ul a:hover,
    .blog-sidebar .category-widget ul li:hover:before {
        color: #b19a56;
    }

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e4e4e4;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

    .blog-sidebar .recent-post-widget .post .img-holder img {
        border-radius: 50%;
    }

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #2f2f2f;
}

    .blog-sidebar .recent-post-widget .post h4 a:hover {
        color: #b19a56;
    }

.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #818492;
}

    .blog-sidebar .recent-post-widget .post .details .date i {
        display: inline-block;
        padding-right: 7px;
    }

.blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

    .blog-sidebar .tag-widget ul li {
        float: left;
        margin: 0 8px 8px 0;
    }

        .blog-sidebar .tag-widget ul li a {
            font-size: 13px;
            font-size: 0.8125rem;
            display: inline-block;
            padding: 5px 14px;
            color: #818492;
            border: 2px solid rgba(177, 154, 86, 0.1);
            border-radius: 60px;
        }

            .blog-sidebar .tag-widget ul li a:hover {
                background: #b19a56;
                color: #fff;
            }

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

    .pagination-wrapper .pg-pagination li {
        float: left;
        margin-right: 10px;
    }

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #b19a56;
    border-color: #b19a56;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

    .site-header .navigation {
        background-color: #fff;
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
        box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
    }

        .site-header .navigation > .container {
            position: relative;
        }

    .site-header #navbar {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        /*** mega-menu style ***/
    }

        .site-header #navbar ul {
            list-style: none;
        }

        .site-header #navbar > ul li a:hover,
        .site-header #navbar > ul li.current-menu-item a {
            text-decoration: none;
            color: #b19a56 !important;
        }

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

        .site-header #navbar li {
            position: relative;
        }

        .site-header #navbar > ul > li > a {
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: bold;
            text-transform: uppercase;
            color: #2f2f2f;
            padding: 40px 17px;
        }

        .site-header #navbar > ul .sub-menu {
            background-color: #fff;
            width: 220px;
            position: absolute;
            left: 0;
            top: 100%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        }

        .site-header #navbar > ul > li .sub-menu li {
            border-bottom: 1px solid #f5f5f5;
        }

        .site-header #navbar > ul > li .sub-menu a {
            font-size: 14px;
            font-size: 0.875rem;
            display: block;
            padding: 10px 20px;
            color: #2f2f2f;
        }

        .site-header #navbar > ul > li > .sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
            position: relative;
        }

            .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
                font-family: "themify";
                content: "\e649";
                font-size: 11px;
                font-size: 0.6875rem;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .site-header #navbar > ul > li:hover > .sub-menu {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

        .site-header #navbar .sub-menu > li:hover > .sub-menu {
            left: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

        .site-header #navbar > ul .menu-item-has-children > a:before {
            font-family: "themify";
            content: "\e61a";
            font-size: 11px;
            font-size: 0.6875rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

        .site-header #navbar .has-mega-menu {
            position: static;
        }

        .site-header #navbar .mega-menu,
        .site-header #navbar .half-mega-menu {
            background-color: #fff;
            padding: 20px;
            border-top: 2px solid #b19a56;
            position: absolute;
            right: 0;
            top: 100%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar .mega-menu {
            width: 1140px;
            right: 15px;
        }

        .site-header #navbar .half-mega-menu {
            width: 585px;
        }

        .site-header #navbar .mega-menu-box-title {
            font-size: 14px;
            font-size: 0.875rem;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding-bottom: 7px;
            margin-bottom: 7px;
            border-bottom: 1px solid #e6e6e6;
        }

        .site-header #navbar .mega-menu-list-holder li a {
            font-size: 14px;
            font-size: 0.875rem;
            display: block;
            padding: 7px 8px;
            margin-left: -8px;
        }

        .site-header #navbar .has-mega-menu:hover > ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

        .site-header #navbar > ul .mega-menu .row,
        .site-header #navbar > ul .half-mega-menu .row {
            margin: 0;
        }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

        .site-header .container {
            width: 100%;
        }

        .site-header .navbar-header button {
            background-color: #b19a56;
            width: 40px;
            height: 40px;
            border: 0;
            padding: 5px 10px;
            outline: 0;
            position: absolute;
            right: 15px;
            top: 18px;
            z-index: 20;
            border-radius: 50%;
        }

            .site-header .navbar-header button span {
                background-color: #fff;
                display: block;
                height: 2px;
                margin-bottom: 5px;
            }

                .site-header .navbar-header button span:last-child {
                    margin: 0;
                }

        .site-header #navbar {
            background: #fff;
            display: block !important;
            width: 280px;
            height: 100% !important;
            margin: 0;
            padding: 0;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            position: fixed;
            right: -330px;
            top: 0;
            z-index: 100;
        }

            .site-header #navbar ul a {
                color: #000;
            }

                .site-header #navbar ul a:hover,
                .site-header #navbar ul li.current a {
                    color: #b19a56;
                }

            .site-header #navbar .navbar-nav {
                height: 100%;
                overflow: auto;
            }

            .site-header #navbar .close-navbar {
                background-color: #fff;
                width: 40px;
                height: 40px;
                color: #000;
                border: 0;
                outline: none;
                position: absolute;
                left: -41px;
                top: 90px;
                z-index: 20;
            }

                .site-header #navbar .close-navbar .ti-close {
                    position: relative;
                    top: 1px;
                }

            .site-header #navbar > ul > li {
                border-bottom: 1px solid #f2f2f2;
            }

                .site-header #navbar > ul > li > a {
                    padding: 10px 15px 10px 35px;
                }

        .site-header .slideInn {
            right: 0 !important;
        }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

        .site-header .navbar-collapse.collapse.in {
            display: block;
        }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

        .site-header .navbar-nav > li {
            float: none;
        }
}

@media (max-width: 991px) {
    .page-wrapper {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .body-overlay:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*----------------------------------------------------------
	header style 1
-----------------------------------------------------------*/
.header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
    font-family: "Nikahan Script", cursive;
    font-size: 30px;
    font-size: 1.875rem;
    color: #2f2f2f;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-brand, .header-style-2 .navbar-brand {
        margin-top: 12px;
        margin-bottom: 13px;
    }
}

/*----------------------------------------------------------
	header style 2
-----------------------------------------------------------*/
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-top: -30px;
    text-align: center;
    border-radius: 60px;
    border: 2px solid #fff;
    z-index: 10;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .hero-slider .swiper-button-prev:hover,
    .hero-slider .swiper-button-next:hover {
        opacity: 1;
    }

@media (max-width: 991px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

    .hero-slider .swiper-button-prev:before {
        font-family: "themify";
        content: "\e629";
        font-size: 15px;
        color: #fff;
    }

.hero-slider .swiper-button-next {
    right: 25px;
}

    .hero-slider .swiper-button-next:before {
        font-family: "themify";
        content: "\e628";
        font-size: 15px;
        color: #fff;
    }

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #b19a56;
}

.hero-style-1, .hero-static {
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-style-1, .hero-static {
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .hero-style-1, .hero-static {
        height: 100vh;
    }
}

.hero-style-1:before, .hero-static:before {
    content: "";
    background: url("../images/slider/slide-top-arrow.png") center center/cover no-repeat local;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 10;
}

@media (max-width: 991px) {
    .hero-style-1:before, .hero-static:before {
        width: 80px;
        height: 80px;
        left: 20px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .hero-style-1:before, .hero-static:before {
        width: 50px;
        height: 50px;
        left: 20px;
        top: 20px;
    }
}

.hero-style-1:after, .hero-static:after {
    content: "";
    background: url("../images/slider/slide-bottom-arrow.png") center center/cover no-repeat local;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 10;
}

@media (max-width: 991px) {
    .hero-style-1:after, .hero-static:after {
        width: 80px;
        height: 80px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero-style-1:after, .hero-static:after {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 20px;
    }
}

.hero-style-1 .wedding-announcement, .hero-static .wedding-announcement {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    display: table;
}

@media screen and (min-width: 992px) {
    .hero-style-1 .wedding-announcement, .hero-static .wedding-announcement {
        width: 80%;
        left: 10%;
    }
}

.hero-style-1 .couple-text, .hero-static .couple-text {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-style-1 #curve-text, .hero-static #curve-text {
    font-size: 17px;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 0 3em;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.hero-style-1 .couple-name, .hero-static .couple-name {
    font-family: "Nikahan Script", cursive;
    font-size: 90px;
    font-size: 5.625rem;
    color: var(--wc-blue);
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
    .hero-style-1 .couple-name, .hero-static .couple-name {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .couple-name, .hero-static .couple-name {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

/*--------------------------------------------------------------
#0.5	footer-section
--------------------------------------------------------------*/
.footer-section {
    text-align: center;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .footer-section {
        padding: 0 0 90px 0;
    }
}

.footer-section .couple-name {
    background: url("../images/footer-couple-name-frame.png") center center/cover no-repeat local;
    width: 415px;
    height: 483px;
    margin: 0 auto 25px;
    padding-left: 55px;
    display: table;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-section .couple-name {
        width: 300px;
        height: 349px;
        margin: 0 auto 20px;
        padding-left: 45px;
    }
}

.footer-section .couple-name h2 {
    font-family: "Nikahan Script", cursive;
    font-size: 48px;
    font-size: 3.2rem;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    transform: translateY(-30px) !important;
    line-height: 1.3 !important;
}

@media (max-width: 767px) {
    .footer-section .couple-name h2 {
        font-size: 38px;
        font-size: 2.375rem;
        transform: translateY(-28px) !important;
    }
}

.footer-section h3 {
    font-family: "Nikahan Script", cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0 0 0.2em;
    color: var(--wc-blue);
}

.footer-section .couple-countdown h3 {
    color: var(--wc-primary);
}

@media (max-width: 767px) {
    .footer-section h3 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.footer-section p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.footer-section a {
    color: #b19a56;
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 999;
    opacity: 0;
}

.sticky-2 {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

/*--------------------------------------------------------------
#0.6	wedding-date
--------------------------------------------------------------*/
.wedding-date {
    text-align: center;
    padding-bottom: 115px;
}

@media (max-width: 991px) {
    .wedding-date {
        padding-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .wedding-date {
        padding-bottom: 65px;
    }
}

.wedding-date h3 {
    font-size: 30px;
    font-size: 1.875pxrem;
    margin: 0;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .wedding-date h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .wedding-date h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.wedding-date h3:before, .wedding-date h3:after {
    content: "";
    background-color: #b19a56;
    width: 40px;
    height: 1px;
    position: absolute;
    left: -55px;
    top: 50%;
}

.wedding-date h3:after {
    left: auto;
    right: -55px;
}

.wedding-date #clock {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

    .wedding-date #clock > div {
        width: 176px;
        height: 179px;
        background: url("../images/clock-bg.png") center center/cover no-repeat local;
        float: left;
        display: table;
    }

@media (max-width: 991px) {
    .wedding-date #clock > div {
        width: 130px;
        height: 132px;
    }
}

@media (max-width: 767px) {
    .wedding-date #clock > div {
        background: none;
        border: 2px solid #b19a56;
        width: calc(50% - 20px);
        height: 50%;
        margin: 10px;
        padding-bottom: 15px;
    }
}

.wedding-date #clock > div > div {
    display: table-cell;
    vertical-align: middle;
}

.wedding-date #clock > div + div {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .wedding-date #clock > div + div {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .wedding-date #clock > div + div {
        margin-left: 10px;
    }
}

.wedding-date #clock .time {
    font-family: "Nikahan Script", cursive;
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1em;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .wedding-date #clock .time {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

/*--------------------------------------------------------------
#0.7	couple-section
--------------------------------------------------------------*/
.couple-section {
    background-color: #fffdf6;
}

    .couple-section .couple-area > div {
        float: left;
    }

@media (max-width: 991px) {
    .couple-section .couple-area > div {
        float: none;
    }
}

.couple-section .middle-couple-pic {
    width: 42%;
}

    .couple-section .middle-couple-pic img {
        border: 5px solid #e1d9bf;
    }

@media (max-width: 991px) {
    .couple-section .middle-couple-pic {
        width: 100%;
        margin: 50px 0;
    }
}

.couple-section .text-grid {
    width: 29%;
    padding: 115px 40px 40px;
}

@media (max-width: 1199px) {
    .couple-section .text-grid {
        padding: 45px 40px 40px;
    }
}

@media (max-width: 991px) {
    .couple-section .text-grid {
        width: 100%;
        padding: 0;
    }
}

.couple-section .text-grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0.8em;
    text-transform: uppercase;
}

.couple-section .bride {
    padding-left: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .couple-section .bride {
        text-align: left;
    }
}

.couple-section .bride .social {
    float: right;
}

@media (max-width: 991px) {
    .couple-section .bride .social {
        float: none;
    }
}

.couple-section .groom {
    padding-right: 0;
}

.couple-section ul {
    list-style: none;
    overflow: hidden;
    padding-top: 15px;
}

@media (max-width: 991px) {
    .couple-section ul {
        padding-top: 10px;
    }
}

.couple-section ul li {
    float: left;
}

.couple-section ul > li + li {
    margin-left: 10px;
}

.couple-section ul li a {
    display: block;
    background-color: #818492;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

@media (max-width: 991px) {
    .couple-section ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

.couple-section ul li a:hover {
    background-color: #b19a56;
}

/*--------------------------------------------------------------
#0.8	love-sotry-section
--------------------------------------------------------------*/
.love-sotry-section {
    text-align: center;
    background: url("../images/story-bg.png") center center/cover no-repeat local;
}

    .love-sotry-section .story-grids {
        background-color: #fff;
        max-width: 770px;
        margin: 0 auto;
        padding: 65px;
        -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
        box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
        border-radius: 10px;
        position: relative;
    }

@media (max-width: 767px) {
    .love-sotry-section .story-grids {
        padding: 65px 25px;
    }
}

.love-sotry-section .story-grids:before {
    content: "";
    background: url("../images/story-left-flower.png") center center/cover no-repeat local;
    width: 394px;
    height: 311px;
    position: absolute;
    left: -290px;
    top: 50%;
    z-index: -10;
}

.love-sotry-section .story-grids:after {
    content: "";
    background: url("../images/story-right-flower.png") center center/cover no-repeat local;
    width: 355px;
    height: 339px;
    position: absolute;
    right: -190px;
    top: 10%;
    z-index: -10;
}

.love-sotry-section h3 {
    font-family: "Nikahan Script", cursive;
    font-size: 33px;
    font-size: 2.0625rem;
    margin: 0 0 0.4em;
}

@media (max-width: 991px) {
    .love-sotry-section h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.love-sotry-section .story-grids .grid {
    position: relative;
    padding-bottom: 95px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .love-sotry-section .story-grids .grid {
        padding-bottom: 75px;
        margin-bottom: 60px;
    }
}

.love-sotry-section .story-grids .grid:after {
    font-family: 'themify';
    content: "\e634";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
}

.love-sotry-section .story-grids .grid:before {
    content: "";
    background: #d0d5e9;
    width: 1px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: 25px;
}

@media (max-width: 767px) {
    .love-sotry-section .story-grids .grid:before {
        height: 25px;
        bottom: 15px;
    }
}

.love-sotry-section .story-grids .grid:nth-child(4) {
    padding-bottom: 55px;
    margin-bottom: 0;
}

    .love-sotry-section .story-grids .grid:nth-child(4):before, .love-sotry-section .story-grids .grid:nth-child(4):after {
        display: none;
    }

/*--------------------------------------------------------------
#0.9	wedding-location-section
--------------------------------------------------------------*/
.wedding-location-section {
    padding-bottom: 33px;
}

@media (max-width: 991px) {
    .wedding-location-section {
        padding-bottom: 0;
    }
}

.wedding-location-section .location-grids {
    margin: 0 -15px;
}

    .wedding-location-section .location-grids .grid {
        width: calc(50% - 30px);
        float: left;
        margin: 0 15px 100px;
    }

@media (max-width: 650px) {
    .wedding-location-section .location-grids .grid {
        width: 100%;
        float: none;
    }
}

.wedding-location-section .img-holder {
    position: relative;
}

    .wedding-location-section .img-holder:before {
        content: "";
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        position: absolute;
        left: 15px;
        top: 15px;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }

.wedding-location-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin: 2em 0 1em;
}

@media (max-width: 991px) {
    .wedding-location-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wedding-location-section ul {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

    .wedding-location-section ul > li + li {
        margin-top: 8px;
    }

    .wedding-location-section ul i {
        display: inline-block;
        color: #b19a56;
        padding-right: 5px;
    }

.wedding-location-section p {
    margin-bottom: 2.5em;
}

/*--------------------------------------------------------------
#1.0	wishes-section
--------------------------------------------------------------*/
.wishes-section {
    background: url("../images/wishes-bg-2.jpg") center center/cover no-repeat local;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

    .wishes-section:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .wishes-section p {
        font-size: 20px;
        font-size: 1.25rem;
        font-style: italic;
        color: #fff;
        margin-bottom: 2em;
        line-height: 1.5em;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    }

    .wishes-section h5 {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 0 0.3em;
        color: #fff;
    }

        .wishes-section h5 + span {
            color: #fff;
        }

/*--------------------------------------------------------------
#1.1	groomsmen-bridesmaid
--------------------------------------------------------------*/
.groomsmen-bridesmaid {
    text-align: center;
    padding-bottom: 0;
}

    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
        margin: 0 -15px;
    }

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
        margin: 0 -7.5px;
    }
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
    width: calc(25% - 30px);
    margin: 0 15px 60px;
    float: left;
}

@media (max-width: 991px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 60px;
    }
}

@media (max-width: 500px) {
    .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
}

.groomsmen-bridesmaid .img-holder img {
    border-radius: 50%;
}

.groomsmen-bridesmaid .details {
    padding: 45px 45px 15px;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
    border-radius: 10px;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .groomsmen-bridesmaid .details {
        padding: 45px 25px 15px;
    }
}

.groomsmen-bridesmaid h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
    .groomsmen-bridesmaid h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.groomsmen-bridesmaid p {
    border-bottom: 1px solid #e8ebfa;
    padding-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .groomsmen-bridesmaid p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.groomsmen-bridesmaid ul {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

    .groomsmen-bridesmaid ul li {
        float: left;
    }

    .groomsmen-bridesmaid ul a {
        font-size: 14px;
        font-size: 0.875rem;
        color: #2f2f2f;
    }

        .groomsmen-bridesmaid ul a:hover {
            color: #b19a56;
        }

    .groomsmen-bridesmaid ul > li + li {
        margin-left: 18px;
    }

/*--------------------------------------------------------------
#1.2	gallery-section
--------------------------------------------------------------*/
.gallery-section {
    padding-top: 60px;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .gallery-section {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .gallery-section {
        padding-top: 20px;
    }
}

.gallery-section .gallery-grids {
    margin: 0 -7.5px;
}

@media (max-width: 767px) {
    .gallery-section .gallery-grids {
        margin: 0 -7.5px;
    }
}

.gallery-section .gallery-grids .grid {
    width: calc(25% - 15px);
    margin: 0 7.5px 15px;
    float: left;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .gallery-section .gallery-grids .grid {
        width: calc(33.33% - 15px);
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}

.gallery-section .grid img {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery-section .grid:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.2) rotate(-3deg);
    -moz-transform: scale(1.2) rotate(-3deg);
    -o-transform: scale(1.2) rotate(-3deg);
    -ms-transform: scale(1.2) rotate(-3deg);
    transform: scale(1.2) rotate(-3deg);
}

.gallery-section .video-play-btn i {
    width: 45px;
    height: 45px;
    background: #b19a56;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    position: absolute;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);
}

/*--------------------------------------------------------------
#1.3	rsvp-section
--------------------------------------------------------------*/
.rsvp-section {
    padding-top: 105px;
}

@media (max-width: 991px) {
    .rsvp-section {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .rsvp-section {
        padding-top: 65px;
    }
}

.rsvp-section .rspv-form {
    background-color: #fff;
    max-width: 85%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
    text-align: center;
    position: relative;
    padding: 65px 80px;
}

@media (max-width: 767px) {
    .rsvp-section .rspv-form {
        padding: 45px 50px;
    }
}

.rsvp-section .rspv-form:before {
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: white;
    opacity: 0.541;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
    box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
}

.rsvp-section .rspv-form .left-flower,
.rsvp-section .rspv-form .right-flower {
    background: url("../images/rsvp-left-flower.png") center center/cover no-repeat local;
    width: 491px;
    height: 546px;
    position: absolute;
    left: -150px;
    top: 20%;
    z-index: -10;
}

.rsvp-section .rspv-form .right-flower {
    background: url("../images/rsvp-right-flower.png") center center/cover no-repeat local;
    left: auto;
    right: -150px;
}

.rsvp-section h3,
.rsvp-section p {
    position: relative;
}

.rsvp-section h3 {
    font-family: "Nikahan Script", cursive;
    font-size: 48px;
    font-size: 4rem;
    margin: 0;
}

@media (max-width: 767px) {
    .rsvp-section h3 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.rsvp-section p {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    margin: 0;
}

.rsvp-section form {
    position: relative;
    margin-top: 50px;
}

    .rsvp-section form ::-webkit-input-placeholder {
        font-style: 16px;
        font-style: normal;
        color: #adb0bd;
    }

    .rsvp-section form :-moz-placeholder {
        font-style: 16px;
        font-style: normal;
        color: #adb0bd;
    }

    .rsvp-section form ::-moz-placeholder {
        font-style: 16px;
        font-style: normal;
        color: #adb0bd;
    }

    .rsvp-section form :-ms-input-placeholder {
        font-style: 16px;
        font-style: normal;
        color: #adb0bd;
    }

    .rsvp-section form > div {
        text-align: left;
    }

        .rsvp-section form > div + div {
            margin-top: 40px;
        }

    .rsvp-section form .submit-btn {
        text-align: center;
    }

    .rsvp-section form input,
    .rsvp-section form select,
    .rsvp-section form textarea {
        border: 0;
        border-bottom: 1px solid #e9ebf2;
        border-radius: 0;
    }

        .rsvp-section form input:focus,
        .rsvp-section form select:focus,
        .rsvp-section form textarea:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .rsvp-section form select {
        color: #adb0bd;
        font-style: normal;
    }

    .rsvp-section form textarea {
        height: 120px;
    }

/*--------------------------------------------------------------
#1.4	gift-registry-section 
--------------------------------------------------------------*/
.gift-registry-section {
    padding-bottom: 0;
}

    .gift-registry-section .grid {
        width: 25%;
        float: left;
        text-align: center;
        border: 1px solid #eeeeee;
        margin: -1px 0 0 -1px;
        padding: 25px;
    }

@media (max-width: 767px) {
    .gift-registry-section .grid {
        width: 50%;
    }
}

.gift-registry-section img {
    display: inline-block;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
    padding-bottom: 0;
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

    .blog-pg-section .blog-content .post {
        margin-bottom: 100px;
    }

@media (max-width: 991px) {
    .blog-pg-section .blog-content .post {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .blog-content .post {
        margin-bottom: 60px;
    }
}

.blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}

@media screen and (min-width: 1200px) {
    .blog-pg-section .entry-meta {
        padding-left: 60px;
        position: relative;
    }

        .blog-pg-section .entry-meta:before {
            content: "";
            background-color: #a7a9c0;
            width: 40px;
            height: 1px;
            position: absolute;
            left: 0;
            top: 8px;
        }
}

@media (max-width: 767px) {
    .blog-pg-section .entry-meta {
        margin: 25px 0;
    }
}

.blog-pg-section .entry-meta li {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .blog-pg-section .entry-meta li {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 600px) {
    .blog-pg-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.blog-pg-section .entry-meta li i {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .blog-pg-section .entry-meta li i {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.blog-pg-section .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 600px) {
    .blog-pg-section .entry-meta > li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

.blog-pg-section .entry-meta li a {
    color: #636893;
}

    .blog-pg-section .entry-meta li a:hover {
        color: #b19a56;
    }

.blog-pg-section .entry-meta li:last-child i {
    position: relative;
    top: 3px;
}

.blog-pg-section .post h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
    .blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .blog-pg-section .post h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-pg-section .post h3 a {
    color: #2f2f2f;
}

    .blog-pg-section .post h3 a:hover {
        color: #b19a56;
    }

.blog-pg-section .post p {
    margin-bottom: 1.9em;
}

@media (max-width: 991px) {
    .blog-pg-section .post p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
    background-color: #f8f6f0;
    padding: 25px 35px 45px;
}

@media (max-width: 767px) {
    .blog-pg-section .format-standard,
    .blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

.blog-pg-section .format-gallery {
    position: relative;
}

    .blog-pg-section .format-gallery .owl-controls {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
            background: #b19a56;
        }

        .blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
            background: rgba(133, 133, 133, 0.5);
            width: 50px;
            height: 50px;
            line-height: 50px;
            padding: 0;
            margin: 0;
            border-radius: 50%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
        .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
            left: 15px;
        }

        .blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
            right: 15px;
        }

.blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-pg-section .format-quote {
        padding: 40px 20px;
    }
}

.blog-pg-section .format-quote p {
    margin-bottom: 0;
}

.blog-pg-section .format-quote:before {
    font-family: "Flaticon";
    content: "\f105";
    font-size: 250px;
    font-size: 15.625rem;
    color: #f0eeec;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
    position: relative;
}

.blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

    .blog-pg-section .format-video .video-holder:before {
        content: "";
        background-color: #b19a56;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.5;
    }

    .blog-pg-section .format-video .video-holder:hover:before {
        opacity: 0.7;
    }

    .blog-pg-section .format-video .video-holder a {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .blog-pg-section .format-video .video-holder .fi:before {
        font-size: 80px;
        font-size: 5rem;
        color: #fff;
    }

@media (max-width: 767px) {
    .blog-pg-section .format-video .video-holder .fi:before {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    padding-bottom: 0;
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

    .blog-single-section .entry-meta {
        list-style: none;
        overflow: hidden;
        margin: 35px 0;
    }

@media screen and (min-width: 1200px) {
    .blog-single-section .entry-meta {
        padding-left: 60px;
        position: relative;
    }

        .blog-single-section .entry-meta:before {
            content: "";
            background-color: #a7a9c0;
            width: 40px;
            height: 1px;
            position: absolute;
            left: 0;
            top: 8px;
        }
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
}

.blog-single-section .entry-meta li {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta li {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media (max-width: 600px) {
    .blog-single-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.blog-single-section .entry-meta li i {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta li i {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.blog-single-section .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 600px) {
    .blog-single-section .entry-meta > li + li {
        margin-left: 0;
        padding-left: 0;
    }
}

.blog-single-section .entry-meta li a {
    color: #636893;
}

    .blog-single-section .entry-meta li a:hover {
        color: #b19a56;
    }

.blog-single-section .entry-meta li:last-child i {
    position: relative;
    top: 3px;
}

.blog-single-section .post h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.blog-single-section .post p {
    margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .post blockquote {
    background-color: #b19a56;
    color: #fff;
    line-height: 1.6em;
    padding: 120px 45px 50px;
    margin-top: 60px;
    border: 0;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        padding: 55px 25px;
    }
}

.blog-single-section .post blockquote:before {
    font-family: "Flaticon";
    content: "\f105";
    font-size: 60px;
    font-size: 3.75rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .blog-single-section .post blockquote:before {
        display: none;
    }
}

.blog-single-section .post blockquote .quoter {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin-top: 15px;
}

.blog-single-section .tag-share {
    border-top: 1px solid #f7f5ee;
    border-bottom: 1px solid #f7f5ee;
    margin: 75px 0 0;
    padding: 30px 0;
    color: #2f2f2f;
}

    .blog-single-section .tag-share ul {
        list-style: none;
        display: inline-block;
        overflow: hidden;
    }

        .blog-single-section .tag-share ul li {
            float: left;
        }

@media (max-width: 767px) {
    .blog-single-section .tag-share ul li {
        margin: 2px;
    }
}

.blog-single-section .tag-share ul > li + li {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share ul > li + li {
        margin: 2px;
    }
}

.blog-single-section .tag-share .tag {
    float: left;
}

    .blog-single-section .tag-share .tag > span {
        color: #2f2f2f;
        font-weight: bold;
        display: inline-block;
        padding-right: 8px;
    }

    .blog-single-section .tag-share .tag ul {
        list-style: none;
        position: relative;
        top: 5px;
    }

    .blog-single-section .tag-share .tag li {
        position: relative;
    }

        .blog-single-section .tag-share .tag li:after {
            content: ",";
            position: absolute;
            right: -4px;
            bottom: 0;
        }

    .blog-single-section .tag-share .tag a {
        font-size: 14px;
        font-size: 0.875rem;
        color: #2f2f2f;
    }

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag a {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-single-section .tag-share .tag a:hover {
    color: #b19a56;
}

.blog-single-section .tag-share .share {
    float: right;
    position: relative;
    top: -15px;
}

    .blog-single-section .tag-share .share > span {
        color: #2f2f2f;
        font-weight: 600;
        display: inline-block;
        padding-right: 8px;
    }

    .blog-single-section .tag-share .share ul {
        position: relative;
        top: 15px;
    }

        .blog-single-section .tag-share .share ul > li + li {
            margin-left: 10px;
        }

@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li + li {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share ul > li {
        margin: 5px;
    }
}

.blog-single-section .tag-share .share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #627381;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share a {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-single-section .tag-share .share a:hover {
    background: #b19a56;
    border-color: #b19a56;
    color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
    color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
    color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
    color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
    color: #933f94;
}

.blog-single-section .author-box {
    padding: 35px 40px 25px;
    margin: 70px 0;
    -webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(8, 106, 216, 0.04);
    box-shadow: 0px 0px 21.17px 7.83px rgba(8, 106, 216, 0.04);
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    color: #2f2f2f;
}

.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

    .blog-single-section .author-box .social-link li {
        float: left;
        margin-right: 12px;
    }

    .blog-single-section .author-box .social-link a {
        display: block;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #2f2f2f;
    }

        .blog-single-section .author-box .social-link a:hover {
            color: #b19a56;
        }

.blog-single-section .more-posts {
    overflow: hidden;
    border: 1px solid #efe5c7;
    padding: 0 25px;
}

    .blog-single-section .more-posts > div {
        width: 50%;
        float: left;
    }

@media (max-width: 767px) {
    .blog-single-section .more-posts > div {
        width: 100%;
        float: none;
    }
}

.blog-single-section .more-posts > div > a {
    display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post,
    .blog-single-section .more-posts .next-post {
        padding: 25px 15px !important;
    }
}

.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #efe5c7;
    padding-left: 15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #dae9f9;
    }
}

.blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0;
    }
}

.blog-single-section .more-posts .next-post .post-control-link:before {
    font-family: "Flaticon";
    content: "\f104";
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post .post-control-link:before {
        display: none;
    }
}

.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}

    .blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 25px;
        position: relative;
    }

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0;
    }
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
    font-family: "Flaticon";
    content: "\f103";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none;
    }
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
    display: block;
}

.blog-single-section .more-posts .post-control-link {
    font-size: 14px;
    font-size: 0.875rem;
    color: #818492;
}

.blog-single-section .more-posts .post-name {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #2f2f2f;
    margin: 0.7em 0 0;
}

@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 16px;
        font-size: 1rem;
    }
}

.blog-single-section .more-posts a:hover .post-control-link {
    color: #b19a56;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

    .blog-single-section .comments-area .comments {
        border: 2px solid #f7f5ee;
    }

    .blog-single-section .comments-area li > div {
        border-bottom: 1px solid #f7f5ee;
        padding: 35px;
    }

@media (max-width: 991px) {
    .blog-single-section .comments-area li > div {
        padding: 35px 25px;
    }
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

    .blog-single-section .comments-area ol ul {
        padding-left: 30px;
        list-style-type: none;
    }

    .blog-single-section .comments-area ol > li:last-child div {
        border-bottom: 0;
    }

.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .comments-area li > div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    color: #2f2f2f;
    font-weight: bold;
    margin: 0 0 1em;
}

    .blog-single-section .comments-area .comments-meta h4 span {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #818492;
        font-weight: normal;
        font-style: italic;
        text-transform: none;
        display: inline-block;
        padding-left: 5px;
    }

@media (max-width: 767px) {
    .blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0;
    }
}

.blog-single-section .comments-area .comment-reply-link {
    background: #c9b98a;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}

    .blog-single-section .comments-area .comment-reply-link:hover {
        background-color: #b19a56;
    }

.blog-single-section .comment-respond {
    margin-top: 70px;
}

    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: bold;
        margin: 0 0 1.5em;
    }

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: 2px solid #f7f5ee;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .blog-single-section .comment-respond form input:focus,
    .blog-single-section .comment-respond form textarea:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #b19a56;
    }

@media (max-width: 991px) {
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 49%;
        float: left;
    }

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #b19a56;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: capitalize;
    border-radius: 70px;
    font-weight: 500;
}

    .blog-single-section .comment-respond .form-submit input:hover {
        background-color: #313131;
    }

/* =========================================================
   THE CHURCH WEDDING - BRAND CONSOLIDATED STYLES
   Official palette:
   #ab023d primary burgundy
   #e97b9e rose accent
   #e77956 coral accent
   #b5c5de dusty blue
   #e4e3e3 base background
========================================================= */

:root {
    --wc-primary: #ab023d;
    --wc-rose: #e97b9e;
    --wc-coral: #e77956;
    --wc-blue: #b5c5de;
    --wc-base: #e4e3e3;
    --wc-base-soft: #f3f2f2;
    --wc-white: #ffffff;
    --wc-text: #4f4045;
    --wc-text-soft: #7d6f74;
    --wc-muted: #9a8d91;
    --wc-border: rgba(171, 2, 61, 0.14);
    --wc-shadow: rgba(171, 2, 61, 0.10);
    /* legacy aliases used by older theme rules */
    --wc-paper: #e4e3e3;
    --wc-paper-soft: #f3f2f2;
    --wc-paper-2: #f3f2f2;
    --wc-gold: #ab023d;
    --wc-gold-deep: #7f012d;
    --wc-berry: #ab023d;
    --wc-blush: #e97b9e;
    --wc-peach: #e77956;
    --wc-lavender: #b5c5de;
    --wc-plum: #ab023d;
    --wc-sage: #b5c5de;
}

html {
    font-size: 16px;
}

body {
    font-family: "Cormorant Garamond", Georgia, serif;
    background-color: var(--wc-base);
    color: var(--wc-text);
    font-size: 18px;
    line-height: 1.85;
    overflow-x: hidden;
}

p,
li,
label,
input,
textarea,
select,
.form input,
.form textarea,
.form select,
.rsvp-section form input,
.rsvp-section form select,
.rsvp-section form textarea {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--wc-text);
}

p {
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wc-primary);
}

a {
    color: var(--wc-primary);
}

    a:hover,
    a:focus {
        color: var(--wc-coral);
        text-decoration: none;
    }

/* Romantic script elements */
.section-title h2,
.section-title-s2 h2,
.hero-style-1 .couple-name,
.hero-static .couple-name,
.footer-section .couple-name h2,
.footer-section h3,
.rsvp-section h3,
.love-sotry-section h3 {
    font-family: "Nikahan Script", cursive;
}

/* Navigation, buttons, and small UI labels */
.site-header #navbar > ul > li > a,
.see-location-btn,
.theme-btn,
.theme-btn-s3,
button,
.navbar-brand,
.wedding-location-section h3,
.couple-section .text-grid h3,
.groomsmen-bridesmaid h4,
.wishes-section h5,
.wedding-date h3 {
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0.08em;
}

.section-title h2,
.section-title-s2 h2 {
    color: var(--wc-blue);
}

    .section-title h2:before,
    .section-title-s2 h2:before {
        filter: hue-rotate(300deg) saturate(1.2);
        opacity: 0.95;
    }

/* Preloader */
.preloader .middle .fi:before,
.validate-rsvp-form #loader i {
    color: var(--wc-primary);
}

/* Buttons */
.theme-btn,
.theme-btn-s3,
button.theme-btn {
    background: linear-gradient(135deg, var(--wc-primary), var(--wc-rose));
    color: var(--wc-white);
    border-radius: 999px;
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid transparent;
    box-shadow: 0 10px 24px rgba(171, 2, 61, 0.18);
    text-transform: uppercase;
}

    .theme-btn:hover,
    .theme-btn-s3:hover,
    button.theme-btn:hover {
        background: linear-gradient(135deg, var(--wc-coral), var(--wc-primary));
        color: var(--wc-white);
    }

.see-location-btn {
    font-size: 12px;
    font-weight: 700;
    padding: 12px 24px;
    border: 2px solid var(--wc-primary);
    color: var(--wc-primary);
    border-radius: 999px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.78);
}

    .see-location-btn:hover {
        background-color: var(--wc-primary);
        color: var(--wc-white);
    }

/* Forms */
.form input,
.form textarea,
.form select,
.rsvp-section form input,
.rsvp-section form select,
.rsvp-section form textarea {
    background-color: rgba(255, 255, 255, 0.94);
    border-color: rgba(171, 2, 61, 0.22);
    color: var(--wc-text);
}

    .form input:focus,
    .form textarea:focus,
    .form select:focus,
    .rsvp-section form input:focus,
    .rsvp-section form select:focus,
    .rsvp-section form textarea:focus {
        border-color: var(--wc-primary);
        box-shadow: 0 0 0 3px rgba(233, 123, 158, 0.22);
    }

.form ::-webkit-input-placeholder,
.rsvp-section form ::-webkit-input-placeholder {
    color: var(--wc-text-soft);
}

.form :-moz-placeholder,
.rsvp-section form :-moz-placeholder {
    color: var(--wc-text-soft);
}

.form ::-moz-placeholder,
.rsvp-section form ::-moz-placeholder {
    color: var(--wc-text-soft);
}

.form :-ms-input-placeholder,
.rsvp-section form :-ms-input-placeholder {
    color: var(--wc-text-soft);
}

/* Header / navigation */
.site-header .navigation {
    background-color: rgba(255, 255, 255, 0.96);
    border: 0;
    box-shadow: 0 8px 28px rgba(171, 2, 61, 0.10);
}

.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
    font-family: "Nikahan Script", cursive;
    color: var(--wc-primary);
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li.current-menu-item a,
.site-header #navbar > ul li.current a {
    color: var(--wc-rose) !important;
}

.site-header .navbar-header button {
    background-color: var(--wc-primary);
}

.site-header #navbar .mega-menu,
.site-header #navbar .half-mega-menu {
    border-top-color: var(--wc-primary);
}

@media screen and (min-width: 992px) {
    .site-header .navigation {
        min-height: 92px;
        padding: 0;
    }

        .site-header .navigation > .container {
            width: 100%;
            max-width: 1380px;
            min-height: 92px;
            padding-left: 24px;
            padding-right: 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: nowrap;
        }

    .site-header .navbar-header {
        float: none;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        height: auto;
        line-height: 1;
        white-space: nowrap;
        font-size: 32px;
    }

    .site-header #navbar {
        float: none !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex: 1 1 auto;
        width: auto;
        margin: 0;
        padding: 0;
    }

        .site-header #navbar > ul {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-wrap: nowrap;
            width: auto;
            margin: 0;
            padding: 0;
            gap: 0;
        }

            .site-header #navbar > ul > li {
                float: none;
                display: flex;
                align-items: center;
                margin: 0;
                padding: 0;
                white-space: nowrap;
            }

                .site-header #navbar > ul > li > a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    min-height: 92px;
                    padding: 0 11px;
                    line-height: 1;
                    font-size: 12px;
                    letter-spacing: 0.07em;
                    white-space: nowrap;
                    color: var(--wc-primary);
                    font-weight: 700;
                    text-transform: uppercase;
                }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand {
        font-size: 28px;
    }

    .site-header #navbar > ul > li > a {
        padding: 0 8px;
        font-size: 11px;
        letter-spacing: 0.045em;
    }
}

@media screen and (max-width: 991px) {
    .site-header .navigation {
        min-height: 76px;
    }

        .site-header .navigation > .container {
            display: block;
            min-height: 76px;
        }

    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand {
        margin: 0;
        padding: 24px 15px;
        line-height: 1;
        font-size: 28px;
    }
}

/* Hero slider */
.hero-slider,
.hero-style-1,
.hero-static {
    width: 100%;
    overflow: hidden;
}

    .hero-slider .swiper-container,
    .hero-slider .swiper-wrapper,
    .hero-slider .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .hero-slider .slide-inner {
        transform: none !important;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .hero-slider .slide-inner:before,
        .hero-slider .slide-inner::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(60, 38, 50, 0.20);
            z-index: 1;
        }

    .hero-style-1 .wedding-announcement,
    .hero-static .wedding-announcement {
        z-index: 5;
    }

    .hero-style-1 .couple-text,
    .hero-static .couple-text {
        text-align: center;
    }

    .hero-style-1 .couple-name,
    .hero-static .couple-name {
        color: var(--wc-blue);
        text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    }

    .hero-style-1 #curve-text,
    .hero-static #curve-text {
        font-family: "Montserrat", Arial, sans-serif;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

.next-prev-btn .swiper-button-next,
.next-prev-btn .swiper-button-prev {
    border-color: rgba(255, 255, 255, 0.72);
}

    .next-prev-btn .swiper-button-next:hover,
    .next-prev-btn .swiper-button-prev:hover {
        border-color: var(--wc-rose);
    }

/* Wedding date / countdown */
.wedding-date {
    background: linear-gradient(to bottom, var(--wc-base), var(--wc-base-soft));
}

    .wedding-date h3 {
        color: var(--wc-primary);
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
    }

        .wedding-date h3:before,
        .wedding-date h3:after {
            background-color: var(--wc-coral);
        }

    .wedding-date #clock > div,
    .clock-grids .box {
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(171, 2, 61, 0.18);
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(171, 2, 61, 0.08);
    }

    .wedding-date #clock .time,
    .clock-grids .time {
        color: var(--wc-primary);
    }

/* Couple */
.couple-section {
    background: linear-gradient(to bottom, #ffffff, var(--wc-base));
}

    .couple-section .text-grid h3,
    .wedding-location-section h3,
    .groomsmen-bridesmaid h4 {
        color: var(--wc-primary);
        font-weight: 700;
    }

    .couple-section .middle-couple-pic img {
        border: 5px solid rgba(171, 2, 61, 0.26);
        box-shadow: 0 16px 40px rgba(171, 2, 61, 0.10);
    }

    .couple-section ul li a:hover {
        background-color: var(--wc-primary);
    }

/* Story section with original flower assets restored */
.love-sotry-section {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: linear-gradient(rgba(228, 227, 227, 0.42), rgba(228, 227, 227, 0.62)), url("../images/story-bg.png") center center/cover no-repeat local;
}

    .love-sotry-section:before {
        content: "";
        background: url("../images/story-left-flower.png") center center/contain no-repeat local;
        width: 394px;
        height: 311px;
        position: absolute;
        left: calc(50% - 675px);
        top: 50%;
        z-index: 1;
        pointer-events: none;
    }

    .love-sotry-section:after {
        content: "";
        background: url("../images/story-right-flower.png") center center/contain no-repeat local;
        width: 355px;
        height: 339px;
        position: absolute;
        right: calc(50% - 640px);
        top: 12%;
        z-index: 1;
        pointer-events: none;
    }

    .love-sotry-section .container {
        position: relative;
        z-index: 2;
    }

    .love-sotry-section .story-grids {
        background-color: rgba(255, 255, 255, 0.94);
        max-width: 770px;
        margin: 0 auto;
        padding: 65px;
        border-radius: 10px;
        position: relative;
        z-index: 3;
        border: 1px solid rgba(171, 2, 61, 0.14);
        box-shadow: 0px 14px 36.21px 14.79px rgba(171, 2, 61, 0.08);
    }

        .love-sotry-section .story-grids:before,
        .love-sotry-section .story-grids:after {
            content: none;
            display: none;
        }

    .love-sotry-section h3,
    .rsvp-section h3
    {
        color: var(--wc-primary);
    }

    .love-sotry-section .story-grids .grid:after {
        color: var(--wc-primary);
    }

    .love-sotry-section .story-grids .grid:before {
        background: rgba(171, 2, 61, 0.34);
    }

@media (max-width: 991px) {
    .love-sotry-section:before {
        left: -120px;
        top: 50%;
        opacity: 0.55;
    }

    .love-sotry-section:after {
        right: -110px;
        top: 15%;
        opacity: 0.55;
    }
}

@media (max-width: 767px) {
    .love-sotry-section .story-grids {
        padding: 65px 25px;
    }

    .love-sotry-section:before,
    .love-sotry-section:after {
        opacity: 0.28;
    }
}

/* Travel / stay section */
.wedding-location-section {
    padding-bottom: 70px;
    background: linear-gradient(to bottom, var(--wc-base), var(--wc-base-soft));
}

    .wedding-location-section .location-grids {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
        margin: 0;
        align-items: stretch;
    }

        /* Bootstrap clearfix creates pseudo-elements that become fake CSS-grid items. Disable them here. */
        .wedding-location-section .location-grids.clearfix:before,
        .wedding-location-section .location-grids.clearfix:after {
            content: none;
            display: none;
        }

        .wedding-location-section .location-grids .grid {
            float: none;
            width: 100%;
            margin: 0;
            background: rgba(255, 255, 255, 0.96);
            border: 1px solid rgba(171, 2, 61, 0.12);
            box-shadow: 0 18px 42px rgba(171, 2, 61, 0.08);
            display: flex;
            flex-direction: column;
            min-height: 100%;
            padding: 0;
            overflow: hidden;
        }

            .wedding-location-section .location-grids .grid .img-holder {
                width: 100%;
                margin: 0;
                padding: 0;
            }

                .wedding-location-section .location-grids .grid .img-holder img {
                    width: 100%;
                    display: block;
                }

    .wedding-location-section .img-holder:before {
        border-color: rgba(255, 255, 255, 0.72);
    }

    .wedding-location-section .location-grids .grid > h3 {
        padding: 34px 34px 0 34px;
        margin: 0 0 18px 0;
        color: var(--wc-primary);
    }

    .wedding-location-section .location-grids .grid > ul {
        padding: 0 34px;
        margin: 0 0 26px 0;
    }

    .wedding-location-section .location-grids .grid > p {
        padding: 0 34px;
        margin: 0 0 24px 0;
        line-height: 1.75;
    }

    .wedding-location-section ul i {
        color: var(--wc-coral);
    }

    .wedding-location-section .location-grids .grid > .see-location-btn {
        align-self: flex-start;
        margin: auto 34px 34px 34px;
    }

@media screen and (max-width: 767px) {
    .wedding-location-section .location-grids {
        grid-template-columns: 1fr;
        gap: 30px;
    }

        .wedding-location-section .location-grids .grid > h3 {
            padding: 28px 24px 0 24px;
        }

        .wedding-location-section .location-grids .grid > ul,
        .wedding-location-section .location-grids .grid > p {
            padding-left: 24px;
            padding-right: 24px;
        }

        .wedding-location-section .location-grids .grid > .see-location-btn {
            margin-left: 24px;
            margin-right: 24px;
            margin-bottom: 28px;
        }
}

/* Wishes */
/*.wishes-section {
    background: linear-gradient(rgba(171, 2, 61, 0.48), rgba(171, 2, 61, 0.48)), url("../images/wishes-bg.jpg") center center/cover no-repeat local;
}*/

    .wishes-section p,
    .wishes-section h5,
    .wishes-section h5 + span {
        color: var(--wc-white);
    }

    .wishes-section h5 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

/* Wedding party */
.groomsmen-bridesmaid .details {
    border: 1px solid rgba(171, 2, 61, 0.12);
    box-shadow: 0 16px 38px rgba(171, 2, 61, 0.08);
}

.groomsmen-bridesmaid h4 {
    color: var(--wc-primary);
}

.groomsmen-bridesmaid ul a:hover {
    color: var(--wc-rose);
}

/* Gallery */
.gallery-section .grid img {
    transition: all 0.45s ease-in-out;
}

.gallery-section .video-play-btn i {
    background: var(--wc-primary);
}

/* RSVP */
.rsvp-section .rspv-form {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 18px 46px rgba(171, 2, 61, 0.10);
    border-radius: 18px;
}

    .rsvp-section .rspv-form:before {
        background-color: rgba(255, 255, 255, 0.72);
        border-radius: 18px;
    }

.rsvp-section p {
    color: var(--wc-text-soft);
    font-style: normal;
}

.rsvp-section .rspv-form .left-flower,
.rsvp-section .rspv-form .right-flower {
    opacity: 0.80;
}

.validate-rsvp-form #success {
    background-color: var(--wc-primary);
}

.validate-rsvp-form #error {
    background-color: var(--wc-coral);
}

/* Registry */
.gift-registry-section .grid {
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(171, 2, 61, 0.12);
}

/* Footer */
.footer-section {
    background: linear-gradient(to bottom, var(--wc-base), var(--wc-base-soft));
}

    .footer-section a {
        color: var(--wc-primary);
    }

        .footer-section a:hover {
            color: var(--wc-coral);
        }

/* Soft floral wash inspired by the save-the-date palette */
.couple-section,
.wedding-location-section,
.rsvp-section,
.gift-registry-section,
.gallery-section {
    position: relative;
}

    .couple-section:before,
    .wedding-location-section:before,
    .rsvp-section:before,
    .gift-registry-section:before,
    .gallery-section:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at top left, rgba(171, 2, 61, 0.055), transparent 18%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.16), transparent 20%), radial-gradient(circle at bottom left, rgba(231, 121, 86, 0.10), transparent 18%);
    }

/* Optional floral corner PNGs */
.floral-top-left,
.floral-bottom-right {
    position: relative;
}

    .floral-top-left:before,
    .floral-bottom-right:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        pointer-events: none;
        z-index: 2;
        opacity: 0.95;
    }

    .floral-top-left:before {
        top: 0;
        left: 0;
        width: 240px;
        height: 240px;
        background-image: url("../images/florals/floral-top-left.png");
    }

    .floral-bottom-right:after {
        right: 0;
        bottom: 0;
        width: 260px;
        height: 260px;
        background-image: url("../images/florals/floral-bottom-right.png");
    }

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .theme-btn,
    .theme-btn-s3,
    .see-location-btn {
        font-size: 11px;
        letter-spacing: 0.06em;
    }

    .floral-top-left:before,
    .floral-bottom-right:after {
        width: 150px;
        height: 150px;
        opacity: 0.75;
    }
}

/* =========================================================
   Guest Info Detail Pages
========================================================= */

.guest-info-page {
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.18), transparent 22%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.30), transparent 26%), linear-gradient(to bottom, var(--wc-base), var(--wc-base-soft));
}

.guest-card-grid {
    margin-top: 30px;
}

.guest-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(171, 2, 61, 0.14);
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 42px rgba(171, 2, 61, 0.08);
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .guest-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(233, 123, 158, 0.08), transparent 24%), radial-gradient(circle at bottom left, rgba(231, 121, 86, 0.08), transparent 22%);
        pointer-events: none;
    }

    .guest-card > * {
        position: relative;
        z-index: 1;
    }

.guest-card-feature {
    text-align: center;
    padding: 46px 54px;
}

.guest-card h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--wc-primary);
    font-size: 38px;
    margin: 0 0 18px;
    text-transform: none;
    letter-spacing: 0;
}

.guest-card p {
    color: var(--wc-text);
    font-size: 18px;
}

.guest-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .guest-list li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 12px;
        color: var(--wc-text);
    }

        .guest-list li:before {
            content: "\e64c";
            font-family: "themify";
            position: absolute;
            left: 0;
            top: 1px;
            color: var(--wc-primary);
            font-size: 13px;
        }

.guest-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

    .guest-check-grid div {
        background: rgba(228, 227, 227, 0.55);
        border: 1px solid rgba(171, 2, 61, 0.10);
        border-radius: 14px;
        padding: 14px 18px;
        color: var(--wc-text);
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

.guest-table {
    background: rgba(255, 255, 255, 0.78);
    margin-bottom: 22px;
}

    .guest-table thead th {
        background: var(--wc-primary);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .guest-table tbody td {
        color: var(--wc-text);
        border-color: rgba(171, 2, 61, 0.10);
        font-size: 17px;
    }

.guest-button-row {
    margin-top: 28px;
}

.guest-bottom-actions {
    margin-top: 44px;
}

    .guest-bottom-actions .theme-btn,
    .guest-bottom-actions .see-location-btn {
        margin: 8px;
    }

@media (max-width: 767px) {
    .guest-card,
    .guest-card-feature {
        padding: 28px 22px;
    }

        .guest-card h3 {
            font-size: 32px;
        }

    .guest-check-grid {
        grid-template-columns: 1fr;
    }

    .guest-bottom-actions .theme-btn,
    .guest-bottom-actions .see-location-btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

/* =========================================================
   Guest Info Photo Placeholders
========================================================= */

.guest-photo-hero {
    margin: 0 auto 34px;
    max-width: 980px;
}

.guest-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 34px 0;
}

.guest-photo-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(171, 2, 61, 0.14);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(171, 2, 61, 0.08);
}

.guest-photo-placeholder {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
    background: linear-gradient(rgba(171, 2, 61, 0.20), rgba(181, 197, 222, 0.30)), radial-gradient(circle at top left, rgba(233, 123, 158, 0.35), transparent 34%), radial-gradient(circle at bottom right, rgba(231, 121, 86, 0.28), transparent 32%), var(--wc-base);
    color: var(--wc-primary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

    .guest-photo-placeholder.large {
        min-height: 390px;
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(171, 2, 61, 0.08);
    }

.guest-photo-card h4 {
    margin: 0;
    padding: 18px 20px 4px;
    color: var(--wc-primary);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.guest-photo-card p {
    padding: 0 20px 22px;
    margin: 0;
    font-size: 16px;
    color: var(--wc-text);
}

.guest-photo-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

    .guest-photo-img.large {
        height: 390px;
        border-radius: 22px;
    }

@media (max-width: 991px) {
    .guest-photo-grid {
        grid-template-columns: 1fr;
    }

    .guest-photo-placeholder.large,
    .guest-photo-img.large {
        min-height: 300px;
        height: 300px;
    }

    /* Center the Our Story heart divider */
    .love-sotry-section .story-grids .grid:after {
        left: 50% !important;
        transform: translateX(-50%);
        width: 18px;
        text-align: center;
        color: var(--wc-primary);
    }

    /* Center the vertical divider line above the heart */
    .love-sotry-section .story-grids .grid:before {
        left: 50% !important;
        transform: translateX(-50%);
        background: rgba(171, 2, 61, 0.34);
    }


    /* Make sure story paragraph/card text stays readable */
    .love-sotry-section .story-grids p {
        color: var(--wc-text);
    }
}

/* Navbar logo color */
.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand,
.site-header .navbar-brand {
    color: var(--wc-blue) !important;
}

    .header-style-1 .navbar-brand:hover,
    .header-style-2 .navbar-brand:hover,
    .site-header .navbar-brand:hover,
    .site-header .navbar-brand:focus {
        color: var(--wc-primary) !important;
    }
/* =========================================================
   Final Homepage Polish Updates
========================================================= */

.hero-style-1 #curve-text,
.hero-static #curve-text {
    font-family: "Montserrat", Arial, sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    margin: 0 auto 5em auto !important;
    line-height: 2 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35) !important;
}

.wedding-date #clock .time,
.clock-grids .time {
    font-family: "Montserrat", Arial, sans-serif !important;
    color: var(--wc-primary) !important;
    font-weight: 500 !important;
}

.wedding-date .section-title h2,
.wedding-date .section-title-s2 h2,
.wedding-location-section .section-title h2,
.wedding-location-section .section-title-s2 h2 {
    color: var(--wc-blue) !important;
}

.rsvp-section .rspv-form h3 {
    margin-bottom: 18px !important;
}

.rsvp-section .rspv-form > p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
}

.footer-section .couple-name h2 {
    color: var(--wc-blue) !important;
}

@media (max-width: 500px) {
    .hero-style-1 #curve-text,
    .hero-static #curve-text {
        font-size: 8px !important;
        letter-spacing: 0.16em !important;
        margin-bottom: 3em !important;
        top: -15px !important;
    }
}

/* =========================================================
   Elegant Our Story Snippet
========================================================= */

.story-snippet {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.story-snippet-heading {
    font-family: "Montserrat", Arial, sans-serif !important;
    color: var(--wc-primary);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.7;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.story-quote {
    border: 0;
    margin: 0 auto 32px;
    padding: 38px 34px;
    max-width: 620px;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.12), transparent 32%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.18), transparent 34%), rgba(255, 255, 255, 0.78);
    border-top: 1px solid rgba(171, 2, 61, 0.16);
    border-bottom: 1px solid rgba(171, 2, 61, 0.16);
    position: relative;
}

/*    .story-quote:before {
        content: "“";
        font-family: "Nikahan Script", cursive;
        color: rgba(171, 2, 61, 0.18);
        font-size: 112px;
        line-height: 1;
        position: absolute;
        top: -8px;
        left: 24px;
    }*/

    .story-quote p {
        font-family: "Cormorant Garamond", Georgia, serif;
        color: var(--wc-primary);
        font-size: 32px;
        line-height: 1.35;
        margin: 0 0 14px;
        position: relative;
        z-index: 1;
    }

    .story-quote footer {
        font-family: "Cormorant Garamond", Georgia, serif;
        color: var(--wc-text-soft);
        font-size: 17px;
        font-style: italic;
        line-height: 1.6;
        position: relative;
        z-index: 1;
    }

.story-snippet-copy {
    font-size: 20px;
    line-height: 1.75;
    color: var(--wc-text);
    margin: 0 0 10px;
}

.story-snippet-arrival {
    font-family: "Nikahan Script", cursive;
    color: var(--wc-coral);
    font-size: 32px;
    line-height: 1.25;
    margin: 18px 0 0;
}

.story-read-more {
    margin-top: 34px;
}

@media (max-width: 767px) {
    .story-snippet-heading {
        font-size: 13px;
        letter-spacing: 0.09em;
    }

    .story-quote {
        padding: 32px 22px;
    }

        .story-quote p {
            font-size: 26px;
        }

        .story-quote footer {
            font-size: 16px;
        }

    .story-snippet-copy {
        font-size: 18px;
    }

    .story-snippet-arrival {
        font-size: 30px;
    }
}


/* =========================================================
   Where To Stay Button Row
========================================================= */

.wedding-location-section .location-grids .grid .location-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 34px 34px 34px;
    margin-top: auto;
}

    .wedding-location-section .location-grids .grid .location-button-row .see-location-btn {
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

        .wedding-location-section .location-grids .grid .location-button-row .see-location-btn i {
            margin-left: 6px;
        }

@media (max-width: 767px) {
    .wedding-location-section .location-grids .grid .location-button-row {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 28px;
        flex-direction: column;
    }

        .wedding-location-section .location-grids .grid .location-button-row .see-location-btn {
            width: 100%;
            text-align: center;
        }
}


/* =========================================================
   Travel Tips Clean Card Grid
========================================================= */

.travel-tips-page .guest-card {
    height: 100%;
}

.travel-card-grid {
    display: grid;
    gap: 28px;
    margin-top: 32px;
}

.travel-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.travel-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travel-card-grid-one {
    grid-template-columns: 1fr;
}

.travel-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

    .travel-card h3 {
        min-height: 78px;
        margin-bottom: 18px;
    }

    .travel-card p {
        margin-bottom: 18px;
    }

    .travel-card .guest-card-image {
        margin-top: auto;
    }

.travel-card-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .travel-card-actions .see-location-btn {
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .travel-card-actions .see-location-btn i {
            margin-left: 6px;
        }

.travel-card-actions-stacked {
    align-items: flex-start;
}

.travel-card-wide-content {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 34px;
    align-items: start;
}

.travel-feature-card {
    margin-bottom: 8px;
}

/* =========================================================
   Guest Info Card Images
========================================================= */

.guest-card-image {
    width: 100%;
    margin: 22px 0 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(171, 2, 61, 0.12);
    box-shadow: 0 12px 28px rgba(171, 2, 61, 0.08);
}

    .guest-card-image img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.guest-card-image-small img {
    height: 200px;
}

.guest-card-image-placeholder {
    min-height: 200px;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.20), transparent 34%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.35), transparent 34%), var(--wc-base);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .guest-card-image-placeholder div {
        padding: 28px;
        font-family: "Montserrat", Arial, sans-serif;
        color: var(--wc-primary);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1.6;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .guest-card-image img,
    .guest-card-image-small img {
        height: 220px;
    }
}

@media (max-width: 991px) {
    .travel-card-grid-two,
    .travel-card-grid-three,
    .travel-card-wide-content {
        grid-template-columns: 1fr;
    }

    .travel-card h3 {
        min-height: auto;
    }

    .travel-card-actions .see-location-btn {
        width: 100%;
    }
}


/* =========================================================
   Hotel Booking Page Clean Layout
========================================================= */

.hotel-booking-page .guest-card {
    height: 100%;
}

.hotel-photo-hero {
    max-width: 1040px;
    margin: 0 auto 36px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(171, 2, 61, 0.14);
    box-shadow: 0 20px 48px rgba(171, 2, 61, 0.10);
    background: #fff;
}

.hotel-photo-hero-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hotel-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 54px;
}

.hotel-photo-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(171, 2, 61, 0.14);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(171, 2, 61, 0.08);
}

    .hotel-photo-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: center;
        display: block;
    }

.hotel-photo-card-body {
    padding: 22px 24px 24px;
    text-align: center;
}

    .hotel-photo-card-body h4 {
        font-family: "Montserrat", Arial, sans-serif;
        color: var(--wc-primary);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .hotel-photo-card-body p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
        color: var(--wc-text);
    }

.hotel-overview-card {
    margin-bottom: 8px;
}

.hotel-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 32px;
}

    .hotel-button-row .theme-btn,
    .hotel-button-row .see-location-btn {
        margin: 0;
    }

.hotel-card-grid {
    display: grid;
    gap: 28px;
    margin-top: 32px;
}

.hotel-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hotel-card-grid-one {
    grid-template-columns: 1fr;
}

.hotel-info-card {
    padding: 36px;
}

    .hotel-info-card h3 {
        margin-bottom: 18px;
    }

    .hotel-info-card p:last-child {
        margin-bottom: 0;
    }

.hotel-check-grid {
    margin-top: 24px;
}

.hotel-booking-page .guest-table {
    margin-top: 20px;
}

.hotel-booking-page .guest-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 48px;
}

    .hotel-booking-page .guest-bottom-actions .theme-btn,
    .hotel-booking-page .guest-bottom-actions .see-location-btn {
        margin: 0;
    }

@media (max-width: 991px) {
    .hotel-photo-grid,
    .hotel-card-grid-two {
        grid-template-columns: 1fr;
    }

    .hotel-photo-hero-img {
        height: 330px;
    }

    .hotel-photo-card img {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .hotel-photo-hero {
        border-radius: 18px;
        margin-bottom: 28px;
    }

    .hotel-photo-hero-img {
        height: 260px;
    }

    .hotel-photo-grid {
        gap: 22px;
        margin-bottom: 42px;
    }

    .hotel-info-card {
        padding: 28px 22px;
    }

    .hotel-button-row,
    .hotel-booking-page .guest-bottom-actions {
        flex-direction: column;
    }

        .hotel-button-row .theme-btn,
        .hotel-button-row .see-location-btn,
        .hotel-booking-page .guest-bottom-actions .theme-btn,
        .hotel-booking-page .guest-bottom-actions .see-location-btn {
            width: 100%;
            text-align: center;
        }
}

/* =========================================================
   Our Story Page - Clean Timeline Layout
========================================================= */

.our-story-page {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.18), transparent 24%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.30), transparent 28%), linear-gradient(to bottom, var(--wc-base), var(--wc-base-soft));
}

    .our-story-page:before,
    .our-story-page:after {
        content: "";
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.55;
        z-index: 0;
    }

    .our-story-page:before {
        background-image: url("../images/story-left-flower.png");
        width: 360px;
        height: 300px;
        left: -120px;
        top: 140px;
    }

    .our-story-page:after {
        background-image: url("../images/story-right-flower.png");
        width: 340px;
        height: 320px;
        right: -120px;
        bottom: 160px;
    }

    .our-story-page .container {
        position: relative;
        z-index: 2;
    }

.our-story-intro {
    max-width: 860px;
    margin: 0 auto 44px;
    text-align: center;
}

.story-kicker,
.story-step-label {
    display: inline-block;
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--wc-coral);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.our-story-intro h2 {
    font-family: "Nikahan Script", cursive;
    color: var(--wc-blue);
    font-size: 64px;
    line-height: 1.1;
    margin: 12px 0 18px;
}

.our-story-intro > p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--wc-text);
    font-size: 21px;
    line-height: 1.75;
}

.story-quote-card {
    max-width: 640px;
    margin: 36px auto 0;
    padding: 34px 38px;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.14), transparent 34%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.20), transparent 36%), rgba(255, 255, 255, 0.86);
    border-top: 1px solid rgba(171, 2, 61, 0.16);
    border-bottom: 1px solid rgba(171, 2, 61, 0.16);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(171, 2, 61, 0.08);
}

    .story-quote-card p {
        color: var(--wc-primary);
        font-size: 34px;
        line-height: 1.25;
        margin: 0 0 10px;
    }

    .story-quote-card span {
        display: block;
        color: var(--wc-text-soft);
        font-size: 17px;
        font-style: italic;
    }

.story-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1040px;
    margin: 0 auto 64px;
}

    .story-summary-grid div {
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(171, 2, 61, 0.12);
        border-radius: 18px;
        padding: 22px 20px;
        text-align: center;
        box-shadow: 0 14px 34px rgba(171, 2, 61, 0.07);
    }

    .story-summary-grid strong {
        display: block;
        font-family: "Montserrat", Arial, sans-serif;
        color: var(--wc-primary);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .story-summary-grid span {
        display: block;
        color: var(--wc-text);
        font-size: 18px;
        line-height: 1.35;
    }

.story-timeline {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

    .story-timeline:before {
        content: "";
        position: absolute;
        left: 43px;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background: rgba(171, 2, 61, 0.22);
    }

.story-step {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 28px;
    margin-bottom: 34px;
}

.story-step-number {
    position: relative;
    z-index: 2;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wc-primary), var(--wc-rose));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 14px 30px rgba(171, 2, 61, 0.20);
}

.story-step-content {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(171, 2, 61, 0.13);
    border-radius: 22px;
    padding: 38px 42px;
    box-shadow: 0 18px 42px rgba(171, 2, 61, 0.08);
    position: relative;
    overflow: hidden;
}

    .story-step-content:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(233, 123, 158, 0.08), transparent 28%), radial-gradient(circle at bottom left, rgba(231, 121, 86, 0.07), transparent 26%);
        pointer-events: none;
    }

    .story-step-content > * {
        position: relative;
        z-index: 1;
    }

    .story-step-content h3 {
        font-family: "Cormorant Garamond", Georgia, serif;
        color: var(--wc-primary);
        font-size: 38px;
        line-height: 1.18;
        margin: 8px 0 18px;
    }

    .story-step-content p {
        color: var(--wc-text);
        font-size: 19px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

        .story-step-content p:last-child {
            margin-bottom: 0;
        }

    .story-step-content blockquote {
        border: 0;
        margin: 24px 0;
        padding: 24px 28px;
        background: rgba(228, 227, 227, 0.46);
        border-left: 4px solid var(--wc-coral);
        border-radius: 14px;
        color: var(--wc-primary);
        font-size: 26px;
        line-height: 1.35;
        font-style: italic;
    }

.story-highlight {
    color: var(--wc-coral) !important;
    font-size: 25px !important;
    font-style: italic;
    font-weight: 600;
}

.story-step-feature .story-step-content {
    border-color: rgba(171, 2, 61, 0.22);
    box-shadow: 0 22px 52px rgba(171, 2, 61, 0.12);
}

.story-ending-card {
    max-width: 760px;
    margin: 58px auto 0;
    padding: 46px 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(171, 2, 61, 0.14);
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(171, 2, 61, 0.09);
}

    .story-ending-card img {
        max-width: 90px;
        margin: 0 auto 18px;
    }

    .story-ending-card h3 {
        font-family: "Nikahan Script", cursive;
        color: var(--wc-blue);
        font-size: 52px;
        line-height: 1.1;
        margin: 0 0 12px;
    }

    .story-ending-card p {
        color: var(--wc-text);
        font-size: 20px;
        margin-bottom: 28px;
    }

.story-button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

    .story-button-row .theme-btn,
    .story-button-row .see-location-btn {
        margin: 0;
    }

@media (max-width: 991px) {
    .our-story-intro h2 {
        font-size: 54px;
    }

    .story-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-step-content {
        padding: 34px 32px;
    }
}

@media (max-width: 767px) {
    .our-story-page {
        padding-top: 70px;
        padding-bottom: 70px;
    }

        .our-story-page:before,
        .our-story-page:after {
            opacity: 0.28;
        }

    .our-story-intro h2 {
        font-size: 42px;
    }

    .our-story-intro > p {
        font-size: 18px;
    }

    .story-quote-card {
        padding: 28px 22px;
    }

        .story-quote-card p {
            font-size: 27px;
        }

    .story-summary-grid {
        grid-template-columns: 1fr;
        margin-bottom: 44px;
    }

    .story-timeline:before {
        left: 24px;
    }

    .story-step {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 16px;
        margin-bottom: 28px;
    }

    .story-step-number {
        width: 50px;
        height: 50px;
        font-size: 13px;
    }

    .story-step-content {
        padding: 28px 22px;
        border-radius: 18px;
    }

        .story-step-content h3 {
            font-size: 30px;
        }

        .story-step-content p {
            font-size: 17px;
        }

        .story-step-content blockquote {
            font-size: 22px;
            padding: 20px 22px;
        }

    .story-highlight {
        font-size: 22px !important;
    }

    .story-ending-card {
        padding: 36px 24px;
    }

        .story-ending-card h3 {
            font-size: 40px;
        }

    .story-button-row {
        flex-direction: column;
    }

        .story-button-row .theme-btn,
        .story-button-row .see-location-btn {
            width: 100%;
            text-align: center;
        }
}
/* =========================================================
   What To Wear Page - Lookbook Layout
========================================================= */

.what-to-wear-page {
    position: relative;
    overflow: hidden;
}

.what-to-wear-title p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.what-to-wear-hero-card {
    max-width: 940px;
    margin: 0 auto;
}

.style-kicker {
    display: inline-block;
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--wc-coral);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.what-to-wear-note {
    margin-top: 22px;
    padding: 18px 22px;
    background: rgba(228, 227, 227, 0.52);
    border-left: 4px solid var(--wc-coral);
    border-radius: 14px;
}

.weather-setting-card {
    height: 100%;
}

    .weather-setting-card h3 {
        margin-top: 0;
    }

/* Lookbook */

.lookbook-section {
    max-width: 1180px;
    margin: 58px auto 24px;
}

.lookbook-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

    .lookbook-heading h3 {
        font-family: "Cormorant Garamond", Georgia, serif;
        color: var(--wc-primary);
        font-size: 44px;
        line-height: 1.15;
        margin: 6px 0 14px;
    }

    .lookbook-heading p {
        color: var(--wc-text);
        font-size: 19px;
        line-height: 1.7;
    }

.lookbook-group {
    margin-bottom: 46px;
}

.lookbook-section-title {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
}

    .lookbook-section-title:after {
        content: "";
        height: 1px;
        flex: 1;
        background: rgba(171, 2, 61, 0.20);
    }

    .lookbook-section-title h4 {
        margin: 0;
        font-family: "Montserrat", Arial, sans-serif;
        color: var(--wc-primary);
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

.lookbook-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.lookbook-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(171, 2, 61, 0.12);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(171, 2, 61, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .lookbook-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 48px rgba(171, 2, 61, 0.12);
    }

    .lookbook-card img {
        width: 100%;
        height: 340px;
        object-fit: cover;
        object-position: top center;
        display: block;
        background: #fff;
    }

.lookbook-card-caption {
    padding: 18px 18px 20px;
}

    .lookbook-card-caption strong {
        display: block;
        color: var(--wc-primary);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .lookbook-card-caption span {
        display: block;
        color: var(--wc-text);
        font-size: 16px;
        line-height: 1.55;
    }

/* Shoe callout */

.shoe-callout-card {
    display: flex;
    align-items: center;
    gap: 26px;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.12), transparent 30%), radial-gradient(circle at bottom right, rgba(181, 197, 222, 0.18), transparent 34%), rgba(255, 255, 255, 0.96);
}

.shoe-callout-icon {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(233, 123, 158, 0.14);
    border: 1px solid rgba(171, 2, 61, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .shoe-callout-icon i {
        color: var(--wc-primary);
        font-size: 30px;
    }

/* Responsive */

@media (max-width: 1199px) {
    .lookbook-card img {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .lookbook-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lookbook-card img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .lookbook-section {
        margin-top: 44px;
    }

    .lookbook-heading h3 {
        font-size: 34px;
    }

    .lookbook-heading p {
        font-size: 17px;
    }

    .lookbook-grid {
        grid-template-columns: 1fr;
    }

    .lookbook-card img {
        height: auto;
        max-height: none;
    }

    .shoe-callout-card {
        display: block;
        text-align: center;
    }

    .shoe-callout-icon {
        margin: 0 auto 20px;
    }
}

/* =========================================================
   What To Wear Page - Background Polish
========================================================= */

.what-to-wear-page {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.16), transparent 26%), radial-gradient(circle at top right, rgba(181, 197, 222, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(231, 121, 86, 0.10), transparent 24%), linear-gradient(180deg, #f8f4f3 0%, #f3f2f2 48%, #ffffff 100%) !important;
}

    .what-to-wear-page:before,
    .what-to-wear-page:after {
        content: "";
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.24;
        z-index: 0;
    }

    .what-to-wear-page:before {
        background-image: url("../images/florals/floral-top-left.png");
        width: 300px;
        height: 300px;
        left: -70px;
        top: 70px;
    }

    .what-to-wear-page:after {
        background-image: url("../images/florals/floral-bottom-right.png");
        width: 340px;
        height: 340px;
        right: -80px;
        bottom: 90px;
    }

    .what-to-wear-page > .container {
        position: relative;
        z-index: 2;
    }

@media (max-width: 767px) {
    .what-to-wear-page:before,
    .what-to-wear-page:after {
        opacity: 0.15;
        width: 220px;
        height: 220px;
    }

    .what-to-wear-page:before {
        left: -110px;
        top: 40px;
    }

    .what-to-wear-page:after {
        right: -110px;
        bottom: 60px;
    }
    .what-to-wear-page {
        position: relative;
        overflow: hidden;
        background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.16), transparent 26%), radial-gradient(circle at top right, rgba(181, 197, 222, 0.18), transparent 28%), radial-gradient(circle at bottom left, rgba(231, 121, 86, 0.10), transparent 24%), linear-gradient(180deg, #f8f4f3 0%, #f3f2f2 48%, #ffffff 100%) !important;
    }
}

/* =========================================================
   Global Footer Background Polish
========================================================= */

.footer-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.14), transparent 24%), radial-gradient(circle at top right, rgba(181, 197, 222, 0.20), transparent 26%), radial-gradient(circle at bottom center, rgba(231, 121, 86, 0.10), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f8f4f3 42%, #f3f2f2 100%) !important;
}

    .footer-section:before,
    .footer-section:after {
        content: "";
        position: absolute;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.22;
        z-index: 0;
    }

.footer-section {
    background: radial-gradient(circle at top left, rgba(233, 123, 158, 0.14), transparent 24%), radial-gradient(circle at top right, rgba(181, 197, 222, 0.20), transparent 26%), radial-gradient(circle at bottom center, rgba(231, 121, 86, 0.10), transparent 28%), linear-gradient(180deg, #ffffff 0%, #f8f4f3 42%, #f3f2f2 100%) !important;
}

    .footer-section .container {
        position: relative;
        z-index: 2;
    }

    .footer-section h3 {
        color: var(--wc-blue) !important;
    }

    .footer-section p,
    .footer-section a {
        color: var(--wc-primary);
    }

        .footer-section a:hover {
            color: var(--wc-coral);
        }

@media (max-width: 767px) {
    .footer-section:before,
    .footer-section:after {
        width: 190px;
        height: 190px;
        opacity: 0.16;
    }

    .footer-section:before {
        left: -100px;
        top: -60px;
    }

    .footer-section:after {
        right: -100px;
        bottom: -70px;
    }
}

/* =========================================================
   Home Page Hero Carousel - Full Width Mobile
========================================================= */

@media (max-width: 767px) {
    .hero-slider,
    .hero-style-1,
    .hero-static {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        overflow: hidden !important;
    }

        .hero-slider .swiper-container,
        .hero-slider .swiper-wrapper,
        .hero-slider .swiper-slide {
            width: 100vw !important;
            max-width: 100vw !important;
        }

        .hero-slider .slide-inner {
            width: 100vw !important;
            max-width: 100vw !important;
            left: 0 !important;
            right: 0 !important;
            background-size: cover !important;
            background-position: center center !important;
            background-repeat: no-repeat !important;
        }
}
/* =========================================================
   Guest Info Dropdown - Native Details/Summary Navigation
   Works without JavaScript for open/close behavior
========================================================= */

/* -----------------------------------------
   Shared structure
----------------------------------------- */

.site-header .guest-info-native-menu {
    position: relative;
}

.site-header .guest-info-details {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-header .guest-info-summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    outline: none;
}

    .site-header .guest-info-summary::-webkit-details-marker {
        display: none;
    }

    .site-header .guest-info-summary::marker {
        content: "";
        display: none;
    }

.site-header .guest-info-native-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* -----------------------------------------
   Desktop Navbar
----------------------------------------- */

@media screen and (min-width: 992px) {

    .site-header .guest-info-native-menu {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .site-header .guest-info-details {
        position: relative;
    }

    .site-header .guest-info-summary {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 92px;
        padding: 0 11px;
        color: var(--wc-primary);
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.07em;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
        transition: color 0.2s ease;
    }

        .site-header .guest-info-summary:hover,
        .site-header .guest-info-details[open] > .guest-info-summary {
            color: var(--wc-rose);
        }

    .site-header .guest-info-symbol {
        display: none;
    }

    .site-header .guest-info-native-submenu {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 50;
        width: 235px;
        background: #fff;
        border-top: 2px solid var(--wc-primary);
        box-shadow: 0 10px 24px rgba(171, 2, 61, 0.12);
    }

        .site-header .guest-info-native-submenu li {
            border-bottom: 1px solid rgba(171, 2, 61, 0.08);
        }

            .site-header .guest-info-native-submenu li:last-child {
                border-bottom: 0;
            }

        .site-header .guest-info-native-submenu a {
            display: block;
            padding: 13px 20px;
            color: var(--wc-text);
            font-family: "Montserrat", Arial, sans-serif;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            background: #fff;
        }

            .site-header .guest-info-native-submenu a:hover,
            .site-header .guest-info-native-submenu a:focus {
                color: var(--wc-primary) !important;
                background: rgba(233, 123, 158, 0.10);
            }
}

/* -----------------------------------------
   Mobile Slide-In Navbar
----------------------------------------- */

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

    .site-header .guest-info-native-menu {
        display: block;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header .guest-info-details {
        display: block;
        width: 100%;
    }

    .site-header .guest-info-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 48px;
        padding: 10px 20px 10px 35px;
        color: var(--wc-text);
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.08em;
        line-height: 1.35;
        text-align: left;
        text-transform: uppercase;
        background: #fff;
    }

        .site-header .guest-info-summary:hover,
        .site-header .guest-info-summary:focus,
        .site-header .guest-info-details[open] > .guest-info-summary {
            color: var(--wc-primary);
            background: rgba(233, 123, 158, 0.06);
        }

    /* Custom plus/minus icon */
    .site-header .guest-info-symbol {
        position: relative;
        display: block;
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        margin-left: 12px;
    }

        .site-header .guest-info-symbol:before,
        .site-header .guest-info-symbol:after {
            content: "";
            position: absolute;
            display: block;
            background: var(--wc-primary);
            border-radius: 2px;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .site-header .guest-info-symbol:before {
            width: 12px;
            height: 2px;
            left: 3px;
            top: 8px;
        }

        .site-header .guest-info-symbol:after {
            width: 2px;
            height: 12px;
            left: 8px;
            top: 3px;
        }

    .site-header .guest-info-details[open] .guest-info-symbol:after {
        opacity: 0;
        transform: rotate(90deg);
    }

    /* Expanded submenu */
    .site-header .guest-info-native-submenu {
        width: 100%;
        background: rgba(228, 227, 227, 0.22);
        border-top: 1px solid rgba(171, 2, 61, 0.12);
    }

        .site-header .guest-info-native-submenu li {
            display: block;
            width: 100%;
            border-bottom: 1px solid rgba(171, 2, 61, 0.08);
        }

            .site-header .guest-info-native-submenu li:last-child {
                border-bottom: 0;
            }

        .site-header .guest-info-native-submenu a {
            display: block;
            width: 100%;
            padding: 12px 18px 12px 52px;
            color: var(--wc-text);
            font-family: "Montserrat", Arial, sans-serif;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.06em;
            line-height: 1.4;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.82);
        }

            .site-header .guest-info-native-submenu a:hover,
            .site-header .guest-info-native-submenu a:focus {
                color: var(--wc-primary) !important;
                background: rgba(233, 123, 158, 0.12);
            }
}