
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Chilanka&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:wght@600&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Chilanka&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:wght@600&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Chilanka&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:wght@600&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Chilanka&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:wght@600&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Winky+Sans:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,800;1,800&family=Winky+Sans:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,800;1,800&family=Saira:ital,wght@0,100..900;1,100..900&family=Winky+Sans:ital,wght@0,700;1,700&display=swap');


iframe.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
*{
    margin: 0;
    padding: 0;
}
.service-main{
    width: 100%;
    height: auto;
    /* height: 150vh; */
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-bottom: 30px; */
}

.whatsapp-main {
    width: 50px;
    height: 50px;
    background: linear-gradient(#128c7e, #075E54);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 300;
    cursor: pointer;
}

/* ............................................................................................. navbar .................................................................... */

.ans-navbar-main{
    width: 100%;
    height: 80px;
    background-color: transparent;
    /* padding: 0 30px; */
    display: flex;
    justify-content: space-between;
    position: fixed;
    transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}
.ans-navbar-main.scrolled {
    /* background-color: rgba(255, 255, 255, 0.3); Semi-transparent black */
    background-color: #ffffff48;
    backdrop-filter: blur(5px); /* Blur effect */
    z-index: 100;
    
}
.ans-navbar-logo{
    width: 200px;
    height: 80px;
    /* background-color: tomato; */
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.ans-navbar-logo img{
    width: 6rem;
}
.ans-navbar-content{
    width: 550px;
    height: 80px;
    /* background-color: tan; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    gap: 30px;
    color: white;
    font-family: 'Nunito', sans-serif;
}
.ans-navbar-content a{
    text-decoration: none;
    color: white;
}

.ans-navbar-main.scrolled .ans-navbar-content p {
    color: #393185; 
    /* color: #000000;  */
    transition: color 0.3s ease-in-out;
}
.ans-navbar-content p{
    cursor: pointer;
}
.ans-nav-contact{
    width: 150px;
    /* background-color: turquoise; */
    display: flex;
    align-items: center;
    justify-content: center;

}
/* .ans-nav-contact button{
    width: 100px;
    height: 35px;
    background-color: #62d2a2;
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
} */

.language-selector{
    width: 100px;
    height: 30px;
    padding:  0 10px;
    background-color: #393185;
    color: white;
    border: none;
    outline: none;
}

.ans-nav-icon{
    width: 100px;
    /* background-color: brown; */
    font-size: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
}

.ans-navbar-main.scrolled .ans-nav-icon{
    color: #393185;
}
.ans-side-menu{
    display: none;
}
.dropdown {
    position: relative;
    display: inline-block;
    /* background-color: #000; */
}

.dropbtn {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.arrow {
    font-size: 1.5em;
    transition: transform 0.5s ease;
}

/* Optional: rotate arrow on hover */
.dropdown:hover .arrow {
    transform: rotate(60deg); /* upside-down arrow */
}

.dropdown-content {
    width: 1000px;
    display: none;
    position: absolute;
    background-color: #178066;
    /* min-width: 160px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 1;
    flex-direction: row;
    left: -550px;
    gap: 20px;
    padding: 30px;
}
.dropdown-content-grid{
    width: 320px;
    /* height: 50px; */
    /* background-color: rgb(0, 255, 255); */
}

.dropdown-content-grid a {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #000;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.ans-dropdown {
    position: relative;
    width: 100%;
  }
  
  .ans-dropbtn {
    cursor: pointer;
    user-select: none;
    /* padding: 10px; */
    /* background-color: #204385; */
    color: #fff;
    border-radius: 5px;
    /* margin: 10px 0; */
    text-align: center;
  }
  
  .ans-dropdown-content {
    display: none;
    flex-wrap: wrap;
    width: 90%;
    background-color: #178066;
    color: #000;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
  }
  
  .ans-dropdown-content.show {
    display: flex;
  }
  
  .ans-dropdown-content-grid {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 120px;
    margin: 10px;
  }
  
  .ans-dropdown-content-grid a {
    padding: 8px 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }

  @media (max-width: 1120px) {
    .dropdown-content{
        width: 800px;
        left: -480px;
    }
}
  
@media (max-width: 850px) {
    .ans-navbar-content {
        display: none;
    }

    .ans-nav-contact {
        display: none;
    }

    .ans-nav-icon {
        display: flex;
        /* position: fixed;
        top: 20px;
        left: 20px;
        font-size: 24px;
        cursor: pointer;
        z-index: 1000; */
    }

    .ans-side-menu {
        display: flex;
        position: fixed;
        top: 60px;
        right: -300px;
        /* Initially hidden */
        width: 250px;
        height: 350px;
        background: #393185;
        box-shadow: rgba(0, 0, 0, 0.422) 0px 7px 29px 0px;
        color: white;
        transition: right 0.3s ease-in-out;
        padding: 20px;
        border-radius: 10px;
        flex-direction: column;
        align-items: center;
        /* gap: 10px; */
        z-index: 100;
        font-family: 'Nunito', sans-serif;
        
    }

    .ans-side-menu.show {
        right: 5px;
        /* Slide in */
    }

    .ans-side-menu-content {
        width: 100%;
        height: 300px;
        /* background-color: yellow; */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
    }
    .ans-side-menu-content a{
        text-decoration: none;
        color: white;
    }
    .ans-side-menu-content p{
        cursor: pointer;
    }

    .ans-side-menu-contact select {
        width: 100px;
        height: 35px;
        background-color: #62d2a2;
        border: none;
        outline: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }

    /* .ans-dropdown-content {
        max-height: 200px;
        overflow-y: auto;
      } */
}

/* .............................................................................................. facilities .................................................................. */

.facilitie-head-main{
    width: 100%;
    height: 250px;
    background-color: #223a66;
    display: flex;
    align-items: end;
    justify-content: center;
    
}
.facilitie-head-main h1{
    font-size: 50px;
    color: rgb(255, 255, 255);    
    margin-bottom: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
.facilitie-content-main{
    width: 85%;
    height: auto;
    padding-top: 50px;
    /* background-color: tomato; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    text-align: center;
    gap: 20px;
    font-family: 'Nunito', sans-serif;
}
.facilitie-content-main h1{
    font-size: 35px;
    
}





.facilitie-carousel-container {
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    /* background-color: tan; */
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.facilitie-carousel-wrapper {
    display: flex;
    width: max-content;
    transition: transform 0.5s ease-in-out;
}
.facilitie-carousel-main {
    display: flex;
    gap: 20px;
}
.facilitie-carousel-box {
    width: 350px;
    height: 450px;
    /* background: linear-gradient( 40deg ,#e12454 , #223a66 , #075E54 ) ; */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    color: rgb(0, 0, 0);
    /* font-family: "Winky Sans", sans-serif; */
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}
.prev-btn {
    left: 10px;
}
.next-btn {
    right: 10px;
}

.facilitie-carousel-box-img{
    width: 350px;
    height: 250px;
    /* background-color: yellow; */
}
.facilitie-carousel-box-img img{
    width: 350px;
    height: 250px;
}
.facilitie-carousel-box p{
    font-size: 23px;
    /* font-family: "Winky Sans", sans-serif; */
    font-family: 'Nunito', sans-serif;
    font-weight: bold;

}
.facilitie-carousel-box span{
    text-align: justify;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

/* ....................................................................... other facility ................................................................... */

.other-facility-main{
    width: 100%;
    height: auto;
    /* background-color: burlywood; */
    font-family: 'Nunito', sans-serif;

}

.facility-section {
    padding: 40px 20px;
    text-align: center;
    /* background-color: #178066; */
    padding-bottom: 150px;
  }
  
  .facility-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #204385;
    margin-bottom: 40px;
  }
  
  .facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .facility-card {
    /* background-color:   #204385; */
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    justify-content: flex-start;
    /* color: white; */
  }
  
  .facility-card i {
    font-size: 20px;
    background-color: #e12454;
    color: white;
    padding: 10px;
    border-radius: 50%;
  }
  
  .facility-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  }

/* ................................................................................ footer ........................................................... */

.footer-main{
    width: 100%;
    height: auto;
    background-color: rgba(245, 237, 229, 0.377);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
}
.footer-contact-main{
    width: 70%;
    height: auto;
    background-color: #393185;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    bottom: 100px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.footer-contact-img{
    width: 300px;
    height: 250px;
    /* background-color: yellowgreen; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact-content{
    width: 65%;
    height: auto;
    /* background-color: yellow; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Nunito', sans-serif;
    /* justify-content: end; */
    align-items: end;
}
.footer-contact-content-head{
    width: 80%;
    font-size: 20px;
    color: wheat;
}
.footer-contact-content-head span{
    color: #e12454;
}
.footer-contact-content-text{
    width: 80%;
    font-size: 17px;
    color: rgb(255, 255, 255);
}
.footer-contact-content-button{
    width: 80%;
    /* background-color: turquoise; */
}
.footer-contact-content-button button{
    width: 200px;
    height: 35px;
    border: none;
    background-color: #e12454;
    color: white;
    cursor: pointer;
}

.footer-content-main{
    width: 90%;
    height: auto;
    /* background-color: yellow; */
    font-family: 'Nunito', sans-serif;
    display: flex;
    gap: 60px;
    /* align-items: end; */
}
.footer-content-details{
    width: 350px;
    height: 450px;
    /* background-color: turquoise; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}
.footer-content-details img{
    width: 10rem;
}
.footer-details{
    width: 300px;
    height: 50px;
    /* background-color: thistle; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 30px;
}
.footer-content-details button{
    width: 250px;
    height: 40px;
    border: none;
    background-color: #e12454;
    color: white;
    font-size: 17px;
    cursor: pointer;
}
.footer-details-meadia{
    width: 300px;
    height: 60px;
    /* background-color: steelblue; */
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.footer-department-details-main{
    width:80%;
    height: auto;
    /* background-color: springgreen; */
}
.footer-department-head{
    width: 100%;
    height: 50px;
    top: 50px;
}
.footer-department-details{
    width: 100%;
    height: auto;
    /* background-color: chartreuse; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;

}
.footer-department{
    width: 300px;
    height: auto;
    /* background-color: violet; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-department a{
    text-decoration: none;
    color: #000;
}
@media (max-width:850px) {
    .footer-contact-main{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .footer-contact-content-button{
        width: 100%;

    }
    .footer-contact-content-text{
        width: 100%;
    }
    .footer-contact-content-head{
        width: 100%;
    }
    .footer-contact-content{
        width: 100%;
    }
}
@media (max-width:700px) {
    .footer-content-main{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}