/* Section Styling */

.sub-banner-section h1 {
    text-transform: uppercase;
    letter-spacing: 16px;
    position: relative;
    display: inline-block;
  }
  
  .sub-banner-section h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background: #f7c30e ;

  }
  
.pediatric-orthopaedics-section {
    background: linear-gradient(to right, #f8f9fa, #e6eaee);
    padding: 80px 0;
    text-align: center;
}

/* Section Title */
.section-title {
    font-size: 36px;

    color: #D4A017;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 1px;
}

/* Doctor Card Container */
.doctor-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px; /* Added more space between image and content */
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.doctor-card:hover {
    transform: translateY(-8px);
}

/* Doctor Image Box */
.doctor-image-box {
    position: relative;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

/* Doctor Image */
.doctor-image {
    width: 100%;
    max-width: 236px;
    border-radius: 15px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.doctor-card:hover .doctor-image {
    transform: scale(1.06);
}

.doctor-info {
    text-align: left;
    max-width: 500px;
}


.meet-text {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.5px;
}


.specialist-title {
    font-size: 23px;

    color: #D4A017;
    margin: 15px 0;
    line-height: 1.3;
}

/* Doctor Name */
.doctor-name {
    font-size: 21px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}

/* Doctor Details */
.doctor-details {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.7;
}

/* Experience Text */
.experience-text {
    font-size: 18px;
    color: #D4A017;

    margin-top: 12px;
    text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 768px) {
    .doctor-card {
        flex-direction: column;
        text-align: center;
        padding: 40px;
        gap: 30px;
    }

    .doctor-info {
        text-align: center;
    }

    .specialist-title {
        font-size: 24px;
    }

    .doctor-image-box {
        padding: 0;
    }

    .experience-text {
        font-size: 16px;
    }
}


.box1 {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    text-align: center;
}

.box1 h5 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #efbe1b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.box1 ul {
    padding-left: 0;
}

.box1 ul li {
    list-style: none;
    padding: 8px 0;
}

.box1 ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.box1 ul li a:hover {
    color: #efbe1b;
    font-weight: bold;
}


.tab-nav {
    display: flex;
    padding: 20px 0px;
    margin-bottom: 20px;
   flex-wrap: wrap;
    gap: 10px;
}

.tab-button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border: none;
    background-color: #FAF1C5;

    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.tab-button.active {
    background-color: #efbe1b;
    color: white;
    position: relative;
}


.tab-content {
display: none;
padding: 20px;
background: white;
border-radius: 8px;
max-height: 95vh; 
overflow-y: auto;  
scrollbar-width: none;  
-ms-overflow-style: none;  
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


.tab-content::-webkit-scrollbar {
display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    font-size: 28px;
    font-weight: bold;

    margin-bottom: 15px;
}

.tab-content p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.tab-content ul {
    padding-left: 20px;
}

.tab-content ul li {
    font-size: 16px;
  text-align: justify;

    margin-bottom: 10px;
}



.scrollable-list {
    max-height: 95vh;
    overflow-y: auto;
    padding-left: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollable-list::-webkit-scrollbar {
    display: none;
}

.scrollable-list li {
    list-style: none;
    padding: 8px 0;
}

.scrollable-list li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.scrollable-list li a:hover {
    color: #4CAF50;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {

    .prl-15{
        margin-top: 25px;
        margin-left: 5px;
    }
 

    .tab-button {
        flex: 1;
        text-align: center;
        padding: 8px;
        width: max-content;
    }

    .tab-content{
        max-height: 51vh;
    }
}


  .testimonial-section {
    background-color: #f9f9f9; 
    padding: 60px 0;
    text-align: center;
}

.testimonial-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}


.testimonial-box {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: auto;
    border-left: 5px solid #efbe1b;
}


.testimonial-box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.testimonial-img {
position: absolute;
top: 0px; 
right: -40px;
width: 90px;
height: 90px;
border-radius: 50%;
overflow: hidden;
border: 4px solid white;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
background-color: white;
}


.testimonial-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}



.testimonial-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    color: #333;
}

.testimonial-tagline {
    font-size: 14px;
    color: #888;
}


.testimonial-stars{
    display: flex;
    justify-content: center;
}
.testimonial-stars img {
    max-width: 100px !important;
    margin: 10px 0;
}


.testimonial-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}



.testimonial-video-owl-carousal {
max-width: 100%;
padding: 40px 0;

}


.testimonial-video-owl-carousal .item {
background: #ffffff;
border-radius: 10px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
padding: 15px;
text-align: center;
transition: transform 0.3s ease-in-out;
}

.testimonial-video-owl-carousal .item:hover {
transform: translateY(-5px);
}

/* Thumbnail Images */
.testimonial-video-owl-carousal .item img {
width: 100%;
border-radius: 8px;
transition: transform 0.3s ease-in-out;
}

.testimonial-video-owl-carousal .item img:hover {
transform: scale(1.05);
}

/* Titles */
.testimonial-video-owl-carousal .item h4 {
font-size: 18px;
color: #333;
font-weight: bold;
margin-top: 10px;
transition: color 0.3s ease-in-out;
}

.testimonial-video-owl-carousal .item:hover h4 {
color: #efbe1b; 
}

/* Description */
.testimonial-video-owl-carousal .item p {
font-size: 14px;
color: #666;
margin-top: 5px;
}


@media (max-width: 768px) {

    .testimonial-img {

        top: 0px; 
        right: 0px;
      
        }

        

.testimonial-video-owl-carousal {
padding: 20px 0;
}

.testimonial-video-owl-carousal .item {
padding: 10px;
}

.testimonial-video-owl-carousal .item h4 {
font-size: 16px;
}

.testimonial-video-owl-carousal .item p {
font-size: 12px;
}
}

/* Section Styling */
.docotr-video-section {
    background-color: #F8F9FA; 
    padding: 80px 0;
    text-align: center;
    position: relative;
}

/* Title */
.docotr-video-section .docotr-video-title {
    font-size: 28px;
    font-weight: bold;
    color: #F20F0B;
    margin-bottom: 40px;
}

/* Owl Carousel Container */
.docotr-video-section  .docotr-video-carousel {
    display: flex;
    justify-content: center;
    position: relative;
}

/* Carousel Item */
.docotr-video-section .docotr-video-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}

/* docotr-video Image */
.docotr-video-section  .docotr-video-image {
    width: 280px;
    height: 225px;

    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

/* Hover Effect */
.docotr-video-section .docotr-video-item:hover .docotr-video-image {
    transform: scale(1.05);
}

/* docotr-video Box */
.docotr-video-section  .docotr-video-box {
    background-color: #F20F0B; /* Dark Navy */
    color: #ffff;
    padding: 5px 10px;

    max-width: 320px;
    text-align: left;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .docotr-video-section .docotr-video-box {
        left: 10px;
        bottom: 5px;
        max-width: 260px;
    }
    .docotr-video-section .docotr-video-image {
        width: 250px;
        height: 230px;
    }
}

@media (max-width: 768px) {
    .docotr-video-section .docotr-video-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .docotr-video-section .docotr-video-box {
        position: relative;
        left: 0;
        text-align: center;
        margin-bottom: 10px;
        max-width: 90%;
    }
    .docotr-video-section .docotr-video-image {
        width: 100%;
        max-width: 250px;
        height: 180px;
    }
}

   /* Background with subtle gradient */
   .section-container {
    /* background: linear-gradient(to right, #F7EDE2, #D8E2DC); */
    padding: 80px 0;
}

/* Left Side Text */
.section-container .text-content {
    max-width: 400px;
}



.section-container .text-content h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1E1E1E;
}

.section-container .text-content p {
    color: #555;
    margin-bottom: 20px;
}

/* Explore Button */
.section-container  .explore-btn {
background: #efbe1b ;
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
  
    transition: 0.3s ease;
}

.section-container  .explore-btn:hover {
    background: #F20F0B;
    text-decoration: none;
}

/* Slider Container */
.section-container .places-slider {
    position: relative;
    overflow: hidden;
}

/* Each Card */
.section-container  .place-card {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    height: 250px;
}

.section-container .place-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Red Overlay on Images */
.section-container .place-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f95e5c4e;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Bottom Text on Image */
.section-container .place-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: bold;
    z-index: 2;
}

.section-container .place-info h4 {
    font-size: 22px;
    background: white;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.section-container  .place-info span {
    font-size: 14px;
    background: white;
    color: #333;
    opacity: 0.9;
}

/* Owl Dots Styling */
.section-container .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.section-container .owl-dot {
    width: 12px;
    height: 12px;
    background: #f7f0ef !important;
    border-radius: 50%;
    margin: 5px;
    display: inline-block;
    transition: 0.3s;
}

.section-container .owl-dot.active {
    background: #efbe1b !important;
    width: 15px;
    height: 15px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section-container  .text-content {
        text-align: center;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .section-container  .places-slider {
        text-align: center;
    }

    .sub-banner-section h1{
        letter-spacing: 9px;
    }

}



/* doctor profile slider */

.doctor-slider-wrapper {
    background-color: #FFF7D4;
    padding: 50px 0;
}
        /* Doctor Slider Container */
        .doctor-slider {

            display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


            width: 100%;
    
           
            padding: 25px;
            
            position: relative;
            overflow: hidden;
        }

        /* Owl Carousel Styling */
        .doc-carousel .item {
            
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            text-align: left;
            background: white;
            border-radius: 20px;
        }

        /* Image Container */
        .doctor-slider__img {
            width: 150px;
            padding: 20px;
            height: 215px;
            
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 4px 8px 20px rgba(252, 186, 3, 0.3);
            flex-shrink: 0;
        }

        .doctor-slider__img img {
            width: 100%;
            margin-top: 25%;
            height: 100%;
             
            display: block;
        }

        /* Content Section */
        .doctor-slider__content {
            flex: 1;
            padding-left: 50px;
        }

        .doctor-slider__code {
            color: #B89B1D;
            font-size: 14px;
            font-weight: 500;
        }

        .doctor-slider__title {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            margin-top: 8px;
        }

        .doctor-slider__text {
            color: #555;
            font-size: 14px;
            line-height: 1.5em;
            margin: 15px 0;
        }

        /* Read More Button */
        .doctor-slider__button {
            display: inline-block;

              text-decoration: underline !important;
            border-radius: 30px;
            color: #efbe1b;
            font-weight: 600;
           
            text-decoration: none;
            transition: 0.3s ease-in-out;
        }

        .doctor-slider__button:hover {
            background: #B89B1D;
            color: white;
        }

        /* Fix Pagination Dots Alignment */
        .doc-carousel  .owl-dots {
            text-align: center;
            margin-top: 20px; /* Ensures dots don’t overlap content */
            position: relative;
            z-index: 10; /* Keeps dots above background */
        }

        /* Default Dots */
        .doc-carousel  .owl-dot {
            width: 12px;
            height: 12px;
            background: #ddd !important;
            border-radius: 50%;
            margin: 5px;
            display: inline-block;
            transition: 0.3s;
        }

        /* Active Dot */
        .doc-carousel .owl-dot.active {
            background: #efbe1b !important; /* Gold theme */
            width: 15px;
            height: 15px;
        }

        /* Responsive Design */
        @media screen and (max-width: 768px) {

            .doc-carousel .item {
                padding: 20px 10px;
                flex-direction: column;
                text-align: center;}
            .doctor-slider {
                min-height: 500px;
                height: auto;
               
                padding: 20px;
            }

        

            .doctor-slider__img {
                width: 60%;
                height: auto;
            }

            .doctor-slider__img img {
      
            margin-top: 0%;}
            .doctor-slider__content {
                padding: 0;
                margin-top: 15px;
            }

            .doctor-slider__button {
                width: 100%;
            }
        }



        