* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


body,
html {
    overflow-x: hidden;
}

.header_navbar {
    height: 65%;
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.3%;     /* changed */
}
.navbar_logo_about {
    margin-top: 1.76%;       /* changed */
    margin-left: 4%;
}

.nav {
    margin-top: 3.7%;
}

.navbar_list_about {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    text-decoration: none;
    gap: 50px;
}
.navbar_list_about > li {
    padding: 0px 0px 0px 0px;      /* added */
}
.navbar_list_about > li > a {
    text-decoration: none;
    color: black;
    font-size: 16px !important;    /* added */
    /* font-weight: normal !important; */    /* not added */
}
/* .navbar_list_about li:last-child a {
    border: 2px solid brown;
    padding: 0px 0px 0px 0px;
} */
.navbar_btn {
    margin-top: 3.9%;
    width: 10%;
    /* margin-right: 2%; */
}

.navbar_btn > a {
    text-decoration: none;
    background-color: #0040C1;
    border-radius: 17px;    /* changed */
    color: white;
    padding: 5px 25px;
}
.navbar_btn > a:hover {
    background-color: black;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}


/* * {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


body,
html {
    overflow-x: hidden;
}
.header_navbar {
    height: 65%;
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.3%;
}

.navbar_logo_about {
    margin-top: 1.7%;
    margin-left: 4%;
}

.nav {
    margin-top: 3.6%;
    margin-left: 0.5%;
}

.navbar_list_about {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    text-decoration: none;
    gap: 32px;
}

.navbar_list_about > li > a {
    text-decoration: none;
    color: black;
    font-weight: normal !important;
    font-size: 16.9px !important;
}

.navbar_btn {
    margin-top: 3.9%;
    margin-right: 3%;
}

.navbar_btn > a {
    text-decoration: none;
    background-color: #0040C1;
    border-radius: 16px;
    color: white;
    font-size: 16.9px !important;
    padding: 7px 25px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
} */
.contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../Assets/Images/new_contact.png");
    height: 230px;
    width: 90%;
    margin: auto;
    margin-top: 7%;
    border-radius: 22px;
    text-align: center;
    gap: 15px;
}

.contact>h3 {
    color: white;
    width: 40%;
}

.contact>a {
    background-color: #0040C1;
    color: white;
    border-radius: 16px;
    padding: 5px 10px;
    text-decoration: none;
    width: 10%;
    text-align: center;
}
.contact > a:hover {
    background-color: black;
}
#scrollToTop {
    display: none !important;
}
@media only screen and (min-width:320px) and (max-width:479px) {
    .navbar_logo_about > img {
        margin-top: 7%;
    }

    .navbar_list_about {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: blue;
        color: white;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 5px;
        padding: 5px;
        z-index: 10;
        gap: 30px;
    }

    .navbar_list_about.active {
        display: flex;
    }

    .navbar_btn {
        display: none;
    }
    .menu-toggle {
        display: flex;
        display:block;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
        cursor: pointer;
        margin-top: 8%;
        margin-right: 5%;
        z-index: 1100;
        transition: transform 0.3s ease;
      }
      .menu-toggle.active .bar {
        background-color: white; 
    }
      .menu-toggle .bar {
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        margin: 7px auto;
        transition: all 0.3s ease;
      }
      .menu-toggle .bar:nth-child(1) {
        width: 40px;
       }
       .menu-toggle .bar:nth-child(2) {
         width: 20px;
         margin: auto;
       }
       .menu-toggle .bar:nth-child(3) {
         width: 40px;
       }
      .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      
      .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
      }
      
      .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
      }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
    /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 7%;
    }

    .menu-toggle .bar {
        width: 30px;
        background-color: black;
    }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
.contact {
    background-image: url("../Assets/Images/mob_dummyimage.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 80%;
}

.contact>h3 {
    color: white;
    width: 90%;
}

.contact>a {
    background-color: #0040C1;
    color: white;
    border-radius: 16px;
    padding: 2% 3%;
    text-decoration: none;
    width: 27%;
    text-wrap: nowrap;
}
    #scrollToTop {
        display: block !important;
        position: fixed;
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: #366CCC;
        /* opacity: 0.6; */
        color: white; 
        border: none;
        border-radius: 80%; 
        padding: 4px 10px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        /* transition: all 0.3s ease; */
    }
    #scrollToTop > ion-icon {
        height: 50px;
        width: 30px;
    }
    /* #scrollToTop {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: transparent;
        color: black; 
        border: none;
        border-radius: 50%; 
        padding: 8px 15px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    } */
}

@media only screen and (min-width:480px) and (max-width:700px) {
    .navbar_logo_about > img {
        margin-top: 7%;
    }

    .navbar_list_about {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: blue;
        color: white;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 5px;
        padding: 5px;
        z-index: 10;
        gap: 30px;
    }

    .navbar_list_about.active {
        display: flex;
    }

    .navbar_btn {
        display: none;
    }
    .menu-toggle {
        display: flex;
        display:block;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
        cursor: pointer;
        margin-top: 5%;
        margin-right: 5%;
        z-index: 1100;
        transition: transform 0.3s ease;
      }
      .menu-toggle.active .bar {
        background-color: white; 
    }
      .menu-toggle .bar {
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        margin: 7px auto;
        transition: all 0.3s ease;
      }
      .menu-toggle .bar:nth-child(1) {
        width: 40px;
       }
       .menu-toggle .bar:nth-child(2) {
         width: 20px;
         margin: auto;
       }
       .menu-toggle .bar:nth-child(3) {
         width: 40px;
       }
      .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      
      .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
      }
      
      .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
      }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
    /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 6%;
    }

    .menu-toggle .bar {
        width: 30px;
        background-color: black;
    }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
.contact {
    background-image: url("../Assets/Images/mob_dummyimage.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 80%;
}
.contact > h3 {
    width: 70%;
}
.contact>a {
    text-wrap: nowrap;
    padding: 1% 3%;
    width: 15%;
}
    #scrollToTop {
        display: block !important;
        position: fixed;
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: #366CCC;
        /* opacity: 0.6; */
        color: white; 
        border: none;
        border-radius: 80%; 
        padding: 4px 10px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        /* transition: all 0.3s ease; */
    }
    #scrollToTop > ion-icon {
        height: 50px;
        width: 30px;
    }
    /* #scrollToTop {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: transparent;
        color: black; 
        border: none;
        border-radius: 50%; 
        padding: 8px 15px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    } */
}

@media only screen and (min-width:701px) and (max-width:1024px) {
    .navbar_logo_about > img {
        margin-top: 7%;
    }

    .navbar_list_about {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: blue;
        color: white;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 5px;
        padding: 5px;
        z-index: 10;
        gap: 30px;
    }

    .navbar_list_about.active {
        display: flex;
    }

    .navbar_btn {
        display: none;
    }
    .menu-toggle {
        display: flex;
        display:block;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
        cursor: pointer;
        margin-top: 4.5%;
        margin-right: 5%;
        z-index: 1100;
        transition: transform 0.3s ease;
      }
      .menu-toggle.active .bar {
        background-color: white; 
    }
      .menu-toggle .bar {
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        margin: 7px auto;
        transition: all 0.3s ease;
      }
      .menu-toggle .bar:nth-child(1) {
       width: 40px;
      }
      .menu-toggle .bar:nth-child(2) {
        width: 20px;
        margin: auto;
      }
      .menu-toggle .bar:nth-child(3) {
        width: 40px;
      }
      .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      
      .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
      }
      
      .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
      }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
    /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 5%;
    }

    .menu-toggle .bar {
        width: 30px;
        background-color: black;
    }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
.contact {
    width: 90%;
}
.contact > a {
    text-wrap: nowrap;
    width: 20%;
}
}
@media only screen and (min-width:1025px) and (max-width:1440px) {
    .menu {
     display: none;
    }
    .contact {
        height:350px;
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {
    /* body {
        font-size: 22px;
    } */
    .navbar_logo_about {
        margin-top: 2%;      
    }
    .navbar_logo_about > a > img {
        height: 100%;
        width: 100%;
    }
    .nav {
        margin-top: 3%;
    }
    /* .navbar_list_about > li >a {
        font-size: 22px !important;
    } */
    .navbar_btn {
        margin-top: 3%;
    }
    .menu {
        display: none;
    }
    .contact {
        width: 60%;
        background-size: cover;
        border-radius: 20px;
        height: 350px;
    }
    .contact > h3 {
        width: 30%;
    }
    .contact>a {
        margin-top: 2%;
        width: 10%;
        text-wrap: nowrap;
    }
}