/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.jumbotron {
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    border-radius: .3rem;
}

/* Navbar Styles */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

/* Card Styles */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

/* Form Styles */
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .jumbotron {
        padding: 2rem 1rem;
    }
    
    .card {
        margin-bottom: 1.5rem;
    }
}


/* additional style for about us */

/* About Page Styles */
.team-member-img {
    height: 200px;
    object-fit: cover;
}

.value-icon {
    color: #0d6efd;
    margin-bottom: 1rem;
}

/* Services Page Styles */
.service-icon {
    color: #0d6efd;
    margin-bottom: 1.5rem;
}

.service-card {
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
}

/* Contact Page Styles */
.contact-info h4 {
    margin-bottom: 0.5rem;
}

.contact-info p {
    margin-left: 1.8rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .contact-form {
        margin-bottom: 2rem;
    }
}

/* added  Page Styles */



/* About Page Styles */
.team-member-img {
    height: 200px;
    object-fit: cover;
}

.value-icon {
    color: #0d6efd;
    margin-bottom: 1rem;
}


/* Services Page Styles */
.service-icon {
    color: #0d6efd;
    margin-bottom: 1.5rem;
}

.service-card {
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
}



/* Contact Page Styles */
.contact-info h4 {
    margin-bottom: 0.5rem;
}

.contact-info p {
    margin-left: 1.8rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .contact-form {
        margin-bottom: 2rem;
    }
}
