<style>
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;

        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: black; /* Set overlay background color */
            opacity: 1; /* Set initial opacity to 1 */
            transition: opacity 3s ease-in; /* Add transition for fade-out effect */
            z-index: 9999; /* Ensure the overlay is above other content */
        }
       
        header {
            background-color: #fff;
            color: #fff;
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000; /* Ensure it's above other content */
            height: 60px; /* Adjust the height of the header */
        }
        nav {
            text-align: center;
            flex-grow: 1;
            margin-bottom: 2px; /* Smaller bottom margin */
            height: 100%; /* Make the navigation bar fill the entire height of the header */
        }
        nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center; /* Center the items vertically */
            height: 100%; /* Make the navigation items fill the entire height of the navigation bar */
        }
        nav ul li {
            display: inline;
            margin-left: 20px;
        }
        nav ul li:first-child {
            margin-left: 0;
        }
        nav ul li a {
            color: #B90E0A;
            text-decoration: none;
            font-size: 16px; /* Adjust font size as needed */
            margin-left: 20px; /* Adjust margin as needed */
            transition: transform 0.3s; /* Add transition for smooth animation */
        }
        nav ul li a:hover {
            text-decoration: none; /* Remove underline on hover */
            color: black; /* Change color to black on hover */
            transform: scale(1.05); /* Slightly zoom in on hover */
            transition: transform 0.3s, font-size 0.3s; /* Apply transition to the hover state as well */
            font-size: 18px; /* Increase font size on hover */
        }

        /* Style for the active link */
        nav ul li a.active {
        color: black; /* Change color to black for active link */
        }

        p {
            font-size: 18px; /* Adjust the value to increase or decrease font size */
        }

        .logo img {
            width: 300px; /* Adjust width as needed */
            height: auto;
            margin-top: 10px; /* Move the logo image slightly to the bottom */
            margin-bottom: -5px; /* Add bottom margin */
            right: 50px; /* Move the logo more to the right */
        }
        .navigation2 {
            display: inline-block;
            vertical-align: middle;
           margin-right: 350px; /*  Adjust margin as needed */
        }

        .navigation2 a {
            text-decoration: none;
            font-size: 15px; /* Adjust the font size as needed */
        }

        .navigation {
            display: inline-block;
            vertical-align: middle;
           /* margin-right: 350px;  Adjust margin as needed */
        }
        .navigation a {
            text-decoration: none;
            font-size: 15px; /* Adjust the font size as needed */
        }

        /* Media query for screens smaller than 768px */
@media only screen and (max-width: 768px) {
    .nav-toggle {
        display: block; /* Show the toggle button on smaller screens */
    }
    .navigation {
        display: block; /* Hide the navigation by default on smaller screens */
        width: 100%; /* Make navigation full width */
        text-align: center; /* Center-align the navigation items */
    }
    .navigation.active {
        display: block; /* Display the navigation when active */
    }
    .navigation2 {
        display: block; /* Hide the navigation by default on smaller screens */
        width: 100%; /* Make navigation full width */
        text-align: center; /* Center-align the navigation items */
    }
    .navigation2.active {
        display: block; /* Display the navigation when active */
    }
    nav ul {
        display: block; /* Display list items as block */
        margin: 0 auto; /* Center-align the list items */
        padding: 0;
    }
    nav ul li {
        display: block; /* Display list items as block */
        margin: 10px 0; /* Add margin between list items */
    }
    nav ul li a {
        display: block; /* Display links as block */
        margin: 0; /* Reset margin */
    }

    #map {
        height: 300px; /* Decrease the height of the map on smaller screens */
        margin-bottom: 100px; /* Adjust the bottom margin accordingly */
        position: relative;
        align-items: center;
        bottom: -800px; /* Adjust the value to move it further towards the top */
    
    }
    #main22 {
        display: none;
    }
    .cform{
        position: relative; /* Ensure positioning */
    bottom: -800px; /* Adjust the value to move it further towards the top */

    }
    /* Reduce image size on smaller screens */
    .gallery .image img {
        max-width: 100%; /* Make images responsive */
        height: auto; /* Ensure aspect ratio is maintained */
    }
}

/* Style the toggle button */
.nav-toggle {
    background: none;
    border: none;
    color: #B90E0A;
    font-size: 24px; /* Increase font size to make it more visible */
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Style the burger menu icon */
.nav-toggle:before {
    content: "\2630"; /* Unicode character for three horizontal lines */
    font-size: 24px; /* Adjust font size as needed */
}


        .headerpic {
            width: 100%;
            height: auto;
            margin-top: 70px; /* Adjust margin to accommodate the taller header */
        }

        .main {
            margin-left: 120px; /* Adjust margin to align with logo */
        }

        h2, h4, h1 {
            color: #B90E0A;
            font-family: Arial, sans-serif; /* Add font family rule */
        }

        h4.sub {
    color: black;
}

        /* Styles for icons */
        .icons3 {
            width: 2%; /* Set icon width to 50% */
            margin-bottom: 10px;

        }
        /* Styles for icons */
        .icons4 {
            width: 6%; /* Set icon width to 50% */
            margin-bottom: 10px;

        }
        .icons5 {
    width: 50px; /* Adjust the width of the icon */
    top: 50px;
    margin-bottom: 5px;
}


        .container {
            overflow: hidden; /* Hide the overflow to prevent horizontal scrollbar */
            width: 100%; /* Set container width */
        }

        .marquee-wrapper {
            width: 100%; /* Set wrapper width to twice the container width */
            animation: marquee 10s linear infinite; /* Adjust duration as needed */
        }

        /* Image */
        .icons2 {
            width: 100%; /* Set icon width to 100% of its container */
            display: block; /* Ensure the image behaves as a block element */
            margin: 0 auto; /* Center the image horizontally */
            /*margin-left: -80px; /* Adjust the left margin as desired */
            animation: marquee 10s linear infinite; /* Adjust duration as needed */
            white-space: nowrap; /* Prevent wrapping */
        }

        .dropdown {
  background-color: black;
  color: white; /* Set text color to white for better contrast */
  border-radius: 10px; /* Add rounded corners */
  padding: 8px; /* Add some padding for better appearance */
  border: none; /* Remove default border */
  font-size: 16px; /* Increase font size */
}

.dropdown option {
  background-color: black;
  color: white; /* Set text color to white for better contrast */
  font-size: 16px; /* Increase font size */
}

        .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the images horizontally */
}

.image {
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: calc(33.33% - 20px); /* Adjust width for three images in a row */
  max-width: 450px; /* Set maximum width for each image */
  height: 350px; /* Set fixed height for each image */
}

.image img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: cover; /* Ensure the image covers the entire container */
}

.image:hover img {
  transform: scale(1.1); /* Adjust the zoom level as needed */
}


.highlight {
  position: relative;
  cursor: pointer;
  text-align: center; /* Center the text */
  margin-bottom: 10px; /* Add some space at the bottom */
}

.highlight::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; /* Adjust as needed */
  height: 300px; /* Adjust as needed */
  background-color: white;
  z-index: -1;
  opacity: 0; /* Initially hide the highlight */
  transition: opacity 0.3s; /* Add transition effect */
}

.highlight:hover::after {
  opacity: 1; /* Show the highlight on hover */
}

.highlight:hover {
  box-shadow: 0 0 0 2px red; /* Red outline when hovered */
}

.popup-container {
  position: relative;
  display: inline-block;
}

.popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 1px solid black;
  z-index: 9999;
}

.popup.active {
  display: block;
}

.popup .content {
  text-align: center;
}

.popup button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

.popup button:hover {
  background-color: #0056b3;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #B90E0A;
}

.text {
    position: relative;
    width: 300px; /* Set the width as needed */
    height: 40px; /* Set the height as needed */
    padding: 10px; /* Add padding for better appearance */
    border: 1px solid #007bff; /* Add a blue border */
    border-radius: 5px; /* Add border radius for rounded corners */
    font-size: 16px; /* Set the font size as needed */
    color: black; /* Set the text color to blue */
    background-color: #f8f9fa; /* Set the background color */
    box-sizing: border-box; /* Include padding and border in the width */
    z-index: 1; /* Add this line */
}

.text:hover {
    background-color: lightgrey;
}

input[type="submit"] {
    background-color: #007bff; /* Blue background color */
    color: white; /* White text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Add padding */
    font-size: 16px; /* Adjust font size */
    cursor: pointer; /* Add cursor pointer on hover */
    border-radius: 5px; /* Add rounded corners */
    z-index: 1; /* Add this line */
}

input[type="submit"]:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

.left {
       position: relative;
    top: 300px; /* Adjust the value to move it further towards the top */
    left: 100px; /* Adjust the value to move it more towards the right */
    z-index: 1;
    margin-bottom: 1px;
}

#map {
    position: relative;
    width: 300px;
    height: 300px;
    position: relative; /* Change position to relative or absolute */
    top: 100px; /* Adjust top position as needed */
    left: 80%; /* Center the map horizontally */
    transform: translateX(-50%); /* Center the map horizontally */
    margin-bottom: 2px; /* Adjust bottom margin as needed */
    z-index: 1;

}
.cform{
    position: relative; /* Ensure positioning */
    bottom: 200px; /* Adjust the value to move it further towards the top */
}

.captcha-container {
  display: flex;
  align-items: center;
}

#recaptcha {
  margin-right: 10px;
}


        footer {
    background-color: #fff;
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 0;
    width: 100%;
    /*z-index: 1000;  Ensure it's above other content */
}


footer nav {
    text-align: center;
    flex-grow: 1;
    margin-bottom: 2px; /* Smaller bottom margin */
}

footer nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

footer nav ul li {
    display: inline;
    margin-left: 20px;
}

footer nav ul li:first-child {
    margin-left: 0;
}

footer nav ul li a {
    color: #B90E0A;
    text-decoration: none;
    font-size: 18px; /* Adjust font size as needed */
    margin-left: 20px; /* Adjust margin as needed */
    transition: transform 0.3s; /* Add transition for smooth animation */
}

footer nav ul li a:hover {
    text-decoration: none; /* Remove underline on hover */
    color: black; /* Change color to black on hover */
    transform: scale(1.05); /* Slightly zoom in on hover */
    transition: transform 0.3s, font-size 0.3s; /* Apply transition to the hover state as well */
    font-size: 20px; /* Increase font size on hover */
}

/* Style for the active link */
footer nav ul li a.active {
    color: black; /* Change color to black for active link */
}


         .loader {
            position: fixed;
            top: 50%;
            left: 50%;
            width: 130px;
            height: 100px;
            background-repeat: no-repeat;
            background-image: linear-gradient(#0277bd, #0277bd),
                linear-gradient(#B90E0A, #B90E0A), linear-gradient(#B90E0A, #B90E0A);
            background-size: 80px 70px, 30px 50px, 30px 30px;
            background-position: 0 0, 80px 20px, 100px 40px;
            transform: translate(-50%, -50%);
            z-index: 1000; /* Ensure it's above other content *//
            display: block; /* Hide the loader by default */
        }
        .loader:after {
            content: "";
            position: absolute;
            bottom: 10px;
            left: 12px;
            width: 10px;
            height: 10px;
            background: #fff;
            border-radius: 50%;
            box-sizing: content-box;
            border: 10px solid #000;
            box-shadow: 78px 0 0 -10px #fff, 78px 0 #000;
            animation: wheelSk 0.75s ease-in infinite alternate;
        }
        .loader:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0px;
            height: 70px;
            width: 70px;
            background-image: linear-gradient(#fff 45px, transparent 0),
                linear-gradient(#fff 45px, transparent 0),
                linear-gradient(#fff 45px, transparent 0);
            background-repeat: no-repeat;
            background-size: 30px 4px;
            background-position: 0px 11px, 8px 35px, 0px 60px;
            animation: lineDropping 0.75s linear infinite;
        }
        

        @keyframes wheelSk {
            0%, 50%, 100% { transform: translateY(0) }
            30%, 90% { transform: translateY(-3px) }
        }

        @keyframes lineDropping {
            0% {
                background-position: 100px 11px, 115px 35px, 105px 60px;
                opacity: 1;
            }
            50% { background-position: 0px 11px, 20px 35px, 5px 60px }
            60% { background-position: -30px 11px, 0px 35px, -10px 60px }
            75%, 100% {
                background-position: -30px 11px, -30px 35px, -30px 60px;
                opacity: 0;
            }
        }

        /* Styling for the burger menu icon */
.burger-menu {
  display: none;
  cursor: pointer;
}

        /* Add this CSS at the end of your existing CSS */

/* Media query for screens smaller than 768px */
@media only screen and (max-width: 768px) {
    header {
        height: auto; /* Allow the header height to adjust automatically */
        padding: 10px; /* Add padding to the header */
        position: static; /* Remove fixed positioning */
    }
    .logo img {
        width: 200px; /* Decrease logo width */
    }
    nav {
        display: block; /* Hide the navigation by default */
        width: 100%; /* Make navigation full width */
        text-align: center; /* Center-align the navigation items */
    }
    nav.active {
        display: block; /* Display the navigation when active */
    }
    .navigation ul {
        display: block; /* Display list items as block */
        margin: 0 auto; /* Center-align the list items */
        padding: 0;
    }
    .navigation ul li {
        display: block; /* Display list items as block */
        margin: 10px 0; /* Add margin between list items */
    }
    .navigation ul li a {
        display: block; /* Display links as block */
        margin: 0; /* Reset margin */
    }
    .left{
        display: none;
    }

}

/* Add a button for toggling the navigation on smaller screens */
.nav-toggle {
    display: none; /* Hide the toggle button by default */
}
/* Style the toggle button */
.nav-toggle {
    background: none;
    border: none;
    color: #B90E0A;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    </style>