
/* =================================================================== */
/* Core Styles (from css.css)                                        */
/* =================================================================== */

body {
    margin: 0px;
    padding: 0px;
    font-family: "Corbel-Regular", Arial, sans-serif;
    font-size: 17px;
    color: #858585;
    overflow-x: hidden;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

.inner_breadcrumb_container > a {
    text-decoration: none !important;
    color: #00a2d0 !important;
    cursor: pointer !important;
}

.outer_banner_container {
    width: 100%;
    height: 545px;
    float: left;
    position: relative;
}
.banner_container {
    width: 100%;
    height: 100%;
    float: left;
    bottom: 0px;
    position: relative;
    z-index: 4;
    color: #fff;
    background-color: #000;
}
.banner_text {
    width: 100%;
    height: 150px;
    position: absolute;
    margin: auto;
    background-image: url(images/fade_banner.png);
    bottom: 0;
}
.banner_text span {
    font-size: 50px;
    text-shadow: 1px 2px 1px #333;
    font-weight: bold;
}
.banner_text_inner {
    width: 100%;
    height: 90px;
    position: relative;
    margin: auto;
    background-image: url(images/fade_banner.png);
    top: 207px;
    padding-top: 110px;
}
.banner_loading {
    width: 42px;
    height: 42px;
    position: relative;
    margin: auto;
    z-index: 100;
    top: 200px;
}
.img {
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}

.banner_container .img-page{
    height: 100%;
}

.img_inner {
    width: 100%;
    height: 407px;
    left: 0px;
    object-fit: cover;
}
#slider {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    transition: opacity 0.8s ease-in-out;
}
#slider li:first-of-type {
    display: block;
}
#slider li.active {
    display: block;
    z-index: 1;
}
.banner_container img {
    width: 100%;
    height: auto;
}
.outer_menu_container { /* This class is still used in menu.php for the nav tag */
    width: 100%;
    height: 105px;
    float: left;
    z-index: 10;
    background-image: url(images/menu_bg.png); /* Original background image */
}
/* Removed .inner_menu_container, .logo, .menu_container, .menu, .menu_hover, .book_now, .drop_programs_container, .drop_menu, .drop_menu_hover, .drop_separator specific styling as they are now handled by Bootstrap classes or new custom rules below */

.outer_go_camp_international_container {
    width: 100%;
    min-height: 1px;
    max-height: 100%;
    float: left;
}
.inner_go_camp_international_container {
    width: 1170px;
    height: 100%;
    margin: auto;
    overflow: auto;
    padding-bottom: 20px;
}
.main_titles {
    width: 100%;
    height: 55px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0c91c4;
    padding-top: 10px;
    line-height: 25px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}
.outer_destinations_container {
    width: 100%;
    min-height: 1px;
    max-height: 100%;
    float: left;
    background-color: #f1f1f1;
    padding-bottom: 20px;
}
.inner_destinations_container {
    width: 1170px;
    height: 100%;
    margin: auto;
    overflow: auto;
}
.destination_img {
    width: 283px;
    height: 283px;
    float: left;
    margin-right: 12.5px;
    position: relative;
    margin-bottom: 12px;
}
.destination_img img,
.destination_img_last img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destination_title {
    width: 100%;
    height: 87px;
    position: absolute;
    top: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
    letter-spacing: 2px;
    padding-top: 5px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #333;
    background-image: url(images/destination_title_bg.png);
}

.destination_img_last {
    width: 283px;
    height: 283px;
    float: right;
    margin-bottom: 12px;
    position: relative;
}
.see_all_text_container {
    width: 100%;
    height: 74px;
    float: left;
    text-transform: uppercase;
    color: #0c91c4;
    font-weight: bold;
    font-size: 18px;
    padding-top: 30px;
}
.see_all_line {
    width: 100%;
    height: 2px;
    margin-top: 7px;
    background-color: #dbdbdb;
    float: left;
}
.see_all_arrow {
    width: 100%;
    height: 44px;
    float: left;
    cursor: pointer;
    background-color: #fff;
}
.outer_programs_container {
    width: 100%;
    min-height: 1px;
    max-height: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
}
.inner_programs_container {
    width: 1170px;
    height: 100%;
    margin: auto;
    overflow: auto;
}
.program_container {
    width: 367px;
    min-height: 351px;
    max-height: 100%;
    float: left;
    margin-right: 33px;
}
.program_container_last {
    width: 367px;
    min-height: 351px;
    max-height: 100%;
    float: right;
}
.program_img {
    width: 367px;
    height: 261px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.program_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program_title {
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 28px;
    padding-top: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 1px;
}
.program_title_2 {
    width: 100%;
    height: 61px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 28px;
    padding-top: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}
.testimonials_main_container {
    width: 742px;
    height: 252px;
    float: left;
    position: relative;
    margin-bottom: 40px;
}
.testimonials_main_title {
    width: 90%;
    height: 42px;
    float: left;
    color: #0c91c4;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}
.testimonials_img {
    width: 342px;
    height: 207px;
    float: left;
    margin-bottom: 40px;
}
.testimonials_text_container {
    width: 399px;
    height: 201px;
    float: right;
    background-color: #f0f0f0;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
}
.testimonials_inner_title {
    width: 352px;
    min-height: 30px;
    max-height: 50px;
    float: left;
    color: #0c91c4;
    font-weight: bold;
    margin-top: 35px;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 55px;
}
.testimonials_inner_text {
    width: 325px;
    height: 92px;
    float: right;
    font-size: 16px;
    margin-right: 20px;
    font-style: italic;
}
.quotes {
    width: 48px;
    height: 92px;
    float: left;
    background-position: right top;
    background-image: url(images/quotes.png);
    background-repeat: no-repeat;
}
.written_bg {
    width: 376px;
    height: 32px;
    float: left;
    margin-top: 10px;
    font-weight: bold;
}
.outer_footer_container {
    width: 100%;
    float: left;
    background: url(images/footer_bg.jpg) no-repeat center center;
    background-size: cover;
}
.inner_footer_container {
    width: 1170px;
    margin: auto;
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
}
.footer_titles {
    font-weight: bold;
    font-size: 18px;
}
.reserved_bg {
    width: 342px;
    height: 22px;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 60px;
}
.facebook_container {
    width: fit-content;
    margin: auto;
}
.outer_banner_container_inner_pages {
    width: 100%;
    height: 407px;
    float: left;
    position: relative;
}
.inner_pages_banner_font {
    font-size: 59px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #333;
    font-weight: bold;
}
.outer_breadcrumb_container {
    width: 100%;
    height: 44px;
    float: left;
    border-bottom: solid 2px #e3e3e3;
}
.inner_breadcrumb_container {
    width: 1170px;
    height: 29px;
    margin: auto;
    padding-top: 15px;
    color: #00a2d0;
    font-size: 14px;
    text-transform: uppercase;
}
.outer_layout {
    width: 100%;
    min-height: 1px;
    max-height: 100%;
    float: left;
    margin-top: 25px;
}
.inner_layout {
    width: 1170px;
    min-height: 10px;
    max-height: 100%;
    margin: auto;
    overflow: auto;
    font-size: 19px;
    background-color: #efefef;
}
.inner_layout img {
    max-width: 100%;
    height: auto;
}
.about_blue_container {
    width: 1170px;
    height: 239px;
    float: left;
    background-color: #00a4c0;
    color: #fff;
    position: relative;
    border-bottom: solid 3px #fff;
}
.about_blue_text {
    width: 543px;
    height: 192px;
    float: left;
    margin-top: 35px;
    margin-left: 40px;
    text-align: justify;
}
.about_map {
    width: 504px;
    height: 291px;
    position: absolute;
    right: 40px;
    top: -25px;
}
.about_sec_img {
    width: 542px;
    height: 332px;
    float: left;
    margin-top: 57px;
    margin-left: 40px;
}
.about_sec_text {
    width: 504px;
    height: 330px;
    float: right;
    margin-top: 60px;
    text-align: justify;
    margin-right: 40px;
}
.inner_contact_container {
    width: 1170px;
    min-height: 10px;
    max-height: 100%;
    margin: auto;
    overflow: auto;
    font-size: 19px;
}
.contact_information_container {
    width: 1170px;
    height: 370px;
    float: left;
    background-color: #00a4c0;
}
.get_in_touch {
    width: 1170px;
    height: 35px;
    float: left;
    font-weight: bold;
}
.contact_text_container {
    width: 418px;
    height: 330px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    color: #fff;
}
.contact_map {
    width: 670px;
    height: 315px;
    float: right;
    margin-right: 40px;
    margin-top: 27px;
    border-radius: 4px;
}
.contact_form_container {
    width: 1120px;
    height: 348px;
    margin-top: 4px;
    float: left;
    padding-left: 30px;
    padding-right: 20px;
    color: #fff;
    background-color: #f9bb08;
}
.contact_input {
    width: 430px;
    height: 28px;
    float: left;
    border-radius: 8px;
    padding-left: 5px;
    border: solid 1px #bebebe;
    background-color: #fff;
}
.contact_textarea {
    min-width: 447px;
    max-width: 447px;
    min-height: 170px;
    max-height: 170px;
    float: left;
    border-radius: 8px;
    padding-left: 5px;
    border: solid 1px #bebebe;
    background-color: #fff;
}
.faq_container {
    width: 1170px;
    height: 411px;
    float: left;
}
.faq_text_container {
    width: 510px;
    height: 331px;
    float: left;
    text-align: justify;
}
.faq_img {
    width: 538px;
    height: 329px;
    float: right;
    border: solid 4px #ffffff;
    border-radius: 4px;
}
.faq_text_container_right {
    width: 510px;
    height: 331px;
    float: right;
    text-align: justify;
}
.faq_img_left {
    width: 538px;
    height: 329px;
    float: left;
    border: solid 4px #ffffff;
    border-radius: 4px;
}
#breadcrumb a {
    color: #00a2d0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_link {
    color: #fff;
    text-decoration: none;
}
.images_gallery {
    width: 344px;
    margin-left: 34px;
    height: 278px;
    float: left;
    margin-top: 15px;
}
.video_gallery {
    width: 344px;
    margin-left: 34px;
    height: 268px;
    float: left;
    margin-top: 0px;
}

.bg-bottom-no-repeat {
    background-repeat: no-repeat;
    background-position: bottom;
}
/* =================================================================== */
/* Responsive Styles - Tablet (max-width: 1199px)                      */
/* =================================================================== */
@media (max-width: 1199px) {
    /* Make all main containers fluid */
    .inner_menu_container, /* This class is no longer in menu.php HTML */
    .inner_go_camp_international_container,
    .inner_destinations_container,
    .inner_programs_container,
    .inner_layout,
    .inner_contact_container,
    .inner_breadcrumb_container,
    .inner_footer_container,
    .about_blue_container,
    .contact_information_container,
    .contact_form_container,
    .faq_container {
        width: 95%;
    }

    .inner_destinations_container a {
        margin-bottom: 10px;
    }

    /* Removed .logo, .menu_container, .menu, .book_now specific styling as they are now handled by Bootstrap classes or new custom rules below */

    /* Adjust grids to 2 columns */
    .program_container,
    .program_container_last {
        width: 48%;
        margin-right: 4%;
    }
    .destination_img {
        width: 48%;
        margin-right: 4%;
        float: left;
    }
    .destination_img_last {
        width: 48%;
        margin-right: 0;
        float: left;
    }
    .program_container:nth-child(2n),
    .destination_img:nth-child(2n) {
        margin: 0 0 15px;
    }
    .program_container_last {
        margin-right: 4%;
        float: left;
    }

    /* Handle gallery layout */
    .inner_layout > div[align="center"],
    .about_blue_container > div[align="center"] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .images_gallery,
    .video_gallery {
        width: 48%;
        margin: 1%;
        height: auto;
    }

    /* Stack two-column layouts */
    .about_blue_text,
    .about_map,
    .about_sec_img,
    .about_sec_text,
    .faq_text_container,
    .faq_text_container_right,
    .faq_img,
    .faq_img_left,
    .contact_text_container,
    .contact_map,
    .testimonials_main_container {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
        height: auto;
        position: static;
    }
    .about_blue_container,
    .contact_information_container,
    .faq_container {
        height: auto;
        padding-bottom: 20px;
    }

    /* Desktop/Tablet Hover for Dropdowns */
    @media (min-width: 992px) { /* Applies to 'lg' breakpoint and up */
        .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            display: block; /* Show dropdown on hover */
            margin-top: 0; /* Remove any extra margin */
        }
        .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
            vertical-align: middle; /* Align dropdown arrow */
        }
    }
}

/* =================================================================== */
/* Responsive Styles - Mobile (max-width: 767px)                       */
/* =================================================================== */
@media (max-width: 767px) {
    .outer_banner_container,
    .banner_container,
    .img {
        max-height: 150px;
    }
    .outer_banner_container_inner_pages,
    .img_inner {
        height: 280px;
    }
    .banner_text,
    .banner_text_inner {
        top: auto;
        bottom: 0;
        height: auto;
        padding: 20px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    }
    .banner_text span {
        font-size: 15px;
    }
    .inner_pages_banner_font {
        font-size: 36px;
    }

    /* --- Mobile Navbar Overrides for Bootstrap Classes --- */
    .outer_menu_container { /* Target the nav element on mobile */
        height: auto; /* Allow height to adapt */
        background-image: none; /* Remove background image on mobile */
        background-color: rgba(0, 164, 192, 0.98); /* Use a solid color for mobile */
    }

    .navbar .container-fluid {
        display: flex;
        justify-content: space-between; /* Push logo to left, toggler to right */
        align-items: center; /* Vertically center them */
        flex-wrap: nowrap; /* Prevent wrapping of logo and toggler */
    }

    .navbar-brand {
        max-width: 50%; /* Limit logo width to prevent wrapping */
        padding: .5rem 0; /* Adjust padding for better spacing */
    }

    .navbar-brand img {
        height: 50px; /* Smaller logo for mobile */
        width: auto;
    }

    .navbar-toggler {
        margin-left: auto; /* Ensure toggler is pushed to the right */
    }

    .navbar-collapse { /* Targets the collapsible menu content */
        position: absolute;
        top: 100%; /* Position below the navbar brand/toggler */
        left: 0;
        width: 100%;
        background: rgba(0, 164, 192, 0.98); /* Original menu background color */
        padding-bottom: 20px;
        z-index: 1000;
        text-align: center; /* Center align menu items */
        box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* Add some shadow */
    }

    .navbar-nav .nav-item {
        width: 100%; /* Make each nav item take full width */
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Separator */
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none; /* No border for the last item */
    }

    .navbar-nav .nav-link {
        padding: 15px 0 !important; /* Adjust padding for touch targets, !important to override Bootstrap */
        color: #fff !important; /* Ensure white text, !important to override Bootstrap */
    }

    .navbar-nav .nav-link.text-warning { /* Active/hover state for nav links */
        color: #ffbb19 !important; /* !important to override Bootstrap */
    }

    .navbar-nav .dropdown-menu {
        position: static !important; /* Make dropdown menu flow naturally within the collapsed navbar */
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background-color: rgba(0, 164, 192, 0.9); /* Slightly darker or same as parent for dropdown */
        padding: 0 !important;
        box-shadow: none !important; /* Remove any default dropdown shadow */
    }

    .navbar-nav .dropdown-item {
        padding: 10px 20px !important; /* Adjust padding for dropdown items */
        color: #fff !important; /* Default text color for dropdown items */
        text-align: center !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; /* Separator for dropdown items */
    }
    .navbar-nav .dropdown-item:last-child {
        border-bottom: none !important;
    }

    .navbar-nav .dropdown-item.text-warning { /* Active/hover state for dropdown items */
        color: #ffbb19 !important;
    }

    .navbar-nav .btn { /* Target the Book Now button */
        display: block; /* Make button full width */
        width: auto; /* Allow button to size naturally based on content */
        margin: 15px auto 0 auto; /* Center the button */
    }

    /* Adjust navbar-toggler icon color to white */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Stack footer columns */
    .inner_footer_container {
        height: auto;
        padding-bottom: 20px;
    }
    .inner_footer_container table,
    .inner_footer_container tbody,
    .inner_footer_container tr,
    .inner_footer_container td {
        display: block;
        width: 100% !important;
        text-align: center;
        padding: 15px 0;
    }
    .inner_footer_container td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .reserved_bg {
        text-align: center;
        margin-top: 20px;
    }

    /* Stack contact form fields */
    .contact_form_container {
        height: auto;
    }
    .contact_input,
    .contact_textarea,
    .input_small {
        width: 100%;
    }
    .contact_textarea {
        min-height: 120px;
    }

    .main_titles {
        font-size: 22px;
    }
}
