@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Singo-1Goqv';
    src: url('../fonts/Singo-1Goqv.woff') format('woff'), url('../fonts/Singo-1Goqv.woff2') format('woff2'), url('../fonts/Singo-1Goqv.svg#Singo-1Goqv') format('svg'), url('../fonts/Singo-1Goqv.eot'), url('../fonts/Singo-1Goqv.eot?#iefix') format('embedded-opentype'), url('../fonts/Singo-1Goqv.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background: #EDFAFD;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bitter", serif;
}

p {
    font-size: 16px;
    line-height: 26px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:root {
    --white: #FFFFFF;
    --black: #161111;
    --green: #00B3AA;
    --Sky_blue: #EDFAFD;
}

.greenbg {
    background: var(--green);
}

.blackbg {
    background: var(--black);
}

.whitebg {
    background: var(--white);
}

.Skybluebg {
    background: var(--Sky_blue);
}

.radius_40 {
    border-radius: 40px;
}

.comnpadding {
    padding: 120px 0;
}

.comntitle {
    font-size: 45px;
    margin-bottom: 25px;
}

.comnbtn {
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 15px;
    font-weight: 400;
    background: var(--green);
    color: var(--white);
    width: 100%;
    border: none;
    border-radius: 20px;
}

.comnbtn:hover {
    background: var(--black);
    color: var(--white);
}

.comnbtn i {
    margin-left: 10px;
}

/*========================== header css start here =========================*/


.header-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.logo-img {
    max-width: 300px;
}

a.contact-link {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 1.25rem;
}

.contact-link i {
    margin-right: 10px;
    font-size: 20px;
}

a.contact-link:hover {

    color: var(--green);
}

/*========================== banner css start here =========================*/

.banner_section .row {
    /* background-color: var(--green); */
    color: var(--white);
    padding: 60px;
    border-radius: 40px;
}

.badge_info {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--black);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.badge_info i {
    margin-right: 8px;
    font-size: 1rem;
}

.Main_title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.comntitle {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.highlight_text {
    background-color: var(--white);
    color: var(--black);
    font-weight: 500;
    padding: 0 10px;
    border-radius: 10px;
    display: inline-block;
    line-height: normal;
}

.banner_desc {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
}

.banner_img {
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

/*========================== stats css start here =========================*/

.stats_section {
    background-color: var(--Sky_blue);
    padding: 60px 0;
}

.counter_number {
    font-size: 3.5rem;
    font-weight: 500;
    color: var(--green);
    line-height: 1;
    margin-bottom: 0;
    font-family: "Bitter", serif;
    width: 65px;
}

.stat_box {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.stat_text {
    text-align: left;
}

.stat_title {
    font-size: 1.75rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: var(--black);
    margin-bottom: 0px;
    line-height: 1.2;
}

.stat_desc {
    font-size: 1.25rem;
    color: var(--black);
    opacity: 0.4;
    margin-bottom: 0;
    line-height: 1.2;
}

.border-end-lg {
    border-right: 1px solid #ccc;
}



/*========================== overview css start here =========================*/

.title_line {
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: var(--green);
    border-radius: 2px;
}

.sub_title {
    font-size: 1.75rem;
    color: var(--green);
    font-family: "Bitter", serif;
    font-weight: 500;
}

.check_list li {
    font-size: 1.125rem;
    margin-bottom: 20px;
    color: var(--black);
    display: flex;
    align-items: flex-start;
}

.check_list li img {
    margin-right: 15px;
    width: 24px;
    margin-top: 3px;
}

.note_box {
    margin-top: 30px;
}

.note_label {
    background-color: var(--black);
    color: var(--white);
    padding: 5px 15px;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    flex-shrink: 0;
    /* Prevent shrinking */
}

.note_text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

.overview_content {
    padding-right: 20px;
}

.overview_content .desc {
    margin-bottom: 30px;
}

.overview_video_box video {
    border-radius: 40px;
    width: 100%;
    height: 100%;
}

.desc {

    font-size: 1.125rem;
    line-height: 1.6;
}

/*========================== continuity css start here =========================*/

.continuity_section .comntitle {
    font-size: 2rem;
}

.continuity_section .patternbg {
    background: url('../images/pattern.png') var(--green);
    background-repeat: repeat;
    background-position: center;
    color: var(--white);
    position: relative;
    padding: 80px 50px 50px 50px;
    border-radius: 0 0 40px 40px;
}

.continuity_title {
    font-size: 2rem;
    font-family: "Bitter", serif;
    font-weight: 500;
    line-height: 1.4;
}

.continuity_desc {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 300;
}

.vertical_dotted_line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-image: linear-gradient(to bottom, transparent 50%, rgba(255, 255, 255, 0.5) 50%);
    background-size: 1px 10px;
    transform: translateX(-50%);
    padding: 0;
}

#Facility {
    margin-top: 30px;
}

.Facility_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.Facility_box::after {
    content: "";
    background: transparent linear-gradient(180deg, rgb(22 17 17 / 0%) 0%, rgb(22 17 17 / 60%) 100%) 0% 0% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Facility_box span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;

    padding: 30px;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 500;
}

#Facility .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

#Facility .owl-nav i {
    font-size: 1.5rem;
}

/*========================== contact css start here =========================*/

.title_line {
    width: 60px;
    height: 4px;
    background-color: var(--green);
    border-radius: 2px;
    display: inline-block;
}

.btn-teal {
    background-color: var(--green);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-teal:hover {
    background-color: #00968e;
    /* Slightly darker */
    color: var(--white);
}

.form-control,
.form-select {
    background-color: var(--Sky_blue);
    font-size: 1.125rem;
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #1611115C;
    color: var(--black);
    width: 100%;
    height: 60px;
}

textarea.form-control {
    width: 100%;
    height: 120px;
    resize: none;
}

.form-control::placeholder {
    color: var(--black);
}

.form-control:focus,
.form-select:focus {
    background-color: var(--white);
    border-color: var(--green);
    box-shadow: none;
    outline: none;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

.notes {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.5;
    margin-top: 10px;
    text-align: center;
}

.vertical-slider {
    width: 80%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 30px auto 0;
}

.vertical-slider .slider-track {
    display: flex;
    flex-direction: column;
}

.vertical-slider .slide {
    /* height: 150px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 1px solid #00B3AA66;
    border-radius: 20px;
    padding: 35px 25px;
    margin: 15px 0;
}

.vertical-slider .slide p {
    font-size: 1.125rem;
    margin: 0;
}


.overview_section .whitebg {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 40px;
}

.Clinical_Program .comntitle {
    display: inherit;
    color: var(--green);
}

.Clinical_Program .blackbg {
    padding: 80px 50px 50px 50px;
    color: var(--white);
    border-radius: 0 0 40px 40px;
    margin-top: -40px;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}

.Clinical_Program .top {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.Clinical_Program .bottom {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.Clinical_Program .top .imgbox,
.Clinical_Program .bottom .imgbox {
    width: calc(50% - 20px);
}

.Clinical_Program .top .text {
    width: 50%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px 30px;
}

.Clinical_Program .bottom .text {
    width: 50%;
    background: var(--green);
    border-radius: 20px;
    padding: 20px 30px;
    color: var(--white);
}

.Clinical_Program .top .text span,
.Clinical_Program .bottom .text span {
    font-size: 1.375rem;
}

.Clinical_Program .bottom .text strong {
    font-size: 4rem;
    display: block;
    font-weight: normal;
    line-height: normal;
}

.Clinical_Program .top .text img {
    border-radius: 0px;
    display: block;
}


footer {
    padding: 25px 0;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
}

.copy_right a {
    color: var(--black);
}

.copy_right a:hover {
    color: var(--green);
}

.vertical-slider:before {
    content: " ";
    background: transparent linear-gradient(180deg, rgb(22 17 17 / 20%) 0%, rgb(22 17 17 / 80%) 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}