/*first section start*/
body {
    height: 100%;
    font-family: 'Karla', sans-serif !important;
}

.section-heading {
    font-size: 48px !important;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.section-para {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

.section-padding {
    padding: 4rem 0 !important;
}

.hero-slide-mobile{
        display: none;
    }

/* --- Hero Section & Full Window Fit --- */

.hero-section {
    position: relative;
    width: 100%;
    /* Key to fitting the window height */
    height: 100vh;
}

/* Make Owl Carousel container full width and height */
.hero-section #hero-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item,
.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-section .hero-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Placeholders for slide images - Use your actual image path or URL */
.hero-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: attr(data-desktop url);
}

/* Dark Overlay */
.hero-section .hero-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    /* Vertically center content */
    justify-content: flex-start;
}

.hero-section .hero-text-content {
    color: #fff;
    4 padding-bottom: 0px;
    /* Offset for the bottom bar */
}

/* --- Typography (Matching Image) --- */

.hero-section .welcome-text {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

.hero-section .main-title {
    /* Serif font for elegant look */
    font-size: 100px;
    /* Responsive font size */
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.1;
    padding: 1rem 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: 'Cormorant Garamond', serif;
    text-align: left;
    text-transform: uppercase;
}

.hero-section .description-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
    width: 60%;
    color: #fff;
    font-family: 'Karla', sans-serif;
}

.hero-section .slider-cta-button {
    background-color: #fff;
    color: #1C355E;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 500;
    border: transparent;
    font-family: 'Karla', sans-serif;
    overflow: hidden;
    line-height: unset;
}
.hero-section .slider-cta-button a{
    color: #1C355E;
}
.hero-section .slider-cta-button span {
    display: inline-block;
    transition: transform 0.8s ease-in-out;
}

.hero-section .slider-cta-button:hover span {
    transform: scale(1.1);
}

/* --- Custom Pagination (1/3) --- */

/* Hide default Owl Dots */
.hero-section .owl-dots {
    display: none;
}

.hero-section .custom-progress-indicator {
    position: absolute;
    bottom: 30%;
    /* Position above the bottom action bar */
    left: 8%;
    display: none;
    align-items: center;
    z-index: 10;
}

.hero-section .dots-and-line {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.hero-section .progress-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    /* Semi-transparent white */
    margin-right: 12px;
    transition: all 0.3s;
    cursor: pointer;
}

.hero-section .progress-dot.active {
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.hero-section .progress-line {
    width: 70px;
    /* Line length */
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 12px;
}

.hero-section .progress-counter {
    color: #fff;
    font-size: 0.9em;
}




/* --- Responsiveness --- */

@media (max-width: 1024px) {
    .hero-section .bottom-action-bar {
        padding: 25px 5%;
    }

}

@media (max-width: 768px) {
    .hero-section .hero-section {
        /* Reduce height for smaller devices, but still large */
        height: 100vh;
    }

    .top-header-section {
        position: static;
    }

   .hero-slide {
        background-image: attr(data-mobile url);
    }

    .blue-box-container {
        bottom: -44%;
    }

    .hero-section .main-title {
        font-size: 64px;
    }

    /* Stack the bottom action bar content */
    .hero-section .bottom-action-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 5%;
    }

    .hero-section .action-bar-title {
        margin-bottom: 10px;
    }

    .hero-section .action-bar-buttons {
        flex-direction: column;
        gap: 5px;
        width: 100%;
    }

    .hero-section .action-btn-light {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

    .hero-section .custom-progress-indicator {
        left: 5%;
        bottom: 100px;
    }

    .hero-section .hero-content-overlay {
        top: 7%;
        height: 100% !important;
    }

    .hero-section .description-text {
        width: 100%;
    }

    .hero-section .hero-text-content {
        width: 90%;
        height: 100%;
        position: relative;
    }
    .hero-section .slider-cta-button{
        position: absolute;
        bottom: 5rem;
    }
    .blue-box-container {
        position: static;
    }
}

@media (max-width: 480px) {
    .hero-section .main-title {
        font-size: 55px;
        padding: 0;
    }

}

/*first section end*/

/*  blue box css start */

.blue-box-container {
    background-image: url('../images/home/blue-box-bg3.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    /* position: absolute;
    bottom: -6%;
    left: 0%;
    right: 0;*/
    z-index: 9;
}

.inner-blue-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
}

/* Text Content Styling */
.text-content h2 {
    font-size: 32px;
    /* Responsive font size */
    color: #fff;
    font-weight: 500;
    /* Medium weight */
    line-height: 1.4;
    margin: 0;
    font-family: 'Karla', sans-serif;
    padding: 0;
}

/* Button Group Styling */
.button-list {
    list-style: none;
    /* Remove bullet points */
    padding: 0;
    margin: 0;
    display: flex;
    /* Makes the buttons horizontal */
    gap: 10px;
    /* Space between buttons */
    flex-wrap: wrap;
    /* Allows buttons to wrap on smaller screens */
    justify-content: flex-end;
    /* Align buttons to the right */
}

/* Individual Button Styling */
.button-list .new-btn {
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    /* Oval shape */
    background-color:#FFFFFF33;
    color: #fff;
    /* Dark gray text */
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Karla', sans-serif;
    white-space: nowrap;
    /* Prevents text inside buttons from wrapping */
    overflow: hidden;
    line-height: unset;
    text-transform: capitalize;
    width: 200px;
    border: 1px solid #fff;
}

.button-list .new-btn span {
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.button-list .new-btn span a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.button-list .new-btn:hover span {
    transform: scale(1.1);
    /* Zooms the text by 30% */
}


/* --- Responsive Design (Mobile View) --- */
@media (max-width: 900px) {
    .blue-box-container {
        /* Stack content vertically */
        flex-direction: column;
        align-items: flex-start;
        /* Align all content to the left */
        padding: 20px;
        gap: 25px;
        /* Increased space when stacked */
        position: static;
    }


    .button-list {
        /* Center buttons horizontally when stacked, or keep them left-aligned */
        justify-content: flex-start;
        /* Increase vertical stacking of buttons if needed */
        /* flex-direction: column;
        width: 100%; */
    }

    .button-list li {
        margin-bottom: 5px;
        /* Add vertical space between buttons when they wrap */
    }

    .inner-blue-box {
        flex-wrap: wrap;
        padding: 1rem;
    }
}

/* Smaller Mobile Screens */
@media (max-width: 500px) {
    .button-list {
        /* Force buttons to stack vertically on very small screens for better tapping */
        flex-direction: column;
        width: 50%;
        /* Take full width */
    }

    .btn {
        width: 100%;
        /* Full width buttons */
        padding: 12px 20px;
        font-size: 0.8em;
    }
}

/*blue box css end*/

/*secound section css start*/


/* Custom Typography */
.foot-ankle-section .custom-heading {
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
    /* Replaces mb-4 */
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
}

.foot-ankle-section .lead {
    color: #363636 !important;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0;
    font-family: 'Karla', sans-serif;

}

/* Utility Classes (Replaced Bootstrap's) */
.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.text-center {
    text-align: center;
}

.rounded {
    border-radius: 0.375rem;
    /* Standard rounded corners */
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.fw-bold {
    font-weight: 700;
}

/* ------------------
    Section Styling 
    ------------------ */
.foot-ankle-section {
    background-color: #fff;
    /* White background for the main content area */
}

/* ------------------
    Flexbox Layout (Replaces Bootstrap Row/Cols)
    ------------------ */
.content-row {
    display: flex;
    margin: 1 0 1rem;
    gap: 30px;
    /* Replaces g-4 */
    align-items: flex-start;
    /* Replaces align-items-start */
}

.col-image {
    flex: 0 0 41.666667%;
    /* Equivalent to col-lg-5 in a 12-column grid */
    max-width: 41.666667%;
}

.col-text {
    flex: 0 0 58.333333%;
    /* Equivalent to col-lg-7 */
    max-width: 58.333333%;
}

/* ------------------
    Image Gallery 
    ------------------ */
.foot-ankle-section .image-gallery {
    display: flex;
    /* Replaced d-flex */
    gap: 1rem;
    /* Replaced gap-3 */
}

.foot-ankle-section .image-item {
    flex: 1 1 100%;
    position: relative;
    /* Replaced position-relative */
}

.foot-ankle-section .image-item img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* ------------------
    Text Content 
    ------------------ */
.foot-ankle-section .btn-more {
    color: #1C355E;
    /* Primary blue for contrast */
    border-bottom: 2px solid #1C355E;
    padding: 0 10px 3px 10px;
    font-weight: 600;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    transition: border-color 0.3s, color 0.3s;
    text-transform: uppercase;
    text-decoration: none;
    /* Replaced text-decoration-none */
    display: inline-block;
    /* Replaced d-inline-block */
    font-family: 'Karla', sans-serif;
    overflow: hidden;
}

.foot-ankle-section .btn-more span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.foot-ankle-section .btn-more:hover span {
    transform: scale(1.1);
}

/* ------------------
    Statistics Grid (Replaces stats row/cols)
    ------------------ */
.foot-ankle-section .stats-grid {
    display: flex;
    gap: 15px;
    /* Replaces g-3 */
    margin-top: 20px;
}

.foot-ankle-section .stat-col {
    flex: 1 1 33.3333%;
    /* Creates three equal columns, similar to col-md-4 */
    max-width: 33.3333%;
}

.foot-ankle-section .stats-grid .stat-item {
    background-color: #fff;
    /* Light grey background for stats */
    border: 1px solid #DCDCDC;
    /* Replaced border and border-color */
    padding: 20px 10px !important;
    /* Replaced p-4 */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 20px;
    height: 100%;
}

.foot-ankle-section .stats-grid .stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.foot-ankle-section .stat-label {
    font-size: 20px;
    letter-spacing: 1px;
    color: #238DC1;
    margin-bottom: 0.5rem;
    /* Added spacing */
    font-family: 'Karla', sans-serif;
}

.foot-ankle-section .stat-number {
    color: #1C355E;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    /* Replaced mb-1 */
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
}

.foot-ankle-section .stat-detail {
    font-size: 16px;
    color: #000 !important;
    margin-bottom: 0;
    /* Replaced mb-0 */
    font-family: 'Karla', sans-serif;
}

/* ------------------
    Responsiveness (Flexbox Adjustments)
    ------------------ */

/* Tablet and larger devices (default large screen layout is set above) */
@media (max-width: 991.98px) {
    .foot-ankle-section .content-row {
        flex-direction: column;
        /* Stack image and text vertically */
        gap: 40px;
    }

    .foot-ankle-section .col-image,
    .foot-ankle-section .col-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

/* Small devices (Replaces col-sm-6 and small-screen stacking) */
@media (max-width: 767.98px) {
    .foot-ankle-section .image-gallery {
        flex-direction: column;
        /* Stack images vertically */
        gap: 30px;
        align-items: center;
    }

    .foot-ankle-section .image-item {
        max-width: 100%;
        /* Limit image size when stacked */
    }
    .foot-ankle-section .image-item img{
        border-radius: 12px;
    }

    .foot-ankle-section .stats-grid {
        flex-direction: row;
        /* Stack stats vertically */
        gap: 10px;
        justify-content: space-between;
    }

    .foot-ankle-section .stat-col {
        flex: 0 0 30%;
        max-width: auto;
    }
    .foot-ankle-section .stat-label {
    font-size: 10px;
    letter-spacing: 0px;
}
.foot-ankle-section .stat-number {
        font-size: 28px;
    }
    .foot-ankle-section .stat-detail{
        font-size: 10px;
    }
    .foot-ankle-section .stats-grid .stat-item{
        padding: 10px 5px !important;
    }
    .foot-ankle-section .btn-more{
        margin-bottom: 0 !important;
    }
    .section-padding{
        padding: 40px 0 !important;
    }


}

/*secound section css end*/


/* threee css start */
.third-custom-container {
    background-color: #EDF9FF;
}

/* Section padding (Replaces Bootstrap's py-5) */


/* --- 2. Header and Tabs Styling --- */
.third-foot-ankle-section .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.third-foot-ankle-section .section-header h2 {
    margin-bottom: 10px;
    color: #000;
}

.third-foot-ankle-section .section-header p {
    color: #363636;
    width: 80%;
    margin: 0 auto;
}

/* Filter Tabs (Navigation) */
.third-foot-ankle-section .filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.third-foot-ankle-section .filter-tab {
    background-color: transparent;
    color: #000;
    border: 1px solid #DCDCDC;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.third-foot-ankle-section .filter-tab.active,
.third-foot-ankle-section .filter-tab:hover {
    background-color: #238DC1;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
}

/*.third-foot-ankle-section .filter-tab:hover:not(.active) {
    background-color: #f5f5f5;
    border-color: #aaa;
}*/

/* --- 3. Content Area Styling and Tab Logic --- */
.third-foot-ankle-section .content-container {
    background-color: #fff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Initially hide all content blocks */
.third-foot-ankle-section .condition-content {
    display: none;
}

/* Show only the active content block */
.third-foot-ankle-section .condition-content.active {
    display: block;
}

/* Content Layout (Flexbox for Text and Image) */
.third-foot-ankle-section .content-details {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.third-foot-ankle-section .content-text {
    flex: 1;
}

.third-foot-ankle-section .content-text h2 {
    color: #000;
    text-align: left;
}

.third-foot-ankle-section .content-text p {
    font-size: 16px;
    color: #363636;
    margin-bottom: 2rem;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
}

/* Bullet Points (Features/Benefits) */
.third-foot-ankle-section .content-text ul {
    list-style: none;
    padding-left: 0;
    width: 80%;
    margin: 0;
}

.third-foot-ankle-section .content-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #1C355E;
    font-family: 'Karla', sans-serif;
}

/* Custom Blue Dot Bullet Point */
.third-foot-ankle-section .content-text ul li::before {
    content: '•';
    color: #238DC1;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -3px;
    line-height: 1;
    font-weight: 900;
}

.third-foot-ankle-section .know-more-btn {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 20px;
    color: #1C355E;
    font-size: 16px;
    border: 1px solid #1C355E;
    background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Karla', sans-serif;
    line-height: unset;
}

.third-foot-ankle-section .know-more-btn a {
    color: #1C355E;
    text-decoration: none;
}

.third-foot-ankle-section .know-more-btn:hover {
    background-color: #1C355E;
    color: #fff;
}

.third-foot-ankle-section .know-more-btn:hover a {
    color: #fff;
}

/* Image Styling */
.third-foot-ankle-section .content-image-box {
    flex-basis: 40%;

}

.third-foot-ankle-section .content-image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* --- 4. Responsive Design --- */

/* Mobile Screens (Max width 768px) */
@media (max-width: 768px) {
    .third-foot-ankle-section .content-details {
        flex-direction: column;
        gap: 20px;
    }

    .third-foot-ankle-section .content-image-box {
        width: 100%;
        max-width: none;
        order: -1;
        height: 220px;
    }

    .third-foot-ankle-section .content-container {
        padding: 20px;
    }

    .third-foot-ankle-section .filter-tab {
        font-size: 0.8em;
        padding: 8px 15px;
        text-wrap: nowrap;
    }

    .section-heading {
        font-size: 28px !important;
    }
    .foot-ankle-section .lead{
        font-size: 14px;
    }
    .third-foot-ankle-section .content-text ul{
        width: 100%;
    }
    .foot-ankle-section .btn-more{
        font-size: 14px;
    }
    .third-foot-ankle-section .filters{
    justify-content: start;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    overflow-y: scroll;
    }
    .third-foot-ankle-section .section-header h2{
        padding-bottom: 0;
    }
    .content-text .section-title{
        font-size: 20px !important;
    }
   
    .condition-content  .content-text h2,.content-text p,.condition-content .content-image-box ul{
        display: none;
    }
    .content-image-box h2{
        font-size: 20px;
    }
    .content-image-box p{
        font-size: 12px;
    }
    .third-foot-ankle-section .content-text ul li,.third-foot-ankle-section .know-more-btn{
        font-size: 12px;
    }
    .foot-surgery-cost-section .main-title br{
        display: none;
    }
    .foot-surgery-cost-section .main-title,.foot-surgery-cost-section .main-title span{
        font-size: 24px !important;
        padding-bottom: 0;
    }
    .foot-surgery-cost-section .description{
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: left;
    }

    .foot-surgery-cost-section .text-content-container{
        align-items: start !important;
        gap: 20px !important;
    }
    .foot-surgery-cost-section .text-content-container{
        
    }
    #react-wordpress .openButton{
        font-size: 14px !important;
        letter-spacing: 0px !important;
        max-width: 70% !important;
    }
    .App{
        text-align: left !important;
    }
    .startButton{
        justify-content: start;
    }
    .foot-surgery-cost-section{
        min-height: 350px !important;
    }
    .expert-care-section .section-header h2{
        font-size: 24px !important;
    }
    .expert-care-section .section-header p{
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .quick-links-section .link-card {
        flex: 1 1 calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important;

    padding: 15px 8px !important; 
    }
    .quick-links-section .card-text{
        font-size: 14px !important;
        line-height: 15px !important;
    }
    .quick-links-section .icon-circle{
        width: 50px !important;
        height: 50px !important;
    }
    .quick-links-section .know-more-link{
        font-size: 10px !important;
    }
    .quick-links-section .section-title,.faq-section h2{
        margin-bottom: 0 !important;
    }
    .section-para{
        font-size: 14px;
    }
    .team-members {
        display: block; /* Owl will handle layout */
    }
    .team-section .member-info{
        padding: 10px 15px 0;
    }
    .team-section .team-members{
        margin-bottom: 20px !important;
    }
    .blogs-section .section-title{
        margin-bottom: 10px;
    }
    .blog-cards-container {
        display: block;
    }
    .blogs-section .blog-cards-container{
        margin-bottom: 0 !important;
    }
        .faq-section .accordion-header {
        padding: 15px 0px;
        font-size: 0.95em;
    }
        .faq-section .accordion-content p {
        padding: 0 0px 15px;
    }
    .faq-section .accordion-header .accordion-button{
        padding: 0 !important;
    }

}

/*three css end*/


/*four css start */
/* Variables matching the image */

/* Section Styling: Sets the background image and positioning */
.foot-surgery-cost-section {
    position: relative;
    width: 100%;
    /* DUMMY IMAGE URL: Replace this with your actual image file path or URL */
    background-image: url('../images/foot-surgery-image.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 500px;
}

/* Dark Overlay (Creates the specific blue tint and darkening effect) */
/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-blue-dark); 
    opacity: 0.85; 
    z-index: 1;
}*/

/* Content Layout: Flexbox for two columns (The key to replicating the layout) */
.foot-surgery-cost-section .text-content-container {
   
    display: flex;
    align-items: center;
    width: 82%;
    margin: 0 auto;
    gap: 80px;
    /* Large gap between the two columns */
}

/* Left Text Block */
.foot-surgery-cost-section .text-block {
    flex: 1.5;
    /* Takes up slightly more space than the CTA block */
    max-width: 50%;
    /* Ensures the text is left-aligned and has no extra margin */
    text-align: left;
}

.foot-surgery-cost-section .main-title {
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 600;
}

.foot-surgery-cost-section .main-title span {
    font-size: 96px;
}

/* Right CTA Block */
.foot-surgery-cost-section .cta-block {
    flex: 1;
    max-width: 50%;
    /* Uses a clean, standard sans-serif font for body text */
    font-family: Arial, sans-serif;
}

.foot-surgery-cost-section .description {
    font-size: 16px;
    /* Smaller body text as seen in the image */
    line-height: 1.8;
    margin-bottom: 30px;
    /* All caps body text */
    color: #fff;
    font-family: 'Karla', sans-serif;

}

/* Button Styling */
#react-wordpress .openButton {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    transition: background-color 0.3s;
    letter-spacing: 1px;
    font-family: 'Karla', sans-serif;
    overflow: hidden;
    line-height: unset;
}

.foot-surgery-cost-section .cta-button a {
    text-decoration: none;
    color: #000;
}

.foot-surgery-cost-section span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.foot-surgery-cost-section .cta-button:hover span {
    transform: scale(1.1);
}

/* Message and utility class */
.foot-surgery-cost-section .message-text {
    margin-top: 15px;
    font-style: italic;
    color: #a0dfff;
}

.foot-surgery-cost-section .hidden {
    display: none;
}

/* --- Responsiveness (Breaking to single column on mobile/tablet) --- */
@media (max-width: 992px) {
    .foot-surgery-cost-section .content-container {
        flex-direction: column;
        /* Stack items vertically */
        gap: 30px;
        text-align: center;
    }

    .foot-surgery-cost-section .text-block,
    .cta-block {
        max-width: 100%;
        text-align: center;
    }

    .foot-surgery-cost-section .main-title {
        font-size: 3em;
    }

    .foot-surgery-cost-section .text-content-container {
        flex-wrap: wrap;
        width: 100%;
        gap: 35px;
        flex-direction: column;
    }

    .foot-surgery-cost-section .cta-block {
        max-width: 100%;
    }

    .foot-surgery-cost-section .main-title span {
        font-size: 40px;
    }

    .foot-surgery-cost-section .main-title {
        font-size: 30px;
    }
}



/*four css end*/


/*five section start*/
/* Basic Reset and Container */
.expert-care-section {
    padding: 3rem 0;
    background-color: #fff;
}

.expert-care-section .container {
    padding: 20px;
    text-align: center;
    /* Center main content */
}

/* --- Section Header --- */
.expert-care-section .section-header {
    margin-bottom: 40px;
}

.expert-care-section .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 10px;
}

.expert-care-section .section-header h2 strong {
    font-weight: 700;
}

.expert-care-section .section-header p {
    font-size: 0.9rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}

/* --- Instagram Profile Header --- */
.expert-care-section .instagram-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.expert-care-section..instagram-profile {
    /* Replace with actual image/icon styling (e.g., background-image or font-icon) */
    width: 40px;
    height: 40px;
    background-color: #E1306C;
    border-radius: 8px;
    content: " ";
    display: block;
}

.expert-care-section .profile-info {
    text-align: left;
}

.expert-care-section .username {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    color: #000;
    margin-bottom: 2px;
}

.expert-care-section .followers-count {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #666;
    gap: 5px;
}

.expert-care-section .followers-count {
    /* Small icon for 'follow' or 'person' */
    width: 12px;
    height: 12px;
    background-color: #666;
    border-radius: 50%;
    content: " ";
    display: block;
}

/* --- Post Card Styling --- */
.expert-care-section .post-card {
    text-align: left;
    overflow: hidden;
    margin: 10px;
    /* Space between carousel items */
}

.expert-care-section..post-card .image-wrapper {
    overflow: hidden;
}

.expert-care-section .post-card img {
    width: 100%;
    height: auto;
    display: block;
}

.expert-care-section .post-caption {
    padding: 10px;
}

.expert-care-section .post-caption p {
    font-size: 0.9rem;
    color: #000;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

.expert-care-section .post-meta {
    font-size: 0.8rem;
    color: #666;
    display: flex;
    gap: 15px;
}

/* --- Follow Button --- */
.expert-care-section .follow-button-wrapper {
    margin-top: 40px;
}

.expert-care-section .sbi_follow_btn a {
    background-color: #1C355E !important;
    /* Blue color from the image */
    color: #fff !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: background-color 0.3s !important;
}

.expert-care-section #sb_instagram .sbi_follow_btn a:focus,
.expert-care-section #sb_instagram .sbi_follow_btn a:hover {
    box-shadow: inset 0 0 10px 20px #1c355e;
    outline: none !important;
}

.expert-care-section .follow-button {
    /* Small icon for Instagram logo inside button */
    background-color: #1C355E;
    border-radius: 3px;
}




/* --- Owl Carousel Customization (Dots and Positioning) --- */

/* Position the carousel container relative to enable absolute dot positioning if needed */
.expert-care-section .instagram-posts {
    position: relative;
    padding-bottom: 30px;
    /* Space for the dots */
}

/* Customizing Owl Dots for better positioning */
.expert-care-section .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    /* Absolute positioning relative to .instagram-posts */
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    /* Adjust as needed */
    width: 100%;
    margin-top: 0;
}

.expert-care-section .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #d6d6d6;
    /* Inactive color */
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.expert-care-section .owl-theme .owl-dots .owl-dot.active span {
    background: #1a73e8;
    /* Active color matching button */
    width: 20px;
    /* Elongate active dot */
}

/* Hide navigation arrows (optional, as the original design doesn't show them) */
.expert-care-section .owl-theme .owl-nav {
    display: none;
}


/* --- Responsiveness (Media Queries) --- */

/* Tablet and larger phones (from 600px) */
@media (min-width: 600px) {
    .expert-care-section .section-header h2 {
        font-size: 3rem;
    }
}

/* Desktop (from 1024px) */
@media (min-width: 1024px) {
    .expert-care-section .section-header h2 {
        font-size: 3.5rem;
    }
}

/*five section end*/


/*six css start*/

/* --- Section Styling --- */
.quick-links-section {
    position: relative;
    color: #fff;
    /* Text color for the section */
    background-color: #0c203b;
    background-image: url('../images/home/navigate_bg_img.png');
    /* Replace with your actual background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.quick-links-section .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(12, 32, 59, 0.85); */
    z-index: 1;
}

.quick-links-section .container {
    position: relative;
    /* Bring container above the overlay */
    z-index: 2;
}

.quick-links-section .section-title {
    margin-bottom: 40px;
    color: #fff;
    /* Light, subtle white color */
}

/* --- Grid/Layout Styling (The Core of Responsiveness) --- */
.quick-links-section .links-grid {
    display: flex;
    flex-wrap: wrap;
    /* Allows cards to wrap to the next line on smaller screens */
    gap: 20px;
    /* Space between the cards */
    justify-content: center;
    /* Center the grid items */
}

/* --- Card Styling --- */
.quick-links-section .link-card {
    background-color: #EDF9FF;
    /* Light background for the card */
    color: #1C355E;
    /* Dark text inside the card */
    padding: 40px 20px;
    border-radius: 10px;
    flex: 1 1 250px;
    /* Flex-grow, Flex-shrink, Flex-basis: Ensures a minimum width and lets them grow/shrink */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.quick-links-section .link-card:hover {
    transform: translateY(-5px);
    /* Subtle lift effect on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.quick-links-section .icon-circle {
    background-color: #1a73e8;
    /* Blue color for the circle */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

/* Icon Placeholder Styling (Use if not using Font Awesome) */
.quick-links-section .icon-placeholder {
    font-size: 30px;
    line-height: 1;
    color: white;
    background-color: #fff;
    border-radius: 50px;
}

.quick-links-section .card-text {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
    flex-grow: 1;
    /* Pushes the 'KNOW MORE' to the bottom */
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    color: #1C355E;
    font-family: 'Cormorant Garamond', serif;
}

.quick-links-section .know-more-link {
    color: #1C355E;
    /* Blue link color */
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid #1C355E;
    /* Underline effect */
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    overflow: hidden;
}

.quick-links-section .know-more-link span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.quick-links-section .know-more-link:hover span {
    transform: scale(1.1);
}

/* --- Responsiveness (Media Queries) --- */

/* Tablet view (2 cards per row) */
@media (max-width: 900px) {
    .quick-links-section .link-card {
        flex: 1 1 calc(50% - 20px);
        /* Two cards per row with gap */
        max-width: calc(50% - 20px);
    }
}

/* Mobile view (1 card per row) */
@media (max-width: 600px) {


    .quick-links-section .section-title {
        font-size: 2em;
    }

    .quick-links-section .link-card {
        flex: 1 1 100%;
        /* One card per row */
        max-width: 100%;
        min-height: auto;
    }
}

/*six css end*/

/*eight section css start*/
/* --- Global Styles for the Section --- */
.team-section {
    background-color: #EDF9FF;
    /* Light blue background for the entire section */
    color: #1a2a47;
    /* Dark text color */
}

/* --- Header & Introduction Styling --- */
.team-section .team-header {
    margin: 0 auto 60px auto;
    position: relative;
    text-transform: capitalize;
}

.team-section .team-title {
    margin-bottom: 20px;
    color: #000;
}

.team-section .explore-more {
    text-decoration: none;
    font-size: 16px;
    color: #1C355E;
    letter-spacing: 1px;
    padding-top: 5px;
    border-bottom: 1px solid #1C355E;
    padding-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
/*    overflow: hidden;*/
}

.team-section .explore-more span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.team-section .explore-more:hover span {
    transform: scale(1.1);
}

.team-inner-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-section .team-intro {
    line-height: 1.6;
    color: #363636;
    /* Slightly lighter text for the intro */
}

/* Bolding within the intro text (optional but good practice) */
.team-section .team-intro strong {
    font-weight: 600;
    color: #1a2a47;
}


/* --- Team Members Grid (Desktop First) --- */
.team-section .team-members {
    display: grid;
    /* On desktop, create 3 equal columns */
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto 50px auto;
}

.team-section .team-member-card {
    background-color: white;
    border-radius: 8px;
    /* Slight rounding, though not clear in the image */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* Very subtle shadow if needed */
    overflow: hidden;
    /* Ensures image doesn't overflow */
    display: flex;
    flex-direction: column;
}

.team-section .team-member-card a {
    text-decoration: none;
    position: relative;

}

.team-section .member-image-container {
    width: 100%;
    /* Keep aspect ratio consistent (e.g., 4:3) */
    padding-top: 133.33%;
    /* 3/4 = 75% for 4:3, 100% for 1:1, use a ratio that matches the image */
    position: relative;
    overflow: hidden;
}

.team-section .member-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures image covers the container without distortion */
    display: block;
}

/* Styling for the Blue Background Image (Anjelica Wright) */
.team-section .member-image-blue-bg {
    background-color: #007bff;
    /* Bright blue background */
}

.team-section .member-info {
    padding: 30px 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.team-section .member-name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1C355E;
    font-family: 'Cormorant Garamond', serif;
}

.team-section .member-role {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    /* Lighter color for the role */
    font-family: 'Karla', sans-serif;
}

/* --- Footer & Button Styling --- */
.team-section .team-footer {
    text-align: center;
}

.team-section .know-more-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #1C355E;
    color: #1C355E;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    /* Slight rounding for the button */
    transition: background-color 0.3s, color 0.3s;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
}

.team-section .know-more-btn:hover {
    background-color: #1a2a47;
    color: white;
}


/* --- Responsiveness (Tablet/Mobile) --- */
@media (max-width: 992px) {
    .team-section .team-members {
        /* On tablet, switch to 2 columns */
        grid-template-columns: repeat(2, 1fr);
    }

    .team-section .explore-more {
        display: none;
    }
}

@media (max-width: 600px) {
    .team-section .team-members {
        /* On mobile, stack cards in a single column */
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-inner-sec {
        flex-direction: column;
    }

    .team-section .team-title {
        font-size: 30px;
    }
}

/*eight section css end*/


/*nine section css start*/
.blogs-section {
    text-align: center;
    background-color: #fff;
}

.blogs-section .section-title {
    color: #1C355E;
    margin-bottom: 50px;
    text-transform: capitalize;
    /* Optional: Slight letter spacing to match the refined look */
    letter-spacing: 0.5px;
    font-weight: 400;
    /* Lighter weight for the main title */
}

/* --- Blog Cards Layout (Responsive Grid) --- */
.blogs-section .blog-cards-container {
    display: grid;
    /* Allows 3 cards on wide screens, dropping to 2, then 1 as needed */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 0 auto 40px auto;
}

/* --- Individual Card Styling --- */
.blogs-section .blog-card {
    background-color: #fff;
    border-radius: 10px;
    /* No visible rounded corners in the image */
    overflow: hidden;
    /* Subtle vertical shadow to match the light lift */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.blogs-section .blog-image-wrapper {
    flex-shrink: 0;
    height: 200px;
    overflow: hidden;
}

.blogs-section .blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-section .blog-content {
    background-color: #EDF9FF;
    /* The distinct light background color */
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border: none !important;
}

.blog-top {
    padding: 20px;
    border-bottom: 2px solid #fff;
}

.blog-bottom {
    padding: 20px;
}

.blogs-section .blog-title {
    font-size: 20px;
    color: #1C355E;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Karla', sans-serif;
}

.blogs-section .blog-excerpt {
    font-size: 16px;
    color: #363636;
    line-height: 1.5;
    flex-grow: 1;
    font-family: 'Karla', sans-serif;
}

.blogs-section .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #363636;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.blogs-section .blog-actions {
    display: flex;
    gap: 12px;
}

.blogs-section .action-icon {
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--primary-blue);
    /* Matching icon color */
    transition: color 0.2s;
}

/* --- Read More Button Styling --- */
.blogs-section .read-more-btn {
    display: block;
    /* Use block to occupy full width */
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1C355E;
    /* Unique styling: thin, light blue border and round shape */
    border: 1px solid #1C355E;
    border-radius: 50px;
    /* Highly rounded corners */
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Karla', sans-serif;
}

.blogs-section .read-more-btn:hover {
    background-color: #1C355E;
    color: #fff;
}

/* --- Explore More Button Styling --- */
.blogs-section .explore-more-btn {
    display: inline-block;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #1C355E;
    border-radius: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Karla', sans-serif;
}

.blogs-section .explore-more-btn span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.blogs-section .explore-more-btn:hover span {
    transform: scale(1.1);
}
.share-icon {
    color: #000;
    cursor: pointer;
}
.share-wrap{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* main share icon */
.share_on_icon{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* icons wrapper */
.share_on_icon{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  opacity: 0;
    visibility: hidden;
        position: absolute;
    bottom: -17px;
    right: 0;
}
.share_on_icon i{
    color: #000;
}
/* hide all icons by default */

/* show icons when hover share-wrap */
.share-wrap .st_sharethis:hover .share_on_icon{
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

/*nine section end*/

/* ten section css start */
/* Container for Centering */


/* Section Styling */
.faq-section {
    background-color: #EDF9FF;
}

/* Heading Styling */
.faq-section h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #363636;
}

/* Accordion Container */

/* Accordion Item Styling */
.faq-section .accordion-item {
    border-bottom: 1px solid #DCDCDC;
}

.faq-section .accordion-item:last-child {
    border-bottom: none;
}

/* Header/Question Styling */
.faq-section .accordion-header .accordion-button{
    padding: 20px 0px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    font-size: 18px;
    color: #363636;
    justify-content: space-between;
    align-items: center;
    transition: background-color var(--transition-speed);
    font-family: 'Karla', sans-serif;
}


/* Arrow icon (Closed State) */
.faq-section .accordion-header .accordion-button::after {
    content: '▾';
    /* Down arrow */
    font-size: 1.5em;
    line-height: 1;
    margin-left: 10px;
    transition: transform var(--transition-speed);
    /* Crucial for rotation */
}

/* Active State Styling */


/* Arrow icon (Open State) - FIX: Rotate 180 degrees */


.faq-section .accordion-content p {
    padding: 0 0px 18px;
    margin: 0;
    font-weight: 400;
    color: #363636;
    max-width: 90%;
}

/* --- Responsiveness --- */
@media (max-width: 768px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-section h2 {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .faq-section .accordion-header {
        padding: 15px 0px;
        font-size: 0.95em;
    }

    .faq-section .accordion-content p {
        padding: 0 20px 15px;
    }
}

/*ten section css end*/

/*eleven css start*/

.testimonial-section .container {
    padding: 0 15px;
    width: 100%;
}

/* --- Testimonial Section Styling --- */
.testimonial-section {
    /* *** Background Image URL Fix *** */
    background: url('../images/patient-review-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

/* Dark blue overlay matching the image */


.testimonial-section h2 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    /* Larger font size */
    font-weight: 300;
    /* Light font weight */
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

/* --- Testimonial Item Styles --- */
.testimonial-section .testimonial-slider .item {
    text-align: center;
    color: #fff;
    padding: 0 18%;
    margin: 0 auto;
}

/* Quote Icon - Matches the small, subtle, centered icon in the image */
.testimonial-section .quote-icon {
    font-size: 7rem;
    /* Smaller than before */
    line-height: 1;
    color: #fff;
    font-weight: 600;
    opacity: 0.8;
    /* Solid, but not too harsh */
    display: block;
    margin: 0;
}

/* Main Testimonial Text - Using the serif font */
.testimonial-section .testimonial-text {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 200;
    margin: 0 auto 40px;
    color: #fff;
    font-family: 'Karla', sans-serif;
}

/* --- Client Info Layout (Horizontal) --- */
.testimonial-section .client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the entire block */
    margin-top: 20px;
}

.testimonial-section .client-photo {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.testimonial-section .client-details {
    text-align: left;
}

.testimonial-section .client-name {
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    font-family: 'Karla', sans-serif;
}

.testimonial-section .client-title {
    font-size: 18px;
    color: #fff;
    font-family: 'Karla', sans-serif;
}


/* --- Owl Carousel Navigation (Arrows) --- */
.testimonial-section .testimonial-slider.owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
}

.testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-prev,
.testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    font-size: 2.5rem;
    /* Slightly smaller arrows */
    line-height: 1;
    background: none;
    color: #fff;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-prev {
    left: 100px;
}

.testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-next {
    right: 100px;
}

/* Hide dots (not visible in your image) */
.testimonial-section .testimonial-slider.owl-theme .owl-dots {
    display: none;
}


/* --- Responsiveness (Media Queries) --- */
@media (max-width: 992px) {
    .testimonial-section h2 {
        font-size: 2.5rem;
        margin-bottom: 0px;
    }

    .testimonial-section .testimonial-text {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .testimonial-section .testimonial-slider .item {
        padding: 0 5%;
    }

    .testimonial-section .testimonial-slider.owl-theme .owl-nav {
        display: none;
        /* Hide arrows on smaller screens */
    }
}

@media (max-width: 576px) {
    .testimonial-section .testimonial-section {
        min-height: 400px;
    }

    .testimonial-section h2 {
        font-size: 1.8rem;
    }

    .testimonial-section .testimonial-text {
        font-size: 1.1rem;
        margin: 15px auto 25px;
    }

    .testimonial-section .client-info {
        flex-direction: column;
    }

    .testimonial-section .client-photo {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .testimonial-section .client-details {
        text-align: center;
    }
}

/*eleven section css end*/

/*tweleve section css start*/

/* --- Section Container --- */

.conatct-us {
    background-color: #fff !important;
}

.contact-section .contact-container {
    display: flex;
    overflow: hidden;
    gap: 30px;
}

/* --- Left Side: Form Styling --- */
.contact-section .contact-form-wrapper {
    background-color: #1C355E;
    color: #ffffff;
    border-radius: 10px;
    padding:20px 30px;
    width:35%;
}

.contact-section .heading {
    color: #1C355E;
    padding-bottom: 40px;
}

.contact-section .form-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
    padding: 0;
    text-align: left;
}

.contact-map-wrapper .map-wrapper,
.contact-map-wrapper .map-box {
    height: 100%;
}

.contact-section .form-group {
    margin-bottom: 10px;
}

.contact-section .sr-only {
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #EDF9FF;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
}

.contact-section input[type="text"],
.contact-section input[type="tel"],
.contact-section input[type="email"],
.contact-section textarea {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'Karla', sans-serif;
}

.contact-section input::placeholder,
.contact-section textarea::placeholder {
    color: #fff;
    font-size: 12px;
    font-family: 'Karla', sans-serif;
}

.contact-section textarea {
    resize: vertical;
}

/* File Upload Styling */
/*.contact-section .file-upload-group {
    border: 1px solid #4a5d84;
    background-color: transparent;
    border-radius: 4px;
    padding: 12px;
}*/
.form-control:focus {
    background: transparent;
    color: #fff;
}

.contact-section .file-upload-group label {
    background-color: transparent;
}

.contact-section .file-upload-group {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-section .file-upload-group input[type="file"] {
    display: none;
}

/* NEW: Icon Styling */
.contact-section .upload-icon {
    font-size: 1.2em;
    color: #9da9c7;
    margin-right: 8px;
}

.contact-section .upload-text {
    background-color: #1a233b;
    padding: 6px 15px;
    border-radius: 4px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
}

.contact-section .file-name-display {
    color: #9da9c7;
    font-size: 0.9em;
}

/* Checkbox Styling */
.contact-section .checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    font-family: 'Karla', sans-serif;
    flex-wrap: wrap;
}

.contact-section .checkbox-group input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    accent-color: #38769f;
}

.contact-section .checkbox-group label {
    width: 90%;
}

.contact-section .privacy-link {
    color: #9da9c7;
    text-decoration: underline;
    font-family: 'Karla', sans-serif;
}

/* Submit Button */
.contact-section .form-group input[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #238DC1;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
}

/*.contact-section .form-group input[type="submit"] {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}
.contact-section .form-group input[type="submit"]:hover{
    transform: scale(1.1);
}*/

/* Validation Error Message */
.contact-section .error-message {
    color: #ffcccc;
    font-size: 0.85em;
    margin-top: 5px;
    height: 1.2em;
}

/* --- Right Side: Map Styling --- */
.contact-section .contact-map-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    width: 65%;
}

iframe {
    width: 100%;
    border-radius: 10px;
}

.contact-section .map-placeholder {
    flex-grow: 1;
    background-color: #e8e8e8;
    /* Default background for map placeholder */
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
}

/* Map Controls Simulation */
.contact-section .map-controls {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
}

.contact-section .map-tab {
    padding: 5px 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0.9em;
}

.contact-section .map-tab.active {
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Map Content Simulation (for visual effect) */
.contact-section .map-content-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Ensures simulation overlay fits map container */
}

.contact-section .map-info-window-1,
.contact-section .map-info-window-2 {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    font-size: 0.8em;
    line-height: 1.3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.contact-section .map-info-window-1 {
    top: 35%;
    left: 30%;
    transform: translate(-50%, -100%);
}

.contact-section .map-info-window-2 {
    top: 55%;
    right: 15%;
    transform: translate(50%, -100%);
}


/* Address Cards */
.contact-section .address-cards {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: space-between;
}

.contact-section .address-card {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #1C355E;
    border-radius: 50px;
    background-color: transparent;
    font-size: 15px;
    color: #1C355E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Karla', sans-serif;
    cursor: pointer;
}

.contact-section .address-card:hover,
.contact-section .address-card.active {
    background-color: #EDF9FF;
}

.contact-section .location-icon {
    font-size: 1.5em;
    color: #e53935;
    margin-right: 10px;
}

.contact-section .location-icon img {
    width: 20px;
}

/* --- Responsiveness --- */
@media (max-width: 900px) {
    .contact-section .contact-container {
        flex-direction: column;
    }

    .contact-section .contact-form-wrapper {
        padding: 30px;
        width: 100%;
    }

    .contact-section .contact-map-wrapper {
        padding: 0;
        width: 100%;
    }

    .contact-section .map-placeholder {
        min-height: 350px;
    }

    
}

/*tweleve section css end*/

.cta-block .surgery-quote-button{
    padding: 0;
}


.content-image-box h2,.content-image-box p,.content-image-box ul{
        display: none;
    }
    .desktop-view{
        display: block;
    }
    .mobile-view{
        display: none;
    }

/*extra media query*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .navbar-brand {
        margin-right: 0;
    }

    .main-nav-bar .nav-link {
        font-size: 14px;
    }

    .book-appointment-btn {
        font-size: 14px;
    }

    .hero-section .main-title {
        font-size: 60px;
    }
    .foot-surgery-cost-section .main-title span{
        font-size: 72px;
    }

    .section-heading {
        font-size: 42px !important;
    }

    .foot-ankle-section .stat-label {
        font-size: 16px;
    }

    .foot-ankle-section .stat-number {
        font-size: 46px;
    }

    .testimonial-section .testimonial-text {
        font-size: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .hero-section .main-title {
        font-size: 60px;
    }
    .foot-surgery-cost-section .main-title span{
        font-size: 75px;
    }

    .text-content h2 {
        font-size: 22px;
    }

    .button-list .new-btn {
        font-size: 16px;
        width: 160px;
    }

    .section-heading {
        font-size: 32px !important;
    }

    .foot-ankle-section .stat-number {
        font-size: 40px;
    }

    .foot-ankle-section .stat-label,
    .foot-ankle-section .stat-detail {
        font-size: 14px;
    }
    
    

}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .content-image-box h2,.content-image-box p,.content-image-box ul{
        display: none;
    }

    .foot-ankle-section .stat-label {
        font-size: 18px;
    }

    .foot-surgery-cost-section .text-content-container {
        flex-direction: column;
    }
    
    .hero-section{
        height: 55vh;
    }
    .hero-section .main-title{
        font-size: 80px;
        width: 80%;
    }
    br{
        display: none;
    }
    .inner-blue-box{
        flex-wrap: nowrap;
        padding: 0;
        gap: 35px;
    }
    .button-list{
        width: 50%;
        flex-direction: column;
    }
    .inner-blue-box .text-content{
        width: 50%;
        text-align: left;
    }
    .text-content h2{
        text-align: left;
    }
        .button-list li {
        text-align: right;
    }
    .button-list .new-btn{
        width: 80%;
    }

    .foot-ankle-section .lead {
        font-size: 16px;
    }
        .section-heading,.foot-surgery-cost-section .main-title, .foot-surgery-cost-section .main-title span {
        font-size: 32px !important;
    }
    .third-foot-ankle-section .content-text ul{
        width: 100%;
    }
    .third-foot-ankle-section .content-text ul{
        font-size: 16px;
    }
        .foot-surgery-cost-section .description {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: left;
    }
    .section-para{
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .quick-links-section .section-title, .faq-section h2{
        margin-bottom: 1rem !important;
    }
    .quick-links-section .card-text {
        font-size: 16px !important;
        line-height: 22px !important;
    }
        .quick-links-section .know-more-link {
        font-size: 16px !important;
    }
    .team-section .team-members,.blogs-section .blog-cards-container{
        grid-template-columns: repeat(1, 1fr);
    }
        .testimonial-section .testimonial-slider.owl-theme .owl-nav {
        display: block;
    }
    .testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-next {
    right: 0;
}
.map-box iframe{
    height: 400px;
}
.desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .third-foot-ankle-section .content-details{
        flex-direction: column-reverse;
    }
.third-foot-ankle-section .content-image-box{
    flex-basis: 100%;
}
.third-foot-ankle-section .content-text {
    flex: auto;
}
.third-foot-ankle-section .content-text h2{
    display: block !important;
}
.foot-surgery-cost-section .text-content-container{
    align-items: left;
}
}

@media (max-width: 767px) {
    .testimonial-section .client-name {
        font-size: 22px;
    }
    .hero-slide-desktop{
        display: none;
    }
    .content-image-box h2,.content-image-box p,.content-image-box ul{
        display: none;
    }
    .hero-slide-mobile{
        display: block;
    }

    .foot-ankle-section .stat-number {
        font-size: 28px;
    }
    .video-wrapper iframe{
        height: 300px;;
    }

    .inner-blue-box .text-content h2{
        font-size: 20px;
        text-align: left;
    }
    .inner-blue-box{
        flex-wrap: nowrap;
        padding: 0;
        gap: 10px;
    }
    .button-list .new-btn{
        font-size: 12px ;
        padding: 10px 8px;
        width: 150px;
    }
    .button-list{
        width: 50%;
        flex-direction: column;
    }
    .foot-ankle-section{
        padding: 0 !important;
    }
    .team-section .team-title{
        margin-bottom: 0;
    }
    .hero-section .welcome-text,.hero-section .description-text{
        font-size: 14px;
    }
    .testimonial-section .quote-icon{
        line-height: 75px;
    }
    .testimonial-section .testimonial-slider.owl-theme .owl-nav{
        display: block;
    }
    .testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-prev {
    left: -5px;
}
.testimonial-section .testimonial-slider.owl-theme .owl-nav .owl-next {
    right: -5px;
}
    .faq-section .accordion-content p {
        padding: 0 0px 15px;
    }
    
    .blue-box-container {
    background-image: url('../images/home/blue-box-mob.png');
}
.desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .blue-box-sec{
        padding: 40px 15px !important;
    }
    .map-box iframe{
        height: 300px;
    }
    .contact-section .address-card {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #1C355E;
    border-radius: 50px;
    background-color: transparent;
    font-size: 12px;
    color: #1C355E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Karla', sans-serif;
    cursor: pointer;
}

}

