:root {
    --marigold-border: #EBA930;
    --outerspace-darkgray: #444544;
    --mobile-width: 600px;
    --azurish-white: #E0F0F6;
    --moonstone: #ff7d00;
    --moonstone-hover: #268e9e;
    --black-1000: #555555;
    --sea-green: #2ea2b3;
}

.f-barlow {
    font-family: "Barlow Condensed", sans-serif;
}

.f-roboto {
    font-family: "Roboto", sans-serif;
}

.f-darkgray {
    color: var(--outerspace-darkgray);
}

.font-center {
    text-align: center;
}

.center {
    margin: auto;
}

.button-solid {
    /*font-family: "Barlow Condensed", sans-serif;*/
    font-size: 15pt;
    color: white;
    background-color: var(--moonstone);
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    /* Add transition for smooth color change */
}

    .button-solid:hover {
        background-color: var(--moonstone-hover);
    }


/* 1. Global Notification Message Styling */
.uk-notification-message {
    /* Apply rounded corners */
    border-radius: 8px !important;
    /* Set custom font size */
    font-size: 15px;
    /* Add a subtle shadow for pop-out effect */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    /* We remove the base background color and let the status styles handle it */
    background-color: #fff;
    /* color: inherit; */
}

/* 2. Success Status Styling (Light Green Background, Dark Green Text) */
.uk-notification-message-success {
    /* Using UIkit-like alert-success colors for better readability */
    background-color: rgba(235, 250, 235, 0.95); /* Light green tint, highly readable */
    color: #4CAF50; /* Darker green text */
    border: 1px solid #C8E6C9;
}

/* 3. Danger Status Styling (Light Red Background, Dark Red Text) */
.uk-notification-message-danger {
    /* Using UIkit-like alert-danger colors for better readability */
    background-color: rgba(255, 235, 235, 0.95); /* Light red tint */
    color: #F44336; /* Darker red text */
    border: 1px solid #FFCDD2;
}

/**********************************************/
/************** BEGIN SPECIALS CARDS **********/
/**********************************************/
.card {
    max-width: 500px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    
    height: 300px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover */
}

    .card a {
        text-decoration: none;
    }

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Optional: subtle lift effect */
    }

.content {
    padding: 1.1rem;
}

.image {
    width: 100%;
    max-width: 480px;
    background-color: #4da844; /* Neutral dark gray */
    border-radius: 12px 12px 0px 0px;
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
    box-sizing: border-box;
    height: 120px;
}


.title {
    color: #111827;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.call {
    color: #14548d;
    margin: 0.67em 0 0 0;
}

.action {
    display: inline-flex;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    align-items: center;
    gap: 0.25rem;
    background-color: #2563EB;
    padding: 4px 8px;
    border-radius: 4px;
}

    .action span {
        transition: .3s ease;
    }

    .action:hover span {
        transform: translateX(4px);
    }

.specials-section {
    width: 100%;

    background: linear-gradient(to bottom, #14548d 23%, #f1f9ff 21.5%);
    padding: 50px 20px;
    text-align: center;
}

.specials-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.specials-card-number {
    font-size: 64px;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    padding-left: 2px;
}

.specials-card-header {
    text-align: left;
    font-family: "Poppins Semibold", sans-serif !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  
}

.specials-card-description {
    text-align: left;
    margin-top: 0.5rem;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 20px;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .specials-card-grid {
        grid-template-columns: 1fr;
    }

    .specials-card {
        margin-bottom: 20px;
    }
}

.specials-card-footer {
    color: black;
   
    margin-top: 40px;
    font-size: 14pt;
    font-weight: lighter;
}

/**********************************************/
/*************** END SPECIALS CARDS ***********/
/**********************************************/

.top-destination-menu-sidebar {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 20pt;
    text-align: center;
    background-color: #e3f1f8;
    color: #2da3b4;
    padding: 30px;
    line-height: 1.25;
}

.section-para {
    color: grey;
}

.uk-navbar-dropdown {
    padding: 0px !important;
    border-radius: 10px;
}

.top-destination-menu li {
    white-space: nowrap;
}

    .top-destination-menu li a {
        padding: 5px 0;
        font-size: 9pt;
    }

.top-destination-menu .uk-nav-header {
    text-transform: none;
    padding: 3px 0;
    font-weight: 500;
    font-size: 9.5pt;
}

    .top-destination-menu .uk-nav-header:not(:first-child) {
        margin-top: 10px;
    }

.top-destination-menu-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Create 4 equal columns */
    gap: 15px;
}

.top-destination-menu-column {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .top-destination-menu-column:first-child {
        text-align: left;
        font-size: 24px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        padding-top: 45px;
    }

.column-border-right {
    border-right: 1px solid #e3f1f8;
    height: 99%;
    padding-right: 20px;
}

.main-header-image-container {
    width: 100%;
    max-height: 650px;
    top: 0px;
    z-index: 1;
    overflow-y: clip;
}

/**CHOOSE DESTINATION CSS*/
.destination-background {
    background-image: url('/images/main-header.png'); /* Relative path */
    background-size: cover;
    background-position: center;
    padding: 4em 0 4em 0;
    color: white; /* If needed for contrast */
}

.destHeader {
    color: #ffffff;
    text-align: center;
    font-family: "Poppins Semibold", sans-serif;
    font-weight: 600;
}

.section-header {
    font-family: "Poppins Semibold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5em;
}

.destination-flex-group {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.destination-dropdown {
    color: #555555;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
    width: 40%;
    flex-shrink: 0;
}

.cta-buttons {
    display: flex;
    gap: 10px;
}

    .cta-buttons .btn {
        background-color: #0097a7;
        color: white;
        padding: 10px 16px;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .cta-buttons .btn:hover {
            background-color: var(--moonstone);
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        }

header {
    width: 100%;
    position: absolute;
    top: 0px;
}

.section-divider {
    width: 100%;
    border-top: 1px solid var(--moonstone) !important; /* Bold yellow */
}

.main-header-image-container img {
    width: 100%;
    /*margin-top: -100px;*/
}

.uk-navbar-nav > li > a.nav-link, a.uk-navbar-toggle {
    font-family: "Poppins Bold", sans-serif !important;
    font-weight: 500;
    text-align: center;
    color: white !important;
    opacity: 1;
    font-size: 18px;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 0px !important;
}

.normal-case {
    text-transform: none !important;
}

.navbar-first a.nav-link {
    font-size: 12pt !important;
    margin-right: 20px;
    font-weight: 600 !important;
}

.navbar-first {
    z-index: 2;
    padding-top: 1em;
    padding-bottom: 1em;
}

.navbar-second a.nav-link {
    font-size: 14pt !important;
 
}


.navbar-second {
    z-index: 2;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: .9;
}

.destination-header {
    font-weight: 500;
}

.navbar-mobile {
    z-index: 2;
}

/**************************************************************/
/**************** BEGIN LOGO AND PAGE HEADLINE ****************/
/**************************************************************/

.logo-div {
    z-index: 2;
    position: absolute;
    top: 35px;
    padding: 15px;
}

.logo {
    margin-left: 40px;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
}

#menu-second .uk-navbar-nav > li {
    padding: 4px 12px;
}
/* Target the active nav item */
    #menu-second .uk-navbar-nav > li.selected-tab {
        background-color: var(--moonstone);
        color: white !important;
    }


    #menu-second .uk-navbar-nav > li.uk-active:hover {
        background-color: var(--moonstone);
        color: white !important;
    }


.page-headline-container {
    color: white !important;
    font-family: "Poppins Bold", sans-serif !important;
    font-weight: 400;
    z-index: 1;
    position: absolute;
    top: 27vh;
    margin-left: 100px;
}

.page-headline {
    font-size: 34pt;
    text-transform: uppercase;
    font-weight: 700;
}

.page-subheadline {
    font-size: 20pt;
    font-weight: lighter;
}

.button {
    padding-top: 24px;
}

.request-quote-button {
    background-color: var(--moonstone);
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    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;
}

    .request-quote-button:hover {
        background-color: #e66f00;
        box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        text-decoration: none !important;
        color: #ffffff;
    }

.plan-your-own-form {
    padding: 0px 200px 0px 200px;
}

.cont-pref {
   
    /*width: 368px !important;*/
    border-radius: 0px !important;
    border: 1px solid lightgrey !important;
}

/** Logo and Headline Mobile Media Query */
@media screen and (max-width: 600px) {
    .logo-div {
        top: 0px;
        padding-left: 15px;
    }

    .logo {
        margin: auto;
    }

    .page-headline-container {
        top: 70px;
        margin-left: 15px;
    }

    .page-headline {
        font-size: 16pt;
        text-transform: uppercase;
    }

    .page-subheadline {
        font-size: 12pt;
    }
}

/**************************************************************/
/**************** END LOGO AND PAGE HEADLINE ******************/
/**************************************************************/


main {
    /*margin: 30px 0px;*/

    font-size: 10pt;
}

h4 {
    font-size: 12pt;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    main {
        /* margin: auto 15px;*/
        font-size: 9pt;
    }

    h4 {
        font-size: 10pt;
    }
}

.center-700 {
    max-width: 700px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.privacy-policy-container h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}

/****************************************/
/****************FAQ PAGE ***************/
/****************************************/

.faq-accordian .uk-open > .uk-accordion-title::before,
.faq-accordian .uk-accordion-title::before {
    background-image: none;
}

.faq-accordian .uk-accordion-title {
    
    font-weight: 500;
    color: var(--outerspace-darkgray)
}

.faq-accordian .uk-accordion-content {
    margin-top: 5px;
}


/**********************************************/
/**************** BEGIN FOOTER ****************/
/**********************************************/
.footer {
    width: 100%;
    background-color: #062f53;
}

.footer-content-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 50px;
    margin: 20px auto 0px auto;
    max-width: 600px;
}

.footer-content-grid-item {
    padding: 20px;
    font-size: 9pt;
    color: white;
}

.footer-content-grid-item-left {
    padding: 20px;
    font-size: 9pt;
    color: white;
    width: 350px;
}

.footer-content-grid-item-header {
    font-family: "Montserrat", sans-serif;
    font-size: 11pt;
    font-weight: 600;
    border-bottom: 1px solid var(--marigold-border);
    height: 42px;
}

@media screen and (max-width: 600px) {
    .footer-content-grid {
        grid-gap: 0px;
        grid-template-columns: 1fr;
    }

    .footer-content-grid-item {
        padding-bottom: 0px;
    }

        .footer-content-grid-item:not(:first-child) {
            padding-top: 0px;
        }
}

.footer-information-list {
    list-style: square;
    padding-left: 15px;
}

    .footer-information-list li {
        margin-bottom: 15px;
    }

    .footer-information-list > li > a,
    .footer-information-list > li > a:hover {
        color: white;
    }

.social-media-links a,
.social-media-links a:hover {
    color: white;
    padding-top: 10px;
    padding-right: 15px;
}

.footer-copyright {
    border-top: 1px solid #e6e2e2;
    font-size: 8pt;
    font-weight: 300;
    color: white;
    text-align: center;
    padding: 20px;
}

/**********************************************/
/**************** END FOOTER ******************/
/**********************************************/

/**********************************************/
/**************** START PLANNING **************/
/**********************************************/
.quote-tabs-wrapper {
    margin: auto;
    background-color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    text-align: center;
}

.quote-tab-nav {
    background-color: #0097a7;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.quote-tab-btn {
    cursor: pointer;
    color: white;
    padding: 14px 28px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
}

    .quote-tab-btn:hover {
        background-color: #007c8c;
    }

    .quote-tab-btn.active {
        background-color: #007c8c;
    }

.quote-message-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.quote-message-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
}

/**Request Quote*/
.request-quote-wrapper {
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.message-container {
    padding-top: 40px;
    width: auto;
    text-align: center;
    background-color: #062f53;
}

.main-message {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color:#ffffff;
}

.placeholder-text {
    color:#ffffff !important;
    padding-bottom: 50px;
}

/**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 {
    text-align: justify;
    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;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .dropdown-header img {
        width: 15px;
        margin-right: 8px;
    }

.dropdown-placeholder {
    font-size: 12px;
    flex-grow: 1;
  
}

.arrow {
    font-size: 14px;
    margin-left: 8px;
}

/* choose the width you want */
:root {
    --dropdown-w: 420px;
}

/* make the button layout flexible and prevent inner content from forcing width */
.uk-inline .uk-button {
    display: flex;
    align-items: center;
    gap: 6px;
    width: var(--dropdown-w); /* fixed width for the button */
    min-width: var(--dropdown-w);
    box-sizing: border-box;
    overflow: hidden;
}

/* truncate placeholder text instead of expanding the button */
.uk-inline .dropdown-placeholder {
    
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    min-width: 0;
}

/* make the arrow stick to the right */
.uk-inline .arrow {
    margin-left: auto;
    flex: 0 0 auto;
}

/* force the dropdown panel to the same fixed width */
.uk-inline .dropdown-content,
.uk-inline .uk-dropdown {
    width: var(--dropdown-w) !important;
    min-width: var(--dropdown-w) !important;
    box-sizing: border-box;
}


.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0% !important;
    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;
    max-width: 430px !important;
}

    .dropdown-content label {
        color: #333333;
        display: block;
        cursor: pointer;
        padding: inherit;
    }

.choose-dest {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

.dest-text {
    margin-top: -32px !important;
    margin-left: 228px;
    text-align: left;
    color: grey;
}

.quote-form label {
    text-align: left;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.quote-row {
    font-weight: 200;
    text-align: left;
    margin-bottom: 24px;
}

.date-group,
.tee-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.quote-form input {
    display: flex;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.quote-form select {
    display: flex;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.quote-form button {
    background-color: #ff7d00;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s ease;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .quote-form button:hover {
        background-color: #007c8c;
    }

.quote-contact-section {
    margin-top: 30px;
    padding: 30px;
    padding-left: 0px;
}

.contact-text {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    text-wrap: auto;
}

.quote-contact-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row1 {
    display: flex;
    gap: 20px;
    width: 100%;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group1 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .form-group1 label {
        text-align: left;
    }

.form-group-choose label {
    text-align: left;
    margin-top: 20px;
}

.form-group label {
    text-align: left;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 15px;
    color: #333;
}

.form-group input,
.form-row select {
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

    .form-group input:focus,
    .form-row select:focus {
        border-color: #0078D4;
        outline: none;
    }

.full-width {
    width: 100%;
}

.quote-row {
    display: flex;
    flex-direction: column;
}

.quote-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.quote-row textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    resize: vertical;
    background-color: #fff;
    transition: border-color 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

    .quote-row textarea:focus {
        border-color: #0078D4;
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.2);
    }

.quote-contact-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

.quote-contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .quote-contact-grid div {
        flex: 1;
        /*min-width: 220px;*/
    }

.full-width {
    flex: 1 1 100%;
}

.quote-contact-section label {
    font-size: 24px;
    font-weight: 600;
    color: #14548d;
    text-align: left;
}

.quote-contact-section input,
.quote-contact-section select {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.quote-contact-section textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    box-sizing: border-box;
    background: #f0f8ff;
}

.quote-submit-btn {
    background-color: #ff7d00;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s ease;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .quote-submit-btn:hover {
        background-color: #e66f00;
    }

/**Travel Preferences*/
.travel-preferences-wrapper {
    font-family: 'Segoe UI', sans-serif;
    padding: 30px 0px 0px 0px;
}

.section-title {
    padding: 30px 30px 0px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

.section-divider {
    border: none;
    border-top: 2px solid #ccc;
    
}

.container-form {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
}

.left-side, .right-side {
    flex: 1;
    min-width: 300px;
}

.form-row {
    position: relative;
    margin-bottom: 20px;
}

    .form-row label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 15px;
        color: #333;
        cursor: pointer;
    }

    .form-row input[type="date"] {
        width: 100%;
        padding: 10px 12px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        transition: border-color 0.3s ease;
        cursor: pointer;
    }

        .form-row input[type="date"]:focus {
            border-color: #0078D4;
            outline: none;
        }

.flatpickr-input[readonly] {
    cursor: pointer;
    width: 100%;
}

.label1 {
    font-weight: bold;
    display: block;
}

select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.checkbox-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

    .checkbox-column label {
        margin-bottom: 8px;
    }

.golf-preferences-title {
    padding: 30px 30px 0px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}

.golf-preferences-table-wrapper {
    font-family: 'Segoe UI', sans-serif;
    /*padding: 30px 30px 0px 30px;*/
}

.checkbox-group,
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .checkbox-group label,
    .radio-group label {
        font-weight: normal;
        display: flex;
        align-items: center;
        gap: 8px;
    }

/**Golf Preference*/
/*.golf-preferences-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}*/

.golf-preferences-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    text-align: left;
}


    .golf-preferences-table th {
        text-align: left;
        padding: 12px 16px;
        font-size: 15px;
    }

    .golf-preferences-table td {
        padding: 12px 16px;
        vertical-align: middle;
        font-size: 14px;
        color: #444;
    }

    .golf-preferences-table select {
        width: 100%;
        padding: 8px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        appearance: none;
        transition: border-color 0.3s ease;
    }

        .golf-preferences-table select:focus {
            border-color: #0078D4;
            outline: none;
        }

@media screen and (max-width: 768px) {
    .golf-preferences-table th,
    .golf-preferences-table td {
        padding: 10px;
        font-size: 13px;
    }

    .golf-preferences-table select {
        font-size: 13px;
    }
}

/*.checkbox-group,
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .checkbox-group label,
    .radio-group label {
        font-size: 15px;
        color: #444;
    }*/

/*.golf-preferences-table-wrapper {
    max-width: 900px;
    margin: 40px auto;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.golf-divider {
    border: none;
    border-top: 2px solid #ccc;
    margin-bottom: 30px;
}

.golf-preferences-table {
    width: 100%;
    border-collapse: collapse;
}

    .golf-preferences-table th {
        background-color: #388e3c;
        color: white;
        padding: 14px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .golf-preferences-table td {
        background-color: #ffffff;
        padding: 14px;
        text-align: center;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

    .golf-preferences-table select {
        width: 100%;
        padding: 10px;
        font-size: 15px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

.member-signin-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

.member-signin-text a {
  color: #0097a7;
  font-weight: 600;
  text-decoration: none;
}
.quote-tabs-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: auto;
}

.quote-tab-content {
    margin-top: 20px;
}*/

.tab-blue {
    background-color: var(--moonstone);
}

    .tab-blue:before {
        border: none;
    }

    .tab-blue li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tab-blue .uk-active {
        background-color: #e66f00;
    }

        .tab-blue .uk-active a,
        .tab-blue a {
            font-family: "Barlow Condensed", sans-serif;
            font-size: 16pt;
            color: white;
            padding-top: 8px;
            padding-bottom: 8px;
            border: none;
            padding-left: 30px;
            padding-right: 30px;
        }

.tab-blue-containers {
    margin: 0 auto;
}

    .tab-blue-containers li {
        text-align: center;
    }

.tab-blue-pillnav {
    margin: 20px auto;
    width: fit-content;
}

    .tab-blue-pillnav > * > a {
        background-color: var(--moonstone) !important;
        color: white !important;
        font-size: 13pt !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .tab-blue-pillnav > *:first-child {
        padding-left: 0px !important;
    }

    .tab-blue-pillnav .uk-active > a {
        background-color: var(--moonstone-hover) !important;
        color: white;
    }

    .tab-blue-pillnav > * > a:hover {
        background-color: var(--moonstone-hover) !important;
    }

@media screen and (max-width: 600px) {
    .tab-blue-containers {
        width: 95%;
    }

    .uk-tab {
        margin-left: auto;
    }

    .tab-blue-pillnav {
        width: auto;
    }

        .tab-blue-pillnav > * {
            padding-left: 0px;
        }
}

.destination-video-wrapper {
    background-color: var(--moonstone);
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.bestsellers-carousel-wrapper {
    background-color: var(--moonstone);
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

.temperature-table,
.daylight-hours-table {
    font-family: "Roboto", sans-serif;
    font-size: 10pt;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

    .temperature-table table,
    .daylight-hours-table table {
        border-collapse: collapse;
        width: 100%;
        background-color: white;
    }

    .temperature-table th,
    .daylight-hours-table th {
        padding: 10px;
        text-align: center;
        border: 1px solid #ddd;
        color: black;
        background-color: #f2f2f2;
    }

    .temperature-table td,
    .daylight-hours-table td {
        padding: 5px;
        text-align: center;
        border: 1px solid #ddd;
        color: black;
    }


    .temperature-table tr:nth-child(even),
    .daylight-hours-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .temperature-table td:first-child,
    .daylight-hours-table td:first-child {
        font-weight: bold;
        color: #ff7d00;
        font-size: larger;
    }

#temperature-table-title,
#daylight-hours-table-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15pt;
    text-align: center;
    color: #ff7d00;
    padding: 5px 12px;
    background-color: white;
}

.property-link {
    cursor: pointer;
}

    .property-link:hover {
        color: var(--moonstone)
    }

.form-row-horizontal {
    display: flex;
    gap: 20px;
    align-items: center;
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.add-round,
.add-lodging {
    background-color: #ff7d00;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    flex: none;
}

.button-group {
    display: flex;
    flex-direction: row; /* Horizontal layout */
    gap: 10px; /* Space between buttons */
    align-items: flex-end;
}

.add-round-button {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

/*Action-button*/
.action-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
    justify-content: center;
    padding: 10px 0;
}

    .action-buttons-wrapper button {
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

/* ===== Share Modal Base ===== */
.share-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.share-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.share-dialog {
    position: relative;
    width: 560px;
    max-width: 92vw;
    background: #fff;
    border-radius: 12px;
    margin: 6vh auto 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    padding: 22px 22px 16px;
}

/* Header */
.share-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .share-header h3 {
        margin: 0;
        font-family: 'Poppins', 'Open Sans', sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #1aa7b8; /* teal-ish title like screenshot */
        text-transform: uppercase;
        font-size: 22px;
    }

.share-close {
    border: 1px solid #cfd8dc;
    background: #fff;
    border-radius: 18px;
    padding: 6px 12px;
    font-weight: 600;
    cursor: pointer;
}

/* Subtitle */
.share-subtitle {
    margin: 8px 0 16px;
    color: #546e7a;
    font-size: 14px;
}

/* Grid */
.share-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
}

    .share-grid .field-full {
        grid-column: 1 / -1;
    }

    /* Inputs */
    .share-grid .uk-input,
    .share-grid .uk-textarea {
        background: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 4px;
        padding: 10px 12px;
        font-size: 14px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
    }

    .share-grid .uk-textarea {
        background: #e8f4fc; /* light blue like the image */
    }

/* Actions */
.share-actions {
    margin-top: 16px;
    text-align: right;
}

.share-submit {
    background: #21a7b8;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 700;
    color: #fff;
}

    .share-submit[disabled] {
        opacity: .7;
        cursor: not-allowed;
    }

/* Responsive */
@media (max-width: 520px) {
    .share-dialog {
        margin-top: 4vh;
        padding: 18px;
    }

    .share-grid {
        grid-template-columns: 1fr;
    }
}


/* Individual Button Styles */
.share-friend {
    background-color: #ff7d00;
    color: #fff;
}

.continue-btn {
    background-color: #ff7d00;
    color: #fff;
}

.submit-savings {
    background-color: #ff7d00;
    color: #fff;
}

.add-to-cart {
    background-color: #ff7d00;
    color: #fff;
}

/* Hover Effects */
.action-buttons-wrapper button:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

/* Disclaimer Text */
.quote-disclaimer {
    text-align: left;
    margin-top: 24px;
    padding: 16px 180px 16px 180px;
    font-size: 10px;
    line-height: 1.6;
    color: #555;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Generic modal styles used by both ===== */
.modal-root {
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.modal-dialog {
    position: relative;
    width: 560px;
    max-width: 92vw;
    background: #fff;
    border-radius: 12px;
    margin: 6vh auto 0;
    padding: 22px 22px 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-header h3 {
        margin: 0;
        font-family: 'Poppins','Open Sans',sans-serif;
        font-weight: 700;
        letter-spacing: .5px;
        color: #1aa7b8;
        text-transform: uppercase;
        font-size: 22px;
    }

.modal-close {
    border: 1px solid #ff7d00;
    background: #fff;
    border-radius: 6px;
    padding: 6px 30px;
    font-weight: 700;
    cursor: pointer;
}

.modal-subtitle {
    margin: 8px 0 16px;
    color: #546e7a;
    font-size: 14px;
}

.modal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
}

    .modal-grid .field-full {
        grid-column: 1 / -1;
    }

    .modal-grid .uk-input, .modal-grid .uk-textarea {
        background: #fff;
        border: 1px solid #cfd8dc;
        border-radius: 4px;
        padding: 10px 12px;
        font-size: 14px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
    }

.modal-textarea {
    background: #e8f4fc;
}
/* the blue body area from screenshot */

.modal-actions {
    margin-top: 16px;
    text-align: right;
}

.modal-submit {
    background: #ff7d00;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 800;
    color: #fff;
}

    .modal-submit[disabled] {
        opacity: .7;
        cursor: not-allowed;
    }

.uk-button-primary:hover {
    background-color: #e66f00 !important;
    color: #fff;
    }

@media (max-width: 520px) {
    .modal-dialog {
        margin-top: 4vh;
        padding: 18px;
    }

    .modal-grid {
        grid-template-columns: 1fr;
    }
}

/* Optional: distinct roots in case you need specific overrides later */
.share-modal .modal-header h3 {
    color: #14548d;
}

.savings-modal .modal-header h3 {
    color: #14548d;
}


//Updated Footer CSS
.footer {
    background: #2c2f33;
    color: #fff;
    padding: 40px;
    font-family: Arial, sans-serif;
}

.footer-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
}

.footer-content-grid-item {
    padding: 20px;
    font-size: 9pt;
    color: white;
}

.footer-content-grid-item-left {
    padding: 20px;
    font-size: 9pt;
    color: white;
    width: 350px;
}

.footer-content-grid-item-header {
    font-family: "Montserrat", sans-serif;
    font-size: 11pt;
    font-weight: 600;
    border-bottom: 1px solid var(--marigold-border);
    height: 42px;
}

.footer-heading {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-divider {
    border: none;
    height: 2px;
    background: #d4af37; /* gold */
    margin: 0 0 20px 0;
    width: 100%;
}

.footer-information-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .footer-information-list li {
        margin-bottom: 10px;
    }

    .footer-information-list a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-information-list a:hover {
            color: #1abc9c;
        }

.footer-divider {
    border: none;
    height: 2px;
    background: #d4af37; /* gold line */
    margin: 10px 0 20px 0;
    width: 100%;
}

/* Two-column layout for links + socials/chat */
.footer-links-socials {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Left column: links */
.footer-information-list {
    flex: 1;
}

/* Right column: socials + chat */
.footer-right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 160px; /* space between socials and chat */
}

/* Social Icons */
.social-media-links {
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .social-media-links a {
        color: #00a0d2;
        font-size: 20px;
        transition: color 0.3s;
    }

        .social-media-links a:hover {
            color: #1abc9c;
        }

/* Chat Button */
.chat-btn {
    /*background-color: #ff7d00;*/ /* vibrant blue */
    color: white;
    font-size: 14px;
    padding: 15px 50px;
    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;
}

    .chat-btn a:hover {
        background-color: var(--moonstone-hover);
        box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        text-decoration: none !important;
        color: #ffffff;
    }

.form-row {
    margin-bottom: 20px;
}

.checkbox-group-above {
    display: flex;
    flex-direction: row !important;
}

    .checkbox-group-above label {
        font-weight: normal;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.checkbox-group {
    display: flex;
}

.checkbox-column {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.radio-group {
    display: flex;
    gap: 2px;
}

.request-quote-form {
    padding: 0px 200px 0px 200px;
}

.form-row-left {
    margin-bottom: 40px;
}

/* Wrapper ensures proper arrow positioning */
.custom-select-wrapper {
    position: relative;
    width: 250px; /* adjust width */
}

/*Plan your own Forward a friend CSS*/
/* Fullscreen dark background */
.popup-wrapper {
    display: none; /* hidden initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup box */
.popup-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/* instantpackgaes.css
   Layout for the instant packages top-row: destination dropdown, arrival date,
   departure date, golf-only checkbox and CONTINUE button on a single horizontal line.
   Targets the new root #instant-packages-root and preserves existing field markup.
*/

#instant-packages-root .form-row-horizontal {
    display: flex;
    align-items: center;
    gap: 16px; /* spacing between items */
    flex-wrap: nowrap; /* prefer single-line, allow overflow if needed */
    width: 100%;
    box-sizing: border-box;
    padding: 0 6px;
}

/* Destination dropdown block sizing */
#instant-packages-root .form-group1 {
    flex: 0 0 360px; /* width for destination dropdown - adjust if required */
    min-width: 220px;
    box-sizing: border-box;
}

/* Ensure internal dropdown fills container */
#instant-packages-root .custom-dropdown {
    width: 100%;
    box-sizing: border-box;
}

/* Arrival/Departure group widths */
#instant-packages-root .form-group {
    flex: 0 0 140px; /* width for date inputs */
    min-width: 110px;
    box-sizing: border-box;
}

/* Date inputs styling */
#instant-packages-root input[type="date"] {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #d0d7db;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
}

/* Inline checkbox styling */
#instant-packages-root .inline-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 120px;
    box-sizing: border-box;
}

    #instant-packages-root .inline-checkbox input[type="checkbox"] {
        margin: 0;
        transform: scale(1);
    }

/* Button area sits at the far right */
#instant-packages-root .button-group {
    flex: 0 0 auto;
    margin-left: auto; /* push button to far right */
    min-width: 120px;
    box-sizing: border-box;
}

/* Continue button visual */
#instant-packages-root .add-round {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    background: #16a6b5; /* match screenshot teal */
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

    #instant-packages-root .add-round:active {
        transform: translateY(1px);
    }

/* Keep golf-preferences table below the horizontal row */
#instant-packages-root .golf-preferences-table-wrapper {
    margin-top: 20px;
    box-sizing: border-box;
}

/* Responsive: stack items vertically on small screens */
@media (max-width: 880px) {
    #instant-packages-root .form-row-horizontal {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    #instant-packages-root .button-group {
        margin-left: 0;
        display: flex;
        justify-content: flex-end;
    }

    #instant-packages-root .form-group1,
    #instant-packages-root .form-group,
    #instant-packages-root .inline-checkbox {
        min-width: 0;
        width: 100%;
        flex: 1 1 auto;
    }
}

/* Optional: small visual polish for labels */
#instant-packages-root .quote-label h4 {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 600;
}

/* If your _DestinationDropdown partial contains its own header,
   ensure it doesn't force a fixed width (allow it to be fluid) */
#instant-packages-root .custom-dropdown .dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border: 1px solid #d0d7db;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

/* Minor accessibility: focus outlines for keyboard users */
#instant-packages-root input:focus,
#instant-packages-root select:focus,
#instant-packages-root textarea:focus,
#instant-packages-root .add-round:focus {
    outline: 3px solid rgba(22,166,181,0.15);
    outline-offset: 2px;
}

.solid-header-bg {
    background-color: #062f53;
    width: 100%;
    height: 10vh;
    position: relative;
    z-index: 1;
}




.login-wrapper {
    margin: 80px;
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 8px;
    /*    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
*/ font-family: 'Poppins', 'Open Sans', sans-serif;
    color: #333;
}

    .login-wrapper h1 {
        font-size: 28px;
        font-weight: 600;
        color: #2a2a2a;
        margin-bottom: 10px;
    }

    .login-wrapper p {
        font-size: 15px;
        color: #666;
        margin-bottom: 25px;
    }

    /* === Form elements === */

    .login-wrapper .form-group {
        margin-bottom: 20px;
    }

    .login-wrapper label {
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
        color: #333;
    }

    .login-wrapper .uk-input {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 15px;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

        .login-wrapper .uk-input:focus {
            border-color: #ff7d00;
            box-shadow: 0 0 0 2px rgba(255, 125, 0, 0.2);
            outline: none;
        }

    /* === Remember Me Checkbox === */

    .login-wrapper label[for="remember-me"],
    .login-wrapper label span {
        font-weight: 400;
        color: #444;
    }

    .login-wrapper input[type="checkbox"] {
        accent-color: #ff7d00;
        transform: scale(1.1);
    }
