* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    overflow-x: hidden;
}



@media (max-width: 991.98px) {

    .fe-navbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    /* hide the normal inline link rows on mobile; they're shown inside the offcanvas instead */
    .fe-left-nav>.fe-link,
    .fe-left-nav>.fe-dropdown,
    .fe-right-nav {
        display: none;
    }

    .fe-left-nav {
        display: flex;
        align-items: center;
    }

    .fe-menu-btn {
        margin-left: auto;
    }

    /* logo inside the offcanvas */
    #feNavOffcanvas .fe-nav-offcanvas-logo {
        display: block;
        max-width: 140px;
        margin-bottom: 28px;
    }

    #feNavOffcanvas .fe-nav-offcanvas-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    #feNavOffcanvas .offcanvas-body {
        padding: 24px;
    }

    #feNavOffcanvas ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #feNavOffcanvas ul>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    #feNavOffcanvas .fe-mobile-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 4px;
        color: #1a1a1a;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
    }

    #feNavOffcanvas .fe-mobile-services .fe-mobile-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 12px;
        list-style: none;
        margin: 0;
    }

    #feNavOffcanvas .fe-mobile-services.fe-open .fe-mobile-submenu {
        max-height: 300px;
    }

    #feNavOffcanvas .fe-mobile-services .fe-mobile-submenu li {
        border-bottom: none;
    }

    #feNavOffcanvas .fe-mobile-services .fe-mobile-submenu a {
        display: block;
        padding: 10px 4px;
        color: #555;
        text-decoration: none;
        font-size: 14.5px;
    }

    #feNavOffcanvas .fe-mobile-services #feMobileServicesToggle i {
        transition: transform 0.3s ease;
        font-style: normal;
    }

    #feNavOffcanvas .fe-mobile-services.fe-open #feMobileServicesToggle i {
        transform: rotate(180deg);
    }
}

.fe-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
}
.fe-navbar-wrap {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.fe-logo-shape {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 400px;
    z-index: 1;
    opacity: 1.35;
}

.fe-logo-shape img {
    width: 100%;
}

.fe-main-logo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    z-index: 20;
}

.fe-main-logo img {
    width: 170px;
}

/* NAVBAR */
.fe-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
}

.fe-left-nav,
.fe-right-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

.fe-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.fe-link.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.fe-link:hover {
    color: #dcb78e;
}

.fe-menu-btn {
    background: none;
    border: none;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin-top:10px;
}

/* DROPDOWN (desktop hover) */
.fe-dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 15px 0;
    min-width: 260px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    margin-top: 15px;
}

.fe-dropdown-menu .dropdown-item {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s;
}

.fe-dropdown-menu .dropdown-item:hover {
    background: #dcb78e;
    color: #fff;
    padding-left: 35px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f3c8a5;
}

@media(min-width:992px) {

    .fe-dropdown:hover .dropdown-menu {
        display: block;
    }

}

/* STICKY ENQUIRY NOW BUTTON (2) */
.fe-enquiry-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    background: black;
    color: #fff;
    padding: 22px 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius:20px;
    z-index: 1100;
    box-shadow: -4px 0 14px rgba(0, 0, 0, .25);
    transition: .3s;
    border:1px solid #dcb78e;
}


/* OFFCANVAS (desktop only now, see point 3) */
.offcanvas {
    max-width: 360px !important;
}
.fe-offcanvas {
    width: 460px;
    background: #FFFFFF;
}

.fe-offcanvas-body {
    padding: 22px 20px 20px 20px;
    text-align: center;
}

.fe-side-logo {
    width: 150px;
    margin-bottom: 45px;
}

.fe-touch {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Georgia, serif;
}

.fe-contact {
    color: #777;
    font-size: 10px;
}
.fe-contact a{
    color:#7A7A7A !important;
    font-size: 12px;
    line-height: 2;
    text-decoration: none; 
}

.fe-divider {
    width: 172px;
    height: 1px;
    background: #dcb78e;
    margin: 35px auto;
    position: relative;
}

.fe-divider:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #dcb78e;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
}
.fe-offcanvas .fe-offcanvas-body h3.fe-touch{
    font-size: 22px;
    font-family: Georgia, serif;
}
.fe-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.fe-social a {
    text-decoration: none;
    color: #777;
    font-size: 13px;
}
.fe-social ul li {
    margin-right: 16px;
}
.fe-social ul li a {
    margin-right: 15px;
}
.fe-social ul li::marker {
    color: #dcb78e;
}

.fe-mobile-submenu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    background: #fafafa;
}

.fe-mobile-services.fe-open .fe-mobile-submenu {
    max-height: 400px;
}

.fe-mobile-submenu li a {
    display: block;
    padding: 13px 45px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.fe-mobile-submenu li a:hover {
    color: #dcb78e;
}

/* MOBILE */
@media(max-width:991px) {

    .fe-left-nav a,
    .fe-right-nav a {
        display: none;
    }

    .fe-left-nav .fe-dropdown {
        display: none;
    }

    .fe-navbar {
        padding: 15px 25px;
        position: relative;
    }

    .fe-main-logo img {
        width: 100px;
    }

    .fe-logo-shape {
        width: 230px;
    }

    .fe-hero-content h1 {
        font-size: 42px;
    }

    .fe-hero-content p {
        font-size: 23px;
    }

    .fe-mobile-nav {
        display: block;
    }

    .fe-enquiry-btn {
        font-size: 12px;
        padding: 16px 9px;
    }

}

@media(max-width:767px) {

    .fe-hero-content h1 {
        font-size: 32px;
    }

    .fe-main-logo img {
        width: 125px;
    }

    .fe-logo-shape {
        width: 190px;
    }

    .fe-touch {
        font-size:25px;
    }

}


/* FOOTER CSS removed from here, see dedicated footer comment block below */
.fe-dropdown-menu {
    border: none;
    border-radius: 14px;
    padding: 5px;
    margin-top: 5px !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    min-width: 230px;
    overflow: hidden;
    animation: feDropdownFade 0.22s ease;
}

@keyframes feDropdownFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fe-dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 11px 16px;
    font-size: 14.5px;
    font-weight: 500;
    color: #2a2a2a;
    transition: background-color 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
}

.fe-dropdown-menu .dropdown-item+.dropdown-item {
    margin-top: 2px;
}

.fe-dropdown-menu .dropdown-item:hover,
.fe-dropdown-menu .dropdown-item:focus {
    background-color: #f3c8a5;
    color: #1a1a1a;
    padding-left: 22px;
}

.fe-dropdown.dropdown:hover .fe-link.dropdown-toggle,
.fe-link.dropdown-toggle:focus {
    color: #cb8a52;
}

.fe-footer {
    background: #f4f3f1;
    padding: 70px 6vw 0;
    font-family: 'Montserrat', sans-serif;
    color: #2a2a2a;
}

.fe-footer-top {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: start;
    gap: 40px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 80px;
}

.fe-footer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 26px;
    color: #1a1a1a;
}

/* Follow Us column */
.fe-footer-social {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}

.fe-footer-social li {
    position: relative;
    padding-left: 16px;
}

.fe-footer-social li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cb8a52;
}

.fe-footer-social a {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: color 0.25s ease;
}

.fe-footer-social a:hover {
    color: #cb8a52;
}

.fe-footer-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px 18px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fe-footer-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.fe-footer-badge-top {
    font-size: 10px;
    letter-spacing: 1px;
    color: #888;
    font-weight: 600;
}

.fe-footer-badge-bottom {
    font-size: 16px;
    font-weight: 700;
    color: #e23b56;
}

/* Center logo column */
.fe-footer-logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    min-height: 100%;
    padding: 30px 20px;
}

.fe-footer-logo {
    max-width: 240px;
    width: 100%;
    height: auto;
}

/* Get In Touch column */
.fe-footer-touch {
    text-align: center;
}

.fe-footer-block {
    margin-bottom: 22px;
}

.fe-footer-subhead {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.fe-footer-block a {
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.9;
    transition: color 0.25s ease;
}

.fe-footer-block a:hover {
    color: #cb8a52;
}

/* Quick links row */
.fe-footer-links {
    text-align: center;
    margin-top: 50px;
    padding-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14.5px;
}

.fe-footer-links-label {
    font-weight: 700;
    color: #1a1a1a;
    margin-right: 10px;
}

.fe-footer-links a {
    color: #5a5a5a;
    text-decoration: none;
    margin: 0 14px;
    transition: color 0.25s ease;
}

.fe-footer-links a:hover {
    color: #cb8a52;
}

/* Address line */
.fe-footer-address {
    text-align: center;
    margin: 18px 0 0;
    font-size: 14px;
    color: #4a4a4a;
}

/* Bottom copyright bar */
.fe-footer-bottom {
    text-align: center;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    color: #6a6a6a;
    margin-top: 26px;
    padding: 22px 0;
}

.fe-footer-bottom a {
    color: #cb8a52;
    text-decoration: none;
    font-weight: 600;
}

/* Back to top button */
.fe-back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #dcb78e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    z-index: 999;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.fe-back-to-top:hover {
    background: #cb8a52;
    color: #fff;
    transform: translateY(-3px);
}

/* Footer responsive: stack columns under 992px */
@media (max-width: 991.98px) {
    .fe-footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fe-footer-social {
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
    }

    .fe-footer-follow,
    .fe-footer-touch {
        text-align: center;
    }

    .fe-footer-badge {
        margin: 0 auto;
    }

    .fe-footer-logo-col {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        margin: 30px 0;
    }

    .fe-footer-links a {
        display: inline-block;
        margin: 6px 10px;
    }
}



/* ============== CSS START ============== */
.fe-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.fe-loader.fe-loader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.fe-loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.fe-loader-logo {
    width: 230px;
    height: auto;
    animation: feLoaderPulse 1.8s ease-in-out infinite;
}

@keyframes feLoaderPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.04);
        opacity: 0.9;
    }
}

.fe-loader-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4a4a4a;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.fe-loader-percent {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
}

body.fe-loading {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .fe-loader-logo {
        width: 160px;
    }

    .fe-loader-count {
        font-size: 18px;
    }
}

/* ============== CSS END ============== */

.fe-hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.fe-hero-dots button {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    cursor: pointer;
    transition: width 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}

.fe-hero-dots button.active {
    width: 26px;
    height: 10px;
    border-radius: 6px;
    background-color: #f3c8a5;
}


/*vedio section */
/* ==========================
   SERVICES SECTION
========================== */

.fe-services-section{
    padding:100px 0;
    background:#f5f5f5;
    overflow:hidden;
}

.fe-services-section .container{
    max-width:1300px;
}

.fe-services-wrapper{
    display:flex;
    align-items:center;
    gap:25px;
}

/* ==========================
   LEFT VIDEO
========================== */

.fe-video-box{
    width:40%;
}

.fe-video{
    width:100%;
    height:432px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.fe-video-box::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.20),
        rgba(0,0,0,.05)
    );
    pointer-events:none;
    border-radius:12px;
}

/* ==========================
   RIGHT CONTENT
========================== */

.fe-content-box{
    width:60%;
}

.fe-content-box h2{
    font-family:"Cormorant Garamond", serif;
    font-size: 47px;
    line-height: 55px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.6px;
}

.fe-content-box p{
    text-align: justify;
    font-family: "Mulish", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}

/* ==========================
   SERVICE GRID
========================== */

.fe-service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.fe-service-card{
    text-align:center;
    padding:15px 10px;
}

.fe-service-card img{
    width:60px;
    height:60px;
    object-fit:contain;
    margin-bottom:15px;
    transition:.4s;
}

.fe-service-card h4{
    font-size:13px;
    line-height:1.5;
    font-weight:400;
    color:#111;
    margin:0;
    font-family:'Jost',sans-serif;
}

/* ==========================
   TABLET
========================== */

@media(max-width:1199px){

    .fe-content-box h2{
        font-size:48px;
    }

    .fe-service-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .fe-video{
        height:550px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .fe-services-wrapper{
        flex-direction:column;
    }

    .fe-video-box,
    .fe-content-box{
        width:100%;
    }

    .fe-content-box{
        text-align:center;
    }

    .fe-content-box h2{
        font-size:40px;
    }

    .fe-video{
        height:500px;
    }

}

@media(max-width:767px){

    .fe-services-section{
        padding:30px 0;
    }

    .fe-content-box h2{
        font-size:34px;
        line-height:1.2;
    }

    .fe-content-box p{
        text-align: unset;
        font-family: "Mulish", Sans-serif;
        font-weight: 400;
        color: #000000;
        font-size: 17px;
    }

    .fe-service-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .fe-service-card{
        padding:10px;
    }

    .fe-service-card img{
        width:45px;
        height:45px;
    }

    .fe-service-card h4{
        font-size:15px;
    }

    .fe-video{
        height:350px;
    }

}

@media(max-width:480px){
    .fe-content-box h2{
        font-size:40px;
        letter-spacing: unset;
    }
}


/*====================================
 STORY SECTION
====================================*/

.fe-story-section{
    padding:60px 0;
    background:#f5f5f5;
}

.fe-story-section .container{
    max-width:1300px;
}

/* Heading */

.fe-story-heading{
    text-align:center;
    margin-bottom:30px;
}

.fe-story-heading h2{
    font-family:"Cormorant Garamond", serif;
    font-size: 59px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000000;
}
.fe-story-section .section {
    width: 100% !important;
    max-width: 1140px;
    margin: 0 auto;
}

/* Layout */
.fe-story-wrapper{
    display:flex;
    align-items:center;
    gap:40px;
}

.fe-story-content{
    width:50%;
}

.fe-story-image{
    width:50%;
}

.fe-story-image img{
    width:100%;
    border-radius:10px;
    /*height: 380px;*/
}

/* Text */

.fe-story-content p{
    text-align: justify;
    font-family: "Mulish", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}

/*=====================
 Tablet
=====================*/

@media(max-width:1199px){

    .fe-story-heading h2{
        font-size:62px;
    }

}

/*=====================
 Mobile
=====================*/

@media(max-width:991px){

    .fe-story-wrapper{
        flex-direction:column;
    }

    .fe-story-content,
    .fe-story-image{
        width:100%;
    }

    .fe-story-heading{
        margin-bottom:50px;
    }

    .fe-story-heading h2{
        font-size:48px;
    }

}

@media(max-width:767px){

    .fe-story-section{
        padding:30px 0;
    }

    .fe-story-heading h2{
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: unset;
    }

    .fe-story-content p{
        font-size: 17px;
        line-height: 1.2;
        text-align: center;
    }

}

/*=========================================
  WEDDING SERVICES SECTION
=========================================*/

.fe-planning-services{
    padding:60px 0;
    background:#f5f5f5;
    overflow:hidden;
}

.fe-planning-services .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

/*=========================================
  SECTION HEADING
=========================================*/

.fe-section-heading{
    text-align:center;
    margin-bottom:60px;
}

.fe-section-heading span{
    display:inline-block;
    font-family:'Jost',sans-serif;
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#c69765;
    margin-bottom:12px;
}

.fe-section-heading h2{
    font-family:"Cormorant Garamond", serif;
    font-size:60px;
    line-height:1.15;
    font-weight:500;
    color:#111;
    margin:0;
}

/*=========================================
  SERVICE GRID
=========================================*/
/*=========================================
  WEDDING VISION SECTION
=========================================*/

.wedvision-section{
    padding: 50px 0px 50px 0px;
    background: #f1f2f3;
}
.wedvision-section .container {
    max-width: 1140px;
}

/*=========================================
  GRID
=========================================*/

.wedvision-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*=========================================
  CARD
=========================================*/

.wedvision-card{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #D3CFCF;
    padding: 20px 20px 20px 20px;
    text-align: center;
}

/*=========================================
  ICON
=========================================*/

.wedvision-icon{
    width: 100%;
    margin-bottom: 15px;
}

/*=========================================
  CONTENT
=========================================*/

.wedvision-card h3{
    font-family:"Cormorant Garamond",serif;
    font-size:30px;
    line-height:25px;
    font-weight:500;
    color:#000000;
    margin-bottom:11px;
}

.wedvision-card p{
    font-family:'Jost',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}

/*=========================================
  TABLET
=========================================*/

@media(max-width:991px){

    .wedvision-section{
        padding:80px 0;
    }

    .wedvision-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .wedvision-heading h2{
        font-size:38px;
    }

    .wedvision-card{
        padding:35px 25px;
    }

    .wedvision-card h3{
        font-size:28px;
    }

}

/*=========================================
  MOBILE
=========================================*/

@media(max-width:767px){

    .wedvision-section{
        padding:30px 0;
    }

    .wedvision-heading{
        margin-bottom:40px;
    }

    .wedvision-heading h2{
        font-size:30px;
        line-height:1.25;
    }

    .wedvision-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .wedvision-card{
        padding:30px 22px;
    }

    .wedvision-icon{
        width:80px;
        height:80px;
        margin: auto;
    }

    .wedvision-icon img{
        width: 100%;
    }

    .wedvision-card h3{
        font-size: 30px;
        margin-top: 20px;
    }

    .wedvision-card p{
        font-size:16px;
        line-height:1.8;
    }

}

@media(max-width:480px){

    .wedvision-heading h2{
        font-size:28px;
    }

    .wedvision-card{
        padding:25px 20px;
    }

}

/* Start: Hero Sction */
.fe-hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.fe-hero-slider .carousel-item {
    height: 100vh;
}
.fe-hero-slider .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    animation: zoomHero 12s linear infinite alternate;
}
@keyframes zoomHero {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}
.fe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .22);
    z-index: 2;
}
.fe-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: block;
    max-width: 900px;
}
.fe-hero-content h3 {
    font-size: 45px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    line-height: 1.4;
    font-family: "Cormorant Garamond", serif;
}
.fe-hero-content p {
    color: #ffffff;
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px 0px 40px 0px;
}
.fe-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 15px 45px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: .4s;
}
.fe-btn:hover {
    background: #dcb78e;
    border-color: #dcb78e;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fe-hero-content[data-fe-slide="0"],
.fe-hero-content[data-fe-slide="1"],
.fe-hero-content[data-fe-slide="2"] {
    display: none;
}
.fe-hero-content.fe-active-caption {
    display: block;
}

@media(max-width:991px) {
    .fountain-about-content .fountain-about-content-wrapper {
        padding: 0 !important;
    }
    .fe-hero-content h3 {
        font-size: 26px !important;
    }
    .fountain-about-content h1 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .fountain-bottom-box {
        margin-top: 0 !important;
        padding: 10px 0 !important;
    }
    .ft-contact-section .ft-form-area{
        width: 100% !important;
    }
    #fte-section-testimonials .fte-testimonials__track{
        max-height: 700px !important;
    }
    .ft-contact-section .ft-form-area{
        width:100% !important;
    }
    .ft-contact-section .ft-image-area{
        width:100% !important;
    }
    .fe-footer {
        padding: unset !important;
    }
    .fe-footer-top {
        padding: unset !important;
    }
    #fte-section-partners h2 {
        font-size: 40px !important;
    }
    #fte-section-partners {
        padding: 30px 0 !important;
    }
}

@media(max-width:767px) {
    .fountain-about-content .fountain-about-content-wrapper {
        padding: 0 !important;
    }
    .fe-hero-content h3 {
        font-size: 26px !important;
    }
    .fountain-about-content h1 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .fountain-bottom-box {
        margin-top: 0 !important;
        padding: 10px 0 !important;
    }
    .ft-contact-section .ft-form-area{
        width: 100% !important;
    }
    #fte-section-testimonials .fte-testimonials__track{
        max-height: 700px !important;
    }
    .fe-footer {
        padding: unset !important;
    }
    .fe-footer-top {
        padding: unset !important;
    }
    #fte-section-partners h2 {
        font-size: 40px !important;
    }
    #fte-section-partners {
        padding: 30px 0 !important;
    }
}
/* End: Hero Sction */

/* Start: Home Page About Section */
.fountain-about-section{
    background:#f5f5f5;
}

.fountain-about-section .container{
    max-width:1521px;
}
.fountain-about-wrapper{
    display:flex;
    align-items:center;
    gap:40px;
}
.fountain-about-image{
    width:50%;
}
.fountain-about-image img{
    width:100%;
}
.fountain-about-content{
    width:50%;
}
.fountain-about-content .fountain-about-wrapper{
    padding: 50px 100px 0px 0px;
}
.fountain-about-content h1{
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0.6px;
    color: #000000;
}
.fountain-about-content p{
    text-align: justify;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}
.fountain-bottom-box{
    display:flex;
    align-items:center;
    gap:35px;
    margin-top:45px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:20px 0;
}
.fountain-exp h3{
    font-family:"Cormorant Garamond", serif;
    font-size:55px;
    margin:0;
    line-height:1;
    font-weight:500;
}
.fountain-exp p{
    margin:0;
    font-size:18px;
    line-height:1.5;
}

.fountain-video a{
    width:70px;
    height:70px;
    border:1px solid #bdbdbd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#555;
    text-decoration:none;
    transition:.4s;
}
.fountain-video a:hover{
    transform:scale(1.08);
}
.fountain-video i{
    font-size:20px;
    margin-left:3px;
}
.fountain-video-text h4{
    font-family:"Cormorant Garamond", serif;
    font-size:32px;
    font-weight:400;
    margin:0;
}
.fountain-video-text span{
    font-size:18px;
    color:#444;
}

@media(max-width:1199px){
    .fountain-about-content h2{
        font-size:54px;
    }
}
@media(max-width:991px){
    .fountain-about-wrapper{
        flex-direction:column;
        text-align:center;
    }
    .fountain-about-image,
    .fountain-about-content{
        width:100%;
    }
    .fountain-about-image img{
        max-width:500px;
    }
    .fountain-about-content h2{
        font-size:42px;
    }
    .fountain-bottom-box{
        justify-content:center;
        flex-wrap:unset;
    }
}
@media(max-width:767px){
    .fountain-about-section{
        padding:30px 0;
    }
    .fountain-about-content h2{
        font-size:34px;
    }
    .fountain-about-content p{
        font-size: 17px;
        line-height: 1.2;
        text-align: unset;
    }
    .fountain-exp h3{
        font-size:40px;
        text-align: left;
    }
    .fountain-video a{
        width:60px;
        height:60px;
    }
    .fountain-video-text h4{
        font-size:26px;
    }
}
/* End: Home Page About Section */

/*Start: Featured Gallery*/
.fe-gallery-section{
    padding:100px 0;
    background:#F8F6F4;
}
.fe-gallery-heading span{
    display:block;
    color:#c69765;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:10px;
    font-family:'Jost',sans-serif;
}
.fe-gallery-heading h2{
    font-family:"Cormorant Garamond",serif;
    font-size:55px;
    font-weight:500;
    margin-bottom:15px;
}
.fe-gallery-heading p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
}
.fe-gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
}
.fe-gallery-card img{
    width:100%;
    height:550px;
    object-fit:cover;
    display:block;
    transition:all .6s ease;
}
.fe-gallery-card:hover img{
    transform:scale(1.12);
}
.fe-gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.1)
    );
    display:flex;
    align-items:flex-end;
    padding:30px;
}
.fe-gallery-overlay h4{
    color:#fff;
    font-size:30px;
    font-family:"Cormorant Garamond",serif;
    margin:0;
}
.carousel-control-prev,
.carousel-control-next{
    width:60px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-size:60%;
    background-color:#000;
    border-radius:50%;
    width:50px;
    height:50px;
}
@media(max-width:991px){
    .fe-gallery-card img{
        height:420px;
    }
    .fe-gallery-heading h2{
        font-size:40px;
    }
}
@media(max-width:767px){
    .fe-gallery-section{
        padding:30px 0;
    }
    .fe-gallery-card img{
        height:300px;
    }
    .fe-gallery-heading h2{
        font-size:30px;
    }
    .fe-gallery-overlay h4{
        font-size:24px;
    }
}
.fe-gallery-section{
    padding:60px 0;
    background:#F8F6F4;
}
.fe-gallery-section .container{
    max-width:1200px;
}
.fe-gallery-heading{
    margin-bottom: 40px;
    text-align: center;
}
.fe-gallery-heading span{
    display:block;
    font-family:'Jost',sans-serif;
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#c69765;
    margin-bottom:12px;
}
.fe-gallery-heading h2{
    font-family:"Cormorant Garamond", serif;
    font-size:55px;
    font-weight:500;
    color:#111;
    margin-bottom:15px;
}
.fe-gallery-heading p{
    text-align: justify;
    font-family:'Jost',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}
.fe-gallery-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    grid-template-rows:280px 280px 280px;
    gap:20px;
}
.gallery-item{
    display:block;
    overflow:hidden;
    position:relative;
}
.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.8s ease;
}
.gallery-item:hover img{
    transform:scale(1.12);
}
.gallery-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
    opacity:0;
    transition:.4s;
    z-index:1;
}
.gallery-item:hover::before{
    opacity:1;
}
.gallery-1{
    grid-row:1 / span 2;
}
.gallery-2{
    grid-column:2;
    grid-row:1;
}
.gallery-3{
    grid-column:2;
    grid-row:2;
}
.gallery-4{
    grid-column:1;
    grid-row:3;
}
.gallery-5{
    grid-column:2;
    grid-row:3;
}
@media(max-width:991px){
    .fe-gallery-heading h2{
        font-size:40px;
    }
    .fe-gallery-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;
    }
    .gallery-1,
    .gallery-2,
    .gallery-3,
    .gallery-4,
    .gallery-5{
        grid-column:auto;
        grid-row:auto;
        height:320px;
    }
}
@media(max-width:767px){
    .fe-gallery-section{
        padding:70px 0;
    }
    .fe-gallery-heading{
        margin-bottom:40px;
    }
    .fe-gallery-heading h2{
        font-size:32px;
    }
    .fe-gallery-heading p{
        font-size:16px;
    }
    .fe-gallery-grid{
        grid-template-columns:1fr;
        gap:15px;
    }
    .gallery-1,
    .gallery-2,
    .gallery-3,
    .gallery-4,
    .gallery-5{
        height:260px;
    }
}
.fe-gallery-btn-wrap{
    text-align:center;
    margin-top:50px;
}
.fe-gallery-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 38px;
    font-family:'Jost',sans-serif;
    font-size:15px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    text-decoration:none;
    color:#dcb78e;
    background:white;
    border:1px solid #111;
    transition:all .4s ease;
}
.fe-gallery-btn:hover{
    background:#dcb78e;
    border-color:#c69765;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(198,151,101,.25);
}
/*End: Featured Gallery*/

/*Start: Counters*/
#fte-section-counters{
    padding: 50px 0px 50px 0px;
    background:#F5F5F4;
    color:#000;
    position:relative;
}
#fte-section-counters .fte-container{
    text-align:center;
}
#fte-section-counters .fte-counters{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    text-align:center;
}
#fte-section-counters .fte-counter__num{
    font-family:"Cormorant Garamond", serif;
    font-size:60px;
    color:#000;
    font-weight: 500;
    line-height: 57px;
}
#fte-section-counters .fte-counter__label{
    font-size:14px;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#000;
    margin-top:8px;
    font-weight:500;
}
@media(max-width:1100px){
    #fte-section-counters .fte-counters{
        grid-template-columns:repeat(2,1fr);
        gap:32px;
    }
}
@media(max-width:760px){
    #fte-section-counters .fte-counters{
        grid-template-columns:1fr 1fr;
    }
    #fte-section-counters .fte-counter__num{
        font-size:36px;
    }
}
/*End: Counters*/

    
/*Start: Testimonials*/
#fte-section-testimonials{
    background:#fff;
    padding: 50px 0px 50px 0px;
    font-family:var(--fte-font-body);
}
#fte-section-testimonials .fte-container{
    max-width:1300px;
    width:100%;
    margin:0 auto;
    padding:0 24px;
}
#fte-section-testimonials .fte-heading--center{
    text-align:center;
}
#fte-section-testimonials .fte-heading{
    margin:0;
    font-family:"Cormorant Garamond", serif;
    font-size:55px;
    font-weight:500;
    line-height:1.2;
    color:#000;
}
#fte-section-testimonials .fte-subtext{
    max-width:700px;
    margin:15px auto 0;
    text-align:center;
    font-size:17px;
    line-height:1.7;
    color:#7a7a7a;
}
#fte-section-testimonials .fte-testimonials__track-wrap{
    overflow:hidden;
    margin-top:50px;
}
#fte-section-testimonials .fte-testimonials__track{
    max-height: 340px;
    display:flex;
    transition:transform .5s ease;
}
#fte-section-testimonials .fte-testimonial-card{
    flex:0 0 100%;
    width:100%;
    box-sizing:border-box;
    padding:0 180px;
    text-align:center;
}
#fte-section-testimonials .fte-testimonial-card__text{
    margin-bottom:18px;
    font-size:16px;
    line-height:1.9;
    color:#555;
}
#fte-section-testimonials .fte-testimonial-card__name{
    font-size:24px;
    font-weight:600;
    color:#000;
}
#fte-section-testimonials .fte-testimonials__dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:40px;
}
#fte-section-testimonials .slick-slider{
    position: relative;
}

#fte-section-testimonials .slick-dots li{
    margin:0;
}

#fte-section-testimonials .slick-dots li button{
    width:12px;
    height:12px;
    padding:0;
}

#fte-section-testimonials .slick-dots li button:before{
    font-size:12px;
    color:#d7d7d7;
    opacity:1;
}

#fte-section-testimonials .slick-dots li.slick-active button:before{
    color:#b98b4d;
}
@media (max-width:992px){
    #fte-section-testimonials .fte-testimonial-card{
        padding:0 80px;
    }
    #fte-section-testimonials .fte-heading{
        font-size:44px;
    }
}
@media (max-width:768px){
    #fte-section-testimonials{
        padding:30px 0;
    }
    #fte-section-testimonials .fte-heading{
        font-size:40px;
    }
    #fte-section-testimonials .fte-subtext{
        font-size:15px;
    }
    #fte-section-testimonials .fte-testimonial-card{
        padding:0 20px;
    }
    #fte-section-testimonials .fte-testimonial-card__text{
        font-size:15px;
        line-height:1.8;
    }
    #fte-section-testimonials .fte-testimonial-card__name{
        font-size:20px;
    }
}
/*End: Testimonials*/
    
/*Start: Enjoy Your Unique Wedding Memories*/
.fte-enjoy-wedding-memories{
    position: relative;
    background: url("../images/home/background_img.jpg") center center/cover no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fte-enjoy-wedding-memories::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}
.fte-enjoy-wedding-memories .fte-container{
    position:relative;
    z-index:2;
    max-width:1140px;
    width:100%;
    margin:auto;
    padding:0 20px;
}
.fte-enjoy-wedding-memories .fte-wrapper{
    max-width:900px;
    margin:auto;
    text-align:center;
}
.fte-enjoy-wedding-memories .fte-heading{
    font-family:"Cormorant Garamond", serif;
    font-size:60px;
    line-height:1.05;
    font-weight:500;
    color:#fff;
    margin-bottom:25px;
}
.fte-enjoy-wedding-memories .button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 30px;
    border:1px solid #fff;
    color:#fff;
    background:transparent;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:16px;
    transition:.35s;
}
.fte-enjoy-wedding-memories .button:hover{
    background:#DFB68D;
    border-color:#DFB68D;
    color:#fff;
}
@media(max-width:991px){
    .fte-enjoy-wedding-memories{
        min-height:430px;
    }
    .fte-enjoy-wedding-memories .fte-heading{
        font-size:52px;
    }
}
@media(max-width:767px){
    .fte-enjoy-wedding-memories{
        min-height:360px;
    }
    .fte-enjoy-wedding-memories .fte-heading{
        font-size:40px;
        line-height:1.2;
    }
    .fte-enjoy-wedding-memories .button{
        min-width:180px;
        height:52px;
    }
}
/*End: Enjoy Your Unique Wedding Memories*/
    
    
/*Start: Our Event Gallery*/
#fte-section-event-gallery{
    padding: 50px 0px 50px 0px;
    background:#f9f9f9 url("../images/home/blog-bg.png") no-repeat top left;
    background-size:18%;
}
#fte-section-event-gallery .fte-container{
    max-width:1140px;
}
#fte-section-event-gallery .fte-eg__title{
    text-align:center;
    font-family:"Cormorant Garamond", serif;
    font-size:55px;
    font-weight:500;
    margin-bottom:45px;
}
#fte-section-event-gallery .fte-eg__slider{
    cursor:grab;
}
#fte-section-event-gallery .fte-eg__slider:active{
    cursor:grabbing;
}
#fte-section-event-gallery .slick-slide{
    margin:0 12px;
}
#fte-section-event-gallery .slick-list{
    margin:0 -12px;
}
#fte-section-event-gallery .fte-eg__item{
    height:200px;
}
#fte-section-event-gallery .fte-eg__item img{
    width:100%;
    height:200px;
    object-fit:cover;
    display:block;
}
#fte-section-event-gallery .slick-slide{
    outline:none;
}
#fte-section-event-gallery .slick-slide > div{
    outline:none;
}
@media (max-width:991px){
    #fte-section-event-gallery .fte-eg__title{
        font-size:45px;
    }
}
@media (max-width:768px){
    #fte-section-event-gallery{
        padding:40px 0;
        background-size:35%;
    }
    #fte-section-event-gallery .fte-eg__title{
        font-size:40px;
        margin-bottom:30px;
    }
    #fte-section-event-gallery .fte-eg__item,
    #fte-section-event-gallery .fte-eg__item img{
        height:180px;
    }
    #fte-section-event-gallery .slick-slide{
        margin:0 8px;
    }
    #fte-section-event-gallery .slick-list{
        margin:0 -8px;
    }
}
/*End: Our Event Gallery*/

/*Start: Moments From Recent Celebrations*/
#fte-section-imgslider{
    --fte-maroon:#8a5a3a;
    --fte-gold:#dcb38a;
    --fte-blush:#f1e4d6;
    --fte-charcoal:#0d0b0a;
    --fte-grey:#756b6e;
    --fte-white:#fff;
    --fte-radius-lg:28px;
    --fte-shadow-strong:0 24px 60px rgba(36,28,31,.20);
    --fte-transition:.35s cubic-bezier(.4,0,.2,1);
    background:var(--fte-blush);
    padding: 50px 0px 50px 0px;
}
#fte-section-imgslider .fte-container{
    max-width:1240px;
    margin:auto;
    padding:0 24px;
}
#fte-section-imgslider .fte-heading--center{
    max-width:760px;
    margin:auto;
    text-align:center;
}
#fte-section-imgslider .fte-heading{
    font-family:"Cormorant Garamond",serif;
    font-size:50px;
    font-weight:500;
    line-height:1.2;
    margin-bottom:15px;
}
#fte-section-imgslider .fte-subtext{
    max-width:700px;
    margin:auto;
    color:var(--fte-grey);
    font-size:17px;
}
#fte-section-imgslider .fte-imgslider{
    position:relative;
    margin-top:20px;
}
#fte-section-imgslider .fte-imgslider__viewport{
    overflow:hidden;
    border-radius:var(--fte-radius-lg);
    box-shadow:var(--fte-shadow-strong);
}
#fte-section-imgslider .fte-imgslider__slide{
    position:relative;
    aspect-ratio:16/7;
}
#fte-section-imgslider .fte-imgslider__slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
#fte-section-imgslider .fte-imgslider__caption{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:28px 36px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.45),
        rgba(0,0,0,0)
    );
    color:#fff;
    font-family:"Cormorant Garamond",serif;
    font-size:40px;
    font-weight:600;
    text-align: center;
}
#fte-section-imgslider .slick-slide{
    outline:none;
}
#fte-section-imgslider .slick-slide:focus{
    outline:none;
}
#fte-section-imgslider .fte-imgslider__arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:50%;
    background:rgba(13,11,10,.35);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
    transition:all .3s;
}
#fte-section-imgslider .fte-imgslider__arrow--prev{
    left:18px;
}
#fte-section-imgslider .fte-imgslider__arrow--next{
    right:18px;
}
#fte-section-imgslider .fte-imgslider__arrow:hover{
    background:var(--fte-gold);
    border-color:var(--fte-gold);
    color:var(--fte-charcoal);
}
#fte-section-imgslider .fte-imgslider__arrow svg{
    width:18px;
    height:18px;
    fill:currentColor;
}
#fte-section-imgslider .fte-imgslider__dots{
    margin-top:22px;
}
#fte-section-imgslider .fte-imgslider__dots ul{
    display:flex;
    justify-content:center;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}
#fte-section-imgslider .fte-imgslider__dots li button{
    width:10px;
    height:10px;
    padding:0;
    border:2px solid var(--fte-maroon);
    border-radius:50%;
    background:transparent;
    font-size:0;
    transition:.3s;
}
#fte-section-imgslider .fte-imgslider__dots li.slick-active button{
    width:28px;
    border-radius:6px;
    background:var(--fte-gold);
    border-color:var(--fte-gold);
}
@media(max-width:760px){
    #fte-section-imgslider .fte-heading{
        font-size:40px;
    }
    #fte-section-imgslider .fte-imgslider__slide{
        aspect-ratio:4/5;
    }
    #fte-section-imgslider .fte-imgslider__caption{
        padding:35px;
        font-size:28px;
        font-weight:600;
    }
    #fte-section-imgslider .fte-imgslider__arrow{
        width:40px;
        height:40px;
    }
}
/*End: Moments From Recent Celebrations*/

/*Start: Our Venue Partners*/
#fte-section-partners{
    font-family:var(--fte-font-body);
    color:var(--fte-charcoal);
    background:var(--fte-ivory);
    padding:50px 0px 50px 0px;
    position:relative;
}
#fte-section-partners .fte-container{
    max-width:1140px;
}
#fte-section-partners img{
    max-width:100%;
    display:block;
}
#fte-section-partners h2{
    margin:0 0 .6em;
    font-family:"Cormorant Garamond",serif;
    font-size:55px;
    font-weight:500;
}
#fte-section-partners .fte-container{
    text-align:center;
}
#fte-section-partners .fte-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    letter-spacing:.22em;
    text-transform:uppercase;
    color:var(--fte-gold);
    font-weight:600;
    margin-bottom:14px;
}
#fte-section-partners .fte-eyebrow::before{
    content:"";
    width:28px;
    height:2px;
    background:var(--fte-gold);
}
#fte-section-partners .fte-partners-grid{
    border: 1px solid rgba(47, 101, 151, .15);
    display:grid;
    grid-template-columns:repeat(4,1fr);
}
#fte-section-partners .fte-partner-card{
    background:#fff;
    border:1px solid rgba(47,101,151,.15);
    height:140px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
    transition:.4s;
    position:relative;
    overflow:hidden;
}
#fte-section-partners .fte-partner-card img{
    max-width:150px;
}
@media(max-width:991px){
    #fte-section-partners .fte-partners-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:767px){
    #fte-section-partners .fte-partners-grid{
        grid-template-columns:1fr;
        gap:0;
    }
    #fte-section-partners .fte-partner-card{
        height:120px;
    }
    #fte-section-partners .fte-partner-card img{
        max-width:140px;
    }
}
/*End: Our Venue Partners*/

/*Start: Get In Touch*/
.ft-contact-section{
    padding:50px 0px 50px 0px;
    background:#F5F5F4;
    font-family:Arial, sans-serif;
}

.ft-contact-section .container{
    max-width: 1140px;  
}

.ft-contact-section .ft-title{
    text-align:center;
    font-size:52px;
    font-family: "Times New Roman", serif;
    font-weight:400;
    color:#111;
    margin-bottom:30px;
}

.ft-contact-section .ft-contact-box{
    max-width:1050px;
    margin:auto;
    border:1px solid #cba16a;
    padding:10px;
    background:#f8f8f8;
}

.ft-contact-section .ft-contact-box{
    display:flex;
    gap:0;
}

.ft-contact-section .ft-image-area{
    width:30%;
}

.ft-contact-section .ft-image-area img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.ft-contact-section .ft-form-area{
    width:70%;
    position:relative;
    padding:15px;
    background:
    linear-gradient(rgba(255,255,255,.85),rgba(255,255,255,.85)),
    url('https://thefountainevents.com/wp-content/uploads/2024/02/about-1.jpg.webp');
    background-size:cover;
    background-position:center;
}

.ft-contact-section button{
    min-width:160px;
    height:42px;
    border:none;
    background:#fff;
    color:#111;
    letter-spacing:2px;
    font-size:15px;
    transition:.4s;
    box-shadow:0 0 10px rgba(0,0,0,.08);
}

.ft-contact-section .btn-row button:hover{
    background:#cba16a;
    color:#fff;
}

@media(max-width:991px){

    .ft-contact-section .ft-contact-box{
        flex-direction:column;
    }

    .ft-contact-section .ft-image-area{
        height:350px;
    }
}

@media(max-width:767px){

    .ft-contact-section .ft-title{
        font-size:40px;
    }

    .ft-contact-section .ft-image-area{
        height:260px;
    }
}
/*End: Get In Touch*/


/*Start: Modal */
.fte-modal{
    border:none;
    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}
.fte-modal-header{
    background: #dcb78e;
    padding:22px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.fte-modal-header h3{
    margin:0;
    color:#fff;
    font-size:32px;
    font-family:'Playfair Display',serif;
}
.fte-modal-close{
    border:none;
    background:none;
    color:#fff;
    font-size:42px;
    line-height:1;
    cursor:pointer;
}
.fte-modal-image{
    height:100%;
    min-height:620px;
}
.fte-modal-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.fte-modal-form{
    padding:40px;
    background:#fbf7f0;
    height:100%;
    display:flex;
    align-items:center;
}
.fte-modal-form form{
    width:100%;
}
.fte-submit-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:10px;
    background:#dcb78e;
    color:#fff;
    font-size:16px;
    font-weight:600;
    transition:.4s;
}
.fte-submit-btn:hover{
    background:#dcb38a;
    color:#0d0b0a;
}
.modal-backdrop.show{
    opacity:.75;
}
@media(max-width:991px){
    .fte-modal-image{
        min-height:300px;
    }
    .fte-modal-form{
        padding:30px 20px;
    }
    .fte-modal-header h3{
        font-size:24px;
    }
}
@media(max-width:767px){
    .fte-modal-header{
        padding:18px 20px;
    }
    .fte-modal-form{
        padding:25px 15px;
    }
    .fte-modal-image{
        min-height:220px;
    }
    .fte-modal-header h3{
        font-size:22px;
    }
}
.modal-dialog{
    max-width: 750px !important;
}
.fte-modal-image{
    min-height: 420px !important;
}
.fte-modal-form{
    padding:25px !important;
}
.fte-modal-header{
    padding:15px 25px !important;
}
.fte-modal-header h3{
    font-size:28px !important;
}
/*Start: Modal */


/*Start: about us page css */
/*Start: About Section*/
.about-page.fountain-about-section {
    padding: 50px 0px 50px 0px;
}
.about-page .container {
    max-width: 1300px;
}
.about-page .fountain-about-wrapper {
    display: flex;
    gap: 30px;
}
.about-page .fountain-about-image {
    width: 50%;
    text-align: center;
}
.about-page .fountain-about-image img {
    max-width: 74%;
}
.about-page .fountain-about-content h2 {
    color: #111111;
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0.6px;
    font-family: "Cormorant Garamond", serif;
}
.about-page .fountain-about-content p {
    text-align: justify;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7a7a7a;
}
@media(max-width:991px){
    .about-page .fountain-about-image {
        width: 100%;
    }
    .about-page .fountain-about-image img {
        width: 100%;
        max-width: unset;
    }
    .about-page .fountain-about-content h2 {
        font-size: 45px;
    }
    .about-page .fountain-about-content p {
        font-size: 17px;
    }
}

@media(max-width:767px){
    .about-page .fountain-about-image {
        width: 100%;
    }
    .about-page .fountain-about-image img {
        width: 100%;
        max-width: unset;
    }
    .about-page .fountain-about-content h2 {
        font-size: 45px;
    }
    .about-page .fountain-about-content p {
        font-size: 17px;
    }
}

@media(max-width:480px){
    .about-page .fountain-about-image {
        width: 100%;
    }
    .about-page .fountain-about-image img {
        width: 100%;
        max-width: unset;
    }
    .about-page .fountain-about-content h2 {
        font-size: 45px;
    }
    .about-page .fountain-about-content p {
        font-size: 17px;
    }
}
/*End: About Section*/

/*Start: Mission Section*/
.fv-mission-vision-wrap{
    background:#f4f4f4;
    padding: 50px 0px 50px 0px;
}
.fv-mission-vision-wrap .container{
    max-width: 1140px;
}
.fv-mission-vision-wrap .container .wrapper{
    max-width: 1140px;
    margin-inline: auto;
    display: flex;
    position: relative;
}
.fv-divider{
    width:1px;
    background:#d6d6d6;
    align-self:stretch;
}
.fv-mv-card{
    text-align:center;
    padding: 20px 20px 20px 20px;
    width: 50%;
}
.fv-mv-icon{
    width:130px;
    height:130px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s ease;
}
.fv-mv-icon img{
    width:100%;
}
.fv-mv-card h3{
    margin-bottom: 15px;
    color: #111111;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 25px;
}
.fv-mv-card p{
    color: #777777;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
@keyframes fvFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}
@media(max-width:991px){
    .fv-mission-vision-wrap .container .wrapper {
        display: unset;
    }
    .fv-mv-container{
        gap:40px;
    }
    .fv-mv-card{
        width: 100%;
    }
    .fv-mv-card h2{
        font-size:38px;
    }
    .fv-mv-card p{
        font-size:18px;
        line-height:1.8;
    }
    .fv-mv-icon{
        width:110px;
        height:110px;
    }
}
@media(max-width:767px){
    .fv-mv-container{
        flex-direction:column;
        gap:50px;
    }
    .fv-mission-vision-wrap .container .wrapper {
        display: unset;
    }
    .fv-divider{
        width:100%;
        height:1px;
    }
    .fv-mv-card{
        padding:15px;
        width: 100%;
    }
    .fv-mv-card h2{
        font-size:34px;
    }
    .fv-mv-card p{
        font-size:17px;
        line-height:1.8;
    }
    .fv-mv-icon{
        width:90px;
        height:90px;
        margin-bottom:20px;
    }
}
/*End: Mission Section*/

/*Start: EXPERIENCE SECTION*/
.fe-exp-section{
    background: #F9F9F9;
    padding: 50px 0px 50px 0px;
}

.fe-exp-container{
    max-width: 1140px;
    display: flex;
    margin-inline: auto;
    position: relative;
}

.fe-exp-content{
    width: 59.341%;
    align-content: center;
    align-items: center;
    padding: 10px;
}
  
.fe-exp-title {
    color: #111111;
    font-size: 63px;
    font-weight: unset;
    line-height: 65px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.6px;
}

.fe-exp-text{
    text-align: justify;
    font-family: "Mulish", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #7a7a7a;
}

.fe-exp-image-wrap{
    width: 40.613%;
    align-content: center;
    align-items: center;
    padding: 10px;
}
.fe-exp-frame{
    box-shadow:0 5px 20px rgba(0,0,0,.08), 0 15px 50px rgba(0,0,0,.10);
}
.fe-exp-frame img{
    width: 100%;
    border: 10px solid #ffffff;
}
@keyframes feTitleReveal{
    from{
        opacity:0;
        transform:translateY(100%);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@keyframes feTextUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@keyframes feFloat{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

@keyframes feShine{
    from{
        left:-130%;
    }
    to{
        left:180%;
    }
}

@media(max-width:1199px){

    .fe-exp-title span{
        font-size:62px;
    }

    .fe-exp-image-wrap{
        width:450px;
    }

    .fe-exp-container{
        gap:60px;
    }
}

@media(max-width:991px){

    .fe-exp-container{
        flex-direction:column;
        gap:60px;
        text-align:center;
    }

    .fe-exp-content{
        width: 100%;
    }

    .fe-exp-image-wrap{
        width:100%;
        max-width:520px;
        order:2;
    }

    .fe-exp-title{
        font-size: 45px;
    }

    .fe-exp-text{
        font-size:17px;
    }
}

@media(max-width:767px){

    .fe-exp-title{
        margin-bottom:25px;
    }

    .fe-exp-title{
        font-size: 45px;
    }

    .fe-exp-text{
        font-size:17px;
    }

    .fe-exp-frame{
        padding:8px;
    }
}

@media(max-width:480px){

    .fe-exp-title span{
        font-size:36px;
    }

    .fe-exp-text{
        font-size:17px;
    }
}
 
 
/* ====================================
   FOUNDERS SECTION
==================================== */

.fc-founders-section{
    background:#f3f3f3;
    padding: 50px 0px 50px 0px;
}
.fc-founders-container{
    max-width: 1140px;
    margin:0 auto;
}
.fc-founders-heading{
    text-align:center;
    margin-bottom:20px;
}
.fc-founders-heading h2{
    font-family:"Cormorant Garamond", serif;
    font-size:60px;
    font-weight:400;
    color:#111;
    line-height:1.1;
    margin:0;
}
.fc-founders-grid{
    display:flex;
    justify-content:center;
    gap:20px;
}
.fc-founder-card{
    width:50%;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.fc-founder-image{
    width:100%;
    overflow:hidden;
}
.fc-founder-image img{
    width:100%;
}
.fc-founder-info{
    background:#F5F5F4;
    padding:30px 30px 30px 30px;
    text-align:center;
}
.fc-founder-info h3{
    margin:0;
    font-family:"Cormorant Garamond", serif;
    font-size:28px;
    font-weight:400;
    color:#111;
}
@media(max-width:991px){
    .fc-founders-heading{
        margin-bottom:30px;
    }
    .fc-founders-heading h2{
        font-size:45px;
    }
    .fc-founders-grid{
        flex-direction:column;
        align-items:center;
        gap:25px;
    }
    .fc-founder-card{
        width:100%;
    }
    .fc-founder-info h3{
        font-size:35px;
    }
}
@media(max-width:767px){
    .fc-founders-heading{
        margin-bottom:30px;
    }
    .fc-founders-heading h2{
        font-size:45px;
    }
    .fc-founders-grid{
        flex-direction:column;
        align-items:center;
        gap:25px;
    }
    .fc-founder-card{
        width:100%;
    }
    .fc-founder-info h3{
        font-size:35px;
    }
}
@media(max-width:480px){
    .fc-founders-heading{
        margin-bottom:30px;
    }
    .fc-founders-heading h2{
        font-size:45px;
    }
    .fc-founders-grid{
        flex-direction:column;
        align-items:center;
        gap:25px;
    }
    .fc-founder-card{
        width:100%;
    }
    .fc-founder-info h3{
        font-size:35px;
    }
}
/*End: About Us Page*/


/* ==========================
   CONTACT SECTION
========================== */

.tf-contact-section{
    background:#f4f4f4;
    padding:90px 0 0;
}

.tf-contact-container{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    padding:0 20px 80px;
}

/* Contact Box */

.tf-contact-box{
    flex:1;
    text-align:center;
    padding:0 30px;
}

.tf-border{
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
}

/* Icon */

.tf-contact-icon{
    width:82px;
    height:82px;
    border:2px solid #d7b48a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}

.tf-contact-icon i{
    font-size:30px;
    color:#d7b48a;
}

/* Heading */

.tf-contact-box h3{
    font-family:"Cormorant Garamond", serif;
    font-size:32px;
    font-weight:600;
    color:#111;
    margin-bottom:20px;
}

/* Content */

.tf-contact-box p{
    font-family:'Poppins',sans-serif;
    font-size:17px;
    line-height:2;
    color:#777;
    margin:0;
}

/* ==========================
   FULL WIDTH MAP
========================== */

.tf-map-wrapper{
    width:100%;
    line-height:0;
}

.tf-map-wrapper iframe{
    width:100%;
    height:500px;
    border:0;
    display:block;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .tf-contact-container{
        gap:25px;
    }

    .tf-contact-box{
        padding:0 15px;
    }

    .tf-contact-box h3{
        font-size:28px;
    }

    .tf-contact-box p{
        font-size:16px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .tf-contact-section{
        padding-top:60px;
    }

    .tf-contact-container{
        flex-direction:column;
        gap:40px;
        padding-bottom:60px;
    }

    .tf-contact-box{
        width:100%;
        padding:0;
    }

    .tf-border{
        border:none;
    }

    .tf-contact-box{
        border-bottom:1px solid #e6e6e6;
        padding-bottom:35px;
    }

    .tf-contact-box:last-child{
        border-bottom:none;
        padding-bottom:0;
    }

    .tf-contact-icon{
        width:70px;
        height:70px;
    }

    .tf-contact-icon i{
        font-size:24px;
    }

    .tf-contact-box h3{
        font-size:30px;
    }

    .tf-map-wrapper iframe{
        height:350px;
    }

}

@media(max-width:480px){

    .tf-contact-box h3{
        font-size:26px;
    }

    .tf-contact-box p{
        font-size:15px;
        line-height:1.9;
    }

    .tf-map-wrapper iframe{
        height:280px;
    }

}
.tf-contact-link{
    color:#777;
    text-decoration:none;
    transition:all .3s ease;
}

.tf-contact-link:hover{
    color:#d7b48a;
}

/*about us page css */


/*our work page css */
.our-work-section{
    background:#f4f4f4;
    padding:80px 0;
}

.our-work-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.our-work-heading{
    text-align:center;
    margin-bottom:50px;
}

.our-work-heading h2{
    font-family:"Cormorant Garamond", serif;
    font-size:60px;
    font-weight:400;
    color:#111;
    margin:0;
}

.our-work-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.our-work-card{
    background:#fff;
    border:1px solid #eee2d4;
    padding:24px;
    text-align:center;
    box-shadow: 0 0 10px 0 #E1B58D;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.our-work-image img{
    width:100%;
    height:290px;
    object-fit:cover;
    display:block;
}

.our-work-logo{
    min-height:130px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 0;
}

.our-work-logo img{
    max-width:220px;
    width:100%;
}

.our-work-btn a{
    display:inline-block;
    min-width:210px;
    padding:16px 30px;
    border:1px solid #222;
    text-decoration:none;
    color:#111;
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:.3s;
}

.our-work-btn a:hover{
    background:#dcb78e;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .our-work-heading h2{
        font-size:56px;
    }

    .our-work-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:767px){

    .our-work-section{
        padding:60px 0;
    }

    .our-work-heading{
        margin-bottom:30px;
    }

    .our-work-heading h2{
        font-size:42px;
    }

    .our-work-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .our-work-card{
        padding:18px;
    }

    .our-work-image img{
        height:240px;
    }

    .our-work-logo{
        min-height:110px;
        padding:25px 0;
    }

    .our-work-logo img{
        max-width:180px;
    }

    .our-work-btn a{
        width:100%;
        min-width:auto;
    }

}
/*our work page css */

/*blog page css */
.blog-listing-section{
    padding: 50px 0 50px 0;
    background:#f7f7f7;
}

.blog-listing-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.blog-section-title{
    text-align:center;
    margin-bottom:50px;
}

.blog-section-title h2{
    font-family:"Cormorant Garamond", serif;
    font-size:60px;
    font-weight:400;
    margin-bottom:10px;
    color:#111;
}

.blog-section-title p{
    color:#777;
    font-size:18px;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.blog-card{
    background:#fff;
    border:1px solid #ececec;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.blog-image{
    position:relative;
}

.blog-image img{
    width:100%; 
    height:auto;
    object-fit:contain;
    display:block;
}

.blog-category{
    position:absolute;
    left:20px;
    top:20px; 
    background:#fff;
    padding:8px 16px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
}

.blog-content{
    padding:15px;
}

.blog-meta{
    font-size:14px;
    color:#888;
    margin-bottom:15px;
}

.blog-content h3{
    margin-bottom:15px;
}

.blog-content h3 a{
    text-decoration:none;
    color:#111;
    font-size:28px;
    line-height:1.3;
    font-family:"Cormorant Garamond", serif;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.blog-btn{
    display:inline-block;
    text-decoration:none;
    color:#111;
    border:1px solid #111;
    padding:12px 24px;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
}

.blog-btn:hover{
    background:#111;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .blog-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .blog-section-title h2{
        font-size:52px;
    }

}

/* Mobile */

@media(max-width:767px){ 

    .blog-grid{
        grid-template-columns:1fr;
    }

    .blog-section-title h2{
        font-size:40px;
    }

    .blog-image img{
        height:240px;
    }

}
/*blog page css */


/*services pase css */
.venue-title{
    text-align:center;
    font-size:55px;
    font-weight:400;
    line-height:1.2;
    color:#000;
    margin-bottom:15px;
    margin-top:15px;
    font-family: "Cormorant Garamond", serif;
}

.venue-subtitle{
    text-align:center;
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-bottom:50px;
    font-family:'Poppins',sans-serif;
}

.venue-text{
    max-width:1350px;
    margin:0 auto 25px;
    text-align:center;
    font-size:17px;
    line-height:2;
    color:#111;
    font-family: "Cormorant Garamond", serif;
}

.venue-highlight{
    max-width:1370px;
    margin:30px auto 30px;
    background:#e5d8c9;
    padding:28px 35px;
    border-radius:8px;
    text-align:center;
    font-size:18px;
    line-height:1.8;
    color:#111;
    font-family: "Cormorant Garamond", serif;
}

@media(max-width:991px){

    .venue-title{
        font-size:48px;
    }

    .venue-text{
        font-size:16px;
    }

    .venue-highlight{
        font-size:17px;
    }
}

@media(max-width:767px){

    .venue-title{
        font-size:34px;
    }

    .venue-subtitle{
        font-size:16px;
    }

    .venue-text{
        font-size:15px;
        line-height:1.8;
    }

    .venue-highlight{
        font-size:16px;
        padding:20px;
    }
}


.venue-types-section{
    padding:60px 0;
    background:#f5f5f5; 
}

.venue-types-title{
    font-family:'Cormorant Garamond',serif;
    font-size:50px;
    font-weight:400;
    line-height:1.1;
    color:#000;
    margin-bottom:25px;
}

.venue-types-content{
    max-width:1100px;
    margin-bottom:60px;
}

.venue-types-content p{
    font-family:'Cormorant Garamond',serif;
    font-size:18px;
    line-height:1.9;
    color:#111;
    margin-bottom:15px;
}

.venue-types-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:70px;
}

.venue-column h3{
    font-family:'Cormorant Garamond',serif;
    font-size:25px;
    font-weight:400;
    color:#000;
    margin-bottom:30px;
}

.venue-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.venue-column li{
    position:relative;
    padding-left:28px;
    margin-bottom:20px;
}

.venue-column li::before{
    content:'';
    width:10px;
    height:10px;
    border:2px solid #000;
    border-radius:50%;
    position:absolute;
    left:0;
    top:11px;
    transition:all .35s ease;
}

.venue-column a{
    font-family:'Cormorant Garamond',serif;
    font-size:20px;
    color:#111;
    text-decoration:none;
    position:relative;
    transition:all .35s ease;
}

.venue-column a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-3px;
    width:0;
    height:1px;
    background:#b8925a;
    transition:width .35s ease;
}

.venue-column li:hover a{
    color:#b8925a;
    padding-left:8px;
}

.venue-column li:hover a::after{
    width:100%;
}

.venue-column li:hover::before{
    border-color:#b8925a;
    transform:scale(1.2);
}

/* Tablet */

@media(max-width:991px){

    .venue-types-grid{
        grid-template-columns:repeat(2,1fr);
        gap:50px;
    }

    .venue-types-title{
        font-size:48px;
    }

    .venue-column h3{
        font-size:26px;
    }

    .venue-column a{
        font-size:20px;
    }
}

/* Mobile */

@media(max-width:767px){

    .venue-types-section{
        padding:60px 0;
    }

    .venue-types-title{
        font-size:36px;
        text-align:center;
    }

    .venue-types-content{
        margin-bottom:40px;
    }

    .venue-types-content p{
        font-size:16px;
    }

    .venue-types-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .venue-column h3{
        font-size:24px;
        margin-bottom:20px;
    }

    .venue-column a{
        font-size:18px;
    }
}

.curated-properties-section{ 
    padding:60px 0;
    background:#f5f5f5;
}

.curated-properties-title{
    font-family:'Cormorant Garamond',serif;
    font-size:55px;
    font-weight:400;
    text-align:center;
    color:#000;
    margin-bottom:30px;
}

.properties-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}
 
.property-card{
    background:#fff;
    border:1px solid #d8c7ab;
    transition:.4s ease;
    overflow:hidden;
    box-shadow: 0px 0px 10px 0px #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.property-image{
    overflow:hidden;
}

.property-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.6s ease;
    display:block;
}

.property-card:hover .property-image img{
    transform:scale(1.08);
}

.property-content{
    padding:30px;
}

.property-title{
    font-family:'Cormorant Garamond',serif;
    font-size:25px;
    font-weight:500;
    text-align:center;
    margin-bottom:20px;
    color:#000;
}

.property-desc{
    text-align:center;
    font-size:17px;
    line-height:1.9;
    color:#444;
    margin-bottom:25px;
}

.property-meta{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.property-meta li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:12px;
    font-size:17px;
    color:#222;
}

.property-meta i{
    color:#b8925a;
    width:20px;
}

.property-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:55px;
    border:1px solid #b8925a;
    color:#b8925a;
    text-decoration:none;
    font-size:17px;
    font-weight:500;
    transition:.35s ease;
}

.property-btn:hover{
    background:#b8925a;
    color:#fff;
}

@media(max-width:991px){

    .properties-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .curated-properties-title{
        font-size:48px;
    }
}

@media(max-width:767px){

    .curated-properties-section{
        padding:60px 0;
    }

    .properties-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .curated-properties-title{
        font-size:36px;
        margin-bottom:40px;
    }

    .property-image img{
        height:240px;
    }

    .property-content{
        padding:20px;
    }

    .property-title{
        font-size:28px;
    }

    .property-desc{
        font-size:16px;
    }
}

.venues-section{
    padding:80px 0;
    background:#f4f4f4;
}

.venues-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.venues-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.venue-card{
    background:#fff;
    border:1px solid #d8d1c3;
    box-shadow:0 2px 12px rgba(0,0,0,.15);
    transition:.3s;
}

.venue-card:hover{
    transform:translateY(-5px);
}

.venue-image{
    padding:24px 24px 0;
}

.venue-image img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.venue-content{
    padding:20px 28px 28px;
}

.venue-content h3{
    text-align:center;
    font-size:25px;
    margin-bottom:20px;
    color:#111;
    font-weight:500;
    font-family: "Cormorant Garamond", serif;
}

.venue-content p{
    font-size:18px;
    line-height:1.9;
    color:#222;
    margin-bottom:25px;
    text-align:center;
}

.venue-meta{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.venue-meta li{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
    font-size:17px;
    color:#111;
    font-family: "Cormorant Garamond", serif;
}

.venue-meta li i{
    width:26px;
    text-align:center;
    font-size:22px;
    color:#000;
}

.venue-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    border:1px solid #222;
    padding:16px;
    text-decoration:none;
    color:#c89a56;
    font-size:22px;
    font-weight:600;
    font-family: "Cormorant Garamond", serif;
    transition:.3s;
}

.venue-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:991px){

    .venues-grid{
        grid-template-columns:1fr;
    }

    .venue-image img{
        height:300px;
    }

    .venue-content h3{
        font-size:32px;
    }

    .venue-content p{
        font-size:17px;
    }

    .venue-meta li{
        font-size:20px;
    }
}

@media(max-width:767px){

    .venues-section{
        padding:50px 0;
    }

    .venue-image{
        padding:15px 15px 0;
    }

    .venue-image img{
        height:240px;
    }

    .venue-content{
        padding:18px;
    }

    .venue-content h3{
        font-size:28px;
        margin-bottom:15px;
    }

    .venue-content p{
        font-size:16px;
        line-height:1.8;
    }

    .venue-meta li{
        font-size:18px;
        gap:10px;
    }

    .venue-btn{
        font-size:18px;
        padding:14px;
    }
}

.destination-wedding-section{
    padding:60px 0;
    background:#f7f7f7;
}

.destination-wedding-section .container{
    margin:auto;
    padding:0 15px;
   font-family: "Cormorant Garamond", serif;
}

.dw-heading-wrap{
    display:flex;
    align-items:center;
    gap:40px;
    margin-bottom:40px;
}

.dw-title{
    margin:0;
    color:#111;
    font-size:55px;
    font-weight:400;
    line-height:1.1;
}

.dw-line{
    flex:1;
    height:3px;
    background:#c89a56;
}

.dw-grid{
    display:grid;
    grid-template-columns:48% 52%;
    gap:40px;
    align-items:start;
}

.dw-image-box{
    background:#fff;
    padding:10px;
    box-shadow:0 3px 15px rgba(0,0,0,.15);
}

.dw-image-box img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}

.dw-content p{
    color:#777;
    font-size:18px;
    line-height:1.9;
    margin-bottom:22px;
}

.dw-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 30px;
    border:1px solid #222;
    color:#c89a56;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    transition:.3s;
    margin-top:15px;
}

.dw-btn:hover{
    background:#c89a56;
    color:#fff;
}

@media(max-width:991px){

    .dw-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .dw-title{
        font-size:50px;
    }

    .dw-image-box img{
        height:450px;
    }
}

@media(max-width:767px){

    .destination-wedding-section{
        padding:60px 0;
    }

    .dw-heading-wrap{
        display:block;
        margin-bottom:25px;
    }

    .dw-title{
        font-size:38px;
        margin-bottom:15px;
        text-align:center;
    }

    .dw-line{
        width:100%;
    }

    .dw-image-box img{
        height:260px;
    }

    .dw-content p{
        font-size:16px;
        line-height:1.8;
        text-align:left;
    }

    .dw-btn{
        width:100%;
        justify-content:center;
        font-size:18px;
        padding:15px;
    }
}

.content-text{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8; /* screenshot jaisa */
}

.content-text.show{
    -webkit-line-clamp:unset;
    overflow:visible;
}

.read-toggle{
    background:none;
    border:none;
    padding:0;
    margin:20px 0;
    cursor:pointer;
    color:#c89a56;
    font-size:18px;
    font-weight:600;
    font-family:inherit;
}

.read-toggle i{
    margin-left:5px;
    transition:.3s;
}

.content-text.show + .read-toggle i{
    transform:rotate(180deg);
}

.content-hidden{
    display:none;
}

.content-hidden.show{
    display:block;
}

.read-toggle{
    background:none;
    border:none;
    color:#c89a56;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    padding:0;
    margin-top:10px;
}

@media(max-width:767px){

    .content-text{
        -webkit-line-clamp:6;
    }

    .read-toggle{
        font-size:16px;
    }
}

.enquiry-section{
    padding:80px 0;
    background:#f8f8f8;
}

.enquiry-section .container{
    max-width:1400px;
    margin:0 auto;
    padding:0 15px;
}

.enquiry-wrapper{
    display:grid;
    grid-template-columns:48% 52%;
    align-items:center;
    gap:30px;
}

/* Left Side Image */

.enquiry-image{
    position:relative;
}

.enquiry-image img{
    width:100%;
    object-fit:cover;
    display:block;
}

/* Right Side Form Wrapper */

.enquiry-form-wrapper{
    position:relative;
    padding:20px;
   
}
.enquiry-form-area{
    background:#dcb78e;      
    padding: 10px;
    border-radius: 5px;
}

/* Background Floral Design */

.enquiry-form-wrapper::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('images/floral-pattern.png') center center no-repeat;
    background-size:cover;
    opacity:.12;
    pointer-events:none;
}

.enquiry-form-wrapper > *{
    position:relative;
    z-index:2;
}

/* Tablet */

@media (max-width:991px){

    .enquiry-wrapper{
        grid-template-columns:1fr;
        gap:30px;
    }

    .enquiry-image img{
        height:450px;
    }
}

/* Mobile */

@media (max-width:767px){

    .enquiry-section{
        padding:50px 0;
    }

    .enquiry-image img{
        height:280px;
    }

    .enquiry-form-wrapper{
        padding:0;
    }
}

/*services pase css */


/*gallery page css */
.gallery-page{
    padding:80px 0;
}

.gallery-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:15px;
}

.gallery-subtitle{
    max-width:700px;
    margin:auto;
    color:#666;
}

.gallery-img{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:15px;
    transition:.4s ease;
}

.gallery-img:hover{
    transform:scale(1.05);
}

@media(max-width:767px){
    .gallery-img{
        height:250px;
    }
}
/*gallery page css */