/* Base & Typography */
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Outfit', sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/* Colors */
.text-success { color: #28a745 !important; }
.text-warning { color: #ff9800 !important; }
.bg-success { background-color: #28a745 !important; }
.bg-warning { background-color: #ff9800 !important; }
.btn-warning {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #fff;
}
.btn-warning:hover {
    background-color: #e68900;
    border-color: #e68900;
    color: #fff;
}

/* Premium Topbar */
.topbar {
    background-color: #1b5e20; /* Keep classic green */
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 10px 0;
}
.topbar-item {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 0.85;
    transition: 0.3s;
    color: white;
}
.topbar-item i {
    color: #ff9800 !important; /* The old text-warning was this color */
}
.topbar-item:hover { opacity: 1; }
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.15); /* More visible on classic green */
    color: white;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.3s;
    font-size: 0.85rem;
    text-decoration: none;
}
.social-icon:hover {
    background: #ff9800; /* Classic orange on hover */
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.4);
}

/* Premium Navbar */
.custom-navbar {
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    transition: all 0.4s ease;
    background: #fff;
    border: none;
    padding: 15px 0 !important;
}
.custom-navbar.scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.brand-icon-wrapper {
    background: #1b5e20; /* Solid classic green instead of dark gradient */
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.4rem;
    box-shadow: 0 5px 15px rgba(27, 94, 32, 0.3);
    margin-right: 12px;
}
.brand-title {
    font-weight: 800;
    font-size: 1.6rem;
    color: #1b5e20;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.nav-link {
    color: #444 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 18px !important;
    margin: 0 4px;
    border-radius: 8px;
    transition: 0.3s ease;
    text-transform: capitalize;
    white-space: nowrap;
}
.nav-link:hover, .nav-link.active {
    color: #1b5e20 !important;
    background: rgba(27, 94, 32, 0.08); /* Faint green box on hover */
}

/* Premium Call Button */
.btn-premium {
    background: #ff9800; /* Solid classic orange instead of gradient */
    color: white !important;
    padding: 10px 24px !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.3px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    white-space: nowrap;
}
.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 152, 0, 0.5);
    background: #e68900;
}
.btn-premium .icon-circle {
    background: rgba(255,255,255,0.25);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.9rem;
}
.btn-premium .icon-circle i {
    animation: ring 2s infinite ease-in-out;
}
@keyframes ring {
    0% { transform: rotate(0); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-10deg); }
    30% { transform: rotate(5deg); }
    40% { transform: rotate(-5deg); }
    50% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

/* Hero Section / Slider Placeholder */
.hero {
    background: linear-gradient(rgba(27, 94, 32, 0.8), rgba(27, 94, 32, 0.8)), url('https://images.unsplash.com/photo-1558611997-7501ea9171e6?q=80&w=1920&auto=format&fit=crop') center/cover;
    height: 70vh;
    display: flex;
    align-items: center;
    color: white;
}
.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Services */
.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
    border: 1px solid #eee;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: #28a745;
}
.service-icon {
    font-size: 40px;
    color: #ff9800;
    background: rgba(255, 152, 0, 0.1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

/* Footer */
.footer {
    background-color: #1b5e20;
    color: white;
}

/* Floating WhatsApp */
.float-wp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.3s;
}
.float-wp:hover {
    background-color: #1ebd5a;
    color: white;
    transform: scale(1.1);
}
.wp-icon {
    margin-top: 15px;
}

/* Page Headers */
.page-header {
    background: linear-gradient(rgba(27, 94, 32, 0.9), rgba(27, 94, 32, 0.9)), url('https://images.unsplash.com/photo-1528190336454-13cd56b45b5a?q=80&w=1920&auto=format&fit=crop') center/cover;
    padding: 100px 0;
    color: white;
    text-align: center;
}

/* Mobile Bottom Bar */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.mobile-bottom-bar a {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-bottom-bar .btn-wp {
    background-color: #28a745; /* Site green */
}
.mobile-bottom-bar .btn-call {
    background-color: #ff9800; /* Site orange */
}
.mobile-bottom-bar i {
    font-size: 20px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .float-wp {
        display: none !important;
    }
    body {
        padding-bottom: 54px;
        overflow-x: hidden;
    }
    .brand-title {
        font-size: 1.1rem !important;
    }
    .brand-icon-wrapper {
        width: 35px !important;
        height: 35px !important;
        font-size: 1rem !important;
        margin-right: 8px !important;
    }
    .custom-navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 769px) {
    .mobile-bottom-bar {
        display: none !important;
    }
}
