@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:"Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    color: initial;
}

/* HERO */
.hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero::after{
    content:"";
    position:absolute;
    inset:0;
    /* background:linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.35)); */
    z-index:0;
}

/* YOUTUBE BACKGROUND */
.video-bg{
    position:absolute;
    inset:0;
    z-index:-1;
}

.video-bg iframe{
    width:100vw;
    height:56.25vw;
    min-height:100vh;
    min-width:177.77vh;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    pointer-events:none;
}

/* HEADER */
.header{
    /*position:absolute;*/
    position: fixed;   /* was absolute */
    top:0;
    width:100%;
    padding:20px 40px;
    z-index: 999;
    backdrop-filter: blur(2px); /* nicer glass */
    transition: all 0.3s ease;
}
/* WHEN SCROLLING */
.header.scrolled{
    background: linear-gradient(to bottom, rgba(30, 69, 133, 0.85), transparent);
    backdrop-filter: blur(10px);
    padding: 12px 40px; /* shrink */
}

.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.logo img{
    height:55px;
}

/* CENTER NAV */
.nav{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:25px;
    align-items:center;
}

.nav a{
    color: #e8e8e8;
    text-decoration:none;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:0.3s;
    font-family:"Open Sans", sans-serif;
    font-size:18px;
    font-weight:600;
    word-wrap:break-word;
    text-shadow:0px 4px 4px rgba(0, 0, 0, 1);
    position: relative;
}

.nav a:hover{
    color:#1e4585;
}
/* Active link */
.nav a.active {
    color: #fff;
}

/* Orange underline */
.nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%; /* adjust length */
    height: 3px;
    background: #ff5a2c; /* orange like your design */
    border-radius: 2px;
}
.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 3px;
    background: #ff5a2c;
    transition: width 0.3s ease;
}

/* HERO TEXT */
.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:white;
    z-index:2;
}

.hero-content h1{
    color:white;
    font-size: 48px;
    font-family:"Open Sans", sans-serif;
    font-weight:600;
    word-wrap:break-word;
    text-shadow:0px 4px 15px rgba(0, 0, 0, 1);
}
.manage_page .hero-content h1,.manage_page .hero-content h1,.crew-page .hero-content h1,.build-page .hero-content h1 {
    font-size: 32px;
}
.hero-content p{
    color:rgba(255, 255, 255, 0.75);
    font-size: 22px;
    line-height: 45px;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    word-wrap:break-word;
    text-shadow:0px 4px 15px rgba(0, 0, 0, 1);
}
.hero-content div{
    color: white;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 1.00)
}
/* DROPDOWN */
.dropdown{
    position:relative;
}

.dropdown-menu{
    position:absolute;
    top:120%;
    left:50%;
    transform:translateX(-50%);
    background:white;
    padding:10px;
    border-radius:18px;
    width:280px;
    display:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.dropdown::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:15px;
}

.dropdown:hover .dropdown-menu{
    display:block;
}

.dropdown-menu a{
    display:block;
    padding:12px 15px;
    border-radius:12px;
    color:#727272;
    font-size:13px;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    line-height:16px;
    word-wrap:break-word;
    text-shadow:none;
    text-transform:none;
}

.dropdown-menu a:hover{
    background:rgba(204, 204, 204, 0.5);
    color:#1E4585;
}

/* RIGHT SIDE */
.right{
    display:flex;
    align-items:center;
    gap:20px;
}

/* CONNECT BUTTON */
.connect-btn{
    display:flex;
    align-items:center;
    padding:12px 20px;
    border-radius:30px;
    background:rgb(209 209 209 / 84%);
    color:#1e4585;
    font-weight:500;
    text-decoration:none;
    cursor:pointer;
    gap:12px; /* slightly better spacing */
}
.connect-btn .arrow{
    width:30px;
    height:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ffffff7a;
    border-radius:15px;

    font-size:16px;

    line-height:1;
}

.connect-btn:hover{
    background:#f05525;
    color:white;
    border-color:#f05525;
}

.connect-btn:hover .arrow{
    color:white !important;
    /*transform: translateX(3px); !* subtle move *!*/
}

.color-1{ color:#16386b; }
.color-2{ color:#2b2b2b; }
.color-3{ color:#1e4585; }
.color-4{ color:#f05525; }

/* MOBILE MENU BUTTON */
.menu-btn{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:white;
}

/* MOBILE MENU */
.mobile-menu{
    position:fixed;
    top:0;
    right:-100%;
    width:280px;
    height:100%;
    background:#1e4585;
    padding:40px 20px;
    transition:0.3s;
    z-index:999;
}

.mobile-menu.active{
    right:0;
}

.mobile-menu a{
    display:block;
    padding:15px 0;
    color:white;
    text-decoration:none;
    border-bottom:1px solid #eee;
}

.close-btn{
    font-size:28px;
    text-align:right;
    cursor:pointer;
    margin-bottom:20px;
    color:white;
}

/* FOOTER */
.footer{
    background:url('../../gallery/images/footer-bg.png') no-repeat 100% 100%;
    border-top:0px;
}

.xb-footer-wrapper::before,
.xb-footer-wrapper::after{
    width:0px;
}

.xb-footer-wrapper{
    padding-top:30px;
}

.xb-footer_widget .xb-list li a{
    display:flex;
    align-items:center;
    color:white;
    font-size:17px;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    word-wrap:break-word;
    text-transform:capitalize;
}

.xb-footer_widget .xb-list li a i,
.xb-footer_widget .xb-list li a svg{
    margin-right:10px;
}

.xb-footer_widget .xb-widget-title{
    margin-bottom:20px;
    font-size:18px;
    font-family:"Open Sans", sans-serif;
    font-weight:700;
    word-wrap:break-word;
    text-transform:capitalize;
    text-align: left;
}

.xb-footer_newsletter .xb-widget-title{
    text-transform:initial !important;
}

.xb-footer_bottom{
    color:white;
    font-size:18px;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    word-wrap:break-word;
    padding:35px 20px 30px;
}

.xb-footer_bottom ul li:not(:last-child)::before{
    width:0px;
}

/* GENERAL SECTIONS */
.section-title{
    color:#16386B;
    font-size:48px;
    font-family:"Open Sans", sans-serif;
    font-weight:700;
    word-wrap:break-word;
}

.section-desc{
    color:#2B2B2B;
    font-size:20px;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    word-wrap:break-word;
    max-width:70%;
    margin:auto;
}

.page-section{
    padding:50px 0px;
}

/* SERVICES *//* ===================== */
/* ===== SERVICES ====== */
/* ===================== */

.services-section{
    padding: 15px 0;
    background:#ffffff;
    text-align:center;
    font-family:"Open Sans", sans-serif;
}

.services-section h2,
.contact-section-body h2,
.contact-header h2{
    color:#16386B;
    font-size: 38px;
    font-family:"Open Sans", sans-serif;
    font-weight:700;
    margin:0 0 8px;
}

.services-subtitle{
    max-width:80%;
    margin:0 auto 45px;
    line-height:1.25;
    color:#2B2B2B;
    font-size:16px;
    text-align:center;
    display:flex;
    justify-content:center;
}

.services-grid{
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:38px 20px;
}

/* ===== CARD ===== */
.service-card{
    min-height:420px;
    height:auto;
    border-radius:28px;
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    display:flex;
    align-items:flex-end;

    /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ IMPORTANT */
    background:none !important;
}

/* ===== BACKGROUND IMAGE (NEW) ===== */
.service-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;

    z-index:0;
}

.service-card:hover .service-bg{
    transform: scale(1.08);
}

/* ===== DARK OVERLAY ===== */
.service-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;

    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.05) 20%,
            rgba(0,0,0,0.3) 55%,
            rgba(0,0,0,0.6) 100%
    );

    pointer-events:none;
}
/*Charter page*/
.yacht-section {
    position: relative;
    padding: 25px 16px 40px;
    overflow: hidden;
}
.filter-btn {
    position: absolute;
    top: 52px;
    left: 10%;
    background: transparent;
    border: none;
    color: #153b70;
    font-size: 30px;
    cursor: pointer;
    z-index: 20;
}

.yacht-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px;
}

.yacht-card{
    border: 1px solid #d0d0d0;
    border-radius: 36px;
    padding: 30px;
    min-height: 610px;
    background: #fff;
    text-align: left;
}

.yacht-preview img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.yacht-preview h3,
.yacht-details h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.yacht-preview ul,
.yacht-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.yacht-hidden-data {
    display: none;
}
.yacht-card strong,
.yacht-details strong {
    color: #3b3b3b;
}

.yacht-card .read-more,
.yacht-card  .back-btn {
    margin-top: 40px;
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #ff4b22;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 25px;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0 4px 5px rgba(0,0,0,0.25);
    transition: 0.3s;
    min-width: 100px;
}

.yacht-card .read-more:hover,
.yacht-card .back-btn:hover {
    background: #234d8c;
    transform: translateY(-2px);
}

.yacht-card .read-more i {
    background: #ff4b22;
    color: #fff;
    font-size: 13px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.yacht-details {
    display: none;
}

.detail-description {
    color: #666;
    line-height: 1.8;
    padding-top: 10px;
    margin-bottom: 40px;
}
.yacht-details h3 {
    margin-top: 0px;
}
/* FILTER OVERLAY */

.filter-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    padding: 58px 60px 14px;
    border: 1px solid #9bb4d6;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 30;
    display: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.filter-overlay.active {
    display: block;
}

.close-filter {
    position: absolute;
    right: 32px;
    top: 20px;
    border: none;
    background: transparent;
    color: #14396c;
    font-size: 36px;
    cursor: pointer;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 115px;
}

.form-group label {
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 9px;
}

.form-group select {
    width: 100%;
    height: 68px;
    border-radius: 11px;
    border: 1px solid #777;
    background: rgba(255,255,255,0.45);
    font-size: 20px;
    padding: 0 18px;
    outline: none;
}

.apply-btn {
    display: block;
    margin: 22px auto 0;
    background: #234d8c;
    color: #fff;
    border: none;
    padding: 7px 35px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.apply-btn:hover {
    transform: translateY(-2px);
}

.back-btn {
    margin-top: 110px;
}

/* RESPONSIVE */

@media (max-width: 991px) {

    .yacht-grid {
        grid-template-columns: 1fr;
    }

    .filter-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .filter-overlay {
        padding: 70px 25px 25px;
    }

    .yacht-details {
        width: auto;
    }

    .subtitle {
        font-size: 20px;
    }

    .yacht-section h2 {
        font-size: 38px;
    }
}
/* ===== GLASS EFFECT ===== */
.service-card::after,.manage_page .training-card::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background: linear-gradient(to top, #ffffff8a, #ffffff8a, #ffffff00);
    z-index:1;
    pointer-events:none;
}
.manage_page .training-card:hover{
    background: #1e4585 !important;
    background-image: none !important;
}
.manage_page .training-card:hover > .training-overlay {
    display: none;
}
.manage_page .training-card:hover::after{
    display:none;
}
/* ===== CONTENT ===== */
.service-content{
    position:relative;
    z-index:2;
    width:100%;
    padding:0 28px 28px;
    color:#fff;

    display:flex;
    flex-direction:column;
}

.service-content h3{
    color:white;
    font-size:27px;
    line-height:32px;
    font-family:'Inter';
    margin:0 0 8px;
    font-weight:600;
    text-shadow:0 2px 8px rgba(0,0,0,0.45);
}

.service-content p{
    font-size:16px;
    line-height:1.1;
    margin:0 0 13px;
    color:#ffffff;
}

.service-btn{
    display:block;
    width:100%;
    padding:10px 15px;
    border-radius:30px;
    background: linear-gradient(to bottom, #244d87, #4f78b4);
    border-color: transparent;
    color:#ffffff;
    font-size:15px;
    text-decoration:none;
    box-shadow:inset 0 1px 3px rgba(255,255,255,0.35);
    margin-top:auto;
    font-family:Inter;
    font-weight:700;
}

/* ===== HOVER SHADOW ===== */
.service-card:hover{
    box-shadow:0 15px 35px rgba(0,0,0,0.25);
}
.contact-page .header:after,.header.sticky:after {
    content: '';
    height: 25px;
    background: linear-gradient(180deg, #1e4585a1 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.contact-page .header:before,.header.sticky:before {
    content: '';
    height: 107%;
    background: #adadad40;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*.home_page .header:before,.home_page .header:after{*/
/*    display:none;*/
/*}*/
.contact-page .contact-section{
    padding-top: 101.5px
}
.contact-page .contact-container{
    display: flex;
    justify-content: center;
}
.contact-page .contact-address-title{
    color: #16386B;
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 27px;
    word-wrap: break-word
}
.contact-page .contact-address-subtitle{
    color: #717182;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding: 8px 0px;
}
.contact-page .contact-address-phone{
    color: #16386B;
    font-size: 16.44px;
    font-family: Inter;
    font-weight: 500;
    line-height: 24.67px;
    word-wrap: break-word
}
.contact-page .addresses-list{
    border-right: 2px solid #f05525;
}
.contact-page .addresses-list:last-child{
    border-right: none;
}
/*.service-card::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:0;*/
/*    z-index:1;*/
/*    background:linear-gradient(*/
/*            to bottom,*/
/*            rgba(0, 0, 0, 0.02) 20%,*/
/*            rgba(0, 0, 0, 0.35) 60%,*/
/*            rgba(255, 255, 255, 0.75) 100%*/
/*    );*/
/*}*/
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    /* dark gradient */
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.05) 20%,
            rgba(0,0,0,0.3) 55%,
            rgba(0,0,0,0.6) 100%
    );
}
.service-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    /* backdrop-filter: blur(3px); */
    background: linear-gradient(to top, #ffffff8a, #ffffff8a, #ffffff00); /* glass effect */
    z-index: 1;
}
.service-content{
    position:relative;
    z-index:2;
    width:100%;
    padding:0 28px 28px;
    color:#fff;

    display:flex;
    flex-direction:column;
}
.service-content h3{
    color:white;
    font-size:27px;
    line-height: 32px;
    font-family: 'Inter';
    margin:0 0 8px;
    font-weight: 600;
    text-shadow:0 2px 8px rgba(0, 0, 0, 0.45);
}

.service-content p{
    font-size: 16px;
    line-height:1.1;
    margin:0 0 13px;
    color:#ffffff;
}

.service-btn{
    display:block;
    width:100%;
    padding:10px 15px;
    border-radius:30px;
    background: linear-gradient(to bottom, #244d87, #4f78b4);
    border-color: transparent;
    color:#ffffff;
    font-size:15px;
    text-decoration:none;
    box-shadow:inset 0 1px 3px rgba(255, 255, 255, 0.35);
    margin-top:auto;
    font-family: Inter;
    font-weight: 700;
}

.partners-title{
    color: #1E4585;
    font-size: 94px;
    font-family: Montserrat;
    font-weight: 700;
    word-wrap: break-word;
    text-align: justify;
}
.gray-btn{
    color: #1E4585;
    font-size: 14px;
    background: rgba(209, 209, 209, 0.4);
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    border-radius: 25px;
    border-color: transparent;
    padding: 5px 20px;
    box-shadow: 0px 6px 10px #00000052;
}
.gray-btn:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.58);
}
.service-card:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.58);
    /*background-size: 110%;*/
}
.service-card:hover::after {
    /* backdrop-filter: blur(5px); */
}
.news-section {
    padding: 0px 0 45px;
    background: #fff;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.news-header {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 28px;
}

.news-header h2 {
    color: #16386B;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 8px;
}

.news-header p {
    color: #555;
    font-size: 16px;
}

.news-carousel-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 0 25px 20px;
    scroll-snap-type: x mandatory;
}

.news-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.news-carousel {
    display: flex;
    gap: 25px;
    width: max-content;
}

.news-card {
    width: 420px;
    min-height: 360px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 25px;
    padding: 18px;
    scroll-snap-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}
.manage_page .news-card {
    border: 0px;
    background: transparent;
    box-shadow: none;
}
.news-img {
    position: relative;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 18px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-date {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 54px;
    height: 62px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-date strong {
    color: #16386B;
    font-size: 22px;
    line-height: 1;
}

.news-date span {
    color: #555;
    font-size: 13px;
    margin-top: 4px;
}

.news-content h3,#blogModal .blog-content h2 {
    color: #2b2b2b;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 12px;
}

.news-content p,#blogModal .blog-content div {
    color: #606060;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 20px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    border-radius: 30px;
    background: #fff;
    color: #f05525;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 5px 12px rgba(0,0,0,0.18);
}

.read-more span {
    width: 18px;
    height: 18px;
    background: #f05525;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.news-bottom {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-top: 25px;
}

.guide-btn,.contact-submit {
    /*display: inline-block;*/
    padding: 13px 26px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #4f78b4, #244d87);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(36, 77, 135, 0.35);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    white-space: normal;
    max-width: 100%;
}
.contact-submit {
    width: 100%;
    padding: 10px;
    margin-top:15px;
}
.guide-btn:hover,.contact-submit:hover,.service-btn:hover,.gray-btn:hover{
    color: white;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.58);
    background: linear-gradient(to bottom, #f69a7e, #f05525);
}

.xb-footer_newsletter .xb-input-form .submit_btn:hover{
    color: white !important;
    background: linear-gradient(to bottom, #f69a7e, #f05525);
}
.image-box{
    overflow: hidden;
}

.image-box img{
    display: block;
    transition: transform 0.4s ease;
}

.image-box:hover img{
    transform: scale(1.1);
}
.read-more:hover{
    background: linear-gradient(to bottom, #4f78b4, #244d87);
    color: #fff;
}
.read-more:hover span{
    background: white;
    color: #244d87;
}
.news-carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.news-carousel {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: scrollCarousel 25s linear infinite;
}

/* PAUSE ON HOVER (optional) */
.news-carousel:hover {
    animation-play-state: paused;
}
/* Make swiper slides equal height */
.newsSwiper .swiper-wrapper {
    align-items: stretch;
}

.newsSwiper .swiper-slide {
    display: flex;
    height: auto;
}

/* Make card fill full height */
.newsSwiper .news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-card .read-more {
    margin-top: auto;
}
.benefits-section {
    padding: 20px 40px;
    background: #fff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 40px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 30px 24px;
    min-height: 90px;
    transition: all 0.35s ease;
    cursor: pointer;
}

.benefit-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #202020;
}

.benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #8b929c;
}

/* Hover effect like second image */
.benefit-card:hover {
    background: #385f9e;
    border-color: #385f9e;
    /* border-radius: 18px; */
    /* transform: scale(1.08); */
    /* padding: 30px 36px; */
    box-shadow: 0 18px 35px rgba(56, 95, 158, 0.25);
}

.benefit-card:hover h3 {
    color: #fff;
    /* font-size: 24px; */
}

.benefit-card:hover p {
    color: rgba(255, 255, 255, 0.85);
    /* font-size: 22px; */
    /* line-height: 1.45; */
}

/* Tablet */
@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .benefits-section {
        padding: 20px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card:hover {
        transform: scale(1.03);
        padding: 26px;
    }

    .benefit-card:hover h3 {
        font-size: 22px;
    }

    .benefit-card:hover p {
        font-size: 18px;
    }
}
/*Services swiper*/

.services-section {
    padding: 0px 0 45px;
    background: #fff;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.services-header {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 28px;
}

.services-header h2 {
    color: #16386B;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 8px;
}

.services-header p {
    color: #555;
    font-size: 16px;
}

.services-carousel-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 0 25px 20px;
    scroll-snap-type: x mandatory;
}

.services-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.services-carousel {
    display: flex;
    gap: 25px;
    width: max-content;
}

.services-card {
    width: 100%;
    min-height: 360px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 25px;
    padding: 18px;
    scroll-snap-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    text-align: left;
    box-shadow: 4px -4px 10px #e8e8e8;
}
.services-carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.services-carousel {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: scrollCarousel 25s linear infinite;
}

/* PAUSE ON HOVER (optional) */
.services-carousel:hover {
    animation-play-state: paused;
}
/* Make swiper slides equal height */
.servicesSwiper .swiper-wrapper {
    align-items: stretch;
}

.servicesSwiper .swiper-slide {
    display: flex;
    height: auto;
}

/* Make card fill full height */
.servicesSwiper .services-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact-section {
    background: url("../img/contact-bg.png") center/cover no-repeat;
    font-family: "Inter", sans-serif;
}

.contact-overlay {
    min-height: 620px;
    padding: 45px 7% 65px;
    background: rgba(255, 255, 255, 0.72);
    /*backdrop-filter: blur(6px);*/
}

.contact-header {
    text-align: center;
    margin-bottom: 45px;
}
.contact-card input[type="text"], .contact-card input[type="password"], .contact-card input[type="email"], .contact-card input[type="tel"], .contact-card form select, .contact-card textarea {
    height: inherit;
}

.contact-container {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.contact-card {
    min-height: 430px;
    padding: 42px 32px;
    border: 1px solid rgba(30, 69, 133, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(7px);
    color: #333;
}

.contact-card h3 {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.contact-card p,.contact-card p a {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

.contact-info {
    margin-top: 22px;
}

.contact-info h4 {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 45px;
    margin-top: 22px;
}

.contact-divider {
    height: 1px;
    background: #f05525;
    margin: 45px 5px 28px;
}
.events-date{
    color: #f05525;
}
.stay-connected h3 {
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 18px;
    margin-top: 25px;
}

.social-icons a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
#requestProposalModal h3{
    font-weight: 700;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 28px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #333;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #8d8d8d;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.55);
    padding: 14px 16px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    outline: none;
}

.form-group textarea {
    height: 105px;
    resize: none;
}
.xb-footer_newsletter .xb-input-form .submit_btn{
    border-radius: 25px;
}
.xb-footer_newsletter .xb-input-form input{
    border-radius: 35px;
}
.training-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
    padding: 15px 35px;
}

.training-card {
    position: relative;
    height: 250px;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manage_page .training-card {
    height: 180px;
}
.training-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.training-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 25px;
    max-width: 90%;
}

.training-content h3 {
    color: white;font-size: 26px;font-family: Open Sans;font-weight: 700;line-height: 36px;word-wrap: break-word;text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.50);color: white;}

.training-content p {
    color: white;font-size: 16px;font-family: Inter;font-weight: 400;line-height: 21px;word-wrap: break-word;}
.logo-section {
    padding: 0px;
    background: #fff;
    overflow: hidden;
}
.pointer{
    cursor: pointer !Important;
}
.logoSwiper {
    width: 100%;
}

.logoSwiper .swiper-wrapper {
    align-items: center;
}

.logoSwiper .swiper-slide {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.35;
    transform: scale(0.65);
    transition: all 0.45s ease;
}

.logoSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: all 0.45s ease;
}

.logoSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.25);
    z-index: 5;
}

.logoSwiper .swiper-slide-active img {
    max-height: 190px;
}
.logoSwiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.logoSwiper .swiper-slide {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.45;
    transform: scale(0.75);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logoSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}
.logoSwiper .swiper-slide {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.35;
    transform: scale(0.75);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.logoSwiper .swiper-slide img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.logoSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.2);
    z-index: 5;
}

.logoSwiper .swiper-slide-active img {
    max-height: 180px;
}.crew-section {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 40px;
     padding: 20px;
 }

/* CARD */
.crew-card {
    position: relative;
    height: 380px;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;
}

/* IMAGE */
.crew-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

/* BLUE OVERLAY */
.crew-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2f5597, #1f3f7a);
    opacity: 0;
    transition: 0.5s ease;
}

/* CONTENT */
.crew-card .content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    color: #fff;
    padding: 20px;
}

.crew-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.crew-card p {
    font-size: 18px;
    opacity: 0.9;
}

/* HOVER EFFECT */
.crew-card:hover img {
    /*opacity: 0;*/
    transform: scale(1.05);
}

.crew-card:hover .overlay {
    opacity: 1;
}
.crew-services {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 30px 8px;
}

.crew-service-card {
    min-height: 125px;
    border-radius: 30px;
    background: linear-gradient(
            180deg,
            #ffffff 0%,
            #f2f2f2 45%,
            #b8b8b8 100%
    );
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #16488b;
    text-align: center;
    padding: 28px 40px;
}

.crew-service-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 800;
    color: #16488b;
}

.crew-service-card p {
    margin: 0;
    max-width: 620px;
    font-size: 13px;
    line-height: 1.25;
    color: #24528f;
}
.crew-service-card {
    min-height: 125px;
    border-radius: 35px;
    background: linear-gradient(
            180deg,
            #ffffff 0%,
            #f2f2f2 45%,
            #b8b8b8 100%
    );
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 40px;
    transition: all 0.5s ease;
}

/* TEXT DEFAULT */
.crew-service-card h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1e4b8f;
    margin-bottom: 10px;
    transition: 0.4s;
}

.crew-service-card p {
    font-size: 14px;
    color: #2b5c9c;
    max-width: 650px;
    transition: 0.4s;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ HOVER */
.crew-service-card:hover {
    background: linear-gradient(
            180deg,
            #2c4f8f 0%,
            #1e3b6f 40%,
            #0c1f3f 100%
    );
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

/* TEXT ON HOVER */
.crew-service-card:hover h3,
.crew-service-card:hover p {
    color: #ffffff;
}
.crew-service-card:hover {
    background: linear-gradient(
            180deg,
            #2c4f8f 0%,
            #1e3b6f 40%,
            #0c1f3f 100%
    );
    box-shadow:
            0 20px 50px rgba(0,0,0,0.35),
            inset 0 2px 10px rgba(255,255,255,0.1);
}
.cta-section {
    position: relative;
    padding: 100px 20px;
    border-radius: 0px;
    overflow: hidden;
    background: url('../img/crew-cta-bg.png') center/cover no-repeat;
}

/* BLUR + LIGHT OVERLAY */
.cta-overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.75);
    z-index: 1;
}

/* CONTENT */
.cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.find-crew-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(2px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.find-crew-modal.active {
    display: flex;
}
.find-crew-box, .join-crew-box {
    position: relative;
    width: 90%;
    background: rgb(255 255 255 / 66%);
    border: 1px solid #c9d5e8;
    border-radius: 20px;
    padding: 35px 55px 30px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.find-crew-modal.active .find-crew-box {
    max-height: 95vh;
    overflow-y: auto;
}
.find-crew-close, .join-crew-close {
    position: absolute;
    top: 10px;
    right: 30px;
    border: 0;
    background: transparent;
    font-size: 35px;
    line-height: 1;
    color: #0c3268;
    cursor: pointer;
}

.find-crew-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 75px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #6f6f6f;
    border-radius: 12px;
    background: #fff;
    padding: 12px 16px;
    font-size: 16px;
    outline: none;
}

.form-group textarea {
    resize: none;
    font-size: 13px;
    color: #777;
}

.form-consent {
    grid-column: 1 / 4;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #222;
}

.form-consent input {
    width: 26px;
    height: 26px;
}


@media (max-width: 991px) {
    .find-crew-box {
        max-height: 90vh;
        overflow-y: auto;
        padding: 35px 20px 25px;
    }

    .find-crew-form {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .form-consent,
    .submit-btn {
        grid-column: 1;
    }

    .form-group label {
        font-size: 17px;
    }
}
/* TEXT */
.cta-content h2 {
    color: #1e3f75;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #16386B;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 700;
    word-wrap: break-word;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.30);
}
.cta-content h1
{
    color: #1e3f75;
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 42px;
    font-family: Open Sans;
    font-weight: 700;
    word-wrap: break-word;
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.30);
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, #3b66a8, #1f3f7a);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* HOVER */
.cta-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #2f5597, #162f5c);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.cta-overlay {
}
.info-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    padding: 50px 30px;
    background: #fff;
    font-family: "Inter", "Arial", sans-serif;
}

.info-card {
    max-width: 360px;
}

.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}

.info-icon.blue {
    background: #183f83;
}

.info-icon.orange {
    background: #f45125;
}

.info-icon.light-blue {
    background: #4d8fcd;
}

.info-card h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
    padding-left: 12px;
}

.info-card h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 2px;
    height: 20px;
    background: #9fc8f2;
}

.info-card:nth-child(2) h3::before {
    background: #ffb59e;
}

.info-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #777;
    margin: 0;
}
.sdg-section{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 100px;
    padding:60px 40px;
    font-family:"Inter", sans-serif;
}

.sdg-content{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:28px;
}

.sdg-box{
    background:#fff;
    border:1.5px solid #2e63b7;
    border-radius:18px;
    padding:28px 30px;
    font-size:20px;
    line-height:1.8;
    color:#5b5b5b;
    transition:all 0.45s ease;
    position:relative;
    overflow:hidden;
}

/* Hover Effect */
.sdg-box:hover{
    transform:translateY(-6px);
    box-shadow:
            0 25px 45px rgba(32, 67, 124, 0.18),
            0 10px 20px rgba(32, 67, 124, 0.10);
}

/* Optional subtle glow */
.sdg-box::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            rgba(46,99,183,0.03)
    );
    opacity:0;
    transition:0.4s;
}

.sdg-box:hover::after{
    opacity:1;
}

.sdg-image{
    flex:0 0 340px;
    text-align:center;
}

.sdg-image img{
    max-width:100%;
    height:auto;
    object-fit:contain;
}
.select2-container .select2-selection--single {
    height: 48px !important;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.select2-results__options {
    max-height: 220px !important;
    overflow-y: auto !important;
}
.form-group .nice-select.apply-select2 {
    display: none !important;
}
.iti {
    width: 100%;
}

.iti input {
    width: 100%;
    height: 48px;
    border: 1px solid #707070;
    border-radius: 10px;
    padding-left: 90px !important;
    font-size: 15px;
}

.iti__selected-country {
    border-radius: 10px 0 0 10px;
}
.guide-btn:disabled,.contact-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.7s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.destination-cards {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 30px;
}

.destination-card {
    position: relative;
    width: 50%;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;
    height: 90vh;
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.destination-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(22, 60, 122, 0.25);
    z-index: 1;
    transition: 0.4s ease;
}

.destination-card:hover::before {
    background: rgba(22, 60, 122, 0.82);
}

.destination-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 28px 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

.destination-top h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.destination-top p {
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
}

.destination-list {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: 0.4s ease;
}

.destination-card:hover .destination-list {
    opacity: 1;
}

.destination-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.destination-list li::before {
    content: "☼";
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.6);
}

.destination-btn {
    width: 100%;
    height: 64px;
    border-radius: 18px;
    background: rgba(42, 79, 145, 0.75);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.destination-card:hover .destination-btn {
    background: rgba(178, 87, 87, 0.85);
}

/* DESCRIPTION */
.destination-middle {
    position: absolute;
    top: 52%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: calc(100% - 70px);

    opacity: 0;
    visibility: hidden;

    transition: 0.4s ease;
}

/* SHOW ON HOVER */
.destination-card:hover .destination-middle {
    opacity: 1;
    visibility: visible;
}

/* LIST */
.destination-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form-group-double{
    width: 200%;
}
.destination-list li {
    position: relative;
    padding-left: 34px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.destination-list li::before {
    content: "☼";
    position: absolute;
    left: 0;
    top: 0;

    color: rgba(255,255,255,0.65);
}
.input-with-unit {
    position: relative;
    width: 100%;
}

.input-with-unit input {
    width: 100%;
    padding-right: 55px; /* space for ft */
}

.input-with-unit .unit {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    pointer-events: none;
}
.sitemap-modern {
    position: relative;
    overflow: hidden;
    background: #1e4585;
    padding: 170px 0 120px;
    min-height: 100vh;
}

.sitemap-overlay {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at top right, rgba(200,164,93,0.15), transparent 30%),
            radial-gradient(circle at bottom left, rgba(255,255,255,0.05), transparent 25%);
    pointer-events: none;
}

.sitemap-container {
    width: min(1250px, 92%);
    margin: auto;
    position: relative;
    z-index: 2;
}

.sitemap-top {
    text-align: center;
    margin-bottom: 70px;
}

.sitemap-subtitle {
    color: #f05426;
    letter-spacing: 5px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.sitemap-top h1 {
    color: #fff;
    font-size: clamp(50px, 8vw, 95px);
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
}

.sitemap-top p {
    max-width: 760px;
    margin: auto;
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.8;
}

.sitemap-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.sitemap-column {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    padding: 40px;
    transition: 0.4s ease;
}

.sitemap-column:hover {
    transform: translateY(-10px);
    border-color: rgb(233 83 41 / 50%);
}

.sitemap-column h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}

.sitemap-column h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: rgb(233 83 41);
}

.sitemap-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    margin-bottom: 16px;
    border-radius: 18px;
    text-decoration: none;
    color: rgba(255,255,255,0.82);
    background: rgba(255,255,255,0.03);
    border: 1px solid transparent;
    transition: 0.35s ease;
    font-size: 16px;
}

.sitemap-link i {
    opacity: 0;
    transform: translateX(-8px);
    transition: 0.35s ease;
}

.sitemap-link:hover {
    background: rgb(233 83 41 / 12%);
    border-color: rgb(233 83 41 / 50%);
    color: #fff;
    padding-left: 28px;
}

.sitemap-link:hover i {
    opacity: 1;
    transform: translateX(0);
}

.sitemap-link.active {
    border-color: rgb(228 83 44 / 45%);
    background: rgb(228 83 44 / 12%);
}

@media(max-width: 991px){

    .sitemap-wrapper{
        grid-template-columns: 1fr;
    }

    .sitemap-column{
        padding: 30px;
    }

    .sitemap-modern{
        padding-top: 140px;
    }

}

@media(max-width: 576px){

    .sitemap-top h1{
        font-size: 55px;
    }

    .sitemap-column h2{
        font-size: 24px;
    }

    .sitemap-link{
        font-size: 14px;
        padding: 16px 18px;
    }

}
@media (max-width: 991px) {
    .destination-cards {
        gap: 30px;
        padding: 25px 15px;
    }

    .destination-card {
        width: 100%;
        max-width: 360px;
        height: 650px;
    }

    .destination-top h3 {
        font-size: 34px;
    }

    .destination-list li {
        font-size: 15px;
        margin-bottom: 16px;
        padding-left: 30px;
    }

    .destination-btn {
        height: 54px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .filter-btn {
        top: 25px;
    }
    .form-group-double{
        width: 100% !important;
    }
    .container {
        max-width: 95%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .destination-cards {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        padding: 20px 15px;
    }

    .destination-card {
        max-width: 100%;
        height: 620px;
        border-radius: 28px;
    }

    .destination-content {
        padding: 24px 22px;
    }

    .destination-top h3 {
        font-size: 32px;
    }

    .destination-top p {
        font-size: 14px;
    }

    .destination-list li {
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .destination-card {
        height: 580px;
    }

    .destination-list li {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .destination-btn {
        height: 50px;
        font-size: 16px;
    }
}
/* Responsive */
@media(max-width:991px){

    .sdg-section{
        flex-direction:column;
        text-align:center;
        gap: 20px;
        padding-top: 10px;
    }

    .sdg-image{
        flex:auto;
    }

    .sdg-box{
        font-size:18px;
        padding:24px;
    }

}
/* Responsive */
@media (max-width: 991px) {
    .info-section {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .info-card {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .find-crew-form, .join-crew-form {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 75px;
    }
    .find-crew-box, .join-crew-box {
        padding: 35px 25px 30px;
    }
    .guide-btn {
        width: 100%;
        padding: 14px 22px;

        font-size: 15px;

        white-space: normal;
        word-break: break-word;
    }
    .find-crew-modal {
        padding:10px;
    }
    .find-crew-box {
        width:100%;
    }
    .crew-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .crew-services {
        gap: 22px;
        padding: 20px 10px;
    }

    .crew-service-card {
        min-height: 115px;
        border-radius: 24px;
        padding: 24px 18px;
    }

    .crew-service-card h3 {
        font-size: 20px;
    }

    .crew-service-card p {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .logoSwiper .swiper-slide {
        height: 160px;
        transform: scale(0.7);
    }

    .logoSwiper .swiper-slide-active {
        transform: scale(1.05);
    }

    .logoSwiper .swiper-slide-active img {
        max-height: 130px;
    }
}
/* Responsive */
@media (max-width: 991px) {
    .training-cards {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 15px;
    }

    .training-card {
        height: 220px;
        border-radius: 24px;
    }

    .training-content h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .training-content p {
        font-size: 17px;
    }

    .training-content {
        padding:5px;
    }
}
@media (max-width: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
    }

    .contact-row,
    .form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-header h2 {
        font-size: 36px;
    }
}
/* KEYFRAMES */
@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 600px) {
    .news-header h2 {
        font-size: 34px;
    }

    .news-card {
        width: 310px;
        margin: auto;
    }

    .news-img {
        height: 140px;
    }

    .news-content h3 {
        font-size: 19px;
    }
    .services-header h2 {
        font-size: 34px;
    }

    .services-card {
        width: 310px;
        margin: auto;
    }

    .services-img {
        height: 140px;
    }

    .services-content h3 {
        font-size: 19px;
    }
}
/* RESPONSIVE SERVICES */
@media (max-width:900px){
    .services-grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .services-subtitle{
        max-width:95%;
    }
}

@media (max-width:768px){
    .cta-content h2 {
        font-size: 22px;
    }
    .partners-title {
        color: #1E4585;
        font-size: 45px;
        font-family: Montserrat;
        font-weight: 700;
        word-wrap: break-word;
        text-align: inherit;
    }
    .services-section h2{
        font-size: 25px;
    }
    .contact-page .contact-section {
        padding-top: 78px;
    }
    .logo img {
        height: 35px;
    }
    .contact-page .addresses-list{
        border-right: none;
        padding:10px 0px;
    }
    .contact-page .addresses-list:last-child{
        border-bottom: none;
    }
    .services-subtitle{
        font-size:14px;
        margin-bottom:30px;
    }

    .services-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .service-card{
        min-height: 300px;
    }
    .hero-content {
        top: 50%;
        left: 30%;
        transform: translate(-20%, -50%);
    }
}

/* RESPONSIVE HEADER */
@media(max-width:1000px){
    .nav{
        display:none;
    }

    .menu-btn{
        display:block;
    }

    .connect-btn{
        display:none;
    }
}