@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;
}
.modmedcin-main{
    width: 100%;
    height: auto;
    /* background-color: yellowgreen; */
}

/* ...................................................................... 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: 900;
        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;
      } */
}

/* ....................................................................... med .......................................................... */

.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;
    text-align: center;
}
.swallowing{
    font-size: 40px;
}
.laproscopic{
    font-size: 35px !important;
}

.modmedcin-content-main{
    width: 100%;
    height: auto;
    /* background-color: violet; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding-top: 50px;
    padding-bottom: 130px;
}
.modmedcin-content-image-main{
    width: 70%;
    height: auto;
    /* background-color: yellowgreen; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    gap: 30px;

}
.modmedcin-img{
    width: 90%;
    height: 350px;
    /* background-color: cadetblue; */
}
.modmedcin-img img{
    width: 100%;
    height: 100%;
}
.modmedcin-content-descrption{
    width: 90%;
    height: auto;
    /* background-color: tomato; */
    font-family: 'Nunito', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #393185;
}
.modmedcin-content-descrption span{
    color: #e12454;
}
.modmedcin-content-descrption p{
    color: #000;
    text-align: justify;
}
.emergency-p{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 30px;
}
.emergency-p p{
    display: flex;
    /* align-items: center; */
    gap: 15px;
    margin-bottom: px;
}
.emergency-p i{
    margin-top: 2px;
    color: #e12454;
}


.modmedcin-department-appoinment{
    width: 30%;
    height: 500px;
    /* background-color: turquoise; */
}
.modmedcin-department-main{
    width: 70%;
    height: auto;
    /* background-color: yellow; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* border: 1px solid black; */
    box-shadow: rgba(0, 0, 0, 0.422) 0px 7px 29px 0px;

}
.modmedcin-department-head{
    width: 100%;
    height: 40px;
    background-color: #393185;
    font-family: 'Nunito', sans-serif;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.modmedcin-department{
    width: 80%;
    /* height: 40px; */
    /* background-color: thistle; */
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: 'Nunito', sans-serif;
    padding-left: 20px;
}
.modmedcin-department a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
}
.modmedcin-department i{
    color: #223a66;
}

.modmedcin-more-dep-btn{
    width: 95%;
    height: 50PX;
    padding-right: 10PX ;
    /* background-color: thistle; */
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: "Saira", sans-serif;
    font-size: 14px;
}
.modmedcin-more-dep-btn a{
    text-decoration: none;
    color: #000;
}
.modmedcin-more-dep-btn p{
    display: flex;
    gap: 15px;
    align-items: center;

}
.modmedcin-more-dep-btn i{
    color: #178066;
}




@media (max-width:960px) {
    .modmedcin-content-main{
        flex-direction: column;
        gap: 30px;
    }
    .modmedcin-content-image-main{
        width: 100%;
    }
    .modmedcin-department-appoinment{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
}
@media (max-width:500px) {
    .facilitie-head-main h1{
        font-size: 40px;
    }
    .swallowing{
        font-size: 35px !important;
    }
    .laproscopic{
        font-size: 30px !important;
    }
}



  /* .............................................................................. 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: 150px;
    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;
    }
}