
/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #d11141;
    color: #333;
    line-height: 1.6;
}

/* Navigation Bar */

/* Section Styling */
section {
    padding: 60px 0;
}
.navbar {
    background: linear-gradient(90deg, rgba(189, 144, 76, 0.959), #9e0d97e5);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(255, 255, 255) !important;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    margin-right: 15px;
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffd700 !important;
}

button.navbar-toggler {
    outline: none;
    border: none;
}
section h1, section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

section p {
    font-size: 1rem;
    color: #555;
}

/* Background Colors */
.bg-light {
    background-color: #882020a9 !important;
}

/* Content Centering */
.text-center {
    text-align: center;
}

/* Button Styling */
button.navbar-toggler {
    outline: none;
    border: none;
}
/* Hero Section Styles */
#hero {
    background: url('images/hero5.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(119, 104, 104, 0.082);
    position: relative;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Overlay for better text readability */
    z-index: 1;
}

#hero .container {
    position: relative;
    z-index: 2;
}

#hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

#hero p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: rgb(99, 14, 11);
    font-weight: 400;
}

#hero .btn {
    font-size: 1.2rem;
    padding: 10px 30px;
    border-radius: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#hero .btn:hover {
    background-color: #ffd700;
    transform: scale(1.05);
}.navbar {
    background: ;linear-gradient(90deg, #bd904cdc, #9e0d97c9);
    box-shadow: 0 4px 6px rgba(211, 82, 8, 0.055);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(49, 42, 42, 0.377) !important;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    margin-right: 15px;
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffd700 !important;
}

button.navbar-toggler {
    outline: none;
    border: none;
}

#about {
    background-color: #f8f9fa;
    padding: 60px 0;
}

#about .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#about .text-content {
    flex: 1;
    padding-right: 30px;
}

#about .text-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

#about .text-content p {
    font-size: 1.1rem;
    color: #555;
    margin-top: 20px;
    line-height: 1.8;
}

#about .image-content {
    flex: 1;
    text-align: center;
}

#about .image-content img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


#services {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.service-box {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    height: 100%;
}

.service-box:hover {
    transform: scale(1.05);
    background-color: #6a11cb;
    color: #fff;
}

.service-box h4 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-box p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

.service-box:hover p {
    color: #ffffff;
}

.row .col-md-4 {
    margin-bottom: 30px;
}#services {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.service-box {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    height: 100%;
}

.service-box:hover {
    transform: scale(1.05);
    background-color: #6a11cb;
    color: #fff;
}

.service-box h4 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-box p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

.service-box:hover p {
    color: #ffffff;
}

.row .col-md-4 {
    margin-bottom: 30px;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}
.contact-section {
    padding: 60px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}
.contact-heading {
    color: #343a40;
    font-weight: 700;
}
.contact-content {
    color: #6c757d;
}
.contact-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.5);
}
label {
    color: #6c757d;
    font-weight: 500;
}
.btn-primary {
    background-color: #007bff;
    border: none;
}
.btn-primary:hover {
    background-color: #0056b3;
}/* Footer Styling */
footer {
    background-color: hsla(150, 83%, 39%, 0.281);  /* Dark background */
    color: #fff;  /* White text */
    padding: 40px 0;  /* Add padding for spacing */
    font-family: Arial, sans-serif;
}

/* Footer text alignment and responsiveness */
footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

footer p {
    font-size: 18px;
    margin: 5px 0;

}

/* Left Section (Copyright) */
footer .text-md-left {
    text-align: left;
}

/* Center Section (Company Address & Phone) */
footer .text-center {
    text-align: center;
}

/* Right Section (Social Media Icons) */
footer .text-md-right {
    text-align: right;
}

/* Social Media Icons */
footer a {
    color: rgba(255, 255, 255, 0.205);
    transition: color 0.3s ease;
}

footer a:hover {
    color: #f39c12;  /* Golden color on hover */
}

footer i {
    margin-right: 15px;
}

/* Make sure the layout is responsive */
@media (max-width: 767px) {
    footer .row {
        text-align: center;
    }

    footer .col-md-4 {
        margin-bottom: 20px;
    }

    footer i {
        margin-right: 10px;
    }
    #about .content{
        display: block;
    }
}


