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

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

/* Modern Navbar Styles */
.modern-navbar {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 1rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-container {
    position: relative;
}

.logo-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fbbf24;
    box-shadow: 0 0 15px rgba(251, 191, 36, 0.4);
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.1);
}

.brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 0.5px;
}

.brand-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #fbbf24;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -2px;
}

.modern-navbar .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.75rem 1.25rem !important;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin: 0 0.25rem;
    font-size: 0.95rem;
}

.modern-navbar .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: #fbbf24 !important;
}

.modern-navbar .nav-link.active {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24 !important;
    font-weight: 600;
}

.call-btn {
    background: linear-gradient(45deg, #fbbf24, #f59e0b);
    border: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
}

.call-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
    background: linear-gradient(45deg, #f59e0b, #d97706);
}

.navbar-toggler {
    padding: 0.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

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.16 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);
}

/* Testimonials section */
.testimonials-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    position: relative;
}

.testimonial-underline {
    width: 60px;
    height: 4px;
    background-color: #06b6d4;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: rgba(30, 58, 138, 0.3);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.testimonial-text {
    font-style: italic;
    line-height: 1.6;
}

.quote-icon {
    opacity: 0.7;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    display: none !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 20px;
}

/* Gallery cards */
.gallery-card {
    transition: transform 0.3s;
}

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

.toggle-btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    transition: all 0.3s;
}

.toggle-btn.active {
    transform: scale(1.1);
}

.before-img, .after-img {
    height: 200px;
    object-fit: cover;
    transition: opacity 0.3s;
}

.container .gallery-card .before-img,
.container .gallery-card .after-img {
    height: 400px;
}
