body {
    background-color: #f8f9fa;
}

.navbar-brand img{
    height: 38px;
    width: auto;
}

.navbar .nav-link {
    transition: color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #ffffff;
}

.service-card .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.service-card {
    border: none;
    border-radius: 18px;
    padding: 12px;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, 0.10);
}

.service-icon {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.service-card h4 {
    margin-bottom: 0.75rem;
}

.service-card p {
    margin-bottom: 0;
    color: #6c757d;
}

.services-section {
    padding: 90px 0;
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
}

.site-footer {
    background: linear-gradient(135deg, #1f2429, #2d343c);
    color: #fff;
    padding: 70px 0 30px;
    margin-top: 0;
}

.footer-brand img {
    height: 38px;
    width: auto;
}

.footer-heading {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.footer-link {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 768px) {
    .site-footer {
        padding: 55px 0 25px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.hero-section{
    padding: 110px 0;
    background: linear-gradient(135deg,#1f2429,#2d343c);
    color: white;
}

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

.hero-subtitle{
    font-size: 1.2rem;
    color: rgba(255,255,255,0.75);
}

.hero-card{
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 35px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
}
.contact-info-card {
    background: #ffffff;
}

.contact-icon {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 2px;
}

.form-control {
    border-radius: 12px;
    padding: 0.85rem 1rem;
    border: 1px solid #dee2e6;
}

.form-control:focus {
    box-shadow: none;
    border-color: #86b7fe;
}

textarea.form-control {
    resize: vertical;
}

@media (max-width: 768px) {
    .contact-icon {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 32px;
    }

    .navbar-nav {
        padding-top: 1rem;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 70px 0;
        text-align: center;
    }

    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-card {
        padding: 24px;
        margin-top: 10px;
    }

    .services-section {
        padding: 60px 0;
    }

    .service-card {
        border-radius: 14px;
    }

    .site-footer {
        padding: 50px 0 24px;
    }

    .footer-brand img {
        height: 32px;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding: 55px 0;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .hero-subtitle {
        font-size: 0.98rem;
    }

    .hero-card {
        padding: 20px;
        border-radius: 14px;
    }

    .service-icon {
        font-size: 2rem;
    }

    .footer-bottom {
        font-size: 0.9rem;
    }
}
