:root {
    --misty-mint: #E4F4F2;
    --deep-sea-glass: #61A6AB;
    --spruce-fog: #4C8373;
    --icy-horizon: #94C4E4;
    --dusty-rose: #C6A4A4;
}

.bg-misty-mint {
    background-color: var(--misty-mint);
}

.bg-deep-sea {
    background-color: var(--deep-sea-glass);
}

.text-deep-sea {
    color: var(--deep-sea-glass);
}

.bg-spruce-fog {
    background-color: var(--spruce-fog);
}

.btn-primary {
    background-color: var(--deep-sea-glass);
    border-color: var(--deep-sea-glass);
}

.btn-outline-primary {
    color: var(--deep-sea-glass);
    border-color: var(--deep-sea-glass);
}

.btn-outline-primary:hover {
    background-color: var(--deep-sea-glass);
    color: white;
}
body{
	font-family: "Inter", sans-serif !important;
	font-weight: 400;
	color: #212529 !important;
	font-size: 15px;
}
ul.navbar-nav li a {
    color: var(--spruce-fog) !important;
    font-weight: 500;
    text-decoration: none;
	padding: 0 10px !important;
}

.navbar-nav li a:hover {
    color: var(--deep-sea-glass) !important;
}
.navbar-brand img{
	width: 200px !important;
}
.custom_fill_button a{
	background-color: var(--deep-sea-glass);
	border-color: var(--deep-sea-glass);
	border: 1px solid var(--deep-sea-glass);
	border-radius: 8px;
}
.custom_fill_button a:hover{
	background-color: transparent;
	color: var(--deep-sea-glass);
}
.custom_outline_button a{
	background-color: transparent;
	border-color: var(--deep-sea-glass);
	border: 1px solid;
	border-radius: 8px;
	color: var(--deep-sea-glass);
}
.custom_outline_blue_button a{
	background-color: transparent;
	border-color: #0D6EFD;
	border: 1px solid;
	border-radius: 8px;
	color: #0D6EFD;
}
.hero-section {
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
}
.hero-section h1{
	font-size: 54px;
	font-weight: 700;
	color: #fff !important;
}
.banner_sub_title{
	color: #fff;
	font-size: 25px;
}
.section_title h2{
	color: #212529;
	font-weight: 400;
	font-size: 32px;
}
.feature-card {
    transition: transform 0.3s;
    border: none;
    border-radius: 15px;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
}
.feature-card h3{
	font-family: "Inter", sans-serif !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	color: #212529 !important;
}
.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.compos_title h2{
	color: #212529;
	font-weight: 700;
	font-size: 43px;
    line-height: 56px;
}
.compa_text {
    font-size: 16px;
}
.special_card h3{
	font-size: 20px;
	color: #212529;
	font-weight: 400;
}
.special_card p{
	font-size: 14px;
}
/* Our Story Page */
.page_banner_title h2{
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
}
.page_banner_sub {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.difference-card {
	transition: transform 0.3s;
	height: 100%;
	border: none;
	border-radius: 10px;
}

.difference-card:hover {
	transform: translateY(-5px);
}
.difference-card h3{
	font-size: 24px !important;
	font-weight: 500 !important;
}
/* Doctor page */
.team_card {
	background: #fff;
	padding: 15px 20px 20px !important;
    border-radius: 10px !important;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}
.team_card h3{
	font-size: 19px;
	font-weight: 400;
}
.team_card p{
	font-size: 14px;
}
.team_card p .sub_title {
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
    background: #61A6AB;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
}

/* care page */
.care_icon_box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
}
.care_icon_subtitle h5{
    font-size: 16px;
    font-weight: 700;
}
.care_bullet_title p{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}