﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.header-logo img {
    max-height: 100px;
    width: auto;
}

.big-logo {
    max-height: 120px;
    width: 200%;
}

.header-logo {
    display: flex;
    align-items: center;
}

.box-title {
}

.lang-switch-btn {
    color: #14532d;
    border: none;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.95em;
    cursor: pointer;
    transition: background 0.2s;
}

    .lang-switch-btn:hover {
        background-color: #fff;
    }
.whatsapp-btn {
    background-color: #14532d;
    color: #fff !important;
    border: none;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 48px;
    text-decoration: none;
    transition: background 0.2s;
}

    .whatsapp-btn:hover {
        background-color: #166534;
        color: #fff !important;
    }

    .whatsapp-btn .fa-whatsapp {
        color: #fff;
        font-size: 1.5rem;
        margin: 0;
        display: block;
    }

info-box_text {
    color: darkgray !important;
}

/* ========================================
   Simple Hamburger Toggle Button
   ======================================== */
.th-menu-toggle {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.th-menu-toggle:hover {
    background-color: rgba(20, 83, 45, 0.1);
    border-radius: 4px;
}

.th-menu-toggle i {
    font-size: 20px;
    color: #14532d;
    transition: all 0.3s ease;
}

/* Icon animation when menu is active */
body.th-body-visible .th-menu-toggle i {
    transform: rotate(90deg);
    color: #166534;
}

/* ========================================
   Simple Side Menu Styles
   ======================================== */
.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: left 0.3s ease;
}

/* Show menu when active */
body.th-body-visible .th-menu-wrapper {
    left: 0;
}

.th-menu-area {
    background-color: #fff;
    width: 280px;
    height: 100%;
    padding: 20px;
    position: relative;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.th-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.th-mobile-menu li {
    margin: 10px 0;
}

.th-mobile-menu a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    transition: color 0.2s ease;
}

.th-mobile-menu a:hover {
    color: #14532d;
}

.mobile-logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}


/* Close button in mobile menu */
.th-menu-area .th-menu-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 5px;
}

.th-menu-area .th-menu-toggle i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.th-menu-area .th-menu-toggle:hover i {
    transform: rotate(90deg);
}

/* Prevent body scroll when menu is open */
body.th-body-visible {
    overflow: hidden;
}

/* ========================================
   Responsive Adjustments
   ======================================== */
@media (max-width: 991px) {
    .th-menu-toggle.d-lg-none {
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .th-menu-area {
        width: 100%;
    }
    
    .header-logo .big-logo {
        max-height: 60px;
        width: auto;
    }
    
    .th-menu-toggle {
        width: 36px;
        height: 36px;
    }
    
    .th-menu-toggle i {
        font-size: 18px;
    }
}

.main-menu a {
    position: relative;
    color: #0077cc;
    transition: color 0.2s;
    text-decoration: none;
    padding-bottom: 0; /* Remove bottom padding */
    line-height: 1.1; /* Reduce line height */
}

    .main-menu a.active,
    .main-menu a:hover {
        color: #017D03 !important;
    }

        /*.main-menu a.active::after,
        .main-menu a:hover::after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;*/ /* Underline right under the text */
            /*height: 2px;
            background: #017D03;
            border-radius: 2px;
        }*/

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ddd;
    border-top: 6px solid #4CAF50;
    border-radius: 50%;
    animation: spin 0.3s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }

.footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: -0.12em 0 38px 0;
    padding: 0 0 20px 0;
    height:27px;
}


