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

body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    padding-top: 0px;
}

a,
a:hover,v
a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}

img {
    max-width: 100%
}

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

.owl-carousel .owl-item img {
    /* width: auto; */
}

.mobile {
    display: none !important;
}

.text-end {
    text-align: right;
}

.fullWidth {
    width: 100%;
}

section {
    padding: 70px 0px 30px 0px;
}

.international-patients {
    padding: 70px 0px 30px 0px !important;
}

.banner {
    padding: 0px !important;
}

.sectionHeading h2 {
    font-size: 40px;
    color: #333232;
    font-weight: 900;
}

.sectionHeading h2 span {
    color: #00A052;
}

.sectionHeading h3 {
    font-size: 20px;
    color: #333232;
    font-weight: 400;
    margin: 0 0 5px;
}

.mainHeader {
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
    position: fixed;
}

header.mainHeader.fixedHeader {
    background: #ffffff;
    box-shadow: 0 0 10px #0000001c;
}

.listInline {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 20px;
}

.footerLinks li {
    margin-bottom: 5px;
}

.socialIcons li a {
    /* background: #ffffff33; */
    padding: 5px 5px !important;
    border-radius: 50%;
}

.unorderList {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
}

.gap20 {
    gap: 20px;
}

.searchbar {
    border: 1px solid #747474 !important;
    border-radius: 30px !important;
    padding: 7px 15px !important;
    width: 270px !important;
    background-color: #fff !important;
    color: #BFBFBF !important;
}

.navbar-social {
    margin: 0px !important;
    padding: 0px !important;
}

.fixedHeader nav {
    margin: 0px;
    border-radius: 18px;
}

nav {
    margin: 35px 100px;
    border-radius: 34px;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-nav {
    padding: 4px 20px !important;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

nav#mainNav {
    background: #fff !important;
    padding: 15px 0;
}

.nav-item>a {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 500;
    padding: 5px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

.nav-item>a.nav-greenBtn {
    color: white !important;
}

/* nav#mainNav .nav-item>a:hover {
    color: #02A5FF;
} */

nav#mainNav .nav-item {
    padding: 0 6px;
}

nav#mainNav .nav-item.navBtn {
    padding-right: 0;
    padding-top: 5px;
}

nav#mainNav .nav-item.navBtn a {
    cursor: pointer;
}

nav#mainNav .nav-item.navBtn a:hover {
    background: #000;
    color: #fff !important;
}

.dropmenu {
    position: relative;
}

.dropmenuWrp {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 150px;
    padding: 5px 0;
    box-shadow: 4px 10px 10px #0000002e;
    display: none;
}

.dropmenuWrp li a {
    display: block;
    padding: 5px 10px;
    color: #5B3700;
    font-size: 14px;
}

.dropmenu:hover .dropmenuWrp {
    display: block;
}

/* nav#mainNav .nav-item>a:hover,
.dropmenu:hover>a {
    color: #000 !important;
} */

.dropmenuWrp li a:hover {
    background: #f5f5f5;
}

.dropmenuToggle {
    position: absolute;
    right: 0;
    top: 19px;
    color: #fff;
}

.banner {}

.bannerContent h3 {
    font-weight: 400;
    font-size: 50px;
    color: #333232;
    margin: 0;
}

.bannerContent h1 {
    color: #333232;
    font-size: 56px;
    margin: 10px 0 20px;
    /* font-weight: normal; */
    font-weight: 800;
}

.searchBox input {
    width: 100%;
    border: solid 1px #CFCFCF;
    padding: 10px 20px;
    border-radius: 20px;
    padding-left: 45px;
    font-size: 16px;
    color: #DDDDDD;
    padding-right: 150px;
}

.searchBox {
    position: relative;
    width: 55%;
    margin-top: 20px;
}

.searchBox>img {
    position: absolute;
    top: 15px;
    left: 20px;
}

.searchBox input::placeholder {
    color: #ddd;
}

.searchBox button.colorBtn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 11px 28px !important;
    font-size: 16px;
}

.lineBtn,
.colorBtn,
.blueBtn,
.greyBtn,
.blackBtn {
    display: inline-flex;
    padding: 10px 20px !important;
    background: #00A052;
    border-radius: 50px;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.colorBtn {
    text-transform: none;
}

.lineBtn {
    background: transparent;
    border: solid 1px #00A052;
    color: #00A052 !important;
}

.blackBtn {
    background: #333232;
}

.greyBtn {
    background: #eaecfd;
    color: #616167 !important;
    text-transform: none;
    border: none;
    font-size: 12px;
    outline: none !important;
}

section.banner {
    position: relative;
    padding-bottom: 0;
}

img.bannerImg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 530px;
    max-width: 100%;
}

.bannerContent {
    position: relative;
    z-index: 9;
}

section.banner .container {
    position: relative;
    margin: 150px auto 50px;
}

.bannerContent .listInline {
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.bannerContent h1 span {
    color: #00A052;
}

.trust {
    padding: 0px 0;
}

.trust h3 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
    color: #253F89;
}

.trust h3 span {
    font-weight: 600;
    color: #3042FB;
}

.trust .listInline {
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.explore {
    background: #f6f6f6;
}

.para {
    font-size: 16px;
    color: #262626;
    line-height: 27px;
}

.teacherBx {
    background: #F0F0F0;
    padding: 20px 0px 0px;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
}

.teacherBx img {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    margin: 0 auto;
    border: solid 2px #fff;
    border-radius: 50%;
}

.teacherBx h3 {
    font-size: 20px;
    line-height: 32px;
    color: #00A052;
    font-weight: 600;
    margin: 5px 0;
}

.teacherBx p {
    font-size: 18px;
    font-weight: 500;
    color: #333232;
    margin: 0 0 5px;
}

.teacherBx .listInline {
    justify-content: center;
    gap: 5px;
    color: #FFCD4E;
    margin: 0 0 10px;
}

.teacherBx .listInline li {
    font-size: 17px;
}

.teacherBx .listInline li span {
    color: #333232;
}

.teacherBx .d-flex a {
    width: 50%;
    justify-content: center;
    border-radius: 0;
}

.teacherBx .d-flex {
    align-items: center;
}

.owl-dots button {
    width: 7px;
    height: 7px;
    background: #C7C7C7 !important;
    border-radius: 50%;
}

.owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 6px;
}

.owl-dots button.owl-dot.active {
    background: #00A052 !important;
}

.testimonial-section .owl-nav .owl-prev {
    color: #00A052 !important;
    font-size: 35px !important;
}

.owl-dots button.owl-dot {
    /* border: 1px solid gray; */
    background: #8d8d8d;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: relative;
    margin: 2px;
}

.owl-nav {
    /* display: flex !important;
    justify-content: space-evenly; */
}

.international-patients h2 {
    font-weight: 800;
    font-size: 40px;
    color: #00A052;
    margin-bottom: 5px;
}

.international-patients .international-patients-p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px
}

section#popular .owl-stage-outer {
    margin-bottom: 30px;
}

.categoriesBx {
    margin-bottom: 30px;
    position: relative;
}

.categoriesBx>img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.catHeading {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    background: #333232E0;
    justify-content: space-between;
    padding-left: 20px;
}

.catHeading .colorBtn {
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.catHeading h3 {
    margin: 0;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 800;
}

.applyWrp {
    display: flex;
    padding: 0;
}

.circleBx {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #F4F4F4;
    height: 244px;
    position: relative;
    border: solid 10px #fff;
}

.circleBx:after,
.circleBx:before {
    content: "";
    border-radius: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border-left: dashed 3px #CCCCCC;
    border-top: dashed 3px #CCCCCC;
    border-right: solid 3px #00A052;
    border-bottom: solid 3px #00A052;
    transform: rotate(45deg);
}

.circleBx:nth-child(even):after,
.circleBx:nth-child(even):before {
    border-right: dashed 3px #CCCCCC;
    border-bottom: dashed 3px #CCCCCC;
    border-left: solid 3px #00A052;
    border-top: solid 3px #00A052;
    /* transform: rotate(55deg); */
}

.circleBx h3 {
    font-size: 22px;
    font-weight: 700;
    color: #00A052;
    margin: 5px 0;
}

.circleBx p {
    margin: 0;
    font-size: 14px;
    color: #333232;
    font-weight: 400;
}

.imgWithContent {
    border-radius: 35px 70px;
    overflow: hidden;
    background: #fff;
    transition: all 500ms ease;
}

.imgWithContent:hover {
    background: #00A052;
    color: #fff;
    transition: all 500ms ease;
}

.imgWithContent img {
    width: 100%;
    border-radius: 25px 50px;
}

.imgWithContent h3 {
    margin: 0;
    font-size: 15px;
    padding: 15px;
    text-align: center;
}

section.beTheTeacher p {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 400;
}

section.beTheTeacher h4 {
    color: #00A052;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.footer {
    background-image: url(../images/footerBg.png);
    background-size: cover !important;
    padding: 50px 0 0px;
}

.footerLinks .d-flex {
    gap: 15px;
}

.footerLinks .d-flex p,
.footerLinks .d-flex p a {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    font-family: Open Sans;
    align-items: center;
}

.gallery2 .owl-carousel .owl-stage-outer {
    width: 100%;
}

.gallery2 .owl-carousel .owl-stage-outer {
    overflow-x: clip !important;
    overflow: visible;
    z-index: 99;
}

.navbar-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    /* Adjust for desired slice size */
    height: 20px;
    /* background-color: white; */
    /* Matches the page background */
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.footer-logo {
    margin-bottom: 25px;
    width: 60%;
}

.footerLinks h3 {
    font-family: Open Sans;
    color: #fff;
    position: relative;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0%;
    /* text-transform: uppercase; */
}

.footerLinks ul li a {
    line-height: 2;
    color: #fff;
    font-family: Open Sans;

}

/* .footerLinks h3:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #00A052;
    position: absolute;
    left: 0;
    bottom: 0;
} */

.subscribe h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.subscribe h3 span {
    color: #00A052;
}

.subMail input {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #E5E7EB;
    border: none;
}

.subMail button {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    padding: 7px 13px !important;
    font-size: 12px;
}

.subMail {
    position: relative;
}

.subscribe p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 30px;
}

.subscribe ul {
    color: #fff;
    justify-content: center;
}

.footer p.py-3.text-center.border-top {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

/*======Contact-page======*/
.contactUs {
    background: #ffffff;
    padding: 0;
    border-radius: 20px;
}

.contactUs h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}

.contactTile {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tileBx {
    background: #1e326e;
    width: calc(50% - 15px);
    border-radius: 20px;
    padding: 20px;
}

.tileBx p {
    margin-top: 55px !important;
    font-size: 24px;
}

.tileBx p a {
    color: #dcefd894;
}

.contactBx h3 {
    color: #1A1A1A;
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0 30px;
}

.contactBx {
    padding: 30px;
    background: #ffffff;
}

.form-control {
    /* background: #f2f2f2 !important; */
    border: none;
    color: #000 !important;
    border-radius: 5px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    height: auto;
    padding: 10px 15px;
    resize: none;
}

.form-control::placeholder {
    color: #808080 !important;
}

button.close {
    position: absolute;
    right: 0;
    z-index: 9;
    background: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background: #ef6b3e;
    opacity: 1;
    color: #fff;
}

#contactPop .modal-dialog {
    max-width: 1200px;
    border-radius: 15px;
    overflow: hidden;
}

#contactPop .modal-header {
    border: none;
    color: #fff;
    background: #ffffff;
}

#contactPop .modal-header button {
    color: #000000;
    opacity: 1;
    font-size: 32px;
}

.contactAdditional h5 {
    font-size: 14px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 20px;
}

.contactAdditional {
    margin: 30px 0 0;
    border-top: solid 1px #E5E5E5;
    padding-top: 30px;
}

.contactAdditional .d-flex {
    justify-content: center;
    gap: 30px;
}

.contactAdditional .d-flex .lineBtn {
    font-weight: 700;
    color: #000 !important;
}

div#passEye {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.form-group {
    position: relative;
}

#passEye i.fas.fa-eye-slash {
    display: none;
}

#passEye.showPassword i.fas.fa-eye-slash {
    display: inline-block;
}

#passEye.showPassword i.far.fa-eye.showPass {
    display: none;
}

section.inrBanner {
    position: relative;
    padding: 0;
    padding-top: 60px;
}

section.inrBanner .inerBannerContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.inerBannerContent h1 {
    margin: 0;
    font-size: 54px;
    color: #fff;
    font-weight: 800;
}

section.breadcrum {
    padding: 10px 0;
}

section.breadcrum a {
    color: #BDBDBD;
}

section.breadcrum li {
    color: #252B42;
    position: relative;
}

section.inrBanner>img {
    width: 100%;
}

section.breadcrum li:not(:last-child):after {
    content: ">";
    position: relative;
    top: 1px;
    right: -6px;
    color: #BDBDBD;
}

section.showResult {
    background: #ECECEC;
    padding: 30px 0;
}

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

.showResultBx h3 {
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.ratingDrop {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #424242;
    align-items: center;
}

.ratingDrop select {
    background: #F9F9F9;
    padding: 10px;
    border: solid 1px #ddd;
    font-size: 14px;
    color: #737373;
    outline: none;
    border-radius: 7px;
}

.filterSelected {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 50px;
}

.filterSelected p {
    margin: 0;
    font-size: 19px;
    color: #424242;
    font-weight: 600;
}

.filterSelected button,
.filterSelected>a {
    color: #BEBDBD;
    border: none;
    background: none;
    font-size: 19px;
    font-weight: 300;
    padding: 0;
}

.filterBx {
    padding: 25px;
    background: #EAE9E8;
    border-radius: 20px;
    margin-bottom: 30px;
}

.filterBx h3 {
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    margin: 0;
    cursor: pointer;
}

.customCheckbox input {
    display: none;
}

.customCheckbox {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 15px;
}

.customCheckbox label {
    position: relative;
    margin-left: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #333232;
    cursor: pointer;
    margin-bottom: 0;
}

.customCheckbox label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: solid 1px #DCDCDC;
    position: absolute;
    left: -25px;
    background: #fff;
    border-radius: 6px;
}

.customCheckbox input:checked~label:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #00A052;
    position: absolute;
    left: -22px;
    top: 3px;
    z-index: 1;
    border-radius: 4px;
}

.customCheckboxLong {
    margin-bottom: 20px;
}

.customCheckboxLong input {
    display: none;
}

.customCheckboxLong label {
    background: #fff;
    border: solid 1px #DCDCDC;
    padding: 3px 20px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    color: #333232;
    cursor: pointer;
    margin: 0;
}

.customCheckboxLong input:checked~label {
    border: solid 1px #00A052;
}

.pagination .listInline {
    gap: 0;
}

.pagination .listInline button {
    padding: 6px 15px;
    border: solid 1px #E9E9E9;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.pagination .listInline button.active {
    background: #000;
    color: #fff;
}

.filterBx .unorderList {
    display: block;
}

.filterBx .unorderList.active {
    display: none;
}

.mainHeader .container {
    margin-right: 0px !important;
    padding-right: 0px;
}

.navbar-light .navbar-brand {
    margin: 0px 40px !important;
}


/*========dropmenu-css=========*/
.dropMenuContainer {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999999;
    top: 98%;
    background: #fff;
    padding: 10px;
    border-radius: 18px;
    transform: translateY(50px);
    visibility: hidden;
    transition: all 500ms ease;
    opacity: 0;
}

.megamenu:hover .dropMenuContainer {
    visibility: visible;
    transform: translateY(0px);
    transition: all 500ms ease;
    opacity: 1;
    box-shadow: 0px 8px 10px #0000004a;
}

.megamenu ul {
    list-style-type: none;
    padding: 0;
}

.megamenu,
.dropmenu {
    display: flex;
    align-items: center;
    /* gap: 5px; */
}

.megamenu ul li a {
    color: #000;
    display: block;
    padding: 5px 0px;
    font-weight: 500;
    border-radius: 10px;
}

.megamenu ul li a:hover {
    color: #00A052;
}

.dropMenuContainer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #00A052;
    position: relative;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.dropMenuContainer h3:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #00A052;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.dropmenu>ul {
    position: absolute;
    left: 0;
    list-style-type: none;
    padding: 0;
    min-width: 200px;
    background: #fff;
    top: 100%;
    padding: 5px;
    border-radius: 7px;
    transform: translateY(50px);
    visibility: hidden;
    transition: all 500ms ease;
    opacity: 0;
    box-shadow: 0px 8px 10px #0000004a;
    z-index: 999;
}

.dropmenu ul li a {
    display: block;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    border-radius: 7px;
    width: 100%;
}

.dropmenu ul li a:hover {
    background: #00A052;
    color: #fff;
}

.dropmenu:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease;
    transform: translateY(0px);
}

.dropmenu>ul .dropmenu ul {
    left: 100%;
    top: 0;
    box-shadow: 0px 8px 10px #0000004a;
}

.dropmenu .dropmenu>.fas {
    position: absolute;
    right: 5px;
    top: 7px;
    transform: rotate(270deg);
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .searchbar {
        border: 1px solid #747474 !important;
        border-radius: 30px !important;
        padding: 7px 15px !important;
        width: auto;
    }



}

@media screen and (min-width: 1366px) {
    .mainHeader .container {
        max-width: 100% !important;
    }

    footer .container {
        max-width: 90% !important;
    }

}


.mainHeading h2 {
    /* font-family: Open Sans; */
    font-size: 40px;
    color: #000;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 20px;
}

.upcoming-events h2 {
    font-size: 36px;
    font-weight: 800
}

.upcoming-events .newsCaption-title {
    font-size: 24px;
}

section .sub-heading {
    /* font-family: Open Sans; */
    margin-bottom: 20px;
    font-size: 15px !important;
    color: #1E1E1E;
    text-align: center;
    line-height: normal;
}

.indexCard {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100% !important;
}

.indexCardImg {
    width: 100%;
    height: 340px;
    object-fit: cover;
    filter: brightness(0.6);
}

.researchCardImg {
    width: 100% !important;
    height: 440px;
    object-fit: cover;
    filter: brightness(0.6);
    border-radius: 10px !important;
}

.researchCardText {
    background-color: #00A052;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.researchCardText h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.indexCardOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* Ensures vertical alignment */
    justify-content: center;
    /* Ensures horizontal alignment */
    background: rgba(45, 45, 45, 0.63);
    color: white;
    text-align: center;
    transition: all 0.3s;
}

.indexCard:hover .indexCardOverlay {
    background: rgba(211, 111, 77, 0.79);
}

.indexCard:hover .indexEventCardText {
    display: none;
}

.indexCardOverlay h3 {
    display: flex;
    /* Ensures text is treated as a flex item */
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    font-weight: bold;
    margin: 0;
}

.indexEventCard {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
}

.indexEventCardImg {
    width: 100% !important;
    height: 395px;
    object-fit: cover;
    /* filter: brightness(0.6); */
}

.gallery2 {
    padding: 10px 0px 30px 0px;
}

.trusted-member {
    padding: 40px 0px 30px 0px;
}

.indexEventCardOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    color: white;
}

.indexEventCardText {
    display: flex;
    flex-direction: column;
    /* Ensures text appears on separate lines */
}

.indexEventCardOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    color: white;
}

.indexEventCardText {
    display: flex;
    flex-direction: column;
    /* Ensures text appears on separate lines */
}


.indexEventCard:hover .indexEventCardOverlay {
    background: rgba(211, 111, 77, 1);
}

.indexEventCardOverlay h1 {
    display: flex;
    /* Ensures text is treated as a flex item */
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    font-weight: bold;
    margin: 0;
}

.forMembersIndex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

/* Horizontal Separator between rows */
.forMembersIndexSeparator {
    width: 80%;
    height: 1px;
    background-color: #ccc;
    /* margin: 20px auto; */
}

/* Logo Styling */
.forMembersIndexImg {
    max-width: 100px;
    height: fit-content;
    padding-bottom: 10px;
}

.col-md-2 forMembersIndex {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Vertical Separators */
/* .col-md-2:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;

    height: 90px;
    width: 1px;
    background-color: #ccc;
} */
.bannerWrp {
    position: relative;
    /*height: 80vh;*/
    overflow: hidden;
}

.bannerWrp .singleSlider {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.bottomBannerImg {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.bottomBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* Enables flexbox */
    flex-direction: column;
    /* Stacks items vertically */
    justify-content: center;
    /* Centers content vertically */
    align-items: center;
    /* Centers content horizontally */
    color: white;
    text-align: center;
    background: linear-gradient(to right, rgba(211, 111, 77, 0.8), rgba(250, 205, 15, 0.8));
}

.bottomBannerContent h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 41.8px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #222222;
    margin-bottom: 20px;
}

.bottomBannerContent h2 {
    color: #222222;
    font-weight: 700;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;


    font-family: Playfair Display;
}

.leadershipMemberImg {
    width: 300px;
    height: 330px;
    border-radius: 10px;
    object-fit: cover;
}

.publicAffairsCard {
    background: rgba(248, 248, 248, 1);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 16.6px 0px #00000017;
    text-align: center;
    min-height: 180px;
    /* Ensures equal height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #FFFFFF
}

.publicAffairsImg {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background-color: rgba(248, 248, 248, 1);
    mix-blend-mode: multiply;
}

.publicAffairsContent {
    font-size: 12.5px;
    color: rgba(49, 49, 49, 1);
    font-weight: 600;
    flex-grow: 1;
    /* Ensures text content fills available space */
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatWeDoCard {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.whatWeDoCard:hover .whatWeDoCardContent {
    background: #00A052;

}

.whatWeDoCard:hover .whatWeDoCardContent h1,
.whatWeDoCard:hover .whatWeDoCardContent h3 {
    color: white;

    /* Change to your desired text color */
    transition: color 0.3s;
}

.whatWeDoCard:hover .underline {
    width: 40px;
    height: 1px;
    background-color: white;
    margin: 5px auto;
    margin-bottom: 10px;
    /* Change to your desired text color */
    transition: color 0.3s;
}

.whatWeDoCardImg {
    width: 100%;
    height: 180px;
    object-fit: cover;

}

.whatWeDoCardContent {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 17px;
    padding-bottom: 8px;
    color: white;
    text-align: center;
    transition: all 0.3s;
}

.underline {
    width: 40px;
    height: 1px;
    background-color: rgba(49, 49, 49, 1);
    margin: 5px auto;
    margin-bottom: 10px;
}

.whatWeDoCardContent h1 {
    font-size: 18px;
    color: rgba(49, 49, 49, 1);
    font-weight: 600;

}

.whatWeDoCardContent h3 {
    font-size: 13px;
    color: rgba(89, 89, 89, 1);
    font-weight: 400;
}

.upcoming-events {
    overflow: visible;
    padding: 0px 0px 40px !important;
}


.upcoming-events .owl-nav {
    text-align: center;
}

.upcoming-events .owl-nav {
    justify-content: center;
    display: flex;
    gap: 130px;
    margin-top: 40px;
}

.upcoming-events .owl-nav .owl-prev {
    color: #00A052 !important;
    font-size: 35px !important;
    position: relative;
    z-index: 99;
}

.upcoming-events .owl-nav .owl-next {
    color: #00A052 !important;
    font-size: 35px !important;
    position: relative;
    z-index: 99;
}

.upcoming-events .owl-dots {
    text-align: center;
    top: -27px;
    position: relative;
}

.eventsCard {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: 0px 21.29px 53.23px 0px #00A0521A;
}

.eventImg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.eventCardContent {
    position: relative;
    background: white;
    border-radius: 13px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .#00A052Btn {
    background: #00A052;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px !important;
    text-align: center;
    align-items: center;
    white-space: normal;
    align-content: center;
    gap: 6px;
    font-weight: 700;
    font-size: 15px;
} */


.orangeBtn:hover {
    border: 1px solid rgba(211, 111, 77, 1);
    color: rgba(211, 111, 77, 1);
    background-color: white;
    transition: color 0.3s, background-color 0.3s;
}

/* .banner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00A052 -8.88%, rgba(255, 255, 255, 0) 166.8%);
    z-index: 9;
} */
.banner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 80vh !important;
    background-position: center;
    background-size: cover;
    z-index: 1;
    /*background-image: url(../../assets/images/banner-bg.jpg);*/
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* optional dark overlay */
    z-index: 1;
}


/* Banner Image */
.banner-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    /* Adjust the content position */
    align-items: flex-end;
    /* background: url(../../assets/images/banner-image.jpg); */
    z-index: 2;
    /* Ensure this is above the background image but below the content */
}

.banner-image img {
    width: 30%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    margin-right: 6rem !important;
}

.banner-2 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Blurred Banner Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* background: linear-gradient(360deg, rgba(255, 254, 226, 0.67) 33.63%, rgba(255, 255, 255, 0) 135.67%); */
    z-index: 0;
}

.banner-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background: linear-gradient(90deg, #00A052 -8.88%, rgba(255, 255, 255, 0) 166.8%);
    z-index: 2;
}

.banner-caption {
    position: absolute;
    /* text-align: center; */
    color: white;
    z-index: 9;
    padding: 0% 7%;
    padding-top: 160px;
    /* width: 55%; */
}

.appointment-form h4 {
    font-weight: 800;
    font-size: 18px;
}

.banner-caption h2 {
    /* font-family: Open Sans; */
    font-weight: 900;
    font-size: 42px;
    line-height: inherit;
    letter-spacing: 0%;
    margin-bottom: 30px;
    line-height: 40px;
    color: #1e1e1e;
}

.banner-caption p {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #00A052;
}

.banner-caption button {
    /* padding: 6px 15px; */
    padding: 0px 15px;
}

.page-banner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 440px;
}

.page-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.75);
    /* Adjust opacity for the overlay effect */
    z-index: 9;
}

.page-banner-caption {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 9;
    top: 250px;
}

.page-banner-caption h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 40px;
    text-transform: uppercase;

}


.newsCard {
    position: relative;
    width: 500px;
    height: 250px;
    margin: 5rem auto;
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.newsCaption {
    padding: 55px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 0px;
    text-align: center;
    /* opacity: .6; */
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A052C2;

    padding: 30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.newsCaption2 {
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: center;
    /* opacity: .6; */
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A052;

    padding: 30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.newsCaption-title {
    margin-top: 0px;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.newsCaption-content {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    padding-bottom: 15px;
}

.newsCaption-link {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
    font-weight: 600;
}

.orange-btn {
    color: #00A052;
    background-color: inherit;
    border: 1px solid #00A052;
    border-radius: 8px;
    padding: 3px 20px;
    margin-top: 20px;
    font-family: Open Sans;
    font-size: 12px;
}

.orange-btn:hover {
    color: #fff;
    background-color: #00A052;
    border: 1px solid #00A052;
}

.newsCaption-link:hover {
    color: #fff;
}

.news-Slide-up:hover .newsCaption {
    /* opacity: .6; */
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    overflow: hidden !important;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.news-Slide-up:hover .newsCaption2 {
    /* opacity: .6; */
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.logo-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    align-items: center;
    justify-items: center;
    padding: 20px;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 0px;
    width: 100%;
    height: 90px;
}

.logo-item img {
    max-width: 100px;
    max-height: 115px;
    object-fit: contain;
}

.logo-item:nth-of-type(1),
.logo-item:nth-of-type(6) {
    border-left: none;
    border-top: none;
}

.logo-item:nth-of-type(10),
.logo-item:nth-of-type(5) {
    border-right: none;
}

.logo-item:nth-child(-n+5) {
    border-top: none;
}

.logo-item:nth-last-child(-n+5) {
    border-bottom: none;
}

.copyrightArea {
    background-color: #0B1222;
}

.what-we-do {
    padding: 20px 0px 50px 0px !important;
}

.copyrightArea .left-text {
    text-align: left;
    font-family: Open Sans;
}

.copyrightArea .right-text {
    text-align: right;
    font-family: Open Sans;
}

.international-patient-img {
    height: 100%;
    /* default for desktop */
    object-fit: cover;
    border-radius: 14px;
}

@media (max-width: 768px) {
    .international-patient-img {
        height: 200px;
        width: 100%;
        /* ya jitna chhota chahiye */
        object-fit: cover;
    }

    .international-patients-stats .stats-box .value {
        font-size: 35px !important;
    }

    .international-patients-stats .stats-box {
        padding: 10px 10px !important;
    }

    .hospital-image img {
        margin-top: 30px;
    }

    .logo-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-section h2 {
        margin-top: 20px;
        font-size: 25px !important;
        margin-bottom: 30px;
    }

    .journeyCarousel .owl-nav button.owl-next {
        left: 93% !important;
    }

    .journeyCarousel .owl-nav button.owl-prev {
        left: 0% !important;
    }

    /* .banner-image{
        width:100%
    } */
    .caption3 {
        padding: 20px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
    }


    .banner-image img {
        height: 50%;
    }

    .banner-image-2 {
        width: 100%;
    }

    .banner-image-2 img {
        height: 180px;
        width: 100%;
    }

    .banner-caption h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 130%;
    }

    .copyrightArea {
        text-align: center !important;
    }

    .logo-item:nth-child(odd) {
        border-left: none;
    }

    .logo-item:nth-child(even) {
        border-right: none;
    }

    .logo-item:nth-of-type(5) {
        border-right: 1px solid #ddd;
    }

    .logo-item {
        padding: 0px;
    }

    .bottomBannerContent h1 {
        font-size: 28.8px;
    }

    .bottomBannerContent h2 {
        font-size: 16.86px;
    }

    .copyrightArea .left-text,
    .copyrightArea .right-text {
        text-align: center;
    }

    .page-banner {
        height: 100%;
        padding: 0px !important;
    }

    .page-banner-caption {
        top: 60px;
    }

    .page-banner-caption h2 {
        font-size: 25px;
    }

    section {
        padding: 15px 0px 30px 0px !important;
    }
}

.whoWeAreImg {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0px 0px 14.03px 0px #31343A1F;

}

.purpose-list {
    list-style: none;
    padding: 0;
}

.purpose-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.purpose-list li i {
    color: #D45527;
    /* Orange checkmark */
    margin-right: 10px;
    font-size: 18px;
}

.purpose-list li strong {
    font-size: 16px;
}

.value-card {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: white;
    text-align: start;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    display: flex;
}

.value-card:hover {
    background: #00A052;
    transform: translateY(-5px);
}

.value-card.active {
    background-color: #C76548;
    color: white;
}

.value-img {
    width: 40px;
    height: 40px;
    object-fit: fill;
    color: rgba(211, 111, 77, 1);
}

.value-card i {
    font-size: 30px;
    margin-bottom: 10px;
}

.value-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.value-description {
    font-size: 14px;
    color: rgba(149, 149, 149, 1);
}

.value-card.active .value-description {
    color: white;
}

.value-card:hover .value-title {
    color: #fff;
}

.value-card:hover .value-description {
    color: #fff;
}

.value-card:hover img {
    filter: brightness(0) invert(1);
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    /* Light gray text */
    background-color: transparent;
    margin: 0px;
    padding: .75rem 0rem;
}

.breadcrumb-item {
    text-decoration: none;
    color: #999;
    /* Light gray text */
    font-size: 13px;
}

.breadcrumb-item:hover {
    color: #666;
    /* Darker gray on hover */
}

.breadcrumb-item.active {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 0px 5px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
}

.separator {
    margin: 0 5px;
    color: white;
}

.icon {
    width: 16px;
    /* Adjust size */
    height: 16px;
}

.team-text div {
    /* min-height: 110px; */
}

.team-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.team-card .team-text {
    background: #fff;
    padding: 15px 0px 10px 0px;
    border-radius: 8px;
    z-index: 9;
    position: relative;
    top: -50px;
    width: 88%;
    left: 16px;
    /* box-shadow: 0px 0px 14.03px 0px #31343A1F; */
    /* min-height: 162px; */
}

.team-card .team-text h5 {
    font-weight: 700;
    font-size: 18.1px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #00A052;
}

.team-card .team-text p {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #313131;
    font-family: Open Sans;
    font-weight: 700;
    margin-bottom: 0px;
    bo
}

.team-text .normal-text {
    font-family: Open Sans;
    font-weight: 400 !important;
    font-size: 10px !important;
    margin-bottom: 15px !important;
}

.filter {
    border-radius: 50px;
    color: #434343 !important;
    appearance: none;
    /* Remove default browser styles */
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Custom dropdown arrow */
.form-control.filter {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20"><path fill="black" d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    /* Adjust spacing */
    background-size: 16px !important;
}

/* Fix for Firefox */
select::-ms-expand {
    display: none;
}

.socialIcons {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
}

.socialIcons li {
    display: inline-block;
}

.icon {
    width: 40px;
    height: 40px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border-radius: 50%; */
    /* background-color: rgba(255, 255, 255, 0.1); */
    /* Light transparent background */
    /* transition: background-color 0.3s ease, transform 0.2s ease; */
    /* text-decoration: none; */
    color: white;
    margin-bottom: 10px;
}


.wireframeScroll .owl-carousel {
    width: 110%;
    position: relative;
    left: -10%;
}

.customSec {
    position: relative;
}

.galleryImg {
    width: 100%;
    height: 70%;
    padding: 10px;
    object-fit: cover;
    background: #F7F7F7;
    border-radius: 10px;
}

.cardType1 {
    position: relative;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100% !important;

}

.cardType1 img {
    border-radius: 14px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    /* max-height: 230px !important; */
    height: 220px !important;
}

.cardType1Footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #00A052;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.cardType1:hover .cardType1Footer {
    display: none;
}

.desktop,
.dropdown-submenu:hover>.dropdown-menu,
.dropdown:hover>.dropMenu,
.dropdown:hover>.dropMenu2,
.mobile-break,
.nav-item.dropdown:hover>.dropdown-menu,
.search_form_hero_banner {
    display: block;

}



.formBanner {
    background: #fff;
    border-radius: 7px;
    display: flex;
    padding: 4px;
}

.formBanner .right-border {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}

.form-select option[disabled],
.form-select option[value=""] {
    color: #877c7c;
    /* grey */
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 1.5;
    color: #826f6f;
    background-color: #fff;
    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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    padding: 12px;
}


.formBanner .form-select {
    padding: 0 2.25rem 0 .75rem !important;
    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='%2300A052' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");

    font-size: 14px !important;
    color: #3E3A3A;
}

select {
    outline: none !important;
    /* Remove outline */
    overflow: hidden !important;
    /* Hide overflow */
    appearance: none;
    /* Remove default browser styles */
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
}

.search-btn-filter {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    border-radius: .25rem;
}

.features-list {
    padding: 0px;
    position: relative;
    bottom: 40px;
    z-index: 9;
}

.features-card-container {
    padding: 30px;
}

.feature-card {
    color: black;
    background-color: white;
    border-radius: 13px;
    padding: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;

}

.feature-card:hover {
    background-color: rgba(0, 160, 82, 1);
    color: white;
}

.feature-card:hover .icon img {
    filter: brightness(0) invert(1);
}

.feature-text h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.our-networks {
    background-image: url(../images/network-bg.png);
    /* background-size: cover; */
    background-color: #F8F8F8;
    padding: 50px 0px 50px 0px;
}

.faq-div {
    background-image: url(../images/network-bg.png);
    /* background-size: cover; */
    background-color: #F6F6F6;
    border-radius: 47px;
    /* padding: 40px */
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;

}

.testimonial-section {
    background-image: url(../images/network-bg.png);
    background-color: #F6F6F6;
}

.testimonial-card {
    background-color: #fff;
    width: 80%;
    margin-left: 10%;
    padding: 30px;
    border-radius: 20px;
}

.review_content {
    font-weight: 500;
    font-size: 15px;
}

.testimonial-img img {
    width: 200px;
}

.our-networks .sub-heading {
    font-weight: 400;
    font-size: 15px;
    line-height: 169%;
}

.our-networks .hospitals-carousel .owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
}

.our-networks .hospitals-carousel .owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;
}

.services-bg-img {
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, rgba(0, 160, 82, 0.8) 60.55%);
}

.services-bg-img img {
    /* or whatever height fits */
    width: 100%;
    height: 250px;
    opacity: 0.6;
    z-index: -1;
    border-radius: 14px;
    transform: rotateY(180deg)
        /* Rotate the entire element */
}

.icon-bx-wraper {
    border-radius: 14px !important;
    padding: 30px !important;
    box-shadow: 0px 0px 18.3px 0px #0000001A;

    /* z-index: 1; */
    /* filter: drop-shadow(0 20px 50px rgba(var(--bs-secondary-rgb) 3, 27, 78, 0.02)); */
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* box-shadow: 0px 0px 18.3px 0px rgba(0, 0, 0, 0.1); */
}

.service-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.service-icon {
    font-size: 40px;
    color: #28a745;
    /* #00A052 color */
}

.service-card h5 {
    color: #333;
    margin: 15px 0;
}

.service-card p {
    color: #666;
    font-size: 14px;
}

.service-card a {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
}

.service-card a:hover {
    text-decoration: underline;
}

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

li.checked-list {
    list-style: none;
    color: white;
}

.checked-list::before {
    content: "\f00c";
    /* Unicode for fa-check (checkmark) */
    font-family: 'Font Awesome 5 Free';
    /* Correct Font Awesome 5 font family */
    font-weight: 600;
    /* Solid weight for icons */
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;

    display: inline-block;
    width: 24px;
    /* Set width and height to create a circle */
    height: 24px;
    text-align: center;
    /* Center the icon horizontally */
    line-height: 24px;
    /* Center the icon vertically */
    border-radius: 50%;
    /* Make it a circle */

    background-color: rgba(0, 160, 82, 1);
    /* #00A052 background */
    color: white;
    /* Icon color */
}

.arrow-list {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background-color: rgba(0, 160, 82, 1);
    /* green circle */
    color: white;
    /* arrow color */
    vertical-align: middle;
}

.arrow-list::before {
    content: "\f054";
    /* Unicode for fa-chevron-right */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* solid icon */
    font-size: 12px;
}

.appointment-form {
    background: linear-gradient(180deg, #00A052 0%, #066134 100%);
}

.appointment-form h3 {
    font-size: 1rem;
}

.appointment-form input,
.appointment-form textarea,
.appointment-form button {
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    padding: 12px;
    color: #A5A5A5;
}

/* .position-absolute{
    position: absolute;
} */
.stats-section .container {
    background: linear-gradient(180deg, rgba(1, 172, 89, 0.84) 0%, rgba(0, 108, 56, 0.84) 100%);
    border-radius: 20px;
}

.center-of-excellence {
    padding: 50px 0px 30px;
}

.appointment-section {
    padding: 30px 0px 0px 0px;
}

.center-of-excellence .icon-bx-wraper .icon-cell,
.our-services .icon-bx-wraper .icon-cell {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    background-color: #f3f3f3;
    justify-content: center;
    display: flex;
    align-items: center;
}

.our-services .icon-bx-wraper .icon-cell {
    background: #00A05238 !important;

}

.our-services-vertical-slider {
    overflow: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #4caf50 #f1f1f1;
    height: 515px
}

.bg-overlay-div .icon-content {
    margin-bottom: 50px;
}



.center-of-excellence .icon-content h3 {
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00A052;
    margin-top: 20px;

}

.center-of-excellence .icon-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 169%;
    letter-spacing: 0%;
    color: #000000;
    padding: 10px 0 10px;
}

.center-of-excellence .icon-bx-wraper:hover .icon-cell {
    background-color: #00A052;
}

.our-services .icon-bx-wraper:hover .icon-cell {
    background-color: #00A052 !important;
}

.our-services .icon-bx-wraper {
    background-color: #fff;
}

.our-services .icon-bx-wraper:hover {
    background: #00A0521F;
}

.center-of-excellence .icon-bx-wraper:hover .icon-cell img,
.our-services .icon-bx-wraper:hover .icon-cell img {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-item {
    border-radius: 20px !important;
    border: none;
    /* box-shadow: 0 1px 2px 0 #00000026; */
}

.faq-section .accordion-header {
    margin-bottom: 0;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #00A052;
    color: #fff;
    /* padding-left: 25px; */
}

.faq-section .accordion-button:not(.collapsed)::before,
.faq-section .accordion-button::before {
    /* height: 17px;
    width: 18px; */
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.faq-section .accordion-button {
    position: relative;
    display: flex;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    padding: 0.8rem 1.2rem;
    font-size: 14px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    overflow-anchor: none;
    box-shadow: 0px 0px 5.3px 0px #BABABA40;
    outline: 0;
}

.faq-section .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq-section .accordion-button::before {
    border-radius: 100%;
    background-color: #00A052;
    color: white;
    /* padding: 0.5rem; */
    padding: 0rem 0.2rem;
    content: "+";
    /* font-size: 1.5rem; */
    /* color: #198754; */
    transform: none;
    background-image: none;
    /* hide Bootstrap’s default icon */
    margin-right: 15px;
    /* height: 20px;
    width: 28px; */
    text-align: center;
    outline: 0;
    padding: 0px 0.28rem;
}

.faq-section .accordion-button:not(.collapsed)::before {
    content: "−";
    /* font-size: 1.8rem !important; */
    font-weight: bold;
    /* padding: 0.4rem !important; */
    color: #00A052;
    /* match your #00A052 background */
    background-color: white;
    /* height: 20px;
    width: 28px; */
    text-align: center;
}

.faq-section h2 {
    font-weight: 800;
    font-size: 25px;
    color: #000;
    text-align: left !important;
}

.faq-section {
    padding: 0px 0px 30px 0px;
}

.international-patients img {
    height: 350px;
}

.our-services .service-card {
    border-radius: 20px;
}

.team-image img {
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    position: relative;
    top: 60px;
    z-index: 11;
    height: 200px;
    width: 200px !important;
}

.team-image {
    text-align: center;
    justify-content: center;
    display: flex;
}

.team-card .team-text {
    padding: 20px 0 0;
    border-radius: 20px;
    left: 16px;
}

.team-card .team-text {
    background: #F4F3F3;
    z-index: 10;
    position: relative;
    top: -50px;
    width: 90%;
    padding-top: 130px;
    clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    border-top-left-radius: 40px;
    border-top-right-radius: 60px;

}


.team-card .team-text h5 {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #00A052;
}

.team-card .team-text p {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #3E3A3A;
    height: 40px;
    margin-bottom: 10px !important;
}

.team-card-footer {
    display: flex;
}

.team-card-footer {
    max-height: 50px !important;
    margin-top: 1rem;
}

.team-card-footer a:first-child {
    background-color: #fff;
    color: #00A052;
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
    border-bottom-left-radius: 17px;

}

.team-card-footer a:nth-child(2) {
    background-color: #00A052;
    color: white;
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin: 0.2px;
    border-bottom-right-radius: 17px
}

.blog-page-card {
    border-radius: 23px;
    /* box-shadow: 0 4px 14.3px 0 #0000001A; */
}

.news-section .news-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.news-section .card-title {
    font-size: 1rem;
}

.news-section img {
    height: 150px;
    width: 150px;
}

.news-section .card-text {
    font-size: 0.85rem;
}

.hospital-card {
    background-color: #fff;
    border-radius: 8px;
    min-height: 375px;
    box-shadow: 0px 0px 18.4px 0px #0000001C;

}

.hospital-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 200px;
    width: 100% !important;
    object-fit: fill;
}

.hospital-text {
    padding-bottom: 15px;

}

.hospital-card .hospital-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 18.63px;
    line-height: 22.36px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

.hospital-card .rating {
    font-weight: 600;
    font-size: 13px;
    line-height: 16.64px;
    letter-spacing: 0%;
    text-align: center;
    color: #6D6D6D;

}

.google-icon {
    width: 20px !important;
}

.rating-div {
    gap: 4px;
    margin-top: 7px;
}

.transparent-green-btn {
    border-radius: 25px;
    color: #13B152;
    font-weight: 400;
    font-size: 11.24px;
    border-color: #13B152;
}

.transparent-green-btn:hover {
    background-color: #13B152;
    color: #fff;
}

.bg-overlay-div {}

.nav-greenBtn {
    background: #00A052;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px !important;
    text-align: center;
    align-items: center;
    white-space: normal;
    align-content: center;
    gap: 6px;
    font-weight: 700;
    font-size: 15px;
}

.bg-overlay-div img {
    border-radius: 14px;
    transform: scaleX(-1);
    height: 285px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.green-overlay {
    position: absolute;
    background-color: #000;
    width: 100%;
    top: 0px;
    height: 285px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, rgba(0, 160, 82, 0.8) 60.55%);
    border-radius: 14px;
}

.bg-overlay-div .content {
    position: absolute;
    top: 0px;
    padding: 30px;
    width: 100%;
}

.white-btn {
    border-radius: 20px !important;
    color: #00A052 !important;
    font-weight: 800 !important;
    font-size: 16px;
    text-transform: capitalize;
    background-color: #fff;
    padding: 15px 10px;
}

.appointment-container {
    /* box-shadow: 0px 4px 39.5px 0px #13B15242; */

}

.appointment-container img {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    object-fit: cover;
}

.appointment-container .appointment-form {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.stats-section {
    padding: 40px;
    background-image: url(../images/stats-bg.png);
    background-size: 100% 100%;
    position: relative;
    top: 70px;
    z-index: 9;
    margin-left: 30px;
    margin-right: 30px;
}

.stats-section h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: inherit;
    color: #fff
}

.stats-section span {
    font-weight: 500;
    font-size: 16.62px;
    line-height: 202.99999999999997%;
    color: #fff
}

.stats-section {
    position: relative;
    background: url(../images/stats-bg.png) no-repeat center center/cover;
    /* if you're using a background image */
    padding: 10px 0;
    color: white;
    overflow: hidden;
    border-radius: 20px;

}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.6);
    /* green with transparency */
    z-index: 1;
    border-radius: 20px;
}

/* Ensure content is above the overlay */
.stats-section .row {
    position: relative;
    z-index: 2;
}

.our-services {
    background-color: #F8F8F8;
    padding: 135px 0px 30px 0px;
}

.our-services h2 {
    color: #000;
    font-weight: 800;
    font-size: 40px;
    text-transform: capitalize;
}

.scrollbar-custom::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.row::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar Track */
.row::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Scrollbar Thumb */
.row::-webkit-scrollbar-thumb {
    background-color: #4caf50;
    border-radius: 10px;
}

/* Remove Scrollbar Arrows (Top/Bottom buttons) */
.row::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.our-services .icon-bx-wraper {
    padding: 20px !important;
    min-height: 310px;
}

.team-image img {
    border-radius: 50%;
}

/* blogs */
.blog-section {
    padding: 50px 0px 50px;
    background: #fff;
}

.blog-page-card {
    /* background-color: #D3D3D3; */
    border-radius: 28px;
    border: 0.5px solid #D3D3D3;
}

.blog-page-card .blog-text {
    padding: 20px;
}

.blog-page-card .blog-text h5 {
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -3%;
}

.blog-page-card .blog-text span {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.read-more {
    color: #00A052;
    text-transform: uppercase;
    font-weight: 600;
}

.blogSlider .blog-image img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.blogSlider .owl-nav {
    position: relative;
    display: flex;
    left: -60px;
    bottom: 245px;
    justify-content: space-between;
    width: calc(100% + 120px);
}

.blog-section h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 40px;
    color: #00A052;
    text-align: center;
}

.excellence-section {
    padding: 70px 12px 50px;
    background: #fff;
}

.excellence-section .excellence-card {
    background-color: #FAFAFA;
    display: flex;
    border-radius: 11px;
}

.excellence-section h2 {
    font-weight: 800;
    font-size: 40px;
    vertical-align: middle;
    color: #000;
}

.testimonial-major-card img {
    width: 100%;
}

.testimonial-major-card h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    vertical-align: middle;
    color: #00A052;
}

.testimonial-major-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}

.testimonial-major-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}

.testimonial-minor-card {
    display: flex;
}

.testimonial-minor-card .card-left {
    width: 65%;
}

.testimonial-minor-card .card-right {
    padding: 0px 20px;
}

.testimonial-minor-card .card-right h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #00A052;
}

.theme-btn {
    border-radius: 5px;
    color: #fff !important;
    background: #00A052;
    border: 1px solid #00A052;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    padding: 10px 15px !important;
}

.search-theme-btn {
    border-radius: 5px;
    color: #fff !important;
    background: #00A052;
    border: 1px solid #00A052;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    padding: 5px 10px !important;
}

.submit-btn {
    border-radius: 5px;
    color: #fff !important;
    background: #00A052;
    border: 1px solid #00A052;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px !important;
    padding: 12px 25px !important;
}

.testimonial-section .owl-nav {
    justify-content: center;
    display: flex;
    gap: 130px;
    margin-top: 20px;
    text-align: center;
    z-index: 9999999;
    position: relative;
}

.testimonial-section .owl-dots {
    text-align: center;
    top: -30px;
    position: relative;
}

.testimonial-section .owl-nav .owl-next {
    color: #00A052 !important;
    font-size: 35px !important;
}

.news-section {
    padding: 70px 12px 20px;
    background: #fff;
}

.news-section h2 {
    font-weight: 800;
    font-size: 40px;
    vertical-align: middle;
    color: #000;
}

.team-section {
    padding: 0px 12px 20px;
}

.upcoming-events-card {
    background-color: #fff;
    box-shadow: 0px 4px 39.5px 0px #13B15242;
    border-radius: 10px;
    padding: 20px;
    height: 400px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #4caf50 #f1f1f1;
}

.upcoming-events-card h5 {
    font-weight: 700;
    font-size: 32px;
    color: #00A052;
}

.upcoming-event-minor-card {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #C4C4C4;
}

.upcoming-event-minor-card .event-date {
    background-color: #00A052;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    /* width: 150px; */
    height: 85px;
}

.event-date .date {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.event-date .month {
    font-weight: 700;
    font-size: 19.79px;
    text-align: center;
}

.upcoming-event-minor-card .event-details {
    padding: 0px 20px;
}

.upcoming-event-minor-card .event-details p {
    font-weight: 600;
    font-size: 12px;
    color: #3E3A3A;
}

.upcoming-event-minor-card .event-details .location {
    color: #A7A7A7;
    font-weight: 600;
    font-size: 11px;
}

.news-minor-card {
    display: flex;
}

.news-minor-card .card-left {
    width: 200px;
}

.news-minor-card .card-left img {
    height: 100%;
    object-fit: cover;

}

.news-minor-card .card-right {
    padding: 0px 20px;
}

.news-minor-card .card-right h4 {
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

.news-minor-card .card-right p {
    font-size: 11.5px;
    padding: 0px !important;
}

.news-minor-card .card-right .news-date {
    color: #202124;
    font-weight: 500;
}

.banner-caption2 {
    position: absolute;
    /* text-align: center; */
    color: white;
    z-index: 9;
    padding: 0% 7%;
    padding-top: 150px;
    width: 80%;
}

.breadcrumb-item {
    color: white !important;
}

.breadcrumb {
    font-size: 14px;
    color: white;
    margin: 0;
    padding: .75rem 0;
}


.left-ribbon {
    left: 0 !important;
    right: auto !important;
    border-radius: 0 8px 8px 0;
}

.side-ribbon,
.side-ribbon-2 {
    position: fixed;
    transform: translateY(-230%);
    height: auto;
    background-color: #db0b0b;
    text-align: center;
    transition: transform .3s ease-in-out;
    z-index: 1000;
    color: #fff;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.side-ribbon {
    top: 70%;
    padding: 5px;
}

.side-ribbon2 {
    top: 150%;
    padding: 5px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.custom-select {
    background-color: #00A052 !important;
    /* Green background */
    color: #fff !important;
    /* White text */
    border: none;
    padding: 8px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    border-radius: 12px;
}

.custom-select option {
    background-color: #fff;
    /* White dropdown background */
    color: #000;
    /* Black option text */
}

.custom-select:focus {
    box-shadow: none;
    border: none;
}

.doctor-bio-section {
    background-color: #f8f9fa;
    padding-bottom: 40px;
    /* fixed spacing before footer */
    margin-bottom: 0;
    /* prevent extra gap */
}

.doctor-bio-section ul {
    padding-inline-start: 20px;
}

.profile-img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-box {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.text-success {
    color: #28a745 !important;
    /* Match green color in screenshot */
}

ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* ✅ Green Card for Profile Info */
.card-box-green {
    background: #00A052;
    /* Exact green from screenshot */
    padding: 15px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.department-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    bottom: -10px
}

.department-section .owl-nav {
    justify-content: center;
    display: flex;
    gap: 130px;
    margin-top: 20px;
    text-align: center;
    z-index: 9999999;
    position: relative;
}

.department-section .owl-dot {
    border: none;
    background: none;
    padding: 0;
}

.department-section .owl-dot span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #ccc;
    border-radius: 50%;
    font-weight: 500;
    color: black;
    font-size: 16px;
    transition: 0.3s;
}

.department-section .owl-dot.active span {
    background: #10b981;
    color: white;
}

.department-section .owl-dots button {
    height: auto;
    width: auto;
}

.team-section .team-pagination-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    bottom: -10px
}

.team-section .team-pagination-carousel .owl-nav {
    justify-content: center;
    display: flex;
    gap: 130px;
    margin-top: 20px;
    text-align: center;
    z-index: 9999999;
    position: relative;
}

.team-section .team-pagination-carousel .owl-dot {
    border: none;
    background: none;
    padding: 0;
}

.team-section .team-pagination-carousel .owl-dot span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #ccc;
    border-radius: 50%;
    font-weight: 400;
    color: black;
    font-size: 16px;
    transition: 0.3s;
}

.team-section .team-pagination-carousel .owl-dot.active span {
    background: #00A052;
    color: white;
}

.team-section .team-pagination-carousel .owl-dots button {
    height: auto;
    width: auto;
}

.department-details-section {
    font-size: 15px;
    color: #000;
}

.department-details-section .dept-list {
    font-size: 16px;
}

.department-details-section ul li {
    margin-bottom: 0px
}

.department-details-section .card {
    border-radius: 14px
}

.department-details-section .left-content {
    font-size: 0.9rem;
    line-height: 1.4;
}

.department-details-section .left-content strong {
    font-weight: 700;
}

.department-details-section .left-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.department-details-section .left-content ul li {
    margin-bottom: 6px;
}

.department-details-section .right-sidebar {
    max-width: 360px;
}

.department-details-section .dept-header {
    font-weight: 700;
    font-size: 28px;
    color: rgba(0, 160, 82, 1);
    margin-bottom: 20px;
}

.department-details-section .dept-list {
    list-style: none;
    padding: 0;
    /* margin: 0 0 50px 0; */
}

.department-details-section .dept-item {
    /* display: flex;
    align-items: center;
    border: 1px solid #d5e7df;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 12px;
    height: 60px;
    font-weight: 500;
    cursor: pointer;
    background: white;
    transition: background-color 0.3s ease, border-color 0.3s ease; */
    display: flex;
    align-items: center;
    border: 1px solid #d5e7df;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 12px;
    min-height: 50px;
    /* default size */
    height: auto;
    /* allow expansion */
    font-weight: 500;
    cursor: pointer;
    background: white;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    flex-direction: column;
    /* stack specialty list below */
    justify-content: flex-start;
    align-items: flex-start;
}

.themeColor {
    color: rgba(0, 160, 82, 1) !important;
}

.themeColorblck {
    color: #000;
    font-size: 16px;
}

.themeColorblck:hover {
    color: #008c5e;

}

.department-details-section .dept-item:hover {
    background-color: #e8f2ed;
}

.department-details-section .dept-item.active {
    background-color: #3cbc873b;
    /* background-color: #e6f6ed; */
}

.department-details-section .dept-icon {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    fill: #3cbc87;
    flex-shrink: 0;
}

.department-details-section .arrow-icon {
    margin-left: auto;
    color: #3cbc87;
    font-size: 1.1rem;
}

.department-details-section .appointment-box {
    background-color: #3cbc87;
    border-radius: 15px;
    padding: 25px 15px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    user-select: none;
}

.department-details-section .appointment-box h6 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.department-details-section .phone-icon {
    font-size: 2.4rem;
    margin-bottom: 14px;
    opacity: 0.9;
}

.department-details-section .phone-number {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-top: 6px;
}

.who-we-are {
    font-size: 15px
}

.who-we-are .section-title,
.our-values .section-title {
    font-size: 26px;
    font-weight: 700;
}

.vision-mission-card .section-title {
    background: #00A052
}

.who-we-are .check-list i {
    color: #00A052;
    margin-right: 8px;
}

.who-we-are .check-list li {
    margin-bottom: 10px;
    font-weight: 500;
}

.director-msg .quote {
    font-style: italic;
    color: #999;
    font-size: 15px;
    margin-top: 20px;
    border-left: 2px solid green;
    padding-left: 1rem;
}

.who-we-are .image-container {
    position: relative;
    text-align: center;
}

.who-we-are .main-image {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}

.director-msg {
    background-color: rgba(248, 248, 248, 1);
    padding-bottom: 70px;
}

.who-we-are .overlay-image {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 60%;
    border-radius: 12px;
    box-shadow: 0px 4px 39.5px 0px rgba(19, 177, 82, 0.52);

}

.our-values {
    font-size: 15px
}

.who-we-are .true-care-badge {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 60px;
}

.who-we-are .quote {
    border-left: 2px solid green;
    padding-left: 1rem;
    font-style: italic;
    color: #8D8D8D;
}

@media (max-width: 767px) {
    .who-we-are .overlay-image {
        display: none;
    }

    .blogSlider .owl-nav {
        position: relative;
        display: flex;
        left: 0px;
        bottom: 245px;
        justify-content: space-between;
        width: calc(100%);
    }

    .formBanner {
        background-color: transparent;
    }

    .feature-card {
        padding: 15px;
    }

    .appointment-container img {
        border-top-left-radius: 22px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 22px;
        object-fit: cover;
    }

    .banner {
        height: auto !important;
    }
}

.director-msg .director-photo {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.director-msg .green-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    color: #00A052;
    /* position: relative; */
    right: 8% !important;
}

.director-msg .green-box h3 {
    font-size: 22px;
    font-weight: 700;
}

.director-msg .green-box p {
    font-size: 12px;
    line-height: 1.7;
}

.director-msg .green-box .name {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 16px;
}

.director-msg .green-box .designation {
    font-size: 14px;
    /* color: #d8f5e6; */
    color: #00A052;
}



.director-msg .green-box .quote-bg {
    position: absolute;
    bottom: -80%;
    right: 20px;
    font-size: 380px;
    font-family: Georgia, serif;
    color: rgba(0, 160, 82, 0.08);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 767px) {
    .director-msg .green-box {
        margin-top: 20px;
    }

    .formBanner .right-border {
        border-right: none;
        border-left: none;
        border-radius: .25rem;
    }

    .director-msg .green-box .quote-bg {
        font-size: 80px;
        right: 10px;
    }
}

.vision-mission-card {
    border: 1px solid #00A052;
    /* Green border */
    border-radius: 10px;
    max-width: 600px;
    margin: 10px auto;
    overflow: hidden;
    max-height: 420px;
}

.our-values .values-tags button {
    margin: 0px 5px 5px 0;
    border-radius: 20px;
    font-size: 0.9rem;
    padding: 5px 15px;
}

.custom-btn2 {
    color: #fff;
    /* default text color black */
    background-color: transparent;
    /* background white */
    border: 1px solid #fff;
    /* halka border */
}

.custom-btn2:hover {
    color: #00A052;
    /* Bootstrap success color */
    background-color: #fff;
    /* white hi rahe */
    border-color: #fff;
    /* border bhi green ho sakti hai */
}


.bg-overlay-div {
    /* background: linear-gradient(270deg, rgba(217, 217, 217, 0) -2.43%, rgba(0, 160, 82, 0.8) 57.02%),
        url('../images/our-values-banner.webp') center/cover no-repeat; */
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -2.43%, rgba(0, 160, 82, 0.8) 57.02%),
        url('../images/doctor-team-banner.webp') center/cover no-repeat;
    border-radius: 0.5rem;
}

.leadership-section {
    padding: 50px 0px 80px 0px;
    font-size: 15px
}

.leadership-section .leader-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    background-color: transparent;
    margin-bottom: 20px;
}

.leadership-section .leader-card img {
    width: 100%;
    border-radius: 1rem;
    display: block;
}

.leadership-section .card-bottom {
    background: white;
    bottom: 10px;
    left: 12.5%;
    padding: 0.7rem 1.2rem;
    border-radius: 1rem;
    text-align: center;
    color: #107c10;
    /* dark green */
    font-weight: 600;
    width: 75%;
    bottom: -45px
}

.leadership-section .card-bottom h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: #00A052;
}

.leadership-section .card-bottom small {
    color: #333;
    font-weight: 500;
}

.leadership-section .btn-view {
    background-color: transparent;
    /* Transparent by default */
    border: 0.8px solid #00A052;
    /* Green border */
    color: #00A052;
    /* Text green */
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.1rem 0.8rem;
    font-size: 0.7rem;
    transition: all 0.3s ease;
    /* Smooth transition */
}

.leadership-section .btn-view i {
    margin-right: 5px;
    color: #00A052;
    /* Icon green */
}

/* Hover state */
.leadership-section .btn-view:hover {
    background-color: #00A052;
    /* Green background */
    color: white;
    /* Text white */
}

.leadership-section .btn-view:hover i {
    color: white;
    /* Icon white */
}

.trust-section {
    text-align: center;
    padding: 60px 15px;
}

.trust-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #009245;
    margin-bottom: 50px;
}

.trust-item {
    background-color: #DFF6ED;
    border-radius: 60px;
    padding: 30px 10px;
    text-align: center;
    position: relative;
    height: 100%;
}

.trust-item .circle-number {
    width: 60px;
    height: 60px;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 18px;
}

.trust-item h3 {
    font-weight: 700;
    font-size: 32px;
    transform: rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-box {
    background-color: #009245;
    border-radius: 25px;
    color: #fff;
    padding: 30px;
    height: 100%;
}

.trust-box .circle-number {
    width: 60px;
    height: 60px;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 18px;
}

.trust-box h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
    text-align: left;
}

.trust-box p {
    font-size: 16px;
    text-align: left;
}

.trust-box img {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .trust-item h5 {
        transform: none;
        height: auto;
    }
}

.international-patients-stats {
    padding-top: 60px;
    padding-bottom: 60px
}

.international-patient-services {
    padding-top: 60px;
    padding-bottom: 60px
}

.international-patients-stats .stats-box {
    background-color: #e6f4ed;
    padding: 10px 10px;
    border-radius: 10px;

    font-weight: bold;
}

.international-patients-stats .stats-box .value {
    font-size: 40px;
    color: #00A052;
}

.international-patients-stats .stats-box .label {
    font-size: 15px;
    font-weight: 400;
    color: #3E3A3A;
}

.international-patient-services {
    background-image: url(../../assets/images/bg-image-international-patients.jpg);
}

.international-patient-services .section-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #00A052;

    margin-bottom: 40px;
}

.international-patient-services .service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.international-patient-services .service-card img.card-image {
    width: 100%;
    object-fit: cover;
    height: 232px;
}

.international-patient-services .service-card-content {
    padding: 24px;
}

.international-patient-services .service-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.international-patient-services .service-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.international-patient-services .know-more-btn {
    background: #00a86b;
    color: #fff !important;
    border: none;
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.international-patient-services .know-more-btn:hover {
    background: #008c5e;
}

.international-patient-services .service-card-content svg {
    position: absolute;
    right: 24px;
    /* bottom: 24px;
      width: 36px; */
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-normal {
    font-weight: 400;
}

.doctor-bio-section h6 {
    color: #00A052
}

.doctor-bio-section {
    font-size: 15px;
    color: #000;
}

.journeyCarousel .owl-nav.disabled {
    display: block;
}

.journeyCarousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -3%
}

.journeyCarousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -3%;
}

.journey-section {
    position: relative;
    background: #fff;
    padding: 60px 0;
}

.journey-section .wave-effect {
    background-image: url(../../assets/images/sine-wave.png);
    position: relative;
}

.journey-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #00A052;
    text-align: center;
    margin-bottom: 40px;
}

/* Dotted background behind carousel */
/* .journey-section::before {
    content: '';
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    height: 60px;
    background:radial-gradient(circle, #009245 5%, transparent 6%) 0 0, radial-gradient(circle, #009245 5%, transparent 6%) 10px 10px, linear-gradient(to right, transparent 9px, #009245 9px, #009245 11px, transparent 11px);
    background-size: 20px 20px;
    background-repeat: repeat-x;
    z-index: 0; 
    } */

.journey-card {
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
    background: #f1f1f1;
    text-align: center;
}

.journey-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.journey-card .card-body {
    padding: 20px;
}

.journey-card .card-title {
    font-weight: 700;
    font-size: 18px;
    color: #00A052;
}

.journey-card .card-text {
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Special styling for middle green card */
.journey-card:hover .card-body {
    background: #00A052;
    color: #fff;
}

.journey-card hr {
    /* background: #00995C; */
    border-top: 1px solid #313131;
}

.journey-card:hover hr {
    /* background: #00995C; */
    border-top: 1px solid #fff;
}

.journey-card:hover .card-title {
    color: #fff;
}

.journey-card:hover .card-text {
    color: #fff;
}

.contact-section {
    /* background: #f5f9fc; */
    padding: 50px 0;
}

.contact-card {

    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
}

.contact-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 20px;
}

.contact-subtitle {
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.enquiry-box {
    background-color: rgba(0, 160, 82, 0.18);
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.enquiry-box label {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #636363;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.contact-form select {
    padding: 13px;
}


.contact-form textarea {
    height: 120px;
    resize: none;
}

.dropdown-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* text + arrow color */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='%23A5A5A5'%3E%3Cpath d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding: 14px !important;
    /* space for arrow */
}

/* Placeholder style (when value is empty) */
.dropdown-field:invalid {
    color: #A5A5A5;
    /* Matches arrow color */
}

/* Selected option text color */
.dropdown-field option {
    color: #000;
    /* Normal text color for selected values */
}

/* Remove arrow for IE */
.dropdown-field::-ms-expand {
    display: none;
}

.form-button-wrap {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.form-button-wrap button {
    background: #28a745;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.map-wrapper.style-2 {
    overflow: hidden;
    height: 600px;
    position: relative;
}

.upload-box {
    border-radius: 12px;
    text-align: center;
    padding: 30px 10px;
    color: #888;
    background-color: #fff;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
}

.upload-box:hover {
    background-color: #f1f1f1;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-box svg {
    margin-bottom: 8px;
}

.upload-label {
    font-size: 14px;
    color: #888;
}

.file-types span {
    background-color: #1e7e34;
    color: white;
    font-size: 0.75rem;
    padding: 4px;
    margin-right: 5px;
    border-radius: 5px;
}

.our-networks .owl-nav.disabled {
    display: block;
}

.international-para {
    color: #000;
    font-weight: 500;

}

.international-title {
    color: #313131;
    font-weight: 600;
    font-size: 20px
}

/* Contact Page */
.contact-card {
    background-image: url('../images/network-bg.png');
    background-color: #F6F6F6;
    /* fallback color */
    background-repeat: no-repeat;
    background-size: cover;
    /* make it cover the card */
    background-position: center;
}

.enquiry-box {
    border-radius: 128px;
}

/* Hide default radio and style custom one */
.enquiry-box input[type="radio"] {
    display: none;
}

/* Style label to show custom radio */
.enquiry-box label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}

/* Custom radio circle */
.enquiry-box label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

/* Checked state - green border */
.enquiry-box input[type="radio"]:checked+label::before {
    border-color: #009654;
    background-color: white;
}

/* Inner green dot for checked */
.enquiry-box input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    left: 5.32px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #28A745;
    border-radius: 50%;
}

/* Make label text green when selected */
.enquiry-box input[type="radio"]:checked+label {
    color: #28A745;
}



.contact-form div {
    margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-box {
        padding: 25px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 15px;
    }

    .bottom-card {
        padding: 14px;
    }

    .bottom-icon {
        width: 38px;
        height: 38px;
    }

    .bottom-title {
        font-size: 0.85rem;
    }

    .bottom-card-text {
        font-size: 14px;
    }

    .map-wrapper iframe {
        height: 350px;
    }

    .map-wrapper.style-2 {
        overflow: hidden;
        height: 297px;
        position: relative;
    }

}

.card-box-contact {
    border-radius: 12px;
    padding: 18px;
    /* height: 100%; */
}

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

.bg-dark-green {
    background-color: #00A052;
    color: white;
}

.contact-info p {
    font-weight: 600;
    font-size: 13px;
    line-height: 169%;
    text-transform: capitalize;
}

.bottom-card {
    background-color: #d9f2e6;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

.bottom-icon {
    background-color: #00A052;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.3rem;
}

.bottom-text {
    font-size: 1rem;
}

.bottom-title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.bottom-card-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 169%;
    text-transform: capitalize;
}



.bottom-icon img {
    width: 22px;
    /* controls icon size */
    height: 22px;
    object-fit: contain;
    /* makes the icon white */
}

.fa-icon {
    margin-right: 8px;
    width: 16px;
}

.contact-address-card {
    border-bottom: 1px solid #fff;
    color: #00A052;
    font-weight: 700;
    font-size: 18px;
}

/* JS fallback ke saath */
.dropdown-field.is-placeholder {
    color: #A5A5A5;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 5px;
    padding: 14px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #636363;
}

.form-button-wrap {
    text-align: center;
}

.form-button-wrap button {
    padding: 10px 25px;
    background-color: #009654;
    color: white;
    border: none;
    border-radius: 4px;
}

.enquiry-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.enquiry-box label {
    font-weight: 600;
}


.map-wrapper.style-2 {
    overflow: hidden;
    height: 470px;
    position: relative;
}

/* Health Packages */
.health-packages .pkg-card .horizontal-separator {
    border-top: 0.5px solid #D3D3D3;
    width: 100%;
}

.health-packages .pkg-card:hover .horizontal-separator {
    border-color: #fff;
}

/* Heading */
.health-packages {
    padding-top: 60px;
}

.health-packages h2 {
    color: #00A052;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

/* Card */
.pkg-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 18.3px 0px #0000001A;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
}

.pkg-img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    object-position: center;
}

.pkg-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 100px;
}

.pkg-title {
    color: #00A052;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 169%;
    letter-spacing: 0%;
}

.pkg-price {
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 169%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
}

.btn-book {
    display: inline-block;
    /* width: 83.62162017822266px; */
    padding: 4px 12px;
    opacity: 1;
    color: #13B152;
    border-radius: 25.3px;
    border: 0.7px solid #13B152;
    font-weight: 400;
    font-style: Regular;
    font-size: 11.24px;
    line-height: 169%;
    letter-spacing: 0%;
    transition: all .2s ease;
    text-decoration: none;
}

.btn-book:hover {
    background: #00A052;
    color: #fff;
    border-color: #00A052;
}

/* Hover: entire card turns green */
.pkg-card:hover {
    background: #00A052;
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(8, 20, 30, 0.12);
}

.pkg-card:hover .pkg-title,
.pkg-card:hover .pkg-price {
    color: #fff;
}

.pkg-card:hover .btn-book {
    background: #fff;
    color: #00A052;
    border-color: #fff;
}

.mobile-nav {
    background: #fff;
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    display: none;
    justify-content: space-evenly;
    z-index: 20;
}

.radios-box {
    color: #00A052;
}

.dz-title {
    color: #00A052;
    font-size: 18px;
}

.country-code {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Extra space inside */
    padding-left: 12px;
    /* space before +91 */
    padding-right: 30px;
    /* space for arrow */

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='%23A5A5A5'%3E%3Cpath d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;

    border-radius: 6px 0 0 6px;
    /* rounded left corners */
    border-right: none;
    /* avoid double border */
    background-color: #fff;
}

.banner-yashoda {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 80vh !important;
    background-position: center;
    background-size: cover;
    z-index: 1;
    background-image: url(../../assets/images/medicity-banner-image.png);
}

.banner-yashoda::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    /* optional dark overlay */
    z-index: 1;
}

.banner-yashoda-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 9;
    padding: 0 7%;
    width: 80%;
    padding-top: 100px;
}

.stats-yashoda-medicity-section {
    position: relative;
    background: url(../images/stats-bg.png) no-repeat center center / cover;
    padding: 15px 0;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}

.stats-yashoda-medicity-section h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: inherit;
    color: #fff
}

.stats-yashoda-medicity-section span {
    font-weight: 500;
    font-size: 18.62px;
    line-height: 202.99999999999997%;
    color: #fff
}

.stats-yashoda-medicity-section {
    /* padding: 40px; */
    background-image: url(../images/stats-bg.png);
    background-size: 100% 100%;
    position: relative;
    top: -100px;
    width: 90%;
    z-index: 9;
}

/* Ensure content is above the overlay */
.stats-yashoda-medicity-section .row {
    position: relative;
    z-index: 2;
}

.main-headings-color {
    color: #00A052;
}

.medicity-stats-card p {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}

.medicity-stats-card h2 {
    font-weight: 700;
    color: #00A052;
    font-size: 30px;

}

.department-text p {
    font-weight: 500;
}

.department-text li {
    font-weight: 500;
}

.expert-advice-section p {
    color: #000;
    font-weight: 500;
    font-size: 13px
}

.expert-advice-section h5 {
    color: #00A052;
    font-weight: 500;
    font-size: 15px !important;
}

.expert-advice-section {
    padding: 15px;
}

.video-card {
    border-radius: 14px;
    overflow: hidden;
    max-width: 850px;
    margin: auto;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.video-image {
    position: relative;
    width: 100%;
    height: auto;
}

.video-image img {

    width: 100% !important;
    height: 185px;
    display: block;
}

/* Fake YouTube progress bar */
.video-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27.5px;
    background-image: url('../images/YoutubeUI.png');
    background-size: contain;
    /* Ensures the image is contained within the element */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image within the element */
}

.video-play-btn {
    position: absolute;
    top: 47%;
    left: 47%;
    width: 33px;
    height: 23px;
    background-image: url('../images/YoutubeUI-2.png');
    background-size: contain;
    /* Ensures the image is contained within the element */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image within the element */
}

.video-overlay {
    position: absolute;
    top: 20px;
    /* Adjust this to move the text up or down */
    left: 20px;
    /* Adjust to move text left or right */
    font-weight: 500;
    font-size: 12px !important;
    line-height: 151%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.expert-advice-videos-section .text-block {
    padding: 1.2rem 1rem 0.8rem 1rem;
}

.expert-advice-videos-section .text-block .title {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #00A052;

}

.expert-advice-videos-section .text-block .subtitle {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12.38px;
    leading-trim: NONE;
    line-height: 148%;
    letter-spacing: -3%;
}

.expert-advice-videos-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: flex;
}

.info-icon {
    width: 18px;
    height: 18px;
    background-image: url('../images/ico-info.png');
    /* apna info icon yahan lagao */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

/* .dept-list .icon-cell {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dept-list .active .icon-cell {
    background: #00A05238 !important;} */

.our-department-title {
    color: #00A052;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}

.icon-cell2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #f3f3f3;
    /* default grey circle */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    /* smooth hover effect */
}

.icon-cell2:hover {
    background-color: #00A052;
}

.icon-cell2:hover img {
    filter: brightness(0) invert(1);
    /* icon white */
}



/* .icon-cell2 img {
    color: #00A052;

    filter: invert(46%) sepia(14%) saturate(4513%) hue-rotate(110deg) brightness(92%) contrast(101%);
} */

/* .header {
      background: linear-gradient(145deg, #058e7f, #058e7f);
      color: white;
      padding: 40px 20px;
      position: relative;
    }
    .header .row {
      align-items: center;
    } */
.custom-list {
    display: none;
    /* hide by default */
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 5px 0;
}

.accordion-header p {
    margin: 0;
}

.accordion-divider {
    border: none;
    border-top: 1px solid #ccc;
    /* divider line */
    margin: 0 0 10px 0;
}


.about-para-text p {
    font-weight: 500;

}

.about-para-text2 p {
    font-weight: 500;
    font-size: 16px;
    color: #00A052;

}

.doctor-img {
    width: 140px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
    background-color: #fff;
}

.doctor-info h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}

.info-text {
    font-size: 14px;
    margin-top: 5px;
}

.calendar-box,
.contact-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* padding: 20px;
      margin-top: -80px; */
}

.calendar-box h6 {
    font-size: 16px;
    font-weight: 600;
}

.flatpickr-calendar {
    margin-top: 10px;
    width: 100% !important;
    font-size: 14px;
}

/* Calendar overall background white */
.flatpickr-calendar {
    background: #fff !important;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Inner container bhi white */
.flatpickr-innerContainer {
    background: #fff !important;
    justify-content: center !important;
}

.flatpickr-day.selected {
    background: #00A052 !important;
    color: white;
    border-radius: 50%;
}

.flatpickr-calendar.inline {
    top: 0 !important;
    margin: 0 !important;
}

.contact-box {
    text-align: center;
    color: white;
    background: #06a77d;
}

.contact-box h5 {
    font-weight: 600;
}

.contact-box a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.section-title {
    color: #00A052;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

ul.custom-list {
    padding-left: 0px;
}

ul.custom-list li {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
}

/* Hide the flatpickr inline calendar header */
.flatpickr-inline .flatpickr-current-month {
    display: none;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
    color: green !important
}

/* Month title area */
.flatpickr-months {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 8px 8px 0 0;
}

/* Remove dropdown arrow */
.flatpickr-current-month .flatpickr-monthDropdown-months {
    display: none !important;
}

/* Month text style */
.flatpickr-current-month {
    font-weight: 400 !important;
    /* ya jo aapko chahiye */
    font-size: 15px !important;
    color: #333 !important;
    display: flex;
    align-items: center;
    gap: 5px;
    /* month aur year ke beech thoda space */
}

/* Month label specifically target */
.flatpickr-current-month .cur-month {
    font-weight: 400 !important;
    /* ✅ yahan apply hoga */
    font-size: 15px !important;
}

/* Year ka font match kare */
.flatpickr-current-month .numInputWrapper {
    font-weight: 400 !important;
    font-size: 15px !important;
}


/* Remove arrows inside year input */
.flatpickr-current-month .numInputWrapper span {
    display: none !important;
}

.flatpickr-monthDropdown-months {}

.doctor-banner {
    position: relative;
    color: #fff;
    padding: 60px 20px;
    background-image: url('../images/banner_img.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Overlay Effect */
.doctor-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #00A052 -8.88%, rgba(255, 255, 255, 0) 166.8%);
    opacity: 0.1;
}

/* Doctor Image */
.doctor-banner-img img {
    max-width: 100%;
    border-radius: 50%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    padding: 10px;
}

/* Info Section */
.doctor-banner-info {
    padding-left: 20px;
}

.doctor-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.doctor-designation {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.doctor-detail {
    font-size: 15px;
    margin-bottom: 12px;
}

.share-profile {
    color: #fff;
    font-weight: 500;
}

.doctor-detail i {
    margin-right: 12px;
    /* icon aur text ke beech gap */
    color: #fff;
    /* icon ka color white */

}

.doctor-detail a {
    text-decoration: none !important;
    color: #fff;
    /* same white text rakho */
}

.custom-list {
    padding-left: 0px;
    /* normal list padding */
}

.custom-list .list-title {
    list-style-type: none;
    /* dot remove */
    margin-top: 10px;
    margin-bottom: 5px;
}

.expert-advice-section h2 {
    font-size: 40px;
    font-weight: bold;
    color: #00A052;
}

.dept-row {
    border-bottom: 1px solid #DBDBDB;
    /* line separator */
    padding: 15px 0;
}

.dept-col {
    border-right: 1px solid #DBDBDB;
    /* vertical separator */
    padding: 10px;
    margin-top: 10px;
}

.calender-bottom-margin {
    margin-bottom: -35px;

}

/* Remove right & bottom border on mobile */
@media (max-width: 767px) {
    .calender-bottom-margin {
        margin-bottom: 0px;

    }

    .dept-row {
        border-bottom: none;
    }

    .dept-col {
        border-right: none;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.pagination li a:hover {
    background: #28a745;
    /* green hover */
    color: #fff;
}

.breakthroughSection h2 {
    color: #00A052;
    font-size: 40px
}

.breakthroughSection {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 40px;
    color: #00A052;
}

.pagination li.active a {
    background: #28a745;
    /* green active */
    color: #fff;
}

.pagination li.disabled a {
    background: transparent;
    color: #aaa;
    pointer-events: none;
    box-shadow: none;
}

.font-weight-bolder {
    font-weight: 700 !important;
    font-size: 44px;
    margin-bottom: -13px;
}

.department-details-section h2 {
    font-size: 19px;
    font-weight: bold;
}

.department-details-section h3 {
    font-size: 19px;
}

.bannerHeight {
    height: 375px;
}

#doctor-select {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove border from Select2 replacement */
.select2-container--default .select2-selection--single {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent;
    /* optional */
}

/* On focus */
.select2-container--default .select2-selection--single:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-selection__clear {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 6px;
}

.form-select {
    padding-right: 35px !important;
}

.select2-container .select2-selection--single {
    padding: 0 2.25rem 0 .75rem !important;
    font-size: 14px !important;
    color: #3E3A3A !important;
    height: 38px;
    /* adjust as needed */
    display: flex;
    align-items: center;
}

/* Arrow replacement */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    /* remove default arrow */
    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='%2300A052' 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: center;
    background-size: 12px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    /* adjust vertical align */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3E3A3A !important;
}

.section.health-checkup {
    padding-top: 60px;

}

.health-checkup p,
.health-checkup li {
    font-weight: 500;
    font-size: 15px;
}

/* Awards css */
.awards-heading h2 {
    color: #00A052;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.award-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
    height: 100%;
}

.award-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.award-category {
    display: inline-block;
    background: #f1f5f9;
    color: #64748b;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.award-title {
    font-size: 18px;
    font-weight: 600;
    color: #00A052;
    margin-bottom: 10px;
}

/* Awards Css End */

@media (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }

    .testimonial-card {
        background-color: #fff;
        width: 100%;
        margin-left: 0%;
        padding: 30px;
    }

    .formBanner .form-select {
        padding: 15px !important;
    }

    .select2-container .select2-selection--single {
        background-color: #fff;
        height: 45px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 14px;
    }

    .doctor-banner-img img {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1203px) {
    .doctor-banner-img img {
        height: 200px;
    }
}

@media (min-width: 1203px) and (max-width: 1365px) {
    .doctor-banner-img img {
        height: 250px;
    }
}

.socialIcon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.department-text li p {
    margin-bottom: 0px;
}

.chatBtn {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
}

.chatBtn img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.searchArea .searchBar .btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .chatBtn {
        bottom: 150px;
    }
}

@media (min-width: 1300px) {
    .chatBtn {
        bottom: 170px;
    }
}

@media (min-width: 1400px) {
    .chatBtn {
        /* bottom: 90px; */
        bottom: 170px;
    }
}

@media (min-width: 1425px) {
    .chatBtn {
        bottom: 190px;
    }
}

@media (max-width: 768px) {
    .chatBtn {
        bottom: 145px;
    }
}

.nav-link-contact {
    background: #f0f0f0;
    color: #333;
    border-radius: 30px;
    padding: 10px 25px;
    margin: 5px;
    font-weight: 600;
    border: none !important;
    transition: all 0.3s ease;
}

.nav-link-contact:hover {
    background: #e2e2e2;
    color: #111;
}

.nav-link-contact.active {
    background: #00A052 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 160, 82, 0.3);
}

.nav-link-contact:focus,
.nav-link-contact:active {
    outline: none !important;
    box-shadow: none !important;
}

.form-select option {
    color: #000;
}

.form-select:valid {
    color: #000;
    /* after selecting a real option */
}

.main-image {
    max-height: 320px;
    object-fit: contain;
}

.video-container video {
    max-height: 300px;
    object-fit: cover;
}

.equal-media {
    height: 300px;
    /* adjust height as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equal-media img,
.equal-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    opacity: 0.8;
}

/* Owl carousel inactive items */
/* Default (inactive) testimonials */
#customers-testimonials .owl-item .item {
    opacity: .2;
    transform: scale3d(.8, .8, 1);
    transition: .3s ease-in-out;
}

/* Active center testimonial (full visible) */
#customers-testimonials .owl-item.active.center .item {
    opacity: 1 !important;
    transform: scale3d(1, 1, 1) !important;
}

/* Card box */
.shadow-effect {
    background: #fff;
    color: #000;
    padding: 30px 35px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .1),
        0 15px 12px rgba(0, 0, 0, .02);
    font-size: 16px;
    text-align: left;
}

/* Triangle pointer below card */
.shadow-effect::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    /* same as card background */
}


.owl-item.active.center .shadow-effect::after,
.shadow-effect::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent
}

.casesSlider .owl-nav {
    margin-top: 0px !important;
}

.casesSlider .owl-prev:focus,
.casesSlider .owl-next:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

#customers-testimonials .owl-prev:focus,
#customers-testimonials .owl-next:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

#customers-testimonials .owl-prev:focus-visible,
#customers-testimonials .owl-next:focus-visible {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

/* #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
} */

#customers-testimonials .owl-item.active.center .shadow-effect {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 15px 0 #00000059
}



/* Card box */
.shadow-effect {
    background: #fff;
    /* same orange color */
    color: #000;
    padding: 30px 35px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .1),
        0 15px 12px rgba(0, 0, 0, .02);
    font-size: 16px;
    text-align: left;
}

/* Triangle pointer below card */
.shadow-effect::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    /* same as card background */
}

/* Name section */
.testimonial_name {
    margin-top: 30px;
}

.testimonial_name strong {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial_name small {
    display: block;
    color: #555;
    font-size: 14px;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #00A052 !important;
}

.ml30 {
    margin-left: 30px;
}

.modal-text h5 {
    color: #00A052 !important"

}
.dnbTable tr{
    line-height:35px;
}


/ Links */
.bmw-table tbody td a {
    color: #00A052;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.bmw-table tbody td a:hover,
.bmw-table tbody td a:focus {
    text-decoration: none;
    color: #008040;

}
.modal-text img {
    border-radius: 8px;
    /* Rounded corners */
}

.modal-text h5 {
    font-weight: bold;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}

ul, .custom-tabs ul, .tab-style2 ul li a {
    color:#000;     
}
.custom-tab-content .custom-tab.tab-style2.active, .custom-tabs.tab-style2 ul li a.active {
    color: #fff !important;
    font-weight: 700 !important;
    background-color: #00A052;
    font-weight: 700;
    padding: 5px 10px;
}

.custom-tab-content .custom-tab.tab-style2, .custom-tabs.tab-style2 ul li a {
    padding: 5px 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
/* ul, .custom-tabs ul, .tab-style2 ul {
    list-style: none;
    padding-left: 0;
} */
.bg-themeHeader {
    background-color: #00A052;
    border-radius: 10px;
    padding: 12px !important;
    font-size: 1.3rem;
    font-weight: bold;
}
/* Table Wrapper Class */
.bmw-table {
    border-collapse: collapse;
    width: 100%;
}

/* Table Head */
.bmw-table thead th {
    background-color: #00A052;
    /* Green theme */
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 12px;
    font-size: 1.3rem;
    font-weight: bold;
}

/* Table Body */
.bmw-table tbody td {
    font-weight: bold;
    text-align: left;
    padding: 12px;
}

/* Last Column Alignment */
.bmw-table tbody td:last-child,
.bmw-table thead th:last-child {
    text-align: center;
}

/* Links */
.bmw-table tbody td a {
    color: #00A052;
    /* Green theme link */
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.bmw-table tbody td a:hover {
    text-decoration: underline;
    /* Hover effect */
}

/* Row Hover Effect */
.bmw-table tbody tr:hover {
    background-color: #f9f9f9;
    /* Light grey background on hover */
}

/* Links */
.bmw-table tbody td a {
    color: #00A052;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.bmw-table tbody td a:hover,
.bmw-table tbody td a:focus {
    text-decoration: none;
    color: #008040;
}
.features-list-mobile {
    display: none;
}

@media (max-width: 768px) {
    .features-list-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
        padding: 15px 20px !important;
    }
    .features-list-mobile .feature-row {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .icon-new {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
     transition: background-color 0.3s;
    color: white;
    margin-bottom: 0px !important;
    }

    .features-list-mobile .item {
        flex: 1;
        text-align: center;
    }

    .features-list-mobile img {
        max-width: 26px;
        height: auto;
    }
    .feature-card-mob {
    color: black;
    background-color: transparent !important;
    border-radius: 0px !important; 
    padding: 0px !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0) !important;
    margin-bottom: 0px !important;
    } 

    .features-list-mobile h4 {
        font-size: 14px;
        margin-top: 0px;
        white-space: nowrap;
    }
}