/* Custom Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 1rem; /* Fixed font size */
    font-weight: normal; /* Normal font weight */
}

/* Sticky Navigation */
.sticky-nav {
    background-color: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.9));
    padding: 10px 0;
    z-index: 1000;
    position: sticky;
    top: 0;
    transition: background-color 0.3s ease;
    font-size: 1rem;
    font-weight: normal;
}

.sticky-nav {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.9)) !important;
}

.navbar-brand.logo img {
    max-width: 150px; /* Adjust the max width to the desired size */
    height: auto; /* Maintain aspect ratio */
}

.sticky-nav .navbar-brand {
    color: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.9));
    font-size: 2rem;
    font-weight: normal;
}

.sticky-nav .nav-link {
 font-size: 1rem;
    color: black;
    transition: color 0.3s;
}

.sticky-nav .nav-link:hover {
    color: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.9));
}

/* General Styling */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-weight: normal; /* Set to normal font weight */
}
/* General Styling */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

/* Hero Section Styling */
.hero {
    background-color: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.9)); /* Light background for contrast */
    padding: 60px 0;
}

.hero img {
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.hero h1 {
    color: #333; /* Dark text for good contrast */
    font-size: 2.5rem;
    font-weight: bold;
}

.hero h2 {
    color: #555;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.hero .contact-info {
    margin-bottom: 30px;
}

.hero .contact-info p {
    margin: 0;
    font-size: 1rem;
    color: #666;
}

.hero .contact-info a {
    color: #007bff; /* Bootstrap primary color */
    text-decoration: none;
}

.hero .contact-info a:hover {
    text-decoration: underline;
}

.hero .btn {
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
/* Services Section Styling */
#services4 {
    background-color: #fff;
    padding: 60px 0;
}

#services4 h2 {
    font-size: 2.4rem;
    font-weight: bold; /* Set to normal font weight */
    margin-bottom: 40px;
    color: #333;
}

#services4 h3 {
    font-size: 2rem;
    font-weight: normal; /* Set to normal font weight */
    margin-bottom: 40px;
    color: #333;
}

#services4 .card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none; /* Remove border for a cleaner look */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.9))
}

#services4 .card:hover {
    transform: translateY(-10px); /* Slight lift on hover */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

#services4 .card-title {
    font-size: 1.25rem;
    font-weight: bold; /* Set to normal font weight */
    color: black;
}

#services4 .card-text {
    color: black;
    font-size: 0.95rem;
    margin-top: 10px;
font-weight: 540;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 1rem;
    }

    #services4 h2 {
        font-size: 1.75rem;
    }

    #services4 .card-title {
        font-size: 1.1rem;
    }
}

.cta-button {
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 30px;
}

/* Section Spacing */
.section {
    padding: 60px 0;
}

.section h2 {
    margin-bottom: 50px;
    font-weight: bold; /* Set to normal font weight */
    font-size: 3rem;
}
.section p {
    
    font-weight: 500; /* Set to normal font weight */
    font-size: 1rem;
}


/* About Section */
.about-content {
    gap: 20px;
}

.about-image {
    border-radius: 10px;
    
}

/* Services Section */
.service {
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.service img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
}

/* Contact Section */
.contact-details {
    font-size: 1rem;
    list-style: none;
    padding: 0;
}

.contact-details li {
    margin-bottom: 10px;
}

.contact-details i {
    margin-right: 10px;
    color: #007bff;
}

form label {
    font-weight: 10;
}

form input,
form textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Footer */
footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
}

footer p {
    margin-bottom: 10px;
}

footer .social-icons a {
    color: #fff;
    font-size: 1.5rem;
    transition: color 0.3s;
}

footer .social-icons a:hover {
    color: #007bff;
}

/* Media Queries */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 8px 16px;
    }
}


.btn-link {
    font-size: 0.9rem;
    color: #007bff;
    text-decoration: none;
    padding: 0;
}

.btn-link:hover {
    text-decoration: underline;
}












/* Add custom styles for the icons */
.card-body i {
    font-size: 3rem; /* Adjust icon size */
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.card-text {
    font-size: 0.9rem;
}

/* For responsive layout */
@media (max-width: 768px) {
    .card-body {
        padding: 1rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-text {
        font-size: 0.8rem;
    }
}





#testimonials .card {
    border-radius: 10px;
    overflow: hidden;
}

#testimonials .blockquote {
    font-style: italic;
    font-size: 1.2rem;
    color: #555;
    position: relative;
}

#testimonials .blockquote i {
    font-size: 1.5rem;
    color: #007bff;
    position: absolute;
    top: -10px;
    left: -20px;
}

#testimonials img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #f1f1f1;
}

#testimonials .card-body {
    padding: 30px;
}

#testimonials .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
}

#testimonials .text-muted {
    font-size: 0.875rem;
    color: #6c757d;
}

#testimonials .btn-primary {
    background-color: #007bff;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    text-decoration: none;
}

#testimonials .btn-primary:hover {
    background-color: #0056b3;
}

