:root {
    --cwh-green-950: #092f27;
    --cwh-green-900: #0e4335;
    --cwh-green-800: #145c45;
    --cwh-green-700: #18734f;
    --cwh-green-600: #1d8a5a;
    --cwh-lime: #b7dd65;
    --cwh-sand: #f2ead9;
    --cwh-mist: #f4f8f5;
    --cwh-white: #ffffff;
    --cwh-ink: #15231e;
    --cwh-muted: #5d6b65;
    --cwh-whatsapp: #25d366;
    --cwh-whatsapp-dark: #159747;
    --cwh-shadow: 0 20px 55px rgba(9, 47, 39, 0.16);
}

.cwh-contact-bar,
.cwh-hero,
.cwh-final-cta,
.cwh-floating-whatsapp,
.cwh-contact-bar *,
.cwh-hero *,
.cwh-final-cta *,
.cwh-floating-whatsapp * {
    box-sizing: border-box;
}

.cwh-contact-bar a,
.cwh-hero a,
.cwh-final-cta a,
.cwh-floating-whatsapp {
    text-decoration: none;
}

.cwh-icon {
    display: inline-block;
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
    vertical-align: middle;
}

/* Header contact bar */

.cwh-contact-bar {
    position: relative;
    z-index: 10002;
    width: 100%;
    color: rgba(255, 255, 255, 0.88);
    background:
        radial-gradient(circle at 10% -40%, rgba(183, 221, 101, 0.26), transparent 34%),
        linear-gradient(110deg, var(--cwh-green-950), var(--cwh-green-800));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.cwh-contact-bar__inner {
    display: flex;
    width: min(100% - 36px, 1170px);
    min-height: 47px;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
}

.cwh-contact-bar__location,
.cwh-contact-bar__link,
.cwh-contact-bar__contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    white-space: nowrap;
}

.cwh-contact-bar__location .cwh-icon {
    color: var(--cwh-lime);
}

.cwh-contact-bar__actions {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 21px;
    margin-left: auto;
}

.cwh-contact-bar__link {
    transition: color 180ms ease, opacity 180ms ease;
}

.cwh-contact-bar__link:hover,
.cwh-contact-bar__link:focus {
    color: var(--cwh-white);
}

.cwh-contact-bar__whatsapp .cwh-icon {
    color: var(--cwh-whatsapp);
    font-size: 1.08em;
}

.cwh-contact-bar__contact {
    align-self: stretch;
    padding: 0 19px;
    color: var(--cwh-green-950);
    background: var(--cwh-lime);
    font-weight: 800;
    transition: background 180ms ease, color 180ms ease;
}

.cwh-contact-bar__contact:hover,
.cwh-contact-bar__contact:focus {
    color: var(--cwh-white);
    background: var(--cwh-green-600);
}

/* A cleaner active-theme header */

body.cwh-enhanced .container-h {
    position: relative;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 9px 28px rgba(9, 47, 39, 0.09);
}

body.cwh-enhanced .container-h .header {
    min-height: 92px;
    padding-top: 12px;
    padding-bottom: 12px;
}

body.cwh-enhanced .container-h .logo {
    display: flex;
    min-height: 76px;
    align-items: center;
}

body.cwh-enhanced .container-h .logo a.colorway_logo,
body.cwh-enhanced .container-h .logo a.colorway_logo_sticky {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

body.cwh-enhanced .container-h .logo a.colorway_logo img,
body.cwh-enhanced .container-h .logo a.colorway_logo_sticky img {
    width: auto !important;
    height: auto !important;
    max-width: 225px !important;
    max-height: 75px !important;
    object-fit: contain;
    image-rendering: auto;
}

body.cwh-enhanced .container-h .border {
    display: none;
}

body.cwh-enhanced .container-h .sm-mint > li > a {
    color: var(--cwh-ink);
    border-radius: 999px;
    font-weight: 650;
    transition: color 180ms ease, background 180ms ease;
}

body.cwh-enhanced .container-h .sm-mint > li > a:hover,
body.cwh-enhanced .container-h .sm-mint > li > a:focus,
body.cwh-enhanced .container-h .sm-mint > li.current-menu-item > a {
    color: var(--cwh-green-800);
    background: #edf6ef;
}

/* Homepage hero */

.cwh-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    width: 100%;
    min-height: 620px;
    align-items: center;
    overflow: hidden;
    color: var(--cwh-white);
    background-image:
        linear-gradient(90deg, rgba(5, 29, 24, 0.93) 0%, rgba(5, 38, 29, 0.78) 49%, rgba(5, 29, 24, 0.42) 100%),
        var(--cwh-hero-image);
    background-position: center;
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cwh-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 12% 20%, rgba(183, 221, 101, 0.2), transparent 30%),
        linear-gradient(180deg, transparent 66%, rgba(5, 29, 24, 0.42));
}

.cwh-hero::after {
    position: absolute;
    z-index: -1;
    right: -130px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    box-shadow:
        0 0 0 58px rgba(255, 255, 255, 0.035),
        0 0 0 116px rgba(255, 255, 255, 0.022);
}

.cwh-hero__inner {
    display: grid;
    width: min(100% - 44px, 1170px);
    grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
    align-items: center;
    gap: clamp(36px, 7vw, 90px);
    margin: 0 auto;
    padding: 82px 0 90px;
}

.cwh-hero__copy {
    max-width: 720px;
}

.cwh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--cwh-lime);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.cwh-eyebrow::before {
    width: 28px;
    height: 2px;
    content: "";
    background: currentColor;
}

.cwh-hero h1 {
    max-width: 760px;
    margin: 18px 0 22px;
    color: var(--cwh-white);
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 0.99;
    text-wrap: balance;
}

.cwh-hero__copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.cwh-hero__actions,
.cwh-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.cwh-hero__actions {
    margin-top: 33px;
}

.cwh-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cwh-button:hover,
.cwh-button:focus {
    transform: translateY(-2px);
}

.cwh-button--whatsapp {
    color: var(--cwh-white);
    background: var(--cwh-whatsapp-dark);
    box-shadow: 0 13px 28px rgba(5, 77, 37, 0.28);
}

.cwh-button--whatsapp:hover,
.cwh-button--whatsapp:focus {
    color: var(--cwh-white);
    background: var(--cwh-whatsapp);
}

.cwh-button--light {
    color: var(--cwh-green-950);
    background: var(--cwh-white);
}

.cwh-button--light:hover,
.cwh-button--light:focus {
    color: var(--cwh-green-950);
    background: var(--cwh-lime);
}

.cwh-button--outline {
    color: var(--cwh-white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.45);
}

.cwh-button--outline:hover,
.cwh-button--outline:focus {
    color: var(--cwh-green-950);
    background: var(--cwh-white);
    border-color: var(--cwh-white);
}

.cwh-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 21px;
    margin-top: 29px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 650;
}

.cwh-hero__highlights span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cwh-hero__highlights b {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: var(--cwh-green-950);
    background: var(--cwh-lime);
    border-radius: 50%;
    font-size: 11px;
}

.cwh-booking-card {
    padding: 31px;
    color: var(--cwh-ink);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 24px;
    box-shadow: var(--cwh-shadow);
    backdrop-filter: blur(10px);
}

.cwh-booking-card__label {
    color: var(--cwh-green-700);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.cwh-booking-card h2 {
    margin: 9px 0 21px;
    color: var(--cwh-green-950);
    font-size: 28px;
    font-weight: 820;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.cwh-booking-card ol {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cwh-booking-card li {
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: center;
    gap: 11px;
    color: #405049;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.cwh-booking-card li > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: var(--cwh-green-950);
    background: #e4f1df;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 850;
}

.cwh-booking-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: var(--cwh-green-700);
    font-size: 14px;
    font-weight: 850;
}

.cwh-booking-card > a:hover,
.cwh-booking-card > a:focus {
    color: var(--cwh-green-950);
}

/* Replace the dated slider only after the new hero was placed successfully. */

html.cwh-ready body.home #slider.sl-slider-wrapper,
html.cwh-ready body.home .heading_section {
    display: none !important;
}

/* Refresh the existing homepage content cards. */

body.cwh-enhanced.home .cw-content {
    background: var(--cwh-mist);
}

body.cwh-enhanced.home .row.content {
    margin-right: 0;
    margin-left: 0;
    padding-top: 64px;
    padding-bottom: 65px;
}

body.cwh-enhanced.home .inkthemes_mainheading {
    margin: 0 auto 38px;
    padding: 0 20px;
}

body.cwh-enhanced.home .inkthemes_mainheading::before {
    display: block;
    margin-bottom: 11px;
    color: var(--cwh-green-700);
    content: "Explore the river";
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.cwh-enhanced.home .inkthemes_mainheading h2 {
    max-width: 760px;
    margin: 0 auto;
    color: var(--cwh-green-950);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 820;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

body.cwh-enhanced.home .columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

/* Bootstrap's clearfix pseudo-elements become grid items unless removed.
   They previously occupied the first and last grid cells, pushing card four
   onto a separate row. */
body.cwh-enhanced.home .columns::before,
body.cwh-enhanced.home .columns::after {
    display: none !important;
    content: none !important;
}

body.cwh-enhanced.home .columns > [class*="col-"] {
    width: auto;
    padding: 0;
    float: none;
}

body.cwh-enhanced.home .columns .one_fourth1,
body.cwh-enhanced.home .columns .one_fourth2,
body.cwh-enhanced.home .columns .one_fourth3,
body.cwh-enhanced.home .columns .one_fourth4 {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: var(--cwh-white);
    border: 1px solid #e0eae3;
    border-radius: 19px;
    box-shadow: 0 11px 35px rgba(20, 92, 69, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

body.cwh-enhanced.home .columns .one_fourth1:hover,
body.cwh-enhanced.home .columns .one_fourth2:hover,
body.cwh-enhanced.home .columns .one_fourth3:hover,
body.cwh-enhanced.home .columns .one_fourth4:hover {
    transform: translateY(-6px);
    box-shadow: 0 19px 43px rgba(20, 92, 69, 0.14);
}

body.cwh-enhanced.home .columns .img_thumb_feature {
    width: 100%;
    height: 205px;
    overflow: hidden;
    float: none;
}

body.cwh-enhanced.home .columns .img_thumb_feature span {
    display: none;
}

body.cwh-enhanced.home .columns .img_thumb_feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
}

body.cwh-enhanced.home .columns .one_fourth1:hover img,
body.cwh-enhanced.home .columns .one_fourth2:hover img,
body.cwh-enhanced.home .columns .one_fourth3:hover img,
body.cwh-enhanced.home .columns .one_fourth4:hover img {
    transform: scale(1.045);
}

body.cwh-enhanced.home .columns .content {
    width: auto;
    flex: 1;
    padding: 22px 20px 24px;
    float: none;
}

body.cwh-enhanced.home .columns .feat_head {
    margin: 0 0 11px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
}

body.cwh-enhanced.home .columns .feat_head a {
    color: var(--cwh-green-950);
}

body.cwh-enhanced.home .columns .feat_head a:hover,
body.cwh-enhanced.home .columns .feat_head a:focus {
    color: var(--cwh-green-700);
}

body.cwh-enhanced.home .columns .content p {
    margin: 0;
    color: var(--cwh-muted);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

body.cwh-enhanced.home .border-feature {
    margin: 44px 0;
    border-color: #dce7df;
}

body.cwh-enhanced.home .feature_blog_content {
    padding: 27px;
    background: var(--cwh-white);
    border: 1px solid #e0eae3;
    border-radius: 21px;
    box-shadow: 0 13px 37px rgba(20, 92, 69, 0.08);
}

body.cwh-enhanced.home .feature_blog_content h4,
body.cwh-enhanced.home .feature_blog_content h6,
body.cwh-enhanced.home .feature_blog_content h6 a {
    color: var(--cwh-green-950);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Final homepage call-to-action */

.cwh-final-cta {
    position: relative;
    overflow: hidden;
    padding: 61px 22px;
    color: var(--cwh-white);
    background:
        radial-gradient(circle at 7% 25%, rgba(183, 221, 101, 0.2), transparent 24%),
        linear-gradient(120deg, var(--cwh-green-950), var(--cwh-green-700));
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cwh-final-cta__inner {
    display: flex;
    width: min(100%, 1170px);
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    margin: 0 auto;
}

.cwh-final-cta h2 {
    max-width: 680px;
    margin: 9px 0 9px;
    color: var(--cwh-white);
    font-size: clamp(29px, 4vw, 45px);
    font-weight: 820;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.cwh-final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 16px;
    line-height: 1.6;
}

.cwh-final-cta__actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}

/* Floating WhatsApp shortcut */

.cwh-floating-whatsapp {
    position: fixed;
    right: max(19px, env(safe-area-inset-right));
    bottom: max(19px, env(safe-area-inset-bottom));
    z-index: 10020;
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    color: var(--cwh-white);
    background: var(--cwh-whatsapp-dark);
    border: 3px solid var(--cwh-white);
    border-radius: 999px;
    box-shadow: 0 13px 30px rgba(4, 52, 27, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    transition: transform 180ms ease, background 180ms ease;
}

.cwh-floating-whatsapp .cwh-icon {
    width: 25px;
    height: 25px;
}

.cwh-floating-whatsapp:hover,
.cwh-floating-whatsapp:focus {
    color: var(--cwh-white);
    background: var(--cwh-whatsapp);
    transform: translateY(-3px);
}

/* Keyboard accessibility */

.cwh-contact-bar a:focus-visible,
.cwh-hero a:focus-visible,
.cwh-final-cta a:focus-visible,
.cwh-floating-whatsapp:focus-visible {
    outline: 3px solid var(--cwh-lime);
    outline-offset: 3px;
}

/* Responsive layout */

@media (max-width: 991px) {
    .cwh-contact-bar__location {
        display: none;
    }

    .cwh-contact-bar__actions {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .cwh-hero {
        min-height: auto;
        background-position: 60% center;
    }

    .cwh-hero__inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 68px 0 72px;
    }

    .cwh-hero__copy {
        max-width: 760px;
    }

    .cwh-booking-card {
        max-width: 620px;
    }

    body.cwh-enhanced.home .columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cwh-final-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .cwh-final-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .cwh-contact-bar__inner {
        width: 100%;
        min-height: 45px;
    }

    .cwh-contact-bar__actions {
        gap: 0;
        justify-content: space-around;
    }

    .cwh-contact-bar__link {
        min-height: 45px;
        justify-content: center;
        padding: 0 12px;
    }

    .cwh-contact-bar__contact {
        min-height: 45px;
        padding: 0 13px;
    }

    .cwh-contact-bar__contact .cwh-icon {
        display: none;
    }

    body.cwh-enhanced .container-h .header {
        min-height: 76px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body.cwh-enhanced .container-h .logo {
        min-height: 62px;
    }

    body.cwh-enhanced .container-h .logo a.colorway_logo img,
    body.cwh-enhanced .container-h .logo a.colorway_logo_sticky img {
        max-width: 185px !important;
        max-height: 62px !important;
    }

    .cwh-hero__inner {
        width: min(100% - 32px, 1170px);
        padding: 55px 0 61px;
    }

    .cwh-hero h1 {
        font-size: clamp(39px, 12vw, 56px);
    }

    .cwh-hero__copy > p {
        font-size: 17px;
        line-height: 1.6;
    }

    .cwh-booking-card {
        padding: 25px;
        border-radius: 20px;
    }

    body.cwh-enhanced.home .row.content {
        padding-top: 48px;
        padding-bottom: 49px;
    }

    body.cwh-enhanced.home .columns {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    body.cwh-enhanced.home .columns .img_thumb_feature {
        height: 235px;
    }

    body.cwh-enhanced.home .feature_blog_content {
        padding: 19px;
        border-radius: 18px;
    }

    .cwh-final-cta {
        padding: 48px 18px;
    }

    .cwh-final-cta__actions,
    .cwh-hero__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .cwh-button {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .cwh-contact-bar {
        font-size: 12px;
    }

    .cwh-contact-bar__email {
        min-width: 0;
        flex: 1 1 auto;
    }

    .cwh-contact-bar__email span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cwh-contact-bar__whatsapp {
        padding-right: 9px;
        padding-left: 9px;
    }

    .cwh-contact-bar__whatsapp span {
        display: none;
    }

    .cwh-contact-bar__contact {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cwh-hero__highlights {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cwh-floating-whatsapp {
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 0;
        border-radius: 50%;
    }

    .cwh-floating-whatsapp span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cwh-contact-bar *,
    .cwh-hero *,
    .cwh-final-cta *,
    .cwh-floating-whatsapp,
    body.cwh-enhanced.home .columns * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}

@media print {
    .cwh-contact-bar,
    .cwh-floating-whatsapp,
    .cwh-final-cta {
        display: none !important;
    }
}
