.elementor-270 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-270 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-270 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-270 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-270 .elementor-element.elementor-element-0eb7001{--spacer-size:200px;}.elementor-270 .elementor-element.elementor-element-2e736c9{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-270 .elementor-element.elementor-element-2e736c9{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-270 .elementor-element.elementor-element-2e736c9{--content-width:100%;}}@media(max-width:767px){.elementor-270 .elementor-element.elementor-element-2e736c9{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f0721db *//* =========================================
   CONTACT INFO BAR
========================================= */

.contact-info-bar {
    width: 100%;
    background: #f8f8f6;
    padding: 16px 25px;

    font-family: "Poppins", sans-serif;

    border-top: 1px solid #eeeeea;
    border-bottom: 1px solid #eeeeea;
}


/* =========================================
   CONTAINER
========================================= */

.contact-info-container {
    width: 100%;
    max-width: 1450px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    align-items: center;
}


/* =========================================
   CONTACT ITEM
========================================= */

.contact-info-item {
    position: relative;

    min-height: 68px;

    display: flex;

    align-items: center;

    padding: 0 25px;

    gap: 15px;
}


/* =========================================
   DIVIDER
========================================= */

.contact-info-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 1px;

    height: 48px;

    background: #d9d9d4;
}


/* =========================================
   ICON
========================================= */

.contact-icon {
    width: 54px;

    height: 54px;

    min-width: 54px;

    border-radius: 50%;

    background: #0b3a2a;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #d59a1b;

    font-size: 21px;
}


.contact-icon i {
    line-height: 1;
}


/* =========================================
   TEXT
========================================= */

.contact-text h4 {
    margin: 0 0 3px;

    color: #294234;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.1;
}


.contact-text p {
    margin: 0;

    color: #555b57;

    font-size: 12px;

    font-weight: 400;

    line-height: 1.55;

    white-space: nowrap;
}


/* =========================================
   LARGE SCREEN
========================================= */

@media (min-width: 1400px) {

    .contact-info-item {
        padding-left: 35px;
        padding-right: 35px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .contact-info-container {
        grid-template-columns: repeat(2, 1fr);

        row-gap: 15px;
    }


    .contact-info-item:nth-child(2)::after {
        display: none;
    }


    .contact-info-item:nth-child(1)::after,
    .contact-info-item:nth-child(3)::after {
        display: block;
    }


    .contact-info-item {
        padding: 10px 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .contact-info-bar {
        padding: 20px 15px;
    }


    .contact-info-container {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .contact-info-item {
        padding: 12px 5px;

        min-height: auto;
    }


    .contact-info-item::after {
        display: none !important;
    }


    .contact-icon {
        width: 52px;

        height: 52px;

        min-width: 52px;

        font-size: 20px;
    }


    .contact-text h4 {
        font-size: 18px;
    }


    .contact-text p {
        font-size: 12px;

        white-space: normal;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec3e67b *//* =========================================
   EVENT CONTACT INTRO SECTION
========================================= */

.event-contact-intro {
    width: 100%;
    background: #FAFBFC;
    padding: 30px 8px;
    font-family: "Poppins", sans-serif;
}


/* =========================================
   CONTENT
========================================= */

.event-contact-content {
    width: 100%;
    max-width: 650px;
    margin: 0;
}


/* =========================================
   SMALL LABEL
========================================= */

.contact-label {
    display: block;
    color: #bd8115;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin-bottom: 8px;
}


/* =========================================
   MAIN HEADING
========================================= */

.event-contact-content h2 {
    margin: 0;
    color: #1d4030;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.5px;
}


/* =========================================
   GOLD LINE
========================================= */

.contact-heading-line {
    width: 50px;
    height: 2px;
    background: #d39a1b;
    margin: 22px 0 18px;
}


/* =========================================
   DESCRIPTION
========================================= */

.event-contact-content p {
    margin: 0 0 25px;
    max-width: 620px;

    color: #55595a;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}


/* =========================================
   IMAGE
========================================= */

.event-contact-image {
    width: 100%;
    height: auto;

    overflow: hidden;
    border-radius: 7px;

    background: #f3f3f3;
}


.event-contact-image img {
    display: block;

    width: 100%;
    height: auto;

    min-height: 360px;

    object-fit: cover;
}


/* =========================================
   TABLET
   SAME VERTICAL LAYOUT
========================================= */

@media (max-width: 1024px) {

    .event-contact-intro {
        padding: 30px 20px;
        background: #ffffff;
    }


    .event-contact-content {
        max-width: 650px;
    }


    .event-contact-content h2 {
        font-size: 52px;
    }


    .event-contact-content p {
        font-size: 16px;
    }


    .event-contact-image img {
        min-height: 340px;
    }

}


/* =========================================
   MOBILE
   SAME VERTICAL LAYOUT
========================================= */

@media (max-width: 600px) {

    .event-contact-intro {
        padding: 25px 15px 30px;
        background: #ffffff;
    }


    .event-contact-content {
        width: 100%;
        max-width: 100%;
    }


    .contact-label {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }


    .event-contact-content h2 {
        font-size: 42px;
        line-height: 1.02;
    }


    .contact-heading-line {
        width: 45px;
        margin: 18px 0 16px;
    }


    .event-contact-content p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 22px;
    }


    .event-contact-image {
        border-radius: 6px;
    }


    .event-contact-image img {
        width: 100%;
        min-height: 280px;
        height: 280px;
        object-fit: cover;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .event-contact-intro {
        padding-left: 12px;
        padding-right: 12px;
        background: #ffffff;
    }


    .event-contact-content h2 {
        font-size: 37px;
    }


    .event-contact-content p {
        font-size: 14px;
    }


    .event-contact-image img {
        height: 250px;
        min-height: 250px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34985b3 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   LOCATION SECTION
========================================= */

.location-section {
    width: 100%;
    background: #ffffff;
    padding: 35px 35px 40px;
    font-family: "Poppins", sans-serif;
}


/* =========================================
   HEADING
========================================= */

.location-heading {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto 15px;
}


.location-heading h2 {
    color: #173d2b;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}


.location-line {
    width: 38px;
    height: 2px;
    background: #d39a1b;
    margin-top: 8px;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.location-wrapper {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.75fr;

    gap: 35px;

    align-items: center;
}


/* =========================================
   GOOGLE MAP
========================================= */

.location-map {
    width: 100%;
    height: 230px;

    overflow: hidden;

    border-radius: 8px;

    border: 1px solid #e5e5e5;

    background: #f5f5f5;
}


.location-map iframe {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;
}


/* =========================================
   LOCATION DETAILS
========================================= */

.location-details {
    display: flex;
    flex-direction: column;
    gap: 18px;

    padding-left: 5px;
}


/* =========================================
   LOCATION ITEM
========================================= */

.location-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}


/* =========================================
   ICON
========================================= */

.location-icon {
    width: 30px;
    min-width: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 3px;

    color: #c98d14;

    font-size: 22px;
}


/* =========================================
   TEXT
========================================= */

.location-text h4 {
    color: #234333;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 19px;
    font-weight: 700;

    margin-bottom: 2px;
}


.location-text p,
.location-text a {
    color: #555555;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.7;

    text-decoration: none;

    transition: color 0.3s ease;
}


.location-text a:hover {
    color: #c98d14;
}


/* =========================================
   LOCATION ADDRESS
========================================= */

.location-address {
    display: inline-block;
}


/* =========================================
   RIGHT CTA BOX
========================================= */

.location-cta {
    position: relative;

    min-height: 230px;

    padding: 30px;

    border-radius: 8px;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    background: #0d3927;

    color: #ffffff;
}


/* Decorative Background */

.location-cta::before {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(211, 154, 27, 0.2);

    border-radius: 50%;

    right: -130px;
    top: -100px;
}


.location-cta span {
    position: relative;

    color: #d39a1b;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 8px;
}


.location-cta h3 {
    position: relative;

    color: #ffffff;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 38px;

    font-weight: 700;

    line-height: 0.95;

    margin-bottom: 12px;
}


.cta-small-line {
    position: relative;

    width: 35px;
    height: 2px;

    background: #d39a1b;

    margin-bottom: 18px;
}


/* CTA BUTTON */

.location-cta a {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 11px 18px;

    background: #d39a1b;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1px;

    border-radius: 3px;

    transition: all 0.3s ease;
}


.location-cta a:hover {
    background: #ffffff;

    color: #173d2b;

    transform: translateY(-2px);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {

    .location-section {
        padding-left: 50px;
        padding-right: 50px;
    }


    .location-wrapper {
        gap: 45px;
    }


    .location-map {
        height: 260px;
    }


    .location-cta {
        min-height: 260px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .location-section {
        padding: 30px 25px;
    }


    .location-wrapper {
        grid-template-columns: 1fr 1fr;

        gap: 30px;
    }


    .location-map {
        height: 280px;
    }


    .location-details {
        gap: 20px;
    }


    .location-cta {
        grid-column: span 2;

        min-height: 220px;
    }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 768px) {

    .location-section {
        padding: 30px 20px;
    }


    .location-wrapper {
        grid-template-columns: 1fr;

        gap: 28px;
    }


    .location-map {
        height: 300px;
    }


    .location-details {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 25px;
    }


    .location-cta {
        grid-column: auto;

        min-height: 240px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .location-section {
        padding: 28px 15px 30px;
    }


    .location-heading {
        margin-bottom: 18px;
    }


    .location-heading h2 {
        font-size: 30px;
    }


    .location-wrapper {
        gap: 25px;
    }


    .location-map {
        height: 230px;

        border-radius: 6px;
    }


    .location-details {
        display: flex;

        flex-direction: column;

        gap: 20px;

        padding-left: 0;
    }


    .location-item {
        gap: 15px;
    }


    .location-icon {
        font-size: 21px;
    }


    .location-text h4 {
        font-size: 19px;
    }


    .location-text p,
    .location-text a {
        font-size: 13px;
    }


    .location-cta {
        min-height: 230px;

        padding: 28px 22px;
    }


    .location-cta h3 {
        font-size: 36px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .location-section {
        padding-left: 12px;
        padding-right: 12px;
    }


    .location-heading h2 {
        font-size: 27px;
    }


    .location-map {
        height: 210px;
    }


    .location-cta h3 {
        font-size: 32px;
    }

}/* End custom CSS */