/* F7181D */
/* 2B1C61 */
body {
    font-family: "Montserrat", sans-serif;

}

img {
    width: 100%;
    max-width: 100%;
}

.main-logo img {
    max-width: 25%;
}

.icon-header i {
    color: transparent;
    -webkit-text-stroke: 4px #2B1C61;
    font-size: 35px;
    margin-right: 20px;
}

.main-icon {
    padding: 35px 0px;
}

.text-hd a {
    color: #222;
    font-size: 15px;
    text-decoration: none;
}

.text-word {
    color: #333;
    font-size: 14px;
}

.navbar {
    width: 100%;
    padding: 15px 30px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.nav-item {
    position: relative;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    --underline-width: 0%;
}

.nav-item::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    width: var(--underline-width);
    background: #2B1C61;
    transition: width 0.25s ease;
}

.nav-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.header-btn {
    display: inline-block;
    padding: 14px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #2B1C61;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

.header-btn span {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* slider */

.banner-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slides {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slide {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide.active {
    left: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 1;
}

.slide-content {
    position: relative;
    text-align: center;
    max-width: 800px;
    z-index: 2;
}

.slide-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
}

.slide-subtitle {
    font-size: 22px;
    opacity: 0;
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    z-index: 3;
}

.slider-nav span {
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    user-select: none;
    transition: color 0.3s;
}

.slider-nav span:hover {
    color: #ff4d4d;
}

.why-choose-us {
    background: url(../images/image.jpg);
    width: 100%;
    height: 100%;
    padding: 80px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.pd-100 {
    padding: 80px 20px;
    background: #f7f7f7;
    text-align: center;
}

.pd-101 {
    padding: 80px 20px;

}

.text-choosen {
    padding: 100px 50px;
}

.choose-text {
    font-size: 48px;
    color: transparent;
    -webkit-text-stroke: 2px #2B1C61;
    font-family: "Lato", sans-serif;
}

.para-text {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.para-weapon {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.cards {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(1);
}

.card i {
    font-size: 40px;
    color: #2B1C61;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.card p {
    font-size: 16px;
    color: #555;
    flex-grow: 1;
}

.card:hover {
    transform: translateY(-10px);
}

.main-abt-image img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-abt-image img:hover {
    cursor: pointer;
}

.sub-heading {
    text-transform: uppercase;
    font-size: 20px;
    color: #F7181D;
    font-weight: 700;
    font-family: "Playfair Display", serif;

}

.stats-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat {
    background: #f4f8fb;
    padding: 20px 30px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(-50px);
}

.stat-value {
    color: #ff6a6a;
    font-weight: 600;
}

.mt-50 {
    margin-top: 50px;
}

/* process */
.doctor-card-new {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.doctor-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.doctor-img-wrap {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.doctor-card-new:hover .doctor-img-wrap img {
    transform: scale(1.12);
}


.doctor-name {
    font-weight: 600;
    color: #222;
}

.doctor-special {
    margin-bottom: 20px;
    font-size: 15px;
}

.doctor-btn {
    display: inline-block;
    padding: 10px 18px;
    border: 2px solid #2B1C61;
    color: #2B1C61;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 600;
}

.doctor-btn:hover {
    background: #2B1C61;
    color: #fff;
}


.slider-wrapper {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.slider-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    min-height: 200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 50%;
}

.testimonial-slider-simple {
    background: url(../images/review-bg.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.testimonial-slider-simple::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.testimonial-slider-simple .container-review {
    position: relative;
    z-index: 99;
    color: #fff;
}

.doctor-section {
    background: #f4f8fb;
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Lightbox */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

#close-lightbox {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.footer-section {
    background-color: #ECF1FA;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #2B1C61;
    background-color: #c6d4f6;
    transition: all 0.3s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.social-icon :hover {
    color: #fff;
    background: transparent linear-gradient(90deg, #1E0B9B 0%, #07CCEC 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
}

.banner-section {
    background: url('../images/banner.png') no-repeat center center/cover;
    padding: 150px 0;
    color: #fff;
    text-align: center;
    position: relative;
}

.banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.banner-section .container {
    position: relative;
    z-index: 2;
}

.banner-section .banner-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.crew {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.crew:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.crew-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.crew:hover .crew-img-top {
    transform: scale(1.1);
}

.crew-body {
    padding: 15px;
    text-align: center;
}

.crew-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.crew-text {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
    text-align: left;
}

.read-more {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-align: left;
}

.read-more:hover {
    color: #0056b3;
    text-decoration: underline;
}

.doctor-row {
    overflow: hidden;
}

.doctor-img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 400px;
    object-fit: cover;
}

.doctor-img:hover {
    transform: scale(1.05);
}

.doctor-details {
    padding: 20px;
}

.doctor-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.doctor-specialty {
    font-size: 1.1rem;
    color: #2B1C61;
    font-weight: 500;
    margin-bottom: 10px;
}

.doctor-description {
    font-size: 1rem;
    color: #555;
}

.appointment-section {
    background: url(../images/bg-app.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100%;
    max-height: 100%;
}

.appointment-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.form-container {
    background-color: #eee;
    padding: 15px;
    position: relative;  
    z-index: 2;         
    border-radius: 8px;
}
.service-card img{
    width:100%;
     height:300px;
     object-fit: contain;
     border-radius:8px;
}
.contact-card {
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.18);
}

.contact-icon {
    font-size: 40px;
    color: #2B1C61;
    margin-bottom: 10px;
}

.contact-link {
    color: #2B1C61;
    text-decoration: none;
}
.contact-form-wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    z-index: 2;
}

.form-title {
    font-size: 26px;
    font-weight: 700;
    color: #2B1C61;
}

.form-label {
    font-weight: 600;
    color: #2B1C61;
}

