body {
    padding: 20px;
}

.custom-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.custom-heading {
    color: #007bff;
}

.img-thumbnail {
  
}

.custom-button {
    background-color: #28a745;
    color: #fff;
}
form {
    max-width: 400px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
}

input[type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
    form {
        max-width: 100%;
    }
}

     .custom-image {
        width: 200px; /* Set the desired width */
        height: 250px; /* Set the desired height */
        object-fit: cover; /* Force crop the image */
        display: inline-block; /* Keep images on the same line */
        margin: 10px; /* Add margin between images */
        width: 250px; /* Adjust the width as needed */
    }
.meem {
    display: flex;
    justify-content: space-between; /* Adjust as needed */
    margin: 0 auto;
    width: 50%;
    position: relative;
}

.custom-image1 {
    max-width: 25vw;
    height: auto;
    padding: 1vh;
}

.center {
    margin: 0 auto;
    
}
.contacth {
    text-align: center;    
}

body {
    text-align: center;
    z-index: 0;
}

/* Optionally, you can specify a container for more targeted styling */
.container {
    margin: 0 auto;
    max-width: 800px; /* Adjust the maximum width as needed */
    text-align: left; /* Reset text alignment for the container content */
}
        header {
            background-color: #333;
            padding: 10px;
            position: fixed;
            top: 0;
            width: 100%;
             position: relative;
            z-index: 100; /* You can adjust the value as needed */
        }
        nav {
            display: flex;
            justify-content: space-around;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative; /* or position: absolute; depending on your layout */
            z-index: 101; /* Make sure this value is higher than the z-index of the header */
}

        nav a {
            text-decoration: none;
            color: white;
            font-weight: bold;
            padding: 0 1vw;
        }

        section {
            padding: 60px 20px; /* Adjust the top padding to accommodate the fixed navbar */
        }
        /* Add some styling for the active link */
        nav a.active {
            color: #4CAF50;
        }

        .smooth-scroll {
            display: inline-block;
            padding: 10px;
            background-color: #3498db;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 20px;
        }
		
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

.meem {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Adjust the margin as needed */
}

.custom-image1 {
    max-width: 100%;
    height: auto;
}

/* Adjust the margin for the new row */
/*.mt-3 {
    margin-top: 30px;
}

/* Style for the new images */
.img-thumbnail {
    border: 2px solid #007bff; /* Customize the border color */
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
}


