body {
    font-family: 'Outfit', sans-serif;
    color: #334155;
    line-height: 1.6;
}

p {
    font-size: 18px;
}

/* Colors - Modern Ocean Blue & Eco Green */
.text-primary { color: #0284c7 !important; }
.bg-primary { background-color: #0284c7 !important; }
.text-success { color: #16a34a !important; }
.bg-success { background-color: #16a34a !important; }

.btn-primary { background-color: #0284c7; border-color: #0284c7; }
.btn-primary:hover { background-color: #0369a1; border-color: #0369a1; }
.btn-success { background-color: #16a34a; border-color: #16a34a; color: #fff; }
.btn-success:hover { background-color: #15803d; border-color: #15803d; color: #fff; }

/* Navbar */
.navbar-nav .nav-link { font-weight: 500; font-size: 1.30rem; padding: 10px 15px; transition: color 0.3s; }
.navbar-nav .nav-link:hover { color: #16a34a; }
.navbar-brand { font-weight: 800; font-size: 1.5rem; letter-spacing: -0.5px; }

/* Slider Carousel */
.carousel-item { height: 70vh; min-height: 400px; background: #0f172a; }
.carousel-item img { height: 100%; width: 100%; object-fit: cover; opacity: 0.6; }
.carousel-caption { background: transparent; padding: 0; backdrop-filter: none; text-align: left; }

.slider-box {
    background-color: #1e293b;
    border-left: 6px solid #16a34a;
    max-width: 650px;
    border-radius: 12px;
}
.slider-box .badge, .slider-box .btn-success { background-color: #16a34a !important; color: #fff !important; border: none; }
.slider-box .btn-outline-light { border: 1px solid rgba(255, 255, 255, 0.5); transition: all 0.3s ease; }
.slider-box .btn-outline-light:hover { background-color: rgba(255, 255, 255, 0.1); }
.slider-box h1 { font-size: 3rem; }
@media (max-width: 768px) { .slider-box h1 { font-size: 2.2rem; } }

/* Service Cards */
.service-card { transition: all 0.3s ease; border: none; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); overflow: hidden; height: 100%; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
.service-icon { font-size: 40px; color: #0284c7; margin-bottom: 20px; }

/* Floating Actions */
.floating-actions { position: fixed; bottom: 30px; right: 30px; z-index: 999; display: flex; flex-direction: column; gap: 15px; }
.floating-btn { width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 30px; color: white; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; text-decoration: none; }
.floating-btn:hover { transform: scale(1.1); color: white; }
.floating-btn.whatsapp { background-color: #25D366; }
.floating-btn.phone { background-color: #16a34a; }

/* Sections */
.section-padding { padding: 80px 0; }
.section-title { font-size: 2.2rem; font-weight: 700; margin-bottom: 20px; position: relative; padding-bottom: 15px; color: #1e293b; }
.section-title::after { content: ''; position: absolute; bottom: 0px; left: 48%; width: 60px; height: 4px; background: #0284c7; border-radius: 2px; }
.section-title.text-start::after { left: 0; }

/* Dynamic SEO Layout */
.seo-nav-list { max-height: 400px; overflow-y: auto; }
.seo-nav-list a { transition: all 0.2s; }
.seo-nav-list a:hover { background-color: #f8fafc; border-left: 3px solid #16a34a; }

/* Mobile Overrides */
@media (max-width: 767.98px) { .contact-info-mobile { padding-left: 50px !important; } }