/* Font Google by me */
@import url('https://fonts.googleapis.com/css2?family=Allison&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body.attractions .card-header-content {
    display: none;
}

body {
    font-family: "K2D", sans-serif; font-weight: 300; font-style: normal;
    font-size: 11pt;
    color: #f5f5f5; 
    background-color: #000000;
}
.main-contents {
    position: relative;
}
.main-contents h1 {
    padding-top: 20px;
    text-align: center;
    font-size: 1.7rem;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}
.main-contents h2, .main-contents h3, .main-contents h4, .main-contents h5 {
    color: #e8e8e8;
    padding-top: 16px;
    padding-bottom: 3px;
    margin-bottom: 0px;
    font-weight: 600;
}
.main-contents h2 {font-size: 1.2rem;}
.main-contents h3 {font-size: 0.8rem;}
.main-contents ul {margin-bottom: 0px; padding-left: 15px;} 
.main-contents ol {margin-bottom: 0px; padding-left: 15px;}
.main-contents b {font-weight: 600; color: #FFFFFF;}

h1.typewrite {
    font-family: "Allison", cursive; font-weight: 400; font-style: normal;
    font-size: 6rem;
    color: #FFFFFF; /*#C30017;*/
    text-align: center;
}
h1.khaliki-h {
    text-align: center;
    font-size: 1.5rem;
}
.pad-all-same {
    padding-left: 12px; 
    padding-right: 12px; 
    text-align: justify;
}
/* Add these new styles at the top of the file */
#navbarNav {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
.nav-link {
    color: #FFFFFF;
}
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    background: transparent !important;
    margin-right: 1rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    background: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    top: 0px;
}

.navbar-toggler span:nth-child(2) {
    top: 9px;
    width: 75%;
}

.navbar-toggler span:nth-child(3) {
    top: 18px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
    width: 100%;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
}

/* Keep all existing styles below this point */
.navbar {
    background-color: #C30017 !important;
    padding: 1rem 0;
    min-height: 70px; /* Added to maintain height when collapsed */
}
.back-button {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
/* Khaliki Mountain Class */
#ractavaras-dunes {
    margin-bottom: 40px;
}
#ractavaras-dunes, #ractavaras-ascent {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #666666;
    color: #e0e0e0;
    border-radius: 30px;
}
#ractavaras-dunes .container:nth-child(1), #ractavaras-ascent .container:nth-child(1) {
    padding-top: 20px;
}
#ractavaras-dunes .container:nth-child(2), #ractavaras-ascent .container:nth-child(2){
    padding-bottom: 20px;
}
#ractavaras-dunes .card-img-top, #ractavaras-ascent .card-img-top {
    height: 150px; 
}

/* Navigation Styles */
.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    z-index: 1099;
}

#bannerCarousel > .carousel-inner {
    border-radius: 0px 0px 300px 300px;
    max-height: 600px;
    position: relative;
}

#bannerCarousel >.carousel-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);*/
    z-index: 1;
    border-radius: 0px 0px 300px 300px;
}

/* Attractions page specific card styles */
.attraction-card-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    position: relative;
}

.attraction-info {
    display: flex;
    flex-direction: column;
}
.attraction-price {
    top: -50px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    text-align: left;
    position: absolute;
    border-bottom-right-radius: 30px;
    right: 8px;
}

.price-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    margin-bottom: 5px;
}

.price-current {
    font-weight: 700;
    font-size: 1.1rem;
    color: #C30017;
}

.price-original {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
}
 
.carousel-caption {
    z-index: 2;
    bottom: 250px;
}

/* Padding and setup to all content */
.margin-cs {
    margin-top: 0px;
    margin-bottom: 0px;
}
.opening-pages .container {
    max-width: 900px;
}
.footer-content-text {
    text-align: justify !important;
}
.footer-content-text h1 {
    font-size: 1.6rem;
    text-align: center !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-content-text h4 {
    font-size: 1.1rem;
}
h5.card-title {
    font-size: 1.2rem;
}

.additional-info {
    padding-top: 0px;
    text-align: justify;
}
.additional-info .container {
    max-width: 900px;
}
.additional-info h2 {
font-size: 1.4rem;
margin-top: 10px;   
}
.additional-info ul {
    padding-left: 15px;
}
/* Skyward Gallery Styles */
.skyward-gallery-section {
    padding: 40px 0;
}

.skyward-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.skyward-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-color: #000000;
}

.skyward-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
}

.skyward-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.skyward-gallery-item:hover img {
    transform: scale(1.05);
}

/* Skyward Gallery Modal */
.skyward-gallery-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.4s ease;
}

/* When modal is active */
.skyward-gallery-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
}

.skyward-gallery-modal-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0.95);
    transition: transform 0.4s ease;
}

.skyward-gallery-modal.active .skyward-gallery-modal-content {
    transform: scale(1);
}

.skyward-gallery-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2010;
    cursor: pointer;
}

.skyward-gallery-close:hover,
.skyward-gallery-close:focus {
    color: #EDBF2D;
    text-decoration: none;
    cursor: pointer;
}

.skyward-gallery-modal-content img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.skyward-gallery-modal.active .skyward-gallery-modal-content img.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.skyward-gallery-caption { 
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    font-size: 18px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.skyward-gallery-modal.active .skyward-gallery-caption.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.skyward-gallery-prev,
.skyward-gallery-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.skyward-gallery-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.skyward-gallery-prev {
    left: 0;
}

.skyward-gallery-prev:hover,
.skyward-gallery-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #EDBF2D;
}

/* Responsive Skyward Gallery */
@media (max-width: 767.98px) {
    .skyward-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .skyward-gallery-item {
        height: 150px;
    }
    
    .mobile-hidden {
        display: none;
    }
    
    #skywardLoadMore {
        display: inline-block !important;
        margin-top: 20px;
        padding: 8px 30px;
        background-color: transparent;
        border: none;
        color: #9E7C40;
        font-style: italic;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    #skywardLoadMore:hover {
        color: #EDBF2D;
    }
    
    #damberLoadMore {
        display: inline-block !important;
        margin-top: 20px;
        padding: 8px 30px;
        background-color: transparent;
        border: none;
        color: #9E7C40;
        font-style: italic;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    #damberLoadMore:hover {
        color: #EDBF2D;
    }
    
    .skyward-gallery-modal-content {
        width: 95%;
    }
    
    .skyward-gallery-caption {
        width: 100%;
        font-size: 16px;
    }
    
    .skyward-gallery-close {
        top: -40px;
        right: 0;
    }
}

/* Ferdinand Section Styles */
.ferdinand-section {
    padding: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ferdinand-box {
    background-color: #FDFDF8;
    border-radius: 30px;
    border: 1px solid #E5E5E5;
    padding: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0px 0px 50px;
}
.ferdinand-main-content {
    padding: 0px 20px 60px 20px;
    text-align: justify;
}
.ferdinand-banner {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ferdinand-title-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ferdinand-title-bar {
    width: 6px;
    height: 36px;
    background-color: #EDBF2D;
    border-radius: 3px;
}

.ferdinand-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0 15px;
    color: #2E2E2E;
}

.ferdinand-subtitle {
    font-family: "Allison", cursive;
    font-weight: 700;
    font-size: 32px;
    color: #2E2E2E;
    margin-bottom: 15px;
}

.ferdinand-text {
    font-family: "Allison", cursive;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #2E2E2E;
    margin-bottom: 20px;
}

/* Ferdinand Carousel Styles */
#ferdinandCarousel {
    margin-top: 20px;
}

#ferdinandCarousel .carousel-item img {
    border-radius: 10px;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    width: 100%;
}

.ferdinand-indicators {
    bottom: -60px;
}

.ferdinand-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #EDBF2D;
    opacity: 0.5;
    margin: 0 5px;
}

.ferdinand-indicators .active {
    opacity: 1;
    background-color: #EDBF2D;
}

#ferdinandCarousel .carousel-control-prev,
#ferdinandCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0.7;
}

#ferdinandCarousel .carousel-control-prev {
    left: -20px;
}

#ferdinandCarousel .carousel-control-next {
    right: -20px;
}

#ferdinandCarousel .carousel-control-prev-icon,
#ferdinandCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Responsive styles */
@media (max-width: 767.98px) {
    .ferdinand-title {
        font-size: 1.8rem;
    }
    
    .ferdinand-subtitle {
        font-size: 1.6rem;
        margin-bottom: 0px;
    }
    
    .ferdinand-text {
        font-size: 1.4rem;
    }
    
    #ferdinandCarousel .carousel-item .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -5px;
        margin-left: -5px;
        scrollbar-width: none; /* Hide scrollbar for Firefox */
        -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    }
    
    #ferdinandCarousel .carousel-item .row::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
    }
    
    #ferdinandCarousel .carousel-item .col-md-4 {
        width: 33.33%;
        flex: 0 0 auto;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 0;
    }
    
    #ferdinandCarousel .carousel-item img {
        height: auto;
        min-height: unset;
        max-height: unset;
    }
    
    #ferdinandCarousel .carousel-control-prev,
    #ferdinandCarousel .carousel-control-next {
        display: none;
    }
}

/* Banner Carousel Styles */
.banner-container {
    position: relative;
    overflow: hidden;
}

.fixed-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 100%;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.fixed-carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Enhanced carousel controls */
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    opacity: 0.7;
    z-index: 15;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-size: 50%;
}

/* Fade transition effect */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Responsive styles for fixed caption */
@media (max-width: 767.98px) {
    .fixed-carousel-caption h1 {
        font-size: 1.7rem;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }
}
/* Floating Menu Styles */
.floating-menu-container {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-menu-item {
    display: flex;
    align-items: center;
    background-color: #C30017;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid #C30017;
}

.floating-menu-item:hover {
    background-color: #a80014;
    transform: translateX(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.floating-menu-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

/* Mobile styles - Consolidated media queries */
@media (max-width: 991.98px) {
    /* Typography */
    h1.typewrite {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 2rem;
    }

    /* Carousel */
    .carousel-inner {
        border-radius: 0px 0px 35px 35px;
    }
    
    .carousel-inner::before {
        border-radius: 0px 0px 35px 35px;
    }

    .carousel-caption {
        top: 60%;
        padding: 0px;
    }

    .carousel-caption h1 {
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .carousel-caption h4 {
        font-size: 0.8rem;
    }

    /* Navigation */
    .navbar .container {
        position: relative;
        padding: 0 1rem;
    }
    .fixed-carousel-caption {
        top: 60%;
    }
    h1.fixed-carousel-caption {
        font-size: 1.5rem;
    }
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #C30017;
        border-radius: 50%;
        top: -14px;
        width: 110px;
        height: 90px; 
        overflow: hidden;
    }
    
    .navbar-brand img {
        padding-top: 4px;
        height: 65px;
        width: auto;
    }

    .mobile-ticket-btn {
        padding: 0.3rem 0.6rem;
        font-weight: 400;
        border-radius: 50px;
        border-color: #e3c144;
        z-index: 2;
        position: relative;
        background: linear-gradient(to top, #D4AC2D, #FFE590);
        box-shadow: 0 4px 8px 0 #2e2e2e;
    }

    .navbar-collapse {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 1rem;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-size: 13pt;
    }

    /* Submenu */
    .submenu-container {
        display: block;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 999;
        padding: 1rem;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
    }

    .submenu-container.active {
        transform: translateX(0);
        visibility: visible;
    }

    /* Hide desktop dropdown in mobile */
    .dropdown-menu {
        display: none !important;
    }

    /* Video Section */
    .video-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .video-thumbnail {
        width: 300px;
        height: 300px;
    }
    
    .video-title {
        font-size: 1rem;
        padding: 10px;
    }

    /* Hide other thumbnails on mobile */
    .video-grid .video-thumbnail:not(:first-child) {
        display: none;
    }
    
    /* Mobile Styles - Footer Sticky Menu */
    .floating-menu-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        transform: none;
        flex-direction: row;
        justify-content: space-around;
        background-color: #C30017;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
        padding: 10px 0;
        z-index: 1000;
    }
    
    .floating-menu-item {
        flex: 1;
        flex-direction: column;
        padding: 8px;
        border-radius: 10px;
        box-shadow: none;
        border: none;
        justify-content: center;
        text-align: center;
        margin: 0 5px;
        background-color: transparent;
    }
    
    .floating-menu-icon {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    /* Add padding to the footer to prevent content from being hidden behind the sticky menu */
    footer {
        margin-bottom: 70px !important;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .navbar-brand {
        margin-right: 2rem;
    }

    .navbar-nav {
        gap: 1.5rem;
    }

    .nav-item:last-child {
        margin-left: 1rem;
    }
    #ractavaras-dunes, #ractavaras-ascent {
        max-width: 80%;
    }
    /* Ensure submenu container is always hidden in desktop */
    .submenu-container {
        display: none !important;
    }

    /* Show regular dropdown menu instead */
    .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Mobile styles */
@media (max-width: 991.98px) {
    .submenu-container {
        display: block;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 999;
        padding: 1rem;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

    .submenu-container.active {
        transform: translateX(0);
        visibility: visible;
    }

    /* Hide desktop dropdown in mobile */
    .dropdown-menu {
        display: none !important;
    }
    .carousel-inner {
    border-radius: 0px 0px 35px 35px;
    }
    .carousel-caption h1 {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .carousel-caption h4 {
        font-size: 0.8rem;
    }
}

/* Birthday Package Card Styles */
.birthday-package-card {
    border-radius: 15px !important;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 30px;
    box-shadow: none !important;
}

.birthday-package-card:hover {
    transform: translateY(-10px);
    box-shadow: none !important;
}

.birthday-package-card img {
    height: 300px;
    object-fit: cover;
}

.birthday-package-card .card-body {
    padding: 25px;
    background-color: #ffffff;
}

.birthday-package-card .card-title {
    color: #C30017;
    font-weight: 600;
    margin-bottom: 15px;
}

.birthday-package-card .card-text {
    color: #2E2E2E;
    margin-bottom: 20px;
    text-align: justify;
}

/* Modal styles for birthday package */
#birthdayModal .modal-content {
    border-radius: 15px;
    border: none;
}

#birthdayModal .modal-header {
    background-color: #C30017;
    color: white;
    border-radius: 15px 15px 0 0;
}

#birthdayModal .modal-title {
    font-weight: 600;
}

#birthdayModal .btn-close {
    filter: brightness(0) invert(1);
}

#birthdayModal .modal-footer .btn-primary {
    background-color: #EFBD1A;
    color: #2E2E2E;
    border: none;
    font-weight: 600;
}

#birthdayModal .modal-footer .btn-primary:hover {
    background-color: #FFD240;
}

/* Product Cards Styling */
.custom-card {
    padding-bottom: 10px;
}
.card {
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    margin-top: 0px;
}

.card-category {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #666;
    font-weight: 400; 
    letter-spacing: 1px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
}
.card-homepage {
    padding-bottom: 20px;
}
.card-header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/* Card Carousel Styles */
.card-carousel {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.card-carousel .carousel-item img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.card-carousel .carousel-control-prev,
.card-carousel .carousel-control-next {
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.card-carousel .carousel-control-prev {
    left: 10px;
}

.card-carousel .carousel-control-next {
    right: 10px;
}

.card-carousel .carousel-control-prev-icon,
.card-carousel .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}
h5.card-title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.card-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 6px;
    background-color: #EDBF2D;
    margin-top: 8px;
}

.btn-read-more {
    float: right;
    margin-top: 10px;
    padding: 0.3rem 1rem;
    border-radius: 50px;
    border-color: #e3c144;
    background: linear-gradient(to top, #D4AC2D, #FFE590);
    color: #000;
    box-shadow: none;
}

.btn-read-more:hover {
    background: linear-gradient(to bottom, #D4AC2D, #FFE590);
    border-color: #D4AC2D;
    color: #000;
}

.card-img-top {
    border-radius: 30px 30px 0 0;
}

/* Breadcrumb Styles */
.breadcrumb {
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 30px;
    list-style: none;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #EFBD1A;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "›";
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.breadcrumb-item.active {
    color: #EFBD1A;
}

/* Responsive styles for breadcrumb */
@media (max-width: 767.98px) {
    .breadcrumb {
        padding: 0.3rem 0.8rem;
    }
    
    .breadcrumb-item {
        font-size: 12px;
    }
}

/* Modal Styling */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
}

.custom-modal.show {
    background: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: 0;
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-body {
    position: relative;
    min-height: 150px;
    margin-bottom: 60px;
}

.modal-text {
    line-height: 1.6;
    color: #444;
}

.modal-footer {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: auto;
}

.modal-link {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(to top, #D4AC2D, #FFE590);
    color: #000;
    text-decoration: none;
    transition: transform 0.2s ease;
    width: max-content;
    white-space: nowrap;
}

.modal-content.show {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.modal-close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.2s ease;
    line-height: 1;
}

.modal-close:hover {
    color: #000;
}

.modal-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
    padding-right: 40px;
}

.modal-body {
    position: relative;
    min-height: 150px;
    padding-bottom: 70px;
}

.modal-text {
    line-height: 1.6;
    color: #444;
    margin-bottom: 46px;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 0;
    width: auto;
    text-align: right;
}

.modal-link {
    position: absolute;
    bottom: 30px; right: 20px;
    padding: 0.3rem 0.6rem;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(to top, #D4AC2D, #FFE590);
    color: #000;
    text-decoration: none;
    transition: transform 0.2s ease;
    width: max-content;
    white-space: nowrap;
}

.modal-link:hover {
    background: linear-gradient(to bottom, #D4AC2D, #FFE590);
    color: #000;
    transform: translateY(-2px);
}


@media (max-width: 768px) {
    .footer { 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        margin-bottom: 40px;
    }
    .footer .container {
    --bs-gutter-x: 0;
    }

    .footer-content {
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        justify-content: space-between;
    }
    #bannerCarousel > .carousel-inner {
        border-radius: 0px 0px 30px 30px;
        }
    #bannerCarousel >.carousel-inner::before {
        border-radius: 0px 0px 30px 30px;
    }
/* Mobile Styles */
    .modal-content {
        width: 95%;
        padding: 25px;
        margin: 10px;
    }
    
    .modal-title {
        font-size: 1.3rem;
    }
    
    .modal-close {
        right: 20px;
        top: 20px;
    }
}

/* Video Thumbnails Styling */
.video-carousel {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.video-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 20px 0;
}

/* Video Thumbnail Play Button */
.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.play-icon {
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.play-text {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.video-thumbnail:hover .play-icon {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 12px solid #f0f0f0;
}

.video-title {
    position: absolute;
    bottom: 30px;
    right: 5px;
    background: #C30017;
    color: white;
    padding: 5px 10px;
    font-size: 1rem;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .mobile-carousel {
        display: none;
    }
    
    .desktop-carousel .video-grid {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 100px;
    }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
    .desktop-carousel {
        display: none;
    }
    
    .mobile-carousel .video-grid {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .mobile-carousel .carousel-item {
        transition: transform 0.6s ease-in-out;
    }
    
    .mobile-carousel .carousel-control-prev,
    .mobile-carousel .carousel-control-next {
        width: 40px;
        height: 40px;
        background: #D4AC2D; /* Changed to gold color */
        border-radius: 50%;
        opacity: 0.8;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .mobile-carousel .carousel-control-prev:hover,
    .mobile-carousel .carousel-control-next:hover {
        opacity: 1;
        background: #FFE590;
    }
    
    .mobile-carousel .carousel-indicators {
        position: relative;
        margin-top: 20px;
        margin-bottom: 0;
        gap: 10px;
    }
    
    .mobile-carousel .carousel-indicators [data-bs-target] {
        width: 30px;
        height: 4px;
        background-color: #D4AC2D;
        opacity: 0.3;
        margin: 0;
        transition: all 0.3s ease;
    }
    
    .mobile-carousel .carousel-indicators .active {
        width: 50px;
        opacity: 1;
        background-color: #FFE590;
    }
    .btn-read-more {
    float: right;
    margin-top: 10px;
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem 0.2rem;
    border-radius: 50px;
    border-color: #e3c144;
    background: linear-gradient(to top, #D4AC2D, #FFE590);
    color: #000;
    box-shadow: none;
    }
}
/* Small Mobile Styles */
@media (max-width: 480px) {
    .video-thumbnail {
        width: 250px;
        height: 250px;
    }
}

/* Video Carousel Controls */
.video-carousel .carousel-control-prev,
.video-carousel .carousel-control-next {
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.video-carousel .carousel-control-prev-icon, 
.video-carousel .carousel-control-next-icon {
    background-color: transparent;
}

.video-carousel .carousel-control-prev {
    left: 0;
}

.video-carousel .carousel-control-next {
    right: 0;
}

.video-carousel .carousel-control-prev-icon,
.video-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    background-color: #000;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 900px;
    max-height: 75vh; /* Limit height to 75% of viewport height */
}

.video-modal-content video,
.video-modal-content iframe {
    width: 100%;
    height: auto;
    max-height: 75vh; /* Ensure video itself is also limited */
    display: block;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 2010;
    cursor: pointer;
}

.video-modal-close:hover,
.video-modal-close:focus {
    color: #EDBF2D;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive adjustments for mobile */
@media (max-width: 767.98px) {
    .video-modal-content {
        width: 95%;
        max-height: 90vh; /* Allow more height on mobile */
    }
    
    .video-modal-content video,
    .video-modal-content iframe {
        max-height: 90vh;
    }
}

#videoPlayer {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
}

#videoPlayer video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Call to Action Styles */
.call-to-act {
    padding-top: 0px !important;
}
.cta-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #EDEDED;
    border: 2px solid white;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    color: #2E2E2E;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cta-container h2 {
    font-size: 1.2rem;
}
.cta-container > .lead {
    font-size: 1rem;
}
.cta-button {
    display: inline-block;
    background-color: #EFBD1A;
    color: #2E2E2E;
    border: 2px solid #FFD240;
    border-radius: 14px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #FFD240;
    transform: translateY(-2px);
}
/* Footer Styles */
.footer {
    background-color: white;
    padding: 0px;
}

.footer-column {
    flex: 1;
    padding: 15px;
    min-width: 250px;
}
/* Gallery setup*/
.skyward-gallery-section .container {
    padding: 0px;
}
.food-beverage-gall {
    padding: 0px !important;
}
.skyward-gallery-section h2 {
    font-size: 1.2rem;
}
.load-btn-container {
    margin: 0px !important;
}
/* Left Column - Menu Links */
.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-link {
    color: #2E2E2E;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}

.footer-link:hover {
    color: #EFBD1A;
}

.footer-divider {
    height: 1px;
    background-color: #D9D9D9;
    margin: 10px 0;
}

/* Middle Column - Address Box */
.footer-address {
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-box {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    color: #4f4f4f;
}

.address-box h3 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.address-content {
    display: flex;
    align-items: flex-start;
}

.address-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.address-icon img {
    width: 40px;
    height: 40px;
}

.address-text {
    font-size: 14px;
    line-height: 1.5;
}

/* Right Column - Social Media */
.footer-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4f4f4f;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain; /* Ensures image maintains aspect ratio */
    max-width: 100%;
}

.whatsapp-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    color: #2E2E2E;
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #f5f5f5;
}

.whatsapp-icon {
    margin-right: 10px;
    font-size: 18px;
}

.whatsapp-number {
    font-weight: 500;
}

/* Copyright Section */
.copyright {
    background-color: #D9D9D9;
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    color: #2E2E2E;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .footer-content {
        flex-direction: column;
    }
    
    .footer {
        margin: 40px 15px 15px 14px;
        border-radius: 30px;
        border: 1px solid #D9D9D9;
    }
    
    .footer-column {
        margin-bottom: 20px;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
    }
    
    .social-icon img {
        width: 30px;
        height: 30px;
    }
}

/* Icon Pictogram Section */
.icon-pictogram {
    padding: 10px 0;
    margin-top: 0;
}

.icon-row {
    margin-bottom: 20px;
}

.icon-item {
    padding: 0 5px;
    margin-bottom: 20px;
}

.icon-wrapper {
    text-align: center;
    position: relative;
    cursor: pointer;
}
.icon-text {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.icon-details {
    display: none;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Add arrow to the top of icon-details */
.icon-details::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #da9c32;
    width: 0;
    height: 0;
}

/* Show details on mobile when icon is tapped */
@media (max-width: 767px) {
    .icon-item {
        padding: 0 10px;
    }
    
    .icon-wrapper.active .icon-details {
        color: #ffffff;
        background-color: #da9c32;
        border: 1px solid #ffffff;
        display: block;
        animation: fadeIn 0.3s forwards;
    }
}

/* Desktop styles */
@media (min-width: 768px) {
    .icon-item {
        padding: 0 20px;
    }
    
    /* On desktop, show details on hover */
    .icon-wrapper:hover .icon-details {
        display: block;
        animation: fadeIn 0.3s forwards;
    }
    .icon-wrapper img {
    max-width: 60%;
    }
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .footer {
        margin-top: 60px;
        border-radius: 0;
        border: none; 
         background-color: #e6e6e6;
    padding: 80px 10px 0px;
    }
    .video-thumbnails {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .copyright {
        margin-top: 60px;
    }
    .footer-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .footer-column {
        margin-bottom: 0;
    }
}