/* Custom styles for Water Tank Repair Kenya duplicate */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-link {
    transition: color 0.3s, transform 0.3s;
    font-weight: 500;
}

.nav-link:hover {
    color: #007bff !important;
    transform: translateY(-2px);
}

.navbar-brand {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.top-bar {
    font-size: 0.9rem;
}

.top-bar .social-icons a:hover {
    color: #ffc107;
}

.hero-section {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)), url('../img/WhatsApp Image 2025-08-30 at 11.42.11 PM.jpeg') no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 60px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 51, 102, 0.7);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-weight: 700;
    font-size: 3rem;
}

.hero-section p {
    font-weight: 600;
    color: #ff7f00;
}

.hero-prev, .hero-next {
    opacity: 0.7;
    border: none;
}

.hero-prev:hover, .hero-next:hover {
    opacity: 1;
}

.contact-buttons a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-buttons a:hover {
    opacity: 0.8;
}

/* Footer styles */
footer a:hover {
    color: #ffc107 !important;
}

/* Testimonials styles */
.testimonial-card {
    background: #f8f9fa;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.testimonial-card .card-body {
    text-align: center;
}

/* Team styles */
.team-card {
    transition: transform 0.3s;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.team-card:hover {
    transform: translateY(-5px);
}

/* Services cards */
.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}
