@font-face {
    font-family: 'inter';
    url("../font/inter.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    url("../font/Urbanist-VariableFont_wght.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primaryColor: #04cd78;
    --secColor: #1f5fff;
    --ashColor: #f5f7fa;
    --titleColor: #000d44;
    --bs-white-rgb: 255, 255, 255;
    --bs-bg-opacity: 1;
    --secondaryFont: "Urbanist", sans-serif;
    --transition: all ease 300ms;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

.font-inter {
    font-family: "Inter", sans-serif;
}


.font-primary {
    font-family: 'Urbanist', sans-serif;
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #777777;;
    background-color: #f1f3f7 !important;
}

.color-primary {
    color: #0079c9 ;
}

.color-secondary {
    color: #c95b00;
}

.bg-color-primary {
    background-color: #007e02;
}

.bg-color-secondary {
    background-color: rgba(235, 237, 255, 0.93);
}

.bg-color-gray {
    background-color: #eef1f6;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}

.btn-extra-sm{
    font-size: 12px;
    line-height: 1.6;
    padding: 2px 10px;
}


.button-color-primary {
    background-color: #3db2d7;
    border-color: #3db2d7;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #5ab7d5;
    color: #fff;
}

.button-color-secondary {
    background-color: #fd5f01  ;
    border-color: #fd5f01  ;
    color: #fff;
}

.button-color-secondary:hover {
    background-color: #fd9e66 ;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #fd5f01 ;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fd5f01 ;
}


.button-outline-primary {
    border-color: #0c6918;
    color: #0c6918 ;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #0c6918 ;
}


.sec-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    background: color-mix(in srgb, #1acc8d, transparent 95%);
    color: #1acc8d;
    border-radius: 7px;
    display: inline-block;
}


.fs-very-small {
    font-size: 12px;
}

.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 22px;
}

.hero-sub-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hero-h1{
    font-size: 47px;
    font-weight: bold;
}

.text-h1 {
    font-size: 25px;
    font-weight: bold;
}

.text-h2 {
    font-size: 28px;
    font-weight: bold;
}

.text-h3 {
    font-size: 22px;
    font-weight: 700;
}

.text-sub-title{
    font-size: 16px;
    font-weight: bold;
}

.pt-section{
    padding-top: 80px;
}

.mt-section{
    margin-top: 80px;
}

.section-padding {
    padding: 40px 0;
}

.section-margin {
    margin: 40px 0;
}

.left-section-gap {
    margin: 16px 0;
}

.my-section {
    margin: 80px 0;
}

.py-section {
    padding: 100px 0;
}

.link-transparent {
    color: #2f3133;
    text-decoration: none;
}

.link-primary-color{
    color: #043872 ;
    text-decoration: none;
    font-weight: bold;
}



.details-text {
    color: #495057;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

.img-control img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.p-relative {
    position: relative;
}

.txt-white {
    color: #fff;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #eee;
    text-decoration: none;
}

.card-title {
    position: relative;
    border-left: 16px solid #c95b00;
    background-color: #0c6918;
    color: #fff;
    padding: 5px 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Poppins";
}
.card-title:after{
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid rgba(4, 114, 26, 0.68);
    position: absolute;
    bottom: -10px;
    left: 0px;
}


.logo-default {
    height: 80px;
}


.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000d44;
    text-shadow: 5px 4px 12px #c1c1c1;
}

.logo-title {
    font-size: 26px;
    font-weight: bold;
}


.transparent-header {
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 299;
}


.icon-card {
    border-radius: 5px;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-card-body p {
    color: #6c757d;
}

.bg-tel {
    background-color: #bde0e0;
}

.bg-sweet {
    background-color: #F9E8DF;
}

.bg-gray {
    background-color: #DEE6ED;
}

.bg-light-green {
    background-color: #d6ECCD;
}

.text-content-title {
    font-size: 26px;
    font-weight: 500;
}

.bg-tel {
    background-color: #bde0e0 !important;
}

.bg-sweet {
    background-color: #F9E8DF !important;
}

.bg-gray {
    background-color: #DEE6ED !important;
}

.bg-light-green {
    background-color: #d6ECCD !important;
}

.card-sweet {
    background-color: #ecdde5;
}

.service-card-img {
    margin-top: -70px;
}

.tab-button {
    padding: 10px 30px;
    background-color: #95a98d !important;
    border-radius: 5px;
    color: #fff;
}


.btn-color-1 {
    background-color: #547793 !important;
    color: #fff;
}

.btn-color-1:hover {
    background-color: #5182a9 !important;
    color: #fff;
}

.btn-color-2 {
    background-color: #f6c490 !important;
    color: #9f4035;
}

.btn-color-2:hover {
    background-color: #eeb57b !important;
    color: #9f4035;
}

.btn-color-3 {
    background-color: #d3dcba !important;
    color: #3e540d;
}

.btn-color-3:hover {
    background-color: #bcc79c !important;
    color: #3e540d;
}

.btn-color-4 {
    background-color: #eee2e7 !important;
    color: #a84b9d;
}

.btn-color-4:hover {
    background-color: #d2b2bf !important;
    color: #a63799;
}

.card-list li {
    padding: 8px 0;
    color: #1a1d20;
    font-size: 16px;
}


/*Hero Area*/

.hero-area.style-three {
    padding: 120px 0 15px;
    position: relative;
}
.bg-title {
    background-color: var(--titleColor);
}
.z-1 {
    z-index: 1!important;
}

.hero-area.style-three .hero-img-one {
    top: 8%;
    left: 0%;
    border-radius: 25px;
    transform: rotate(-5deg);
}

.hero-area.style-three .hero-img-two {
    top: 50%;
    right: 2%;
    border-radius: 25px;
    transform: rotate(5deg);
}

.hero-area.style-three .hero-shape-one {
    top: 7%;
    right: 8%;
}

.hero-area.style-three .hero-shape-two {
    bottom: 30%;
    left: 9%;
}

.rotate {
    animation: rotation 20s infinite linear;
}

.bounce {
    animation: float 1500ms infinite ease-in-out;
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

.section-subtitle {
    padding: 0 19px;
}

.text_secondary {
    color: var(--primaryColor);
}

.section-subtitle {
    color: var(--primaryColor);
    font-weight: 600;
    position: relative;
    margin-bottom: 12px;
}

.section-subtitle span{
    padding: 0 19px;
}

.section-subtitle:before, .section-subtitle:after {
    position: absolute;
    top: 5px;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--primaryColor);
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.slider-text{
    margin-bottom: 42px;
    font-size: 18px;
}

.fw-black {
    font-weight: 900;
}

.hero-area.style-three .hero-content h1 {
    font-size: 62px;
    line-height: 69px;
    margin-bottom: 18px;
}

.hero-area.style-three .hero-content .btn-wrap {
    margin-bottom: 150px;
}

.hero-area.style-three .hero-content p {
    padding: 0 150px;
        display: block;
    font-size: 22px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-bottom: 30px;
}

.bg-yellow {
    background-color: #F0DA69;
}

.bg-flower {
    background-color: #A3DAC2 !important;
}
.bg-melanine {
    background-color: #E7C2D4 !important;
}
.bg-chard {
    background-color: #FEC091;
}
.bg-mauve {
    background-color: #ECB2FF;
}
.bg-jordyBlue {
    background-color: #92BDF6;
}

.bg-morning {
    background-color: #A0E1E1;
}

.bg-berylGreen {
    background-color: #CBE2AE;
}

.category-card{
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
    display: flex;
    align-items: center;
}

.rounded-circle {
    border-radius: 50%!important;
}

.category-card .cat-icon {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-right: 8px;
    transition: var(--transition);
    font-size: 35px;
}

.cat-info h3 {
    color: var(--titleColor);
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

.center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.rounded-circle-speen {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    padding: 10px;
    transform: translate(-50%, -50%);
    background-color: var(--ashColor);
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rounded-circle-speen .speen-img{
    height: 60px;
    width: 60px;
}

.about-content h2{
    font-size: 36px;
    font-weight: 700;
    color: var(--titleColor);
}

.feature-list img{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.text-title{
    margin-bottom: 4px;
}

.feature-list li {
    width: 50%;
}

.btn-wrap .book-doctor-card {
    margin-top: 15px;
}

.btn-wrap .book-doctor-card .doc-img {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border: 2px solid var(--primaryColor);
}

.btn-wrap{
    display: flex;
}

.doc-img img {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 1px;
}

.fs-22 {
    font-size: 22px;
}

.hospital-category {
    background-color: rgb(4, 206, 120);
    padding: 3px 16px;
    margin-top: 8px;
    border-radius: 5px;

}
.fw-medium {
    font-weight: 500!important;
}

.transition {
    transition: all 350ms linear;
}

.content-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.fs-24{
    font-size: 24px;
}

.mb-15{
    margin-bottom: 15px;
}

.btn.style-three {
    color: var(--secColor);
}
.btn.style-three:before {
    background: var(--ashColor);
}

.btn.style-three:after {
    background-color: var(--secColor);
}

.btn.style-three span {
    position: relative;
    padding-right: 30px;
    color: var(--secColor);
    display: inline-block;
}

.btn.style-three {
    z-index: 1;
    font-weight: 400;
    padding: 17px 29px 16px 26px;
    border: none;
    overflow: hidden;
    transition: var(--transition);
}

.btn.style-three:hover span {
    color: var(--ashColor);
}

.bg-sec{
    background-color: var(--titleColor);
}

.content-img{
    background-color: #efd969;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 30px;
    position: relative;
}

.batch{
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: -20px;
    left: calc(50% - 20px);
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-item-wrap .feature-item {
    margin-bottom: 30px;
    padding: 26px 30px 26px;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
}

 .feature-item-wrap .feature-item .feature-icon {
    width: 80px;
    height: 80px;
}

.bg-ash {
    background-color: var(--ashColor);
}
.feature-item-wrap .feature-item .feature-info {
    width: calc(100% - 110px);
    margin-left: auto;
}

.feature-item-wrap .feature-item .feature-info h3 {
    margin-bottom: 11px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}
.counter-card-wrap.style-two .counter-card {
    width: 25%;
}
.mb-30 {
    margin-bottom: 30px;
}

.counter-card-wrap.style-two .counter-card .counter-icon {
    width: 82px;
    height: 82px;
}

.counter-card-wrap.style-two .counter-card .counter-text {
    width: calc(100% - 100px);
    margin-left: auto;
}

.counter-card-wrap.style-two .counter-card .counter-text h4 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 12px;
}

.contact-card-wrap.style-one {
    padding: 47px 0 22px;
}

.contact-card-wrap.style-one .contact-card {
    width: 33.33%;
    margin-bottom: 25px;
    position: relative;
}

.contact-card .contact-icon {
    width: 56px;
    height: 56px;
    margin-right: 20px;
}



/*--------- Team  -----------*/

.single-team {
    margin-bottom: 60px;
    position: relative;
}

.single-team-thumb {
    position: relative;
    z-index: 1;
}

.single-team-thumb img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-team-content {
    bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.team-title {
    padding: 10px 0 17px;
    background: var(--titleColor);
    text-align: center;
    width: 78%;
    position: relative;
    z-index: 1;
    left: 42px;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px) rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

.single-team:hover .team-title {
    transform: perspective(500px) rotateX(0deg);
}

.team-icon {
    top: -1px;
    position: relative;
    z-index: 1;
    left: 42px;
    width: 78%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px) rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
}

.team-icon a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
}

.single-team:hover .team-icon {
    transform: perspective(500px) rotateX(0deg);
}

.dept .text-h5{
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
}
.dept-img{
    max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.dept-img img{
    max-height: 100px
}

.card-icon{
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: #6f92e5;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40px;
    left: calc( 50% - 40px);
    font-size: 50px;
    color: #fff;
}

.mb-section{
    margin-bottom: 60px;
}

.service .col-md-4{
    margin-bottom: 30px;
}
.service .col-md-4 .card{
     height: 100%;
}


.contact-info-card {
    padding: 50px 15px 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.contact-info-card .contact-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 28px;
}

.contact-info-card h3 {
    margin-bottom: 17px;
}

.contact-info-card p {
    margin-bottom: 24px;
}

.btn.style-one {
    color: var(--whiteColor);
}

.btn.style-one:before {
    background: var(--secColor);
}

.btn.style-one:after {
    background-color: var(--primaryColor);
}

.btn {
    z-index: 1;
    font-weight: 400;
    padding: 17px 29px 16px 26px;
    border: none;
    overflow: hidden;
    transition: var(--transition);
}

.form-floating .form-comment {
    height: 150px;
}

@media (max-width: 767px) {
    .top-bar p {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 500;
    }

    .hero-h1 {
        font-size: 24px;
        font-weight: bold;
    }

    .slider-text {
        font-size: 14px;
    }

    .slider-overlay {
        align-items: start !important;
    }

    .image-carousel .section-subtitle{
        margin-top: 2rem;
    }

    .feature-list li {
        width: 100%;
    }

    .counter-card-wrap.style-two .counter-card {
        width: 100%;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-90 {
        padding-bottom: 45px;
    }

    .contact-card-wrap.style-one .contact-card {
        width: 100%;
    }

    .footer-bg{
        padding-top: 1.5rem;
    }
    
    .footer-copyright{
        text-align: center;
    }

    .single-team-thumb img {
        height: 300px;
    }

    .single-team {
        margin-bottom: 10px;
    }
}
