/* Parallax backgrounds */
.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    }

    /* Section styles */
.section {
height: 90vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
overflow-x: hidden;
}

.btn-success-light{
    background: #77f059 !important;
}

.postHeader{
    background-image: url('/images/pexels/subHead1.jpg');
    height: 30vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.galleryHeader{
    background-image: url('/images/pexels/subHead9.jpg');
    height: 30vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.servicesHeader{
    background-image: url('/images/pexels/44.jpg');
    height: 30vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.aboutusHeader{
    background-image: url('/images/pexels/2.jpg');
    height: 30vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.contactusHeader{
    background-image: url('/images/pexels/11.jpg');
    height: 30vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

    /* Content overlay styles */
.content {
    background: rgba(0, 0, 0, 0.6);
    /* padding: 20px; */
    border-radius: none;
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content2 {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.menuColor{
    background-color: #1e3604;
    /* max-width: 105%; */
}

.navbarbg{
    background-color: #238b1c;
}

.text-gray{
    color: #d4d4d4;
    font-weight: 500;
}

.Ysabeau {
    font-family: "Ysabeau SC", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.title {
    font-family: "Ysabeau SC", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 4rem;
    letter-spacing: 10px;
    font-style: normal;
}

.subtitle {
    font-family: "Ysabeau SC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 5px;
    font-style: normal;
    color: rgb(16, 199, 25);
}

.orbitron {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
}

.poppins {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
}

.fs-8 {
    font-size: 20px;
    font-family: "Ysabeau SC", serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-style: normal;
    font-weight: 800;
    color: #044223;
}

.fs-8-black {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #1d2433;
}

.fs-8-normal {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    color: #1d2433;
}
.btc {
    width: 100px;
    border-radius: 50px;
    font-weight: 600;
}

.btc:hover {
    transform: scale(1.2); /* Slightly enlarge button on hover */
    color: rgb(238, 16, 16);
    font-weight: 700;
}

/* .btn-warning:hover {
    transform: scale(1.2);
} */
/* .btn-success:hover {
    transform: scale(1.2);
} */

.cards{
    /* border: 1px solid #b3b6b2; */
    margin-bottom: 30px;
    position: relative;
    background-image: linear-gradient(rgb(162, 228, 156), rgb(31, 94, 48));
    height: 100%;
    width: 180px;
    justify-content: center;
    align-items: center;
}

.contact-banner {
    position: fixed;
    bottom: 50%;
    left: 90%;
    right:10%;
    width: 10%;
    background-color: #007bff; /* Change to your preferred color */
    color: white;
    z-index: 1030; /* Keeps it above most other content */
}
.contact-banner a {
    color: white;
    text-decoration: underline;
}

.thumbnail{
    width: 90%;
    height: auto;
}

.thumbnail2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.logo{
    width: 150px;
}

.loginlogo {
    width: 100px;
    height: 100px;
}

.card-img-top:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}


.image-container {
position: relative;
display: inline-block;
width: 450px; /* Adjust as needed */
}

.image-container img {
width: 100%;
height: auto;
display: block;
}

.image-container .text-overlay {
position: absolute;
bottom: 0px; /* Adjust for vertical position */
left: 50%;
transform: translateX(-50%);
color: white;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
padding: 5px 10px;
/* border-radius: 5px; */
font-size: 20px;
width: 100%;
text-align: center;
font-family: "Nunito", sans-serif;
}

.carousel-inner img {
border: 10px solid #dae7e1;
border-radius: 0px;       /* Optional: rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: shadow effect */
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px 8px;
    width: 50px;
}

.custom-checkbox-container:hover {
    border-color: #aaa;
}

.form-check-input {
    margin-left: auto;
}

.form-label {
    margin: 0;
    font-size: 14px;
}


