*{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal;
    color: black;
}

body{
    background-color: rgb(255, 255, 255) !important;
}

p{
    font-weight: 200 !important;
}

.navbar {
    padding: 10px 20px;
    z-index: 1030; /* Keeps the navbar above other elements */
}

.navbar-brand img {
    margin-right: 10px; /* Space between logo and text */
}

.navbar-toggler-icon {
    background-color: white; /* Change the toggler icon color */
    border-radius: 4px;
}


.nav-link:hover {
    color: #ff9900; /* Change link color on hover */
}

section{
    padding: 100px 0px !important;
}

.heading1{
    font-size: 86.6667px;
    color: rgb(253, 254, 254);
    line-height: 91px;
    letter-spacing: 0em;
    --pY_8zA: 0;
    text-transform: none;
    --oJepFA: 0;
    --uYCVzQ: none;
    list-style-type: none;
}

.heading2{
    font-size: 27.9999px;
    color: rgb(253, 254, 254);
    line-height: 30px;
    letter-spacing: 0em;
    --pY_8zA: 0;
    text-transform: none;
    --oJepFA: 0;
    --uYCVzQ: none;
    list-style-type: none;
}

.text-blue{
    color: rgb(67, 131, 215) !important;
}

.service-box{
    padding: 20px !important;
}

.service-box h6{
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
}

.service-img{
    width: 180px;
    height: 190px;
    object-fit: cover;
    margin-bottom: 30px;
    border-top-right-radius: 50px;
}

#services h3{
    line-height: 2rem !important;
    font-size: 22px !important;
}

#services span{
    font-weight: 100 !important;
}

.enquiry{
    min-height: 600px;
    background-color: transparent !important;
}

.enquiry h1{
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-size: 42px !important;
}

.enquiry .btn{
    margin-top: 250px;
    padding: 20px 40px;
    text-decoration: underline;
    font-size: 30px !important;
    background-color: transparent !important;
    border: 3px solid rgb(67, 131, 215) !important;
    border-radius: 0% !important;
}

.formFooter{
    display: none !important;
}


.about p{
    font-size: 20px !important;
}

.contact{
    min-height: 550px !important;
}

.hover-img{
    transition: transform 0.3s ease-in-out;
}

.hover-img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card img{
    height: 260px
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

h2.text-uppercase {
    letter-spacing: 1px;
}

ul.list-unstyled li {
    padding-left: 10px;
    border-left: 3px solid #1a8754; 
}

/* The overlay that appears on hover */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark background with opacity */
    color: white;
    opacity: 0; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}

.card:hover .overlay {
    opacity: 1;
}


/* Enquiry Section Styling */
.enquiry-section {
    position: relative;
    background-attachment: fixed; /* Keep the background fixed during scrolling */
    padding: 80px 0;
    color: white;
}

/* Overlay for text readability */
.enquiry-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay for readability */
    z-index: 1;
}

/* Content inside the section */
.enquiry-content {
    position: relative;
    z-index: 2; /* Ensures content is on top of overlay */
    padding: 20px;
}

/* Headline styling */
.enquiry-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 767px) {
    .enquiry-content h1 {
        font-size: 1.8rem;
    }

    .enquiry-content .btn {
        font-size: 1rem;
        padding: 12px 25px;
    }
    .about{
        margin-top: 20px;
    }
}

.custom-a{
    color: rgb(236, 227, 227);
    text-decoration: none;
}
.custom-a:hover{
    color: white;
    text-decoration: underline;
}

.custom-bg-color-header,.custom-bg-color{
    background-color: rgb(35 89 64) !important;
}

.custom-bg-color:hover{
    background-color: rgb(23, 58, 42) !important
}

.custom-text-color{
    color: rgb(35 89 64);
}

