/* ================================================= */
/* ------------------ General CSS ------------------ */
/* ================================================= */

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #fff;
}

a {
    color: #005CA2;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #005CA2;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    color: #666;
    margin: 0 0 20px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #005CA2;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

.back-to-top:hover {
    background: 005CA2;
}

/* ================================================= */
/* ---------------- Top Header CSS ----------------- */
/* ================================================= */

.top-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background-image: url(../img/top-header.jpg); */
    /* background-size: cover; */
    background-color: #e6f3fd;
    /* padding: 150px 0; */
    color: #fff;
    width: 100%;
    height: 680px;
}

@media (max-width: 767.98px) {
    .top-header {
        height: 100vh;
    }
}

.top-header:after {
    content: '';
    z-index: 0;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.5); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.top-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.top-header .brand {
    margin-bottom: 75px;
    display: inline-block;
}

.top-header .brand:hover {
    opacity: .75;
}

.top-header h1 {
    font-size: 90px;
    font-weight: 800;
    color: #005CA2;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 767.98px) {
    .top-header h1 {
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .top-header h1 {
        font-size: 50px;
    }
}

.top-header h2 {
    font-size: 30px;
    font-weight: 800;
    /* color: #ffffff; */
    letter-spacing: 5px;
    margin-bottom: 50px;
}

.top-header .btn {
    background: #005CA2;
    color: #fff;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.top-header .btn:hover {
    background: 005CA2;
}

.top-header .btn:focus {
    color: #fff;
    box-shadow: none;
}

@media (max-width: 61.9em) {
    .top-header {
        padding: 75px 0;
    }

    .top-header .brand {
        margin-bottom: 35px;
    }
}

/* ================================================= */
/* -------------- Banner Header CSS ---------------- */
/* ================================================= */

.banner-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background-image: url(../img/banner-bg.jpg);
    background-size: cover; */
    background-color: #e6f3fd;
    /* color: #fff; */
    padding-top: 100px;
    padding-bottom: 100px;
    color: black;
    width: 100%;
}

.banner-header:after {
    content: '';
    z-index: 0;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.5); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-header .brand {
    margin-bottom: 75px;
    display: inline-block;
}

.banner-header .brand:hover {
    opacity: .75;
}

.banner-header h1 {
    font-size: 90px;
    font-weight: 900;
    color: #005CA2;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

@media (max-width: 767.98px) {
    .banner-header h1 {
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .banner-header h1 {
        font-size: 50px;
    }
}

.banner-header h2 {
    font-size: 30px;
    font-weight: 800;
    color: rgb(44, 44, 44);
    letter-spacing: 5px;
    margin-bottom: 50px;
}

@media (max-width: 61.9em) {
    .banner-header {
        padding: 75px 0;
    }

    .banner-header .brand {
        margin-bottom: 35px;
    }
}

/* ================================================= */
/* ------------------ Header CSS ------------------- */
/* ================================================= */

#header {
    font-family: 'Nunito', sans-serif;
    position: relative;
    background: #005CA2;
    height: 80px;
    text-align: center;
    border-bottom: 1px solid 005CA2;
}

@media (max-width: 767.98px) {

    #header,
    #header-sticky-wrapper {
        display: none;
    }
}

#nav-menu-container {
    display: inline-block;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

.nav-menu a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 22px;
    padding-right: 22px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: #E83F00;
    background: 005CA2;
}

.nav-menu ul {
    margin: 0;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: 005CA2;
}

.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

#mobile-nav-toggle {
    position: fixed;
    right: 12px;
    top: 0;
    z-index: 999;
    margin: 10px 10px 0 0;
    padding: 10px 12px;
    border: 0;
    background: #005CA2;
    border-radius: 30px;
    font-size: 24px;
    line-height: 1px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 767.98px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #logo {
        width: 100%;
        text-align: center;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #005CA2;
}

#mobile-nav ul .menu-item-active {
    color: #005CA2;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/* ================================================= */
/* ---------------- Section Header ----------------- */
/* ================================================= */

.section-header h3 {
    position: relative;
    text-align: center;
    color: #005CA2;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 3px;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 7px;
    bottom: 1px;
    left: calc(50% - 30px);
    background: #005CA2;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .section-header h3 {
        font-size: 38px;
    }

    .section-header h3::before {
        height: 6px;
    }
}

@media (max-width: 575.98px) {
    .section-header h3 {
        font-size: 32px;
    }

    .section-header h3::before {
        height: 5px;
    }
}

/* ================================================= */
/* --------------- About Us Section ---------------- */
/* ================================================= */

#about {
    padding: 60px 0;
    position: relative;
    background: #f2f2f2;
}

#about .section-header h3 {
    margin-bottom: 20px;
}

.about-image {
    object-fit: cover;
    border-radius: 15px;
    height: 850px;
}

.about-content {
    text-align: start;
}


#about .about-col-left,
#about .about-col-right {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#about .icon {
    margin: 0 0 15px 0;
    padding: 0;
    list-style-type: none;
}

#about .icon li {
    display: inline-block;
}

#about .icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    padding: 12px 13px;
}

#about h3 {
    text-align: left;
}

#about h3::before {
    left: 0;
}

#about h4 {
    margin: 30px 0 15px 0;
    color: #005CA2;
    font-weight: 800;
    letter-spacing: 2px;
}

#about .about-col-left img {
    border-radius: 6px;
    box-shadow: 0 0 0 0px #fff inset, 0 0 3px 0 rgba(000, 000, 000, 0.3);
}

#about .about-col-right p {
    color: #353535;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}

#about .about-col-right p:last-child {
    margin-bottom: 0;
}

#about .about-col-right a {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 8px 30px;
    color: #ffffff;
    background: #005CA2;
    border-radius: 30px;
}

#about .about-col-right a:hover {
    background: 005CA2;
}

#about .about-col {
    margin-top: 30px;
    padding: 25px 30px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0 0 0px #fff inset, 0 0 3px 0 rgba(000, 000, 000, 0.3);
}

#about .about-col h4 {
    margin-top: 0;
}

#about .about-col p {
    margin-bottom: 15px;
}

#about .about-col p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    #about {
        text-align: center;
    }

    #about h3 {
        text-align: center;
    }

    #about h3::before {
        left: calc(50% - 30px);
    }

    #about .about-col-left img {
        margin-bottom: 30px;
    }

    #about .about-col-right p {
        font-size: 16px;
    }
}

/* ================================================= */
/* --------------- Services Section ---------------- */
/* ================================================= */

#services {
    position: relative;
    padding: 60px 0 30px 0;
    text-align: center;
}

#services .single-service {
    position: relative;
    text-align: center;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 25px 30px 30px 30px;
    border-radius: 6px;
    box-shadow: 0 0 0 0px #fff inset, 0 0 3px 0 rgba(000, 000, 000, 0.3);
}

#services .single-service h4 {
    color: #005CA2;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#services .single-service span {
    font-size: 14px;
}

#services .single-service p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#services .single-service a {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 7px 30px;
    color: #ffffff;
    background: #005CA2;
    border-radius: 30px;
}

#services .single-service:hover a {
    background: 005CA2;
}

#services .single-service a:hover {
    background: #005CA2;
}

#services .single-service .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}

#services .single-service .icon.icon-1 {
    background-image: url(../img/icon/icon-1.png);
}

#services .single-service:hover .icon.icon-1 {
    background-image: url(../img/icon/icon-1-hover.png);
}

#services .single-service .icon.icon-2 {
    background-image: url(../img/icon/icon-2.png);
}

#services .single-service:hover .icon.icon-2 {
    background-image: url(../img/icon/icon-2-hover.png);
}

#services .single-service .icon.icon-3 {
    background-image: url(../img/icon/icon-3.png);
}

#services .single-service:hover .icon.icon-3 {
    background-image: url(../img/icon/icon-3-hover.png);
}

#services .single-service .icon.icon-4 {
    background-image: url(../img/icon/icon-4.png);
}

#services .single-service:hover .icon.icon-4 {
    background-image: url(../img/icon/icon-4-hover.png);
}

#services .single-service .icon.icon-5 {
    background-image: url(../img/icon/icon-5.png);
}

#services .single-service:hover .icon.icon-5 {
    background-image: url(../img/icon/icon-5-hover.png);
}

#services .single-service .icon.icon-6 {
    background-image: url(../img/icon/icon-6.png);
}

#services .single-service:hover .icon.icon-6 {
    background-image: url(../img/icon/icon-6-hover.png);
}

#services .single-service .icon.icon-7 {
    background-image: url(../img/icon/icon-7.png);
}

#services .single-service:hover .icon.icon-7 {
    background-image: url(../img/icon/icon-7-hover.png);
}

#services .single-service .icon.icon-8 {
    background-image: url(../img/icon/icon-8.png);
}

#services .single-service:hover .icon.icon-8 {
    background-image: url(../img/icon/icon-8-hover.png);
}

#services .single-service .icon.icon-9 {
    background-image: url(../img/icon/icon-9.png);
}

#services .single-service:hover .icon.icon-9 {
    background-image: url(../img/icon/icon-9-hover.png);
}

#services .single-service .icon.icon-10 {
    background-image: url(../img/icon/icon-10.png);
}

#services .single-service:hover .icon.icon-10 {
    background-image: url(../img/icon/icon-10-hover.png);
}

/* ================================================= */
/* ------------------ Team Section ----------------- */
/* ================================================= */

#team {
    position: relative;
    padding: 60px 0 10px 0;
    text-align: center;
    background: #f2f2f2;
}

#team h4 {
    margin: 20px 0 0 0;
    color: #005CA2;
    font-weight: 800;
    letter-spacing: 2px;
}

#team span {
    font-size: 14px;
}

#team .row p {
    margin: 10px 0 45px 0;
}

.box8 {
    border-radius: 6px;
}

.box8 .box-content {
    border-radius: 6px;
    background: rgba(256, 256, 256, .8);
}

.box8 .icon li a {
    color: #ffffff;
    background: #005CA2;
}

.box8 .icon li a:hover {
    color: #ffffff;
    background: 005CA2;
}

/* ================================================= */
/* ------------- Testimonials Section -------------- */
/* ================================================= */

#testimonials {
    background: url("../img/testimonial-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
    position: relative;
}

#testimonials::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(256, 256, 256, 0.8);
}

#testimonials .container {
    position: relative;
    max-width: 900px;
    z-index: 9;
}

#testimonials i {
    color: #005CA2;
    font-style: italic;
}

#testimonials .testimonial-item {
    padding: 0 0 15px 0;
    text-align: left;
}

@media (max-width: 575.98px) {
    #testimonials .testimonial-item {
        text-align: center;
    }
}

#testimonials .img,
#testimonials .content {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#testimonials .testimonial-item .testimonial-img {
    width: 100%;
    border-radius: 6px;
}

#testimonials .testimonial-item h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #005CA2;
}

#testimonials .testimonial-item h4 {
    color: #757575;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

#testimonials .testimonial-item p {
    color: #666666;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #005CA2;
}

#testimonials .owl-dot.active {
    background: 005CA2;
}

/* ================================================= */
/* ----------------- Booking Style ----------------- */
/* ================================================= */

#booking {
    position: relative;
    padding: 60px 0;
}

#booking .container {
    max-width: 900px;
}

#booking label {
    font-size: 14px;
    font-weight: 600;
}

#booking .booking-form input,
#booking .booking-form select {
    font-size: 16px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: none;
    margin-bottom: 15px;
}

#booking .booking-form input:focus,
#booking .booking-form textarea:focus {
    border: 1px solid #005CA2;
}

#booking .booking-form button[type="submit"] {
    background: #FFFFFF;
    border: none;
    padding: 8px 30px 10px 30px;
    color: #ffffff;
    background: #005CA2;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 30px;
}

#booking .booking-form button[type="submit"]:hover {
    background: 005CA2;
}

/* ================================================= */
/* ---------------- Contact Section ---------------- */
/* ================================================= */

#contact {
    padding: 60px 0;
}

#contact .contact-detail,
#contact .contact-form {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contact .contact-detail {
    padding: 25px 30px;
    background: #005CA2;
    border-radius: 6px;
    box-shadow: 0 0 0 0px #fff inset, 0 0 3px 0 rgba(000, 000, 000, 0.6);
}

#contact .contact-hours {
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px dotted #eee;
}

#contact .contact-detail h4 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

#contact .contact-detail p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

#contact .contact-detail a {
    color: #ffffff;
}

#contact .contact-detail a:hover {
    color: 005CA2;
}

#contact .contact-form {
    color: #0D180B;
    font-weight: 400;
    margin-bottom: 26px;
}

#contact .contact-form input,
#contact .contact-form textarea {
    font-size: 16px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: none;
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
    border: 1px solid #005CA2;
}

#contact .contact-form button[type="submit"] {
    background: #FFFFFF;
    border: none;
    padding: 8px 30px 10px 30px;
    color: #ffffff;
    background: #005CA2;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 30px;
}

#contact .contact-form button[type="submit"]:hover {
    background: 005CA2;
}

/* ================================================= */
/* ---------------- Login Section ---------------- */
/* ================================================= */

#login {
    padding: 60px 0;
}

#login .form {
    background: #fff;
    color: #666666;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    #login .form:first-child {
        margin-bottom: 60px;
    }
}

#login .form input {
    font-size: 16px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: none;
}

#login .form input:focus {
    border: 1px solid #005CA2;
}

#login .form button[type="submit"] {
    border: none;
    background: #005CA2;
    padding: 9px 30px;
    color: #ffffff;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 30px;
}

#login .form button[type="submit"]:hover {
    background: 005CA2;
}

.custom-control-label:before {
    background: #ffffff;
    border: 1px solid #ddd;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #005CA2;
    border: 1px solid #005CA2;
}

.custom-radio .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border: 1px solid #005CA2;
}

/* ================================================= */
/* --------------- Subscriber Section -------------- */
/* ================================================= */

#subscriber {
    position: relative;
    padding: 30px 0;
    background: #005CA2;
    text-align: center;
}

#subscriber h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}

#subscriber .form-inline {
    width: 400px;
    margin: 0 auto;
}

#subscriber .form-group {
    margin-bottom: 0;
}

#subscriber input {
    width: 250px;
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 10px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
}

#subscriber button[type="submit"] {
    width: 120px;
    border: none;
    box-shadow: none;
    padding: 8px 30px;
    color: #005CA2;
    font-weight: 600;
    letter-spacing: 1px;
    background: #ffffff;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 30px;
}

#subscriber button[type="submit"]:hover {
    color: #ffffff;
    background: 005CA2;
}

/* ================================================= */
/* ----------------- Support Section --------------- */
/* ================================================= */

#support {
    position: relative;
    background: 005CA2;
    text-align: center
}

#support h1 {
    margin: 0;
    padding: 30px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
}

/* ================================================= */
/* ------------------- Footer CSS ------------------ */
/* ================================================= */

#footer {
    position: relative;
    background: #222222;
    padding: 0 0 30px 0;
}

#footer .copyright {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding-top: 30px;
}

#footer .copyright p {
    margin: 0;
}

#footer .copyright a {
    color: #ffffff;
    font-weight: 600;
}

#footer .copyright a:hover {
    color: #005CA2;
}

/* Professional Highlights */
#about .professional-highlights {
    margin-top: 40px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    border-top: 3px solid #005CA2;
}

#about .highlight-item {
    text-align: center;
    padding: 20px 15px;
    height: 100%;
}

#about .highlight-item i {
    font-size: 40px;
    color: #005CA2;
    margin-bottom: 15px;
}

#about .highlight-item h5 {
    color: #333;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 18px;
}

#about .highlight-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#about .small-link {
    color: #005CA2;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

#about .small-link:hover {
    color: 005CA2;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    #about .highlight-item {
        margin-bottom: 30px;
    }

    #about .highlight-item:last-child {
        margin-bottom: 0;
    }
}


/* Professional Affiliations Section */
#affiliations {
    padding: 60px 0;
    background: #f2f2f2;
}

#affiliations .affiliation-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 25px 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

#affiliations .affiliation-card:hover {
    transform: translateY(-5px);
}

#affiliations .affiliation-icon {
    color: #005CA2;
    margin-bottom: 20px;
    text-align: center;
}

#affiliations .affiliation-content h4 {
    color: #005CA2;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 8px;
}

#affiliations .affiliation-content span {
    display: block;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

#affiliations .location-detail {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
}

#affiliations .timing-info,
#affiliations .contact-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
}

#affiliations .timing-info p,
#affiliations .contact-info p {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

#affiliations .timing-info i,
#affiliations .contact-info i {
    color: #005CA2;
    margin-right: 10px;
    width: 20px;
}

#affiliations .btn-affiliation {
    display: inline-block;
    padding: 8px 20px;
    background: #005CA2;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}

#affiliations .btn-affiliation:hover {
    background: 005CA2;
    color: white;
}

/* Research Card */
#affiliations .research-card {
    background: white;
    border-radius: 6px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #005CA2;
}

#affiliations .research-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#affiliations .research-header i {
    color: #005CA2;
    margin-right: 15px;
}

#affiliations .research-header h4 {
    color: #333;
    font-weight: 800;
    font-size: 20px;
    margin: 0;
}

#affiliations .research-role {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
}

#affiliations .research-desc {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#affiliations .research-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#affiliations .btn-research,
#affiliations .btn-google-scholar {
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

#affiliations .btn-research {
    background: #005CA2;
    color: white;
}

#affiliations .btn-research:hover {
    background: 005CA2;
}

.btn-research {
    background: #005CA2;
    color:white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.btn-scholar{
    margin-left:5px;
    background: #005CA2;
    color:white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #ddd;
}
.btn-research:hover{
    color:white;
}
.btn-scholar:hover {
    background: #1A6FB5;
    color:white;
}
.research-links a:hover {
    background: #1A6FB5;
    color:white;
}

.dbs-link {
  color: #005CA2;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.dbs-link:hover {
  color: #1A6FB5;
  text-decoration: underline;
  transition: all 0.3s;
}


#affiliations .btn-google-scholar {
    background: #f2f2f2;
    color: #333;
    border: 1px solid #ddd;
}

#affiliations .btn-google-scholar:hover {
    background: #1A6FB5;
}

#affiliations .affiliation-content {
    display: flex;
    flex-direction: column;
}

#affiliations .location-detail {
    margin: 10px 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

#affiliations .contact-info {
    margin: 10px 0;
    padding: 0;
    border: none;
}

#affiliations .contact-info p {
    margin: 5px 0;
    font-size: 14px;
}

#affiliations .timing-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
}

#affiliations .timing-info .btn-affiliation {
    display: block;
    padding: 8px 15px;
    background: #005CA2;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

#affiliations .timing-info .btn-affiliation:hover {
    background: 005CA2;
}

/* ============================== */
/* MOBILE RESPONSIVE IMPROVEMENTS */
/* ============================== */

/* Tablet */
@media (max-width: 991.98px) {
    #affiliations {
        padding: 50px 0;
    }

    .affiliation-card {
        padding: 22px 18px;
    }

    .research-card {
        padding: 22px;
    }

    .research-header {
        flex-direction: column;
        text-align: center;
    }

    .research-header i {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .research-links {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    #affiliations {
        padding: 40px 15px;
    }

    .affiliation-card {
        padding: 20px 15px;
        margin-bottom: 20px;
        text-align: center;
    }

    .affiliation-icon {
        margin-bottom: 15px;
    }

    .affiliation-content h4 {
        font-size: 17px;
        line-height: 1.3;
    }

    .affiliation-content span {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .location-detail {
        font-size: 13px;
        line-height: 1.4;
        margin: 8px 0 12px 0;
    }

    .timing-info,
    .contact-info {
        margin-top: 12px;
        padding-top: 12px;
    }

    .timing-info p,
    .contact-info p {
        font-size: 13px;
        justify-content: center;
    }

    .timing-info i,
    .contact-info i {
        margin-right: 8px;
        width: 18px;
    }

    .btn-affiliation {
        padding: 7px 16px;
        font-size: 13px;
        width: 100%;
        margin-top: 10px;
    }

    /* Research Card Mobile */
    .research-card {
        padding: 20px 15px;
        margin: 20px 0;
    }

    .research-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 15px;
    }

    .research-header i {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .research-header h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .research-role {
        font-size: 14px;
        text-align: center;
    }

    .research-desc {
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }

    .research-links {
        flex-direction: column;
        gap: 10px;
    }

    .btn-research,
    .btn-google-scholar {
        width: 100%;
        text-align: center;
        padding: 10px 15px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    #affiliations {
        padding: 30px 10px;
    }

    .affiliation-card {
        padding: 18px 12px;
        margin-bottom: 15px;
    }

    .affiliation-content h4 {
        font-size: 16px;
    }

    .affiliation-content span {
        font-size: 12px;
    }

    .location-detail {
        font-size: 12px;
    }

    .timing-info p,
    .contact-info p {
        font-size: 12px;
    }

    .timing-info .btn-affiliation {
        font-size: 12px;
        padding: 6px 12px;
    }

    /* Research Card */
    .research-card {
        padding: 18px 12px;
    }

    .research-header h4 {
        font-size: 16px;
    }

    .research-desc {
        font-size: 13px;
    }

    .btn-research,
    .btn-google-scholar {
        font-size: 13px;
        padding: 8px 12px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .affiliation-card {
        padding: 15px 10px;
    }

    .affiliation-content h4 {
        font-size: 15px;
    }

    .location-detail {
        font-size: 11px;
    }

    .research-header h4 {
        font-size: 15px;
    }

    .research-desc {
        font-size: 12px;
    }
}

/* Expertise Section */
#expertise {
    position: relative;
    padding: 60px 0 30px 0;
    text-align: center;
}

#expertise .expertise-item {
    position: relative;
    text-align: center;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 25px 20px;
    border-radius: 6px;
    box-shadow: 0 0 0 0px #fff inset, 0 0 3px 0 rgba(000, 000, 000, 0.3);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

#expertise .expertise-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#expertise .expertise-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005CA2;
    border-radius: 50%;
    color: white;
    font-size: 24px;
}

#expertise .expertise-item h4 {
    color: #005CA2;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#expertise .expertise-item span {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

#expertise .expertise-item p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #353535;
    font-size: 14px;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #expertise .expertise-item {
        padding: 20px 15px;
    }
}

@media (max-width: 767.98px) {
    #expertise .expertise-item {
        margin-bottom: 20px;
    }
}

/* Expertise Section */
#expertise {
    position: relative;
    padding: 60px 0 30px 0;
    text-align: center;
}

#expertise .expertise-item {
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 25px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#expertise .expertise-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#expertise .expertise-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005CA2;
    border-radius: 50%;
    color: white;
    font-size: 24px;
}

#expertise .expertise-item h4 {
    color: #005CA2;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#expertise .expertise-item p {
    color: #353535;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
    #expertise .expertise-item h4 {
        font-size: 15px;
        min-height: 55px;
    }
}

@media (max-width: 991.98px) {
    #expertise .expertise-item {
        padding: 20px 12px;
    }

    #expertise .expertise-item h4 {
        font-size: 14px;
        min-height: 65px;
    }
}

@media (max-width: 767.98px) {
    #expertise .expertise-item {
        margin-bottom: 20px;
    }

    #expertise .expertise-item h4 {
        min-height: auto;
    }
}

/* Public Awareness & Media Section */
#media {
    position: relative;
    padding: 60px 0;
    background: #f2f2f2;
}

#media .section-header p {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

/* Video Cards */
#media .video-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#media .video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

#media .video-thumbnail {
    position: relative;
    overflow: hidden;
    height: 230px;
}

#media .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#media .video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

#media .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(165, 42, 42, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#media .video-play-btn:hover {
    background: #005CA2;
    transform: translate(-50%, -50%) scale(1.1);
}

#media .video-info {
    padding: 20px;
}

#media .video-info h4 {
    color: #333;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
    min-height: 45px;
}

#media .video-info p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#media .video-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #777;
}

#media .video-meta i {
    margin-right: 5px;
    color: #005CA2;
}

/* Shorts Section */
#media .shorts-header {
    text-align: center;
    margin: 40px 0 30px 0;
    padding: 20px;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

#media .shorts-header h4 {
    color: #005CA2;
    font-weight: 800;
    margin-bottom: 10px;
}

#media .shorts-header h4 i {
    margin-right: 10px;
}

#media .shorts-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

#media .short-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

#media .short-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#media .short-thumbnail {
    position: relative;
    overflow: hidden;
    height: 180px;
}

#media .short-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#media .short-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(165, 42, 42, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#media .short-play-btn:hover {
    background: #005CA2;
    transform: translate(-50%, -50%) scale(1.1);
}

#media .short-info {
    padding: 15px;
    text-align: center;
}

#media .short-info h5 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* YouTube Button */
#media .btn-youtube {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background: #ff0000;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

#media .btn-youtube i {
    margin-right: 10px;
    font-size: 20px;
}

#media .btn-youtube:hover {
    background: #cc0000;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 767.98px) {
    #media .video-thumbnail {
        height: 150px;
    }

    #media .video-info h4 {
        min-height: auto;
        font-size: 15px;
    }

    #media .short-thumbnail {
        height: 120px;
    }

    #media .shorts-header {
        margin: 30px 0 20px 0;
        padding: 15px;
    }
}

@media (max-width: 575.98px) {

    #media .video-card,
    #media .short-card {
        margin-bottom: 20px;
    }

    #media .btn-youtube {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Achievement Highlight */
#about .achievement-highlight {
    display: flex;
    align-items: center;
    background: #f9f2e8;
    border-left: 4px solid #005CA2;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#about .achievement-icon {
    background: #005CA2;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 18px;
}

#about .achievement-content h5 {
    color: #005CA2;
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 8px 0;
}

#about .achievement-content p {
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

#about .achievement-content strong {
    color: #333;
    font-weight: 700;
}

#about .btn-view-profile {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 10px 30px;
    color: #ffffff;
    background: #005CA2;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#about .btn-view-profile:hover {
    background: 005CA2;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(165, 42, 42, 0.2);
}

@media (max-width: 767.98px) {
    #about .achievement-highlight {
        flex-direction: column;
        text-align: center;
    }

    #about .achievement-icon {
        margin: 0 auto 15px auto;
    }
}

/* Contact Section Updates */
#contact .contact-detail {
    padding: 25px 30px;
    background: #005CA2;
    border-radius: 6px;
    box-shadow: 0 0 0 0px #fff inset, 0 0 3px 0 rgba(000, 000, 000, 0.6);
    height: 100%;
}

#contact .contact-detail h4 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 18px;
}

#contact .contact-detail p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

#contact .contact-detail a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

#contact .contact-detail a:hover {
    color: #ffcccc;
    border-bottom: 1px solid #ffcccc;
}

#contact .contact-detail strong {
    font-weight: 600;
    color: #fff;
}

#contact .hospital-contacts {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

#contact .appointment-note {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

#contact .appointment-note i {
    color: #ffcc00;
    margin-right: 8px;
}

#contact .contact-form {
    padding: 20px;
}

@media (max-width: 767.98px) {
    #contact .contact-detail {
        margin-bottom: 30px;
    }
}

/* Form Status Messages */
#form-status {
    transition: all 0.3s ease;
}

#form-status div {
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

#form-status .success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

#form-status .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.appointment-note {
    margin-top: 20px;
    padding: 12px 15px;
    background: #005CA2;
    /* keep or change background */
    border-left: 4px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    /* TEXT WHITE */
}

.appointment-note i {
    margin-right: 6px;
    color: #ffffff;
    /* ICON WHITE */
}

/* Footer */
#footer {
    background: #222222;
    color: #ffffff;
    padding: 60px 0 20px 0;
}

#footer .footer-item {
    margin-bottom: 30px;
}

#footer .footer-item h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #005CA2;
    display: inline-block;
}

#footer .footer-item p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#footer .footer-item a {
    display: block;
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer .footer-item a:hover {
    color: #ffffff;
    padding-left: 5px;
}

#footer .footer-item a i {
    color: #005CA2;
    margin-right: 8px;
    font-size: 12px;
}

#footer .footer-social {
    margin-top: 20px;
}

#footer .footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #333333;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

#footer .footer-social a:hover {
    background: #005CA2;
    transform: translateY(-3px);
}

#footer .emergency-note {
    background: rgba(165, 42, 42, 0.1);
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
    border-left: 3px solid #005CA2;
}

#footer .emergency-note p {
    font-size: 13px;
    margin: 0;
    color: #ffcccc;
}

#footer .emergency-note strong {
    color: #ffffff;
}

/* Footer Bottom */
#footer .footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333333;
}

#footer .copyright p {
    color: #999999;
    font-size: 14px;
    margin: 0;
}

#footer .developer-credit p {
    color: #999999;
    font-size: 14px;
    margin: 0;
    text-align: right;
}

#footer .developer-credit a {
    color: #005CA2;
    text-decoration: none;
    font-weight: 600;
}

#footer .developer-credit a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 767.98px) {
    #footer {
        padding: 40px 0 20px 0;
    }

    #footer .footer-item {
        margin-bottom: 30px;
    }

    #footer .developer-credit p {
        text-align: left;
        margin-top: 10px;
    }

    #footer .copyright p,
    #footer .developer-credit p {
        font-size: 13px;
    }
}

.footer-contact .contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.footer-contact .contact-line i {
    color: 005CA2;
    /* medical red */
    font-size: 14px;
    min-width: 16px;
}

.footer-contact a {
    color: #e0e0e0;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #ffffff;
}

.footer-contact .emergency-note {
    margin-top: 12px;
    font-size: 13px;
    opacity: 0.75;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact .emergency-note i {
    color: #ff5252;
    margin-top: 2px;
}

/* Simple CTA Section */
#simple-cta {
    padding: 30px 0;
    background: #f8f9fa;
}

.simple-cta-box {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}

.simple-cta-content h3 {
    color: #333;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px 0;
}

.simple-cta-content p {
    color: #666;
    margin: 0;
    font-size: 15px;
}

.simple-cta-buttons {
    display: flex;
    gap: 15px;
}

.btn-book {
    background: #005CA2;
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-book:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(165, 42, 42, 0.2);
}

.btn-call {
    background: #f8f9fa;
    color: #333;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.btn-call i {
    color: #005CA2;
    margin-right: 8px;
    font-size: 16px;
}

.btn-call:hover {
    background: #e9ecef;
    border-color: #ccc;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767.98px) {
    .simple-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .simple-cta-content {
        margin-bottom: 25px;
    }

    .simple-cta-buttons {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .simple-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-book,
    .btn-call {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .simple-cta-content h3 {
        font-size: 20px;
    }
}

/* Publications & Books Section */
.publications-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 40px;
    margin-top: 40px;
    border-top: 3px solid #005CA2;
}

.publications-section .section-header h3 {
    text-align: center;
    margin-bottom: 30px;
}

.publication-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

.publication-card:hover {
    transform: translateY(-5px);
}

.publication-icon {
    width: 60px;
    height: 60px;
    background: #005CA2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}

.publication-content h4 {
    color: #333;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.publication-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.publication-link {
    display: inline-flex;
    align-items: center;
    color: #005CA2;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.publication-link i {
    margin-right: 8px;
}

.publication-link:hover {
    color: 005CA2;
    text-decoration: underline;
}

.publication-stats {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.publication-stats span {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-size: 13px;
}

.publication-stats i {
    color: #005CA2;
    margin-right: 5px;
}

.publication-info {
    background: #f9f2e8;
    padding: 12px;
    border-radius: 4px;
    margin-top: 15px;
    border-left: 3px solid #005CA2;
}

.publication-info p {
    margin: 5px 0;
    font-size: 13px;
    color: #555;
}

/* Publication Links Grid */
.publication-links {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.publication-links h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.professional-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.professional-link i {
    color: #005CA2;
    margin-right: 10px;
    font-size: 16px;
    min-width: 20px;
}

.professional-link:hover {
    background: #f8f9fa;
    border-color: #005CA2;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive max-width: 768px*/
@media (max-width: 767.98px) {
    .publications-section {
        padding: 25px 20px;
    }
    .top-header h2 {
        font-size: 25px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 50px;
        white-space: normal;
        word-break: break-word;
        line-height: 1.3;
    }
    .banner-header h2 {
        font-size: 25px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 50px;
        white-space: normal;
        word-break: break-word;
        line-height: 1.3;
    }

    .publication-card {
        margin-bottom: 20px;
    }

    .link-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .publication-stats {
        flex-direction: column;
        gap: 10px;
    }

    .publication-links h5 {
        text-align: left;
    }
}

/* Gallery Section */
#gallery {
    position: relative;
    padding: 60px 0;
    background: #f2f2f2;
}


#gallery .gallery-subtitle {
    color: #666;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.6;
}

/* Gallery Items */
#gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

#gallery .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Gallery Image */
#gallery .gallery-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

#gallery .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#gallery .gallery-item:hover .gallery-img img {
    transform: scale(1.05);
}

/* Gallery Overlay */
#gallery .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px;
    color: white;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

#gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
    transform: translateY(0);
}

#gallery .gallery-overlay h5 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

#gallery .gallery-overlay span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    display: block;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    #gallery .gallery-img {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    #gallery {
        padding: 40px 0;
    }

    #gallery .gallery-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }

    #gallery .gallery-img {
        height: 200px;
    }

    #gallery .gallery-overlay {
        padding: 15px;
        opacity: 1;
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.7);
    }

    #gallery .gallery-item:hover .gallery-overlay {
        opacity: 1;
    }
}

@media (max-width: 575.98px) {
    #gallery .gallery-img {
        height: 180px;
    }

    #gallery .gallery-overlay h5 {
        font-size: 15px;
    }

    #gallery .gallery-overlay span {
        font-size: 12px;
    }
}

/* ================================
   ABOUT SECTION – CLEAN MEDICAL UI
================================ */

.about-section {
    padding: 80px 0;
    background-color: #f7f8fa;
}

.about-section-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.about-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.about-img h1 {
    padding-top: 15px;
    font-size: 28px;
    font-weight: bolder;
    color: rgb(232, 63, 0);

}

.about-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* Overlay */
.about-img::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.35);
    pointer-events: none;
}


/* IMAGE */
.about-image-wrap {
    height: 520px;
    max-width: 420px;
    margin: auto;
    border-radius: 18px;
    overflow: hidden;
    background: #eaeaea;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.about-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* CONTENT */
.about-content-wrap {
    background: #ffffff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* HEADING */
.section-header h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 10px;
}

/* SOCIAL ICONS */
.about-content-wrap ul.icon {
    padding: 0;
    margin: 10px 0 25px;
}

.about-content-wrap ul.icon li {
    display: inline-block;
    margin-right: 10px;
}

.about-content-wrap ul.icon li a {
    font-size: 14px;
    color: #666;
    transition: 0.3s;
}

.about-content-wrap ul.icon li a:hover {
    color: #0d6efd;
}

/* TEXT */
.about-content-wrap p {
    font-size: 15px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 16px;
}

/* ACHIEVEMENT */
.achievement-highlight {
    margin-top: 28px;
    padding: 16px 20px;
    background: #f9fafb;
    border-left: 4px solid #0d6efd;
}

.achievement-content h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1f1f1f;
}

/* BUTTON */
.btn-view-profile {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #0d6efd;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-view-profile:hover {
    background: #084298;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .about-image-wrap {
        height: 420px;
    }

    .about-content-wrap {
        padding: 35px;
    }
}

.career-section {
    background: white;
    border-radius: 10px;
    padding-top: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #005CA2;
}

/* Modern Highlights Section */
.modern-highlights {
    background: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #005CA2;
}

.modern-highlights .section-header h3 {
    text-align: center;
    margin-bottom: 40px;
}

/* Tab Navigation */
.highlight-tabs {
    margin-top: 20px;
}

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.tab-btn i {
    font-size: 18px;
}

.tab-btn.active {
    background: #005CA2;
    color: white;
}

.tab-btn:hover:not(.active) {
    background: #f8f9fa;
    color: #333;
}

/* Tab Content */
.tab-content-wrapper {
    position: relative;
    min-height: 350px;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-inner {
    padding: 20px;
}

.tab-inner h4 {
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 22px;
}

/* Awards Tab */
.achievement-list {
    list-style: none;
    padding: 0;
}

.achievement-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: black;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.achievement-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.achievement-icon {
    width: 50px;
    height: 50px;
    background: #f9f2e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    color: #005CA2;
    font-size: 20px;
}

.achievement-text strong {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.achievement-text p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Memberships Tab */
.membership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.membership-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #005CA2;
    transition: transform 0.3s ease;
}

.membership-card:hover {
    transform: translateY(-5px);
}

.membership-icon {
    width: 50px;
    height: 50px;
    background: #005CA2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
}

.membership-content h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.membership-content p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Publications Tab */
.publication-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
    flex: 1;
    background: linear-gradient(135deg, #005CA2 0%, #005CA2 100%);
    color: white;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}

.research-info {
    background: #f9f2e8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 4px solid #005CA2;
}

.research-info h5 {
    color: #333;
    margin-bottom: 15px;
}

.research-list {
    list-style: none;
    padding: 0;
}

.research-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #555;
}

.research-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #005CA2;
    font-weight: bold;
}

.editorial-role {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.role-icon {
    width: 50px;
    height: 50px;
    background: #005CA2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    font-size: 20px;
}

.role-content h5 {
    color: #333;
    margin: 0 0 5px 0;
}

.role-content p {
    color: #666;
    margin: 0;
}

.scholar-btn {
    display: inline-flex;
    align-items: center;
    background: #4285f4;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.scholar-btn:hover {
    background: #3367d6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(66, 133, 244, 0.3);
}

.founder-note {
    display: flex;
    align-items: center;
    background: #f0f8ff;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #005CA2;
}

.founder-icon {
    width: 50px;
    height: 50px;
    background: #005CA2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    font-size: 20px;
}

.founder-content h5 {
    color: #333;
    margin: 0 0 5px 0;
}

.founder-content p {
    color: #666;
    margin: 0;
}

/* Fellowships Section */
.fellowships-container {
    margin-bottom: 30px;
}

.fellowship-item,
.fellow-item {
    display: flex;
    align-items: flex-start;
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #005CA2;
    transition: transform 0.3s ease;
}

.fellowship-item:hover,
.fellow-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.fellowship-icon,
.fellow-icon {
    width: 50px;
    height: 50px;
    background: #005CA2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 22px;
}

.fellowship-details h5,
.fellow-details h5 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.fellowship-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.fellowship-location i {
    color: #005CA2;
    margin-right: 8px;
    flex-shrink: 0;
}

.fellowship-tags,
.fellow-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fellowship-tag,
.fellow-tag {
    background: #f0f7ff;
    color: #2c5282;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Certifications Section */
.certifications-section {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    border-top: 2px solid #005CA2;
}

.certifications-section h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.certification-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.certification-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 6px;
    border-left: 3px solid #4CAF50;
}

.cert-badge {
    width: 40px;
    height: 40px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 18px;
}

.cert-details {
    flex: 1;
}

.cert-details strong {
    display: block;
    color: #333;
    font-size: 15px;
    margin-bottom: 3px;
}

.cert-details span {
    color: #666;
    font-size: 13px;
}

/* ==================== */
/* IMPROVED MOBILE CSS */
/* ==================== */

/* Tablet */
@media (max-width: 991.98px) {
    .modern-highlights {
        padding: 30px 25px;
    }

    .tab-btn {
        min-width: 170px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .tab-inner {
        padding: 15px;
    }

    .tab-inner h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .stat-card {
        padding: 15px;
    }

    .stat-number {
        font-size: 32px;
    }

    .membership-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* Mobile Landscape & Small Tablets */
@media (max-width: 767.98px) {
    .modern-highlights {
        padding: 25px 20px;
        border-radius: 8px;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .modern-highlights .section-header h3 {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    /* Tab Navigation - Better for Mobile */
    .tab-nav {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 20px;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tab-nav::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        min-width: 140px;
        padding: 10px 15px;
        font-size: 13px;
        white-space: nowrap;
        flex: 0 0 auto;
        border-radius: 25px;
    }

    .tab-btn i {
        font-size: 16px;
    }

    .tab-content-wrapper {
        min-height: 300px;
    }

    /* Content Improvements */
    .achievement-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .achievement-icon {
        margin-right: 0;
        margin-bottom: 15px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .achievement-text strong {
        font-size: 15px;
        line-height: 1.3;
    }

    .achievement-text p {
        font-size: 13px;
        line-height: 1.4;
    }

    /* Publications */
    .publication-stats {
        flex-direction: column;
        gap: 15px;
    }

    .stat-card {
        padding: 18px 15px;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-label {
        font-size: 13px;
    }

    .research-info {
        padding: 15px;
        margin-bottom: 20px;
    }

    .research-list li {
        font-size: 14px;
        padding-left: 22px;
    }

    .editorial-role {
        padding: 12px;
        margin-bottom: 20px;
    }

    .role-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-right: 12px;
    }

    .founder-note {
        padding: 12px;
        margin: 15px 0;
    }

    .founder-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-right: 12px;
    }

    /* Fellowships */
    .fellowship-item,
    .fellow-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 18px;
        margin-bottom: 12px;
    }

    .fellowship-icon,
    .fellow-icon {
        margin-right: 0;
        margin-bottom: 15px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .fellowship-details h5,
    .fellow-details h5 {
        font-size: 16px;
        line-height: 1.3;
    }

    .fellowship-location {
        font-size: 13px;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .fellowship-tags,
    .fellow-tags {
        justify-content: center;
    }

    /* Certifications */
    .certifications-section {
        padding: 18px;
    }

    .certification-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .cert-badge {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cert-details strong {
        font-size: 14px;
    }

    .cert-details span {
        font-size: 12px;
    }

    /* Memberships */
    .membership-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .membership-card {
        padding: 18px;
    }

    .membership-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    /* Button */
    .scholar-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .modern-highlights {
        padding: 20px 15px;
        border-radius: 6px;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }

    .modern-highlights .section-header h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .tab-btn {
        min-width: 120px;
        padding: 8px 12px;
        font-size: 12px;
        gap: 6px;
    }

    .tab-btn i {
        font-size: 14px;
    }

    .tab-inner h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .stat-number {
        font-size: 28px;
    }

    .achievement-text strong {
        font-size: 14px;
    }

    .fellowship-details h5,
    .fellow-details h5 {
        font-size: 15px;
    }

    .scholar-btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .fellowship-tag,
    .fellow-tag {
        font-size: 11px;
        padding: 3px 10px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .tab-btn {
        min-width: 110px;
        padding: 7px 10px;
        font-size: 11px;
    }

    .modern-highlights .section-header h3 {
        font-size: 18px;
    }

    .tab-inner h4 {
        font-size: 17px;
    }

    .stat-number {
        font-size: 26px;
    }

    .achievement-icon,
    .fellowship-icon,
    .fellow-icon,
    .role-icon,
    .founder-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

.clinic-timing {
    background: #f9fafb;
    border-left: 4px solid #2563eb;
    padding: 12px 14px;
    margin: 12px 0;
    border-radius: 6px;
}

.clinic-timing h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827;
}

.clinic-timing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clinic-timing ul li {
    font-size: 13.5px;
    color: #374151;
    margin-bottom: 4px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}










































/* new css */


.showcase-section {
    padding: 60px 0;
    position: relative;
}

.show-case-main-col-1 {
    height: 650px;
    padding-bottom: 40px;
    overflow-y: auto;
    padding-right: 20px;
}

.show-case-main-col-1 strong {
    color: #005ca2;
}

.numbered-list strong {
    color: black;
    font-weight: bolder;
    font-family: 'Inter', sans-serif;
}

.show-case-main-col-1 ul {
    color: black;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.show-case-main-col-1 ol {
    color: black;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.numbered-list {
    padding-left: 1.5rem;
    line-height: 1.7;
}

.numbered-list li {
    margin-bottom: 10px;
}

.show-case-main-col-1::-webkit-scrollbar {
    width: 6px;
}

.show-case-main-col-1::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.show-case-main-col-1::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.show-case-main-col-1::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.show-case-main-col-heading {
    color: black;
    font-weight: bold;
    width: 90%;
    font-size: 25pt;
    font-family: 'Inter', sans-serif;
}

.show-case-main-col-sub-heading {
    color: black;
    font-weight: 600;
    width: 90%;
    font-size: 20pt;
    font-family: 'Inter', sans-serif;
}

.show-case-main-col-1 p {
    color: black;
    letter-spacing: 0.5px;
}

.show-case-main-col-2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.show-case-main-col-2 h3 {
    color: black;
    font-weight: bolder;
    font-size: 19pt;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.show-case-main-col-2 p {
    color: gray;
    letter-spacing: 1px;
    text-align: center;
}

/* Card Container */
.services-card {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    width: 450px;
    padding: 30px 25px;
    border-radius: 15px;
}

/* Title Styling */
.services-title {
    color: black;
    /* Deep Navy Blue */
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin-bottom: 15px;
}

/* List Styling */
.services-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.show-case-main-col-1 img {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 12px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.service-item span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-item.active {
    background-color: #005ca2;
    color: #ffffff;
}

.arrow-icon {
    flex-shrink: 0;
}

/* Hover State */
.service-item:hover {
    background-color: #005ca2;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Arrow Icon */
.arrow-icon {
    font-style: normal;
    font-size: 20px;
    color: #9ca3af;
    /* Light grey arrow */
    transition: color 0.2s;
}

.service-item:hover .arrow-icon {
    color: #ffffff;
}


.faq-section {
    max-width: 900px;
    margin: auto;
    color: black;
}

.faq-section h2 {
    color: black;
    height: 70px;
    display: flex;
    align-items: center;
}

.accordion-item {
    background-color: transparent;
}

.accordion-button {
    font-size: 13pt;
    border: 0;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion {
    border: 1px solid rgb(219, 219, 219);
    border-radius: 10px;
}

.accordion-body {
    font-size: 12pt;
}

.accordion-header {
    background-color: transparent;
}

.faq-item {
    margin-bottom: 25px;
    color: black;
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: black;
}

.faq-item p {
    line-height: 1.7;
    margin: 0;
}


@media (max-width: 992px) {
    .show-case-main-col-1 {
        height: auto;
        overflow-y: visible;
        padding-right: 0;
    }

    .services-card {
        width: 100%;
    }

    .show-case-main {
        gap: 10px;
    }
}


.services-section {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.section-header h2 {
    color: #1a4f8b;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    padding: 30px;
    border: 1px solid #eef2f6;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(26, 79, 139, 0.1);
    border-color: #1a4f8b;
}

.service-card.highlight {
    background: #1a4f8b;
    color: #ffffff;
}

.service-card.highlight .icon {
    background: rgba(255, 255, 255, 0.2);
}

.service-card.highlight h3 {
    color: #ffffff;
}

.icon {
    font-size: 2rem;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #2d3436;
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: inherit;
    opacity: 0.8;
}

.service-footer {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    border-top: 1px dashed #cbd5e1;
}

@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

ul.services-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
    /* Spacing between cards */
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 !important;
    width: 100%;
}

/* 2. Enhanced Card Styling */
ul.services-container li.service-container-card {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;
}

ul.services-container li.service-container-card i {
    font-size: 17pt;
    color: #005CA2;
}



.affiliations-wrapper {
    margin: 40px 0;
}

.hospital-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.hospital-info-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.hospital-info-card:hover {
    transform: translateY(-5px);
    border-color: #007bff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.hospital-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.hospital-header i {
    font-size: 24px;
    color: #007bff;
    margin-right: 12px;
}

.hospital-header h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.hospital-body .role {
    color: #007bff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

.timing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timing-list li {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    line-height: 1.4;
}

.contact-footer {
    margin-top: 15px;
    font-size: 13px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.contact-footer a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.contact-footer a:hover {
    color: #007bff;
}


.advanced-treatments-section {
    padding: 40px 0;
    font-family: 'Nunito', sans-serif;
}

.section-main-heading {
    font-size: 24pt;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: left;
}

.intro-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

.treatments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.treatment-card {
    background: #ffffff;
    /* border-left: 5px solid #007bff; Signature Blue Accent */
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.treatment-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.1);
}

.icon-box {
    background: #f0f7ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.icon-box i {
    font-size: 24px;
    color: #007bff;
}

.card-text h5 {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #333;
    font-size: 1.1rem;
}

.card-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.content-footer {
    margin-top: 35px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #007bff;
    font-style: italic;
}

.content-footer p {
    padding: 0;
    margin: 0;
    color: #444;
}

/* Container and Headers */
.drj-experience-section {
    padding: 60px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.drj-section-title {
    font-size: 24pt;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}

.drj-section-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 45px;
}

/* The Grid Layout */
.drj-experience-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
    list-style: none;
    padding: 0;
}

/* Individual Cards */
.drj-experience-card {
    background: #ffffff;
    padding: 35px 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-bottom: 4px solid #f2f2f2;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
}

.drj-section-header {
    text-align: start;
}

.drj-experience-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #007bff;
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.1);
}

.drj-step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.4rem;
    font-weight: 900;
    color: rgba(0, 123, 255, 0.08);
}

.drj-experience-icon {
    width: 65px;
    height: 65px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.drj-experience-icon i {
    font-size: 26px;
    color: #007bff;
}

.drj-experience-card h5 {
    font-weight: 700;
    color: #222;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.drj-experience-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Trust Banner at bottom */
.drj-trust-banner {
    margin-top: 50px;
    padding: 18px 30px;
    background: #f0f7ff;
    border-radius: 50px;
    display: inline-block;
}

.drj-trust-banner p {
    margin: 0;
    color: #0056b3;
    font-size: 1.05rem;
}


/* Container Styling */
.drj-benefits-section {
    padding: 50px 0;
    font-family: 'Nunito', sans-serif;
    background: #ffffff;
}

.drj-benefits-header {
    text-align: left;
    margin-bottom: 40px;
    border-left: 5px solid #007bff;
    padding-left: 20px;
}

.drj-benefits-main-title {
    font-size: 24pt;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
}

.drj-benefits-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-top: 5px;
}

/* Grid Layout */
.drj-benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

/* Individual Benefit Items */
.drj-benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.drj-benefit-item:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.08);
    transform: translateY(-5px);
    border-color: #007bff;
}

/* Icon Box Styling */
.drj-benefit-icon {
    width: 55px;
    height: 55px;
    background: #eef6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.drj-benefit-icon i {
    font-size: 22px;
    color: #007bff;
}

/* Content Styling */
.drj-benefit-content h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
}

.drj-benefit-content p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .drj-benefits-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile Responsiveness */
@media (max-width: 1100px) {
    .drj-experience-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 650px) {
    .drj-experience-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .treatments-grid {
        grid-template-columns: 1fr;
    }
}

/* 3. Mobile responsiveness */
@media (max-width: 768px) {
    ul.services-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}
