/********** Template CSS **********/
:root {
    --primary: #091E3E;
    --secondary: #cd2038;
    --light: #EEF9FF;
    --dark: #091E3E;
}

.roundeds {
    border-radius: 25px !important;
}

.roundedes {
    border-radius: 70px !important;
}

.cursor {
    cursor: pointer;
}

.borders:hover {
    border: 1px solid #FFF !important;
}

.VED_logo {
    width: 80px;
    height: 80px;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--bs-primary);
    border-color: 1px solid var(--bs-primary) !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--bs-primary);
    transform: skew(40deg);
}

/* .top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
} */

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 10px 12px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .carousel-caption h1 {
        font-size: 38px !important;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #103771a1 !important;
    z-index: 1;
}

.bgblue {
    z-index: 1;

}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .h10 {
        height: 50vh !important;
    }

    .carousel-caption h1 {
        font-size: 26px !important;
        font-weight: 600 !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 1rem !important;
        width: 1rem !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

/* doctoer image */
.images {
    /* height: 550px; */
    width: 100%;
    display: flex;
    margin: auto;
    border-radius: 20%;
    background-size: cover;
}

/* .section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
} */

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .60), rgba(9, 30, 62, .60)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .60), rgba(9, 30, 62, .60)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-surgery {
    background: linear-gradient(rgba(9, 30, 62, .60), rgba(9, 30, 62, .60)), url(../img/surgery2.jpg) center center no-repeat;
    background-size: cover;
}

.header-breadcrumb {
    background: linear-gradient(rgba(9, 30, 62, .60), rgba(9, 30, 62, .60)), url(../img/surgery2.jpg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}


.appointment-form {
    background: #dc3545 !important;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/header2.jpg) center center no-repeat;
    background-size: cover;
}


.offer-text {
    background: #dc3545bd !important;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/header6.jpeg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: #dc3545 !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
    color: #fff;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

/* header new */
/* --- CUSTOM VARIABLES (Based on the image colors) --- */
:root {
    --bs-primary: #cd2038 !important;
    /* --bs-secondary: #f57e57; */
    /* Cyan/Light Blue for main accent */
    --bs-secondary: #0f1c3f !important;
    /* Deep Navy Blue */
    --bs-light: #f8f9fa;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bs-light);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

/* --- Topbar Styling --- */
.top-shape {
    /* clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%); */
    height: 100%;
}

@media (max-width: 991px) {
    .top-shape {
        clip-path: none;
        text-align: center !important;
        width: 100%;
    }
}

/* --- Navbar Styling --- */
.navbar-brand h1 {
    color: var(--bs-primary) !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--bs-secondary) !important;
    padding: 0.8rem 1rem;
}

.navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    transition: background-color 0.3s;
}

.btn-secondary {
    background-color: var(--dark);
    border-color: var(--dark);
}

.btn-primary:hover {
    background-color: var(--dark) !important;
    border: 1px solid var(--dark);
    color: #ffffff !important;
    /* Slightly darker blue on hover */
}

/* --- NEW HERO SECTION STYLING --- */
.new-hero-section {
    background-color: var(--bs-secondary);
    /* Dark background */
    padding: 6rem 0;
    color: white;
    position: relative;
    overflow: hidden;
    border-bottom: 8px solid var(--bs-primary);
}

/* Entrance Animation */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-text {
    animation: slideInRight 0.8s ease-out forwards;
    opacity: 0;
}

.animate-delay-1 {
    animation-delay: 0.1s;
}

.animate-delay-2 {
    animation-delay: 0.3s;
}

.animate-delay-3 {
    animation-delay: 0.5s;
}

/* Right Image/CTA Block */
.hero-cta-box {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    color: var(--bs-secondary);
    animation: fadeIn 1s ease-out forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero-cta-box input {
    border-radius: 0.5rem;
}

.hero-cta-box button {
    border-radius: 0.5rem;
}

/* ======================================================================================================================== */
/* our  service */

.section-header-title {
    color: var(--dark);
    font-weight: 700;
}

.section-header-subtitle {
    color: var(--bs-primary);
    font-weight: 600;
}

/* --- Custom Card Styling --- */
.treatment-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* Top Accent Border */
.treatment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: var(--bs-primary);
    transition: height 0.3s ease-in-out;
    z-index: 1;
}

/* Icon Container */
.icon-container {
    width: 60px;
    height: 60px;
    background-color: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: background-color 0.4s ease;
}

.icon-container i {
    font-size: 1.8rem;
    color: white;
}

.card-title {
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.25rem;
    transition: color 0.4s ease;
}

.card-description {
    color: var(--dark);
    font-size: 0.9rem;
    line-height: 1.4;
}

/* --- Hover/Animation Effects --- */

/* 1. Card Lift and Shadow on Hover */
.treatment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-color: var(--bs-primary);
}

/* 2. Top Border Expansion on Hover (Visual Accent) */
.treatment-card:hover::before {
    height: 100%;
    opacity: 0.1;
    /* Subtle overlay */
}

/* 3. Text/Icon Color Change on Hover */
.treatment-card:hover .card-title {
    color: var(--bs-primary);
}

.treatment-card:hover .icon-container {
    background-color: var(--bs-primary);
}

/* 4. Entrance Animation (Slide-Up) */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-card {
    opacity: 0;
    animation: slideInUp 0.6s ease-out forwards;
}

/* Delay each card for a wave effect */
.animate-delay-1 {
    animation-delay: 0.1s;
}

.animate-delay-2 {
    animation-delay: 0.2s;
}

.animate-delay-3 {
    animation-delay: 0.3s;
}

.animate-delay-4 {
    animation-delay: 0.4s;
}

.animate-delay-5 {
    animation-delay: 0.5s;
}

.animate-delay-6 {
    animation-delay: 0.6s;
}

.animate-delay-7 {
    animation-delay: 0.7s;
}

.animate-delay-8 {
    animation-delay: 0.8s;
}

.animate-delay-9 {
    animation-delay: 0.9s;
}

.animate-delay-10 {
    animation-delay: 1.0s;
}

.animate-delay-11 {
    animation-delay: 1.1s;
}

.animate-delay-12 {
    animation-delay: 1.2s;
}

.animate-delay-13 {
    animation-delay: 1.3s;
}

.animate-delay-14 {
    animation-delay: 1.4s;
}

.animate-delay-15 {
    animation-delay: 1.5s;
}

.animate-delay-16 {
    animation-delay: 1.6s;
}

.animate-delay-17 {
    animation-delay: 1.7s;
}

.animate-delay-18 {
    animation-delay: 1.8s;
}

.animate-delay-19 {
    animation-delay: 1.9s;
}

.animate-delay-20 {
    animation-delay: 2.0s;
}

/* extra */
.object-fit-cover {
    object-fit: cover;
}

img {
    border-radius: 12px;
}

/* --- CONTACT SECTION CONTAINER --- */
.contact-section {
    padding: 5rem 0;
}

/* --- Main Card Container (Split Layout) --- */
.contact-container {
    border-radius: 1.5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #ffffff;
}

/* --- Contact Info Side (Left) --- */
.info-side {
    background-color: var(--bs-secondary);
    color: #ffffff;
    padding: 3rem;
}

.info-side h2 {
    font-weight: 700;
    color: #FFFFFF;
    /* Red accent for the title */
    margin-bottom: 2.5rem;
    border-bottom: 3px solid var(--bs-light);
    padding-bottom: 0.5rem;
    display: inline-block;
}

.info-icon-box {
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 1rem;
}

.info-icon-box i {
    color: white;
    font-size: 1.25rem;
}

.info-side .detail-title {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.1rem;
}

.info-side .detail-text {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #adb5bd;
}

/* Iframe for Map Location */
.location-map {
    width: 100%;
    height: 250px;
    border-radius: 0.5rem;
    border: 0;
    margin-top: 2rem;
}

/* --- Form Side (Right) --- */
.form-side {
    background-color: white;
    padding: 3rem;
}

.form-side h2 {
    font-weight: 700;
    color: var(--bs-secondary);
    margin-bottom: 2rem;
}

.btn-submit {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    font-weight: 600;
    transition: background-color 0.3s;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
}

.btn-submit:hover {
    background-color: #091E3E;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.form-control,
.form-select {
    border-radius: 0.5rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(63, 15, 17, 0.2);
}

/* --- Animation (Simple Fade-in) --- */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-load {
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
}

.animate-delay-1 {
    animation-delay: 0.1s;
}

.animate-delay-2 {
    animation-delay: 0.2s;
}

/* --- MAP SECTION --- */
.map-section {
    padding: 3rem 0 0;
    /* Padding above the map */
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    /* Animation: Simple Fade-in */
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards;
}

.map-container iframe {
    width: 100%;
    min-height: 400px;
    border: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- MIDDLE SPACE (Requested Separation) --- */
.middle-space {
    height: 50px;
    /* Custom space between map and footer */
    background-color: transparent;
}

/* --- FOOTER SECTION --- */
.footer-section {
    background-color: var(--dark);
    color: white;
    padding-top: 5rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.footer-section h3 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

/* Links */
.footer-link-list a {
    color: #dadcde;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.95rem;
}

.footer-link-list a:hover {
    color: var(--bs-primary);
}

/* Icon styling */
.footer-section .bi,
.footer-section .fa {
    color: var(--bs-primary);
    font-size: 0.9rem;
}

/* Social Buttons */
.btn-lg-square {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary) !important;
    color: #FFF;
    border: none;
    transition: background-color 0.3s;
}

.btn-square {
    padding: 12px 20px;
    width: auto;
    border: none;
    display: flex;
    color: #FFF;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    transition: background-color 0.3s;
    background-color: var(--bs-primary);
}

.btn-square:hover {
    background-color: var(--bs-secondary);
    color: #FFF;
}

.btn-lg-square:hover {
    background-color: var(--dark);
    color: #FFF !important;
    border: 1px solid #fff;
}

/* Copyright Bar */
.copyright-bar {
    background: #051225;
    color: var(--bs-light);
    font-size: 0.9rem;
    border-top: 1px solid rgb(255, 255, 255);
}

.copyright-bar a {
    color: var(--bs-light);
    text-decoration: none;
    transition: color 0.2s;
}

/* .copyright-bar a:hover {
    color: var(--bs-primary);
} */

@media (max-width: 42px) {
    .h10 {
        height: 50vh !important;
    }

    .carousel-caption h1 {
        font-size: 26px !important;
    }
}

.hero-section {
    background-color: var(--bs-secondary);
    background-image: url('');
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
    color: white;
    position: relative;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

/* --- SERVICES GRID --- */
.service-card {
    transition: all 0.4s ease-in-out;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border: 1px solid #eee;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--bs-primary);
}

.service-icon-box {
    /* Now uses d-flex, justify-content-center, align-items-center in HTML */
    width: 70px;
    height: 70px;
    background-color: var(--bs-primary);
    border: 4px solid var(--bs-primary);
    color: white;
    transition: all 0.4s;
}

.service-card:hover .service-icon-box {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

/* --- CALL TO ACTION BAR --- */
.cta-bar {
    background-color: var(--bs-primary);
    color: white;
    padding: 2rem 0;
}

.btn-cta {
    background-color: white;
    color: var(--bs-primary);
    font-weight: 600;
}

.btn-cta:hover {
    background-color: var(--bs-secondary);
    color: white;
}

.p10 {
    padding: 12px;
}

/* --- ADVANCED TECHNOLOGY SHOWCASE (New Section Styling) --- */
.tech-showcase-section {
    background-color: var(--bs-bg-soft);
    padding: 3rem 0;
}

.tech-image-box {
    min-height: 500px;
    background-image: url('../img/header2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tech-overlay-card {
    background-color: var(--bs-secondary);
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 90%;
    transition: all 0.5s ease-in-out;
}

.tech-overlay-card h4 {
    color: #ffffff;
}

.tech-image-box:hover .tech-overlay-card {
    background-color: var(--bs-primary);
    transform: translateY(-5px);
}

.tech-list-item {
    font-size: 1.1rem;
    color: var(--bs-secondary);
    font-weight: 500;
    margin-bottom: 1rem;
    transition: color 0.3s;
}

.tech-list-item i {
    color: var(--bs-primary);
    margin-right: 0.5rem;
}

/* Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-item {
    animation: slideInUp 0.8s ease-out forwards;
    opacity: 0;
}

/* --- NEW SECTION: STATS COUNTER STRIP --- */
.stats-section {
    /* Background Image with Dark Overlay */
    background: linear-gradient(rgba(4, 17, 51, 0.9), rgba(2, 17, 56, 0.9)), url('');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax effect */
    padding: 5rem 0;
    color: white;
}

.stat-item {
    text-align: center;
    padding: 1rem;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    font-size: 3rem;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-item {
    animation: slideInUp 0.8s ease-out forwards;
    opacity: 0;
}

/* --- Single Section Container --- */
.surgery-section {
    /* background-color: var(--bs-secondary); */
    /* Dark Blue Background */
    color: var(--dark);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

/* Left Image Placeholder (Stylistic background) */
.texts {
    font-size: 1rem !important;
}

.surgery-image-placeholder {
    min-height: 450px;
    background-image: url('../img/surgerys.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}


/* Content Title */
.section-title {
    color: var(--bs-primary);
    font-weight: 700;
    text-transform: uppercase;
}

.section-header {
    color: var(--bs-primary);
    font-weight: 800;
}

/* Key Feature Boxes (Animated on Hover) */
.feature-box {
    background-color: var(--bs-primary);
    /* Semi-transparent white */
    border-radius: 0.75rem;
    padding: 1.5rem;
    border-left: 5px solid var(--bs-secondary);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 1rem;
}

.feature-box:hover {
    background-color: var(--bs-secondary);
    transform: translateX(5px);
    border-left-color: var(--bs-primary);
}

.feature-box i {
    color: var(--bs-light);
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s;
}

.feature-box:hover i {
    color: var(--bs-light);
}

.feature-box h5 {
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
}

.feature-box p {
    color: #ced4da;
    font-size: 0.9rem;
}

/* Entrance Animation */
@keyframes fadeInSlideRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInSlideLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-right {
    animation: fadeInSlideRight 0.8s ease-out forwards;
    opacity: 0;
}

.animate-left {
    animation: fadeInSlideLeft 0.8s ease-out forwards;
    opacity: 0;
}