.dentalabout {
    background-color: var(--color4);
    padding: 50px 0;
}

.faqsarea {
    background-color: var(--color6);
    padding: 35px 0;
}

.dentailaboutimg {
    position: relative;
}

.backdropdental {
    background-color: #F2A03D;
    position: absolute;
    right: -16px;
    bottom: 0;
    z-index: 9;
    width: 88%;
    height: 65%;
    border-radius: 5px;
}

.dentailaboutimg img {
    height: 420px;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
    z-index: 99;
}

.breadcrumb-cta {
    background-color: #fff !important;
    color: #4b4b4b !important;
    border-color: #fff !important;
    transition: all 0.3s ease;
}

.breadcrumb-cta:hover {
    background-color: #f7d61c !important; /* Yellow */
    border-color: #f7d61c !important;
    color: #000 !important;
}

.faqshead {
    text-align: center;
    /* margin: 0 0 50px; */
}

.faqshead p {
    color: #000000;
}

.dentalaboutcontent h2,
.faqshead h2 {
    font-size: 36px;
    line-height: 42px;
}

.dentalaboutcontent p {
    font-size: 18px;
    line-height: 27px;
    color: #3C4959;
}

.faqarea h3 {
    text-align: center;
    font-size: 36px;
    color: #070F5A;
    margin: 0 0 35px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #070F5A;
    color: #ffffff;
}

.accordion-button::after {
    display: none;
}

.custom-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.accordion-body {
    background-color: #FAF6E1;
}

.accordion-body p {
    color: #141414BF;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.faqshead h2 {
    margin: 0 0 20px;
    color: #070F5A;
}

/* Types Section - React Style */
.typesSlider {
    background-color: #070F5A;
    padding: 60px;
}

.typeshead {
    width: 100%;
    text-align: center;
}

.types-image {
    max-width: 1000px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.typeshead h2 {
    color: white;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
}

.typesliders {
    margin: 40px auto 0;
    max-width: 1000px;
    padding: 40px 0;
    display: block;
}

.typesliders .slick-slide {
    margin: 0 10px;
}

.typesliders .slick-list {
    margin: 0 -10px;
}

.typesliders>div {
    display: block;
}

.custom-arrow-type {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 45px !important;
    cursor: pointer;
    color: #fff;
    /* background: rgba(0,0,0,0.3); */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.custom-arrow-type:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(-50%) scale(1.1);
}

.next-arrow-type {
    right: -50px;
}

.prev-arrow-type {
    left: -50px;
}

.typesliderdata {
    background-color: var(--color6);
    border-radius: 5px;
    margin: 5px;
}

.typesliderimg img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 2px solid #FFF;
}

.typesliderimg {
    margin: 0 0 0px;
}

.typeslidercontent {
    padding: 0;
}

.typesSlidercat a {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #F2D338;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px;
    text-decoration: none;
}

.typesSlidercat a:hover {
    color: #F2D338;
    text-decoration: none;
}

/* FAQ Section - React Bootstrap Style */
.faqsarea .faqarea {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.faqsdata .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
}

.faqsdata .accordion-item {
    margin-bottom: 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.faqsdata .accordion-button {
    background: white;
    padding: 20px;
    font-weight: 400;
    color: black;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.faqsdata .accordion-button:not(.collapsed) {
    background-color: #070F5A;
    color: #ffffff;
    box-shadow: none;
}

.faqsdata .accordion-button::after {
    display: none;
}

.faqsdata .accordion-body {
    background-color: #FAF6E1;
    padding: 20px;
}

.faqsdata .accordion-body p {
    color: #141414BF;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.faq-toggle {
    font-size: 25px;
    color: #ffc107;
    margin-left: auto;
    font-weight: bold;
}

/* Old Types Section - Keep for fallback */
.types {
    padding: 60px 0;
    background: #070F5A;
    color: white;
}

.types h2 {
    text-align: center;
    font-size: 36px;
    color: white;
    margin-bottom: 50px;
    font-weight: 600;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.type-card {
    background: white;
    border-radius: 12px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.type-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.type-card h3 {
    font-size: 20px;
    color: #F2A03D;
    margin: 20px 0;
    font-weight: 600;
    padding: 0 20px;
}

/* Premium Treatment Types Section */
.new-treatment-types {
    padding: 90px 0;
    background: #070F5A;
}

.new-treatment-head {
    text-align: center;
    margin-bottom: 70px;
    max-width: 800px;
    margin-inline: auto;
}

.new-treatment-head p {
    display: inline-block;
    background: rgba(242, 160, 61, 0.1);
    color: #F2A03D;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.new-treatment-head h2 {
    font-size: 34px;
    color: #F8F9FE;
    font-weight: 700;
    line-height: 1.2;
}

.premium-treatment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.premium-treatment-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 15px;
    box-shadow: 0 15px 45px rgba(7, 15, 90, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.premium-treatment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(7, 15, 90, 0.08);
}

.pt-img-wrapper {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.pt-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.premium-treatment-card:hover .pt-img-wrapper img {
    transform: scale(1.08);
}

.pt-icon-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #070F5A;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
}

.premium-treatment-card:hover .pt-icon-badge {
    background: #F2A03D;
    transform: scale(1.1) rotate(10deg);
}

.pt-content {
    padding: 25px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pt-subtitle {
    color: #F2A03D;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.pt-content h3 {
    margin-bottom: 16px;
}

.pt-content h3 a {
    font-size: 20px;
    color: #070F5A;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.pt-content h3 a:hover {
    color: #F2A03D;
}

.pt-content p {
    font-size: 14px;
    color: #556070;
    line-height: 1.5;
    margin-bottom: 25px;
    flex: 1;
}

.pt-explore-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f2f5;
    text-decoration: none;
    color: #070F5A;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.pt-explore-link:hover {
    color: #F2A03D;
}

.pt-link-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F8F9FE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #070F5A;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pt-explore-link:hover .pt-link-arrow {
    background-color: #F2A03D;
    color: #ffffff;
    transform: scale(1.1) translateX(5px);
}


@media (max-width: 1200px) {
    .premium-treatment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .premium-treatment-grid {
        gap: 20px;
    }
    .new-treatment-head h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .new-treatment-types {
        padding: 50px 0;
    }
    
    .new-treatment-head h2 {
        font-size: 30px;
    }
    
    .premium-treatment-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
    }
    
}

@media (max-width: 576px) {
    .new-treatment-head h2 {
        font-size: 26px;
    }
    
    .pt-content h3 a {
        font-size: 22px;
    }
}


/* Dental Transformation Gallery Styles */
.dental-transformation-gallery {
    background-color: #070F5A;
    padding: 35px 0;
    padding-bottom: 100px;
}

.dental-transformation-gallery .container {
    max-width: 1300px;
    margin: 0 auto;
    /* padding: 0 15px; */
}

.dental-transformation-gallery .gallery-header {
    text-align: center;
    margin-bottom: 20px;
}

.dental-transformation-gallery .gallery-header h2 {
    font-size: 32px;
    line-height: 42px;
    color: white;
    /* margin-bottom: 10px; */
}

.dental-transformation-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 22px;
    margin-top: 20px;
}

.dental-transformation-gallery .gallery-item {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}

.dental-transformation-gallery .gallery-item .gallery-card-img {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.dental-transformation-gallery .gallery-item .gallery-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in;
}

.dental-transformation-gallery .gallery-item:hover .gallery-card-img img {
    transform: scale(1.03);
}

/* Responsive Design for Dental Transformation Gallery */
@media (max-width: 992px) {
    .dental-transformation-gallery .gallery-header h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .dental-transformation-gallery .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .dental-transformation-gallery {
        padding: 30px 0;
    }

    .dental-transformation-gallery .gallery-header h2 {
        font-size: 28px;
    }

    .dental-transformation-gallery .gallery-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .dental-transformation-gallery .gallery-item img {
        object-fit: contain;
    }
}

@media (max-width: 576px) {
    .dental-transformation-gallery {
        padding: 20px 0;
    }

    .dental-transformation-gallery .gallery-header h2 {
        font-size: 24px;
    }
}

/* Dental Tourism Gallery Custom Styles */
.dental-tourism-gallery {
    background-color: #070F5A;
    padding: 40px 0;
}

.dental-tourism-gallery .container {
    max-width: 1400px;
    margin: 0 auto;
}

.dental-tourism-gallery .gallery-header {
    text-align: center;
    margin-bottom: 30px;
}

.dental-tourism-gallery .gallery-header h2 {
    font-size: 32px;
    line-height: 42px;
    color: white;
}

.dental-tourism-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1350px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .dental-tourism-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.dental-tourism-gallery .gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dental-tourism-gallery .gallery-item .gallery-card-img {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}

.dental-tourism-gallery .gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid #fff;
}

.dental-tourism-gallery .gallery-item p {
    color: #F2D338;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .dental-tourism-gallery {
        padding: 30px 0;
    }

    .dental-tourism-gallery .gallery-header h2 {
        font-size: 28px;
    }

    .dental-tourism-gallery .gallery-item img {
        height: 200px;
    }
}

/* Who is Makeover For Section */
.who-is-makeover-for-section {
    padding: 60px 0 20px 0;
    background-color: #ffffff;
}

.makeover-for-head {
    text-align: center;
    margin-bottom: 40px;
}

.makeover-for-head h2 {
    font-size: 36px;
    color: #070F5A;
    margin-bottom: 15px;
}

.makeover-for-head p {
    font-size: 18px;
    color: #3C4959;
    line-height: 27px;
}

.makeover-for-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.makeover-list-item {
    background-color: #FAF6E1;
    border-radius: 50px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #F2A03D;
    transition: all 0.3s ease;
}

.makeover-list-item:hover {
    background-color: #F2A03D;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(242, 160, 61, 0.3);
}

.makeover-list-item:hover .item-text {
    color: #ffffff;
}

.check-icon {
    color: #F2A03D;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.makeover-list-item:hover .check-icon {
    background-color: #ffffff;
    color: #F2A03D;
}

.item-text {
    font-size: 17px;
    font-weight: 500;
    color: #070F5A;
    transition: color 0.3s ease;
}

.makeover-for-footer {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}

.makeover-for-footer p {
    font-size: 18px;
    color: #3C4959;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .makeover-for-head h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .who-is-makeover-for-section {
        padding: 40px 0 10px 0;
    }

    .makeover-for-head h2 {
        font-size: 28px;
    }

    .makeover-list-item {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .makeover-for-head h2 {
        font-size: 24px;
    }
}

/* Why Choose IDS Section */
.why-choose-ids-section {
    padding: 70px 0;
    background-color: var(--color6);
    color: #070F5A;
}

.why-choose-head {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose-head h2 {
    font-size: 38px;
    color: #070F5A;
    font-weight: 600;
}

.why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.why-choose-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(242, 160, 61, 0.3);
    border-radius: 12px;
    padding: 30px 25px;
    width: calc(33.333% - 17px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 250px;
}

.why-choose-item:hover {
    background-color: rgba(242, 160, 61, 0.1);
    border-color: #F2A03D;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.choose-icon-box {
    width: 70px;
    height: 70px;
    background-color: #F2A03D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(242, 160, 61, 0.4);
    transition: transform 0.3s ease;
}

.why-choose-item:hover .choose-icon-box {
    transform: scale(1.1);
}

.choose-content h3 {
    font-size: 20px;
    color: #F2A03D;
    margin-bottom: 12px;
    font-weight: 600;
}

.choose-content p {
    font-size: 16px;
    color: #070F5A;
    line-height: 24px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .why-choose-item {
        width: calc(50% - 13px);
    }

    .why-choose-head h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .why-choose-ids-section {
        padding: 50px 0;
    }

    .why-choose-head h2 {
        font-size: 28px;
    }

    .why-choose-item {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    .why-choose-head h2 {
        font-size: 24px;
    }
}

/* Clinic Location Section CTAs */
.clinic-location-section {
    padding: 60px 0;
}

.clinic-location-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.btn-location-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 250px;
}

.btn-primary-cta {
    background-color: #070F5A;
    color: #ffffff;
    border: 2px solid #070F5A;
    box-shadow: 0 4px 15px rgba(7, 15, 90, 0.2);
}

.btn-primary-cta:hover {
    background-color: transparent;
    color: #070F5A;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(7, 15, 90, 0.3);
}

.btn-secondary-cta {
    background-color: #F2A03D;
    color: #ffffff;
    border: 2px solid #F2A03D;
    box-shadow: 0 4px 15px rgba(242, 160, 61, 0.2);
}

.btn-secondary-cta:hover {
    background-color: transparent;
    color: #F2A03D;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(242, 160, 61, 0.3);
}

@media (max-width: 768px) {
    .clinic-location-cta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-location-cta {
        width: 100%;
        max-width: 300px;
    }
}

/* Treatment Process Section */
.treatment-process-section {
    padding: 60px 0;
    background-color: var(--color6);
}

.process-head {
    text-align: center;
    margin-bottom: 50px;
}

.process-head h2 {
    font-size: 36px;
    color: #070F5A;
}

.process-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    width: 2px;
    background-color: #F2A03D;
    z-index: 1;
}

.process-step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #F2A03D;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    border: 4px solid var(--color6);
    box-shadow: 0 4px 10px rgba(242, 160, 61, 0.3);
}

.step-content {
    background-color: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    margin-left: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    flex-grow: 1;
    position: relative;
    transition: all 0.3s ease;
}

.step-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
}

.process-step:hover .step-content {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-color: #F2A03D;
}

.step-content h3 {
    font-size: 22px;
    color: #070F5A;
    margin-bottom: 12px;
}

.step-content p {
    font-size: 16px;
    color: #3C4959;
    line-height: 26px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .process-head h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .treatment-process-section {
        padding: 40px 0;
    }

    .process-head h2 {
        font-size: 28px;
    }

    .process-timeline::before {
        left: 35px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .step-content {
        margin-left: 20px;
        padding: 20px;
    }

    .step-content::before {
        top: 10px;
    }

    .step-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .process-head h2 {
        font-size: 24px;
    }

    .process-timeline::before {
        display: none;
    }

    .process-step {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .step-number {
        margin-bottom: 15px;
    }

    .step-content {
        margin-left: 0;
        width: 100%;
    }

    .step-content::before {
        display: none;
    }
}

/* Treatment Includes Section */
.treatment-includes-section {
    padding: 60px 0;
    background-color: var(--color4);
}

.treatment-includes-head {
    text-align: center;
    margin-bottom: 40px;
}

.treatment-includes-head h2 {
    font-size: 36px;
    color: #070F5A;
    margin-bottom: 15px;
}

.treatment-includes-head p {
    font-size: 18px;
    color: #3C4959;
    line-height: 27px;
}

.treatment-boxes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.treatment-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.treatment-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #F2A03D;
}

.treatment-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #070F5A;
}

.treatment-includes-footer {
    text-align: center;
    margin-top: 40px;
}

.treatment-includes-footer p {
    font-size: 18px;
    color: #3C4959;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .treatment-includes-head h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .treatment-includes-section {
        padding: 40px 0;
    }

    .treatment-includes-head h2 {
        font-size: 28px;
    }

    .treatment-boxes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .treatment-boxes-grid {
        grid-template-columns: 1fr;
    }

    .treatment-includes-head h2 {
        font-size: 24px;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .dentailaboutimg img {
        height: 400px;
    }

    .dentalaboutcontent h2,
    .faqshead h2,
    .faqarea h3,
    .types h2,
    .typeshead h2 {
        font-size: 32px;
        margin-top: 40px;
        text-align: center;
    }

    .dentalaboutcontent p {
        text-align: center;
    }

    .faqshead {
        margin: 0 0 30px;
    }

    .types-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .typesliders {
        padding: 50px;
    }

    .typeshead h2 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .typesliderimg img {
        height: 270px;
    }

    .typesSlidercat a {
        font-size: 20px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .dentailaboutimg img {
        height: 350px;
    }

    .backdropdental {
        width: 70%;
        height: 60%;
        right: -10px;
        bottom: -10px;
    }

    .dentalaboutcontent h2,
    .faqshead h2,
    .faqarea h3,
    .types h2,
    .typeshead h2 {
        font-size: 28px;
        margin-top: 30px;
    }

    .faqsarea,
    .dentalabout,
    .types,
    .typesSlider {
        padding: 30px 0;
    }

    .faqsdata .accordion-button {
        padding: 15px;
        padding-right: 50px;
    }

    .faqsdata .accordion-body {
        padding: 15px;
    }

    .typeshead h2 {
        font-size: 34px;
        line-height: 35px;
        margin-bottom: 0px;
    }

    .typesliderimg img {
        height: 280px;
    }

    .typesSlidercat a {
        font-size: 21px;
        padding: 18px;
        line-height: 25px;
    }

    /* Arrows logic for tablet */
    .custom-arrow-type {
        font-size: 30px !important;
        width: 45px;
        height: 45px;
    }

    .prev-arrow-type {
        left: -20px;
    }

    .next-arrow-type {
        right: -20px;
    }
}

@media (max-width: 576px) {
    .dentailaboutimg img {
        height: 335px;
    }

    .backdropdental {
        width: 80%;
        height: 50%;
        right: 0;
        bottom: 0;
    }

    .dentalaboutcontent h2,
    .faqshead h2,
    .faqarea h3,
    .types h2,
    .typeshead h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
    }

    .faqshead {
        margin: 0 0 20px;
    }

    .faqsarea,
    .dentalabout,
    .types,
    .typesSlider {
        padding: 20px 0;
    }

    .typeshead h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .types-image {
        padding: 0 35px;
    }

    .typesliderimg img {
        height: 220px;
    }

    /* Arrows logic for mobile */
    .custom-arrow-type {
        font-size: 24px !important;
        width: 35px;
        height: 35px;
    }

    .prev-arrow-type {
        left: 0px;
    }

    .next-arrow-type {
        right: 0px;
    }

    .typesSlidercat a {
        font-size: 18px;
        padding: 10px;
        line-height: 25px;
    }
}