:root {
    --primary: #005d8f;
    --secondary: #003d66;
    --yellow: #f7b500;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* TOP BAR */
.top-bar {
    background: #03253c;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar .social a {
    color: #fff;
    margin-right: 12px;
    text-decoration: none;
}

/* HEADER */
.main-header {
    background: var(--primary);
    color: white;
    padding: 15px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo img {
    width: auto;
}

.logo h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.logo p {
    margin: 0;
}

/* NAVBAR */
.navbar-custom {
    background: #014c75;
}

.navbar-custom .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 15px;
}

.navbar-custom .dropdown-menu {
    background: #014c75;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

.navbar-custom .dropdown-item {
    color: #fff;
    padding: 10px 20px;
}

.navbar-custom .dropdown-item:hover {
    background: #02689d;
    color: #fff;
}

@media(min-width:992px) {
    /* Show dropdown on hover desktop */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
    }

    .features {
        margin-top: -60px;
    }
}


/* FOOTER */
footer {
    background: #01253d;
    color: white;
    text-align: center;
    padding: 30px;
    /* margin-top: 50px; */
}

/* RESPONSIVE */
@media (max-width: 991px) {
    /* Header */
    .main-header {
        padding: 10px 0;
    }

    .logo {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .logo img {
        max-height: 55px;
        width: auto;
    }

    .logo h2,
    .logo p {
        display: none;
    }

    /* Move menu icon into header */
    .navbar-custom {
        background: transparent;
        position: absolute;
        top: 50px;
        right: 5px;
        z-index: 9999;
        background: transparent;
    }

    .navbar>.container {
        justify-content: flex-end;
    }

    .navbar-toggler {
        padding: 5px;
        box-shadow: none !important;
    }

    .navbar-collapse {
        background: #014c75;
        padding: 15px;
        margin-top: 10px;
        border-radius: 8px;
    }

    .features {
        margin-top: -100px;
    }

    .swiper {
        height: 350px;
    }
}

.language-switch a {
    color: #fff;
    text-decoration: none;
}

.language-switch a:hover {
    color: #f7b500;
}

.language-switch a {
    color: #fff;
    text-decoration: none;
    transition: color .3s ease;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.language-switch a:hover,
.language-switch a:focus,
.language-switch a:active {
    color: #f7b500;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

/* Google Translate top banner hide */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Google logo aur attribution hide */
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

.footer-top {
    background: #005681;
    padding: 30px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 0.8fr;
    gap: 40px;
}

.footer-logo {
    max-width: 230px;
    margin-bottom: 30px;
}

.footer-column h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.footer-column ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-column p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.phone-box {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #fff;
    color: #005681;
}

footer {
    background: #003f5f;
    color: #fff;
    text-align: center;
    padding: 18px;
    font-size: 16px;
}

/* Tablet */
@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-column h4 {
        font-size: 16px;
    }

    .footer-column ul li a,
    .footer-column p,
    .phone-box {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }

    .footer-logo {
        max-width: 180px;
        margin: auto auto 25px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-column h4 {
        font-size: 16px;
    }

    .footer-column ul li a,
    .footer-column p,
    .phone-box {
        font-size: 14px;
    }
}

.top-bar {
    background: #004a7c;
    padding: 8px 0;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 8px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #fff;
    color: #004a7c;
}

.social-icons i {
    font-size: 16px;
}

.language-switch a {
    color: #fff;
    text-decoration: none;
}

.language-switch a:hover {
    text-decoration: underline;
}

.sidebar .collapse a {
    font-size: 14px;
    padding: 6px 15px;
    display: block;
    color: #cbd5e1;
}

.sidebar .collapse a.active {
    color: #fff;
    font-weight: 500;
}

.sidebar-toggle {
    cursor: pointer;
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.float-btn:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.float-btn.whatsapp {
    background: #25d366;
}

.float-btn.call {
    background: #004f83;   /* matches your site's blue */
}

/* gentle pulse to draw attention */
.float-btn.whatsapp {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70%  { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Mobile — slightly smaller */
@media (max-width: 767px) {
    .float-btn {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
    .floating-contact {
        right: 15px;
        bottom: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: 0;
        display: none;
        min-width: 260px;   /* wide like the screenshot's right panel */
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* right-pointing arrow on the first-level items */
    .dropdown-submenu > .dropdown-toggle::after {
        border: none;
        content: "\25B6";        /* ▶ */
        font-size: 10px;
        float: right;
        margin-top: 4px;
    }

    /* highlight the hovered first-level item (grey like screenshot) */
    .dropdown-submenu:hover > .dropdown-toggle {
        background: #f0f0f0;
        color: #083d4a;
    }
}

/* general dropdown look */
.dropdown-menu {
    border: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    border-radius: 0;
    padding: 0;
}

.dropdown-item {
    padding: 12px 18px;
    font-size: 15px;
    color: #1a2b4a;
    border-bottom: 1px solid #f2f2f2;
}

.dropdown-item:hover {
    background: #f7f9fc;
    color: #0d6efd;
}

@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        display: none;
        padding-left: 15px;
        box-shadow: none;
    }
    .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: 0;
        display: none;
        min-width: 260px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* align label + arrow with flex so both items look identical */
    .dropdown-submenu > .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* the ▶ arrow — force over Bootstrap's caret */
    .dropdown-submenu > .dropdown-toggle::after {
        content: "\25B6" !important;   /* ▶ */
        border: none !important;
        display: inline-block;
        font-size: 10px;
        margin-left: 8px;
        color: #fff;                   /* white on dark navbar */
        flex-shrink: 0;
    }

    /* hovered first-level item highlight (navbar blue, not grey) */
    .dropdown-submenu:hover > .dropdown-toggle {
        background: #02689d;
        color: #fff;
    }
}

/* Sticky Navbar */
/* .navbar-custom {
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
} */