/* Hide Translator on Mobile View */
@media (max-width: 767px) {

    #google_mobile,
    #google_desktop,
    .goog-te-gadget,
    .goog-te-banner-frame {
        display: none !important;
        visibility: hidden !important;
    }
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
    font-family: 'Poppins', sans-serif;
    background: #f5f7fb;
    color: #333;
    overflow-x: hidden;
}

/* 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;
}

/* footer arrow image replacement with blue */
.footer-blue-arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #0a4d8c;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #0a4d8c;
    opacity: 0.8;
}

/* ----- CONTACT PAGE SPECIFIC STYLES ----- */
.hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
}

.contact-card {
    background: white;
    padding: 35px 20px;
    border-radius: 24px;
    box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid rgba(10, 77, 140, 0.08);
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px -12px rgba(10, 77, 140, 0.25);
}

.contact-icon {
    font-size: 36px;
    color: #0a4d8c;
    margin-bottom: 20px;
}

.contact-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #0a4d8c;
}

.contact-card p {
    color: #555;
    margin: 0;
    font-size: 15px;
}

.contact-form-wrapper {
    background: white;
    border-radius: 32px;
    padding: 45px;
    box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.15);
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a4d8c;
}

.form-sub {
    color: #666;
    margin-bottom: 30px;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 15px;
    transition: all 0.2s;
    background: #fafafa;
}

.form-control:focus,
.form-select:focus {
    border-color: #0a4d8c;
    box-shadow: 0 0 0 4px rgba(10, 77, 140, 0.1);
    background: #fff;
    outline: none;
}

textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

.btn-submit {
    background: #0a4d8c;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(10, 77, 140, 0.4);
}

.btn-submit:hover {
    background: #094078;
    transform: translateY(-3px);
}

.btn-submit i {
    margin-left: 10px;
    transition: 0.2s;
}

.btn-submit:hover i {
    transform: translateX(5px);
}

.form-message {
    display: none;
    padding: 15px 20px;
    border-radius: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
}

.form-message.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.map-card {
    background: white;
    border-radius: 32px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.15);
}

.map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 24px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.cta {
    background: #0a4d8c;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.cta p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.9);
}

.cta .btn-light {
    background: white;
    color: #0a4d8c;
    border: none;
    padding: 15px 45px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-block;
}

.cta .btn-light:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
}

/* ===== MOBILE HEADER FIX - SAME AS INDEX ===== */
/* ===== MOBILE HEADER FIX - DARK BACKGROUND ===== */
@media (max-width: 992px) {
    .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;
        margin: 0 !important;
        padding: 0 !important;
    }

    #logo img {
        max-height: 45px !important;
        width: auto !important;
        display: block !important;
        /* Make sure image loads and is visible */
        opacity: 1 !important;
        visibility: visible !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;
        position: relative !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: 80px !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;
    }

    .mobile-nav li a:hover {
        background: rgba(10, 77, 140, 0.3) !important;
        color: #0a4d8c !important;
    }

    /* Fix container */
    .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) {
    .hero h1 {
        font-size: 28px;
    }

    .hero {
        height: 350px;
    }
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}