body{
    font-family:Verdana, Geneva, Tahoma !important;
    max-width: 100%;
}
.header{
    background-color: transparent;
    margin-bottom: 0.5vw;
}
.logo-header{
    display: flex;
    flex-direction: row;
    position: relative;
    width:38%;
}
.logo-header-image{
    width: 75%;
    margin: 0;
    margin-top: vw;
    margin-left: 3vw;
}
.title-school{
    font-size: 2vw;
    font-family: 'preahvihear';
    min-width: 70%;
    margin-top: 3vw;
    color: red;
}
.call-head{
    font-weight: bold;
    font-family: sans-serif;
}
.call-container p{
    font-size: 1vw;
    color: white;
}
.address-container p{
    font-size: 1vw;
    color: white;
}
.call-icon{
    rotate: -45deg;
    color: rgb(226, 6, 6);
}
.address-icon{
    color: rgb(214, 9, 9);
}
.address-header-container{
    display: flex;
    margin-right: 4.5vw;
    justify-content: flex-end;
}
.address-head{
    font-weight: bold;
    color: #fff;
}
.head-logo-address{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.address-container{
    margin-left: 2vw;
    width: 30%;
}
.call-container{
    margin-left: 20px;
    font-size: 15px;
}
.header-line{
    background-color: white;
    height: 1.5px;
    width: 90%;
    border: 2% white;
    margin: 0;
}
.navbar-list-items a{
    text-decoration: none;
}
.navbar-list-items li{
    list-style-type: none;
    color: rgba(255, 245, 0, 1);
    margin-left: 5vw;
}
.navbar-list-items{
    display: flex;
    justify-content: flex-end;
    margin-right: 4vw;
}
.navbar-header{
    min-width: 100%;
    max-width: 100%;
    background-color: #0a03039d;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    z-index: 20;
}





.navbar-list-items li {
    font-size: 1.5vw;
    position: relative;
    transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar-list-items li:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  transition: all 0.7s ease;
  bottom: -10%;
}
.navbar-list-items li:hover::after {
  width: 100%;
  height: 3px;
  background-color: #b10505;
}

.programs-background-container{
    background-image: url('images/programs_background2.png');
    background-size: cover;
    position: relative;
    height: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.programs-heading{
    font-size: 2vw;
    text-align: center;
    color: white;
}

.programs-sub-head{
    font-size: 1.5vw;
    text-align: center;
    color: white;
}

.programs-sub-head2{
    color: rgba(255, 245, 0, 1);
}

.programs-heading-container{
    margin-top: 10vw;
    padding-bottom: 12vw;
}

.contactus-main-container-part1{
    width: 50%;
    margin-left: 5vw;
}



.contactus-image-container{
    width: 90%;
    height: 70%;
    margin-top: 12vw;
}
.contactus-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contactus-main-container-part2{
    width: 50%;
    margin-right: 2vw;
}

.contactus-heading{
    font-family: Preahvihear;
    color: rgba(235, 21, 81, 1);
    font-size: 3vw;
}

.input{
    border: none;
    background-color: rgba(227, 227, 227, 1);
    border-radius: 0.5vw;
    height: 5vw;
}

.input-container{
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 2vw;
}

.flex-all-inputs-container{
    display: flex;
    flex-wrap: wrap;
}

.input-label{
    font-size: 1.5vw;
    font-weight: bold;
}

.input-message{
    border: none;
    background-color: rgba(227, 227, 227, 1);
    height: 15vw;
    width: 100%;
    text-align: center;
    border-radius: 0.5vw;
    text-align: start;
}
.input-container-message{
    width: 88%;
    margin: 2vw;
}

.contactus-main-container{
    display: flex;
}

.button-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button{
    background: linear-gradient(to right,rgba(135, 207, 58, 1),rgba(45, 204, 128, 1));
    border: none;
    font-size: 2vw;
    color: white;
    width: 20%;
    border-radius: 0.5vw;
}

.contact-main-container{
    width: 50%;
    margin-left: 4vw;
}

.blue-container{
    background-color: rgba(3, 83, 146, 1);
    width: 70%;
    border-radius: 1vw;
    text-align: center;
    color: white;
    font-size: 1.2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    position: relative;
    margin: 1vw;
    margin-bottom: 2vw;
    margin-top: 3vw;
}

.icon{
    background-color: white;
    color: red;
    width: max-content;
    padding: 1vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    border-radius: 100%;
    position: absolute;
    top: -10%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.377);
}

.location-icon{
    background-color: white;
    color: red;
    width: max-content;
    padding: 1vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    border-radius: 100%;
    position: absolute;
    top: -10%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.377);
}

.map-main-container{
    width: 45%;
    margin-right: 6vw;
    margin-top: 3vw;
}

.map-contact-main-container{
    display: flex;
}

.map{
    border-radius: 1vw;
}




.footer-section-position{
    padding-top: 6vw;
    background:url("images/footerbackground.png");
    background-size: cover;
    position: relative;
}
.footer-section{
    position: relative;
    overflow-x: hidden;
    height: max-content;
}
.footer-copyright{
    color: white;
    text-align: center;
    font-size: 1.3vw;
}
.telegram-image{
    height: 5vw;
    position: absolute;
    top: 4%;
    left: 0;
}
.cloud1-image{
    height: 5vw;
    left: 20%;
    top: 17%;
    position: absolute;
}
.sun-image{
    height: 5vw;
    position: absolute;
    left: 60%;
    top: 10%;
    z-index: 8;
}
.rocket-image{
    height: 8vw;
    position: absolute;
    right: 0%;
    top: 30%;
}
.cloud2-image{
    height: 5vw;
    position: absolute;
    right: -5%;
}
.footer-logo-image{
    height: 100%;
    width: 100%;
    border-radius: 200%;
}
.footer-section2{
    margin-top: 13vw;
    display: flex;
    justify-content: space-around;
}
.footer-section2 h1{
    color: #b10505;
    font-size: 2vw;
}
.footer-logo{
    width: 6%;
    height: 6vw;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.footer-logo p{
    font-size: 1.6vw;
    color: #ffffff;
}
.footer-pages{
    width: 23%;
    position: relative;
    z-index: 3;
}
.footer-pages p{
    font-size: 1.2vw;
    color: #ffffff;
    margin: 0;
    line-height: 2.5vw;
}
.footer-pages li{
    list-style-type: none;
    color: white;
    font-size: 1.2vw;
    color: #ffffff;
    margin: 0;
    line-height: 2.5vw;
}
.footer-pages a{
    text-decoration: none;
}
.footer-pages-2{
    width: 23%;
    position: relative;
    z-index: 3;
}
.footer-pages-2 p{
    font-size: 1.2vw;
    color: #ffffff;
    margin: 0;
    line-height: 2.5vw;
}
.footer-contact-us{
    width: 23%;
    z-index: 3;
    position: relative;
}
.footer-contact-us p{
    font-size: 1.2vw;
    color: #ffffff;
    
}


.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin-left: 2vw;
    justify-content: center;
}
.fa-facebook{
    font-size: 2.2vw;
    color: #1877f2;
    background-color: white;
    padding: 1vw;
    border-radius: 50%;
}
.fa-twitter{
    font-size: 2.2vw;
    color: #1da1f2;
}
.fa-instagram{
    font-size: 2.2vw;
    color: #e4405f;
    background-color: white;
    padding: 1vw;
    padding-left: 1.1vw;
    padding-right: 1.1vw;
    border-radius: 50%;
}
.twitter{
    height: 4vw;
    background-color: white;
    padding: 1vw;
    border-radius: 50%;
}
.social-icons li {
    margin-right: 1vw;
} 
.social-icons a {
    text-decoration: none;
    color: #333;
}
.facebook-icon {
    color: #1877f2;
}
.twitter-icon {
    color: #1da1f2;
}
.instagram-icon {
    color: #e4405f;
}


.footer-section-each{
    width: 30%;
}
.footer-hr-dotted{
    border:0.1vw dashed;
    color: #fff;
}
.footer-child-images{
    height: 10vw;
    margin-left: 2.5vw;
}
.footer-section3{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pencil-image{
    height: 3vw;
}
.scale-image{
    height: 3vw;
    right: 0;
}
.flex-pencil-scale{
    display: flex;
    justify-content: space-between;
}


.footer-squre1{
    height: 15vw;
    background-color: #ffffff;
    width: 30vw;
    border-radius: 50%;
    position: absolute;
    top: -23%;
    left: -3%;
}
.footer-squre2 {
    height: 15vw;
    background-color: rgba(32, 123, 142, 1);
    width: 40vw;
    border-radius: 50%;
    position: absolute;
    left: 24.5%;
    top: -8.9%;
    z-index: 7;
}
.footer-squre3{
    height: 15vw;
    background-color: #ffffff;
    width: 30vw;
    border-radius: 50%;
    position: absolute;
    top: -25%;
    right: 7%;
}
.footer-squre4{
    height: 4vw;
    background-color: rgba(32, 123, 142, 1);
    width: 10vw;
    border-radius: 50%;
    position: absolute;
    top: -1%;
    right:0.8%;
}






.dropdown{
    display: none;
}
.programs:hover{
    .dropdown{
        display: block;
    }
}
/* Add this to your existing CSS styles */
.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
