.image-container {
    position: relative;
    width: 100%;
    height: 550px; /* Set the height of the image container */
}

.bgImg {
    display: block;
    width: 100%;
    height: 100%; /* Ensures the image takes up the full height and width */
    object-fit: cover; /* Keeps the image from stretching */
}

/* .nav-link{
    color: #fff;
}

.nav-link:hover{
    color: #fff;
    text-decoration: none;
} */

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #081447CC; /* Overlay color */
}

.backgroundColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Make sure it covers the full image */
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 1; /* Ensure it appears above the image */
}

.total-container {
    padding: 20px;
}

.logo-style {
    width: 30%;
}

.logo-col {
    padding-left: 65px;
    display: flex;
    align-items: center;
}

/* .navitems-style {
    display: flex;
    gap: 25px;
} */

.mainHead {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainhead-h1 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding: 0% 40%;
    margin-bottom: 25px;
}

.content{
    text-align: left;
    font-size: 20px;
    margin-top: 5%;
}

ul {
  list-style-type: disc !important; /* shows bullet points */
  padding-left: 20px;    /* adds space to show bullets clearly */
}
ul {
  list-style: disc !important;
}

#footer{
    padding: 0px !important;
}

.footer {
    margin-top: 5% !important;
}

@media only screen and (max-width: 768px) {
    /* .navitems-style {
        font-size: 8px;
        padding: 10px;
        gap: 5px;
        display: flex;
        justify-content: space-between;
        text-align: center;
    } */

    .logo-col {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 6px;
    }

    .logo-style {
        /* margin-bottom: 4px; */
        width: 80%;
        padding-left: 12px;
        /* margin-: 4%; */

    }

    .mainhead-h1 {
        padding: 0px;
        font-size: 35px;
        margin-top: 33px;
    }

    .mainhead-p {
        font-size: 15px;
        padding: 0px 45px;
    }
/* 
    .nav-link {
        display: block;
        padding: 0px;
    } */

    .mainHead {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .backgroundColor {
        justify-content: flex-start;
    }

    .image-container {
        height: 425px; /* Set the height of the image container */
    }

     /* footer */

     .footer-icons {
        margin-bottom: 50px;
    }

    .map-headings {
        margin-bottom: 7%;
    }

    .map-sub-head {
        font-size: 15px;
    }

    .map-headings-join {
        margin-bottom: 5%;
        margin-top: 7%;
    }

    .map-p-style-2 {
        font-size: 15px;
    }

    .subscription-style {
        text-align: center;
        font-size: 10px;
    }

    .copyright-p-style {
        font-size: 10px;
        text-align: center;
    }

    .input-in-footer {
        padding: 4% 5%;
    }

    .subscribe-btn-footer {
        padding: 4% 20%;
    }
}