@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('bootstrap.min.css');
@import url('swiper-bundle.min.css');

@font-face {
    font-family: 'Jaro 36pt';
    src: url('../fonts/Jaro36pt-Regular.eot');
    src: url('../fonts/Jaro36pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jaro36pt-Regular.woff2') format('woff2'),
        url('../fonts/Jaro36pt-Regular.woff') format('woff'),
        url('../fonts/Jaro36pt-Regular.ttf') format('truetype'),
        url('../fonts/Jaro36pt-Regular.svg#Jaro36pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #F9EFFE;
}

.cursor {
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
    /* Fixed so it stays visible even when scrolling */
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-out;
    z-index: 9999;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* section {
    scroll-margin-top: 150px;
  } */
/***** HEADER *****/
header {
    padding: 58px 0 13px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
    padding: 13px 22px 13px 13px;
    background-color: #1FAEE8;
    border: 1px solid #000000;
    border-radius: 15px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand {
    background-color: #F5E1FF;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 175px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-social {
    border-radius: 5px;
    border: 1px solid #000;
    background: #73DDF6;
    width: 66px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav-left {
    gap: 25px;
}

.navbar-nav-right {
    gap: 38px;
    margin-left: auto;
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    text-shadow: none;
    transition: all 0.5s ease-in-out;
}

/***** BANNER SEC ******/
.book-btn {
    border-radius: 10px;
    border: 1px solid #000;
    width: 388px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5DD0FF;
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin-left: auto;
    text-transform: uppercase;
}

.book-btn:hover {
    background-color: #1FAEE8;
}

.banner-sec .image-holder {
    margin-top: 13px;
}

.banner-sec {
    margin-top: 157px;
}

/***** ABOUT US  ******/
.title {
    border-radius: 15px;
    border: 1px solid #000;
    background: #1FAEE8;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 93px;
}

.title h2 {
    color: #F5E1FF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: 'Jaro 36pt';
    font-size: 70px;
    font-weight: 400;
    line-height: normal
}

.about-sec {
    padding: 40px 0 32px;
}

.about-inner {
    display: flex;
    gap: 42px;
    margin-top: 58px;
}

.about-left {
    border-radius: 15px;
    border: 1px solid #000;
    background: #1FAEE8;
    padding: 22px 30px 22px 26px;
    flex: 1;
    width: 100%;
}

.about-left h4 {
    color: #FFF;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.about-left p {
    color: #000;
    text-align: justify;
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 25px 0 52px 0;
}

.about-left ul li {
    display: flex;
    align-items: center;
    color: #000;
    text-align: justify;
    font-family: "Poppins", serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}

.about-left ul li span {
    display: flex;
    align-items: center;
    width: 17px;
    justify-content: flex-end;
    margin-right: 8px;
}

/***** ABOUT RIGHT *****/
.about-right {
    max-width: 488px;
    width: 100%;
    text-align: center;
}

.about-right h3 {
    color: #74DCF6;
    text-align: justify;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-right h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #74DCF6;
    border: 1px solid #000;
}

.about-box {
    border: 1px solid #000;
    background-color: #5ED0FF;
    padding-left: 20px;
    padding-right: 11px;
    padding-bottom: 5px;
    margin-top: 19px;
    border-radius: 10px;
    padding-top: 6px;
    text-align: left;
}

.about-box h4 {
    color: #FFF;
    text-align: justify;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.about-box p {
    color: #000;
    text-align: justify;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.9px;
}

/****** SERVICES SEC *****/
.services-sec {
    padding: 0 0 27px;
}

.services-inner h3 {
    color: #74DCF6;
    text-align: justify;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.services-inner h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background-color: #74DCF6;
    border: 1px solid #000;
}

.services-box {
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #000;
    height: 50px;
    width: 100%;
    background: #1FAEE8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-box:hover {
    background-color: #5ED0FF;
}

.services-inner ul {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    row-gap: 20px;
    column-gap: 29px;
    margin-top: 30px;
}

/****** DEPARTMENTS ******/
.depaertments-sec {
    padding: 50px 0 30px;
}

.depaertments-sec .title {
    padding: 0 17px;
}

.depaertments-inner {
    margin: 31px 0 0 0;
}

.depaertments-box {
    border-radius: 10px;
    border: 1px solid #000;
    background: #5DD0FF;
    padding: 2px 0 10px;
    max-width: 295px;
    width: 100%;
    margin: 30.5px 0;
}

.depaertments-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    min-height: 117px;
}

.depaertments-box h4 {
    color: #FFF;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.specialists-sec .title {
    padding: 0 58px;
}

.specialists-inner {
    margin-top: -44px;
}

.specialists-team-box {
    border-radius: 10px;
    border: 8px solid #5DD0FF;
    background: #1FAEE8;
}

.specialists-team-box .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 6px;
}

.specialists-team-box .text-box {
    text-align: center;
    background: #5DD0FF;
    padding: 16px 0 12px 0;
}

.specialists-team-box .text-box h4 {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}

.specialists-team-box .text-box p {
    color: #000;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 7px;
}

.specialists-team-box .text-box p:last-child {
    margin-bottom: 0;
}

.specialists-team-box .text-inner {
    padding: 10px 48px 12px;
}

.specialists-team-box .text-inner ul li {
    color: #FFF;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.specialists-team-box .text-inner ul li:last-child {
    margin: 0;
}

.swiper {
    margin: 6px 0 0 0;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}

.swiper-slide {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.specialists-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-next {
    padding-left: 12px;
}

.swiper-button-prev {
    padding-right: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    margin: 0;
    background-color: #1FAEE8;
    border: 5px solid #5DD0FF;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #5DD0FF;
    border: 5px solid #1FAEE8;
    transition: all 0.5s ease-in-out;
}

.swiper-button-next img,
.swiper-button-prev img {
    height: 62px;
}

.view-btn {
    border-radius: 10px;
    background: #5DD0FF;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 375px;
    border: 1px solid #000000;
}

.view-btn:hover {
    background: #1FAEE8
}

:focus-visible {
    outline: none;
}

/****** GALLERY SEC *****/
.gallery-sec {
    padding: 45px 0 0 0;
}

.gallery-box {
    border: 1px solid #000;
    border-radius: 10px;
    position: relative;
}

.gallery-box img {
    border-radius: 10px;
}

.click-btn {
    border-radius: 10px;
    border: 1px solid #000;
    color: #000;
    text-align: justify;
    font-family: "Poppins", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    height: 55px;
    background: #5DD0FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 289px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.click-btn:hover {
    background: #1FAEE8;
}

.gallery-inner {
    margin: 38px 0 0 0;
}

.gallery-inner .swiper {
    margin: 0;
}

.gallery-inner .swiper-slide {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.gallery-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

/***** FAQ SEC ******/
.faq-sec {
    margin: 12px 0;
}

.faq-sec .title {
    padding: 0 144px;
}

.faq-inner {
    margin: 36px 0 0 0;
}

.faq-inner .image-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.accordion-button::after {
    display: none;
}

.accordion-item {
    margin-bottom: 21px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    border: 1px solid #000;
    background-color: #1FAEE8;
    display: flex;
    align-items: center;
    padding: 13px 25px 13px 10px;
    justify-content: space-between;
    line-height: normal;
    border-radius: 5px 5px 0 0;
}

.accordion-button p {
    color: #FFF;
    text-align: justify;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
}

.plus-minus {
    display: flex;
    align-items: center;
}

.minus-icon {
    display: none;
}

.accordion-body {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #000;
    border-top: none;
    background: #5DD0FF;
    padding: 30px 9px 40px 9px;
}

.accordion-body p {
    color: #000;
    text-align: justify;
    font-family: "Poppins", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
}

.accordion-button:not(.collapsed) {
    background: #1FAEE8;
    box-shadow: none;
}

.accordion-button:not(.collapsed) .minus-icon {
    display: block;
}

.accordion-button:not(.collapsed) .plus-icon {
    display: none;
}

/***** SUPPORT ******/
.support-sec {
    padding: 73px 0 22px 0;
}

.support-inner {
    margin: 65px 0 70px 0;
}

.support-left {
    border-radius: 15px;
    border: 1px solid #000;
    background: #5DD0FF;
    padding: 22px 25px 51px;
    display: flex;
    gap: 50px;
}

.support-location {
    flex: 1;
    width: 100%;
}

.support-location h4 {
    color: #1FAEE8;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 16px;
}

.support-location .image-holder {
    border: 1px solid #000000;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

iframe {
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

.support-info {
    max-width: 304px;
    width: 100%;
}

.support-info h4 {
    color: #000;
    font-family: "Afacad", serif;
    font-size: 40px;
    font-weight: 400;
    text-underline-offset: 4px;
    line-height: 1;
    text-align: center;
    text-decoration-line: underline;
}

.support-info p {
    margin: 52px 0 0 0;
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
}

.support-right {
    text-align: center;
}

.support-right h4 {
    color: #5DD0FF;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.support-right h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.support-box {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 4px 12px 12px 12px;
    background: #1FAEE8;
    margin-top: 15px;
    margin-bottom: 10px;
}

.support-box ul li p {
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1px;
}

.support-box ul li:last-child {
    margin: 6px 0 0 0;
}

.support-mail {
    color: #000;
    font-family: "Afacad", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    gap: 13px;
    display: flex;
    align-items: center;
}

/***** FOOTER *******/
footer {
    padding-bottom: 14px;
}

.footer-inner {
    border-radius: 0px 15px 15px 15px;
    border: 1px solid #000;
    background: #1FAEE8;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 13px;
    padding-left: 9px;
    padding-bottom: 11px;
}

.footer-left {
    position: relative;
}

.footer-left .media {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    gap: 6px;
}

.footer-logo {
    margin-top: -110px;
    margin-left: -10px;
}

.footer-logo a {
    border-radius: 15px;
    border: 1px solid #000;
    background: #F5E1FF;
    width: 159px;
    height: 154px;
    padding: 9px 12px 9.595px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-left .media p {
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Poppins", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: normal;
}

.footer-left .media p span {
    color: #0400FF;
}

.copyright h5 {
    color: #000;
    font-family: "Afacad", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.footer-right ul {
    display: flex;
    align-items: center;
    gap: 23px;
}

.footer-right ul li a {
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    font-family: "Afacad", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.footer-right ul li a:hover {
    text-shadow: none;
}

.fixed-header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9;
    animation: headerAnimation .5s linear;
    background-color: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 24px 0;
    z-index: 9999;
}

@keyframes headerAnimation {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.fixed-header .navbar-brand {
    width: 112px;
    height: 112px;
    padding: 7px;
}

.wrapper {
    overflow: hidden;
}

section {
    scroll-margin-top: 150px;
}

/* Full-screen Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease-out;
    /* Smooth fade-out effect */
}

/* Shadow Circle Animation */
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #1FAEE8;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    transform: translateZ(0);
}


.loader div {
    background-color: #1FAEE8;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    border-radius: 50%;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    animation-delay: -1s;
}

/* Shadow Pulsing Effect */
@keyframes ballPulseDouble {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.Ellipse1,
.Ellipse2 {
    border-radius: 250px;
    filter: blur(250px);
    height: 340px;
    position: absolute;
    top: 0;
    width: 340px;
    z-index: -1;
}

.Ellipse2 {
    animation: moveEllipse2 20s linear infinite, changeColor 20s linear infinite;
    background-color: #ff759c3d;
    right: 0;
}

.Ellipse1 {
    animation: moveEllipse1 20s linear infinite, changeColor 20s linear infinite;
    background-color: #00cc973d;
    left: 0;
}



/* Shadow Pulsing Effect */
@keyframes moveEllipse1 {
    0% {
        left: 0;
        top: 0;
    }

    25% {
        left: 100%;
        top: 0;
        transform: translateX(-100%);
    }

    50% {
        left: 100%;
        top: 100%;
        transform: translate(-100%, -100%);
    }

    75% {
        left: 0;
        top: 100%;
        transform: translateY(-100%);
    }

    100% {
        left: 0;
        top: 0;
    }
}

/* Shadow Pulsing Effect */
@keyframes moveEllipse2 {
    0% {
        right: 0;
        top: 100%;
        transform: translateY(-100%);
    }

    25% {
        right: 100%;
        top: 100%;
        transform: translate(100%, -100%);
    }

    50% {
        right: 100%;
        top: 0;
        transform: translateX(100%);
    }

    75% {
        right: 340px;
        top: 0;
    }

    100% {
        right: 340px;
        top: 100%;
        transform: translateY(-100%);
    }
}


/* Shadow Pulsing Effect */
@keyframes changeColor {

    0%,
    100% {
        background-color: #008a9a;
        filter: blur(250px);
    }

    20% {
        background-color: #ec1f25;
        filter: blur(200px);
    }

    40% {
        background-color: #1FAEE8;
        filter: blur(150px);
    }

    60% {
        background-color: #ff0c;
        filter: blur(200px);
    }

    80% {
        background-color: #0f0;
        filter: blur(250px);
    }
}

.overflow-hidden {
    overflow: hidden;
}

.bg-circles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-inner {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #000;
    padding-left: 38px;
    overflow: hidden;
    margin-top: 13px;
}

.banner-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-inner h1 {
    font-family: 'Jaro 36pt';
    color: #FF2020;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-size: 100px;
    font-weight: 400;
    line-height: 80px;
}

.hero-inner h2 {
    color: #FF2020;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Afacad", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
}

.hero-inner h3 {
    color: #008A9A;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #000;
    font-family: "Afacad", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 34px;
}

.hero-text {
    text-align: end;
    padding-right: 160px;
    position: relative;
    z-index: 11;
}

.services-box:hover,
.depaertments-box:hover,
.specialists-team-box:hover,
.gallery-box:hover {
    transform: scale(1.03);
}

.swiper {
    padding: 0px 20px;
    margin: 0px -20px;
}

.depaertments-box,
.specialists-team-box,
.gallery-box {
    transition: all 0.5s ease-in-out;
}

.banner-inner {
    margin-top: -76px;
    display: flex;
    position: relative;
    align-items: start;
}

.banner-inner .img-holder {
    margin-bottom: -14px;
    position: relative;
}

.banner-logo {
    text-align: center;
    margin-left: 14px;
}

.banner-logo h4 {
    color: #000;
    font-family: "Afacad", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.banner-logo h4 span {
    font-size: 40px;
    display: block;
}

.heart-img {
    margin-top: 40px;
    margin-left: -142px;
}

.banner-right {
    position: absolute;
    bottom: -3px;
    right: -7px;
}
.scroll {
  border: 1px solid #000;
  width: auto;
  height: 25px;
  display: flex;
  align-items: center;
  background: #5DD0FF;
  color: #000;
  font-family: "Afacad", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-top: 5px;
  border-radius: 5px;
}