/* Montserrat */
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/static/Montserrat-Regular.woff2")
        format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat/static/Montserrat-Bold.woff2")
        format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Bahij TheSansArabic */
@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("/fonts/Bahij_TheSansArabic/Bahij_TheSansArabic-Plain.woff2")
        format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bahij TheSansArabic";
    src: url("/fonts/Bahij_TheSansArabic/Bahij_TheSansArabic-Bold-min.woff2")
        format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --turquoise: #35afbc;
    --teal-blue: #308a9f;
    --midnight-blue: #22385f;
    --royal-blue: #214991;
    --dark-blue: #23385f;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #f9fafb;
}

* {
    font-family: "Bahij TheSansArabic";
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "Bahij TheSansArabic";
}

section {
    margin-bottom: 20px;
}

.shadow {
    box-shadow: 0px 6px 12px 5px rgba(0, 0, 0, 0.03) !important;
}

.hero {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background-color: var(--white-color);
}

.header .navbar .nav-link {
    font-weight: 600;
    font-size: 15px;
}

.header .navbar .nav-link:hover {
    color: var(--turquoise);
}

.header .navbar .nav-link.active {
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-top: 1px solid var(--turquoise);
    border-bottom: 1px solid var(--turquoise);
}

.fa-twitter::before {
    content: "𝕏";
    font-size: 1.3em;
}

.header .row .lang-select {
    -webkit-appearance: button;
    width: auto;
    cursor: pointer;
    background: rgba(255, 250, 243, 1);
}

.header .row .lang-select:focus {
    border-color: var(--turquoise);
}

.header .login-btn,
.header-home .header-home-content .buttons .train-btn,
.header-tests .header-tests-content .buttons .train-btn,
.types-of-tests .row .show-more,
.test-skills .join-btn,
.placement-test-section .join-btn,
.blue-card {
    background: linear-gradient(to right, var(--turquoise), var(--teal-blue));
    border-radius: 6px;
    color: white;
    padding: 8px 16px;
    border: none;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--teal-blue);
}

.header .login-btn:hover,
.header-home .header-home-content .buttons .train-btn:hover,
.types-of-tests .row .show-more:hover,
.test-skills .join-btn:hover,
.header-tests .header-tests-content .buttons .train-btn:hover {
    background: linear-gradient(to left, var(--turquoise), var(--teal-blue));
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
.header .header-logo .logo {
    width: 70px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.header .navbar-toggler {
    font-size: 1.4rem;
}
.header-home {
    position: relative;
    overflow: hidden;
}
.lcp-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.footer {
    background: linear-gradient(
        to right,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    color: var(--white-color);
    font-size: 15px;
}

.footer h5 {
    font-size: 17px;
    border-bottom: 2px solid rgb(255 255 255 / 40%);
    width: max-content;
    padding-bottom: 5px;
}

.footer .list-unstyled a {
    width: max-content;
}

.footer .border-top {
    border-color: rgb(255 255 255 / 40%) !important;
}

.footer .text-logo {
    line-height: 1.7;
}

.footer i {
    font-size: 20px;
    padding-top: 1px;
}

.footer .social-media .nav-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .social-media .nav-link:hover,
.footer .list-unstyled a:hover {
    /* color: var(--royal-blue); */
    color: #d5dee7;
}

.footer .row .footer-logo {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.header-home {
    min-height: 76vh;
    height: auto;
    background-image: url("/webSite/images/circle.png");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: auto;
    margin-bottom: 0px !important;
}

.header-home .header-home-content {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    padding-bottom: 2rem;
}

.welcome {
    font-weight: 600;
    font-size: 1.2rem;
}

.header-home .header-home-content .welcome span {
    font-size: 20px;
    font-weight: 600;
}

.header-home .header-home-content h1 {
    font-weight: 600;
}

.header-home .header-home-content h5 {
    font-size: 1.8rem;
    font-weight: 600;
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.header-home .header-home-content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-home .header-home-content .buttons .join-btn {
    background-color: #f7f6f6;
    border-radius: 6px;
    padding: 8px 16px;
    border: none;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: var(--teal-blue);
    border: 2px solid var(--teal-blue);
}

.header-home .header-home-content .buttons .join-btn:hover {
    background-color: var(--teal-blue);
    color: var(--gray-color);
}

.header-home .header-home-content .logo-2 {
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -25%);
    z-index: -1;
}

.header-home .header-home-content .leaves-1 {
    right: 21%;
    max-width: 80px;
    position: absolute;
    top: -10px;
    z-index: 1;
}

.header-home .header-home-content .leaves-2 {
    left: 20%;
    max-width: 80px;
    position: absolute;
    top: -15px;
    z-index: 1;
}

.header-home .header-home-content .arrow {
    max-width: 150px;
    position: absolute;
    left: 20%;
    top: 200px;
}

.fehmi-ai-section {
    position: relative;
    padding: 3rem 0;
}

.fehmi-ai-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/webSite/images/background.png");
    background-position: center;
    opacity: 0.4;
    z-index: -1;
    background-size: cover;
}
.fehmi-ai-section h2 {
    font-size: 1.8rem;
}
@media (max-width: 1200px) {
    .fehmi-ai-section::before {
        background-size: auto;
    }
}

.blue-color {
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.rtl .fehmi-ai-section .help-card {
    width: max-content;
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 100%
    );
    color: var(--white-color);
    font-weight: 600;
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 8% 100%);
}

.ltr .fehmi-ai-section .help-card {
    width: max-content;
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 100%
    );
    color: var(--white-color);
    font-weight: 600;
    clip-path: polygon(1% 0%, 100% 0%, 97% 100%, 1% 100%);
}

.fehmi-ai-section .fehmi-card {
    position: relative;
    overflow: hidden;
}

.fehmi-ai-section .fehmi-card .card-header {
    text-align: center;
    background-color: var(--white-color);
    border: 0;
}

.fehmi-ai-section .fehmi-card .fehmi-img {
    max-width: 300px;
}

.rtl .fehmi-ai-section .fehmi-card .fehmi-img {
    transform: scaleX(-1);
}

.fehmi-ai-section .fehmi-card .card-body {
    text-align: center;
    color: var(--white-color);
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.8;
}

.fehmi-ai-section .fehmi-card .card-body h5 {
    font-weight: 600;
}

.fehmi-ai-section .rtl ul {
    padding-right: 1rem;
    padding-left: 0;
}

.fehmi-ai-section .ltr ul {
    padding-left: 1rem;
    padding-right: 0;
}

.fehmi-ai-section ul {
    list-style: none;
    margin-bottom: 0;
}

/* .fehmi-ai-section ul li {
    position: relative;
    padding-inline-start: 25px;
    color: var(--teal-blue);
     display: flex;
    justify-content: space-between;
} */

.fehmi-ai-section ul li {
    position: relative;
    color: var(--teal-blue);
    display: flex;
    align-items: flex-start;
}

.ltr .fehmi-ai-section ul li::before {
    content: "✔";
    font-size: 12px;
    color: var(--white-color);
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    position: relative;
    left: auto;
    margin-right: 5px;
    border-radius: 50%;
    padding: 2px 5px 0px 5px;
    align-self: flex-start;
}

.rtl .fehmi-ai-section ul li::before {
    content: "✔";
    font-size: 12px;
    color: var(--white-color);
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    position: relative;
    right: auto;
    margin-left: 5px;
    border-radius: 50%;
    padding: 2px 5px 0px 5px;
    align-self: flex-start;
}

.line {
    max-width: 100%;
    height: auto;
    display: block;
}

.our-features-section .row .first-card,
.our-features-section .row .second-card,
.our-features-section .row .third-card,
.our-features-section .row .fourth-card {
    position: relative;
    height: 100%;
}

/* خلفية كل بطاقة */
.our-features-section .row .first-card::before,
.our-features-section .row .second-card::before,
.our-features-section .row .third-card::before,
.our-features-section .row .fourth-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 125px;
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    border-radius: 0.375rem;
    z-index: -1;
    box-shadow: 0px 6px 12px 5px rgba(0, 0, 0, 0.03) !important;
}

.rtl .our-features-section .row .first-card::before {
    top: -10px;
    right: -10px;
}

.ltr .our-features-section .row .first-card::before {
    top: -10px;
    left: -10px;
}

.rtl .our-features-section .row .second-card::before {
    bottom: -10px;
    right: -10px;
}

.ltr .our-features-section .row .second-card::before {
    bottom: -10px;
    left: -10px;
}

.rtl .our-features-section .row .third-card::before {
    top: -10px;
    left: -10px;
}

.ltr .our-features-section .row .third-card::before {
    top: -10px;
    right: -10px;
}

.rtl .our-features-section .row .fourth-card::before {
    bottom: -10px;
    left: -10px;
}

.ltr .our-features-section .row .fourth-card::before {
    bottom: -10px;
    right: -10px;
}

.rtl .our-features-section .row .first-card .card-body,
.rtl .our-features-section .row .second-card .card-body {
    padding-left: 10rem;
}

.ltr .our-features-section .row .first-card .card-body,
.ltr .our-features-section .row .second-card .card-body {
    padding-right: 10rem;
}

.rtl .our-features-section .row .third-card .card-body,
.rtl .our-features-section .row .fourth-card .card-body {
    padding-right: 10rem;
}

.ltr .our-features-section .row .third-card .card-body,
.ltr .our-features-section .row .fourth-card .card-body {
    padding-left: 10rem;
}

.our-features-section .row .fehmi-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px;
    border-radius: 50%;
    object-fit: cover;
    max-height: 350px;
}

.our-features-section .row .card .card-body img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    display: block;
}

.types-of-tests .row .tr-yos-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 6px 12px 5px rgba(0, 0, 0, 0.03) !important;
    max-width: 100%;
    height: auto;
    display: block;
}

.types-of-tests .row .card {
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    color: var(--white-color);
    width: 15rem;
    margin-right: 3rem;
    border-radius: 30px;
}

.rtl .types-of-tests .row .yos-card {
    transform: rotate(-90deg);
    position: relative;
    bottom: 26px;
}

.ltr .types-of-tests .row .yos-card {
    transform: rotate(90deg);
}

.types-of-tests .row .card .card-body {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 20px 8px 8px;
}

.types-of-tests .row .card .card-body h5 {
    font-size: 13px;
}

.types-of-tests .row .card .note-img {
    width: 100%;
    max-width: 40px;

    height: auto;
    display: block;

    transform: rotate(90deg);
}

.test-skills {
    background: linear-gradient(
        to right,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    color: var(--white-color);
    padding: 1.5rem 0 1.5rem 0;
}

.test-skills .content {
    position: relative;
    padding: 3rem 0;
    background-image: url("/webSite/images/black-background.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    line-height: 3rem;
}

.test-skills .content::before,
.statistics .row .col-md-6 .row .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    opacity: 0.6;
    border-radius: 8px;
    z-index: -1;
}

.statistics .row .statistics-img {
    width: 100%;
    border-radius: 8px;
}

.statistics .row .col-md-6 .row .card {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.statistics .fas {
    color: #35afbc;
}

.statistics .row .col-md-6 .row .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    opacity: 0.3;
    border-radius: 8px;
    z-index: -1;
}

.statistics .row .col-md-6 .row .card h5 {
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.statistics .row .position-relative .card {
    background: linear-gradient(
        to right,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    color: var(--white-color);
    text-align: center;
    width: max-content;
}

.statistics .row .position-relative .card .card-body {
    padding: 8px;
}

.statistics .row .position-relative .first-card {
    position: absolute;
    top: 10px;
    right: 10px;
}

.statistics .row .position-relative .second-card {
    position: absolute;
    bottom: 10px;
    left: 11px;
}

.corner-image {
    position: absolute;
    width: 50px;
    height: auto;
}

.position-relative .top-left {
    top: -13px;
    left: 10px;
    width: 15%;
}

.position-relative .top-right {
    top: 86%;
    right: 10px;
    width: 10%;
}

.header-tests {
    background-image: url(/webSite/images/circle-2.png);
    background-position: center;
    background-size: cover;
    height: 79vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-tests .header-tests-content {
    margin-top: 4rem;
    position: relative;
    line-height: 3rem;
}

.header-tests .header-tests-content h1 {
    font-weight: 600;
}

.header-tests .header-tests-content h5 {
    font-size: 1.8rem;
    font-weight: 600;
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.header-tests .header-tests-content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-tests .header-tests-content .ball-1 {
    position: absolute;
    top: 100%;
    left: 20%;
    transform: translate(-55%, -25%);
    background-color: rgba(62, 211, 122, 1);
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
}

.header-tests .header-tests-content .ball-2 {
    position: absolute;
    top: 50%;
    right: 14%;
    transform: translate(-55%, -25%);
    background-color: rgba(243, 100, 143, 1);
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
}

.header-tests .header-tests-content .ball-3 {
    position: absolute;
    top: -30%;
    left: 30%;
    transform: translate(-55%, -25%);
    background-color: rgba(236, 200, 74, 1);
    padding: 10px;
    border-radius: 50%;
    z-index: 1;
}

.rtl .header-tests .header-tests-content .leaves-1 {
    right: 12%;
    max-width: 80px;
    position: absolute;
    top: -10px;
}

.ltr .header-tests .header-tests-content .leaves-1 {
    left: 12%;
    max-width: 80px;
    position: absolute;
    top: -10px;
}

.rtl .header-tests .header-tests-content .leaves-2 {
    left: 12%;
    max-width: 80px;
    position: absolute;
    top: -15px;
}

.ltr .header-tests .header-tests-content .leaves-2 {
    right: 12%;
    max-width: 80px;
    position: absolute;
    top: -15px;
}

.header-tests .header-tests-content .leaves-1 img,
.header-tests .header-tests-content .leaves-2 img {
    max-width: 35px;
}

.header-tests .header-tests-content .leaves-2 img {
    transform: rotate(-15deg);
}

@keyframes moveBall1 {
    0% {
        transform: translate(-55%, -25%) translateX(0);
    }

    50% {
        transform: translate(-55%, -25%) translateX(20px);
    }

    100% {
        transform: translate(-55%, -25%) translateX(0);
    }
}

@keyframes moveBall2 {
    0% {
        transform: translate(-55%, -25%) translateY(0);
    }

    50% {
        transform: translate(-55%, -25%) translateY(20px);
    }

    100% {
        transform: translate(-55%, -25%) translateY(0);
    }
}

@keyframes moveBall3 {
    0% {
        transform: translate(-55%, -25%) translate(0, 0);
    }

    50% {
        transform: translate(-55%, -25%) translate(15px, -15px);
    }

    100% {
        transform: translate(-55%, -25%) translate(0, 0);
    }
}

.ball-1 {
    animation: moveBall1 3s infinite alternate ease-in-out;
}

.ball-2 {
    animation: moveBall2 4s infinite alternate ease-in-out;
}

.ball-3 {
    animation: moveBall3 5s infinite alternate ease-in-out;
}

@keyframes swayLeaves {
    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }
}

.leaves-1 img,
.leaves-2 img {
    animation: swayLeaves 3s infinite alternate ease-in-out;
}

.header-packages .btn {
    border: 2px solid var(--teal-blue);
}

.header-packages .btn:hover {
    color: var(--gray-color);
    background-color: var(--teal-blue);
}

.header-tests {
    animation: moveBackground 10s infinite alternate ease-in-out;
}

.header-tests .header-tests-content .arrow {
    max-width: 150px;
    position: absolute;
    left: 20%;
    top: 160px;
}
.header-home .header-home-content .buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-home .header-home-content .buttons .arrow {
    position: relative;
    max-width: 80px;
   margin-left: -9%;
}
[dir='ltr'] .header-home .header-home-content .buttons .arrow {
    position: relative;
    max-width: 80px;
   margin-right: -5%;
      margin-left: 0%;
   transform:scaleX(-1);
}
.header-home .header-home-content .arrow {
    max-width: 150px;
    position: absolute;
    left: 20%;
    top: 200px;
}

.header-home .header-home-content .arrow {
       max-width: 150px;
    position: absolute;
       left: 0%;
    top: -7px;
}
.rtl .tests-section .row .position-relative .fehmi-ai-img {
    max-width: 243px;
    transform: scaleX(1) scale(1.5);
}

.ltr .tests-section .row .position-relative .fehmi-ai-img {
    max-width: 243px;
    transform: scaleX(-1) scale(1.5);
}

.rtl .tests-section .row .position-relative .cloud-img {
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 30%;
}

.ltr .tests-section .row .position-relative .cloud-img {
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 15%;
    transform: translateX(90px) scaleX(-1);
}

.rtl .tests-section .row .position-relative p {
    max-width: 100px;
    position: absolute;
    margin-bottom: 0;
    top: 34px;
    right: 41%;
    font-size: 12px;
    text-align: center;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vh;
}

.ltr .tests-section .row .position-relative p {
    max-width: 100px;
    position: absolute;
    margin-bottom: 0;
    top: 34px;
    left: 39%;
    font-size: 12px;
    color: var(--white-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vh;
}

.tests-section .row .position-relative .background {
    max-width: 225px;
    position: relative;
}

.tests-section .row .position-relative .background::before {
    content: "";
    background: rgba(253, 155, 121, 0.15);
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
    max-width: 225px;
    max-height: 225px;
}

.tests-section .row .card {
    text-align: center;
}

.tests-section .row .card img {
    max-width: 75px;
    margin-bottom: 1rem;
}

.tests-section .row .card h2 {
    margin-bottom: 0;
    font-size: 16px;
}
.tests-section h4 {
    font-size: 1.15rem !important;
}
.tests-section .row .position-relative .blue-background {
    position: absolute;
    top: 50px;
    transform: translate(-165%, 0%);
    background-color: rgba(58, 218, 217, 0.15);
    padding: 75px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0px 0px 20px 20px rgba(58, 218, 217, 0.15) !important;
    opacity: 0.7;
}

.tests-section .row .position-relative .yos-card {
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
}

.tests-section .row .position-relative .yos-card h5 {
    color: var(--white-color);
}

.blue-card {
    width: max-content;
}

.abilities-section .row .position-relative .background::before {
    content: "";
    background: rgba(253, 155, 121, 0.15);
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
    max-width: 225px;
    max-height: 225px;
    top: 75px;
}

.rtl .abilities-section .row .position-relative .fehmi-ai-img {
    max-width: 250px;
    transform: scaleX(-1);
}

.ltr .abilities-section .row .position-relative .fehmi-ai-img {
    max-width: 250px;
}

.rtl .abilities-section .row .position-relative .cloud-img {
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.ltr .abilities-section .row .position-relative .cloud-img {
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 25%;
    transform: translateX(90px) scaleX(-1);
}

.rtl .abilities-section .row .position-relative p {
    margin-bottom: 0;
    position: absolute;
    top: 33px;
    max-width: 125px;
    left: 12px;
    color: var(--white-color);
    font-size: 14px;
}

.ltr .abilities-section .row .position-relative p {
    margin-bottom: 0;
    position: absolute;
    top: 35px;
    max-width: 125px;
    left: 62%;
    color: var(--white-color);
    font-size: 13px;
}

.abilities-section .row .card {
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--teal-blue);
}

.exam-preparation .row .exam-preparation-img {
    max-width: 500px;
    max-height: 500px;
    object-fit: cover;
}

.exam-preparation .row .card {
    height: 100%;
}

.exam-preparation .row .card .card-body {
    padding: 10px;
}

.exam-preparation .row .card .card-body img {
    max-width: 25px;
}

.header-faq {
    padding: 4rem 0 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-faq .header-faq-content .search-box {
    position: relative;
    width: 500px;
}

.header-faq .header-faq-content .search-box input {
    width: 100%;
    padding: 8px 40px 8px 8px;
    border: 2px solid var(--teal-blue);
    border-radius: 25px;
    outline: none;
    font-size: 16px;
    transition: 0.3s;
}

.header-faq .header-faq-content .search-box input:focus {
    border-color: var(--teal-blue);
    box-shadow: 0 0 8px rgba(42, 148, 214, 0.3);
}

.header-faq .header-faq-content .search-box .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--teal-blue);
    cursor: pointer;
}

.header-faq .header-faq-content input::placeholder {
    color: #aaa;
    font-size: 14px;
}

.header-faq.rtl .search-box input {
    padding: 8px 8px 8px 40px;
}

.header-faq.rtl .search-box .search-icon {
    left: 15px;
    right: auto;
}

.header-faq.ltr .search-box .search-icon {
    right: 15px;
    left: auto;
}

.header-faq .header-faq-content .position-relative {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-faq .header-faq-content .position-relative .arrow-1,
.header-faq .header-faq-content .position-relative .arrow-2 {
    max-width: 150px;
    position: absolute;
}

.header-faq .header-faq-content .position-relative .arrow-1 {
    right: 120px;
    top: -20px;
}

.header-faq .header-faq-content .position-relative .arrow-2 {
    left: 120px;
    top: -20px;
}

.blue-ball,
.pink-ball {
    position: absolute;
    top: -20px;
    padding: 120px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.4;
}

.blue-ball {
    right: 0;
    background-color: rgba(58, 218, 217, 0.15);
    box-shadow: 0px 0px 30px 100px rgba(58, 218, 217, 0.15) !important;
}

.pink-ball {
    left: 0;
    background-color: rgba(253, 155, 121, 0.15);
    box-shadow: 0px 0px 30px 100px rgba(253, 155, 121, 0.15) !important;
}

.header-faq .faq-img-section {
    margin-top: 1rem;
    text-align: center;
}

.header-faq .faq-img-section img {
    max-width: 350px;
}

.faq .accordion-item {
    border: 0;
    margin-bottom: 1rem;
}

.rtl .faq .accordion-button {
    font-weight: 500;
    border-radius: 0 !important;
    text-align: right;
    padding: 11px;
}

.ltr .faq .accordion-button {
    font-weight: 500;
    border-radius: 0 !important;
    text-align: left;
    padding: 11px;
}

.rtl .faq .accordion-body {
    text-align: right;
}

.ltr .faq .accordion-body {
    text-align: left;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    font-weight: 600;
    border-bottom: 2px solid var(--teal-blue);
    background-color: transparent;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100px;
    height: auto;
    transition: 0.3s;
}

.swiper-slide img:hover {
    filter: grayscale(0%);
}

@media (max-width: 576px) {
    .swiper-slide img {
        width: 70px;
        height: auto;
        filter: grayscale(100%);
        transition: 0.3s;
    }
}

.faq .accordion-button::after {
    margin-left: auto;
    margin-right: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 13px;
    background-position: center;
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.faq .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.faq.rtl .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
    transform: rotate(0deg);
}

.faq.rtl .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.faq.ltr .accordion-button::after {
    margin-left: auto;
    margin-right: 0;
    transform: rotate(0deg);
}

.faq.ltr .accordion-button[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.faq .position-relative .background::before {
    content: "";
    background: rgba(253, 155, 121, 0.15);
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
    max-width: 225px;
    max-height: 225px;
    top: 75px;
}

.faq .position-relative .fehmi-ai-img {
    max-width: 250px;
}

.rtl .faq .position-relative .fehmi-ai-img {
    transform: scaleX(1);
}
.ltr .faq .position-relative .fehmi-ai-img {
    transform: scaleX(-1);
}
.rtl .faq .position-relative .cloud-img {
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 28%;
}

.ltr .faq .position-relative .cloud-img {
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 28%;
    transform: scaleX(-1);
}

.faq .position-relative p {
    margin-bottom: 0;
    position: absolute;
    top: 37px;
    max-width: 120px;
    color: var(--white-color);
    font-size: 14px;
}

.rtl .faq .position-relative p {
    left: 30%;
}

.ltr .faq .position-relative p {
    right: 30%;
}

.header-blogs,
.header-packages {
    padding: 4rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-packages .header-packages-content {
    line-height: 3rem;
}
.header-packages-content h1 {
    font-size: 1.8rem;
}
.header-blogs .header-blogs-content {
    line-height: 3rem;
}

.header-blogs .nav-tabs .nav-link {
    font-weight: bold;
    border: none;
    font-size: 18px;
}

.header-blogs .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--teal-blue);
    background-color: transparent;
}

.header-blogs .nav-tabs {
    border-bottom: none;
    gap: 1rem;
}

.rtl .header-blogs .tab-content .tab-pane .card,
.rtl .article .card {
    text-align: right;
    margin-bottom: 1.5rem;
}

.ltr .header-blogs .tab-content .tab-pane .card,
.ltr .article .card {
    text-align: left;
    margin-bottom: 1.5rem;
}

.header-blogs .tab-content .tab-pane .card p,
.article .card p {
    margin-bottom: 0.5rem;
}

.header-blogs .tab-content .tab-pane .card .blue-color:hover,
.header-blogs .nav-tabs .nav-link:hover,
.article .card .blue-color:hover {
    background: linear-gradient(
        180deg,
        var(--midnight-blue) 0%,
        var(--teal-blue) 50%,
        var(--turquoise) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-blogs .tab-content .tab-pane .card .categories,
.article .card .categories {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.header-blogs .tab-content .tab-pane .card .categories .category-1,
.header-blogs .tab-content .tab-pane .card .categories .category-2,
.article .card .categories .category-1,
.article .card .categories .category-2 {
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
}

.header-blogs .tab-content .tab-pane .card .categories .category-1,
.article .card .categories .category-1 {
    color: var(--teal-blue);
    background-color: var(--gray-color);
}

.header-blogs .tab-content .tab-pane .card .categories .category-2,
.article .card .categories .category-2 {
    background-color: #f6ffc5;
    color: #ecb994;
}

.rtl .FehmiAI {
    transform: scaleX(-1);
}

.ltr .FehmiAI {
    transform: scaleX(1);
}

.article {
    position: relative;
    padding: 4rem 0 2rem 0;
}

.article .article-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 6px 12px 5px rgba(0, 0, 0, 0.03);
    max-width: 700px;
    margin-bottom: 1.5rem;
}

.article .share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem 0;
}

.article .share .line-share {
    flex-grow: 1;
    height: 2px;
    background-color: var(--teal-blue);
}

.article .share .btn {
    color: var(--teal-blue);
    padding: 5px 10px 4px 10px;
}

.header-packages .row .card {
    padding: 8px;
    height: 100%;
    border: 2px solid var(--teal-blue);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    background: white;
    border: 1px solid #eef2f6;
    z-index: 1;
}

.header-packages .row .main-card {
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    color: var(--white-color);
}

.header-packages .row .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.header-packages .row .main-card .card-body {
    background-color: var(--white-color);
}

.header-packages .row .card .card-body {
    border-radius: 0.375rem;
    color: var(--black-color);
}

.header-packages .row .card .card-header {
    border: 0;
    background: transparent;
    padding: 0;
}

.header-packages .row .card .card-header h5 {
    font-weight: 600;
    font-size: 1.4rem;
}

.header-packages .row .card .card-header p {
    font-size: 0.9rem;
}

.header-packages .row .left-card .card-header p,
.header-packages .row .right-card .card-header p {
    color: #a6a6a6;
}

.header-packages .row .card .card-header p,
.header-packages .row .card .card-header {
    margin-bottom: 0.5rem;
}

.header-packages .row .left-card .card-body,
.header-packages .row .right-card .card-body {
    background-color: var(--gray-color);
}

.header-packages .row .card ul.ps-0 {
    list-style: none;
    margin-bottom: 0;
}

.header-packages .row .card ul.ps-0 li {
    position: relative;
    padding-right: 25px;
    text-align: right;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.header-packages .row .card ul.ps-0 li::before {
    content: "✔";
    font-size: 12px;
    color: var(--white-color);
    background: linear-gradient(
        180deg,
        var(--turquoise) 0%,
        var(--teal-blue) 50%,
        var(--midnight-blue) 100%
    );
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 2px 5px 0px 5px;
}

.header-packages.ltr .card ul.ps-0 li {
    text-align: left;
    padding: 0.8em 1em;
    font-size: 0.9em;
}

.header-packages.rtl .card ul.ps-0 li {
    padding: 0.8em 1em;
    font-size: 0.9em;
    padding-left: 0;
    text-align: right;
}

.header-packages.ltr .card ul.ps-0 li::before {
    left: 0;
    right: auto;
}

.header-packages.rtl .card ul.ps-0 li::before {
    right: 0;
    left: auto;
}

/* تنسيق قسم المسارات المشمولة */
.header-packages .row .card .paths {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-packages .row .card .paths h6 {
    color: var(--midnight-blue);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 12px;
    text-align: right;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.header-packages.ltr .row .card .paths h6 {
    text-align: left;
}

.header-packages .row .card .paths ul {
    padding-right: 0;
    margin: 0;
    list-style: none;
}

.header-packages.ltr .row .card .paths ul {
    padding-left: 0;
}

.header-packages .row .card .paths ul li {
    padding: 8px 0;
    margin: 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #f0f0f0;
}

.header-packages .row .card .paths ul li:last-child {
    border-bottom: none;
}

.header-packages .row .card .paths ul li i {
    color: var(--turquoise);
    margin-left: 8px;
    font-size: 1.1rem;
}

.header-packages .row .main-card .paths {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: #d0d0d0;
}

.header-packages .row .main-card .paths h6 {
    color: var(--midnight-blue);
}

@media (max-width: 768px) {
    .header-packages .row .card .paths {
        padding: 12px;
    }

    .header-packages .row .card .paths h6 {
        font-size: 0.95rem;
    }

    .header-packages .row .card .paths ul li {
        font-size: 0.85rem;
        padding: 6px 0;
    }
}

@media (max-width: 1400px) {
    .types-of-tests .row .card {
        margin-right: 1rem;
    }
}

@media (max-width: 1200px) and (min-width: 991.98px) {
    .header .navbar .nav-link {
        font-size: 12px;
    }

    .abilities-section .row .fehmi-col {
        width: 50%;
    }

    .abilities-section .row .card-col {
        width: 25%;
    }

    .header-home,
    .header-tests {
        height: auto !important;
    }

    .ltr .abilities-section .row .position-relative p {
        left: 58%;
    }

    .rtl .tests-section .row .position-relative p {
        height: 4vh;
    }
}

@media (max-width: 1200px) {
    .header-home .header-home-content .leaves-1 {
        right: 16%;
    }

    .header-home .header-home-content .leaves-2 {
        left: 15%;
    }

    .header-tests .header-tests-content .leaves-1 {
        right: 16%;
    }

    .header-tests .header-tests-content .leaves-2 {
        left: 15%;
    }

    .types-of-tests .row .card {
        margin-right: 0;
    }

    .rtl .tests-section .row .position-relative .cloud-img {
        top: -10px;
        right: 50%;
    }

    .ltr .tests-section .row .position-relative .cloud-img {
        top: -10px;
        left: 30%;
    }

    .rtl .tests-section .row .position-relative p {
        top: 20px;
        right: 64%;
        height: 4vh;
    }

    .ltr .tests-section .row .position-relative p {
        top: 20px;
        left: 63%;
        height: 5vh;
    }

    .header-faq .header-faq-content .search-box {
        width: 450px;
    }

    .header-faq .header-faq-content .position-relative .arrow-1 {
        right: 80px;
        top: -10px;
    }

    .header-faq .header-faq-content .position-relative .arrow-2 {
        left: 80px;
        top: -10px;
    }

    .rtl .faq .position-relative .cloud-img {
        left: 20%;
    }

    .ltr .faq .position-relative .cloud-img {
        right: 20%;
    }

    .rtl .faq .position-relative p {
        left: 23%;
        font-size: 13px;
    }

    .ltr .faq .position-relative p {
        right: 23%;
        font-size: 13px;
    }

    .rtl .header-home {
        height: auto !important;
    }

    .ltr .header-tests .header-tests-content .leaves-1,
    .ltr .header-tests .header-tests-content .leaves-2 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header-tests {
        height: auto !important;
        padding: 2rem 0 2rem 0rem;
    }

    .header-home {
        height: auto !important;
    }
}

@media (max-width: 1025px) {
    .header-tests {
        height: auto;
        padding: 2rem 0 2rem 0rem;
    }

    .header-home {
        height: auto !important;
    }

    .rtl .tests-section .row .position-relative p {
        height: 5vh;
    }
}

@media (width: 1024px) {
    .rtl .tests-section .row .position-relative p {
        height: 4vh;
    }
}

@media (max-width: 991.98px) {
    .footer .row .content-logo {
        order: -1;
    }

    .footer .row .content-logo .footer-logo {
        width: 150px;
    }

    .header-home {
        height: auto;
        padding: 1rem 0 3rem 0rem;
        min-height: auto !important;
    }

    .header-home .header-home-content {
        margin-top: 2rem;
    }

    .header-home .header-home-content .leaves-1 {
        right: 5%;
    }

    .header-home .header-home-content .leaves-2 {
        left: 7%;
    }

    .header-home .header-home-content .logo-2 {
        max-width: 225px;
        transform: translate(-55%, -15%);
    }

    .header-home .header-home-content .arrow {
        max-width: 125px;
        left: 10%;
        top: 165px;
    }

    .header-tests .header-tests-content {
        margin-top: 2rem;
    }

    .header-tests .header-tests-content .leaves-1 {
        right: 5%;
    }

    .header-tests .header-tests-content .leaves-2 {
        left: 7%;
    }

    .header-tests .header-tests-content .arrow {
        max-width: 125px;
        left: 10%;
        top: 165px;
    }

    .rtl .our-features-section .row .first-card .card-body,
    .rtl .our-features-section .row .second-card .card-body {
        padding-left: 5rem;
    }

    .ltr .our-features-section .row .first-card .card-body,
    .ltr .our-features-section .row .second-card .card-body {
        padding-right: 5rem;
    }

    .rtl .our-features-section .row .third-card .card-body,
    .rtl .our-features-section .row .fourth-card .card-body {
        padding-right: 5rem;
    }

    .ltr .our-features-section .row .third-card .card-body,
    .ltr .our-features-section .row .fourth-card .card-body {
        padding-left: 5rem;
    }

    .our-features-section .row .fehmi-circle {
        max-width: 200px;
    }

    .rtl .types-of-tests .row .yos-card {
        transform: rotate(0deg);
        margin-bottom: 1rem;
        order: -1;
        bottom: 0px;
    }

    .ltr .types-of-tests .row .yos-card {
        transform: rotate(0deg);
        margin-bottom: 1rem;
        order: -1;
        bottom: 0px;
    }

    .ltr .abilities-section .row .position-relative .cloud-img {
        max-width: 200px;
        position: absolute;
        top: 0;
        left: 44%;
        transform: translateX(90px) scaleX(-1);
    }

    .types-of-tests .row .card {
        width: auto;
        border-radius: 8px;
        margin-bottom: 0;
    }

    .types-of-tests .row .card .note-img {
        transform: rotate(0deg);
    }

    .types-of-tests .row .card .card-body {
        padding: 8px;
        justify-content: center;
    }

    .header-tests .header-tests-content .ball-2 {
        right: -5%;
    }

    .header-tests .header-tests-content .ball-3 {
        top: -15%;
    }

    .rtl .tests-section .row .position-relative .cloud-img {
        max-width: 150px;
        right: 50%;
    }

    .ltr .tests-section .row .position-relative .cloud-img {
        max-width: 157px;
        left: 23%;
    }

    .rtl .tests-section .row .position-relative p {
        max-width: 90px;
        top: 15px;
        right: 64%;
        font-size: 10px;
        height: 4vh;
    }

    .ltr .tests-section .row .position-relative p {
        max-width: 90px;
        top: 15px;
        left: 65%;
        font-size: 10px;
        height: 4vh;
    }

    .tests-section .row .position-relative .blue-background {
        transform: translate(-60%, 0%);
    }

    .abilities-section .row .fehmi-col {
        order: -1;
    }

    .abilities-section .row .position-relative .background,
    .exam-preparation .row .img-col {
        text-align: center;
    }

    .header-faq {
        height: auto;
        padding: 3rem 0 0 0;
    }

    .header-faq .header-faq-content .position-relative .arrow-1 {
        right: 0;
        top: -10px;
    }

    .header-faq .header-faq-content .position-relative .arrow-2 {
        left: 0;
        top: -10px;
    }

    .rtl .faq .position-relative .cloud-img {
        left: 10%;
    }

    .ltr .faq .position-relative .cloud-img {
        right: 7%;
    }

    .rtl .faq .position-relative p {
        left: 13%;
    }

    .ltr .faq .position-relative p {
        right: 11%;
    }

    .header-blogs,
    .article,
    .header-packages {
        padding: 3rem 0 0 0;
    }

    .header-packages .row .main-card {
        transform: scale(1);
    }

    .header-packages .row .col-lg-4 {
        margin-bottom: 1.5rem;
    }

    .ltr .fehmi-ai-section ul li::before {
        top: 14%;
    }

    .ltr .abilities-section .row .position-relative p {
        left: 64%;
    }

    .rtl .fehmi-ai-section ul li::before {
        top: 29%;
    }

    .fehmi-ai-section .fehmi-card {
        height: 490px !important;
    }

    .statistics .row .statistics-img {
        height: 390px;
        object-fit: cover;
    }

    .statistics .row .col-md-6 .row .card {
        height: 92%;
    }

    .statistics .row .col-md-6 .row .card h5 {
        font-size: 1rem;
    }
       .header-home .header-home-content .buttons .arrow {
    position: absolute;
    display: none;

}
    [dir='ltr'] .header-home .header-home-content .buttons .arrow {
    position: absolute;
    max-width: 80px;
   margin-right: 0%;
      margin-left: 0%;
   transform:scaleX(-1);
       display: none;
}
}

@media (max-width: 820px) {
    .header-home {
        height: auto !important;
    }

    .fehmi-ai-section .fehmi-card {
        height: 490px !important;
    }

    .rtl .tests-section .row .position-relative .fehmi-ai-img {
        max-width: 250px;
        transform: scaleX(1);
    }
}

@media (max-width: 767.98px) {
    .footer .row .content-logo {
        align-items: center;
    }

    .footer i {
        font-size: 18px;
    }

    .header-home {
        padding: 0rem 0 2rem 0rem;
    }

    .header-home .header-home-content .leaves-1 {
        right: -5%;
        max-width: 75px;
        top: 0;
    }

    .header-home .header-home-content .leaves-2 {
        left: -2%;
        max-width: 75px;
        top: -3px;
    }

    .header-home .header-home-content .logo-2 {
        max-width: 100%;
        transform: translate(-55%, -15%);
    }

    .header-home .header-home-content .arrow {
        max-width: 100px;
        left: 5%;
        top: 180px;
    }

    .header-tests .header-tests-content .leaves-1 {
        right: -5%;
        max-width: 75px;
        top: 0;
    }

    .header-tests .header-tests-content .leaves-2 {
        left: -2%;
        max-width: 75px;
        top: -3px;
    }

    .header-tests .header-tests-content .ball-1 {
        left: 10%;
    }

    .header-tests .header-tests-content .ball-3 {
        top: -10%;
        left: 25%;
    }

    .header-tests .header-tests-content .ball-2 {
        top: 40%;
        right: -8%;
    }

    .header-tests .header-tests-content .arrow {
        max-width: 100px;
        left: 5%;
        top: 180px;
    }

    .ltr .fehmi-ai-section ul li::before {
        top: 23%;
    }

    .rtl .our-features-section .row .first-card .card-body,
    .rtl .our-features-section .row .second-card .card-body {
        padding-left: 1rem;
    }

    .ltr .our-features-section .row .first-card .card-body,
    .ltr .our-features-section .row .second-card .card-body {
        padding-right: 1rem;
    }

    .rtl .our-features-section .row .third-card .card-body,
    .rtl .our-features-section .row .fourth-card .card-body {
        padding-right: 1rem;
    }

    .ltr .our-features-section .row .third-card .card-body,
    .ltr .our-features-section .row .fourth-card .card-body {
        padding-left: 1rem;
    }

    .our-features-section .row .fehmi-circle {
        display: none;
    }

    .header-tests .header-tests-content .leaves-1,
    .header-tests .header-tests-content .leaves-2 {
        display: none;
    }

    .rtl .our-features-section .row .first-card::before,
    .rtl .our-features-section .row .second-card::before,
    .rtl .our-features-section .row .third-card::before,
    .rtl .our-features-section .row .fourth-card::before {
        top: -7px;
        right: -7px;
    }

    .ltr .our-features-section .row .first-card::before,
    .ltr .our-features-section .row .second-card::before,
    .ltr .our-features-section .row .third-card::before,
    .ltr .our-features-section .row .fourth-card::before {
        top: -7px;
        left: -7px;
    }

    .ltr .abilities-section .row .position-relative p {
        margin-bottom: 0;
        position: absolute;
        top: 35px;
        max-width: 125px;
        left: 75%;
        color: var(--white-color);
        font-size: 13px;
    }

    .types-of-tests .row .tr-yos-img {
        margin-bottom: 1rem;
    }

    .types-of-tests .row .order {
        order: -1;
    }

    .rtl .tests-section .row .position-relative .fehmi-ai-img {
        max-width: 250px;
        transform: scaleX(1) scale(1.5);
    }

    .ltr .tests-section .row .position-relative .fehmi-ai-img {
        max-width: 250px;
    }

    .tests-section .row .position-relative {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .rtl .tests-section .row .position-relative .cloud-img {
        max-width: 175px;
        right: 60%;
    }

    .ltr .tests-section .row .position-relative .cloud-img {
        max-width: 175px;
        left: 36%;
    }

    .rtl .tests-section .row .position-relative p {
        max-width: 90px;
        top: 20px;
        right: 71%;
        font-size: 11px;
        height: 6vh;
    }

    .ltr .tests-section .row .position-relative p {
        max-width: 90px;
        top: 20px;
        left: 65%;
        font-size: 11px;
    }

    .tests-section .row .position-relative .blue-background {
        transform: translate(-125%, 0%);
    }

    .header-faq {
        padding: 2rem 0 0 0;
    }

    .header-faq .header-faq-content .search-box {
        width: 300px;
    }

    .header-faq .header-faq-content .position-relative .arrow-1,
    .header-faq .header-faq-content .position-relative .arrow-2 {
        max-width: 125px;
    }

    .header-faq .faq-img-section {
        margin-top: 2rem;
    }

    .header-faq .faq-img-section img {
        max-width: 250px;
    }

    .header .header-logo .logo {
        width: 52px;
    }

    .faq .position-relative .fehmi-ai-img {
        max-width: 275px;
    }

    .faq .position-relative .background::before {
        max-width: 250px;
        max-height: 250px;
    }

    .rtl .position-relative .background {
        text-align: right;
    }

    .ltr.position-relative .background {
        text-align: left;
    }

    .faq .position-relative .cloud-img {
        max-width: 225px;
    }

    .rtl .faq .position-relative p {
        left: 15%;
        font-size: 15px;
        max-width: 125px;
        top: 44px;
    }

    .ltr .faq .position-relative p {
        right: 11%;
        font-size: 15px;
        max-width: 125px;
        top: 35px;
    }

    .header-blogs,
    .article,
    .header-packages {
        padding: 2rem 0 0 0;
    }

    .fehmi-ai-section .fehmi-card .fehmi-img {
        max-width: 240px;
    }

    .fehmi-ai-section .fehmi-card {
        height: auto !important;
    }
    .fehmi-ai-section h2 {
        font-size: 1.4rem;
    }

    .statistics .row .statistics-img {
        height: auto !important;
        margin-top: 12px;
    }

}

@media (max-width: 576px) {
    .footer .row .content-logo .footer-logo {
        width: 150px;
    }

    .header-home .header-home-content .leaves-1 {
        right: -1%;
        max-width: 50px;
        top: 8px;
    }

    .header-home .header-home-content .leaves-2 {
        left: 0;
        max-width: 50px;
        top: 0;
    }

    .header-tests .header-tests-content .leaves-1 {
        right: -1%;
        max-width: 50px;
        top: 8px;
    }

    .header-tests .header-tests-content .leaves-2 {
        left: 0;
        max-width: 50px;
        top: 0;
    }

    .header-tests .header-tests-content .ball-1 {
        top: 90%;
        padding: 10px;
        left: 20%;
    }

    .header-tests .header-tests-content .ball-2 {
        padding: 10px;
        right: 3%;
    }

    .header-tests .header-tests-content .ball-5 {
        left: 80px;
    }

    .tests-section .row .position-relative .blue-background {
        display: none;
    }

    .blue-ball,
    .pink-ball {
        padding: 90px;
        top: 0;
    }

    .header-faq .header-faq-content .position-relative .arrow-1,
    .header-faq .header-faq-content .position-relative .arrow-2 {
        max-width: 100px;
    }

    .faq .accordion-button {
        font-size: 14px;
    }

    .faq .accordion-button::after {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .header-home .header-home-content h1,
    .header-tests .header-tests-content h1,
    .header-faq h1,
    .header-blogs-content h1,
    .header-packages-content h1 {
        font-size: 25px;
    }

    .ltr .abilities-section .row .position-relative .cloud-img {
        left: 25%;
        max-width: 161px;
    }

    .ltr .abilities-section .row .position-relative p {
        left: 50%;
        top: 13%;
        font-size: 11px;
    }

    .exam-preparation .row .exam-preparation-img {
        max-width: 250px;
        max-height: 250px;
        object-fit: cover;
    }

    .statisti.statistics
        .row
        .position-relative
        .second-cardcs
        .row
        .position-relative
        .first-card {
        right: 12px;
    }

    .ltr .fehmi-ai-section ul li::before {
        top: 21%;
    }

    .ltr .tests-section .row .position-relative p {
        left: 65%;
        top: 15px;
    }

    .rtl .abilities-section .row .position-relative .background {
        text-align: right;
    }

    .ltr .abilities-section .row .position-relative .background {
        text-align: left;
    }

    .rtl .abilities-section .row .position-relative .cloud-img {
        max-width: 170px;
    }

    .fehmi-ai-section .fehmi-card .fehmi-img {
        max-width: 220px;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }

    .fehmi-ai-section ul li {
        font-size: 0.8rem;
    }

    .our-features-section .row .card .card-body img {
        max-width: 40px;
    }

    .types-of-tests .row .card .card-body {
        padding: 2px;
    }

    .types-of-tests .row .card .card-body h5 {
        font-size: 12px;
    }

    .types-of-tests .row .card .note-img {
        max-width: 33px;
    }

    .ql-size-large {
        font-size: 1.4rem;
    }

    p {
        font-size: 0.9rem;
    }

    .types-of-tests .row .show-more,
    .test-skills .join-btn {
        font-size: 14px;
    }

    .tests-section .row .card img {
        max-width: 65px;
    }

    .header-blogs .header-blogs-content {
        line-height: 2rem;
    }
}

@media (max-width: 480px) {
    .header-home .header-home-content .arrow {
        max-width: 75px;
        left: 5%;
        top: 190px;
    }

    .header-tests .header-tests-content .arrow {
        max-width: 75px;
        left: 5%;
        top: 190px;
    }

    .header-tests .header-tests-content .ball-1 {
        padding: 8px;
        left: 10%;
    }

    .header-tests .header-tests-content .ball-3 {
        top: -5%;
        left: 15%;
    }

    .header-tests .header-tests-content .ball-2 {
        top: 0;
        padding: 8px;
    }

    .header-tests .header-tests-content .leaves-1,
    .header-tests .header-tests-content .leaves-2 {
        display: none;
    }

    .tests-section .row .position-relative .fehmi-ai-img {
        margin-top: 2rem;
        max-width: 200px;
        transform: rotate(25deg);
    }

    .tests-section .row .position-relative .background::before {
        max-width: 200px;
        max-height: 200px;
    }

    .rtl .tests-section .row .position-relative p {
        right: 74%;
        height: 6vh;
    }

    .ltr .tests-section .row .position-relative p {
        left: 73%;
        height: 6vh;
    }

    .abilities-section .row .position-relative .background {
        text-align: justify;
    }

    .header-faq .header-faq-content .search-box {
        width: auto;
    }

    .faq .position-relative .fehmi-ai-img {
        max-width: 190px;
        margin-top: 2rem;
        position: relative;
        right: 0px;
    }
    .ltr .faq .position-relative .fehmi-ai-img {
        max-width: 190px;
        margin-top: 2rem;
        position: relative;
        right: 40px;
    }
    .faq .position-relative .background::before {
        max-width: 225px;
        max-height: 225px;
        margin-top: 2rem;
    }

    .rtl .faq .position-relative .cloud-img {
        max-width: 200px;
        left: 8%;
    }

    .ltr .faq .position-relative .cloud-img {
        max-width: 172px;
        right: 1%;
    }

    .rtl .faq .position-relative p {
        left: 13%;
        font-size: 14px;
        top: 45px;
    }

    .ltr .faq .position-relative p {
        right: 2%;
        font-size: 11px;
        top: 28px;
        width: 111px;
    }

    .header-home .header-home-content h1,
    .header-tests .header-tests-content h1,
    .header-faq h1,
    .header-blogs-content h1,
    .header-packages-content h1 {
        font-size: 25px;
    }

    .ltr .abilities-section .row .position-relative p {
        left: 59%;
    }
}

@media (max-width: 420px) {
    .header-home .header-home-content .arrow {
        display: none;
    }

    .header-home {
        padding: 0rem 0 0.5rem 0rem;
    }

    .header-home .header-home-content .logo-2 {
        max-width: 100%;
    }

    .header-tests .header-tests-content .arrow {
        display: none;
    }

    .header-tests {
        padding: 1rem 0 0.5rem 0rem;
    }

    .line {
        max-width: 75px;
    }

    .our-features-section .row .first-card::before,
    .our-features-section .row .second-card::before,
    .our-features-section .row .third-card::before,
    .our-features-section .row .fourth-card::before {
        width: 125px;
        height: 110px;
    }

    .rtl .tests-section .row .position-relative .cloud-img {
        max-width: 150px;
        right: auto;
    }

    .ltr .tests-section .row .position-relative .cloud-img {
        max-width: 163px;
        left: 28%;
    }

    .rtl .tests-section .row .position-relative p {
        top: 17px;
        font-size: 10px;
        right: 62%;
        height: 4vh;
    }

    .ltr .tests-section .row .position-relative p {
        top: 15px;
        font-size: 9px;
        left: 64%;
        height: 6vh;
    }

    .header-faq .header-faq-content .position-relative .arrow-1,
    .header-faq .header-faq-content .position-relative .arrow-2 {
        top: 25px;
        max-width: 90px;
    }

    .header-faq .faq-img-section {
        margin-top: 3rem;
    }

    .header-faq .faq-img-section img {
        max-width: 225px;
    }

    .rtl .faq .position-relative .cloud-img {
        left: 0;
    }

    .ltr .faq .position-relative .cloud-img {
        right: 0;
        top: -22px;
    }

    .rtl .faq .position-relative p {
        left: 5%;
    }

    .ltr .faq .position-relative p {
        /* right: 2%;
        font-size: 11px;
        top: 6px;
        max-width: 111px; */
        right: 4%;
        font-size: 11px;
        top: 8px;
        max-width: 111px;
    }

    .welcome {
        font-size: 1rem;
    }

    .rtl .abilities-section .row .position-relative .cloud-img {
        max-width: 179px;
    }

    .rtl .abilities-section .row .position-relative p {
        max-width: 121px;
        left: 5px;
        font-size: 12px;
    }

    .ltr .abilities-section .row .position-relative p {
        left: 60%;
        top: 14%;
        font-size: 9px;
    }
}

@media (max-width: 390px) {
    .abilities-section .row .position-relative .fehmi-ai-img {
        max-width: 200px;
    }

    .abilities-section .row .position-relative .background::before {
        max-width: 170px;
        max-height: 170px;
    }

    .abilities-section .row .position-relative .cloud-img {
        max-width: 175px;
    }

    .rtl .abilities-section .row .position-relative p {
        top: 30px;
        max-width: 110px;
        left: 7px;
        font-size: 12px;
    }

    .ltr .abilities-section .row .position-relative p {
        top: 34px;
        max-width: 110px;
        left: 65%;
        font-size: 10px;
    }

    .faq .position-relative .cloud-img {
        max-width: 175px;
    }

    .rtl .faq .position-relative p {
        left: 8%;
        max-width: 110px;
        font-size: 13px;
        top: 40px;
    }

    .ltr .faq .position-relative p {
        right: 4%;
        max-width: 110px;
        font-size: 11px;
        /* top: 3px; */
    }

    .article .share .blue-color {
        font-size: 0.9rem;
    }

    .rtl .abilities-section .row .position-relative .cloud-img {
        max-width: 163px;
    }

    .rtl .abilities-section .row .position-relative p {
        top: 29px;
        left: 1px;
        font-size: 12px;
    }

    .ltr .tests-section .row .position-relative p {
        top: 15px;
        font-size: 9px;
        left: 69%;
        height: 7vh;
    }
}

@media (max-width: 320px) {
    .header-home .header-home-content .leaves-1,
    .header-home .header-home-content .leaves-2 {
        display: none;
    }

    .line {
        max-width: 50px;
    }

    .header-tests .header-tests-content .ball-1 {
        padding: 6px;
        left: 0%;
    }

    .header-tests .header-tests-content .ball-2 {
        padding: 6px;
        right: 0%;
    }

    .header-tests .header-tests-content .ball-3 {
        left: 2%;
    }

    .rtl .tests-section .row .position-relative .fehmi-ai-img {
        max-width: 160px;
    }

    .ltr .tests-section .row .position-relative .fehmi-ai-img {
        max-width: 160px;
    }

    .tests-section .row .position-relative .background::before {
        max-width: 160px;
        max-height: 160px;
    }

    .rtl .tests-section .row .position-relative .cloud-img {
        max-width: 140px;
        right: auto;
        top: 5px;
    }

    .ltr .tests-section .row .position-relative .cloud-img {
        max-width: 140px;
        left: auto;
        top: 5px;
    }

    .rtl .tests-section .row .position-relative p {
        top: 30px;
        font-size: 9px;
        right: 63%;
    }

    .ltr .tests-section .row .position-relative p {
        top: 15px;
        font-size: 9px;
        left: 63%;
    }

    .rtl .abilities-section .row .position-relative .fehmi-ai-img {
        max-width: 175px;
    }

    .ltr .abilities-section .row .position-relative .fehmi-ai-img {
        max-width: 250px;
        position: relative;
        transform: scaleX(-1);
    }

    /*
   .ltr .tests-section .row .position-relative {
    display: flex;
    justify-content: center;
   } */

    .abilities-section .row .position-relative .background::before {
        max-width: 140px;
        max-height: 140px;
    }

    .abilities-section .row .position-relative .cloud-img {
        max-width: 150px;
    }

    .rtl .abilities-section .row .position-relative p {
        top: 25px;
        max-width: 100px;
        left: 0;
        font-size: 10px;
    }

    .ltr .abilities-section .row .position-relative p {
        top: 25px;
        max-width: 100px;
        right: 0;
        font-size: 10px;
    }

    .header-faq .header-faq-content .position-relative .arrow-1,
    .header-faq .header-faq-content .position-relative .arrow-2 {
        top: 30px;
    }

    .header-faq .header-faq-content .position-relative .arrow-1 {
        transform: rotate(20deg);
    }

    .header-faq .header-faq-content .position-relative .arrow-2 {
        transform: rotate(-20deg);
    }

    .header-faq .faq-img-section img {
        max-width: 100%;
    }

    .article .share .blue-color {
        font-size: 0.8rem;
    }

    .article .share .btn {
        font-size: 14px;
    }
}

.dropdown-item {
    cursor: pointer !important;
}

.ql-editor .ql-size-small {
    font-size: 0.75em;
}

/* .ql-editor .ql-size-large {
   font-size: calc(1.375rem + 1.5vw);
} */

.ql-editor .ql-size-huge {
    font-size: 2em;
}

.ql-size-xs {
    font-size: 0.7em !important;
}

.ql-size-sm {
    font-size: 0.85em !important;
}

.ql-size-md {
    font-size: 1em !important;
}

.ql-size-lg {
    font-size: 1.25em !important;
}

.ql-size-xl {
    font-size: 1.5em !important;
}

.ql-size-xxl {
    font-size: 2em !important;
}

.layer {
    z-index: -5;
    opacity: 0.6;
}

.path-packages {
    text-decoration: none;
    color: #35afbc;
}

/* Base Styles */
.privacy-page {
    color: #333;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}

/* Hero Section */
.privacy-hero {
    position: relative;
    /* height: 70vh; */
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #35afbc;
    overflow: hidden;
    background: #f9fbfd;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.privacy-hero h1 {
    font-weight: 600;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.privacy-hero p {
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease 0.3s forwards;
    opacity: 0;
    color: #333;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    cursor: pointer;
}

/* Main Content */
/* .privacy-main {
        padding: 80px 0;
        position: relative;
        background-color: #f9fbfd;
    } */

/* .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    } */

/* Introduction */
.privacy-intro {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.intro-icon {
    font-size: 3rem;
    color: #35afbc;
    margin-bottom: 20px;
}

.privacy-intro h2 {
    font-size: 2.2rem;
    color: #22385f;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.privacy-intro h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #308a9f;
}

.privacy-intro p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: #555;
}

/* Privacy Sections */
.privacy-sections {
    margin-bottom: 80px;
}

.privacy-section {
    display: flex;
    margin-bottom: 50px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* .privacy-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    } */

.section-number {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(to bottom, #35afbc, #308a9f);
}

.section-content {
    flex: 1;
    padding: 30px;
}

.section-content h3 {
    font-size: 1.6rem;
    color: #22385f;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.section-content h3 i {
    margin-left: 10px;
    color: #308a9f;
}

.section-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

/* Lists */
.section-content ul {
    margin: 20px 0;
    padding-right: 20px;
}

.rtl .section-content li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 30px;
    list-style-type: none;
}

.ltr .section-content li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    list-style-type: none;
}

.rtl .section-content li i {
    position: absolute;
    right: 0;
    top: 5px;
    color: #35afbc;
}

.ltr .section-content li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #35afbc;
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.usage-item {
    background: #f5f9fa;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.usage-item:hover {
    background: #e1f0f3;
    transform: translateY(-5px);
}

.usage-icon {
    font-size: 2rem;
    color: #308a9f;
    margin-bottom: 15px;
}

.usage-item h4 {
    color: #22385f;
    margin-bottom: 10px;
}

.usage-item p {
    font-size: 1rem;
    color: #666;
}

/* Security Features */
.security-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.security-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f9fa;
    padding: 20px;
    border-radius: 8px;
    min-width: 120px;
}

.security-item i {
    font-size: 1.8rem;
    color: #308a9f;
    margin-bottom: 10px;
}

.security-item span {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
}

.section-content {
    flex: 1;
    padding: 25px;
}

.section-content h3 {
    font-size: 1.4rem;
    color: #22385f;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* Note Box */
.note-box {
    background: #fff9e6;
    border-right: 4px solid #ffd700;
    padding: 15px;
    margin: 20px 0;
    display: flex;
}

.note-box i {
    color: #ffb700;
    font-size: 1.5rem;
    margin-left: 15px;
}

.note-box p {
    margin: 0;
    color: #666;
}

/* Cookie Types */
.cookie-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.cookie-type {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cookie-type h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.cookie-type p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.essential {
    border-top: 3px solid #35afbc;
}

.analytics {
    border-top: 3px solid #308a9f;
}

.marketing {
    border-top: 3px solid #22385f;
}

/* Toggle Switch */
.toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle label {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.toggle label:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.toggle input:checked + label {
    background-color: #35afbc;
}

.toggle input:checked + label:before {
    transform: translateX(26px);
}

.toggle input:disabled + label {
    background-color: #95a5a6;
    cursor: not-allowed;
}

/* Privacy Footer */
.privacy-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.update-info,
.contact-info {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.privacy-footer h3 {
    font-size: 1.4rem;
    color: #22385f;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.rtl .privacy-footer h3 i {
    margin-left: 10px;
    color: #308a9f;
}

.ltr .privacy-footer h3 i {
    margin-right: 10px;
    color: #308a9f;
}

.privacy-footer p {
    margin-bottom: 20px;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #35afbc, #308a9f);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.rtl .contact-button i {
    margin-left: 10px;
}

.ltr .contact-button i {
    margin-right: 10px;
}

.contact-button:hover {
    background: linear-gradient(to right, #308a9f, #22385f);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-20px) translateX(-50%);
    }

    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-hero p {
        font-size: 1.2rem;
    }

    .privacy-section {
        flex-direction: column;
    }

    .section-number {
        flex: 0 0 auto;
        padding: 15px;
        width: 100%;
        font-size: 20px;
    }

    .usage-grid,
    .cookie-types {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .privacy-intro h2 {
        font-size: 1.8rem;
    }
}

.payment-methods {
    animation: fadeInUp 1s ease-in-out;
}

.payment-wrapper {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.payment-wrapper:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.payment-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* about-platform */

.about-platform {
    position: relative;
    padding: 5rem 0;
    background-size: cover !important;
    background-attachment: fixed;
    min-height: 75vh;
    display: flex;
    align-items: center;
}

.platform-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    /* background-color: rgba(255,255,255,0.7);
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}

.platform-title {
    font-weight: 700;
    color: var(--turquoise);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.platform-lead {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.platform-text {
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #555;
    font-size: 1.1rem;
}

.platform-btn {
    background: linear-gradient(to right, #35afbc, #308a9f);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(53, 175, 188, 0.3);
    font-size: 1.1rem;
}

.platform-btn:hover {
    background: linear-gradient(to right, #308a9f, #35afbc);
    color: white;
}

/* بقية الأنماط... */

@media (max-width: 768px) {
    .about-platform {
        padding: 3rem 1rem;
        min-height: 30vh;
    }

    .platform-content {
        padding: 1.5rem;
    }

    .platform-title {
        font-size: 2rem;
    }

    .platform-lead,
    .platform-text {
        font-size: 1rem;
    }
}

/* end about-platform */
/* vision-mission */
.vision-mission {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.v-shape {
    position: absolute;
    background: linear-gradient(45deg, var(--turquoise), var(--teal-blue));
    opacity: 0.05;
    z-index: 0;
}

.v-shape-1 {
    width: 300px;
    height: 300px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: -150px;
    left: -150px;
    transform: rotate(45deg);
}

.v-shape-2 {
    width: 400px;
    height: 400px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -200px;
    right: -200px;
    transform: rotate(225deg);
}

.v-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--royal-blue), transparent 70%);
    opacity: 0.03;
    z-index: 0;
}

.v-circle-1 {
    width: 200px;
    height: 200px;
    top: 20%;
    right: 10%;
}

.v-circle-2 {
    width: 150px;
    height: 150px;
    bottom: 15%;
    left: 8%;
}

/* عنوان القسم */
.section-header {
    position: relative;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--midnight-blue);
    margin-bottom: 1.5rem;
}

.section-title span {
    color: var(--turquoise);
    position: relative;
}

.section-title span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, var(--turquoise), var(--teal-blue));
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 150px;
}

.section-divider span {
    flex: 1;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        var(--turquoise),
        transparent
    );
}

.section-divider i {
    margin: 0 15px;
    color: var(--turquoise);
    font-size: 1.5rem;
    background: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vm-card {
    position: relative;
    height: 100%;
    border-radius: 15px;
    background: white;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vm-card:hover .card-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(33, 73, 145, 0.3),
        rgba(53, 175, 188, 0.5)
    );
}

.vm-icon {
    width: 60px;
    height: 60px;
    margin: -40px auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--turquoise), var(--teal-blue));
    box-shadow: 0 10px 20px rgba(53, 175, 188, 0.3);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.vm-card:hover .vm-icon {
    transform: rotateY(180deg) scale(1.1);
    box-shadow: 0 15px 30px rgba(53, 175, 188, 0.4);
}

.vm-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--midnight-blue);
    position: relative;
    padding-bottom: 10px;
    padding: 0 20px;
}

.vm-title::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, var(--turquoise), var(--teal-blue));
}

.vm-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 0 20px 20px;
}

.vm-list {
    text-align: right;
    padding: 0 40px 20px 20px;
    list-style-type: none;
}

.vm-list li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #555;
}

.vm-list li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: var(--turquoise);
    border-radius: 50%;
}

.vm-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(53, 175, 188, 0.1) 0%,
        rgba(33, 73, 145, 0.05) 100%
    );
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease;
}

.vm-card:hover .vm-overlay {
    opacity: 1;
}

@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }

    .vm-card {
        padding-bottom: 1.5rem;
    }

    .card-image {
        height: 190px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .vm-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        margin-top: -35px;
    }

    .v-shape-1,
    .v-shape-2 {
        display: none;
    }

    .vm-text,
    .vm-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.6rem;
    }

    .vm-card {
        margin-bottom: 30px;
    }

    .vm-card:last-child {
        margin-bottom: 0;
    }

    .vm-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-top: -30px;
    }
}

/* end vision-mission */
/* contact-info */
/* contact-info */
.ci-card {
    position: relative;
    height: 100%;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.ci-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.ci-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--turquoise), var(--teal-blue));
    box-shadow: 0 8px 20px rgba(53, 175, 188, 0.3);
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.ci-card:hover .ci-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(53, 175, 188, 0.4);
}

.ci-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--midnight-blue);
    position: relative;
    flex-shrink: 0;
}

.ci-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, var(--turquoise), var(--teal-blue));
}

.ci-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 1rem;
    padding-top: 1rem;
}

.ci-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(53, 175, 188, 0.08) 0%,
        rgba(33, 73, 145, 0.04) 100%
    );
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
}

.ci-card:hover .ci-overlay {
    opacity: 1;
}

.work-hours .ci-card {
    padding: 2rem;
}

.work-hours .ci-icon {
    margin-bottom: 1rem;
}

.update-info,
.contact-info {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: none;
}

@media (max-width: 992px) {
    .ci-card {
        padding: 1.8rem 1.2rem;
        min-height: 220px;
    }

    .ci-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .ci-shape-1,
    .ci-shape-2 {
        display: none;
    }

    .work-hours .ci-card {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .ci-card {
        margin-bottom: 20px;
        min-height: auto;
    }

    .ci-card:last-child {
        margin-bottom: 0;
    }

    .work-hours .row > div {
        margin-bottom: 10px;
    }

    .work-hours .row > div:last-child {
        margin-bottom: 0;
    }
}
/* end contact-info */

.rtl .ql-editor .ql-align-right {
    text-align: right !important;
}
.ltr .ql-editor .ql-align-right {
    text-align: left !important;
}
.ltr .ql-editor .ql-align-left {
    text-align: left !important;
}

.rtl .ql-editor .ql-align-left {
    text-align: right !important;
}
.ql-editor .ql-align-center {
    text-align: center !important;
}
.ql-editor .ql-align-justify {
    text-align: justify !important;
}

/* WhatsApp Button Styles */
.whatsapp-button {
    /* Initially visible */
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    z-index: 9999;
    overflow: hidden;
    text-decoration: none;
}

.whatsapp-button:hover {
    background-color: #1eb954;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

.whatsapp-button i {
    font-size: 30px;
}

.placement-test-section {
    padding: 30px 0;
}

.pt-visual-card {
    border-radius: 8px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.pt-medal {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.pt-medal-inner {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.pt-medal-text {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    transition: opacity 0.25s;
}

.pt-medal-inner small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
}

.pt-vc-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.pt-vc-desc {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.pt-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}

/* .rtl .pt-chips {
    direction: ltr;
} */

.pt-chip {
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
        direction: ltr;

}

.pt-chip.active,
.pt-chip:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}

.pt-progress {
    width: 100%;
    position: relative;
    z-index: 1;
}

.pt-progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 4px;
}

.rtl .pt-progress-labels {
    flex-direction: row;
}

body.modal-open {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.modal {
    padding-right: 0 !important;
}

.pt-progress-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    height: 5px;
    overflow: hidden;
}

.pt-progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    width: 0%;
    transition: width 1.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.pt-range-info {
    text-align: left;
    display: flex;
    justify-content: center;
    color: #ffffff;
    direction: ltr;
    font-size: 14px;
}

.pt-range-info span {
    display: inline-block;
    min-width: fit-content;
}

#startPlacementBtn {
    transition: all 0.3s ease;
}

#startPlacementBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 768px) {
    .pt-visual-card {
        padding: 20px 15px;
    }

    .pt-chips {
        gap: 6px;
    }

    .pt-chip {
        padding: 4px 10px;
        font-size: 10px;
    }
}
