@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;
}

.appoinment-main {
    width: 100%;
    height: auto;
    /* background-color: yellow; */
}


/* ...................................................................... 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;
      } */
}

/* .................................................................. appoinment ........................................................... */

.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;
}

.appoinment-content-main {
    width: 100%;
    height: auto;
    /* background-color: violet; */
    display: flex;
}

.appoinment-content-image {
    width: 48%;
    height: auto;
    /* background-color: tomato; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.appoinment-image-text {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* background-color: aqua; */
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #393185;
    padding-top: 50px;
}

.appoinment-image-text span {
    color: #e12454;
}

.appoinment-image-text p {
    color: #000;
}

.appoinment-content-image img {
    width: 30rem;
}

.appoinment-form-main {
    width: 50%;
    height: auto;
    /* background-color: rgb(131, 64, 224); */
    padding-top: 50px;
}

.appoinment-form-container {
    width: 80%;
    height: auto;
    /* background-color: rgb(18, 123, 209); */
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 25px;
}

.appoinment-form-container input {
    width: 90%;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.455);
    padding: 0 10px;
}

.appoinment-form-container select {
    width: 93%;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.455);
    padding: 0 5px;
}

.upload-box {
    width: 93%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed rgba(128, 128, 128, 0.455);
    /* padding: 30px; */
    border-radius: 5px;
    cursor: pointer;
    color: gray;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    transition: 0.3s ease;
}

.upload-box:hover {
    background-color: #f0f8ff;
}

.upload-box input[type="file"] {
    display: none;
}

.upload-box span {
    margin-top: 10px;
    font-size: 16px;
}

.file-preview {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Nunito', sans-serif;
}

#file-name-display {
  font-size: 14px;
  color: #333;
}

#remove-file-btn {
  padding: 5px 12px;
  font-size: 12px;
  background-color: #e12454;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#remove-file-btn:hover {
  background-color: #c41745;
}


.appoinment-form-container textarea {
    width: 90%;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(128, 128, 128, 0.455);
    outline: none;
}

.appoinment-submit-btn {
    width: 93%;
    height: 70px;
    /* background-color: #000; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.appoinment-submit-btn button {
    width: 200px;
    height: 40px;
    border: none;
    color: white;
    background-color: #e12454;
}

.appoinment-form-container input::placeholder,
.appoinment-form-container select::placeholder,
.appoinment-form-container textarea::placeholder {
    font-family: 'Nunito', sans-serif;

}

@media (max-width: 960px) {
    .appoinment-content-main {
        flex-direction: column;
    }

    .appoinment-content-image {
        width: 100%;
    }

    .appoinment-form-main {
        width: 100%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .appoinment-form-container {
        align-items: center;
    }

    .appoinment-content-image img {
        width: 25rem;
    }
}

@media (max-width:400px) {
    .appoinment-content-image img {
        width: 20rem;
    }
}

/* .............................................................................. 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;
    }
}