/* Custom Styles for Westay Website */

/* Butler Font Family */
@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_Ultra_Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../butler-cdnfonts/Butler_Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Global Styles */
:root {
    --primary-color: #0d6efd;
    --secondary-color: #6c757d;
    --accent-color: #ffc107;
    --dark-color: #212529;
    --light-color: #f8f9fa;
}

body {
    font-family: "helvetica-lt-pro",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    line-height: 1.6;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Privacy Policy Hero (page-specific) */
.privacy-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.privacy-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/privacyheader.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.privacy-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

.privacy-hero__content {
    text-align: center;
    color: #fff;
    margin-top: 175px;
}

.privacy-hero__title {
    font-family: 'Butler', serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 7px 0 14px 0;
}

.privacy-hero__meta {
    color: #eaeaea;
    font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

@media (max-width: 768px) {
    .privacy-hero {
        min-height: 45vh;
    }
    .privacy-hero__title {
        font-size: 36px;
        letter-spacing: 2px;
    }
}

/* Privacy Policy Content Layout */
.privacy-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.privacy-toc {
    margin-bottom: 20px;
    width: 38%;
}

.privacy-toc-link.active {
    color: #EE444F;
    border-bottom: solid 1px #ee444f;
}

.privacy-toc-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 18px 16px;
}

.privacy-toc-title {
    font-weight: 400;
    font-size: 26px;
    margin: 0 0 10px 0;
    color: #000;
}

.privacy-toc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.privacy-toc-list li {
    margin: 6px 0;
}

.privacy-toc-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.privacy-toc-link .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfcfcf;
}

.privacy-toc-link.active .dot {
    background: #EE444F;
}

.privacy-toc-link:hover { color: #EE444F; }

.privacy-help {
    margin-top: 14px;
    border: 1px solid #eee;
    padding: 30px;

}

.privacy-help h6 {
    margin: 22px 0;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.privacy-help p {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #8F8F8F;
}

.privacy-help-item {
    font-size: 18px;
    color: #444;
    margin: 6px 0;
}

.privacy-help-item i { margin-right: 8px; color: #EE444F;}

.privacy-help-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    background-color: #EE444F;
}

.privacy-article-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 24px 22px;
}

.privacy-article-title {
    font-family: 'Butler', serif;
    font-size: 28px;
    font-weight: 300;
    color: #EE444F;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.privacy-article-body p {
    font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

/* Show/Hide behavior for privacy content sections */
.privacy-article-body section { display: none; }
.privacy-article-body section.active { display: block; }

@media (max-width: 991px) {
    .privacy-toc-list { max-height: none; }
}

/* Hero Background Image (visible while video loads) */
.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/videoframe1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -3;
}

/* Video Background */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Video Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.hero-section p {
    position: relative;
    z-index: 1;
}

.hero-section .btn {
    position: relative;
    z-index: 1;
}

.hero-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 1;
}

.hero-image img {
    transition: transform 0.3s ease;
}

.hero-image:hover img {
    transform: scale(1.05);
}

/* Navigation */
.navbar {
    backdrop-filter: blur(5px);
    background-color: transparent !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.25);
    border-top: 3px solid #EE444F;
    min-height: 90px;
    top:74px;
}

/* Navbar scroll effect - white background with black text */
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #EE444F;
}

.navbar.scrolled .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar.scrolled .navbar-nav .nav-link:hover {
    color: #a1a1a1 !important;
}

.navbar.scrolled .navbar-brand img {
    content: url('../images/logo_red.png');
}

.navbar.scrolled .hamburger-icon {
    color: #000000;
}

.navbar.scrolled .close-icon {
    color: #000000;
}

/* Desktop Navigation */
@media (min-width: 992px) {
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .d-none.d-lg-flex {
        width: 100%;
    }
}

/* Mobile Menu Styles */
@media (max-width: 375px) {
    .business_portal_button {
        margin-top: 0px !important; 
    }
}
@media (max-width: 991px) {
    .banner_p {

        font-family: 'Butler', serif; font-size: 30px !important;text-transform: uppercase;color: #fff;margin-bottom: 0;padding: 0;line-height: 1.5;
        
    }
    .business_portal_button{
        font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        font-size: 18px !important;
        color: #000000 !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        padding: 20px 55px;
        border: solid 2px #000;
        
    }
    .navbar-brand {
        z-index: 1060;
        position: relative;
        margin-left: 10px;
        left: 0px !important;
    }
    
    .navbar-toggler {
        z-index: 1060;
        position: relative;
        margin-right: 10px;
        border: none;
        padding: 0;
        background: transparent;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .hamburger-icon {
        color: white;
        font-size: 1.5rem;
    }
    
    .close-icon {
        color: #000000;
        font-size: 1.8rem;
        font-weight: bold;
    }
    
    /* Mobile hamburger icon scroll effect */
    .navbar.scrolled .hamburger-icon {
        color: #000000 !important;
    }
    
    /* Override Bootstrap navbar-toggler-icon background image */
    .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='rgba(255, 255, 255, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    .navbar.scrolled .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='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    
    /* More specific rules for mobile hamburger */
    @media (max-width: 991px) {
        .navbar.scrolled .navbar-toggler .hamburger-icon {
            color: #000000 !important;
        }
        
        .navbar.scrolled .hamburger-icon {
            color: #000000 !important;
        }
    }
    
    .navbar-toggler.menu-open .hamburger-icon {
        display: none;
    }
    
    .navbar-toggler.menu-open .close-icon {
        display: inline-block !important;
    }
    
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color:#f4f4f4;
        backdrop-filter: blur(10px);
        z-index: 1050;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 120px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        transform: translateY(-100%);
        transition: transform 0.1s ease-in-out, opacity 0.2s ease-in-out;
        opacity: 0.98 !important;
        visibility: hidden;
    }
    
    .navbar-collapse.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .navbar-collapse .navbar-nav {
        text-align: center;
        width: 100%;
    }
    
    .navbar-collapse .nav-item {
        margin: 0.6rem 0;
    }
    
    .navbar-collapse .navbar-nav .nav-link {
        font-family: 'Butler', serif;
        font-size: 1.6rem;
        color: #000000 !important;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0rem 2rem !important;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    
    .navbar-collapse .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff !important;
        transform: translateY(-2px);
    }
    .navbar-collapse .nav-link:focus {
        color: #eaeaea !important;
    }
    .bp_font
    {
        font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        font-size: 25px !important;
    border: solid 1px #000 !important;
    border-radius: 0px !important;
    width:71% !important;
    }
    .navbar-collapse .btn {
        font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background-color: #fff;
        color: #000 !important;
        border: none;
        padding: 1rem 2rem !important;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 25px;
        margin-top: 1rem;
        position: fixed;
        bottom: 8rem;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        min-width: 280px;
        white-space: nowrap;
    }
    
    .navbar-collapse .btn:hover {
        background-color: #fff;
        transform: translateY(-2px);
    }

    .navbar-nav .btn {
        background-color: #f9f9f9 !important;
        backdrop-filter: blur(10px);
        color: white !important;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
        padding: 0.4rem 0.8rem !important;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 382 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 3.64px;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}
@media (max-width: 1198px) {
    .nav-item
    {
        padding: 0px 0px !important;
    }
        .navbar-brand {
            left: 47%;
        }
}
@media (max-width: 1386px) {
    
        .navbar-brand {
            left: 50%;
        }
}

@media (max-width: 991px) {
    
    .charter_left
    {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .charter-content-cont{
        height: 100% !important;
    }
}
.charter_left
{
    width: 47%;margin-left: 25px;
}
.nav-item
{
    padding: 0px 22px;
}
.navbar-nav .nav-link:hover {
    color: #9c9c9c !important;
    left: 14.5%;
}
.service-btn-yatch
{
    margin-top: 20px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "helvetica-lt-pro", sans-serif;
    min-width: 150px;
}
.service-btn-yatch:hover
{
    background-color: #fff;
    color: #000;
}
.navbar-nav .btn {
    background-color: rgba(255, 255, 255, 10%);
    backdrop-filter: blur(10px);
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    padding: 0.6rem 1.1rem !important;
    border-radius: 0px;
    transition: all 0.3s ease;
    border: solid 0.5px #00000026;
}

.navbar-nav .btn:hover {
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-color) !important;
}

/* Feature Items */
.feature-item {
    text-align: center;
    background: transparent;
    border-radius: 8px;
    box-shadow: none;
    transition: transform 0.3s ease;
    max-width: 290px;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item i {
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Contact Form */
.contact-form .form-control {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.contact-info i {
    font-size: 1.2rem;
    width: 30px;
}

/* Social Links */
.social-links a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
}

/* Buttons */
.btn {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(45deg, var(--primary-color), #0056b3);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}

/* Business Portal button - no hover or focus effects */
.btn-outline-light {
    /* Remove all hover and focus effects */
}

.btn-outline-light:hover {
    /* No hover effects */
}

.btn-outline-light:focus {
    /* No focus effects */
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section {
        text-align: center;
        padding-top: 100px;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
    
    .feature-item {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .display-5 {
        font-size: 2rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Section Spacing */
section {
    padding: 0;
}

/* Image Placeholder Styles */
img {
    height: auto;
}

/* Loading Animation */
.loading {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.loading.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Preferred Partners Section */
.preferred-partners-section {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.partners-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.line {
    height: 1px;
    background-color: #F4F4F4;
    flex: 1;
    opacity: 0.5;
}

.partners-text {
    color: #F4F4F4;
    font-family: helvetica, Arial, sans-serif;
    opacity: 0.8;
    letter-spacing: 5px !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    padding: 0 20px;
}

.banner_p {

    font-family: 'Butler', serif; font-size: 50px;text-transform: uppercase;color: #fff;margin-bottom: 0;padding: 0;line-height: 1.2;
font-weight: 300 !important;     
}

/* Partners Slider Section */
.partners-slider-section {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.partners-slider {
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    animation: slide 70s linear infinite;
    width: fit-content;
}

.partner-image {
    height: 100px;
    
    margin: 0 20px;
    object-fit: contain;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
} 

/* About Section Styles */
.about-content {
    padding: 25px;;
}

.aboutsection
{
    background-image: url(../images/aboutusbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 0 0 15px;
    height: 560px;
    display: block;
    visibility: visible;
    width: 100%;
}

/* Make empty aboutsection div visible */
.col-lg-6.aboutsection {
    min-height: 77vh;
    display: block;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.1); /* Light background to make it visible */
    border: 1px solid transparent; /* Invisible border to maintain layout */
}

.aboutusleftcontent
{
    background-color: #fff;
    width: 100%;
}

.about-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 1rem;
    text-transform: uppercase;
    margin: 32px 0px;
}

.about-title {
    font-family: 'Butler', serif;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    font-weight: 300;
}

.title-part-1 {
    color: #EE444F;
    display: block;
}

.title-part-2 {
    color: #212529;
    display: block;
}

.about-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: left;
    margin: 0px;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for About section */
@media screen and (min-width: 991px) and (max-width: 1199px){
    .aboutsection
    {
        background-position: center;
    }
}

@media (max-width: 991px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .about-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2rem;
    }
    .hero-background-image {
        background-image: url('../images/mobile_videoframe1.jpg');
    }
    .about-text p {
        font-size: 15px;
    }
} 

/* Dropdown Menu Styles */
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 2rem 0;
    backdrop-filter: blur(5px);
    background-color: transparent !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: opacity 0.1ms ease, visibility 0.1ms ease, transform 0.1ms ease;
    position: fixed !important;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu:not(.show) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.dropdown-item {
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    background-color: transparent !important;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

/* Add separators between dropdown items */
.dropdown-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.3);
}

.dropdown-menu[data-bs-popper]
{
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    transform-origin: top left;
    position: fixed !important;
    backdrop-filter: blur(5px);
    background-color: transparent !important;
    transition: all 0.100ms ease;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.25);
}

.dropdown-item:hover {
    background-color: rgba(238, 68, 79, 0.1);
    color: #9f9f9f !important;
    transform: translateX(5px);
}

.dropdown-item:focus {
    background-color: #EE444F;
    color: #fff !important;
}

/* Desktop dropdown positioning */
@media (min-width: 992px) {
    .dropdown-menu {
        margin-top: 15px;
    }
}

/* Mobile dropdown styles */
@media (max-width: 991px) {
    .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        margin-top: 0;
        padding: 0;
    }
    
    .dropdown-item {
        color: #000000 !important;
        padding: 1rem 2rem;
        font-size: 1.6rem;
        font-family: 'Butler', serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff !important;
        transform: translateY(-2px);
    }
    
    .dropdown-item:focus {
        background-color: #fff;
        color: #000 !important;
    }
} 

/* Desktop dropdown sub-menu horizontal layout */
.dropdown-menu ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 103% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    position: absolute !important;
    left: 48% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.dropdown-menu ul li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 1rem !important;
}

.desktop_menu_subli {
    text-align: center !important;
    white-space: nowrap !important;
    padding: 0.5rem 1rem !important;
    margin: 0 !important;
}

/* Scrolled state for sub-services menu */
.navbar.scrolled .dropdown-menu ul {
    padding: 1rem !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
}

.navbar.scrolled .desktop_menu_subli {
    color: #000000 !important;
}

.navbar.scrolled .desktop_menu_subli:hover {
}

/* Mobile sub-services styling */
@media (max-width: 991px) {
    .navbar-collapse ul ul {
        margin-left: 0rem;
        margin-top: 0rem;
        margin-bottom: 1rem;
        padding-left: 0;
        list-style: none;
    }
    .submenu{
        color: #333333 !important;
        font-size: 18px !important;
        font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }
    .navbar-collapse ul ul .nav-item {
        margin: 0rem 0;
    }
    
    .navbar-collapse ul ul .nav-link {
        font-size: 1.2rem;
        color: #666 !important;
        font-weight: 400;
        padding: 0.5rem 2rem;
        font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }
    
    .navbar-collapse ul ul .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #898686 !important;
        transform: translateY(-2px);
    }
    
    .navbar-collapse ul ul .nav-link:focus {
        color: #898686 !important;
    }
} 

/* Services Section Styles */
.services-section {
    padding: 5rem 0 0 0;
    background-color: #f8f9fa;
}

.services-header {
    margin-bottom: 4rem;
}

.services-title {
    font-family: 'Butler', serif;
    font-size: 3.5rem;
    color: #EE444F;
    margin-bottom: 2rem;
    line-height: 1.1;
    font-weight: 300 !important;
}

.services-description {
    font-size: 1.1rem;
    color: #333;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

/* Category Buttons */
.category-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
}

.button-separator {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 0 2rem;
}

.button-group {
    display: flex;
    gap: 1rem;
}

.category-btn {
    padding: 1rem 2rem;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.category-btn.active,
.category-btn:hover {
    background-color: #EE444F;
    color: #fff;
    border-color: #EE444F !important;
}

/* Services Carousel */
.services-carousel {
    position: relative;
    margin-top: 3rem;
    max-width: 1276px;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 600px;
    margin-left: 20px;
}

.carousel-slides {
    margin-left: 0px;
    display: flex;
    transition: transform 0.3s ease-out;
    user-select: none;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
}

.carousel-slides:active {
    cursor: grabbing;
}

.carousel-slide {
    flex: 0 0 38%;
    padding: 0 6px;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.carousel-slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide-image {
    margin-bottom: 1.5rem;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.slide-image img {
    width:100%;
    height: 500px;
    object-fit: cover;
    transition: filter 0.3s ease;
}
.TitleTopBorder
{
    border-top: solid 1px #fff;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}
.slide-caption {
    font-family: 'Butler', serif;
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(200%);
    padding: 2rem 1.5rem 1.5rem;
    transition: transform 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
}

.slide-image:hover img {
    filter: grayscale(40%) brightness(0.4);
}

.slide-image:hover .slide-caption {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
}

.carousel-arrow {
    position: absolute;
    bottom: 20px;
    background-color: #f8f9fa;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

.carousel-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.carousel-arrow:disabled:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transform: none;
}

.carousel-prev {
    right: 70px;
}

.carousel-next {
    right: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    
    .services-title {
        font-size: 2.5rem;
    }
    
    .button-group {
        gap: 0.5rem;
    }
    
    .button-separator {
        display: none;
    }
    
    .carousel-arrow {
        width: 40px;
        height: 40px;
        bottom: 0px;
    }
    
    .carousel-prev {
        right: 55px;
    }
    
    .carousel-next {
        right: 15px;
    }
    
    .slide-image img {
        height: 410px;
    }
}

/* Charter Section Styles */
.charter-section {
    padding: 40px 0;
    background-color: #F9FAFB;
    display: flex;
    align-items: center;
}

.charter-content {
    padding-right: 60px;
}

.charter-subtitle {
    font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 0;
}

.charter-title {
    font-family: 'Butler', serif;
    font-size: 3.5rem;
    color: #EE444F;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.charter-subtitle-large {
    font-family: 'Butler', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.charter-text p {
    font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
}

.charter-services {
    margin-bottom: 40px;
}
.pp-black
{
    color: #000;
}
.light-gray-pp{
    color: #8F8F8F;
}

.service-item {
    font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 4px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.service-item.active {
    color: #000;
    font-weight: bold;
}

.service-item.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EE444F;
}

.charter-btn {
    font-family: "helvetica-lt-pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #000;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.charter-btn:hover {
    background-color: #000;
    color: #fff;
}

.charter-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jet-image {
    width: 99%;
    height: 800px;
    object-fit: cover;
    transition: all 0.6s ease;
}

/* Charter Image Animations */
.jet-image.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

.jet-image.slide-in-left {
    animation: slideInLeft 0.6s ease-in-out;
}

.jet-image.slide-in-right {
    animation: slideInRight 0.6s ease-in-out;
}

.jet-image.zoom-in {
    animation: zoomIn 0.6s ease-in-out;
}

.jet-image.rotate-in {
    animation: rotateIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform: rotate(-180deg) scale(0.5);
        opacity: 0;
    }
    100% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

/* Responsive styles for Charter section */
@media (max-width: 991px) {
    .charter-content {
        padding-right: 0;
        padding-bottom: 40px;
        text-align: center;
    }
    
    .charter-title {
        font-size: 2.5rem;
    }
    
    .charter-subtitle-large {
        font-size: 2rem;
    }
    
    .jet-image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .charter-section {
        padding: 80px 0;
    }
    
    .charter-title {
        font-size: 2rem;
    }
    
    .charter-subtitle-large {
        font-size: 1.5rem;
    }
    
    .jet-image {
        height: 300px;
    }
} 

/* Contact Form Overlay Styles */
.contact-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.contact-form-overlay.show {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}

.contact-form-modal {
    background-color: #fff;
    border-radius: 0;
    padding: 40px;
    max-width: 100%;
    width: 85%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.contact-form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-form-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-we {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Butler', serif;
}

.logo-stay {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Butler', serif;
}

.logo-tagline {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin-top: 2px;
    font-family: "helvetica-lt-pro", sans-serif;
}

.contact-form-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.contact-form-close:hover {
    color: #ff0000;
}

.contact-form-intro {
    text-align: center;
    margin-bottom: 9px;
}

.contact-form-intro p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-family: "helvetica-lt-pro", sans-serif;
}

.contact-form-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-title h2 {
    color: #000;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    font-family: 'Butler', serif;
    text-transform: uppercase;
}

.contact-form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-field.full-width {
    width: 100%;
}

.form-field label {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: "helvetica-lt-pro", sans-serif;
}

.form-field input,
.form-field textarea {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: "helvetica-lt-pro", sans-serif;
    color: #000;
    transition: border-color 0.3s ease;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #ff0000;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #999;
    font-family: "helvetica-lt-pro", sans-serif;
}

.contact-form-submit {
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "helvetica-lt-pro", sans-serif;
    margin-top: 10px;
    align-self: center;
}

.contact-form-submit:hover {
    background-color: #cc0000;
}

/* Form Message Styles */
.form-message {
    margin: 15px 0;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message .message-content {
    margin: 0;
}

/* Responsive Design for Contact Form */
@media (max-width: 768px) {
    .contact-form-modal {
        padding: 30px 20px;
        width: 95%;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-form-title h2 {
        font-size: 20px;
    }
    
    .logo-we,
    .logo-stay {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .contact-form-modal {
        padding: 25px 15px;
    }
    
    .contact-form-title h2 {
        font-size: 18px;
    }
    
    .contact-form-intro p {
        font-size: 12px;
    }
} 

/* Yacht Section Styles */
.yacht-section {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #0a1a2a;
}

.yacht-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.yacht-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yacht-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 26, 42, 0.8) 0%, rgba(10, 26, 42, 0.6) 100%);
    z-index: 2;
}

.yacht-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}

.yacht-header {
    margin-bottom: 60px;
}

.yacht-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fff;
    font-family: "helvetica-lt-pro", sans-serif;
}

.yacht-title {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Butler', serif;
    text-transform: uppercase;
}

.yacht-gallery {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.yacht-image {
    flex: 0 0 390px;
    max-width: 390px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yacht-image:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.yacht-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}


/* Responsive Design for Yacht Section */
@media (max-width: 991px) {
    .yacht-title {
        font-size: 32px;
        padding: 0 20px;
    }
    
    .yacht-gallery {
        gap: 20px;
        padding: 0 20px;
    }
    
   
}

@media (max-width: 768px) {
    .yacht-title {
        font-size: 28px;
    }
    
    .yacht-gallery {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    
    
    
}
@media (max-width: 658px) {
    .category-btn {
        font-size: 9px !important;
        padding: 8px 12px !important;
        font-weight: 100 !important;
        border: 1px solid #000 !important;
    }
}

@media (max-width: 658px) {
    .category-btn {
        font-size: 12px !important;
        padding: 4px 7px !important;
        font-weight: 100 !important;
        border: 1px solid #000 !important;
    }

    .carousel-slide
    {
        flex: 0 0 75% !important;
    }
}

@media (max-width: 480px) {
   
    .yacht-title {
        font-size: 24px;
    }
    
    .yacht-subtitle {
        font-size: 12px;
    }
    
    
    
    .yacht-img {
        height: 380px;
    }
} 

/* Transportation Section Styles */
.transportation-section {
    background-color: #F9FAFB;
    padding: 100px 0;
    position: relative;
}

.transportation-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.transportation-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #000;
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 400;
}

.transportation-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Butler', serif;
    text-transform: uppercase;
}

.title-red {
    color: #EE444F;
}

.transportation-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    font-family: "helvetica-lt-pro", sans-serif;
}

.transportation-services {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.transportation-service {
    flex: 0 0 388px;
    max-width: 388px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-image:hover .service-img {
    transform: scale(1.05);
}

.service-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Butler', serif;
    text-transform: uppercase;
    color: #000;
}

.service-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
    font-family: "helvetica-lt-pro", sans-serif;
    flex-grow: 1;
    padding: 0 36px;
}
.transportation-service{background-color: #fff;padding-bottom: 40px;}
.service-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 12px 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "helvetica-lt-pro", sans-serif;
    min-width: 150px;
}

.service-btn:hover {
    background-color: #000;
    color: #fff;
}

/* Responsive Design for Transportation Section */
@media (min-width: 1200px) {
    .charter_container{
        min-width: 1268px !important;
        
    }
    .transportation-services {
        gap: 30px;
    }

    
    .transportation-service {
        flex: 0 0 360px;
        max-width: 360px;
        margin-right: 40px;
    }
}
@media (min-width: 992px) {
    .transportation-service {
        flex: 0 0 360px;
        max-width: 360px;
        margin-right: 40px;
    }
}
@media (max-width: 991px) {
    .carousel-container {
        overflow: hidden;
        height: 460px;
    }
}
@media (max-width: 991px) {
    .transportation-title {
        font-size: 36px;
    }
    
    .transportation-services {
        gap: 40px;
        justify-content: center;
    }
    
    .transportation-service {
        flex: 0 0 100%;
        max-width: 500px;
    }
    
    .service-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .transportation-section {
        padding: 80px 0;
    }
    
    .transportation-header {
        margin-bottom: 60px;
        padding: 0 20px;
    }
    
    .transportation-title {
        font-size: 28px;
    }
    
    .transportation-description {
        font-size: 14px;
        padding: 0 20px;
    }
    
    .transportation-services {
        gap: 50px;
        padding: 0 20px;
    }
    
    .service-image {
        height: 200px;
    }
    
    .service-title {
        font-size: 22px;
    }
    
    .service-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .transportation-title {
        font-size: 24px;
    }
    
    .transportation-subtitle {
        font-size: 12px;
    }
    
    .service-image {
        height: 180px;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .service-btn {
        padding: 10px 25px;
        font-size: 11px;
    }
} 

/* Technology Section Styles */
.technology-section {
    background-color: #ffffff;
    padding: 100px 0;
    position: relative;
}

.technology-left
{
    background-color: #fff;
    padding: 30px 40px;
    height: 608px;
}

.technology-content {
    padding-right: 60px;
}

.technology-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #000;
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 400;
}

.technology-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Butler', serif;
    text-transform: uppercase;
    color: #000;
}

@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

.technology-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: "helvetica-lt-pro", sans-serif;
}

.technology-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/technology.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 608px;
}

/* Feature Boxes Overlay */
.feature-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    width: 40px;
    height: 40px;
    background-color: #EE444F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.feature-text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: "helvetica-lt-pro", sans-serif;
    white-space: nowrap;
}

/* Position the feature boxes */
.feature-box-1 {
    top: 20%;
    left: 10%;
}

.feature-box-2 {
    top: 45%;
    left: 15%;
}

.feature-box-3 {
    top: 70%;
    left: 10%;
}

/* Responsive Design for Technology Section */
@media (max-width: 991px) {
    .technology-image-container-col
    {
        padding: 0px;
    }
    .technology-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .technology-title {
        font-size: 36px;
    }
    
    .technology-image-container {
        position: relative;
    }
    
    .feature-box-1 {
        top: 15%;
        left: 5%;
    }
    
    .feature-box-2 {
        top: 45%;
        left: 10%;
    }
    
    .feature-box-3 {
        top: 75%;
        left: 5%;
    }
}

@media (max-width: 768px) {
    .technology-section {
        padding: 80px 0;
    }
    
    .technology-title {
        font-size: 28px;
    }
    
    .technology-description {
        font-size: 14px;
    }
    
    .feature-box {
        padding: 12px 16px;
        gap: 10px;
    }
    
    .feature-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .feature-text {
        font-size: 12px;
    }
    
    .feature-box-1 {
        top: 10%;
        left: 0;
    }
    
    .feature-box-2 {
        top: 45%;
        left: 5%;
    }
    
    .feature-box-3 {
        top: 80%;
        left: 0;
    }
}
.yacht-down-arrow
{
    display: none !important;
}
@media screen and (max-width: 480px){
    .yacht-gallery {
        max-height: 465px;
    }
}
@media screen and (max-width: 999px)
{
    .yacht-down-arrow
    {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        cursor: pointer;
        font-size: 32px;
    }
    .yacht-image
    {
        flex: 0 0 23px;
    }
    
    .yacht-gallery
    {
        display: grid;
    }
    .yacht-content
    {
        padding: 80px 0 0 0;
    }
    .yacht-gallery
    {
        max-height: 100%;
        padding-bottom:35px;
    }
    .yacht-gallery
    {
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
  }
  
  .yacht-gallery::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
  }
}
@media screen and (min-width: 989px) and (max-width: 1199px)
{
    .transportation-service
    {
        flex: 0 0 282px !important;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1263px)
{
    .yacht-image
    {
        flex: 0 0 285px;
    }
    
    
}
@media screen and (min-width: 481px) and (max-width: 800px)
{
    .business_portal_button
    {
        font-size: 12px !important;
        width: 300px;
        left: 28%;
    }
}

.mobile_buttons_transportation
{
    display: none;
}
@media (max-width: 988px) {
    
    .transportation-services
    {
        gap: 24px;
    }
    .transportation-service{
        flex: 0 0 75% !important;
    }
}
@media (max-width: 480px) {
    .technology-title {
        font-size: 24px;
    }
    .loading.loaded {
        line-height: inherit !important;
    }
    .business_portal_button {
        font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        font-size: 12px !important;
        color: #000000 !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        padding: 20px 55px;
        max-width: 79%;
        border: solid 2px #000;
        display: block;
        margin: 0 auto;
        margin-top: 60px;
    }
    .slide-caption {
        font-family: 'Butler', serif;
        font-size: 0.8rem;
        color: #fff;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) translateY(200%);
        padding: 2rem 1.5rem 1.5rem;
        transition: transform 0.3s ease;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        opacity: 0;
    }
    .aboutsection
    {
        background-position: center;
    }
    .technology-subtitle {
        font-size: 12px;
    }
    
    .technology-description {
        font-size: 13px;
    }
    
    .feature-box {
        padding: 10px 14px;
        gap: 8px;
    }
    
    .feature-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .feature-text {
        font-size: 11px;
    }
}

/* Transportation Services Horizontal Carousel for Mobile */
@media (max-width: 988px) {
    .transportation-services {
        overflow-x: auto;
        position: relative;
        padding: 0;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }
    
    .transportation-services-container {
        display: flex;
        gap: 20px;
        padding: 0 20px;
        width: max-content;
        /* Center the second service on load */
    }
    
    .transportation-service {
        flex: 0 0 280px;
        max-width: 280px;
        margin: 0 3px;
    }
    
    .service-image {
        height: 200px;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .service-description {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .service-btn {
        padding: 10px 20px;
        font-size: 11px;
        min-width: 120px;
    }
} 

/* Luxury Travel Technology Section Styles */
.luxury-travel-tech-section {
    background-color: #ffffff;
    padding: 100px 0;
    position: relative;
}

.luxury-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.luxury-img {
    width: 100%;
    height: auto;
}

.luxury-content {
    padding-left: 60px;
}

.luxury-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Butler', serif;
    text-transform: uppercase;
    color: #000;
}
.tech-p{
margin-bottom: 0px !important;
}
.luxury-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 50px;
    font-family: "helvetica-lt-pro", sans-serif;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.feature-item {
    text-align: left;
}

.feature-item:hover {
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    font-family: "helvetica-lt-pro", sans-serif;
    text-transform: uppercase;
}

.feature-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-family: "helvetica-lt-pro", sans-serif;
}
.about_top
{
    text-align: center;
    font-family: "helvetica", sans-serif;
    color: #565656;
    text-transform: uppercase;
}
.coming-soon-btn {
    background: transparent;
    border: none;
    color: #EE444F;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: "helvetica-lt-pro", sans-serif;
    display: block;
    cursor: default !important;
}


.mobile-footer-foragents
{display: none !important;}
/* Responsive Design for Luxury Travel Technology Section */
@media (max-width: 991px) {
    .footer-foragents
    {display: none !important;}
    .mobile-footer-foragents
    {display: block !important;margin-top: 18px !important;}
    .luxury-content {
        padding-left: 0;
        text-align: center;
        margin-top: 50px;
    }
    .footer-links-mobile
{
    display: block !important;
    margin-top: 18px !important;
}
    .luxury-title {
        font-size: 36px;
    }
    
    .feature-grid {
        gap: 20px;
    }

    .footer-brand
    {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .luxury-travel-tech-section {
        padding: 80px 0;
    }
    
    .luxury-title {
        font-size: 28px;
    }
    
    .luxury-description {
        font-size: 14px;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-item {
        margin: 0 auto;
        background-color: #f8f8f8;
        border-radius: 0;
        text-align: center;
        padding: 30px;
        width: 100%;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .feature-title {
        font-size: 14px;
    }
    
    .feature-text {
        font-size: 13px;
    }
    
    .coming-soon-btn {
        padding: 12px 30px;
        font-size: 12px;
        display: none;
    }

    .feature-item i
    {
        color: #EE444F;
    }
}

@media (max-width: 480px) {
    .luxury-title {
        font-size: 24px;
    }
    
    .luxury-description {
        font-size: 13px;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .feature-title {
        font-size: 13px;
    }
    
    .feature-text {
        font-size: 12px;
    }
    
    .coming-soon-btn {
        padding: 10px 25px;
        font-size: 11px;
    }
} 
.transportation-services-container
{
    display: -webkit-box;
}
/* Popular Destinations Section Styles */
.destinations-section {
    background-color: #F9FAFB;
    padding: 100px 0;
    position: relative;
}

.destinations-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.destinations-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #000;
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 400;
}

.destinations-title {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Butler', serif;
    text-transform: uppercase;
    color: #000;
}

.destinations-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: "helvetica-lt-pro", sans-serif;
}

.destinations-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.nav-btn {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 12px 24px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "helvetica-lt-pro", sans-serif;
}

.nav-btn.active {
    background-color: #EE444F;
    border-color: #EE444F;
    color: #fff;
}

.nav-btn:hover:not(.active) {
    background-color: #EE444F;
    color: #fff;
    border: solid 1px #EE444F;
}

.destinations-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1236px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
}

.destinations-slides {
    display: flex;
    gap: 13px;
    scroll-behavior: smooth;
    padding: 20px 0;
    transition: transform 0.3s ease;
}

.destination-card {
    flex: 0 0 300px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.destination-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.dest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.destination-card:hover .dest-img {
    transform: scale(1.05);
}

.destination-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 20px;
    margin: 0;
    font-family: "helvetica-lt-pro", sans-serif;
    text-align: center;
}

.carousel-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.carousel-arrow:hover {
    background-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.carousel-arrow i {
    color: #000;
    font-size: 16px;
}

/* Specific styles for destinations carousel arrows */
.destinations-carousel .carousel-arrow {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousal-btn-container
{
    display: flex;
    right: 0px;
    width: 97%;
    height: 65px;
    margin: 0 auto;
    text-align: right;
    justify-content: flex-end;
}

.carousal-arrow-custom
{   
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.destinations-carousel .carousel-prev-dest {
    right: 0px;
    background-color: #000;
}

.destinations-carousel .carousel-next-dest {
    right: 20px;
}

.destinations-carousel .carousel-arrow:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design for Popular Destinations Section */
@media (max-width: 991px) {
    .carousal-btn-container
    { width: 97%;}
    .destinations-title {
        font-size: 36px;
    }
    
    .destinations-nav {
        gap: 15px;
    }
    
    .nav-btn {
        padding: 10px 20px;
        font-size: 11px;
    }
    
    .destinations-carousel {
        gap: 15px;
    }
    
    .destination-card {
        flex: 0 0 250px;
    }
}

@media (max-width: 768px) {
    .destinations-section {
        padding: 80px 0;
    }
    
    .destinations-title {
        font-size: 28px;
    }
    
    .destinations-description {
        font-size: 14px;
    }
    
    .destinations-nav {
        gap: 10px;
        justify-content: center;
    }
    
    .nav-btn {
        padding: 8px 16px;
        font-size: 10px;
    }
    
    .destinations-slides {
        gap: 20px;
    }
    
    .destination-card {
        flex: 0 0 220px;
    }
    
    .destination-image {
        height: 150px;
    }
    
    .destination-name {
        font-size: 14px;
        padding: 15px;
    }
    
    .carousel-arrow {
        width: 40px;
        height: 40px;
    }
    
    .carousel-arrow i {
        font-size: 14px;
    }
    
    /* Responsive destinations carousel arrows */
    .destinations-carousel {
        padding: 0 50px;
    }
    
    .destinations-carousel .carousel-prev-dest {
        right: 70px;
    }
    
    .destinations-carousel .carousel-next-dest {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .destinations-title {
        font-size: 24px;
    }
    .carousel-container
    {
        margin-left: 2px !important;
    }
    .destinations-subtitle {
        font-size: 12px;
    }
    
    .destinations-description {
        font-size: 13px;
    }
    
    .nav-btn {
        padding: 6px 12px;
        font-size: 9px;
    }
    
    .destination-card {
        flex: 0 0 323px;
    }
    
    .destination-image {
        height: 303px;
    }
    
    .destination-name {
        font-size: 12px;
        padding: 12px;
    }
    
    .carousel-arrow {
        width: 35px;
        height: 35px;
    }
    
    .carousel-arrow i {
        font-size: 12px;
    }
    
    /* Responsive destinations carousel arrows for mobile */
    .destinations-carousel {
        padding: 0 15px;
    }
    
    .destinations-carousel .carousel-prev-dest {
        right: 60px;
    }
    
    .destinations-carousel .carousel-next-dest {
        right: 15px;
    }
}

/* Journey Section Styles */
.journey-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.journey-header {
    margin-bottom: 60px;
}

.brand-tag {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.journey-title {
    margin-bottom: 30px;
    line-height: 1.1;
}

.journey-title-red {
    font-family: 'Butler', serif;
    font-size: 48px;
    color: #EE444F;
    display: block;
    line-height: 1;
    font-weight: 200;

}

.journey-title-black {
    font-family: 'Butler', serif;
    font-size: 46px;
font-weight: 300;
    color: #212529;
    display: block;
    line-height: 1;
}

.journey-subtitle {
    font-size: 18px;
    color: #000000;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
}

.journey-gallery {
    margin: 0 auto;
    max-width: 1246px;
    overflow: hidden;
}

.journey-carousel {
    display: flex;
    animation: journey-scroll 70s linear infinite;
    width: max-content;
}

.journey-gallery:hover .journey-carousel {
    animation-play-state: paused;
}

@keyframes journey-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.journey-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    flex-shrink: 0;
    width: calc(25vw - 7.5px);
    max-width: 300px;
    margin-right: 10px;
}

.journey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.journey-image:hover img {
    transform: scale(1.05);
}



/* Responsive Design for Journey Section */
@media (max-width: 991px) {
    .journey-title-red {
        font-size: 36px;
    }
    
    .journey-title-black {
        font-size: 48px;
    }
    
    .journey-image {
        width: calc(50vw - 7.5px);
        max-width: 200px;
    }
    .footer-p-mobile
    {
        border-bottom: 1px solid #404040;
        max-width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    
    .footer-p a
    {
        font-size: 20px !important;
    font-family: 'Butler', serif !important;

    }
    .footer-links
    {
        display: none !important;
    }    
    .footer-guest-services-mobile
    {
        display: block !important;
        text-align: center;
        margin-top: 18px;
    }
    .contact-details-desktop
    {
        display: none !important;
    }
    .contact-details-mobile
    {
        display: block !important;
        text-align: center;
    }
    .footer-guest-services-desktop
    {
        display: none !important;
    }
    .footer-bottom-mobile
    {
        display: block !important;
    }
    .footer-bottom
    {
        display: none !important;
    }

   
}
.footer-bottom
{
    display: block;
}
.footer-bottom-mobile
{
    display: none;
}
.contact-details-mobile
{
    display: none;
}
.footer-guest-services-desktop
{
    display: block;
}
.footer-guest-services-mobile
{
    display: none;
}
.contact-details-desktop
{
    display: block;
}
@media (max-width: 768px) {
    .journey-section {
        padding: 60px 0;
    }
    
    .journey-title-red {
        font-size: 28px;
    }
    
    .journey-title-black {
        font-size: 36px;
    }
    
    .journey-subtitle {
        font-size: 16px;
    }
    
    .journey-image {
        width: calc(100vw - 20px);
        max-width: 300px;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 480px) {
    .journey-title-red {
        font-size: 24px;
    }
    
    .journey-title-black {
        font-size: 32px;
    }
    
    .journey-subtitle {
        font-size: 14px;
    }
    

} 

.nav_aboutus
{
    padding-left: 0px !important;
}
/* Footer Section Styles */
.footer-section {
    background-color: #000;
    color: #ffffff;
    padding: 80px 0 40px;
    margin-top: 80px;
}

.footer-brand {
    margin-bottom: 20px;
}

.footer-description {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    font-weight: 300;
}
.contact-details-cont
{text-align: right;color: #8F8F8F !important;}
.footer-heading {
    color: #ffffff;
    font-size: 12px;
    font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.footer-p {
    font-size: 12px;
    font-family: "helvetica", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#e4e4e4cf;
}
.footer-links-mobile a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-links-mobile
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: none;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.footer-links li {
    margin-bottom: 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    transition: color 0.3s ease;
    display: inline-block;
}
.footer-mobileforagents
{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 45px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.footer-foragents
{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-link:hover {
    background-color: #555555;
    color: #ffffff;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 4px;
    margin-top: 10px;
}

.copyright-text {
    color: #999999;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Responsive Design for Footer */
@media (max-width: 991px) {
    .footer-section {
        padding: 60px 0 30px;
    }
    
    .footer-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 50px 0 25px;
        margin-top: 60px;
    }
    
    .footer-heading {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .footer-links a {
        font-size: 13px;
    }
    
    .footer-description {
        font-size: 13px;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .copyright-text {
        font-size: 12px;
    }
    
    .footer-bottom-links {
        gap: 15px;
    }
    
    .footer-bottom-links a {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 40px 0 20px;
        margin-top: 40px;
    }
    
    .footer-heading {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .footer-links a {
        font-size: 12px;
    }
    
    .footer-description {
        font-size: 12px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    
    .copyright-text {
        font-size: 11px;
    }
    
    .footer-bottom-links {
        gap: 12px;
    }
    
    .footer-bottom-links a {
        font-size: 10px;
    }
   
}

/* About Image Slider - Mobile/Tablet Only */
.about-image-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-image-slider .slider-container {
    width: 100%;
    overflow: hidden;
}

.about-image-slider .slider-track {
    display: flex;
    width: fit-content;
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
    animation: none !important;
}

.about-image-slider .slider-track:active {
    cursor: grabbing;
}

.about-image-slider .slider-image {
    width: auto;
    height: auto;
    flex-shrink: 0;
    pointer-events: none;
}

@media (max-width: 375px) {
    .about-image-slider
    {
        width: 95%;
        padding: 0 17px 0 25px;
    }
    .about-content {
        padding-right: 22px;
        margin-bottom: 2rem;
    }
    
    

    
}
@media (max-width: 767px) {
    .slider-track img
    {padding: 0 10px;}
    .aboutsection
    {
        background-position: center;
        margin: 0px !important;
    }
    .aboutsection_right
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .aboutusleftcontent
    {width: auto !important;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-slider .slider-image {
        width: auto;
        height: auto;
        flex-shrink: 0;
    }
    .slider-track img
    {padding: 0 10px;};
}

/* Remove the automatic sliding animation */
/* @keyframes about-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1433.33%);
    }
} */
.charter-services-mobile .service-item {
    display: inline-block;
    margin: 0 3px;
    padding: 12px 25px;
    background-color: transparent;
    color: #333;
    font-family: 'Butler', serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}
/* Ensure desktop image is hidden on mobile */
@media (max-width: 991px) {
    .about_top_img.d-none.d-lg-block {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .service-item.active {
        background-color: #EE444F;
        color: #fff;
    }

}
.privacy-article
{
    width: 62%;
}

@media (max-width: 991px) {
    .privacy-toc
{
    width: 100%;
}
.privacy-article
{
    width: 100%;
}


    .charter-services-mobile {
        display: block !important;
    }

    .charter-services {
        display: none;
    }
    .service-item.active::after {
        display: none;
    }

    .charter-services-mobile .service-item
    {
        width: 32%;
    }
    .service-item.active {
        background-color: #EE444F !important;
        color: #fff !important;
    }

}
@media (max-width: 637px) {
    .charter-services-mobile .service-item {
        width: 31.2%;
    }
}

@media (max-width: 768px) {
    .charter-services-mobile .service-item {
        margin: 0 2px !important;
        padding: 11px 10px !important;
        font-family: 'Butler', serif;
        font-size: 13px !important;
        text-transform: uppercase !important;
        letter-spacing: 0px !important;
        border: none !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        position: relative !important;
        width: 31.9% !important;
    }
}
@media (max-width: 637px) {
    .charter-services-mobile .service-item {
        width: 31.2% !important;
    }
}
.charter-services-mobile {
    display: none;
}

/* Page icon for privacy TOC items */
.privacy-toc-icon { 
	font-size: 14px; 
	line-height: 1; 
	width: 16px; 
	text-align: center; 
	color: inherit; /* follow link color */
}

/* Privacy pager */
.privacy-pager { 
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	margin-top: 24px; 
}
.privacy-pager__btn { 
	display: inline-flex; 
	align-items: center; 
	justify-content: center; 
	width: 56px; 
	height: 56px; 
	border-radius: 50%; 
	background: #f5f5f5; 
	color: #000; 
	text-decoration: none; 
	transition: background 0.2s ease; 
}
.privacy-pager__btn:hover { background: #ededed; }
.privacy-pager__btn.is-disabled,
.privacy-pager__btn[aria-disabled="true"] {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
	background: #f5f5f5;
}
.privacy-pager__right { 
	display: flex; 
	align-items: center; 
	gap: 14px; 
}
.privacy-pager__meta { text-align: right; }
.privacy-pager__meta-title { font-weight: 600; color: #000; }
.privacy-pager__meta-sub { color: #9aa0a6; font-size: 16px; }

.carousel-containerNew {
    position: relative;
    width: 100%;
    height: 600px;
    max-width: 1300px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.carousel-containerNew::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.carousel-slides-new {
    height: 100%;
    display: flex;
    transition: transform 0.3s ease-out;
    user-select: none;
    cursor: grab;
    min-width: max-content;
}

.carousel-slides-new.dragging {
    cursor: grabbing;
    transition: none;
    
}

.carousel-slide-new {
    flex: 0 0 300px;
    margin-right: 20px;
    background: #f8f9fa;
    transition: transform 0.2s ease;
}

.carousel-slide-new:hover {
}

.slide-image-new {
    width: 500px;
    height: 600px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.slide-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.slide-caption-new {
    font-family: 'Butler', serif;
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(200%);
    padding: 2rem 1.5rem 1.5rem;
    transition: transform 0.3s ease;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
}

.slide-image-new:hover img {
    filter: grayscale(40%) brightness(0.4); 
}

.slide-image-new:hover .slide-caption-new {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
}

/* Click-to-toggle support (used on mobile via .active class) */


.TitleTopBorder-new {
    border-top: solid 1px #fff;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .slide-image-new {
        width: 300px;
        height: 400px;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .carousel-slide-new {
        flex: 0 0 250px;
        margin-right: 15px;
    }
    
    .carousel-containerNew {
        margin: 0 10px;
        height: 435px;
    }

    /* Disable hover reveal on touch layouts; use click-to-toggle instead */
    
    .slide-image-new.active img {
     filter: grayscale(40%) brightness(1); 
    }

    .slide-image-new.active .slide-caption-new {
        transform: translate(-50%, -40%) translateY(0);
        opacity: 1;
    }
}
.destinations-carousel-new {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.destinations-carousel-new::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.destinations-slides-new {
    display: flex;
    transition: transform 0.3s ease-out;
    user-select: none;
    cursor: grab;
    
    padding: 20px;
}

.destinations-slides-new.dragging {
    cursor: grabbing;
    transition: none;
}

.destination-card-new {
    flex: 0 0 335px;
    margin-right: 20px;
    background: #fff;
    transition: transform 0.2s ease;
}

.destination-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.destination-image-new {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.destination-image-new img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.destination-name-new {
    font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #000;
padding: 20px;
margin: 0;
font-family: "helvetica-lt-pro", sans-serif;
text-align: center;
}



/* Click-to-toggle support (used on mobile via .active class) */


.TitleTopBorder-new {
    border-top: solid 1px #fff;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .destination-card-new {
        flex: 0 0 250px;
        margin-right: 15px;
    }
    
    .destinations-carousel-new {
        margin: 0 10px;
    }

    /* Disable hover reveal on touch layouts; use click-to-toggle instead */
    
    
}