/* Hide Translator on Mobile View */
@media (max-width: 767px) {
    #google_mobile {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    #google_desktop {
        display: none !important;
        visibility: hidden !important;
    }

    #mainmenu li#google_mobile {
        display: none !important;
        list-style: none;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        line-height: 0 !important;
    }

    .goog-te-gadget,
    .goog-te-gadget-simple,
    .goog-te-banner-frame,
    .goog-te-menu-frame {
        display: none !important;
        visibility: hidden !important;
    }
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
    background: #f6f8fb;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1);
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #0a4d8c;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    display: none;
    text-decoration: none;
}

.scroll-to-top:hover {
    background-color: #063a6b;
    color: white;
}

/* Contact link styles */
.contact-link {
    display: block;
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    text-decoration: none;
    color: inherit;
}

.contact-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

@media (max-width: 768px) {
    .contact-text {
        font-size: 16px !important;
        line-height: 1.4;
    }
}

.footer-products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-products-list li {
    margin-bottom: 8px;
}

.footer-products-list li a {
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ddd;
    text-decoration: none;
}

.footer-products-list li a:hover {
    padding-left: 5px;
    color: #0a4d8c !important;
}

/* footer blue shade overrides */
.section-dark .widget h5 {
    color: #0a4d8c !important;
    font-weight: 600;
}

.section-dark .social-icons a {
    background: rgba(10, 77, 140, 0.1);
    color: #0a4d8c;
}

.section-dark .social-icons a:hover {
    background: #0a4d8c;
    color: #fff;
}

.section-dark .contact-text,
.section-dark .contact-link {
    color: #fff;
}

.section-dark .contact-link:hover .contact-text {
    color: #0a4d8c;
}

.section-dark .op-5 {
    color: #aaa;
}

/* EXPORT PAGE SPECIFIC STYLES */
.term-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: center;
    transition: all 0.3s;
}

.term-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.term-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #f0f7ff;
    border-radius: 50%;
    margin: 0 auto 20px;
    color: #0a4d8c;
    font-size: 36px;
}

.payment-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid #0a4d8c;
    height: 100%;
}

#subheader h1 {
    font-size: 48px;
    font-weight: 700;
}

#subheader .crumb {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

#subheader .crumb li {
    display: inline;
    color: rgba(255, 255, 255, 0.8);
}

#subheader .crumb li a {
    color: white;
    text-decoration: none;
}

#subheader .crumb li a:hover {
    color: #ffc107;
}

#subheader .crumb li.active {
    color: #ffc107;
}

.bg-color {
    background-color: #0a4d8c !important;
}

.fs-120 {
    font-size: 120px;
}

.fs-18 {
    font-size: 18px;
}

.id-color {
    color: #0a4d8c;
}

.btn-main {
    background: #0a4d8c;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border: none;
    transition: all 0.3s;
}

.btn-main:hover {
    background: #063a6b;
    color: white;
    transform: translateY(-3px);
}

/* ===== HEADER FIX - SAME AS INDEX ===== */

/* Logo styling */
#logo img {
    max-height: 65px;
    width: auto;
}

@media (max-width: 992px) {

    /* Header - Dark background for mobile */
    .header-static {
        position: relative !important;
        background: #0a1a2a !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
        z-index: 9999 !important;
        display: block !important;
    }

    .de-flex {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    #logo {
        display: block !important;
    }

    #logo img {
        max-height: 45px !important;
        width: auto !important;
        display: block !important;
    }

    .header-col-mid {
        display: none !important;
    }

    #menu-btn {
        display: block !important;
        width: 45px !important;
        height: 45px !important;
        background: #0a4d8c !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        margin-left: 15px !important;
    }

    #menu-btn span {
        display: block !important;
        width: 28px !important;
        height: 3px !important;
        background: white !important;
        margin: 8px auto !important;
        border-radius: 3px !important;
    }

    .mobile-nav {
        display: none !important;
        position: absolute !important;
        top: 70px !important;
        left: 0 !important;
        width: 100% !important;
        background: #0a1a2a !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
        z-index: 9999 !important;
        padding: 15px 0 !important;
    }

    .mobile-nav.active {
        display: block !important;
    }

    .mobile-nav ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mobile-nav li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .mobile-nav li:last-child {
        border-bottom: none !important;
    }

    .mobile-nav li a {
        display: block !important;
        padding: 12px 20px !important;
        color: white !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
    }

    /* Page title fix */
    #subheader {
        padding: 80px 0 60px !important;
    }

    #subheader h1 {
        font-size: 32px !important;
    }

    .fs-120 {
        font-size: 80px !important;
    }

    /* Container fix */
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 993px) {

    #menu-btn,
    .mobile-nav {
        display: none !important;
    }
}

#menu-btn {
    display: none;
}

@media (max-width: 768px) {
    #subheader h1 {
        font-size: 28px !important;
    }

    .term-card {
        padding: 20px !important;
    }

    .payment-box {
        padding: 20px !important;
    }
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}