@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:wght@600&family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');

/* =========================================================
   HOLIDAYS IN BELIZE
   Coco Plum Holiday Landing Page
   Page ID: 28546
   ========================================================= */
/* =========================================================
   HERO READABILITY
   ========================================================= */

.page-id-28546 .holiday-hero-content {
    position: relative;
    z-index: 1;
}

.page-id-28546 .holiday-hero-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 20px;
    bottom: -15px;
    left: 20px;

}


/* Headline readability */

.page-id-28546 .holiday-hero-title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}


/* Script readability */

.page-id-28546 .holiday-hero-script {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}


/* Intro readability */

.page-id-28546 .holiday-hero-intro {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

/* HERO / SLIDER CONTENT
--------------------------------------------------------- */


.page-id-28546 .holiday-hero-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 38px 25px 50px;
    text-align: center;
    color: #ffffff;
}


/* Holiday Logo */

.page-id-28546 .holiday-hero-logo {
    margin: 0 auto 14px;
}

.page-id-28546 .holiday-hero-logo img {
    display: block;
    width: 145px;
    max-width: 35%;
    height: auto;
    margin: 0 auto;
}


/* Main Headline */

.page-id-28546 .holiday-hero-title {
    max-width: 830px;
    margin: 0 auto 6px;
    padding: 0;
    color: #ffffff !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 58px !important;
    line-height: 0.98 !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    text-transform: none !important;
    font-style: normal !important;
}


/* Script Subhead */

.page-id-28546 .holiday-hero-script {
    margin: 12px auto 14px;
    color: #f3d15f !important;
    font-family: 'Allura', cursive !important;
    font-size: 39px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-style: normal !important;
}


/* Intro Copy */

.page-id-28546 .holiday-hero-intro {
    max-width: 690px;
    margin: 0 auto 24px;
    color: #ffffff !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    text-transform: none !important;
}


/* Buttons */

.page-id-28546 .holiday-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -7px;
}

.page-id-28546 .holiday-hero-buttons .holiday-btn {
    margin: 7px;
}

.page-id-28546 .holiday-btn {
    display: inline-block;
    padding: 15px 24px;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease,
                border-color 0.25s ease,
                color 0.25s ease;
}


/* Primary CTA */

.page-id-28546 .holiday-btn-primary {
    background: #333365;
    border: 1px solid #333365;
    color: #ffffff !important;
}

.page-id-28546 .holiday-btn-primary:hover,
.page-id-28546 .holiday-btn-primary:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #333365 !important;
}


/* Secondary CTA */

.page-id-28546 .holiday-btn-outline {
    background: transparent;
    border: 1px solid #f3d15f;
    color: #ffffff !important;
}

.page-id-28546 .holiday-btn-outline:hover,
.page-id-28546 .holiday-btn-outline:focus {
    background: #f3d15f;
    border-color: #f3d15f;
    color: #333365 !important;
}


/* MOBILE
--------------------------------------------------------- */

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-hero-content {
        padding: 28px 20px 38px;
    }

    .page-id-28546 .holiday-hero-logo img {
        width: 125px;
        max-width: 42%;
    }

    .page-id-28546 .holiday-hero-title {
        font-size: 40px !important;
        line-height: 1 !important;
        letter-spacing: -0.5px !important;
    }

    .page-id-28546 .holiday-hero-script {
        margin-top: 14px;
        font-size: 31px !important;
        line-height: 1.05 !important;
    }

    .page-id-28546 .holiday-hero-intro {
        max-width: 540px;
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .page-id-28546 .holiday-hero-buttons {
        margin: -5px;
    }

    .page-id-28546 .holiday-hero-buttons .holiday-btn {
        width: 100%;
        max-width: 310px;
        margin: 5px;
        box-sizing: border-box;
    }
}

/* =========================================================
   HOLIDAY HIGHLIGHTS
   ========================================================= */

.page-id-28546 .holiday-highlights {
    background: #fbfaf6;
    padding: 28px 25px 22px;
    text-align: center;
}

.page-id-28546 .holiday-highlights-inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-id-28546 .holiday-highlight-item {
    width: 25%;
    padding: 0 24px;
    box-sizing: border-box;
    border-right: 1px solid #a8afbd;
}

.page-id-28546 .holiday-highlight-item:last-child {
    border-right: 0;
}

.page-id-28546 .holiday-highlight-icon {
    height: 58px;
    margin-bottom: 10px;
    color: #176b4a;
    text-align: center;
}

.page-id-28546 .holiday-highlight-icon .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 52px !important;
    line-height: 58px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap;
}
.page-id-28546 .holiday-highlight-svg {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
}

.page-id-28546 .holiday-highlight-title {
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.page-id-28546 .holiday-highlights-note {
    margin-top: 24px;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-highlights {
        padding: 26px 20px;
    }

    .page-id-28546 .holiday-highlight-item {
        width: 50%;
        padding: 18px 12px;
        border-right: 0;
        border-bottom: 1px solid #dddcd7;
    }
		.page-id-28546 .holiday-highlight-icon {
    height: 52px;
}

.page-id-28546 .holiday-highlight-svg {
    width: 50px;
    height: 50px;
}

.page-id-28546 .holiday-highlights-note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.45;
}

    .page-id-28546 .holiday-highlight-item:nth-child(3),
    .page-id-28546 .holiday-highlight-item:nth-child(4) {
        border-bottom: 0;
    }

    .page-id-28546 .holiday-highlight-title {
        font-size: 14px;
    }
}

/* =========================================================
   CHOOSE YOUR HOLIDAY
   ========================================================= */

.page-id-28546 .holiday-choice {
    background: #ffffff;
    padding: 46px 25px;
}

.page-id-28546 .holiday-choice-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.page-id-28546 .holiday-choice-photo {
    width: 44%;
    padding-right: 45px;
    box-sizing: border-box;
}

.page-id-28546 .holiday-choice-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.page-id-28546 .holiday-choice-content {
    width: 56%;
    box-sizing: border-box;
}

.page-id-28546 .holiday-choice-content h2 {
    margin: 0 0 5px;
    color: #25295c !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 42px !important;
    line-height: 0.98 !important;
    font-weight: 600 !important;
    letter-spacing: -0.5px !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-script-heading {
    margin: 6px 0 18px;
    color: #176b4a;
    font-family: 'Allura', cursive;
    font-size: 29px;
    line-height: 1.1;
}

.page-id-28546 .holiday-choice-content > p {
    max-width: 620px;
    margin: 0 0 22px;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.page-id-28546 .holiday-week-cards {
    display: flex;
    margin: 0 -8px;
}

.page-id-28546 .holiday-week-card {
    width: 50%;
    margin: 8px;
    padding: 22px 18px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
}

.page-id-28546 .holiday-week-christmas {
    border: 1px solid #3b866c;
}

.page-id-28546 .holiday-week-newyear {
    border: 1px solid #ec5a5a;
}

.page-id-28546 .holiday-card-symbol {
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1;
}

.page-id-28546 .holiday-week-christmas .holiday-card-symbol,
.page-id-28546 .holiday-week-christmas h3 {
    color: #176b4a !important;
}

.page-id-28546 .holiday-week-newyear .holiday-card-symbol,
.page-id-28546 .holiday-week-newyear h3 {
    color: #d82332 !important;
}

.page-id-28546 .holiday-week-card h3 {
    margin: 0 0 7px;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.page-id-28546 .holiday-week-date {
    margin-bottom: 12px;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.page-id-28546 .holiday-status {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 15px;
    color: #ffffff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
}

.page-id-28546 .holiday-status-green {
    background: #287653;
}

.page-id-28546 .holiday-status-red {
    background: #d92d35;
}

.page-id-28546 .holiday-week-card p {
    margin: 0;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-choice {
        padding: 35px 20px;
    }

    .page-id-28546 .holiday-choice-inner {
        display: block;
    }

    .page-id-28546 .holiday-choice-photo,
    .page-id-28546 .holiday-choice-content {
        width: 100%;
    }

    .page-id-28546 .holiday-choice-photo {
        padding: 0;
        margin-bottom: 28px;
    }

    .page-id-28546 .holiday-choice-content h2 {
        font-size: 36px !important;
    }

    .page-id-28546 .holiday-script-heading {
        font-size: 27px;
    }

    .page-id-28546 .holiday-week-cards {
        display: block;
        margin: 20px 0 0;
    }

    .page-id-28546 .holiday-week-card {
        width: 100%;
        margin: 0 0 14px;
    }
}

/* =========================================================
   TRAVELER REVIEW
   ========================================================= */

.page-id-28546 .holiday-review {
    background: #fbfaf6;
    padding: 28px 25px 30px;
    text-align: center;
}

.page-id-28546 .holiday-review-inner {
    max-width: 850px;
    margin: 0 auto;
}

.page-id-28546 .holiday-stars {
    color: #f1bf28;
    font-size: 21px;
    letter-spacing: 3px;
}

.page-id-28546 .holiday-review-source {
    margin: 4px 0 5px;
    color: #176b4a;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
}

.page-id-28546 .holiday-review h2 {
    margin: 0 0 8px;
    color: #25295c !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-review-quote {
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   HOLIDAY EVENTS
   ========================================================= */

.page-id-28546 .holiday-events-section {
    background: #ffffff;
    padding: 42px 25px 48px;
}

.page-id-28546 .holiday-events-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-28546 .holiday-events-inner > h2 {
    margin: 0 0 30px;
    text-align: center;
    color: #25295c !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-events-columns {
    display: flex;
    margin: 0 -30px;
}

.page-id-28546 .holiday-events-column {
    width: 50%;
    padding: 0 45px;
    box-sizing: border-box;
}

.page-id-28546 .holiday-events-column:first-child {
    border-right: 1px solid #d8d8d8;
}

.page-id-28546 .holiday-events-column h3 {
    margin: 0 0 22px;
    padding-bottom: 12px;
    text-align: center;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-events-christmas h3 {
    color: #176b4a !important;
    border-bottom: 1px solid #78a893;
}

.page-id-28546 .holiday-events-newyear h3 {
    color: #d82332 !important;
    border-bottom: 1px solid #ee9499;
}


/* Individual Event */

.page-id-28546 .holiday-event {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px dotted #cfcfcf;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
}

.page-id-28546 .holiday-event:last-child {
    border-bottom: 0;
}


/* Event Icon */

.page-id-28546 .holiday-event-icon {
    width: 54px;
    min-width: 54px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: center;
}

.page-id-28546 .holiday-event-icon .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 37px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap;
}

.page-id-28546 .holiday-events-christmas .holiday-event-icon {
    color: #176b4a;
}

.page-id-28546 .holiday-events-newyear .holiday-event-icon {
    color: #d82332;
}


/* Event Text */

.page-id-28546 .holiday-event-content {
    width: 100%;
}

.page-id-28546 .holiday-event-date {
    margin-bottom: 3px;
    color: #176b4a;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.page-id-28546 .holiday-events-newyear .holiday-event-date {
    color: #d82332;
}

.page-id-28546 .holiday-event strong {
    display: block;
    color: #25295c;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.page-id-28546 .holiday-event span {
    display: block;
    margin-top: 3px;
    color: #25295c;
    font-size: 13px;
    line-height: 1.45;
}


/* MOBILE
--------------------------------------------------------- */

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-events-section {
        padding: 34px 20px 38px;
    }

    .page-id-28546 .holiday-events-inner > h2 {
        margin-bottom: 25px;
        font-size: 36px !important;
    }

    .page-id-28546 .holiday-events-columns {
        display: block;
        margin: 0;
    }

    .page-id-28546 .holiday-events-column {
        width: 100%;
        padding: 0;
    }

    .page-id-28546 .holiday-events-column:first-child {
        margin-bottom: 32px;
        padding-bottom: 28px;
        border-right: 0;
        border-bottom: 1px solid #dedede;
    }

    .page-id-28546 .holiday-events-column h3 {
        font-size: 24px !important;
    }

    .page-id-28546 .holiday-event {
        align-items: flex-start;
        padding: 15px 0;
    }

    .page-id-28546 .holiday-event-icon {
        width: 48px;
        min-width: 48px;
        padding-right: 12px;
    }

    .page-id-28546 .holiday-event-icon .material-symbols-outlined {
        font-size: 32px !important;
    }

    .page-id-28546 .holiday-event-date {
        font-size: 12px;
    }

    .page-id-28546 .holiday-event strong {
        font-size: 16px;
    }

    .page-id-28546 .holiday-event span {
        font-size: 13px;
    }
}
/* =========================================================
   2027 NEW YEAR'S CTA BAND
   ========================================================= */

.page-id-28546 .holiday-2027-cta {
    background: #fff8e8;
    padding: 26px 30px;
}

.page-id-28546 .holiday-2027-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


/* LEFT HEADLINE */

.page-id-28546 .holiday-2027-heading {
    width: 34%;
    padding-right: 34px;
    box-sizing: border-box;
    color: #25295c !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
    letter-spacing: -0.3px !important;
    text-transform: none !important;
    border-right: 1px solid #a9aaad;
}


/* CENTER COPY */

.page-id-28546 .holiday-2027-copy {
    width: 42%;
    padding: 0 34px;
    box-sizing: border-box;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
}

.page-id-28546 .holiday-2027-copy strong {
    display: block;
    margin: 0 0 7px;
    color: #176b4a !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.page-id-28546 .holiday-2027-copy p {
    margin: 0 !important;
    padding: 0 !important;
    color: #25295c !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}


/* RIGHT CTA */

.page-id-28546 .holiday-2027-button {
    width: 24%;
    text-align: center;
}

.page-id-28546 .holiday-2027-button .holiday-btn {
    display: inline-block;
    width: auto;
    max-width: 230px;
    padding: 14px 22px;
    box-sizing: border-box;
    background: #333365;
    border: 1px solid #333365;
    color: #ffffff !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.page-id-28546 .holiday-2027-button .holiday-btn:hover,
.page-id-28546 .holiday-2027-button .holiday-btn:focus {
    background: #ffffff;
    border-color: #333365;
    color: #333365 !important;
}


/* MOBILE
--------------------------------------------------------- */

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-2027-cta {
        padding: 30px 22px;
    }

    .page-id-28546 .holiday-2027-inner {
        display: block;
        text-align: center;
    }

    .page-id-28546 .holiday-2027-heading,
    .page-id-28546 .holiday-2027-copy,
    .page-id-28546 .holiday-2027-button {
        width: 100%;
    }

    .page-id-28546 .holiday-2027-heading {
        padding: 0 0 18px;
        font-size: 29px !important;
        border-right: 0;
        border-bottom: 1px solid #c7c4ba;
    }

    .page-id-28546 .holiday-2027-copy {
        padding: 18px 0 20px;
    }

    .page-id-28546 .holiday-2027-copy strong {
        font-size: 14px !important;
    }

    .page-id-28546 .holiday-2027-copy p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .page-id-28546 .holiday-2027-button .holiday-btn {
        width: 100%;
        max-width: 290px;
    }
}

/* =========================================================
   COMMUNITY INVOLVEMENT
   ========================================================= */

.page-id-28546 .holiday-community {
    background: #fbfaf6;
}

.page-id-28546 .holiday-community-inner {
    max-width: 1120px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}


/* IMAGE
--------------------------------------------------------- */

.page-id-28546 .holiday-community-photo {
    width: 44%;
    height: 400px;
    overflow: hidden;
}

.page-id-28546 .holiday-community-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 62%;
}


/* COPY
--------------------------------------------------------- */

.page-id-28546 .holiday-community-content {
    width: 56%;
    height: 400px;
    padding: 38px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-id-28546 .holiday-community-content h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #25295c !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 42px !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
    letter-spacing: -0.4px !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-community-script {
    margin: 3px 0 20px;
    color: #176b4a !important;
    font-family: 'Allura', cursive !important;
    font-size: 33px !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;
}

.page-id-28546 .holiday-community-content p {
    max-width: 610px;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #25295c !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-community-content .holiday-community-intro {
    margin-bottom: 14px !important;
    color: #25295c !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}


/* MOBILE
--------------------------------------------------------- */

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-community-inner {
        display: block;
        height: auto;
    }

    .page-id-28546 .holiday-community-photo {
        width: 100%;
        height: 320px;
    }

    .page-id-28546 .holiday-community-photo img {
        object-position: center 65%;
    }

    .page-id-28546 .holiday-community-content {
        width: 100%;
        height: auto;
        padding: 32px 25px 36px;
        display: block;
    }

    .page-id-28546 .holiday-community-content h2 {
        font-size: 35px !important;
    }

    .page-id-28546 .holiday-community-script {
        margin-bottom: 18px;
        font-size: 29px !important;
    }

    .page-id-28546 .holiday-community-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .page-id-28546 .holiday-community-content .holiday-community-intro {
        font-size: 14px !important;
    }
}

/* =========================================================
   HOLIDAY STAY INFORMATION
   ========================================================= */

.page-id-28546 .holiday-info {
    background: #fbfaf6;
    padding: 30px 30px;
}

.page-id-28546 .holiday-info-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


/* LEFT SIDE
--------------------------------------------------------- */

.page-id-28546 .holiday-info-heading {
    width: 34%;
    padding-right: 34px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #176b4a !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    border-right: 1px solid #b4b4b4;
}

.page-id-28546 .holiday-info-icon {
    display: inline-block;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #176b4a !important;
    font-family: Georgia, serif !important;
    font-size: 30px !important;
    line-height: 42px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 3px solid #176b4a;
    border-radius: 50%;
}


/* RIGHT SIDE
--------------------------------------------------------- */

.page-id-28546 .holiday-info-copy {
    width: 66%;
    padding-left: 38px;
    box-sizing: border-box;
    color: #25295c;
    font-family: 'Montserrat', Arial, sans-serif;
}

.page-id-28546 .holiday-info-text {
    margin: 0 0 10px;
    padding: 0;
    color: #25295c !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.page-id-28546 .holiday-info-text:last-child {
    margin-bottom: 0;
}


/* MOBILE
--------------------------------------------------------- */

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-info {
        padding: 28px 22px;
    }

    .page-id-28546 .holiday-info-inner {
        display: block;
    }

    .page-id-28546 .holiday-info-heading,
    .page-id-28546 .holiday-info-copy {
        width: 100%;
    }

    .page-id-28546 .holiday-info-heading {
        justify-content: center;
        padding: 0 0 20px;
        text-align: center;
        font-size: 24px !important;
        border-right: 0;
        border-bottom: 1px solid #d3d1ca;
    }

    .page-id-28546 .holiday-info-icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
        margin-right: 15px;
        font-size: 27px !important;
        line-height: 38px !important;
    }

    .page-id-28546 .holiday-info-copy {
        padding: 20px 0 0;
    }

    .page-id-28546 .holiday-info-text {
        font-size: 12px !important;
        line-height: 1.6 !important;
    }
}


/* =========================================================
   FINAL HOLIDAY CTA
   ========================================================= */

.page-id-28546 .holiday-final-cta {
    background: #26285e;
    padding: 30px 25px;
}

.page-id-28546 .holiday-final-inner {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.page-id-28546 .holiday-final-copy {
    width: 48%;
}

.page-id-28546 .holiday-final-heading {
    color: #ffffff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 31px;
    line-height: 1.02;
    font-weight: 600;
}

.page-id-28546 .holiday-final-script {
    margin-top: 7px;
    color: #f3d15f;
    font-family: 'Allura', cursive;
    font-size: 25px;
    line-height: 1.1;
}

.page-id-28546 .holiday-final-buttons {
    width: 52%;
    text-align: right;
}

.page-id-28546 .holiday-final-buttons .holiday-btn {
    margin: 6px;
}

.page-id-28546 .holiday-final-primary {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #25295c !important;
}

.page-id-28546 .holiday-final-primary:hover,
.page-id-28546 .holiday-final-primary:focus {
    background: transparent;
    color: #ffffff !important;
}

.page-id-28546 .holiday-final-outline {
    background: transparent;
    border: 1px solid #f3d15f;
    color: #ffffff !important;
}

.page-id-28546 .holiday-final-outline:hover,
.page-id-28546 .holiday-final-outline:focus {
    background: #f3d15f;
    color: #25295c !important;
}

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-final-inner {
        display: block;
        text-align: center;
    }

    .page-id-28546 .holiday-final-copy,
    .page-id-28546 .holiday-final-buttons {
        width: 100%;
    }

    .page-id-28546 .holiday-final-heading {
        font-size: 29px;
    }

    .page-id-28546 .holiday-final-buttons {
        margin-top: 20px;
        text-align: center;
    }

    .page-id-28546 .holiday-final-buttons .holiday-btn {
        display: block;
        max-width: 310px;
        margin: 10px auto;
        box-sizing: border-box;
    }
}

/* =========================================================
   SECTION SPACING
   ========================================================= */

.page-id-28546 .holiday-community {
    margin-top: 12px;
}

.page-id-28546 .holiday-info {
    margin-top: 12px;
}

.page-id-28546 .holiday-final-cta {
    margin-top: 12px;
}

@media screen and (max-width: 767px) {

    .page-id-28546 .holiday-community,
    .page-id-28546 .holiday-info,
    .page-id-28546 .holiday-final-cta {
        margin-top: 8px;
    }
}

/* =========================================================
   COCO PLUM ALL-INCLUSIVE GOOGLE ADS LANDING PAGE
   PAGE ID: 29905
   ========================================================= */


/* =========================================================
   GLOBAL LANDING PAGE
   ========================================================= */

body.page-id-29905 {
  overflow-x: hidden;
}

body.page-id-29905 .cp-ai-landing {
  color: #16313a;
}

body.page-id-29905 .cp-ai-landing *,
body.page-id-29905 .cp-ai-landing *::before,
body.page-id-29905 .cp-ai-landing *::after {
  box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

body.page-id-29905 .cp-ai-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(8, 36, 46, 0.78) 0%,
      rgba(8, 36, 46, 0.58) 34%,
      rgba(8, 36, 46, 0.18) 62%,
      rgba(8, 36, 46, 0.02) 100%
    ),
    url('https://www.cocoplumcay.com/wp-content/uploads/2026/08/couple-next-to-infinity-pool.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.page-id-29905 .cp-ai-hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 40px;
  position: relative;
  z-index: 2;
}

body.page-id-29905 .cp-ai-hero__content {
  max-width: 650px;
  color: #ffffff;
}

body.page-id-29905 .cp-ai-hero h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 58px;
  line-height: 1.06;
  font-weight: 700;
}

body.page-id-29905 .cp-ai-hero p {
  margin: 0 0 32px;
  max-width: 575px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}


/* =========================================================
   HERO EYEBROW
   HIDDEN TO KEEP CTA AREA CLEAN
   ========================================================= */

body.page-id-29905 .cp-ai-eyebrow {
  display: none;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

body.page-id-29905 .cp-ai-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

body.page-id-29905 .cp-ai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 27px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.25s ease;
}

body.page-id-29905 .cp-ai-btn + .cp-ai-btn {
  margin-left: 14px;
}

body.page-id-29905 .cp-ai-btn--primary {
  background: #DDBE68;
  color: #263368 !important;
  border: 2px solid #DDBE68;
}

body.page-id-29905 .cp-ai-btn--primary:hover {
  background: #ffffff;
  color: #263368 !important;
  border-color: #ffffff;
}

body.page-id-29905 .cp-ai-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.72);
}

body.page-id-29905 .cp-ai-btn--secondary:hover {
  background: #ffffff;
  color: #263368 !important;
  border-color: #ffffff;
}


/* =========================================================
   HERO HIGHLIGHTS
   HIDDEN TO KEEP CTA AREA CLEAN
   ========================================================= */

body.page-id-29905 .cp-ai-hero__highlights {
  display: none;
}


/* =========================================================
   AWARDS / TRUST STRIP
   ========================================================= */

body.page-id-29905 .cp-ai-trust {
  background: #ffffff;
  padding: 44px 20px 42px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04);
}

body.page-id-29905 .cp-ai-trust__inner {
  max-width: 1180px;
  margin: 0 auto;
}

body.page-id-29905 .cp-ai-trust__eyebrow {
  margin: 0 0 22px;
  text-align: center;
  color: #62757d;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}

body.page-id-29905 .cp-ai-trust__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

body.page-id-29905 .cp-ai-trust__item {
  position: relative;
  width: calc(50% - 18px);
  display: flex;
  align-items: center;
  margin: 0 9px;
  padding: 24px 28px 24px 34px;
  border: 1px solid #e3ebee;
  border-radius: 18px;
  background: #f9fbfc;
  overflow: hidden;
}

body.page-id-29905 .cp-ai-trust__item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  background: #DDBE68;
  border-radius: 0 4px 4px 0;
}

body.page-id-29905 .cp-ai-trust__icon {
  display: none;
}

body.page-id-29905 .cp-ai-trust__text {
  color: #16313a;
  font-size: 18px;
  line-height: 1.45;
}

body.page-id-29905 .cp-ai-trust__text strong {
  font-weight: 700;
}


/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 1100px) {

  body.page-id-29905 .cp-ai-hero {
    min-height: 760px;
    background-position: 68% center;
  }

  body.page-id-29905 .cp-ai-hero h1 {
    font-size: 50px;
  }

  body.page-id-29905 .cp-ai-hero p {
    font-size: 19px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {


  /* =========================================================
     MOBILE HERO
     ========================================================= */

  body.page-id-29905 .cp-ai-hero {
    min-height: 720px;
    align-items: flex-end;
    background-image:
      linear-gradient(
        180deg,
        rgba(8, 36, 46, 0.08) 0%,
        rgba(8, 36, 46, 0.25) 32%,
        rgba(8, 36, 46, 0.80) 70%,
        rgba(8, 36, 46, 0.94) 100%
      ),
      url('https://www.cocoplumcay.com/wp-content/uploads/2026/08/couple-next-to-infinity-pool.png');
    background-position: 72% center;
  }

  body.page-id-29905 .cp-ai-hero__inner {
    padding: 70px 22px 38px;
  }

  body.page-id-29905 .cp-ai-hero__content {
    max-width: 100%;
  }

  body.page-id-29905 .cp-ai-hero h1 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1.1;
  }

  body.page-id-29905 .cp-ai-hero p {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.6;
  }


  /* =========================================================
     MOBILE HERO BUTTONS
     ========================================================= */

  body.page-id-29905 .cp-ai-hero__buttons {
    display: block;
  }

  body.page-id-29905 .cp-ai-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    font-size: 13px;
  }

  body.page-id-29905 .cp-ai-btn + .cp-ai-btn {
    margin-left: 0;
    margin-top: 12px;
  }


  /* =========================================================
     MOBILE AWARDS / TRUST STRIP
     ========================================================= */

  body.page-id-29905 .cp-ai-trust {
    padding: 34px 18px;
  }

  body.page-id-29905 .cp-ai-trust__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  body.page-id-29905 .cp-ai-trust__grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  body.page-id-29905 .cp-ai-trust__item {
    width: 100%;
    margin: 0 0 14px;
    padding: 20px 22px 20px 28px;
  }

  body.page-id-29905 .cp-ai-trust__item:last-child {
    margin-bottom: 0;
  }

  body.page-id-29905 .cp-ai-trust__text {
    font-size: 16px;
    line-height: 1.45;
  }

}

/* ==========================================================
   COCO PLUM CONTACT PAGE — companion stylesheet
   Add to Additional CSS (Customizer) or child theme style.css.
   Everything is scoped under .cp-contact so it cannot affect
   any other page on the site. Uses the site's existing brand
   tokens: navy #333366, aqua #00bff2, gold #EFCF77, sand #faf8f1,
   wetsand #efe8d5, Raleway + Dancing Script.
   ========================================================== */

.cp-contact{
  font-family:'Raleway', sans-serif;
  color:#336;
}
.cp-contact *{box-sizing:border-box;}

.cp-contact .cpc-breadcrumb{
  text-align:right;
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
  letter-spacing:1px;
  color:#333366;
  padding:14px 5%;
  border-bottom:1px solid #efe8d5;
}

/* Hero */
.cp-contact .cpc-hero{
  background:#faf8f1;
  padding:60px 5% 50px;
  text-align:center;
}
.cp-contact .cpc-eyebrow{
  font-family:'Dancing Script', cursive;
  font-size:32px;
  color:#00bff2;
  display:block;
  margin-bottom:6px;
}
.cp-contact .cpc-hero h1{
  font-weight:300;
  font-size:44px;
  color:#333366;
  line-height:1.2;
  margin:0 0 16px;
  text-transform:none;
}
.cp-contact .cpc-hero p{
  font-size:19px;
  max-width:620px;
  margin:0 auto;
  color:#336;
}

/* Quick contact bar */
.cp-contact .cpc-quickbar{
  background:#333366;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.cp-contact .cpc-quickbar a{
  flex:1;
  min-width:200px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:500;
  padding:16px 12px;
  border-right:1px solid rgba(255,255,255,0.15);
  text-align:left;
}
.cp-contact .cpc-quickbar a:last-child{border-right:none;}
.cp-contact .cpc-quickbar a:hover{background:rgba(255,255,255,0.08);}
.cp-contact .cpc-quickbar a::before{
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  font-size:18px;
  color:#EFCF77;
  margin-right:10px;
  flex-shrink:0;
}
.cp-contact .cpc-quickbar a.cpc-ico-phone::before{content:"\f095";}
.cp-contact .cpc-quickbar a.cpc-ico-email::before{content:"\f0e0";}
.cp-contact .cpc-qb-label{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.5px;
  color:#EFCF77;
  font-weight:600;
	margin-right:6px;
}
.cp-contact .cpc-qb-value{display:block;font-size:15px;}

/* Main two-column layout */
.cp-contact .cpc-main{padding:64px 5% 40px;}
.cp-contact .cpc-cols{
  max-width:1160px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
}

.cp-contact .cpc-info-card{
  background:#faf8f1;
  border-radius:6px;
  padding:36px 32px;
  flex:0 0 41%;
  margin-right:40px;
}
.cp-contact .cpc-form-card{
  flex:1 1 auto;
  min-width:0;
}
.cp-contact .cpc-info-card h3{
  font-size:22px;
  font-weight:600;
  color:#333366;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin:0 0 18px;
}
.cp-contact .cpc-hours-table{width:100%;margin-bottom:24px;border-collapse:collapse;}
.cp-contact .cpc-hours-table td{padding:5px 0;font-size:16px;}
.cp-contact .cpc-hours-table td:last-child{text-align:right;font-weight:600;}
.cp-contact .cpc-hours-note{
  font-size:13px;
  font-style:italic;
  color:#336;
  opacity:0.8;
  margin-bottom:28px;
}


/* Reassurance / planning tips */
.cp-contact .cpc-reassure{
  border-top:1px solid #efe8d5;
  padding-top:28px;
}

.cp-contact .cpc-reassure-item{
  display:grid;
  grid-template-columns:32px minmax(0, 1fr);
  column-gap:16px;
  align-items:start;
  width:100%;
  margin-bottom:28px;
}

.cp-contact .cpc-reassure-item:last-child{
  margin-bottom:0;
}

.cp-contact .cpc-reassure-item::before{
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  font-size:21px;
  color:#00bff2;
  line-height:1;
  margin-top:3px;
  width:32px;
  text-align:left;
}

.cp-contact .cpc-reassure-item.cpc-ico-info::before{
  content:"\f017";
}

.cp-contact .cpc-reassure-item.cpc-ico-solo::before{
  content:"\f0c0";
}

.cp-contact .cpc-reassure-item.cpc-ico-plan::before{
  content:"\f073";
}

.cp-contact .cpc-reassure-copy{
  min-width:0;
  width:100%;
}

.cp-contact .cpc-reassure-item strong{
  display:block;
  color:#333366;
  font-size:16.5px;
  font-weight:700;
  line-height:1.35;
  margin:0 0 4px;
}

.cp-contact .cpc-reassure-item p{
  display:block;
  width:100%;
  font-size:15.5px;
  line-height:1.55;
  color:#333366;
  margin:0;
  padding:0;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.cp-contact .cpc-reassure-item a{
  color:#00bff2;
  font-weight:600;
  text-decoration:none;
}

.cp-contact .cpc-reassure-item a:hover{
  color:#333366;
  text-decoration:underline;
}

/* Form card */
.cp-contact .cpc-form-card{
  background:#fff;
  border:2px solid #EFCF77;
  border-radius:6px;
  padding:36px 36px 30px;
}
.cp-contact .cpc-badge{
  display:inline-block;
  background:#EFCF77;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.5px;
  padding:5px 12px;
  border-radius:20px;
  margin-bottom:14px;
}
.cp-contact .cpc-form-card h2{
  font-size:30px;
  font-weight:300;
  color:#333366;
  margin:0 0 8px;
  text-align:left;
}
.cp-contact .cpc-form-sub{
  font-size:15.5px;
  margin:0 0 26px;
  color:#336;
}
.cp-contact .cpc-form-fallback{
  font-size:13px;
  margin-top:14px;
  color:#336;
  opacity:0.75;
}
.cp-contact .cpc-form-fallback a{color:#00bff2;}

@media (max-width:880px){
  .cp-contact .cpc-cols{flex-direction:column;}
  .cp-contact .cpc-info-card{flex:1 1 auto;width:100%;margin-right:0;margin-bottom:30px;}
  .cp-contact .cpc-form-card{width:100%;}
  .cp-contact .cpc-quickbar a{border-right:none;border-bottom:1px solid rgba(255,255,255,0.15);}
}

/* Testimonial (reuses site blockquote look, scoped) */
.cp-contact .cpc-testimonial{
  background:#efe8d5;
  padding:50px 5%;
  text-align:center;
}
.cp-contact .cpc-testimonial blockquote{
  max-width:700px;
  margin:0 auto;
  padding:0;
  background:none;
  font-family:'Dancing Script', cursive;
  font-size:28px;
  color:#00bff2;
  line-height:1.3;
}
.cp-contact .cpc-testimonial cite{
  display:block;
  font-family:'Raleway', sans-serif;
  font-style:normal;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#333366;
  margin-top:14px;
  font-weight:600;
}

/* Accordion */
.cp-contact .cpc-accordion{padding:56px 5% 70px;}
.cp-contact .cpc-accordion h2{
  max-width:820px;
  margin:0 auto 30px;
  text-align:center;
  font-size:34px;
  font-weight:300;
  color:#333366;
}
.cp-contact .cpc-acc-item{
  max-width:820px;
  margin:0 auto;
  border-bottom:1px solid #efe8d5;
}
.cp-contact .cpc-acc-item:first-of-type{border-top:1px solid #efe8d5;}
.cp-contact .cpc-acc-trigger{
  width:100%;
  text-align:left;
  background:none;
  border:none;
  cursor:pointer;
  padding:20px 4px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-family:'Raleway', sans-serif;
  font-size:19px;
  font-weight:500;
  color:#333366;
}
.cp-contact .cpc-plus{
  font-size:22px;
  color:#EFCF77;
  transition:transform 0.2s ease;
  flex-shrink:0;
  margin-left:16px;
}
.cp-contact .cpc-acc-trigger[aria-expanded="true"] .cpc-plus{transform:rotate(45deg);}
.cp-contact .cpc-acc-panel{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.25s ease;
}
.cp-contact .cpc-acc-panel-inner{
  padding:0 4px 24px;
  font-size:15.5px;
  line-height:1.7;
}
.cp-contact .cpc-acc-panel-inner p{margin:0 0 12px;}
.cp-contact .cpc-acc-panel-inner a{color:#00bff2;font-weight:600;}
.cp-contact .cpc-closures-grid{
  display:flex;
  flex-wrap:wrap;
  margin-top:10px;
}
.cp-contact .cpc-closure-item{
  background:#faf8f1;
  padding:12px 14px;
  border-radius:4px;
  font-size:14px;
  flex:1 1 180px;
  margin:0 14px 14px 0;
}
.cp-contact .cpc-closure-item strong{display:block;color:#333366;font-size:14.5px;}

/* Bottom CTA */
.cp-contact .cpc-bottom-cta{
  background:#333366;
  color:#fff;
  text-align:center;
  padding:44px 5%;
}
.cp-contact .cpc-bottom-cta h3{
  font-weight:300;
  font-size:26px;
  margin:0 0 10px;
  color:#fff;
}
.cp-contact .cpc-bottom-cta p{font-size:15px;opacity:0.85;margin:0 0 20px;}
.cp-contact .cpc-btn-gold{
  display:inline-block;
  background:#EFCF77;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
  letter-spacing:0.5px;
  padding:14px 34px;
  border-radius:2px;
}
.cp-contact .cpc-btn-gold:hover{background:#fff;color:#EFCF77;}