:root {
    --primary-color: #0066CC;
    --secondary-color: #FFD700;
    --accent-color: #008000;
    --bg-color: #FFFFFF;
    --text-color: #333333;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: 'Segoe UI', sans-serif;
}

/* Navbar */
.navbar .nav-link {
    color: #333;
    font-weight: 600;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.dropdown-menu .dropdown-item:hover {
    color: #000 !important;
}

.custom-navbar {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 10px 30px;
    margin: 20px auto;
    width: 90%;
    max-width: 1320px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

h1 {
    text-transform: uppercase;
}

h5 {
    text-transform: uppercase;
}

.custom-navbar .nav-link {
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: var(--secondary-color) !important;
}

.navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
}

footer h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.custom-navbar.scrolled {
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    margin: 0;
    padding: 15px 40px;
    background: var(--primary-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.custom-navbar.scrolled .navbar-brand {
    color: var(--bg-color) !important;
}

.custom-navbar.scrolled .nav-link {
    color: #fff !important;
}

/* Hero Section */
.hero,
.hero-section {
    background-color: var(--primary-color);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
}

.hero-section p {
    font-size: 1.2rem;
    margin-top: 10px;
}

/* Buttons */
.btn:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: #0066CC;
}

.btn-custom:hover {
    background-color: #ffcc00;
    color: #000;
}

/* Layout */
section {
    padding: 60px 0 0px;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

/* Cards */
.card {
    border: none;
}

.card:hover {
    transform: translateY(-5px);
}

.icon-box,
.info-box,
.product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: 0.3s ease;
}

.icon-box:hover,
.info-box:hover,
.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
}

.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Typography */
h2 {
    color: var(--primary-color);
    text-transform: uppercase;
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
}

.slide-content h2 {
    font-size: 2.2rem;
    font-weight: bold;
}

.slide-content p {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.swiper-slide h2 {
    color: var(--bg-color);
}

.light-blue {
    background: #e1e8f0;
}

/* Swiper */
.swiper {
    height: 530px;
}

.swiper-slide {
    padding: 30px 0;
    box-shadow: none;
    background: transparent;
}

.swiper-slide .row {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-pagination-bullet {
    background: #0066cc;
}

/* Images */
.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

#hero img:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}

/* Form */
.form-control,
.form-select {
    border-radius: 10px;
    padding: 12px;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

/* Footer */
footer {
    background: var(--primary-color);
    color: #fff;
    padding: 180px 0 20px;
    margin-top: -150px;
}

footer a {
    color: #FFD700;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Banner */
.logo-row {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.cert-banner {
    z-index: 1;
    background: var(--bg-color);
}

/* Map */
.map-embed {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 12px;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 5px;
}

.feature-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

@media (max-width:767px) {
    .custom-navbar {
        padding: 10px;
    }
}