@font-face {
    font-family: 'Al Qabas';
    src: url('font/AlQabas-Bold.eot');
    src: url('font/AlQabas-Bold.eot?#iefix') format('embedded-opentype'), url('font/AlQabas-Bold.woff2') format('woff2'), url('font/AlQabas-Bold.woff') format('woff'), url('font/AlQabas-Bold.ttf') format('truetype'), url('font/AlQabas-Bold.svg#AlQabas-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Al Qabas';
    src: url('font/AlQabas-Bold_1.eot');
    src: url('font/AlQabas-Bold_1.eot?#iefix') format('embedded-opentype'), url('font/AlQabas-Bold_1.woff2') format('woff2'), url('font/AlQabas-Bold_1.woff') format('woff'), url('font/AlQabas-Bold_1.ttf') format('truetype'), url('font/AlQabas-Bold_1.svg#AlQabas-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Al Qabas';
    src: url('font/AlQabas-Light.eot');
    src: url('font/AlQabas-Light.eot?#iefix') format('embedded-opentype'), url('font/AlQabas-Light.woff2') format('woff2'), url('font/AlQabas-Light.woff') format('woff'), url('font/AlQabas-Light.ttf') format('truetype'), url('font/AlQabas-Light.svg#AlQabas-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Al Qabas';
    src: url('font/AlQabas-Regular.eot');
    src: url('font/AlQabas-Regular.eot?#iefix') format('embedded-opentype'), url('font/AlQabas-Regular.woff2') format('woff2'), url('font/AlQabas-Regular.woff') format('woff'), url('font/AlQabas-Regular.ttf') format('truetype'), url('font/AlQabas-Regular.svg#AlQabas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: Al Qabas;
    direction: rtl;
    background-color: #642d76;
}

span.arrow.prev {}

span.arrow.next {
    background: url(img/rightico.png);
    font-size: 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-repeat: no-repeat;
}

.slider-header {
    position: relative;
    top: 58px !IMPORTANT;
    display: block;
    height: 0;
    z-index: 10000000000;
}

span.arrow.prev {
    background: url(img/leftico.png);
    font-size: 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-repeat: no-repeat;
}

.testimonial-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
}
.testimonial-carousel {
    margin: 0 -10px;
}
.testimonial-carouseltop ul.slick-dots {
    bottom: -77px;
}
/* @media screen and (min-width: 768px) { */
@media (min-width: 768px) and (max-width: 1200px) {
    .testimonial-carouseltop ul.slick-dots {
        bottom: -70px !important;
    }
}
.testimonial-carousel.slick-initialized.slick-slider.slick-dotted {
    overflow: visible !important;
}
.testimonial-carousel .slick-slide {
    margin: 0 10px;
}
.slider.testimonial-carouseltop.slick-initialized.slick-slider.slick-dotted {
    max-height: 496px !important;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #ffdcaa, #ffbdf2);
    padding: 10px 20px;
    flex-wrap: wrap;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    text-decoration: none;
    font-weight: bold;
    color: #6b0049;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #42002a;
}

.hero-slider {
    background: linear-gradient(to bottom, #fcdfff, #d4f5ff);
    padding: 40px 20px;
}

.slide-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.slide-img img {
    width: 220px;
}

.slide-text {
    max-width: 500px;
}

.slide-text h1 {
    color: #6b0049;
    font-size: 36px;
    margin-bottom: 10px;
}

.slide-text h3 {
    color: #3e0072;
    font-size: 24px;
    margin-bottom: 15px;
}

.slide-text p {
    font-size: 16px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .slide-content {
        flex-direction: column;
        text-align: center;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .top-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

.features-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #eee !important;
    /* max-width: 1060px; */
    /* margin: 0 auto; */
}

.features-section h2 {
    color: #632C75;
    font-size: 35px;
    text-align: right;
    max-width: 1024px;
    max-width: 1060px;
    margin: 0 auto;
}

.features-section span {
    color: #f3a300;
    font-weight: bold;
    font-size: 48px;
    text-align: right;
    padding-top: 20px !important;
    display: block;
    padding-bottom: 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 2fr));
    gap: 20px;
    margin-top: 30px;
    max-width: 1060px;
    margin: 0 auto;
}

.school-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.school-img {
    /* max-width: 300px; */
    margin: 10px;
    float: left;
}

.school-text {
    max-width: 500px;
    margin: 10px;
    font-size: 16px;
    color: #333;
    float: right;
    text-align: right;
    direction: rtl;
}

.school-text h3 {
    color: #7e22ce;
    font-size: 30px;
    padding-right: 19px;
    margin-top: 6px;
    padding-left: 16px;
}

.school-text ul {
    /* padding-right: 20px; */
}

.school-text li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .school-section {
        flex-direction: column;
    }
}

.blog-section {
    display: flex;
    justify-content: space-around;
    margin: 0px 0;
}

.blog-section article {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form {
    background: transparent;
    padding: 0;
    border-radius: 10px;
    width: 65%;
    margin: auto;
    box-shadow: 0;
}

.contact-form input,
.contact-form textarea {
    width: 96%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Al Qabas';
    text-align: right;
}

.contact-form button {
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.80);
    background: #FFB804;
    font-family: 'Al Qabas';
    float: left;
}

.testimonial-block {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: auto;
    text-align: center;
    font-family: 'Al Qabas';
    direction: rtl;
}

.stars {
    font-size: 24px;
    color: #f5b301;
    margin-bottom: 15px;
}

.quote {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
}

.user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.user-details {
    text-align: right;
}

.user-details strong {
    display: block;
    font-size: 16px;
    color: #333;
}

.user-details span {
    font-size: 14px;
    color: #777;
}

.main-footer {
    background: linear-gradient(to right, #d16ba5, #86a8e7);
    color: white;
    padding: 30px 20px;
    text-align: center;
    font-family: 'Al Qabas';
    direction: rtl;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.footer-nav {
    margin-bottom: 15px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footerbar {
    background: #E38CFF;
    height: 42px;
    text-align: center;
    padding: 13px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerbar a {
    color: #632C75;
    font-family: "Al Qabas";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px;
    text-decoration: none;
}

.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6a1b9a;
    color: white;
    padding: 10px 20px;
    font-family: 'Al Qabas';
    direction: rtl;
    max-width: 1060px;
    margin: 0 auto;
}

.footer-right {
    text-align: right;
}

.footer-left {
    text-align: left;
}

.slick-prev,
.slick-next {
    background-color: #ccc;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    z-index: 1 !important;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
    font-size: 20px !important;
}

button.slick-prev.slick-arrow {
    background: url(img/rightico.png);
    font-size: 0;
}

button.slick-next.slick-arrow {
    background: url(img/leftico.png);
}

[dir='rtl'] .slick-prev:before {
    content: '' !important;
}

[dir='rtl'] .slick-next:before {
    content: '' !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #632C75 !important;
}

.slick-dots li button:before {
    font-size: 14px !important;
}

[dir='rtl'] .slick-prev {
    right: -47px;
    left: auto;
}

[dir='rtl'] .slick-next {
    left: -47px;
    right: auto;
}

.footer-nav a:hover {
    color: #ffd6f5;
}

.copyright {
    font-size: 14px;
    opacity: 0.8;
}

.success-card {
    margin: auto;
    box-shadow: 0;
}

.success-card button {
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.80);
    background: #FFB804;
    font-family: 'Al Qabas';
}

.success-card button:hover {
    background-color: #b04b8f;
}

.blog-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 20px;
    background: #f7f0ff;
    direction: rtl;
    font-family: 'Al Qabas';
    background: #F3CFFF;
    margin-bottom: 0;
}

.blog-card {
    background-size: 100% 100% !important;
    background: white;
    border-radius: 15px;
    width: 26%;
    margin: 0px 1%;
    padding: 20px;
    vertical-align: top;
    text-align: center;
    background: url(img/back.png);
    background-repeat: no-repeat;
    display: inline-block;
}

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

.blog-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #632C75;
    text-align: right;
    font-family: 'Al Qabas';
    font-size: 24.151px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.148px;
    /* 120.69% */
}

.blog-card p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    color: #632C75;
    text-align: right;
    font-family: "Al Qabas";
    font-size: 14.991px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.65px;
    /* 177.778% */
}

.blog-card button {
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    border-radius: 8.315px;
    border: 0.831px solid rgba(0, 0, 0, 0.80);
    background: #FFB804;
    color: #632C75;
    text-align: right;
    font-family: 'Al Qabas';
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    padding: 8px 17px;
}

.blog-card button:hover {
    background-color: #632c75;
    color: white;
}

.intro-section {
    display: flex;
    align-items: flex-start;
    color: white;
    padding: 50px 30px;
    direction: rtl;
    font-family: 'Al Qabas';
    flex-wrap: wrap;
    background: url(img/bk.png);
    background-size: cover;
    min-height: 571px;
    vertical-align: top;
}

.intro-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(51, 19, 61, 0.18);
    z-index: 1;
    pointer-events: none;
}
.intro-section > * { position: relative; z-index: 2; }

.characters {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.characters img {
    width: 120px;
    height: auto;
}

.intro-text {
    max-width: 465px;
    flex: 2;
    padding: 20px;
}

.intro-text h2 {
    font-size: 28px;
    color: #fff700;
    margin-bottom: 20px;
}

.intro-text p {
    font-size: 18px;
    line-height: 1.8;
}

.highlight {
    color: #fff700;
    font-weight: bold;
}

.video-board {
    background: url(img/bkvid.png);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 100px;
}

.board-frame {
    padding: 30px;
    width: 1020px;
    max-width: 100%;
}

.video-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.video-frame {
    background-image: url('img/blackboard-texture.png');
    background-size: cover;
    border: 10px solid #8B5A2B;
    border-radius: 12px;
    padding: 10px;
    width: 640px;
    margin: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.video-frame video {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    border-radius: 16px;
    /* background: #fff; */
    background-color: transparent;
    overflow: hidden;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-image: url('img/clouds.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 236px;
}

header.main-header {
    z-index: 111;
    position: relative;
    justify-content: space-around;
}
.main-header.fixed {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    border: none !important;
    z-index: 111;
}

header nav.nav-links {
    position: relative;
    top: -36px;
}

header .social {
    position: relative;
    top: -36px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    top: -36px;
}

.logo img {
    width: 206px;
    height: auto;
}

.logo span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.nav-links a {
    text-decoration: none;
    color: #632C75;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 50px;
}

.nav-links a:hover {
    color: #fdcb01;
}

.social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social span {
    font-size: 14px;
    color: #333;
}

.social img {
    width: 24px;
    height: 24px;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.slide {
    display: none;
    width: auto;
    height: 100%;
    min-height: max-content;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: max-content;
    display: block;
}

.slider {
    top: -100px;
    z-index: 0;
    bottom: 0;
    margin-bottom: 0 !important;
}

.school-section {
    direction: ltr;
    max-width: 100%;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    background-color: white;
}

.slider-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.col-span-all {
    max-width: 1060px;
    margin: auto;
}

.slider-arrows .arrow {
    cursor: pointer;
    font-size: 24px;
    margin: 0 10px;
    color: #333;
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
    /* transition: transform 0.8s ease; */
    width: max-content;
}
/* .slide.slick-current.slick-active {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
} */

.slider-item {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    padding: 20px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-box {
    background-color: #6A1B9A;

    color: white;
    padding: 20px;
    border-radius: 15px;
    max-width: 600px;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 11.914px;
    border: 4.17px solid #FFF;
    background: #6A04FF;
    box-shadow: 0 2.383px 15.488px 0 rgba(0, 0, 0, 0.25);
}

.popup-icon {
    width: 50px;
    height: auto;
}

.popup-text {
    font-size: 16px;
    line-height: 1.6;
    vertical-align: top;
}

.header {
    position: relative;
    padding: 20px;
}

.header img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #a06cd5;
    color: #FFF;
    font-family: "Al Qabas";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #a06cd5;
    border-radius: 8px;
    font-size: 16px;
}

.form-group textarea {
    resize: vertical;
    height: 120px;
}

.submit-btn {
    background-color: #a06cd5;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    background-color: #6a1b9a;
}

.slogan {
    color: #632C75;
    text-align: right;
    font-family: "Al Qabas";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-inline: 20px;
}

.form-container.cont {
    display: flex;
    align-items: flex-start;
    color: white;
    padding: 22px 30px;
    border-radius: 0;
    direction: rtl;
    font-family: 'Al Qabas';
    flex-wrap: wrap;
    background: url(img/cont.png);
    background-size: cover;
    min-height: 542px;
    vertical-align: top;
    margin-top: 0 !important;
    padding-top: 0;
}

input.col-span-6 {
    width: 45%;
    display: inline-flex;
    margin-right: 0;
    justify-content: space-between;
}

input.col-span-6[type="email"] {
    margin-right: 5px;
}

input[type="tel"] {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #EEF1DC;
}

input.col-span-6 {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FDEED9;
}

textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #EDE0FF;
    height: 162.31px;
}

#video-frame {
    max-width: 945px;
    height: 550px;
    margin: auto;
    position: relative;
    margin-bottom: 100px;
}

#video-frame video {
    width: 100%;
    height: 100%;
    padding: 2% 2% 0% 0%;
    box-sizing: border-box;
}

/* شكل المسار */
#seek-bar::-webkit-slider-runnable-track {
    height: 6px;
    background: #ccc;
    border-radius: 5px;
}

/* شكل الدائرة (الـ thumb) */
#seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px !important;
    width: 16px !important;
    border-radius: 50%;
    background: #fcc043 !important;
    border: 2px solid white;
    margin-top: -5px;
    /* عشان تكون في منتصف المسار */
    cursor: pointer;
}

/* للفايرفوكس */
#seek-bar::-moz-range-thumb {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50%;
    background: #eaad40 !important;
    border: 2px solid white;
    cursor: pointer;
}

#video-frame1 {
    background: url("img/blackboard-texture.png") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: 22;
}

#vide-bt {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    box-shadow: 2px 2px 0px #aaa;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background-size: contain !important;
}

#vide-bt.play-bt {
    background: url("img//play-ic.png") no-repeat;
}

#vide-bt.pause-bt {
    background: url("img//pause-ic.png") no-repeat;
}

#isl {
    background: url("img//group-271.png") no-repeat top center;
    height: 100vh;
    width: 100%;
    background-size: contain !important;
}

#video-container {
    position: absolute;
    padding: 15px;
}

#video-controls {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 33;
    margin: auto;
    text-align: center;
    direction: ltr;
}

#video-container:hover #video-controls {
    opacity: .9;
}

#volume-bar {
    width: 60px;
}

#seek-bar {
    -webkit-appearance: none;
    width: 360px;
    height: 5px;
    background: #fff;
    outline: none;
    transition: opacity .2s;
    box-shadow: 0px 0px 10px #aaa;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 69px;
}

#seek-bar:hover {
    opacity: 1;
}

#seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: url("/static/assets/icons/tracker.png") no-repeat 0px 0px;
    cursor: pointer;
}

#seek-bar::-moz-range-thumb {
    width: 21px;
    height: 19px;
    background: url("/static/assets/icons/tracker.png") no-repeat 0px 0px;
    cursor: pointer;
}

span.popup-title {
    color: #FFF;
    text-align: right;
    font-family: "Al Qabas";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.063px;
    /* 105.903% */
}

button.close-btn {
    border-radius: 0;
    left: 0;
    position: absolute;
    top: 6px;
    font-size: 0;
    height: 30px;
    width: 30px;
    border: 0;
}

.leftbar {
    float: right;
    width: 80%;
}

img.popup-icon {
    width: 20%;
    float: left;
}

button.close-btn {
    background: url(img/clos.png);
}

span.popup-content {
    margin-top: 15px;
    display: block;
}

.col-span-12 {
    float: left;
    width: 100%;
    max-width: 1060px;
    color: #632C75;
    text-align: right;
    font-family: "Al Qabas";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-section .social p {
    color: #632C75;
    font-family: "Al Qabas";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block
}

.contact-section .social-icons {
    display: block;
}

.contact-section .social {
    display: block;
}

.testimonial-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    direction: rtl;
    background: url(img/bkk.png) #fff no-repeat left bottom;
    background-size: auto;
}

.testimonial-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    max-width: 1060px;
    margin: 0 auto;
}

.testimonial-text {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
}

.testimonial-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    color: #632C75;
    text-align: right;
    font-family: "Al Qabas";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonial-text p {
    font-size: 16px;
    color: #666;
    color: #632C75;
    text-align: right;
    font-family: "Al Qabas";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

.testimonial-slider {
    flex: 2;
    min-width: 300px;
}

.testimonial-item {
    min-width: 280px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    scroll-snap-align: start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stars {
    color: #F24822;
    font-size: 22px;
    margin-bottom: 0;
}

.quote {
    font-size: 15px;
    margin-bottom: 15px;
    color: #632C75;
    text-align: center;
    font-family: 'Al Qabas';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 120.69% */
    margin-bottom: 59px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: flex-end;
    position: relative;
    top: -35px;
    height: 0;
}

.user-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    border: #42002a 2px solid;
    border-radius: 50%;
}

.user-details strong {
    display: block;
    font-size: 14px;
    color: #222;
}

.user-details span {
    font-size: 12px;
    color: #777;
}

img.user-bu {
    margin: 0 auto;
    width: 100%;
}

.img.user-bu {
    margin: 0 auto;
    width: 100%;
}

.testimonial-item {
    border-radius: 32px;
    background: #FFEFC6;
    text-align: center;
}

.testimonial-item.slick-current {
    border-radius: 32px;
    background: #F7F1FF;
    /* background-image: url(img/bkbat.png); */
    background-size: 214px;
    background-repeat: no-repeat;
    background-position: 166px 6px;
}

.testimonial-item .quote {
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slick-prev,
.slick-next {
    background-color: #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 20px;
}

.slick-prev {
    left: -50px;
}

.intro-textt {
    font-size: large;
    padding: 16px;
}
.intro-textt h1 {
    color: #fbd371;
    font-family: "Al Qabas";
}
.intro-textt h2 {
    color: #fbd371;
    font-family: "Al Qabas";
}
