.elementor-7 .elementor-element.elementor-element-e89eed2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-47b1b21{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-865d2c2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-ef70ae1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-e74a622{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-08c977f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4f739cb *//* =========================================================
   KUNNATHUMMAL HOME STAY
   HERO BANNER
   HEADER IS SEPARATE
========================================================= */

@import url(
    'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'
);


/* =========================================================
   RESET
========================================================= */

.kh-hero,
.kh-hero * {
    box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================= */

.kh-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 760px;

    overflow: hidden;
    isolation: isolate;

    background: #071009;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   BACKGROUND
========================================================= */

.kh-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -5;

    width: 100%;
    height: 100%;
}

.kh-hero-bg img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
}


/* =========================================================
   LEFT CINEMATIC SHADE
========================================================= */

.kh-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -4;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,

            rgba(2, 10, 5, 0.50) 0%,
            rgba(2, 10, 5, 0.47) 8%,
            rgba(2, 10, 5, 0.42) 16%,
            rgba(2, 10, 5, 0.36) 25%,
            rgba(2, 10, 5, 0.29) 35%,
            rgba(2, 10, 5, 0.22) 45%,
            rgba(2, 10, 5, 0.15) 55%,
            rgba(2, 10, 5, 0.08) 67%,
            rgba(2, 10, 5, 0.03) 82%,
            rgba(2, 10, 5, 0) 100%
        );
}


/* =========================================================
   SUBTLE OVERALL SHADE
========================================================= */

.kh-hero::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -3;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.015) 0%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0.12) 100%
        );
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.kh-hero-container {
    position: relative;
    z-index: 5;

    width: min(
        1180px,
        calc(100% - 70px)
    );

    height: 100%;
    min-height: 760px;

    margin: 0 auto;

    display: flex;
    align-items: flex-start;
}


/* =========================================================
   HERO CONTENT
   60PX MORE SPACE FROM HEADER
========================================================= */

.kh-hero-content {
    width: 650px;
    max-width: 100%;

    /*
       Previous:
       padding-top: 175px;

       Updated:
       175px + 60px = 235px
    */
    padding-top: 235px;

    padding-bottom: 100px;

    opacity: 0;

    transform: translateY(25px);

    animation:
        khHeroReveal
        1s
        cubic-bezier(.22, .61, .36, 1)
        0.15s
        forwards;
}


@keyframes khHeroReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   EYEBROW
========================================================= */

.kh-eyebrow {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 22px;

    color: #b7d24e;

    font-size: 14px;
    line-height: 1;

    font-weight: 500;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.kh-eyebrow-line {
    width: 29px;
    height: 1px;

    flex: 0 0 29px;

    background: #b7d24e;
}


.kh-eyebrow-star {
    font-size: 9px;

    transform: translateY(-1px);
}


/* =========================================================
   TITLE
========================================================= */

.kh-title {
    margin: 0;

    color: #ffffff;

    font-family:
        "Optima",
        "Baskerville",
        "Times New Roman",
        serif !important;

    font-size:
        clamp(
            52px,
            5vw,
            69px
        ) !important;

    line-height: 1;

    font-weight: 400;

    letter-spacing: -1.8px;
}


.kh-title span {
    display: block;

    font-family:
        "Optima",
        "Baskerville",
        "Times New Roman",
        serif !important;
}


.kh-title em {
    display: block;

    margin-top: 11px;

    color: #b7d24e;

    font-family:
        "Optima",
        "Baskerville",
        "Times New Roman",
        serif !important;

    font-size: 0.84em;

    line-height: 1;

    font-style: italic;

    font-weight: 400;

    letter-spacing: -1px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.kh-description {
    max-width: 520px;

    margin: 26px 0 0;

    color: rgba(255, 255, 255, 0.93);

    font-family:
        "Poppins",
        sans-serif !important;

    font-size: 16px !important;

    line-height: 1.65;

    font-weight: 400;
}


/* =========================================================
   FEATURES
========================================================= */

.kh-features {
    display: flex;
    align-items: stretch;

    margin-top: 30px;
}


.kh-feature {
    min-height: 42px;

    padding: 0 19px;

    display: flex;
    align-items: center;

    gap: 9px;

    border-right:
        1px solid
        rgba(255, 255, 255, 0.25);
}


.kh-feature:first-child {
    padding-left: 0;
}


.kh-feature:last-child {
    padding-right: 0;

    border-right: 0;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.kh-feature-icon {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #b7d24e;
}


.kh-feature-icon svg {
    width: 100%;
    height: 100%;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.35;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.kh-feature-text {
    white-space: nowrap;
}


.kh-feature-text strong {
    display: block;

    color: #ffffff;

    font-family:
        "Poppins",
        sans-serif !important;

    font-size: 11px;

    line-height: 1.25;

    font-weight: 600;
}


.kh-feature-text span {
    display: block;

    margin-top: 3px;

    color: rgba(255, 255, 255, 0.76);

    font-size: 10px;

    line-height: 1.25;

    font-weight: 400;
}


/* =========================================================
   ACTIONS
========================================================= */

.kh-actions {
    display: flex;
    align-items: center;

    gap: 27px;

    margin-top: 30px;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.kh-primary-btn {
    min-height: 55px;

    padding-left: 23px;

    display: inline-flex;
    align-items: center;

    gap: 24px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #5a8230,
            #426624
        );

    border:
        1px solid
        rgba(190, 214, 100, 0.28);

    border-radius: 3px;

    text-decoration: none;

    font-family:
        "Poppins",
        sans-serif !important;

    font-size: 16px;

    font-weight: 500;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.kh-primary-btn:hover {
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 12px 30px
        rgba(0, 0, 0, 0.25);
}


.kh-primary-arrow {
    width: 41px;
    height: 53px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-left:
        1px solid
        rgba(255, 255, 255, 0.20);

    color: #d8e98b;

    font-size: 21px;
}


/* =========================================================
   EXPLORE BUTTON
========================================================= */

.kh-explore-btn {
    display: inline-flex;
    align-items: center;

    gap: 12px;

    color: #ffffff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 400;

    transition: opacity .3s ease;
}


.kh-explore-btn:hover {
    color: #ffffff;

    opacity: .75;
}


/* =========================================================
   PLAY BUTTON
========================================================= */

.kh-play {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(255, 255, 255, .82);

    border-radius: 50%;
}


.kh-play svg {
    width: 17px;
    height: 17px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   TRUST LINE
========================================================= */

.kh-trust {
    display: flex;
    align-items: center;

    gap: 9px;

    margin-top: 19px;

    color: rgba(255, 255, 255, .72);

    font-size: 14px;

    line-height: 1.4;

    letter-spacing: 1px;
}


.kh-trust-dot {
    width: 5px;
    height: 5px;

    flex: 0 0 5px;

    border-radius: 50%;

    background: #b7d24e;
}


/* =========================================================
   FLOATING BADGE
========================================================= */

.kh-badge {
    position: absolute;

    z-index: 20;

    right:
        clamp(
            45px,
            7vw,
            105px
        );

    bottom: 75px;

    width: 150px;
    height: 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        2px solid
        rgba(255, 255, 255, .92);

    border-radius: 50%;

    background:
        rgba(22, 60, 25, .90);

    box-shadow:
        0 15px 40px
        rgba(0, 0, 0, .25);

    animation:
        khBadgeReveal
        .8s
        ease
        .5s
        both;
}


@keyframes khBadgeReveal {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.kh-badge-inner {
    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;
}


.kh-badge-icon {
    width: 35px;
    height: 35px;

    margin-bottom: 7px;

    color: #c5db61;
}


.kh-badge-icon svg {
    width: 100%;
    height: 100%;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.25;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.kh-badge-inner strong {
    color: #ffffff;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 600;
}


.kh-badge-inner span {
    margin-top: 3px;

    color: #d1dda4;

    font-size: 9px;

    line-height: 1.2;

    letter-spacing: .6px;
}


.kh-badge-inner i {
    width: 22px;
    height: 1px;

    margin-top: 10px;

    background: #b7d24e;
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.kh-scroll {
    position: absolute;

    z-index: 20;

    left: 50%;
    bottom: 17px;

    transform: translateX(-50%);

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, .60);

    font-size: 9px;

    line-height: 1;

    letter-spacing: 2px;
}


.kh-scroll-arrow {
    color: rgba(255, 255, 255, .78);

    font-size: 21px;

    animation:
        khScrollFloat
        1.8s
        ease-in-out
        infinite;
}


@keyframes khScrollFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}


/* =========================================================
   TABLET
   ALSO +60PX FROM PREVIOUS VERSION
========================================================= */

@media (max-width: 1200px) {

    .kh-hero-container {
        width:
            calc(100% - 50px);
    }

    .kh-hero-content {
        width: 600px;

        /*
           Previous: 165px
           Updated: 225px
        */
        padding-top: 225px;
    }

    .kh-title {
        font-size: 58px !important;
    }

    .kh-feature {
        padding-left: 12px;
        padding-right: 12px;
    }

    .kh-feature:first-child {
        padding-left: 0;
    }

    .kh-badge {
        right: 30px;
        bottom: 60px;

        width: 135px;
        height: 135px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .kh-hero {
        height: auto;
        min-height: 850px;
    }


    .kh-hero-bg img {
        object-position: 65% center;
    }


    /* Mobile shade */

    .kh-hero-overlay {
        background:
            linear-gradient(
                180deg,

                rgba(3, 10, 5, .32) 0%,
                rgba(3, 10, 5, .38) 30%,
                rgba(3, 10, 5, .52) 58%,
                rgba(3, 10, 5, .78) 100%
            );
    }


    .kh-hero-container {
        width:
            calc(100% - 30px);

        height: auto;

        min-height: 850px;
    }


    /*
       Mobile has its own spacing.
       Kept separate from the desktop +60px adjustment.
    */

    .kh-hero-content {
        width: 100%;

        padding-top: 130px;

        padding-bottom: 150px;
    }


    .kh-eyebrow {
        margin-bottom: 17px;

        font-size: 12px;

        letter-spacing: 1.2px;
    }


    .kh-eyebrow-line {
        width: 25px;

        flex-basis: 25px;
    }


    .kh-title {
        font-size:
            clamp(
                40px,
                11vw,
                54px
            ) !important;

        line-height: 1.02;

        letter-spacing: -.8px;
    }


    .kh-title em {
        margin-top: 8px;
    }


    .kh-description {
        margin-top: 20px;

        font-size: 16px !important;

        line-height: 1.65;
    }


    .kh-desktop {
        display: none;
    }


    .kh-features {
        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        width: 100%;

        margin-top: 27px;
    }


    .kh-feature {
        min-height: 58px;

        padding: 9px 8px;

        gap: 8px;
    }


    .kh-feature:first-child {
        padding-left: 0;
    }


    .kh-feature:nth-child(2) {
        border-right: 0;
    }


    .kh-feature:nth-child(1),
    .kh-feature:nth-child(2) {
        border-bottom:
            1px solid
            rgba(255, 255, 255, .20);
    }


    .kh-feature:nth-child(3) {
        padding-left: 0;
    }


    .kh-feature-icon {
        width: 25px;
        height: 25px;

        flex-basis: 25px;
    }


    .kh-feature-text strong {
        font-size: 11px;
    }


    .kh-feature-text span {
        font-size: 9px;
    }


    .kh-actions {
        gap: 17px;

        margin-top: 27px;

        flex-wrap: wrap;
    }


    .kh-primary-btn {
        min-height: 49px;

        padding-left: 17px;

        gap: 16px;

        font-size: 14px;
    }


    .kh-primary-arrow {
        width: 34px;
        height: 47px;
    }


    .kh-explore-btn {
        font-size: 14px;
    }


    .kh-play {
        width: 36px;
        height: 36px;
    }


    .kh-trust {
        margin-top: 18px;

        font-size: 11px;

        letter-spacing: .5px;
    }


    .kh-badge {
        width: 105px;
        height: 105px;

        right: 18px;
        bottom: 50px;
    }


    .kh-badge-icon {
        width: 27px;
        height: 27px;
    }


    .kh-badge-inner strong {
        font-size: 9px;
    }


    .kh-badge-inner span {
        font-size: 7px;
    }


    .kh-badge-inner i {
        width: 18px;

        margin-top: 7px;
    }


    .kh-scroll {
        display: none;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .kh-hero {
        min-height: 820px;
    }


    .kh-hero-container {
        width:
            calc(100% - 24px);

        min-height: 820px;
    }


    .kh-hero-content {
        padding-top: 115px;

        padding-bottom: 135px;
    }


    .kh-title {
        font-size: 39px !important;
    }


    .kh-description {
        font-size: 16px !important;
    }


    .kh-feature {
        padding: 7px 5px;
    }


    .kh-feature:first-child,
    .kh-feature:nth-child(3) {
        padding-left: 0;
    }


    .kh-feature-icon {
        width: 23px;
        height: 23px;

        flex-basis: 23px;
    }


    .kh-feature-text strong {
        font-size: 10px;
    }


    .kh-feature-text span {
        font-size: 8px;
    }


    .kh-primary-btn {
        font-size: 13px;
    }


    .kh-badge {
        width: 92px;
        height: 92px;

        right: 13px;
        bottom: 38px;
    }


    .kh-badge-icon {
        width: 23px;
        height: 23px;
    }


    .kh-badge-inner strong {
        font-size: 8px;
    }


    .kh-badge-inner span {
        font-size: 6px;
    }
}


/* =========================================================
   EXTRA SMALL
========================================================= */

@media (max-width: 380px) {

    .kh-hero-content {
        padding-top: 105px;
    }


    .kh-title {
        font-size: 35px !important;
    }


    .kh-description {
        font-size: 15px !important;
    }
}/* End custom CSS */