body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

    
        /* Banner */
        .treatment-page-banner {
            background: linear-gradient(rgba(0, 40, 85, 0.7), rgba(0, 40, 85, 0.7)), url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?w=1600&q=80');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            color: white;
            text-align: center;
        }

        .treatment-page-banner h1 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .treatment-breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
            justify-content: center;
        }

        .treatment-breadcrumb-item,
        .treatment-breadcrumb-item a {
            color: white;
        }

        /* Hero Section */
        .treatment-hero-section {
            background-color: #ffffff;
            padding: 70px 0;
        }

        .treatment-hero-img {
            max-width: 105%;
            border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
            /* height: 500px;
            width: 500px;
            object-fit: cover; */
            border: 4px solid #5bc0de;
        }

        .treatment-hero-section h2 {
            color: #002855;
            font-weight: 600;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .treatment-hero-section p {
            color: #666;
            line-height: 1.8;
        }

        .btn-main {
            background-color: #002855;
            color: white;
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
        }

        .btn-main:hover {
            background-color: #003d7a;
            color: white;
        }

        /* Info Section */
        .treatment-info-section {
            background-color: #f0f8ff;
            padding: 60px 0;
            text-align: center;
        }

        .treatment-info-section h3 {
            color: #002855;
            font-weight: 600;
            font-size: 28px;
            margin-bottom: 20px;
        }

        .treatment-info-section p {
            color: #666;
            line-height: 1.8;
        }

        /* Treatments Cards Section */
        .treatment-cards-section {
            background-color: #002855;
            padding: 80px 0;
            color: #ffffff;
        }

        .treatment-cards-section h3 {
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 32px;
        }

        .treatment-cards-section .subtitle-text {
            color: #d6e6ff;
            margin-bottom: 40px;
            font-size: 16px;
        }

        .treatment-service-card {
            background-color: #ffffff;
            color: #000;
            border-radius: 10px;
            padding: 15px;
            height: 100%;
            transition: transform 0.3s ease;
        }

        .treatment-service-card:hover {
            transform: translateY(-5px);
        }

        .treatment-service-card img {
            border-radius: 8px;
            width: 100%;
            height: 180px;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .treatment-service-card h6 {
            font-weight: 600;
            color: #002855;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .treatment-service-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }


        /* Final CTA */
        .treatment-final-cta {
            background: #f0f8ff;
            padding: 60px 0;
            text-align: center;
        }

        .treatment-final-cta h4 {
            color: #002855;
            font-weight: 600;
            font-size: 28px;
            margin-bottom: 15px;
        }

        .treatment-final-cta p {
            color: #666;
            line-height: 1.8;
        }

        /* FAQ Section */
        .treatment-faq-section {
            padding: 60px 0;
        }

        .treatment-faq-title {
            font-size: 32px;
            font-weight: 600;
            color: #002855;
            margin-bottom: 30px;
        }

        .treatment-accordion-button {
            box-shadow: none !important;
            background-color: #f1f1f1 !important;
            color: #002855 !important;
            font-weight: 500;
        }

        .treatment-accordion-button:not(.collapsed) {
            background-color: #d4d4d4 !important;
        }

        .treatment-accordion-item {
            background-color: #fff;
            border: none;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
        }

        .treatment-accordion-body {
            background-color: #f9f9f9;
            color: #666;
            line-height: 1.8;
        }

        /* Other Pages Cards */
        .treatment-other-pages {
            margin-top: 50px;
        }

        .treatment-other-pages h3 {
            color: #002855;
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 30px;
        }

        .treatment-page-card {
            height: 100%;
            border: none;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .treatment-page-card:hover {
            transform: translateY(-5px);
        }

        .treatment-card-img-top {
            height: 200px;
            object-fit: cover;
        }

        .treatment-card-body {
            padding: 20px;
        }

        .treatment-card-title {
            font-size: 18px;
            font-weight: 600;
            color: #002855;
            margin-bottom: 10px;
        }

        .treatment-card-text {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }