.elementor-309 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-309 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-309 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-309 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-309 .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
========================================= */

.hospitality-service-section {
    position: relative;

    width: 100%;

    background: #f8f8f6;

    padding: 28px 65px;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.hospitality-wrapper {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 34% 66%;

    gap: 40px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.hospitality-content {
    padding-left: 5px;
}


/* =========================================
   SMALL HEADING
========================================= */

.hospitality-tag {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #bd8319;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.8px;

    margin-bottom: 9px;
}


.hospitality-tag span {
    display: block;

    width: 30px;

    height: 1px;

    background: #c88d20;
}


/* =========================================
   MAIN HEADING
========================================= */

.hospitality-content h2 {
    color: #243c32;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(35px, 3.1vw, 52px);

    font-weight: 700;

    line-height: 1.02;

    margin-bottom: 10px;
}


/* =========================================
   GOLD LINE
========================================= */

.hospitality-line {
    width: 38px;

    height: 2px;

    background: #d39a21;

    margin-bottom: 13px;
}


/* =========================================
   DESCRIPTION
========================================= */

.hospitality-content p {
    max-width: 390px;

    color: #666b68;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.65;

    margin-bottom: 19px;
}


/* =========================================
   BUTTON
========================================= */

.hospitality-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-width: 225px;

    padding: 14px 22px;

    background: #0d3828;

    color: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.2px;

    border-radius: 3px;

    transition: all 0.3s ease;
}


.hospitality-btn i {
    color: #d59b27;

    font-size: 13px;

    transition: transform 0.3s ease;
}


.hospitality-btn:hover {
    background: #154b36;

    transform: translateY(-2px);
}


.hospitality-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   RIGHT GRID
========================================= */

.hospitality-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 9px;
}


/* =========================================
   CARD
========================================= */

.hospitality-card {
    position: relative;

    height: 145px;

    overflow: hidden;

    border-radius: 4px;

    background: #163c2d;
}


/* =========================================
   IMAGE
========================================= */

.hospitality-image {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    background: #d8d4cb;
}


.hospitality-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.02) 35%,
        rgba(0, 27, 18, 0.25) 60%,
        rgba(5, 48, 33, 0.92) 100%
    );
}


.hospitality-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.hospitality-card:hover img {
    transform: scale(1.05);
}


/* =========================================
   CARD CONTENT
========================================= */

.hospitality-card-content {
    position: absolute;

    z-index: 3;

    left: 0;

    right: 0;

    bottom: 0;

    min-height: 54px;

    padding: 9px 13px;

    display: flex;

    align-items: center;

    gap: 12px;

    background: rgba(5, 49, 34, 0.93);
}


/* =========================================
   ICON
========================================= */

.hospitality-icon {
    flex-shrink: 0;

    width: 43px;

    height: 43px;

    border-radius: 50%;

    background: #f0ae2b;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #173a2b;

    font-size: 19px;
}


/* =========================================
   CARD TITLE
========================================= */

.hospitality-card-content h3 {
    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.35;
}


/* =========================================
   DECORATIVE LEAF
========================================= */

.hospitality-leaf {
    position: absolute;

    left: -35px;

    bottom: -15px;

    width: 120px;

    height: 190px;

    opacity: 0.22;

    pointer-events: none;
}


/* Decorative leaf lines */

.hospitality-leaf::before,
.hospitality-leaf::after {
    content: "";

    position: absolute;

    border: 2px solid #bfa66c;

    border-radius: 100% 0 100% 0;
}


.hospitality-leaf::before {
    width: 65px;

    height: 120px;

    left: 20px;

    top: 0;

    transform: rotate(25deg);
}


.hospitality-leaf::after {
    width: 50px;

    height: 100px;

    left: -5px;

    top: 60px;

    transform: rotate(-20deg);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1500px) {

    .hospitality-service-section {
        padding-left: 80px;
        padding-right: 80px;
    }


    .hospitality-wrapper {
        gap: 55px;
    }


    .hospitality-card {
        height: 165px;
    }


    .hospitality-card-content h3 {
        font-size: 14px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .hospitality-service-section {
        padding: 35px 30px;
    }


    .hospitality-wrapper {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    .hospitality-content {
        text-align: center;

        padding-left: 0;
    }


    .hospitality-tag {
        justify-content: center;
    }


    .hospitality-line {
        margin-left: auto;

        margin-right: auto;
    }


    .hospitality-content p {
        margin-left: auto;

        margin-right: auto;

        max-width: 600px;
    }


    .hospitality-grid {
        max-width: 850px;

        margin: 0 auto;
    }


    .hospitality-card {
        height: 190px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .hospitality-service-section {
        padding: 30px 16px;
    }


    .hospitality-wrapper {
        gap: 25px;
    }


    .hospitality-tag {
        font-size: 10px;

        letter-spacing: 1.3px;
    }


    .hospitality-tag span {
        width: 25px;
    }


    .hospitality-content h2 {
        font-size: 38px;

        line-height: 1.05;
    }


    .hospitality-content p {
        font-size: 13px;

        line-height: 1.7;
    }


    .hospitality-btn {
        min-width: 210px;

        padding: 13px 18px;

        font-size: 10px;
    }


    .hospitality-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .hospitality-card {
        height: 185px;
    }


    .hospitality-card-content {
        min-height: 58px;

        padding: 8px 12px;
    }


    .hospitality-icon {
        width: 42px;

        height: 42px;

        font-size: 18px;
    }


    .hospitality-card-content h3 {
        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .hospitality-service-section {
        padding-left: 12px;

        padding-right: 12px;
    }


    .hospitality-content h2 {
        font-size: 34px;
    }


    .hospitality-card {
        height: 170px;
    }


    .hospitality-card-content h3 {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85b1232 *//* =========================================
   HOSPITALITY PROCESS SECTION
========================================= */

.hospitality-process {
    width: 100%;
    background: #f7f6f2;
    padding: 32px 20px 38px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* subtle decorative leaves effect */
.hospitality-process::before,
.hospitality-process::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.08;
    pointer-events: none;
}

.hospitality-process::before {
    left: -70px;
    top: -50px;
    border: 2px solid #c58a24;
}

.hospitality-process::after {
    right: -70px;
    top: -50px;
    border: 2px solid #c58a24;
}

.process-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.icon-circle svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #dca12d;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
}

.section-tag {
    display: block;
    color: #bd8424;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}

.process-container h2 {
    margin: 0;
    color: #1d302b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.2;
}

.title-line {
    width: 42px;
    height: 2px;
    background: #c98b24;
    margin: 9px auto 26px;
}

/* =========================================
   PROCESS STEPS
========================================= */

.process-steps {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.step {
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}

.icon-circle {
    width: 72px;
    height: 72px;
    margin: 0 auto 9px;
    border-radius: 50%;
    background: #062d24;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.04),
        0 5px 14px rgba(0,0,0,0.08);
}

.icon-circle i {
    color: #d39a2c;
    font-size: 26px;
    font-weight: 400;
}

.step-number {
    display: block;
    color: #34403d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    font-family: Arial, sans-serif;
}

.step h4 {
    margin: 0;
    color: #26312f;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

/* dotted connector */

.connector {
    width: 95px;
    border-top: 1.5px dashed #8c9995;
    margin-top: 35px;
    opacity: 0.8;
    flex-shrink: 1;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .hospitality-process {
        padding: 30px 15px 35px;
    }

    .process-container h2 {
        font-size: 27px;
    }

    .step {
        width: 125px;
    }

    .icon-circle {
        width: 64px;
        height: 64px;
    }

    .icon-circle i {
        font-size: 23px;
    }

    .connector {
        width: 50px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .hospitality-process {
        padding: 35px 15px;
    }

    .section-tag {
        font-size: 10px;
        letter-spacing: 1.6px;
    }

    .process-container h2 {
        font-size: 25px;
        padding: 0 10px;
    }

    .title-line {
        margin-bottom: 30px;
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 10px;
    }

    .step {
        width: 100%;
    }

    .connector {
        display: none;
    }

    .icon-circle {
        width: 66px;
        height: 66px;
    }

    .icon-circle i {
        font-size: 24px;
    }

    .step h4 {
        font-size: 13px;
    }

    /* last item center */
    .step:last-child {
        grid-column: 1 / 3;
        width: 50%;
        justify-self: center;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .process-container h2 {
        font-size: 22px;
    }

    .process-steps {
        gap: 25px 5px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle i {
        font-size: 21px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d974ff *//* =========================================
   HOSPITALITY HIGHLIGHTS
========================================= */

.hospitality-highlights {
    width: 100%;
    background: #ffffff;
    padding: 28px 35px 35px;
    box-sizing: border-box;
}

.highlights-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.highlights-heading {
    text-align: center;
    margin-bottom: 18px;
}

.highlights-heading span {
    display: block;
    color: #c68a26;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

.highlights-heading h2 {
    margin: 0;
    color: #20332e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}


/* =========================================
   GRID
========================================= */

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
}


/* =========================================
   CARD
========================================= */

.highlight-card {
    width: 100%;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}


/* IMAGE */

.highlight-image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #e8e8e8;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* CONTENT */

.highlight-content {
    padding: 9px 8px 0;
}

.highlight-content h3 {
    margin: 0 0 6px;
    color: #26342f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.highlight-content p {
    margin: 0;
    color: #6b6b6b;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .highlights-container {
        max-width: 1400px;
    }

    .highlight-image {
        height: 160px;
    }

    .highlights-heading h2 {
        font-size: 34px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .hospitality-highlights {
        padding: 30px 25px;
    }

    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .highlight-image {
        height: 180px;
    }

    .highlights-heading h2 {
        font-size: 28px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .hospitality-highlights {
        padding: 30px 15px;
    }

    .highlights-heading {
        margin-bottom: 22px;
    }

    .highlights-heading span {
        font-size: 9px;
        letter-spacing: 1.7px;
    }

    .highlights-heading h2 {
        font-size: 25px;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .highlight-image {
        height: 210px;
    }

    .highlight-content h3 {
        font-size: 18px;
    }

    .highlight-content p {
        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .hospitality-highlights {
        padding: 25px 12px;
    }

    .highlights-heading h2 {
        font-size: 22px;
    }

    .highlight-image {
        height: 180px;
    }

}/* End custom CSS */