/* ========== new-section-css === */

.primary-btn-ttusa:hover {
    background-color: var(--moonstone-hover);
    color: #fff;
}

.primary-btn-ttusa {
    background-color: var(--moonstone);
    color: #fff;
}


.container {
    width: 100%;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
}

.title h2 {
    font-family: "Poppins Semibold", sans-serif;
    color: #062f53;
    font-weight: 600;
    margin: 0;
    font-size: 44px;
}

.title {
    margin-bottom: 52px;
}

/*Navbar Right padding*/

.nav-right {
    margin-right: 40px !important;
}

.boxes {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 30px;
    margin-bottom: 80px;
}

    .boxes .box {
        position: relative;
        z-index: 10;
    }

.box-inner {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 35px 72px 35px 0px;
    min-height: 281px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 100%;
}


.box-title {
    background-color: #4da844;
    padding: 17px 30px;
}

    .box-title h4 {
        font-family: "Poppins Semibold", sans-serif;
        color: #ffffff;
        font-weight: 500;
        margin: 0;
        line-height: 24px;
    }

.box-body {
    padding: 20px 0px 0px 24px;
}

    .box-body p {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 21px;
        color: #555555;
        font-weight: 400;
        margin: 10px 0px 0px;
    }

.say-sec {
    padding: 100px 0px;
    background-image: linear-gradient(to bottom, white 0%, white 30%, #E0F0F6 100%);
}

.section-1 {
    padding: 100px 0px;
}

.club-box {
    background-color: #fff;
    border-radius: 8px;
    max-width: 894px;
    display: flex;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

    .club-box .club-box-left {
        padding: 15px 23px 15px 10px;
        width: 68.4%;
        display: flex;
        grid-gap: 25px;
    }

.box-left {
    position: relative;
}

.heart-img {
    position: absolute;
    top: 12px;
    left: 12px;
}

.club-box-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

    .club-box-title h2 {
        color: var(--sea-green);
        font-size: 31px;
        font-weight: 500;
        margin: 0;
    }

    .club-box-title p {
        color: var(--black-1000);
        font-size: 19px;
        line-height: 22px;
        margin: 8px 0px;
    }

.box-right {
    flex: 1;
}

.location-img {
    margin-top: 10px;
}

.box-right ul {
    padding-left: 22px;
    margin: 0px;
    padding-top: 10px;
}

    .box-right ul li p {
        color: var(--black-1000);
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        margin: 8px 0px;
    }

.club-box-right {
    border-radius: 0px 8px 8px 0px;
    width: 32%;
    background-color: #e7eaed;
    padding: 27px 20px 27px 20px;
}

    .club-box-right h4 {
        font-size: 19px;
        letter-spacing: 0px;
        color: var(--black-1000);
        font-weight: 500;
        margin: 0 0 10px;
    }

.uk-margin {
    margin-bottom: 7px;
}

* + .uk-margin {
    margin-top: 0px !important;
}

.uk-button-default {
    display: flex;
    position: relative;
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #e2e3e4;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px;
 
    font-size: 14px;
    letter-spacing: 0px;
    height: 38px;
    line-height: 21px;
    color: #555555;
    text-align: start;
    font-weight: 400;
}

.top-box {
    width: 100%;
}

.package-box .select-box {
    width: 100%;
}

.package-box .my-select__option--value {
    display: flex;
    position: relative;
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #e2e3e4;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px;
    padding-left: 38px;
    font-size: 14px;
    letter-spacing: 0px;
    height: 38px;
    font-family: "Opens Sans Regular", sans-serif; line-height: 21px;
    color: #555555;
    text-align: start;
    font-weight: 400;
}

.package-box .select-box {
    position: relative;
}

.form-box-left .button-solid {
    width: 118px;
}

.package-box .select-box .img-holder {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 21px;
}

.package-box .h-12 .my-select__option {
    height: 48px !important;
}

.uk-form-custom {
    max-width: 100%;
    width: 100%;
}

.uk-button-default.uk-active,
.uk-button-default:active,
.uk-button-default:hover {
    background-color: #fff;
    color: #555555;
    border-color: #e2e3e4;
}

:focus-visible {
    outline: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.uk-form-custom .img-holder {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.club-box-right .button-solid {
    padding: 10px 20px;
    width: 100%;
}

.slide-sec2 .uk-position-center-left {
    left: 40px;
    top: 51%;
}

.slide-sec2 .uk-position-center-right {
    right: 40px;
    top: 51%;
}


.slide-sec .uk-width-2-5 {
    width: 34%;
}

.uk-panel img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.uk-light .uk-grid > * {
    padding-left: 12px;
}

.slide-sec {
    margin: 100px 0px;
}

.image-box {
    background-color: #2ea2b3;
    padding: 14px 22px;
    display: flex;
    grid-gap: 20px;
    align-items: center;
    max-width: 270px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.w-14 {
    width: 55px !important;
    height: 55px !important;
}

.image-box h6 {
    font-size: 19px;
    letter-spacing: 0px;
    margin: 0 !important;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
}

.title-left {
    flex: 1;
}

    .title-left h2 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 20px;
        color: #399fad;
        font-weight: 400;
        font-family: "Poppins Semibold", sans-serif;
    }

    .title-left p {
        font-size: 23px;
        line-height: 16px;
        color: #555555;
        font-weight: 700;
        font-family: "Poppins Semibold", sans-serif;
    }

.suites-logo {
    width: 80%;
    margin: 0 auto 40px;
}

.creek-sec {
    padding: 100px 0px;
}

.rating-list {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding-left: 0px !important;
    list-style-type: none;
}

    .rating-list p {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 21px;
        color: #555555;
        font-weight: 400;
        font-family: "Roboto";
    }

.creek-sec .tab-blue-pillnav {
    margin: 20px 0;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #bebfc1;
}

.calendaer-list {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.uk-form-custom .img-holder img {
    height: 15px;
}

.align-center {
    justify-content: center;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    color: #e66f00;
    text-decoration: none;
}

.five-stars-list {
    display: flex;
    align-items: center;
}

.package-box-body ul {
    margin: 20px 0px;
}

/*Resort Banner Slider*/
/* Keep the container compact and centered */
.banner-container {
    width: 100%;
    max-width: 728px; /* banner width */
    height: 90px; /* banner height */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    background: transparent; /* remove gray background */
    position: relative;
}

/* Force slideshow items to respect fixed height */
.uk-slideshow-items {
    height: 90px !important;
}

/* Make sure the images fill and align perfectly */
.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}


.resort-banner-wrapper {
    background-color: #e0e0e0; /* Soft gray */
    padding: 30px;
}

.resort-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 20px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 20px;
}

.resort-name {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.golfers-feedback-wrapper {
    background-color: #f0f8ff;
    padding: 60px 40px;
    width: 100%;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
}

.testimonial {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    text-align: left;
    width: 30%;
}

.quote {
    font-size: 18px;
    font-style: italic;
    color: #444;
    line-height: 1.6;
    margin-bottom: 12px;
}

.author {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.card-container {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap; /* still single row */
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
}

/* each card takes one-third of available width minus gaps */
/* container: three cards in a row, equal heights */
.card-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch; /* makes all cards same height */
    flex-wrap: nowrap; /* keep a single row on desktop */
    padding: 24px;
    box-sizing: border-box;
}

/* card: fixed-ish width, stretches to match siblings' height */
.testimonial-card {
    flex: 0 0 320px; /* try 320px per card; adjust if you want wider */
    max-width: 320px;
    min-width: 260px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 32px 24px 28px 24px;
    position: relative; /* allows absolute header placement */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    /* soft card shadow like the screenshot */
    box-shadow: 0 6px 18px rgba(31, 45, 61, 0.06), 0 2px 6px rgba(31,45,61,0.04);
    transition: transform .18s ease, box-shadow .18s ease;
}

    /* slight lift on hover (optional) */
    .testimonial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(31,45,61,0.10), 0 6px 12px rgba(31,45,61,0.06);
    }

/* green inset header block — positioned near top-left inside card */
.testimonial-card-header {
    position: absolute;
    right: 24px;
    width: 62%; /* about 60% of card width like your image */
    background-color: #3ea544; /* green */
    color: #ffffff;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
}

    /* author + date stack inside the header block (if you keep markup) */
    .testimonial-card-header .author-name {
        display: block;
        font-weight: 700;
    }

    .testimonial-card-header .feedback-date {
        display: block;
        font-size: 13px;
        opacity: 0.95;
        margin-top: 6px;
        font-weight: 600;
    }

/* content placed below header (give room so header doesn't overlap) */
.testimonial-card-content {
    margin-top: 84px; /* leaves vertical space for header overlap */
    font-size: 14px;
    color: #555555;
    line-height: 1.75;
    flex: 1 1 auto; /* allow content area to grow and keep cards equal height */
    overflow: hidden;
}

    /* ensure any long text gracefully wraps and doesn't overflow */
    .testimonial-card-content p {
        margin: 0 0 0.6rem 0;
    }

/* responsive: let cards shrink on smaller screens, keep single row until very small */
@media (max-width: 1100px) {
    .testimonial-card {
        flex: 0 0 300px;
        max-width: 300px;
    }

    .testimonial-card-header {
        width: 64%;
        top: 16px;
        left: 20px;
        padding: 12px 16px;
    }

    .testimonial-card-content {
        margin-top: 76px;
        font-size: 14px;
    }
}

@media (max-width: 820px) {
    .card-container {
        gap: 20px;
        padding: 20px;
    }

    .testimonial-card {
        flex: 0 0 280px;
        max-width: 280px;
        min-width: 220px;
        padding: 28px 18px 22px;
    }

    .testimonial-card-header {
        width: 66%;
        top: 14px;
        left: 18px;
        padding: 11px 14px;
        font-size: 14px;
    }

    .testimonial-card-content {
        margin-top: 72px;
        font-size: 13.5px;
        line-height: 1.6;
    }
}

/* a final mobile fallback: allow horizontal scroll if viewport too small to keep 3 cards */
@media (max-width: 520px) {
    .card-container {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-left: 18px;
        padding-right: 18px;
    }

    .testimonial-card {
        flex: 0 0 86%;
        max-width: 86%;
        min-width: 260px;
    }
}


/* header/content same as earlier */
.testimonial-card-header {
    width: 95%;
    background-color: #4da844;
    color: #ffffff;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.testimonial-card-content {
    padding: 24px;
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
}

/* reduce padding / font-size on very small screens so 3 cards fit */
@media (max-width: 480px) {
    .card-container {
        gap: 10px;
        padding: 8px;
    }

    .testimonial-card {
        flex: 0 1 calc((100% - 20px) / 3);
        min-width: 140px;
    }

    .testimonial-card-content {
        padding: 12px;
        font-size: 13px;
        line-height: 1.4;
    }

    .testimonial-card-header {
        padding: 10px 12px;
        font-size: 14px;
    }
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feedback-date {
    font-size: 14px;
    color: #d0faff; /* Soft teal or white depending on your background */
    font-weight: 400;
}

/* News Subscribe */
.news-subscribe-wrapper {
    position: relative; /* required for ::before to overlay correctly */
    background-image: url('/images/waldorf.jpg'); /* Golf background image */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    /* Add overlay */
    .news-subscribe-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45); /* adjust darkness (0.45 = 45% opacity) */
        z-index: 0; /* sits behind content */
    }

/* Content stays above overlay */
.news-subscribe-content,
.signup-section .uk-container {
    position: relative;
    z-index: 1;
}

.signup-section {
    padding: 60px 0;
    background: transparent; /* background handled by wrapper */
    text-align: center;
}

/* Input + Button Styles */
.white-input {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 4px;
}

    .white-input::placeholder {
        color: #555 !important;
        opacity: 1;
    }

.signup-btn {
    background-color: #ff7d00 !important;
    border-radius: 6px;
    color: white !important;
    font-weight: 600;
}

    .signup-btn:hover {
        background-color: #1470cc;
    }

/**BROCHURE BUYNOW*/
.brochure-buy-now-wrapper {
    background-color: #f0f8ff;
    padding: 40px 40px;
   /* font-family: 'Segoe UI', sans-serif;*/
    color: #333;
}

.brochure-buy-now-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.cruise-image {
    display: flex;
}

    .cruise-image img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.brochure-section {
    flex: 1 1 0;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

    .brochure-section h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 14px;
        color: #14548d;
    }

    .brochure-section p {
        font-size: 15px;
        margin-bottom: 12px;
    }

.brochure-link {
    display: inline-block;
    margin: 6px 6px 0 0;
    font-weight: bold;
    text-decoration: underline;
    border-radius: 5px;
    transition: 0.3s ease;
    color: #ff7d00;
}

.brochure-btn {
    background-color: #ff7d00;
    color: white;
    font-size: 14px;
    padding: 15px 50px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    width: fit-content !important;
    text-align: center;
    align-content: center;
}

    .brochure-btn hover {
        background-color: var(--moonstone-hover) !important;
        box-shadow: 0 6px 12px rgba(0,0,0,0.2) !important;
        text-decoration: none !important;
        color: #ffffff !important;
    }

.promo-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.promo-text {
    flex: 1 1 60%;
    padding-right: 40px;
}

.promo-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007b5e;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.promo-image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .promo-image img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

@media (max-width: 768px) {
    .promo-content {
        flex-direction: column;
        text-align: center;
    }

    .promo-text {
        padding-right: 0;
    }

    .promo-image {
        margin-top: 20px;
        text-align: center;
    }
}

.button-group-brochure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.button-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-info {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
    width: 95px;
    height: 34px;
    border-radius: 6px;
    background-color: #2ea2b3 !important;
    display: flex !important;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    font-family: "Poppins Semibold", sans-serif;
}

/**Choose Destination Dropdown*/
.custom-dropdown {
    background: #ffffff;
    position: relative;
    width: 100%;
    max-width: 600px;
    font-family: sans-serif;
}

.dropdown-content {
    max-height: 400px;
    overflow-y: auto;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.region-group {
    margin-bottom: 20px;
}

.region-header {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.region-option {
    font-weight: 400;
}

.dropdown-content input[type="checkbox"] {
    margin-right: 8px;
}

.dropdown-header {
    display: flex;
    padding: 0px 250px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .dropdown-header img {
        width: 15px;
        margin-right: 8px;
    }

.dropdown-placeholder {
    flex-grow: 1;
 
}

.arrow {
    font-size: 14px;
    margin-left: 8px;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    display: none;
    z-index: 10;
}

    .dropdown-content label {
        color: #333333;
        display: block;
        cursor: pointer;
        padding: inherit;
    }

.choose-destination {
    font-family: "Poppins Semibold", sans-serif;
    padding: 14px 0px 0px 0px;
}

.choose-dest {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.m-0 {
    margin: 0 !important;
}

.calendaer-list p {
    font-size: 18px;
    letter-spacing: 0px;
    color: #555555;
    font-weight: 500;
    margin: 0 0 20px 0;
    font-family: "Poppins Semibold", sans-serif;
}

.creek-sec .tab-blue-containers li {
    text-align: start;
}

.creek-sec .tab-blue-pillnav .uk-active > a {
    background-color: transparent !important;
    color: #454545 !important;
}

.creek-sec .tab-blue-pillnav > * > a {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #2ea2b3 !important;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
    background-color: transparent !important;
    padding: 0 20px !important;
}

.tab-blue-containers li p {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    font-weight: 500;
    text-align: center;
}

.creek-sec .tab-blue-containers {
    width: 100%;
    margin: 0 0;
}

.title-right {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.title-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    grid-gap: 80px;
}

.w-70 {
    width: 70%;
}

.certificate-sec {
    background-color: #e1eff7;
    padding: 100px 0px;
    margin-top: 120px;
}

.w-30 {
    width: 30%;
}

.golf-wrapper {
    display: flex;
    grid-gap: 35px;
}

.banner-sec {
    background-image: linear-gradient(180deg, #ffffff 0%, #dedede 100%);
    padding: 40px 0px;
}

.golf-right {
    border-radius: 8px;
    padding: 26px;
    background-color: #e7eaed;
}

.uk-modal-close {
    background: transparent;
    border: none;
    width: 30px;
    cursor: pointer;
    height: 30px;
    text-align: justify;
    margin-left: auto;
    display: flex;
}

    .uk-modal-close img {
        filter: invert(1);
    }

#my-id2 .uk-width-3-4 {
    width: 100%;
}

#my-id2 .uk-position-center-left {
    left: 0;
}

#my-id2 .uk-panel img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#my-id2 .uk-modal-dialog {
    width: 100%;
    max-width: 1000px !important;
    padding: 0;
    background: transparent;
}

.golf-right h4 {
    font-size: 19px;
    letter-spacing: 0px;
    color: #555555;
    font-weight: 500;
    margin: 0;
    font-family: "Poppins Semibold", sans-serif;
}

.golf-right p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #555555;
    font-weight: 500;
    margin: 0 0 20px 0;
    font-family: "Poppins Semibold", sans-serif;
}

.button-solid {
    width: 100%;
    height: 48px;
}

.footer-inner {
    display: flex;
    grid-gap: 140px;
}

    .footer-inner p {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Roboto";
    }

.footer-left {
    width: 40%;
}

footer {
    background-color: #454545;
    padding: 50px 0px 0px 0px;
}

.footer-right {
    width: 66.66%;
}

.fotter-links {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 200px);
}

.all-reviews-btn{
    display: flex;
    justify-content: center;
}

.footer-media .btn-info {
    font-size: 20px;
    width: 111px;
    height: 41px;
}

.socail-list {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    justify-content: end;
}

.footer-media {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.socail-list li img {
    height: 30px;
}

.fotter-links ul li a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Roboto";
}

.footer-title h5 {
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    font-family: "Roboto";
}

.footer-title h4 {
    font-size: 24px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    font-family: "Montserrat";
}

.footer-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #ffb427;
    margin-bottom: 48px;
}

.btn-course {
    width: 100%;
    height: 48px;
    font-size: 23px;
    text-transform: uppercase;
    color: #555555;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
    margin: 20px auto 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
    align-items: center;
    grid-gap: 10px;
    border: 1px solid #2ea2b3;
}

.section-4 .club-box-right {
    background-color: transparent;
    border-left: 1px solid #e7eaed;
    margin: 12px 0px;
}

.bg-orange {
    background-color: #ed5a29 !important;
    margin-top: 20px;
}

.section-5 {
    padding: 100px 0px;
}

.top-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

    .top-box h4 span {
        font-size: 39px;
        color: #05839b;
        font-weight: 500;
        font-family: "Poppins Semibold", sans-serif;
    }

.contact-sec {
    padding-top: 60px;
}

    .contact-sec .button-solid {
        width: 180px;
        margin: 20px auto 0px !important;
    }

    .contact-sec .title p {
        font-size: 14px;
        line-height: 21px;
        color: #555555;
        font-weight: 600;
    }

.destination-box {
    display: flex;
    grid-gap: 12px;
}

.w-33 {
    width: 33.33%;
}

.price-btn:hover {
    background-color: #d5d5d5;
}

.inner-sec {
    display: flex;
    grid-gap: 50px;
}

.text-white {
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
}

.left-box {
    flex: 1;
}

    .left-box h4 {
        font-size: 22px;
        color: #555555;
        letter-spacing: 0px;
        font-weight: 500;
        font-family: "Poppins Semibold", sans-serif;
    }

    .left-box p {
        font-size: 14px;
        line-height: 22px;
        color: #555555;
        font-weight: 500;
        font-family: "Roboto";
    }

/* 
.right-box {
     flex: 1;
} */
.destination-box a {
    font-size: 18px;
    letter-spacing: 0px;
    display: block;
    line-height: 32px;
    color: #2ea2b3;
    font-weight: 500;
    text-decoration: underline;
    font-family: "Poppins Semibold", sans-serif;
}

.top-box h4 {
    font-size: 19px;
    color: #555555;
    letter-spacing: 1px;
}

.top-box label {
    font-size: 19px;
    letter-spacing: 0px;
    color: #555555;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
    display: block;
}

.select-box {
    width: 240px;
}

.top-box .uk-button-default {
    font-size: 31px;
    color: #2ea1b2;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
    background-color: transparent;
    border: none;
    padding-left: 0px;
    border-bottom: 1px solid #bebfc1;
    text-transform: capitalize;
}

.package-boxes {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 24px;
    margin: 56px 0px;
}

.package-box {
    background-color: #e7eaed;
    border-radius: 12px;
}

    .package-box .image-holder img {
        width: 100%;
        border-radius: 12px 12px 0px 0px;
        max-height: 253px;
        object-fit: cover;
    }

    .package-box .image-holder {
        position: relative;
    }

.package-title-box {
    max-width: none;
    background-color: #4da844;
    margin-top: -42px;
    position: relative;
    margin-left: -28px;
}

    .package-title-box h4 {
        font-size: 19px;
        letter-spacing: 0px;
        color: #ffffff;
        font-weight: 600;
        padding: 30px 30px;
        text-transform: uppercase;
        font-family: "Poppins", "Open Sans", sans-serif;
    }


.package-box-body h3 {
    font-size: 32px;
    line-height: 44px;
    color: #14548d;
    font-weight: 600;
    margin: 20px 0px 7px;
    text-transform: uppercase;
    font-family: "Poppins", "Open Sans", sans-serif;
}

.package-box-body h6 {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #555555;
    margin: 0;
    font-weight: 700;
}

.package-box-body p {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    margin: 0;
    font-weight: 700;
    font-family: "Roboto";
}

.package-box-body {
    padding: 0px 28px 22px;
}

.package-box-footer p {
    max-width: 317px;
    padding-top: 20px;
    border-top: 1px solid #2ea2b3;
}

.package-box-footer {
    display: flex;
    justify-content: flex-end !important;
    flex-direction: row !important;
    align-items: center;
}

.price-box span {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #454545;
    font-weight: 500;
}

.price-box {
    text-align: center;
}

    .price-box h2 {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 38px;
        color: #454545;
        font-weight: 700;
        margin: 0;
    }

.tab-content * + p {
    margin: 0px;
}

#uk-switcher-141 h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #454545;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
}

.tab-content {
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
}

#uk-switcher-141 .uk-table th {
    font-size: 18px;
    padding: 10px 12px 6px;
    color: #ffffff;
    font-weight: 500;
    background-color: #2ea1b2;
    font-family: "Poppins Semibold", sans-serif;
}

#uk-switcher-141 .uk-table-striped tbody tr:nth-of-type(even),
#uk-switcher-141 .uk-table-striped > tr:nth-of-type(even) {
    background-color: #E0EEF7;
}

.bg-transparent {
    background: transparent;
}

#uk-switcher-141 .uk-table-striped tbody tr:nth-of-type(odd),
#uk-switcher-141 .uk-table-striped > tr:nth-of-type(odd) {
    background: #fff;
    border-top: none;
    border-bottom: none;
}

.uk-table td {
    font-size: 14px;
    line-height: 21px;
    padding: 13px 12px;
    color: #555555;
    font-weight: 500;
}

* {
    box-sizing: border-box;
}

.top-header ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

    .top-header ul li a {
        font-size: 20px;
        line-height: 38px;
        padding: 0px 26px;
        display: block;
        color: #ffffff;
        grid-gap: 20px;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-family: 'Barlow Condensed';
    }

        .top-header ul li a:hover {
            color: #ffb427;
        }

.navbar-logo img {
    width: 180px;
}

.bottom-header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bottom-header .nav .nav-list {
        display: flex;
        align-items: center;
        grid-gap: 20px;
    }

        .bottom-header .nav .nav-list .nav-item {
            font-size: 24px;
            line-height: 1;
            padding: 24px 60px 28px 20px !important;
            display: block;
            color: #ffffff;
            font-weight: 500;
            font-family: "Poppins Semibold", sans-serif;
        }

            .bottom-header .nav .nav-list .nav-item.active,
            .bottom-header .nav .nav-list .nav-item:hover {
                background-color: #000;
            }

.top-header {
    border-bottom: 1px solid #ffb427;
    padding: 10px 0px;
}

    .top-header ul li a img {
        height: 24px;
    }

.hero-sec {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 358px 0px 296px;
}

    .hero-sec .text-box h1 {
        font-size: 120px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Poppins Semibold", sans-serif;
        line-height: 144px;
        max-width: 1360px;
    }

    .hero-sec .text-box p {
        font-size: 68px;
        line-height: 42px;
        color: #ffffff;
        font-weight: 400;
        font-family: "Poppins Semibold", sans-serif;
    }

.slide-sec.slide-sec2 {
    margin: 20px 0px;
}

.hero-sec .text-box {
    padding: 0px 32px;
}

.uk-position-center-left {
    left: -32px;
}

.uk-position-small {
    margin: 0;
}

.uk-light .uk-grid > * {
    padding-left: 22px;
}

.container-fluid {
    max-width: 100%;
    padding: 0px 156px;
}

.left-content h6 {
    font-size: 18px;
    line-height: 21px;
    color: #555555;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif;
}

.tab-content-body .left-content {
    max-width: 100%;
}

.tab-blue-pillnav > * > a:hover {
    color: #fff !important;
}

* + h6 {
    margin-top: 30px;
}

.tab-content-body .left-content h6 {
    font-size: 20px;
}

    .tab-content-body .left-content h6 span {
        color: #56a3b3;
    }

.left-content {
    max-width: 240px;
}

.tab-blue-containers li p span {
    font-weight: 700;
}

.hamburger {
    display: none;
}

.md-block {
    display: none;
}

.fotter-links ul li a:hover {
    color: yellow;
}

.btn-info:hover {
    background-color: var(--moonstone-hover);
    color: #fff;
}

/* contact-golfpac.css
   Styles for CONTACT GOLFPAC section
*/

.contact-golfpac {
    background-color: #16a6b5; /* teal from earlier */
    color: #ffffff;
    padding: 56px 20px;
    font-family: "Poppins Semibold", sans-serif;
    box-sizing: border-box;
}

.contact-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* Title */
.contact-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1.5px;
    margin: 0 0 36px;
    font-family: "Poppins Semibold", sans-serif;
    font-weight: 600;
    color: #ffffff;
}

/* Grid: 3 columns with equal spacing */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    align-items: start;
}

/* Column */
.contact-col {
    min-width: 0;
}

/* Column headings */
.col-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-family: "Poppins Semibold", sans-serif;
    color: #ffffff;
}

/* small underline element under the column title */
.col-underline {
    width: 80%;
    height: 2px;
    background: rgba(255,255,255,0.25);
    margin: 8px 0 18px;
    border-radius: 2px;
}

/* Contact items */
.contact-item {
    margin-bottom: 18px;
}

.muted-label {
    margin: 0;
    font-size: 12px;
    font-family: "Poppins Semibold", sans-serif;
    opacity: 0.9;
    color: rgba(255,255,255,0.9);
}

.muted-small {
    margin: 0;
    font-family: "Poppins Semibold", sans-serif !important;
    color: rgba(255,255,255,0.9);
}

.strong-text {
    margin: 6px 0 0;
    font-size: 14px;
    font-family: "Poppins Semibold", sans-serif  !important;
    font-weight: 700;
    color: #ffffff;
}

/* Links */
.contact-col a {
    color: #ffffff;
    text-decoration: underline;
}

/* Chat button */
.chat-cta {
    margin-top: 12px;
}

.chat-btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.8);
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 150ms ease, color 150ms ease, transform 60ms ease;
    font-size: 13px;
    font-family: "Poppins Semibold", sans-serif !important;
}

    .chat-btn:hover {
        background: rgba(255,255,255,0.08);
    }

    .chat-btn:active {
        transform: translateY(1px);
    }

/* Responsive: collapse to single column on small screens */
@media (max-width: 840px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .contact-title {
        font-size: 24px;
    }
}

/* Slight spacing tweak for very large screens */
@media (min-width: 1400px) {
    .contact-inner {
        max-width: 1300px;
    }
}

.solid-header-bg {
    background-color: #16a6b5;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
}

/* ==========================
   FAQ PAGE STYLES
   ========================== */

body {
    /*font-family: "Opens Sans Regular", sans-serif !important;*/ 
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}

.faq-container {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 20px;
}

    .faq-container h2,
    .faq-container .uk-accordion-title {
        font-family: "Poppins Bold", sans-serif !important;
    }

    /* Header */
    .faq-container h2 {
        font-size: 2rem;
        font-weight: 600;
        font-family: "Poppins Bold", sans-serif !important;
        margin-bottom: 40px;
        text-align: left;
        color: #333;
    }

/* Accordion */
.faq-accordian {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e1e1e1;
}

    .faq-accordian li {
        border-bottom: 1px solid #e1e1e1;
        padding: 18px 0;
    }

.uk-accordion-title {
    cursor: pointer;
    text-decoration: none;
}

    .uk-accordion-title:hover {
        color: #16a6b5;
    }

    /* Rotate UIkit chevron when accordion is open */
    .uk-accordion-title .uk-icon {
        transition: transform 0.3s ease;
    }

.uk-open > .uk-accordion-title .uk-icon {
    transform: rotate(180deg);
    color: #16a6b5;
}

/* Accordion content */
.uk-accordion-content {
    padding: 10px 0 0 0;
    font-size: 0.95rem;
    font-family: "Opens Sans Regular", sans-serif !important;
    line-height: 1.6;
    color: #555;
}

    /* Paragraph spacing inside accordion */
    .uk-accordion-content p {
        margin-bottom: 1rem;
    }

/* Footer note under FAQ */
.faq-container p.footer-note {
    font-size: 0.85rem;
    color: #777;
    font-family: "Poppins Semibold", sans-serif !important;
    margin-top: 40px;
    text-align: left;
}

    .faq-container p.footer-note a {
        color: #14548d;
        text-decoration: none;
    }

        .faq-container p.footer-note a:hover {
            text-decoration: underline;
        }

/* privacy-policy.css
*/

/* Base typography & layout */
.privacy-policy-container.center-700 {
    max-width: 720px; /* close to the "center-700" name */
    margin: 48px auto; /* space from top and centered */
    padding: 0 20px;
    box-sizing: border-box;
    color: #333333;
    font-family: "Poppins Semibold", sans-serif !important;
    line-height: 1.55;
    background: transparent;
}

.privacy-policy-container .policy-title {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Poppins Semibold", sans-serif !important;
    margin: 0 0 14px 0;
    color: #222;
}

/* Top paragraph (intro) slightly emphasized */
.privacy-policy-container > p:first-of-type {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 0.98rem;
    color: #333;
}

/* Sub-headings */
.privacy-policy-container h4 {
    margin: 26px 0 10px 0;
    font-size: 1.05rem;
    font-family: "Poppins Semibold", sans-serif !important;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
}

/* Paragraphs */
.privacy-policy-container p {
    margin: 0 0 14px 0;
    font-size: 0.95rem;
    font-family: "Poppins Semibold", sans-serif !important;
    color: #444;
}

/* Lists */
.privacy-policy-container ul {
    margin: 8px 0 14px 22px;
    padding: 0;
    color: #444;
    font-size: 0.95rem;
    list-style-type: disc;
}

.privacy-policy-container li {
    margin: 6px 0;
}

/* Emphasis / bold elements inside paragraphs */
.privacy-policy-container b,
.privacy-policy-container strong {
    color: #222;
    font-weight: 700;
    font-family: "Poppins Semibold", sans-serif !important;
}

.privacy-policy-container .meta {
    font-size: 0.85rem;
    color: #777;
    font-family: "Poppins Semibold", sans-serif !important;
    margin-top: 20px;
}

/* Light horizontal separators used between large sections (optional) */
.privacy-policy-container .section-divider {
    height: 1px;
    background: #e8e8e8;
    border-radius: 1px;
    margin: 20px 0;
}

/* Link styling */
.privacy-policy-container a {
    color: #16a6b5; /* keep site accent color for links */
    text-decoration: underline;
}

    .privacy-policy-container a:hover {
        color: #0f7c87;
        text-decoration: none;
    }

/* Accessibility: readable font sizes on smaller screens */
@media (max-width: 520px) {
    .privacy-policy-container.center-700 {
        padding: 0 14px;
        margin: 28px auto;
    }

    .privacy-policy-container h4 {
        font-size: 1rem;
    }

    .privacy-policy-container p,
    .privacy-policy-container li {
        font-size: 0.96rem;
        font-family: "Poppins Semibold", sans-serif !important;
    }
}

/* Center headline only for Contact, PrivacyPolicy, and FAQ pages */
.contact-page .page-headline,
.privacy-policy-page .page-headline,
.faq-page .page-headline {
    text-align: center;
    font-size: 2rem;
    font-family: "Poppins Semibold", sans-serif !important;
    font-weight: 700;
    color: #222;
    margin-top: 20px;
    margin-bottom: 10px;
}

.center-700 {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    font-family: "Poppins Semibold", sans-serif !important;
    color: #333;
    line-height: 1.6;
}

.terms-container h2 {
    font-size: 26px;
    font-family: "Poppins Semibold", sans-serif !important;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
}

.highlight-title {
    font-size: 20px;
    font-family: "Poppins Semibold", sans-serif !important;
    font-weight: 600;
    color: #4da844;
    margin-bottom: 15px;
}

.info-box {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 15px 0 25px 0;
}

    .info-box h4 {
        font-weight: 600;
        font-family: "Poppins Semibold", sans-serif !important;
        margin-bottom: 8px;
        color: #333;
    }

.terms-container h4 {
    font-weight: 600;
    font-family: "Poppins Semibold", sans-serif !important;
    color: #333;
    margin-top: 18px;
    margin-bottom: 5px;
}

.terms-container p {
    margin-bottom: 12px;
}


/* new-css */
.planning-page .hero-sec {
    background-image: url(../images/bg-2.png);
}

.package-sec .tab-blue-pillnav {
    background-color: #2ea2b3;
    margin: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
}

    .package-sec .tab-blue-pillnav > * > a {
        font-size: 17pt !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        height: 66px !important;
    }

.planning-page .club-box-right .button-solid {
    font-weight: 500;
}

.package-sec .uk-switcher {
    background-color: #e1eff7;
    padding: 80px 0px;
    text-align: center;
}

.destination-page .seller-box label {
    line-height: 13px;
    text-align: start;
}

.text-start {
    text-align: start;
}

.bg-white {
    background-color: #fff !important;
}

.list-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-space {
    margin-right: 20px;
}

.destination-page .contact-sec {
    background-color: #dfedf7;
    padding: 45px 0px;
}

.text-center {
    text-align: center;
}

.d-block {
    display: block !important;
}

.package-sec .title p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
    max-width: 1000px;
    margin: 15px auto 0;
}

.text-box h3 {
    color: #555555;
    font-size: 31px;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid #555555;
    padding-bottom: 30px;
    font-family: "Poppins Semibold", sans-serif !important;
}

.golf-sec {
    padding: 80px 0px;
}

    .golf-sec form label {
        font-size: 19px;
        letter-spacing: 0px;
        color: #555555;
        margin-bottom: 8px;
        font-weight: 500;
        font-family: "Poppins Semibold", sans-serif !important;
        display: block;
    }

.form-box {
    display: flex;
    grid-gap: 40px;
    align-items: center;
    width: 100%;
    padding-top: 28px;
    margin-bottom: 56px;
}

    .form-box .form-group {
        width: 37%;
    }

.border-0 {
    border: none !important;
}

.form-box .calendar-box {
    width: 57%;
}

.form-box .button-solid {
    width: 20%;
}

.golf-sec form .uk-grid-small {
    margin-left: 0;
}

.golf-sec form * + .uk-margin {
    margin-top: 48px !important;
}

.golf-sec form .uk-grid-small label {
    font-size: 16px;
    letter-spacing: 0px;
    color: #555555;
    font-weight: 700;
    font-family: "Roboto";
    display: block;
}

.uk-checkbox:checked {
    background-image: url(../images/check-icon.svg);
    background-color: transparent;
    background-size: 22px;
}

    .uk-checkbox:checked:focus {
        background-color: transparent;
    }

.golf-sec form .uk-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #bec0c3;
    border-color: #bec0c3;
    margin: 0;
}

.calendar-box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.golf-inner {
    display: flex;
    grid-gap: 20px;
}

    .golf-inner h4 {
        font-size: 20px;
        color: #555555;
        font-weight: 500;
        font-family: "Barlow Condensed";
    }

    .golf-inner .uk-button-default {
        height: 48px;
        padding-left: 44px;
    }

.golf-inner {
    margin-bottom: 20px;
}

.planning-page .club-box {
    max-width: 100%;
}

.club-box li {
    list-style-type: disc;
}

.text-end {
    text-align: end;
    margin-top: 48px;
}

    .text-end .button-solid {
        max-width: fit-content;
        padding: 8px 40px;
        margin-left: auto;
    }

.card-footer {
    max-width: 146px;
    margin-left: 20px;
}

    .card-footer span {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 18px;
        color: #454545;
        font-weight: 500;
        font-family: "Roboto";
    }

.planning-page .section-4 .club-box-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.py-0 {
    padding: 5px 36px;
}

.card-footer h2 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #454545;
    font-weight: 700;
    margin: 0;
    font-family: "Roboto";
}

.golf-inner .uk-form-custom .img-holder img {
    height: 20px;
}

.planning-page .club-box .btn-course {
    margin: 15px auto 0;
    text-transform: capitalize;
}

.planning-page .club-box .button-solid {
    text-transform: capitalize;
}

.planning-page .club-box .club-box-left {
    width: 80%;
}

.planning-page .box-right ul li p {
    margin: 3px 0px;
    font-family: "Roboto";
}

.planning-page .club-box .five-stars-list {
    padding: 0;
}

    .planning-page .club-box .five-stars-list li {
        list-style-type: none;
    }

.club-box-wrapper {
    border-bottom: 1px solid #bec0c3;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.planning-page .club-box {
    margin-bottom: 60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* =========== 9-18-2024  */
.btn-list {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    max-width: 250px;
    width: 100%;
}

.style-list li {
    list-style-type: disc;
}

.style-list p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
}

.btn-wrapper .button-solid {
    width: 184px;
}

.btn-list .btn-course {
    height: 34px;
    font-size: 13px;
    padding: 0px 7px;
}

.form-modal .modal-header {
    display: flex;
    justify-content: space-between;
}

    .form-modal .modal-header h2 {
        font-size: 29px;
        line-height: 23px;
        color: #2ea2b3;
        font-family: "Poppins Semibold", sans-serif !important;
        font-weight: 400;
        margin-bottom: 0px;
    }

.form-modal .col-6 {
    width: 50%;
}

.modal-body .row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.modal-body .uk-input {
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
    height: 28px;
    border: 0.6666666666666666px solid #bec0c3;
}

    .modal-body .uk-input::placeholder {
        color: #555555;
    }

.modal-body label {
    font-size: 9px;
    line-height: 23px;
    margin-left: 8px;
    color: #555555;
    font-weight: 400;
    display: block;
    font-family: "Roboto";
}

.modal-body textarea {
    height: 155px !important;
    border-radius: 3px !important;
    background-color: #e1eff7 !important;
    border: none !important;
}

.modal-body .button-solid {
    height: 35px;
    width: 150px;
    margin-left: auto;
    font-size: 15px;
    padding: 0;
    max-width: 150px !important;
    margin-bottom: 0px !important;
}

.modal-body .text-end {
    margin-top: 20px;
}

.modal-body .uk-margin {
    margin-bottom: 20px;
}

.modal-body {
    margin-top: 30px;
}

.form-modal .modal-header h4 {
    font-size: 17px;
    line-height: 23px;
    font-family: "Poppins Semibold", sans-serif !important;
    color: #555555;
    font-weight: 400;
    margin: 10px 0px 6px;
}

.form-modal .modal-header p {
    font-size: 9px;
    line-height: 23px;
    color: #555555;
    margin: 0;
    font-weight: 400;
    font-family: "Roboto";
}

.form-modal .uk-modal-dialog {
    width: 100%;
    max-width: 530px !important;
}

.form-modal .uk-modal-body {
    padding: 30px 20px;
    border-radius: 12px;
}

.form-modal .uk-modal-close {
    font-size: 14px;
    line-height: 23px;
    color: #555555;
    font-weight: 500;
    font-family: "Barlow Condensed";
    width: 64px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1.3333333333333333px solid #2ea2b3;
}

.hero-form {
    display: flex;
    grid-gap: 40px;
    padding: 30px 0px;
}

.form-box-left {
    display: flex;
    align-items: end;
    grid-gap: 10px;
}

    .form-box-left .button-solid {
        font-family: "Poppins Semibold", sans-serif !important;
        font-size: 15px;
        padding: 2px 0px;
        transition: background-color 0.2s ease;
        height: 40px;
    }

.hero-form-left {
    display: flex;
    align-items: end;
    grid-gap: 20px;
}

.top-box h4 {
    font-family: "Poppins Semibold", sans-serif !important;
}

.my-select__option--value::after {
    border: none;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 10px;
}

.hero-form-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 50px 0px;
}

.form-box-left .uk-form-custom {
    width: 375px;
}

.hero-form-left label,
.bottom-box label {
    font-size: 13px;
    line-height: 46px;
    color: #555555;
    font-weight: 600;
    font-family: "Barlow Condensed";
}

.bottom-box input {
    width: 340px;
}

.bottom-box .uk-form-custom .img-holder img {
    height: 24px;
}

.bottom-box {
    display: flex;
    align-items: end;
    grid-gap: 40px;
}

    .bottom-box .top-box h4 {
        margin-bottom: 0px;
    }

.my-select__option:hover,
.my-select__option:focus {
    background-color: transparent;
    color: #2ea1b2;
}

.my-select__option {
    font-size: 20px;
    color: #2ea1b2;
    font-family: "Poppins Semibold", sans-serif !important;
}

.my-select__option--value {
    font-size: 31px;
    color: #2ea1b2;
    font-weight: 500;
    font-family: "Poppins Semibold", sans-serif !important;
    background-color: transparent;
    border: none;
    padding-left: 0px;
    border-bottom: 1px solid #bebfc1;
    text-transform: capitalize;
    display: flex;
    grid-gap: 30px;
    max-width: 500px;
    border-radius: 0px;
    width: 100%;
    padding-bottom: 6px;
}

.seller-box label {
    line-height: 1px;
}

.form-btns {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
}

    .form-btns li {
        width: 50%;
    }

        .form-btns li .button-solid {
            width: 100%;
            font-size: 15px;
        }

.contact-form .form-box .form-group {
    width: 50%;
}

.contact-form .form-box {
    align-items: end;
}

.col-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 40px;
    padding-top: 20px;
}

.left-col {
    width: 70%;
}

.right-col {
    width: 30%;
}

.box-2 {
    margin-top: 74px;
}

.right-col .button-solid {
    max-width: 158px;
    margin-left: auto;
}

.box-3 {
    text-align: end;
    padding: 40px 0px 24px;
    margin: 74px 0px 0px;
    border-top: 1px solid #555555;
}

    .box-3 h1 {
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 12px;
        color: #555555;
        font-weight: 400;
        font-family: "Roboto";
    }

.box-4 h1 {
    font-weight: 700;
}

.mt-0 {
    margin-top: 0px !important;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    justify-content: space-between;
}

.box-3 h1 span {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-right: 30px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
    max-width: 200px;
    width: 100%;
    text-align: end;
}

.text-right {
    text-align: end;
}

.col-wrapper p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 46px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
}

.golf-box {
    width: 100% !important;
}

    .golf-box .location-img {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        margin-top: 0px;
    }

.btn-list .btn-course:hover {
    color: #555555;
    background-color: transparent;
    border-color: #555555;
}

.btns-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 10px;
}

    .btns-wrapper .button-solid {
        max-width: fit-content;
        padding: 0px 26px;
        height: 40px;
    }

.price-btn {
    background-color: #e7eaed;
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    border: none;
    padding: 6px 16px;
    transition: all 0.3s ease-in-out;
}

.golf-box .location-img h6 {
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
}

.list-none {
    padding-left: 0px !important;
}

    .list-none li {
        list-style-type: none;
        margin-bottom: 0px;
    }

        .list-none li p {
            line-height: 20px !important;
        }

.p-0 {
    padding: 0px !important;
}

.w-100 {
    width: 100% !important;
}

#rating-modal .uk-modal-dialog {
    width: 100%;
    max-width: 400px !important;
    border-radius: 20px;
}

.modal-heading {
    background-color: #2ea2b3;
    padding: 14px 10px;
    text-align: center;
}

    .modal-heading h2 {
        color: #fff;
        font-size: 28px;
        margin-bottom: 0px;
        font-weight: 500;
        font-family: "Poppins Semibold", sans-serif !important;
    }

#rating-modal .uk-modal-close img {
    height: 16px;
}

#rating-modal .uk-modal-close {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rating-modal .uk-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

#rating-modal .uk-button-default,
#rating-modal .package-box .my-select__option--value {
    border: 1px solid #454545;
}

.modal-header img {
    height: 200px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#rating-modal .club-box-right {
    padding: 27px 50px;
}

.modal-footer {
    padding: 20px;
    text-align: center;
}

    .modal-footer .button-solid {
        max-width: fit-content;
        padding: 8px 46px;
        margin: 0 auto;
    }

.mb-10 {
    margin-bottom: 40px;
}

.location-img .f-barlow {
    font-family: "Poppins Semibold", sans-serif !important;
}

.golf-box .club-box-title h2 {
    color: #555555 !important;
}

.destination-page .hero-sec {
    background-image: url(../images/hero-bg2.png);
}

.px-5 {
    padding: 0px 40px;
}

.py-6 {
    padding: 16px 30px !important;
}

.bg-white li p {
    text-align: start;
}

.rent-page .hero-sec {
    background-image: url(../images/hero-bg3.png);
    background-size: 100% 100%;
    padding: 123px 0px 128px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.pl-0 {
    padding-left: 0px !important;
}

.location-select .my-select__option--value {
    padding-left: 16px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.golf-sec form .checkboxes .uk-checkbox {
    margin: 0 5px 4px 0;
}

.button-solid.w-fit {
    width: fit-content;
    padding: 8px 35px;
    line-height: 1px;
}

.tabel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bec0c3;
    padding: 54px 0px 24px;
}

    .tabel-heading h4 {
        font-size: 19px;
        letter-spacing: 0px;
        line-height: 14px;
        color: #555555;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: "Barlow Condensed";
    }

    .tabel-heading span {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 14px;
        color: #2ea2b3;
        font-weight: 500;
        font-family: "Barlow Condensed";
    }

.table-head,
.table-body {
    display: flex;
    align-items: center;
}

    .table-head .table-list .img-holder {
        padding: 40px 40px 32px;
    }

.table-list {
    width: 16.66%;
}

.tabel-heading p {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #555555;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Barlow Condensed";
}

.table-row {
    text-align: center;
    padding: 0px 30px;
}

.light-orange .table-row-box {
    background-color: #fafafb;
}

.best-value-box h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

    .best-value-box h4 img {
        width: 16px;
    }

.best-value-box .table-row-box {
    background-color: #e1eff7;
    padding: 10px 8px 10px;
}

.premium-box .best-value-box .button-solid.w-fit {
    margin-top: 4px !important;
}

.premium-box .button-solid.w-fit {
    margin-top: 10px !important;
}

.table-row img {
    width: 100%;
}

.table-row h4 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #555555;
    margin: 10px 0px 0px;
    font-weight: 500;
    font-family: "Barlow Condensed";
}

.right-heading {
    text-align: end;
}

.table-row-box {
    text-align: center;
    padding: 20px 3px;
    background-color: #eff1f3;
    height: 100%;
    min-height: 157px;
}

    .table-row-box h4 {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 14px;
        margin-bottom: 10px;
        color: #555555;
        font-weight: 500;
        font-family: "Barlow Condensed";
    }

    .table-row-box .button-solid.w-fit {
        width: fit-content;
        padding: 2px 11px;
        font-size: 18px;
        height: 35px;
        margin-top: 20px;
    }

    .table-row-box p {
        font-size: 12px;
        line-height: 16px;
        color: #555555;
        font-weight: 500;
        margin: 0;
        font-family: "Roboto";
    }

.checkboxes {
    display: flex;
    align-items: center;
    grid-gap: 40px;
}

.golfpack-page .hero-sec {
    background-image: url(../images/bitmap-4.png);
}

/* new-css */
.book-sec {
    background-color: #062f53;
    padding: 70px 0px;
}

.mt-20 {
    margin-top: 40px;
}

.book-sec .row {
    display: flex;
    grid-gap: 20px;
}

.col-md-6 {
    width: 50%;
}

.book-sec .text-box h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
    font-family: "Poppins Semibold", sans-serif !important;
}

.book-sec .text-colr h3{
    color: #ffffff !important;
    font-family: "Poppins Semibold", sans-serif !important;
}

.book-sec .text-colr p {
    color: #ffffff !important;
    font-family: "Poppins Semibold", sans-serif !important;
}

.book-sec .text-box {
    max-width: 434px;
}

    .book-sec .text-box p {
        font-size: 16px;
        color: #555555;
        font-weight: 400;
        font-family: "Poppins Semibold", sans-serif !important;
    }

.video-top-box {
    background-color: #062f53;
    text-align: center;
    padding: 20px 20px;
}

.video-box {
    position: relative;
}

.video-icon {
    border-radius: 110px;
    background-color: rgb(0, 0, 0, 0.4);
    width: 96px;
    height: 96px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.w-100 {
    width: 100%;
}

.video-icon img {
    width: 32px;
    height: 32px;
}

.partner-sec {
    margin: 80px 0px;
}

.w-25 {
    width: 25%;
}

.facts-sec .icon img {
    height: 80px;
}

.facts-sec h4 {
    font-family: "Poppins Semibold", sans-serif !important;
    color: var(--black-1000);
    font-weight: 400;
    margin: 20px 0px;
    line-height: 40px;
    font-size: 32px;
}

.facts-sec {
    padding: 120px 0px;
}

.history-sec {
    background-color: #062f53;
    padding: 120px 0px;
}

    .history-sec .text-box h3 {
        color: #ffffff;
        border-bottom: none;
        padding-bottom: 20px;
        max-width: 382px;
    }

.my-80 {
    margin: 80px 0px;
}

.history-sec .text-box p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    max-width: 450px;
    font-family: "Roboto";
}

.facts-sec p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #555555;
    font-weight: 400;
}

.facts-sec .row {
    display: flex;
    grid-gap: 74px;
}

.history-sec .img-holder img {
    border-radius: 16px;
}

.history-sec .img-holder {
    position: relative;
}

.img-title {
    background-color: #4da844;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 60%;
}

    .img-title h6 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        font-family: "Poppins Semibold", sans-serif !important;
        margin-bottom: 0px;
    }

.row {
    display: flex;
    grid-gap: 20px;
}

@media (max-width:2000px) {
    .hero-sec .text-box h1 {
        font-size: 90px;
        line-height: 116px;
    }

    .hero-sec .text-box p {
        font-size: 46px;
        line-height: 30px;
    }

    .hero-sec {
        padding: 290px 0px 240px;
    }
}

@media (max-width:1600px) {
    .hero-sec .text-box h1 {
        font-size: 72px;
        line-height: 96px;
    }

    .hero-sec .text-box p {
        font-size: 36px;
        line-height: 24px;
    }
}

@media (max-width:1365px) {
    .container-fluid {
        padding: 0px 80px;
    }
}

@media (max-width:1199px) {
    .container {
        width: 90%;
    }

    .facts-sec .row {
        grid-gap: 24px;
    }

    .table-responsive {
        overflow-x: scroll;
    }

    .table-wrapper {
        width: 1199px;
    }

    .py-0 {
        padding: 5px 20px;
    }

    .planning-page .certificate-sec {
        margin-top: 0;
    }

    .club-box-wrapper {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .top-header ul li a {
        font-size: 18px;
        padding: 0px 20px;
    }

    .bottom-header .nav .nav-list .nav-item {
        font-size: 20px;
        padding: 20px 40px 22px 16px !important;
    }

    .container-fluid {
        padding: 0px 60px;
    }

    .box-inner {
        padding: 35px 46px 35px 0px;
    }

    .hero-sec .text-box h1 {
        font-size: 60px;
        line-height: 84px;
    }

    .hero-sec .text-box p {
        font-size: 32px;
        line-height: 16px;
    }

    .destination-box {
        display: block;
    }

    .footer-inner {
        grid-gap: 80px;
    }

    .right-box {
        margin-top: 30px;
    }
}

@media (max-width:991px) {
    .py-0 {
        padding: 30px 20px;
    }

    .book-sec .text-box p {
        font-size: 14px;
    }

    .text-box h3 {
        font-size: 24px;
    }

    .history-sec .text-box p {
        color: #ffffff;
        font-size: 14px;
    }

    .video-top-box.title h2 {
        font-size: 32px;
    }

    .img-title {
        width: 80%;
    }

    .w-25 {
        width: 48%;
    }

    .facts-sec .row {
        flex-wrap: wrap;
    }

    .rent-page .hero-sec {
        background-size: cover;
    }

    .rent-page .package-box {
        background-color: transparent;
        border-radius: 12px;
    }

    .hero-form-left {
        display: block;
    }

    .select-box {
        margin-top: 30px;
    }

    .form-modal .uk-modal-body {
        padding: 20px 20px;
    }

    .form-modal .modal-header h4 {
        font-size: 15px;
        line-height: 23px;
        margin: 7px 0px 2px;
    }

    .modal-body {
        margin-top: 18px;
    }

    .form-modal .modal-header h2 {
        font-size: 23px;
        line-height: 20px;
    }

    .golf-inner {
        flex-wrap: wrap;
        grid-gap: 0px;
    }

        .golf-inner h4 {
            margin: 10px;
        }

    .form-box {
        padding-top: 14px;
        margin-bottom: 24px;
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    footer {
        padding: 80px 0px;
    }

    .bottom-header .nav .nav-list.menu-show {
        display: block;
        position: absolute;
        left: 0;
        top: 124px;
        background: #2ea2b3;
        width: 100%;
        z-index: 999;
        margin-top: 20px;
        padding: 20px 0px;
    }

    .md-block {
        display: block;
    }

    .hamburger {
        display: block;
    }

    .bottom-header .nav .nav-list {
        display: none;
    }

    .bottom-header .nav {
        padding-top: 30px;
    }

    .hamburger img {
        height: 24px;
    }

    .d-none {
        display: none;
    }

    .footer-inner {
        grid-gap: 36px;
    }

    .inner-sec {
        grid-gap: 16px;
    }

    .hero-sec .text-box h1 {
        font-size: 48px;
        line-height: 72px;
    }

    .container-fluid {
        padding: 0px 40px;
    }

    .hero-sec {
        padding: 200px 0px 200px;
    }

        .hero-sec .text-box p {
            font-size: 28px;
        }

    .slide-sec .uk-width-2-5 {
        width: 44%;
    }

    .golf-wrapper {
        display: block;
    }

    .creek-sec .w-70 {
        width: 100%;
    }

    .creek-sec .mar10-b {
        text-align: center;
        margin: 40px 0px 20px;
    }

    .mar10-b img {
        width: 200px;
    }

    .w-30 {
        width: 100%;
    }

    .club-box {
        display: block;
        border-radius: 0px 0px 8px 8px;
    }

        .club-box .club-box-left {
            width: 100%;
            grid-gap: 16px;
        }

    .club-box-title h2 {
        font-size: 26px;
    }

    .club-box-right {
        width: 100%;
    }

    .section-4 .club-box-right {
        border-left: none;
        border-top: 1px solid #e7eaed;
    }

    .package-boxes {
        grid-template-columns: 12fr;
    }

    .box-inner {
        height: 100%;
    }

    .section-1 {
        padding: 50px 0px;
    }

    .creek-sec {
        padding: 50px 0px;
    }

    .say-sec {
        padding: 50px 0px;
    }

    .section-5 {
        padding: 50px 0px;
    }

    .slide-sec {
        margin: 50px 0px;
    }

    .boxes {
        grid-template-columns: 6fr 6fr;
    }
}

@media (max-width:767px) {
    .boxes {
        grid-gap: 16px;
    }

    .video-top-box.title h2 {
        font-size: 20px;
    }

    .button-solid {
        line-height: 1;
    }

    .facts-sec h4 {
        margin: 4px 0px;
        font-size: 24px;
    }

    .facts-sec {
        padding: 40px 0px;
    }

    .my-80 {
        margin: 40px 0px;
    }

    .history-sec {
        background-color: #062f53;
        padding: 80px 0px;
    }

    .w-25 {
        width: 100%;
    }

    .px-5 {
        padding: 0px;
    }

    .order-1 {
        order: 2;
    }

    .book-sec .row {
        flex-wrap: wrap;
    }

    .order-2 {
        order: 1;
    }

    .history-sec .row {
        flex-wrap: wrap;
    }

    .col-md-6 {
        width: 100%;
    }

    .select-box {
        margin-top: 18px;
    }

    .destination-page .package-sec .uk-switcher {
        padding: 80px 0px;
    }

    .btns-wrapper {
        flex-wrap: wrap;
    }

    .planning-page .club-box .club-box-left {
        width: 100%;
    }

    .form-box .calendar-box {
        width: 100%;
    }

    .form-box .button-solid {
        width: 100%;
    }

    .planning-page .text-box h3 {
        padding-bottom: 6px;
    }

    .planning-page .golf-inner {
        margin-bottom: 6px;
    }

    .package-sec .tab-blue-pillnav > * > a {
        font-size: 14pt !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .package-sec .uk-switcher {
        padding: 80px 16px;
    }

    .planning-page .golf-sec form * + .uk-margin {
        margin-top: 0px !important;
    }

    .form-box .calendar-box {
        flex-wrap: wrap;
        width: 100%;
    }

    .contact-form .form-box .form-group {
        width: 100%;
    }

    .col-wrapper p {
        font-size: 14px;
        line-height: 28px;
    }

    .box-2 {
        margin-top: 26px;
    }

    .form-btns {
        width: 100%;
    }

    .form-box .form-group {
        width: 100%;
    }

    .hero-sec .text-box h1 {
        font-size: 38px;
        line-height: 58px;
    }

    .hero-sec .text-box p {
        font-size: 24px;
    }

    .inner-sec {
        flex-wrap: wrap;
    }

    .w-33 {
        width: 100%;
    }

    .destination-box {
        display: flex;
    }

    .footer-right {
        width: 100%;
    }

    .footer-left {
        width: 100%;
    }

    .footer-inner {
        display: block;
    }

    .title-left h2 {
        font-size: 34px;
    }

    .location-img {
        margin-top: 5px;
    }

    .box-title h4 {
        font-size: 16px;
    }

    .box-inner {
        padding: 16px 26px 24px 0px;
    }
}

@media (max-width:575px) {
    .club-box .club-box-left {
        display: block;
    }

    .hero-sec .text-box h1 {
        line-height: 49px;
    }

    .col-wrapper {
        display: block;
    }

    .box-3 {
        padding: 40px 0px 24px;
        margin: 48px 0px 0px;
    }

    .btn-wrapper {
        display: block;
        margin-bottom: 40px;
    }

    .box-3 h1 {
        font-size: 20px;
    }

    .btn-list {
        margin-bottom: 30px;
    }

    .left-col {
        width: 100%;
    }

    .right-col {
        width: 100%;
    }

    .form-box-left .uk-form-custom {
        width: 100%;
        flex: 1;
    }

    .my-select__option--value {
        font-size: 24px;
    }

    .bottom-box input {
        width: inherit;
    }

    .uk-grid-column-small > *,
    .uk-grid-small > * {
        padding-left: 0;
    }

    .form-box-left .uk-button-default {
        padding-right: 80px;
    }

    .planning-page .hero-sec .text-box h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .planning-page .hero-sec .text-box {
        padding: 0px 0px;
    }

    .planning-page .title h2 {
        font-size: 34px;
    }

    .planning-page .package-sec .uk-switcher {
        padding: 56px 16px;
    }

    .planning-page .hero-sec {
        padding: 250px 0px 100px;
    }

    .golf-sec {
        padding: 40px 0px;
    }

    .planning-page .club-box {
        margin-bottom: 28px;
    }

    .card-footer {
        margin-left: 10px;
        margin-top: 20px;
    }

    .planning-page .box-left img {
        width: 100%;
    }

    .planning-page .w-70 {
        width: 100%;
    }

    .package-sec .tab-blue-pillnav > * > a {
        font-size: 12pt !important;
        padding-left: 10px !important;
        height: 50px !important;
        padding-right: 10px !important;
    }

    .planning-page .container-fluid {
        padding: 0px 16px;
    }

    .hero-sec .text-box {
        padding: 0px 15px;
    }

    .package-box-body {
        padding: 0px 14px 22px;
    }

    .container-fluid {
        padding: 0px 30px;
    }

    .hero-sec {
        padding: 150px 0px 100px;
    }

    .title-wrapper {
        grid-gap: 18px;
    }

    .title-left h2 {
        line-height: 35px;
    }

    .box-right {
        margin-top: 20px;
    }

    .package-title-box {
        margin-left: -14px;
    }

        .package-title-box h4 {
            padding: 20px 18px;
        }

    .package-box-body h3 {
        font-size: 28px;
    }

    .boxes {
        grid-template-columns: 12fr;
    }

    .package-boxes {
        margin: 56px 0px 0px;
    }

    .left-content {
        margin-top: 20px;
    }

    .tab-content {
        display: block;
    }

    .price-box h2 {
        font-size: 30px;
    }

    .slide-sec .uk-width-2-5 {
        width: 88%;
    }

    .creek-sec .tab-blue-pillnav > * > a {
        padding: 0 8px !important;
        font-size: 14px !important;
    }

    .creek-sec .tab-blue-pillnav {
        padding-bottom: 0px;
    }

    .title h2 {
        font-size: 20px;
    }

    .top-box .uk-button-default {
        font-size: 20px;
    }

    .top-box h4 span {
        font-size: 30px;
    }

    footer {
        padding: 60px 0px;
    }

    .footer-title {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .certificate-sec {
        padding: 50px 0px;
        margin-top: 50px;
    }

    .title {
        margin-bottom: 20px;
    }

    .select-box {
        width: 200px;
    }

    .top-box h4 {
        font-size: 16px;
    }

    .button-solid {
        height: 40px;
    }

    .title-left h2 {
        font-size: 28px;
    }

    .slide-sec2 .uk-position-center-left {
        left: 16px;
        width: 36px;
        height: 36px;
        padding: 12px;
    }

    .slide-sec2 .uk-position-center-right {
        right: 16px;
        padding: 12px;
        width: 36px;
        height: 36px;
    }
}
