@font-face {
    font-family: 'YekanBakh';
    src: url('fonts/YekanBakhEN05Medium.eot');
    src: url('fonts/YekanBakhEN05Medium.eot') format('embedded-opentype'),
        url('fonts/YekanBakhEN05Medium.woff2') format('woff2'),
        url('fonts/YekanBakhEN05Medium.woff') format('woff'),
        url('fonts/YekanBakhEN05Medium.ttf') format('truetype'),
        url('fonts/YekanBakhEN05Medium.svg#YekanBakhEN05Medium') format('svg');
}

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'YekanBakh', sans-serif;
}

body {
    font-family: 'YekanBakh', sans-serif;
    width: 100%;
    overflow-x: hidden;
    background-color: #fefaef;
    /* Add the background color */
}

/* Header Section */
.header-section {
    background-image: url('./images/Poster.jpg');
    /* Add the background image */
    background-size: cover;
    background-position: center;
    height: 510px;
    position: relative;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.header-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.consultation-button {
    background-color: #D1C2A3;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px 15px 10px 15px;
    cursor: pointer;
    transform: skew(-15deg);
}

/* Packages Section */
.packages-section {
    display: flex;
    justify-content: center;
    gap: 54px;
    padding: 50px;
    position: relative;
    top: -207px;
}

.package-title {
    margin-top: -73px;
}

.package {
    text-align: center;
    background-color: #D1C2A3;
    border-radius: 20px;
    padding: 20px;
    height: 350px;
    width: 250px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.package-image {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;

    position: relative;
    top: -49px;
    left: -47px;
}

.package h3 {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px 1px 3px #000000a3;
    margin-bottom: 0;
    text-align: right;
}

.package-button {
    background-color: #6B6B6B;
    border: none;
    color: #D1C2A3;
    padding: 10px 15px;
    width: 122px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    margin-right: -90px;
}


/* Clinic Services Section */
.clinic-services-section {
    display: flex;
    direction: ltr;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}

.services-left {
    display: flex;
    align-items: center;
    width: 60%;
    position: relative;
    padding: 60px;
    background-color: #D1C2A3;
    border-radius: 0px 80px 50px 0;
    transform: skew(-17deg);
    margin-right: 30px;
    padding-left: 0px;
    margin-left: -63px;


    overflow: hidden; 
 
}

.services-items {
    direction: rtl;
    display: flex;
    gap: 30px;
 
    flex-wrap: nowrap;
    transform: skew(17deg);
    transition: transform 0.5s ease-in-out;
}

.service-item {
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 300px;
    background-image: url("./images/Image2.png");
    background-size: cover;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(to bottom, #6b6b6b00, #6B6B6B);
    /* Gradient from top to bottom */
    z-index: 1;
    /* Ensure overlay is on top of the image */
}

.service-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    top: 150px;
    text-align: right;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.service-item p {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    top: 150px;
    z-index: 2;
    text-align: right;
    color: #fff;
}

.arrow-button {
    border: none;
    width: 50px;
    height: 50px;

    cursor: pointer;
    margin-left: 10px;
}

.right-arrow {
    position: absolute;
    right: 62px;
    top: 174px;
    transform: skew(17deg);
}

.arrow-button img {

    height: auto;
}

.services-right {
    background-color: #6B6B6B;
    padding: 40px;
    padding-right: 269px;
    padding-left: 95px;
    padding-top: 135px;
    text-align: right;
    border-radius: 50px 0 0 80px;
    transform: skew(-17deg);
    margin-right: -153px;
}

.services-right h2 {
    font-size: 30px;
    color: #fff;
    transform: skew(17deg);
    padding-right: 26px;
}

.services-right h2 div {
    color: #b8a587;
}

.services-right p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    transform: skew(17deg);
}


/* About Section */
.about-section {
    display: flex;
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #fff;
    margin: 50px 200px;
    box-shadow: 0px 20px 20px 8px #d1c2a359;
    border-radius: 100px 100px 150px 150px;
    transform: perspective(800px) rotateX(13deg);
}

.about-image-container {
    position: relative;
    width: 325px;
    transform: perspective(412px) rotateX(-10deg) rotateZ(-1deg);
}

.about-image {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.play-icon img {
    width: 60px;
    height: 60px;
}

.pattern-background {
    position: absolute;
    top: 72px;
    left: -37px;
    width: 300px;
    height: 300px;
    background-image: url('./images/Pattern.png');
    /* Add your pattern image here */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.about-content {
    width: 45%;
    text-align: right;
    transform: perspective(372px) rotateX(-14deg) rotateZ(0deg);
}

.about-content h2 {
    font-size: 36px;
    color: #b8a587;
    margin-bottom: 10px;
}

.about-content h3 {
    font-size: 28px;
    color: #555;
    margin-bottom: 20px;
}

.about-content ul {
    list-style: none;
}

.about-content ul li {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-right: 25px;
}

.about-content ul li::before {
    content: "•";
    color: #b8a587;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: -3px;
}


.device-section {
    margin-top: 140px;
    margin-bottom: 50px;
    position: relative;
    background-image: url('./images/Image3.png');
    /* Background image path */
    background-size: cover;
    background-position: center;
    padding: 50px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
}

.device-image {
    position: relative;
    z-index: 3;
}

.device-image img {
    height: 334px;
}

.overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Black overlay with opacity */
    z-index: 1;
    background-color: #6b6b6bd4;
    z-index: 1;
}

.device-section .content {
    position: relative;
    z-index: 2;
    /* Ensures the content is above the overlay */
    direction: rtl;
    width: 63%;
    text-align: right;
}

.device-section .content h2 {
    font-size: 36px;
    color: #c1a97d;
    /* Gold-like color */
    margin-bottom: 10px;
}

.device-section .content h2 span {
    color: #fff;
}

.device-section .content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.device-section .content p {
    width: 70%;
}


/* Doctors Section */
.doctors-section {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.doctors-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.doctors-header h2 {
    font-size: 28px;
    color: #b8a587;
    /* Gold-like color */
}

.view-all-button {
    background-color: #595959;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;


    border-radius: 10px 15px 10px 15px;
    cursor: pointer;
    transform: skew(-15deg);
}

.doctors-section {
    direction: rtl;
}

/* Doctor Cards */
.doctors-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.doctor-card {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    /* Shadow */
    overflow: hidden;
    flex-basis: 23%;
    transition: transform 0.3s ease;
    height: 400px;
    border-bottom: 2px solid #f0f0f0;

    box-shadow: 0 0 13px 6px #0000002e;
    border: 10px solid #fff;
}

.doctor-card:hover {
    transform: translateY(-10px);
    /* Hover effect */
}



.doctor-info {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    position: relative;
    top: 269px;
    width: 91%;
    margin: 0 auto;
    box-shadow: 2px -6px 20px 20px #d1c2a382;
}

.doctor-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.doctor-info p {
    font-size: 14px;
    color: #888;
}

.doctor-card.d1 {
    background-image: url('./images/d1.png');
    /* Background image path */
    background-size: cover;
    background-position: center;
}

.doctor-card.d2 {
    background-image: url('./images/d2.png');
    /* Background image path */
    background-size: cover;
    background-position: center;
}

.doctor-card.d3 {
    background-image: url('./images/d3.png');
    /* Background image path */
    background-size: cover;
    background-position: center;
}

.doctor-card.d4 {
    background-image: url('./images/d4.png');
    /* Background image path */
    background-size: cover;
    background-position: center;
}




/* Testimonials Section */
.testimonials-section {
    direction: ltr;
    margin-top: 100px;
    margin-bottom: 100px;

    width: 100%;
    padding: 50px;
    background-color: #D1C2A3;
    text-align: center;
}

.testimonials-header {
    margin-right: 168px;
}

.testimonials-header h2 {
    font-size: 28px;
    color: #595959;
    margin-bottom: 10px;
    direction: rtl;
    text-align: right;
}

.testimonials-header p {
    font-size: 18px;
    color: #888;
    margin-bottom: 30px;
    direction: rtl;
    text-align: right;
}

.testimonials-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.arrow-left {
    left: 0px;
}

.arrow-right {
    right: 30px;
}

.testimonial-card {
    margin: 0 15px;
    text-align: center;
    position: relative;
}

.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.testimonial-face {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.client-info h3 {
    font-size: 16px;
    color: #333;
}

.client-info span {
    font-size: 14px;
    color: #b8a587;
}

.testimonial-text {
    font-size: 14px;
    color: #595959;
    margin-bottom: 15px;
}

.card-bottom {
    position: relative;
}

.card-bottom img {
    width: 100%;
    position: relative;
}

.card-top {
    box-shadow: 0px 10px 14px 1px rgb(0 0 0 / 67%);
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    width: 300px;
    padding: 20px;
}

.card-bottom {
    width: 352px;
    margin-left: -26px;
    margin-top: -4px;
}



/* Footer Section */
.footer-section {
    background-color: #6B6B6B;
    color: #fff;
    padding: 40px 20px;
    direction: rtl;
    width: 82%;
    margin: 0 auto;
    border-radius: 50px;
    padding-bottom: 20px;
    position: relative;
    margin-top: -97px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-column {
    width: 30%;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #d2b78a;
    /* Gold Color */
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
    font-size: 14px;
}


.clinic-info {
    width: 30%;
}

.clinic-info p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #bfbfbf;
}

.clinic-logo {
    width: 100px;
    margin-top: 10px;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #bfbfbf;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #bfbfbf;
}

.social-icons img {
    width: 30px;
    margin-right: 15px;
}

.social-icons img:first-child {
    margin-right: 0;
}

.footer-back {
    background-color: #D1C2A3;
    position: relative;
    padding-bottom: 60px;
}

.footer-overlay {
    height: 120px;
    background-color: #fefaef;
    position: relative;
    top: 0px;
}


.about-section2 .social-icons {
    margin-top: 21px;
}

.about-section2 .social-icons img {
    width: 40px;
    margin-right: 23px;
}

.about-section2 .about-content {
    width: 63%;
    text-align: right;
    transform: perspective(372px) rotateX(-6deg) rotateZ(0deg);
}

.about-section2 .about-image-container {
    width: auto;
}

.about-section2 {
    display: flex;
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    padding: 63px;
    background-color: #fff;
    margin: 50px 200px;
    box-shadow: 0px 20px 20px 8px #d1c2a359;
    border-radius: 100px 100px 150px 150px;
    transform: perspective(800px) rotateX(13deg);
}

.section-afterBefore {
    margin-top: 135px;
    margin-bottom: 189px;
    width: 100%;
    direction: ltr;
}

.section-afterBefore .background {
    background-color: #6B6B6B;
    margin: 0 auto;
    width: 92%;
    border-radius: 20px;
}

.header22 {
    display: flex;
    justify-content: space-around;

}

.header22 h4 {
    font-size: 25px;
    color: white;
    margin-top: 35px;
}

.header22 button {
    background-color: #D1C2A3;
    margin-top: 35px;
}

.boxes22 {
    display: flex;
    justify-content: center;
    position: relative;
    top: 44px;
}

.arrow-left2 img {
    position: relative;
    top: 87px;
    left: 43px;
}

.arrow-right2 img {
    position: relative;
    top: 87px;
    right: 43px;
}


.faq-section {
    width: 80%;
    max-width: 1000px;
    margin: 50px auto;
    direction: rtl;
}

.faq-item {
    border-radius: 25px;
    background-color: #fdfdfd;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px #d1c2a366;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.faq-question {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}

.faq-question span {
    font-size: 16px;
    color: #333;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.faq-icon {
    width: 20px;
    height: 20px;
    background-color: #d2b78a;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-icon::before {
    display: none;
}

.faq-answer {
    padding: 0 20px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
    /* Adjust based on content height */
    opacity: 1;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.faq-item.active .faq-question {
    background-color: #6B6B6B;
}

.faq-item.active .faq-question span {
    color: white;
}

.faq-item.active .faq-answer {
    background-color: #D1C2A3;
}

/* Latest Articles Section */
.articles-section {
    direction: rtl;
    width: 90%;
    margin: 70px auto;
    text-align: center;
}

.articles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 85px;
}

.articles-header h2 {
    font-size: 28px;
    color: #b8a587;
}

.articles-header .view-all-button {
    background-color: #595959;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px 15px 10px 15px;
    border: none;
    cursor: pointer;
    transform: skew(-15deg);
}

.articles-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.article-card {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    flex-basis: 30%;
    transition: transform 0.3s ease;
    text-align: center;
    height: 400px;
    border-radius: 15px;
}

.article-card img {
    width: 80%;
    height: 283px;
    object-fit: cover;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 27px;
    margin-top: -50px;
    border: 9px solid #d0c3a2;
}

.article-info {
    text-align: right;
    padding: 15px;
    background-color: #fff;
}

.article-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #d0c3a2;
}

.article-info p {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

.article-button {
    background-color: #d1c2a3;
    color: white;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 15px;
    float: left;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.article-button:hover {
    background-color: #b8a587;
}

.postA {
    padding: 6px;
}



.consultation-section {
    background-color: #D1C2A3;
    /* Light beige background color */
    padding: 95px 0;
    position: relative;
    direction: rtl;
    margin-top: 70px;
}

.consultation-section::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 43%;
    right: 17px;
    bottom: 0;
    background-image: url(./images/Pattern4.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

.consultation-container {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    gap: 19px;
    z-index: 2;
}

.consultation-card {
    background-color: #6B6B6B;
    /* Dark grey background */
    color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(118, 90, 90, 0.15);
    position: relative;
}

.card-icon {
    padding-left: 10px;
}

.white-card {
    background-color: #ffffff;
    color: #595959;
}

.card-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #f0e5d0;
    font-weight: bold;
}

.white-card h3 {
    color: #595959;
    /* Dark grey text for the white card */
}

.card-content p {
    font-size: 16px;
    color: #f0e5d0;
    /* Light beige text for grey card */
}

.white-card p {
    color: #b8a587;
    /* Light beige color for text in white card */
}

.card-icon img {
    width: 50px;
    height: 50px;
}

.white-card .card-icon img {
    filter: grayscale(1);
}

.consultation-card:not(.white-card) h3 {
    color: white !important;
}



.services-left-mobile {
    display: none;
}

.view-all-button-mobile {
    display: none;
}


.articles-cards .arrow {
    display: none;
}

.articles-section .arrow {
    display: none;
}

@media (max-width: 768px) {
    html {
        overflow: hidden;
        overflow-y: scroll;
    }

    .packages-section {

        top: -167px;
        width: 200%;
        overflow: hidden;
    }

    .clinic-services-section {
        display: block;
        direction: rtl;
    }

    .services-right {
        background-size: contain;
        margin: 11px;
        padding: 21px;
        text-align: right;
        background-repeat: no-repeat;
        background-position: right;
        width: 100%;
        height: 346px;
        background-image: url(./images/Shape1.svg);
        transform: skew(0);
        background-color: transparent;
    }

    .services-right h2 {
        font-size: 30px;
        color: #fff;
        margin-top: 20px;
        transform: skew(0);
    }

    .services-right p {
        font-size: 16px;
        color: #fff;
        line-height: 1.8;
        width: 76%;
        transform: skew(0);
    }

    .services-left {
        display: none;
    }

    .services-left-mobile {
        display: block;
    }

    .services-left-mobile {
        width: 79%;
        position: relative;
        padding: 86px 22px 0 0;
        margin-right: 17px;
        background-image: url(./images/Shape2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .services-left-mobile .services-items,
    .services-left-mobile .right-arrow {
        transform: skew(0);
    }

    .services-left-mobile .services-items {}

    .services-left-mobile .right-arrow {
        position: absolute;
        right: 1px;
        top: 217px;
    }

    .about-content {
        text-align: right;
        width: 100%;
        transform: perspective(10000px) rotateX(0) rotateZ(0);
        margin-top: 234px;
    }

    .about-section {
        display: block;
        direction: ltr;
        background-color: #fff;
        margin: 34px 51px;
        box-shadow: 0px 20px 20px 8px #d1c2a359;
        border-radius: 50px 50px 50px 50px;
        transform: perspective(100000px) rotateX(0) rotateZ(0);
        width: 81%;
        margin: 40px 19px;
    }

    .about-image-container {
        position: relative;
        width: 229px;
        transform: perspective(100000px) rotateX(0) rotateZ(0);
    }

    .device-section .content {
        width: 100%;
    }

    .device-section {
        margin-top: 141px;
        margin-bottom: 47px;
        position: relative;
        background-image: url(./images/Image3.png);
        background-size: cover;
        background-position: center;
        padding: 52px;
        height: auto;
        display: block;
        align-items: center;
        justify-content: center;
        color: white;
        overflow: hidden;
    }


    .doctor-info {
        padding: 6px;
    }

    .doctors-cards {
        width: 200%;
    }

    .doctors-header .view-all-button {
        display: none;
    }

    .view-all-button-mobile {
        display: block;
        background-color: #595959;
        color: white;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 10px 15px 10px 15px;
        border: none;
        cursor: pointer;
        transform: skew(-15deg);
        margin-top: 30px;
        margin: 23px auto;
    }

    .consultation-container{
        display: block;
        padding: 30px;
    }

    .consultation-card {
 
      
        margin-bottom: 29px;
       width: 100%;
   
    }

    .about-content {
        margin-top: 0;
    }

    .about-section2 {
        display: block;
        padding: 23px;
  
        margin: 42px 29px;
   
        border-radius: 50px;
        transform: perspective(80990px) rotateX(0);
    }

    .about-section2 .about-content {
        width: 100%;
        text-align: right;
        transform: perspective(37002px) rotateX(0) rotateZ(0deg);
    }

    .header22 .view-all-button{
        display: none;
    }

    .section-afterBefore .view-all-button-mobile{
        background-color: #D1C2A3;
        margin-top: 35px;
    }

    .boxes22{
        width: 200%;
    }

     .section-afterBefore .background{
        padding-bottom: 12px;
     }

     .arrow-left2 img {
        position: relative;
        top: 57px;
        left: 4px;
    }

    .section-afterBefore .view-all-button-mobile {
        background-color: #D1C2A3;
        margin-top: 61px;
    }

    .footer-container{
        display: block;
    }

    .footer-bottom{
        display: block;
    }

    .clinic-info {
        width: 100%;
    }

    .articles-cards {
     
        width: 312%;
    }

    .articles-section .view-all-button {
        display: none;
    }

    .faq-question {
        padding: 8px 10px;
        
    }

    .faq-icon {
        width: 42px;
 
        
    }

    .testimonials-header {
        margin-right: 0;
    }

    .testimonials-section .arrow {
        width: 63px;
        height: 63px;
        background-color: transparent;
        top: 46%;
        box-shadow: none;
    }

    .testimonials-section .arrow-left {
        left: -51px;
    }

    .testimonials-section .arrow-right {
        right: -26px;
    }

    .article-card{
        margin-right:0px;
    }

    .articles-section .arrow-right {
        right: 0;
    }

    .articles-section .arrow {
        width: 70px;
        height: 70px;
        background-color: transparent;
        border-radius: 50%;
        display: block;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        cursor: pointer;
        position: relative;
        top: 143px;
        transform: none;
        z-index: 99;
    }


    .articles-cards {
        width: 253%;
        transition: transform 0.5s ease-in-out;
    }

    .articles-section .arrow {
        display: block;
    }

}