.fixed-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #f8f9fa; /* Light gray background color */
}
.main-content {
    margin-right: 33.333%; /* Ensures content doesn't overlap the fixed sidebar */
}
.img-border{ border-radius: 20px 20px 0px 0px;}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gallery-border{border-radius: 20px;}
.card-text{color: #D0FBF2;
    font-size: 25px;}
.location-text{font-family: 'Poppins', sans-serif; font-size: 20px;font-weight: 700; color: #333;}
.location-img{padding: 15px 15px 0px 15px;border-radius: 20px;}
.img-bg-border{background-color: #fff7f7; border-radius: 8px; width: 100%;}


.video-container {
    position: relative;
    width: 100%;
    height: 70vh; /* Full viewport height */
    overflow: hidden;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
}
.btn-site-visit {
    margin-top: 20px; /* Add space between the heading and button */
    padding: 10px 20px;
    background-color: #bb0007; /* Primary blue color */
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.btn-site-visit:hover {
    background-color: #090cb8; /* Darker blue on hover */
}
.full-width-column {
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    background-color: #f4f4f4; /* Optional background color */
}
.full-width-column h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333; /* Customize color */
}
.centered-image {
    width: 200px;
    /* max-width: 100%; */
    height: 150px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
   
}
.Brochure-button {
    margin-top: 20px; /* Add space between the heading and button */
    padding: 10px 20px;
    background-color: #bb0007; /* Primary blue color */
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.Brochure-button:hover {
    background-color: #090cb8; /* Darker blue on hover */
}
 .custom-form {
        
        margin: 0 auto; /* Center the form horizontally */
        background: linear-gradient(to right, #007b66, #017bba, #017f74); /* Gradient background */
       
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
    }


    .custom-form h2, .custom-form p {
        text-align: center;
    }


    .form-control {
        height: 38px; /* Reduce the height of input fields */
     
    }


    textarea.form-control {
        height: auto; /* Let the textarea adjust naturally */
    }


    .btn-primary {
        padding: 8px 20px; /* Adjust button size */
     
    }


 @media (max-width: 768px) {
        .responsive-iframe {
            height: 200px !important;
        }
    }
@media (max-width: 768px) {
        .footer-text {
            margin-bottom: 37px !important;
        }
