.elementor-294 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-294 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-294 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-294 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-294 .elementor-element.elementor-element-0eb7001{--spacer-size:200px;}/* Start custom CSS for html, class: .elementor-element-f0721db *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   MAIN SECTION
========================================= */

.venue-service-section {
    position: relative;

    width: 100%;

    background: #f7f7f5;

    padding: 26px 0 28px;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.venue-service-container {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1120px;

    margin: 0 auto;

    padding: 0 30px;

    display: grid;

    grid-template-columns: 36% 64%;

    gap: 38px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.venue-service-content {
    padding-left: 20px;
}


/* =========================================
   SMALL TITLE
========================================= */

.venue-small-title {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #c78b1d;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.7px;

    margin-bottom: 10px;
}


.venue-small-title span {
    display: block;

    width: 28px;

    height: 1px;

    background: #d29a2d;
}


/* =========================================
   HEADING
========================================= */

.venue-service-content h2 {
    color: #203d31;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(38px, 4vw, 55px);

    font-weight: 700;

    line-height: 0.95;

    letter-spacing: -0.5px;

    margin-bottom: 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.venue-service-content > p {
    max-width: 370px;

    color: #626262;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.65;

    margin-bottom: 18px;
}


/* =========================================
   CTA BUTTON
========================================= */

.venue-cta {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    min-width: 260px;

    padding: 15px 22px;

    background: #073326;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1px;

    border-radius: 3px;

    transition:
        all 0.3s ease;
}


.venue-cta span {
    font-size: 18px;

    transition: transform 0.3s ease;
}


.venue-cta:hover {
    background: #0b4634;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px
        rgba(7, 51, 38, 0.18);
}


.venue-cta:hover span {
    transform: translateX(4px);
}


/* =========================================
   RIGHT GRID
========================================= */

.venue-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 14px;

    row-gap: 15px;
}


/* =========================================
   VENUE CARD
========================================= */

.venue-card {
    width: 100%;

    overflow: hidden;

    background: transparent;

    border-radius: 3px;
}


/* =========================================
   IMAGE
========================================= */

.venue-image {
    width: 100%;

    height: 122px;

    background: #dededb;

    overflow: hidden;

    border-radius: 4px 4px 0 0;
}


.venue-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.4s ease;
}


.venue-card:hover .venue-image img {
    transform: scale(1.04);
}


/* =========================================
   CARD CONTENT
========================================= */

.venue-card-content {
    position: relative;

    min-height: 49px;

    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 7px 5px 4px 5px;
}


/* GOLD VERTICAL LINE */

.gold-line {
    display: block;

    width: 2px;

    height: 30px;

    flex-shrink: 0;

    background: #d59a27;

    margin-top: 2px;
}


/* =========================================
   CARD HEADING
========================================= */

.venue-card-content h3 {
    color: #263d34;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 20px;

    font-weight: 700;

    line-height: 1;

    margin-bottom: 4px;
}


/* =========================================
   CARD DESCRIPTION
========================================= */

.venue-card-content p {
    color: #777777;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.35;
}


/* =========================================
   DECORATIVE LEAF
========================================= */

.venue-leaf {
    position: absolute;

    left: -40px;

    bottom: -45px;

    width: 150px;

    height: 260px;

    opacity: 0.3;

    pointer-events: none;
}


/* Decorative leaf lines */

.venue-leaf::before,
.venue-leaf::after {
    content: "";

    position: absolute;

    border: 1px solid #c8ad72;

    border-radius: 100% 0 100% 0;

    transform: rotate(25deg);
}


.venue-leaf::before {
    width: 75px;

    height: 150px;

    left: 20px;

    top: 30px;
}


.venue-leaf::after {
    width: 90px;

    height: 180px;

    left: 55px;

    top: 70px;

    transform: rotate(45deg);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .venue-service-container {
        max-width: 1280px;

        grid-template-columns: 35% 65%;
    }


    .venue-image {
        height: 140px;
    }


    .venue-service-content h2 {
        font-size: 60px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .venue-service-section {
        padding: 40px 0;
    }


    .venue-service-container {
        grid-template-columns: 40% 60%;

        gap: 25px;

        padding: 0 25px;
    }


    .venue-service-content {
        padding-left: 10px;
    }


    .venue-service-content h2 {
        font-size: 43px;
    }


    .venue-service-content > p {
        font-size: 13px;
    }


    .venue-image {
        height: 110px;
    }


    .venue-card-content h3 {
        font-size: 18px;
    }


    .venue-card-content p {
        font-size: 10px;
    }


    .venue-cta {
        min-width: 220px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .venue-service-section {
        padding: 45px 0;

        background: #ffffff;
    }


    .venue-service-container {
        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 35px;

        padding: 0 20px;
    }


    /* LEFT CONTENT */

    .venue-service-content {
        padding-left: 0;
    }


    .venue-small-title {
        font-size: 11px;

        margin-bottom: 12px;
    }


    .venue-service-content h2 {
        font-size: 48px;

        line-height: 0.98;

        margin-bottom: 18px;
    }


    .venue-service-content > p {
        max-width: 100%;

        font-size: 14px;

        line-height: 1.7;

        margin-bottom: 22px;
    }


    .desktop-only {
        display: none;
    }


    .venue-cta {
        min-width: 100%;

        padding: 16px 20px;
    }


    /* GRID */

    .venue-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .venue-image {
        height: 210px;
    }


    .venue-card-content {
        padding: 10px 5px 8px;
    }


    .gold-line {
        height: 34px;
    }


    .venue-card-content h3 {
        font-size: 23px;
    }


    .venue-card-content p {
        font-size: 12px;
    }


    .venue-leaf {
        display: none;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .venue-service-container {
        padding: 0 15px;
    }


    .venue-service-content h2 {
        font-size: 42px;
    }


    .venue-service-content > p {
        font-size: 13px;
    }


    .venue-image {
        height: 185px;
    }


    .venue-card-content h3 {
        font-size: 21px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85b1232 *//* =========================================
   GOOGLE FONTS
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Poppins:wght@400;500;600&display=swap');


/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   VENUE PROCESS SECTION
========================================= */

.venue-process-section {
    position: relative;
    width: 100%;
    background: #f8f8f6;
    padding: 22px 35px 28px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}


/* =========================================
   DECORATIVE LEAVES
========================================= */

.venue-process-section::before,
.venue-process-section::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(197, 138, 27, 0.18);
    border-radius: 50%;
    pointer-events: none;
}

.venue-process-section::before {
    left: -70px;
    top: -45px;
    transform: rotate(35deg);
}

.venue-process-section::after {
    right: -70px;
    top: -45px;
    transform: rotate(-35deg);
}


/* =========================================
   HEADING
========================================= */

.venue-process-heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 18px;
}

.venue-process-heading span {
    display: block;
    color: #c58a1b;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.venue-process-heading h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: #24372f;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
}


/* =========================================
   GOLD UNDERLINE
========================================= */

.process-line-title {
    width: 48px;
    height: 2px;
    background: #d39a1b;
    margin: 9px auto 0;
}


/* =========================================
   PROCESS STEPS WRAPPER
========================================= */

.venue-process-steps {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1250px;

    margin: 25px auto 0;

    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* =========================================
   INDIVIDUAL STEP
========================================= */

.venue-step {
    width: 145px;
    flex-shrink: 0;
    text-align: center;
}


/* =========================================
   ICON CIRCLE
========================================= */

.venue-icon {
    width: 78px;
    height: 78px;

    margin: 0 auto 10px;

    border-radius: 50%;

    background: #073526;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d39a1b;

    font-size: 28px;

    box-shadow: 0 5px 14px rgba(7, 53, 38, 0.12);

    transition: all 0.3s ease;
}


/* Hover Effect */

.venue-step:hover .venue-icon {
    transform: translateY(-4px);
    background: #0b4633;

    box-shadow: 0 10px 20px rgba(7, 53, 38, 0.18);
}


/* =========================================
   STEP NUMBER
========================================= */

.venue-step-number {
    display: block;

    color: #26352f;

    font-size: 12px;
    font-weight: 600;

    margin-bottom: 5px;

    letter-spacing: 0.5px;
}


/* =========================================
   STEP TITLE
========================================= */

.venue-step-title {
    color: #26352f;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.4;
}


/* =========================================
   CONNECTOR LINE
========================================= */

.venue-connector {
    flex: 1;

    max-width: 130px;
    min-width: 30px;

    border-top: 1px dashed #9da8a2;

    margin-top: 39px;

    margin-left: 10px;
    margin-right: 10px;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .venue-process-section {
        padding: 28px 50px 32px;
    }

    .venue-process-heading h2 {
        font-size: 42px;
    }

    .venue-process-steps {
        max-width: 1400px;
    }

    .venue-step {
        width: 155px;
    }

    .venue-icon {
        width: 82px;
        height: 82px;
        font-size: 30px;
    }

    .venue-connector {
        max-width: 145px;
        margin-top: 41px;
    }

}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1200px) {

    .venue-process-section {
        padding: 25px 25px 30px;
    }

    .venue-process-heading h2 {
        font-size: 35px;
    }

    .venue-step {
        width: 125px;
    }

    .venue-icon {
        width: 72px;
        height: 72px;
        font-size: 26px;
    }

    .venue-step-title {
        font-size: 12px;
    }

    .venue-connector {
        margin-top: 36px;
        margin-left: 7px;
        margin-right: 7px;
        min-width: 20px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .venue-process-section {
        padding: 25px 20px 30px;
    }

    .venue-process-heading {
        margin-bottom: 15px;
    }

    .venue-process-heading h2 {
        font-size: 32px;
    }

    .venue-process-heading span {
        font-size: 10px;
    }

    .venue-process-steps {
        margin-top: 22px;
        gap: 5px;
    }

    .venue-step {
        width: 115px;
    }

    .venue-icon {
        width: 68px;
        height: 68px;
        font-size: 24px;
        margin-bottom: 9px;
    }

    .venue-step-number {
        font-size: 11px;
    }

    .venue-step-title {
        font-size: 11px;
    }

    .venue-connector {
        margin-top: 34px;
        margin-left: 4px;
        margin-right: 4px;
        min-width: 15px;
    }

}


/* =========================================
   TABLET / SMALL SCREEN
========================================= */

@media (max-width: 768px) {

    .venue-process-section {
        padding: 30px 20px;
    }

    .venue-process-heading h2 {
        font-size: 34px;
        padding: 0 15px;
    }

    .venue-process-steps {
        flex-wrap: wrap;
        justify-content: center;

        gap: 25px 20px;

        margin-top: 25px;
    }

    .venue-step {
        width: calc(33.333% - 20px);
    }

    .venue-icon {
        width: 70px;
        height: 70px;

        font-size: 25px;
    }

    .venue-step-number {
        font-size: 12px;
    }

    .venue-step-title {
        font-size: 12px;
        line-height: 1.35;
    }

    .venue-connector {
        display: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .venue-process-section {
        padding: 30px 15px 35px;
    }

    .venue-process-section::before,
    .venue-process-section::after {
        width: 100px;
        height: 100px;
        opacity: 0.5;
    }

    .venue-process-section::before {
        left: -55px;
        top: -35px;
    }

    .venue-process-section::after {
        right: -55px;
        top: -35px;
    }

    .venue-process-heading span {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .venue-process-heading h2 {
        font-size: 30px;
        line-height: 1.15;
        padding: 0;
    }

    .process-line-title {
        width: 42px;
        margin-top: 8px;
    }

    .venue-process-steps {
        gap: 25px 12px;
        margin-top: 25px;
    }

    .venue-step {
        width: calc(33.333% - 12px);
    }

    .venue-icon {
        width: 62px;
        height: 62px;

        font-size: 22px;

        margin-bottom: 8px;
    }

    .venue-step-number {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .venue-step-title {
        font-size: 11px;
        line-height: 1.35;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .venue-process-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .venue-process-heading h2 {
        font-size: 27px;
    }

    .venue-process-steps {
        gap: 25px 10px;
    }

    .venue-step {
        width: calc(50% - 10px);
    }

    .venue-icon {
        width: 65px;
        height: 65px;
        font-size: 23px;
    }

    .venue-step-title {
        font-size: 12px;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 360px) {

    .venue-process-heading h2 {
        font-size: 24px;
    }

    .venue-step {
        width: calc(50% - 8px);
    }

    .venue-icon {
        width: 58px;
        height: 58px;
        font-size: 20px;
    }

    .venue-step-title {
        font-size: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d974ff *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   VENUE TYPES SECTION
========================================= */

.venue-types-section {
    width: 100%;

    background: #f8f8f6;

    padding: 24px 42px 34px;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   HEADING
========================================= */

.venue-types-heading {
    text-align: center;

    margin-bottom: 15px;
}


.venue-types-heading span {
    display: inline-block;

    color: #c88b1d;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================
   GRID
========================================= */

.venue-types-grid {
    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 14px;
}


/* =========================================
   CARD
========================================= */

.venue-type-card {
    background: transparent;

    overflow: hidden;

    text-align: center;
}


/* =========================================
   IMAGE
========================================= */

.venue-image {
    width: 100%;

    height: 172px;

    overflow: hidden;

    border-radius: 5px 5px 0 0;

    background: #e6e4df;
}


.venue-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.venue-type-card:hover .venue-image img {
    transform: scale(1.04);
}


/* =========================================
   CONTENT
========================================= */

.venue-info {
    padding: 9px 10px 4px;
}


.venue-info h3 {
    color: #293832;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 6px;
}


.venue-info p {
    color: #5c5f5d;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.55;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {

    .venue-types-section {
        padding-left: 55px;
        padding-right: 55px;
    }


    .venue-image {
        height: 190px;
    }


    .venue-info h3 {
        font-size: 24px;
    }


    .venue-info p {
        font-size: 14px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .venue-types-section {
        padding: 25px 25px 30px;
    }


    .venue-types-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }


    .venue-image {
        height: 190px;
    }


    .venue-info h3 {
        font-size: 23px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .venue-types-section {
        padding: 22px 15px 28px;
    }


    .venue-types-heading {
        margin-bottom: 16px;
    }


    .venue-types-heading span {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .venue-types-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }


    .venue-image {
        height: 190px;

        border-radius: 5px;
    }


    .venue-info {
        padding-top: 10px;
    }


    .venue-info h3 {
        font-size: 24px;
    }


    .venue-info p {
        font-size: 13px;
    }


    .venue-info br {
        display: none;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .venue-types-section {
        padding-left: 12px;
        padding-right: 12px;
    }


    .venue-image {
        height: 170px;
    }


    .venue-info h3 {
        font-size: 22px;
    }

}/* End custom CSS */