* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* text-align: right; */
}
[data-bs-theme='light'] {
    --img-color: #fff;
    --new-gray:#f6f6f6;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-gray: #78829d;
    --bs-gray-dark: #252f4a;
    --bs-gray-100: #f9f9f9;
    --bs-gray-200: #f1f1f4;
    --bs-gray-300: #dbdfe9;
    --bs-gray-400: #c4cada;
    --bs-gray-500: #99a1b7;
    --bs-gray-600: #78829d;
    --bs-gray-700: #4b5675;
    --bs-gray-800: #252f4a;
    --bs-gray-900: #071437;
    --bs-light: #f9f9f9;
    --bs-primary: #315b8a;
    --bs-secondary: #fcca6c;
    --bs-success: #17c653;
    --bs-info: #7239ea;
    --bs-warning: #fcca6c;
    --bs-danger: #f8285a;
    --bs-dark: #26272f;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-secondary-bg: #f1f1f1;
    --bs-blue2: #315b8a;
    --bs-blue3: #2a4f79;
    --bg-btn-primary: #4c7eb0;
    --bg-btn-secondary: #3b5066;
    --bg-icon: #dfdfdf;
    --bg-card: #ffffff;
    --bg-input: #f8f8f8;
    --bg-hover: #d8d8d8;
    --bg-accordion: #f7f9fa;
    --bg-tips-item: #faf6ff;
    --text-gray-300: #071437;
    --bs-modal-color: #071437;
}

[data-bs-theme='dark'] {
    --img-color: #bcbcbc;
    --new-gray:#1a1a1e;
    --bs-blue3: #1a1a1e;
    --bs-black: #ffffff;
    color-scheme: dark;
    --bs-black: #ffffff;
    --bs-modal-color: #ffffff;
    --bs-primary: #fcca6c;
    --bs-secondary: #315b8a;
    --bs-body-bg: #26272f;
    --bs-blue2: #fff;
    --bg-btn-primary: #fcca6c;
    --bg-btn-secondary: #fcca6c;
    --bg-card: #252f4a;
    --bg-input: #071437;
    --bg-hover: #252f4a;
    --bg-icon: #2c3f73;
    --bg-accordion: #252f4a;
    --bg-tips-item: #252f4a;
    --ca-subtitle: #f5f5f5;
    --text-gray-300: #dbdfe9;
}

body {
    font-family: 'Tajawal', sans-serif;
    background-color: var(--bs-body-bg);
}

.rtl {
    direction: rtl !important;
    text-align: right;
    .text-direction,
    .text-direction p,
    .text-direction a,
    .text-direction span,
    .text-direction h1,
    .text-direction h2,
    .text-direction h3,
    .text-direction h4,
    .text-direction h5,
    .text-direction label,
    .text-direction .form-control::placeholder,
    .text-direction input::placeholder {
        text-align: right;
    }
}

.ltr {
    direction: ltr !important;
    text-align: left;
    .text-direction,
    .text-direction p,
    .text-direction a,
    .text-direction span,
    .text-direction h1,
    .text-direction h2,
    .text-direction h3,
    .text-direction h4,
    .text-direction h5,
    .text-direction label,
    .text-direction .form-control::placeholder,
    .text-direction input::placeholder {
        text-align: left;
    }
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #315b8a;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3b5066;
}

.scroll-btn {
    position: fixed;
    bottom: 35px;
    right: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    font-size: 14px;
}
.settings-btn {
    position: fixed;
    bottom: 3px;
    right: 15px;
    transition: all 0.3s ease;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    font-size: 14px;
    opacity: 1;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #ffffff;
}

.scroll-btn.show {
    opacity: 1;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #ffffff;
}

.scroll-btn:hover,
.scroll-btn.active,
.scroll-btn:active,
:not(.scroll-btn-check) + .scroll-btn:active {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.settings-btn:hover,
.settings-btn.active,
.settings-btn:active,
:not(.settings-btn-check) + .settings-btn:active,
.settings-btn:focus-visible {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

/* Header Section */
.header-section {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.header-section .hero-icons {
    background: #4382c7;
    padding: 3px 0;
}
.header-section .hero-icons i{
    color: var(--bs-white);
    transition: all 0.3s ease;
}
.header-section .hero-icons i:hover{
    color: var(--bs-secondary);
}

.hero {
    background: var(--bs-blue3);
    color: #f8f9fa;
    padding: 10px 0;

}

.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    max-width: 150px;
    max-height: 50px;
    object-fit: cover;
}

.nav-title {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 0;
    gap: 10px;
}

.title {
    font-size: clamp(1.5rem, 2vw, 20px);
    font-weight: 700;
    letter-spacing: 1px;
}

.date {
    font-size: clamp(0.8rem, 1.5vw, 14px);
    font-weight: 500;
    color: #f8f9fa;
    margin-top: 5px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-link {
    color: #f8f9fa;
    font-size: clamp(0.9rem, 1.5vw, 15px);
    font-weight: 500;
    transition: color 0.3s ease;
    width: max-content;
}

.nav-link:hover {
    color: #fcca6c;
}

.nav-link.active {
    border-bottom: 2px solid #f8f9fa;
}

.navbar-toggler {
    position: absolute;
    width: auto;
    top: 15px;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    background: transparent;
    z-index: 1000;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.signup-btn,
.login-btn {
    background-color: transparent;
    color: #ffffff;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
    font-size: clamp(0.8rem, 1vw, 14px);
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


#navbarNav .signup-btn,
#navbarNav .login-btn {
    display: none;
}

.hero-row .dropdown-menu {
    min-width: 7rem;
}

.hero-row .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--bs-blue2);
}

.hero-row .dropdown-item:focus,
.hero-row .dropdown-item:hover,
.hero-row .dropdown-item:active,
.hero-row .dropdown-item.active {
    color: #fcca6c;
    cursor: pointer;
    background-color: var(--bs-dropdown-link-hover-bg);
}
.hero-row .mode-btn {
    color: #fff;
    transition: color 0.3s ease;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-row .mode-btn:hover {
    color: #fcca6c;
}

@media (max-width: 991.9px) {
    #navbarNav .signup-btn,
    #navbarNav .login-btn {
        display: flex;
        width: 100%;
        margin: 0.5rem 0;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 0.8rem;
    }

    .col-lg-3 .signup-btn,
    .col-lg-3 .login-btn {
        display: none;
    }


    .hero .nav-title .lang-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .title,
    .date {
        text-align: center;
        margin: 0 auto;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 15px;
    }

    .signup-btn,
    .login-btn {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .signup-btn,
    .login-btn {
        font-size: 12px;
        padding: 6px 10px;
    }

    .scroll-btn {
        padding: 6px;
        font-size: 12px;
    }
    .settings-btn {
        padding: 6px;
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .signup-btn,
    .login-btn {
        font-size: 0.7rem !important;
        padding: 6px 0px;
    }
}

/* Footer */
.footer {
    background: linear-gradient(180deg, #395e84 0% , #2b3b4c 75%, #2b3b4c 100%);
    color: #fff;
    padding: 3rem 0 4rem 0;
    margin-top: 4rem;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .modal-body {
    color: var(--text-gray-300);
}

.footer h5 {
    font-size: 1rem;
    font-weight: bold;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer a,
.footer .terms-btn {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer a:hover,
.footer .social-links a:hover,
.footer .terms-btn:hover {
    color: #fcca6c;
}

.footer .social-links a {
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s ease;
}

.footer .footer-text {
    text-align: center;
    font-size: 0.875rem;
    color: var(--bs-white);
    font-weight: bold;
    margin-top: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4382c7;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-logo img {
    max-width: 175px;
    width: 100%;
}

.footer-contact p,
.footer-contact a {
    margin-bottom: 5px;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .footer h5 {
        font-size: 0.9rem;
    }

    .footer ul li a,
    .footer p,
    .footer .footer-text,
    .footer-contact p,
    .footer-contact a  {
        font-size: 0.85rem;
    }

    .footer .social-links a {
        font-size: .95rem;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 3rem 0;
    }
    .footer .row .col-sm-12,
    .footer .row .col-sm-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer .row .col-sm-6 {
        flex: 0 0 100%;
        max-width: 50%;
    }

    .footer h5 {
        font-size: 0.85rem;
    }

    .footer ul li a,
    .footer p,
    .footer .footer-text,
    .footer .footer-contact a {
        font-size: 0.8rem;
    }

    .footer .social-links a {
        font-size: .9rem;
    }

    .footer-logo img {
        max-width: 200px;
    }
}

.home-container {
    margin-top: 7rem;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

/* Contact Form */
.contact-us .contact-us-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    color: var(--bs-black);
    margin-bottom: 1rem !important;
}

.contact-us .form-container {
    margin: auto;
    width: 100%;
    max-width: 900px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

@media (max-width: 768px) {
    .contact-us .form-container {
        flex-direction: column;
    }
    .contact-us .contact-us-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}

.contact-us .form-left {
    padding: 25px;
    flex: 2;
    background-color: var(--bg-card);
}

.contact-us .form-right {
    flex: 1;
    background: linear-gradient(90deg, #395e84 0%, #2b3b4c 100%);
    padding: 25px;
}

.contact-us .form-container .form-right h3 {
    font-size: clamp(1.1rem, 3vw, 20px);
    font-weight: 600;
}

.contact-us .social-icons li a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.contact-us .social-icons a:hover {
    color: #fcca6c;
}

.contact-us .contact-info {
    letter-spacing: 2px;
}

.contact-us .contact-info a {
    color: #fff;
    transition: all 0.3s ease;
}
.contact-us .contact-info a:hover {
    color: #fcca6c;
}

.contact-us .form-label {
    font-weight: bold;
}

.contact-us .form-label span {
    color: red;
}

.contact-us .form-control {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    border: 1.6px solid transparent;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-us .form-control:focus {
    border-color: var(--bs-primary);
    outline: none;
    box-shadow: 0px 4px 8px 0px rgba(76, 126, 176, 0.5);
}

.contact-us .send-btn {
    border: none;
    padding: 12px;
    font-weight: bold;
    box-shadow: 0px 2px 8px 0px #00000040;
    border-radius: 8px;
}

/* Home Page */
.home-content .title {
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 900;
    line-height: 1.4;
    color: #fcca6c;
}

.home-content .title span {
    color: var(--bs-blue2);
    font-weight: 700;
    text-transform: uppercase;
}

.home-content .desc , .home-content .Desc {
    color: var(--bs-blue2);
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.home-btn {
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    box-shadow: 0px 2px 8px 0px #00000040;
    border-radius: 8px;
    transition: background 0.3s ease;
    margin-top: 1.5rem;
}

.home-btn:hover {
    background: linear-gradient(90deg, var(--bg-btn-secondary) 0%, var(--bg-btn-primary) 100%);
}

.home-image {
    justify-content: flex-end;
}

.home-image img {
    width: 100%;
    height: 100%;
    max-width: 550px;
    max-height: 425px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .home-image {
        justify-content: center;
        margin-top: 1.5rem;
    }
    .home-content .title {
        text-align: center;
    }
}
.fa-x-twitter::before {
    content: '𝕏';
    font-size: 1.2em;
}
/* Responsive Layout */
@media (max-width: 768px) {
    .home-content .title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .contact-us .social-icons li a {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .home-content .title {
        font-size: 1.4rem;
    }
}

.info-container h2 {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.6;
    color: #fcca6c;
    padding-top: 25px;
}

.info-container .desc , .info-container .Desc {
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
}


.about-section {
    position: relative;
    /* padding-bottom: 225px; */
    overflow: visible;
    /* margin-bottom: 8rem; */
}


.about-section .col-md-4 img{
    aspect-ratio: 16/9;
}

.about-image-wrapper {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-image-wrapper img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.about-image-wrapper {
    padding: 0 10px;
}

.background {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.background img {
    width: 100%;
    height: auto;
    max-height: 30rem;
    object-fit: fill;
}

@media (max-width: 992px) {
    .home-container {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767.9px) {
    .info-container h2 {
        font-size: clamp(1.4rem, 4vw, 30px);
    }

    .info-container .desc , .info-container .Desc {
        font-size: clamp(0.9rem, 2.5vw, 16px);
        line-height: 1.6;
    }
}

@media (max-width: 576px) {
    .info-container h2 {
        padding-top: 15px;
    }

    .info-container .desc , .info-container .Desc {
        font-size: clamp(0.7rem, 3vw, 14px);
    }

    .about-image-wrapper img{
        max-width: 400px;
    }

    .about-section {
        /* padding-bottom: 125px; */
    }
}

@media (max-width: 480px) {
    .background img {
        height: 17rem;
    }
}

@media (max-width: 420px) {

    .about-image-wrapper img{
        max-width: 100%;
    }
}

@media (max-width: 370px) {
    .about-section {
        /* padding-bottom: 80px; */
    }
}

@media (max-width: 300px) {
    .about-section {
        /* padding-bottom: 60px; */
    }
}

.studies-card {
    /* width: 18rem; */
    border-radius: 10px;
    box-shadow: 2px 10px 28px 0px #4b00811f;
    background-color: var(--bg-card);
    position: relative;
}

/* .center-studies .studies-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
} */

.main-card {
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.main-card .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-card .card-body {
    padding: 1rem;
    position: relative;
    z-index: 3;
}

.main-card .card-body .card-title {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.6;
    color: #fcca6c;
}

.main-card .card-body .card-subtitle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
}

.main-card .card-body .card-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-card .card-body .category-badge {
    background-color: #fcca6c;
}

.studies-card img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.studies-card img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.studies-card .card-body {
    padding: 10px;
}

.studies-card .card-body .card-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.6;
    color: #fcca6c;
}

.studies-card .card-body .card-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
    color: #315b8a;
}

.center-studies .title {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.6;
    color: #fcca6c;
}

.studies-card .card-text {
    color: var(--bs-blue2);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.center-studies .desc , .center-studies .Desc {
    color: var(--bs-blue2);
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0;
}

.studies-card .category-badge {
    background-color: #fcca6c;
    position: absolute;
    top: 5px;
    right: 13px;
}

.read-more {
    font-size: 0.875rem;
    color: #fcca6c;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.read-more:hover {
    text-decoration: underline;
    transform: scale(1.1);
}

/* Responsive styling for medium screens (tablets) */
@media (max-width: 992px) {
    .cards {
        flex-wrap: wrap;
        align-items: baseline;
    }

    .right-cards,
    .left-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-card {
        order: -1;
    }

    .studies-card {
        height: auto;
    }

    .center-studies .desc , .center-studies .Desc {
        font-size: 1.2rem;
    }
}

/* Responsive styling for small screens (mobile) */
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }

    .right-cards,
    .left-cards {
        width: 100%;
    }

    .center-studies .title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }

    .center-studies .desc , .center-studies .Desc {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .center-studies .desc  , .center-studies .Desc  {
        font-size: 0.9rem;
    }
}

/* Responsive styling for extra small screens (mobile) */
@media (max-width: 480px) {
    .main-card {
        order: -1;
        height: auto;
    }
    .main-card .card-body .card-text {
        font-size: 0.8rem;
    }

    .center-studies .desc , .center-studies .Desc {
        font-size: 0.8rem;
    }
}

@media (max-width: 360px) {
    .center-studies .desc , .center-studies .Desc {
        font-size: 0.8rem;
    }

    .main-card .card-body .card-text {
        font-size: 0.8rem;
    }

    .main-card .card-body .category-badge {
        font-size: 0.8rem;
    }

    .main-card .card-body .card-subtitle {
        font-size: 0.8rem;
    }

    .main-card .card-body .card-title {
        font-size: 1rem;
    }
}

/* Support Section */
.support-page-hero {
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.support-page-hero-title {
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

.support-page-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem;
}

.support-page-hero-content .form-control {
    width: 50%;
    padding: 15px;
    display: none;
}

.support-page-hero-content .form-control:focus {
    border-color: #fcca6c;
    box-shadow: 0 0 0 0.1rem rgba(255, 160, 51, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .support-page-hero {
        height: auto;
        padding: 5rem 1rem;
    }

    .support-page-hero-title {
        font-size: 2rem;
    }

    .support-page-hero-text {
        font-size: 1rem;
    }

    .support-page-hero-content .form-control {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .support-page-hero {
        text-align: center;
    }

    .support-page-hero-title {
        font-size: 1.5rem;
    }

    .support-page-hero-text {
        font-size: 0.9rem;
    }

    .support-page-hero-content .form-control {
        padding: 5px;
    }
}

.faq-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    line-height: 1.6;
    font-weight: 800;
    color: #fcca6c;
}

.faq-text {
    font-weight: 500;
    color: var(--bs-blue2);
    font-size: clamp(1rem, 2vw, 17px);
    margin-bottom: 1rem !important;
}

.accordion-button {
    font-weight: 500;
    color: var(--bs-blue2);
    background-color: var(--bg-accordion);
    border-radius: 0 !important;
    border: none;
    position: relative;
}

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

.accordion-button:not(.collapsed) {
    color: var(--bs-blue2);
    background-color: var(--bg-accordion);
    border-bottom: 1px solid var(--bs-blue2);
}

.accordion-item {
    border: none;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.7;
    background-color: var(--bg-card);
    color: var(--bs-blue2);
}

.accordion-button::after {
    position: absolute;
    left: 5px;
}

.accordion-button p {
    margin-bottom: 0;
    line-height: 1.6;
    margin-left: 10px;
}

/* Responsive Adjustments */

@media (max-width: 768px) {
    .faq-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}
@media (max-width: 576px) {
    .accordion-button {
        font-size: 0.9rem;
    }

    .accordion-button::before {
        font-size: 0.9rem;
    }
}

.contact-support {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 15px;
}

.contact-support::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-support-acc::before {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
}

.contact-support .container {
    position: relative;
    z-index: 1000;
}

.contact-support-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.6;
    color: #fcca6c;
}

.contact-support .form-container {
    background-color: var(--bg-card);
    border-radius: 15px;
    padding: 1.5rem;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-support .form-label {
    font-weight: bold;
}

.contact-support .form-label span {
    color: red;
}

.contact-support .form-control {
    background: var(--bg-input);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    border: 1.6px solid transparent;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-support .form-control:focus {
    border-color: var(--bs-primary);
    outline: none;
    box-shadow: 0px 4px 8px 0px rgba(76, 126, 176, 0.5);
}

.contact-support .send-btn {
    text-align: center;
    border: none;
    padding: 12px;
    font-weight: bold;
    border-radius: 8px;
    width: 100%;
    transition: background 0.3s ease-in-out;
    box-shadow: 0px 2px 8px 0px #00000040;
}

.contact-support .file-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
    border: 1.5px solid #ccc;
    color: #888;
    cursor: pointer;
}

.contact-support .file-upload input[type='file'] {
    display: none;
}

@media (max-width: 768px) {
    .contact-support-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}

@media (max-width: 576px) {
    .contact-support .form-container {
        padding: 1.5rem;
    }

    .contact-support .form-control,
    .contact-support .send-btn {
        font-size: 0.9rem;
    }
}

.section-tips .section-tips-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    line-height: 1.6;
    font-weight: 800;
    color: #fcca6c;
}

.section-tips .subtitle {
    font-weight: 500;
    color: var(--bs-blue2);
    font-size: clamp(1rem, 2vw, 17px);
}

.section-tips .tips-item {
    background: var(--bg-tips-item);
    border: 1px solid var(--bs-blue2);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 5px 16px 0px #080f340f;
}

.section-tips .tips-question {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-blue2);
    cursor: pointer;
}

.section-tips .tips-question-span {
    font-size: 0.8rem;
}

.section-tips .tips-answer {
    font-size: 0.95rem;
}

.section-tips .toggle-icon {
    font-size: 24px;
    font-weight: 500;
    color: var(--bs-blue2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .section-tips .section-tips-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}

@media (max-width: 576px) {
    .section-tips .tips-question {
        font-size: 12px;
    }
}

/* About Us */

.about-us-hero {
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    margin-bottom: 9rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.about-us-hero-title {
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

.about-us-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem !important;
}

.about-us-hero-img {
    width: 50%;
    max-width: 500px;
    border-radius: 10px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    max-height: 47%;
}

@media (max-width: 992px) {
    .about-us-hero {
        margin-bottom: 7rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-us-hero {
        height: auto;
        padding: 5rem 1rem;
        margin-bottom: 6rem;
    }

    .about-us-hero-title {
        font-size: 2rem;
    }

    .about-us-hero-text {
        font-size: 1rem;
    }

    .about-us-hero-img {
        width: 70%;
        max-width: 300px;
        bottom: -70px;
    }
}

@media (max-width: 576px) {
    .about-us-hero {
        text-align: center;
    }

    .about-us-hero-title {
        font-size: 1.5rem;
    }

    .about-us-hero-text {
        font-size: 0.9rem;
    }

    .about-us-hero-img {
        width: 90%;
        max-width: 250px;
        bottom: -50px;
    }
}

.about-us-info-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    line-height: 1.6;
    font-weight: 800;
    color: #fcca6c;
    margin-bottom: 1rem;
}

.about-us-info img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-us-info img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.about-us-info-card {
    color: var(--bs-blue2);
    background-color: var(--bg-card);
    box-shadow: 0px 0px 20px 4px #4b00811f;
    padding: 20px;
    border-radius: 10px;
    margin-top: 1rem;
    font-weight: 600;
}
.about-us-info-card p {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-us-info img {
        max-width: 150px;
    }
    .about-us-info .row > div {
        width: 25%;
    }

    .about-us-info-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}

@media (max-width: 576px) {
    .about-us-info-card {
        padding: 15px;
        font-size: 0.9rem;
    }

    .about-us-info img {
        max-width: 100px;
    }
}

.about-our-vision {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0;
    color: #333;
    text-align: center;
    position: relative;
}

/* Title Styling */
.about-our-vision-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.6;
    color: #fcca6c;
}

/* Subtitle Styling */
.about-our-vision-text {
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 3rem !important;
}

/* Card Styling */
.our-vision-card {
    background-color: var(--bg-card);
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.our-vision-card:hover {
    transform: translateY(-10px);
}

.our-vision-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.our-vision-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bs-primary);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .our-vision-card img {
        width: 75px;
        height: 75px;
    }

    .about-our-vision-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}

@media (max-width: 576px) {
    .our-vision-cards {
        padding: 12px;
    }
    .our-vision-card img {
        width: 50px;
        height: 50px;
    }

    .our-vision-card-title {
        font-size: 1rem;
    }
}

.our-values {
    text-align: center;
    /* padding: 30px 0; */
}

.our-values-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    color: #fcca6c;
    margin-bottom: 1rem;
}

.our-values-text {
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 500;
    color: var(--bs-blue2);
    margin-bottom: 1rem !important;
}

.our-values-card {
    background-color: var(--bg-card);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: none;
}

.our-values-card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.our-values-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.our-values-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bs-primary);
    margin: 0;
    text-align: center;
}

.our-values-main-card {
    border-radius: 15px;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.our-values-main-card img {
    border-radius: 10px;
    width: 100%;
    max-height: 420px;
    object-fit: fill;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.values-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.left-values,
.right-values {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

@media (max-width: 992px) {
    .our-values-main-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .our-values-card img {
        width: 50px;
        height: 50px;
    }

    .our-values-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }
}

@media (max-width: 576px) {
    .values-container {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .our-values-card-title {
        font-size: 0.9rem;
    }
}

/* Contact Us */
.contact-us-page-hero {
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    margin-bottom: 9rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.contact-us-page-hero-title {
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

.contact-us-page-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem !important;
}

.contact-us-page-hero-img {
    width: 50%;
    max-width: 500px;
    border-radius: 10px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    max-height: 47%;
}

.contact-us-title {
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
    color: #fcca6c;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .contact-us-page-hero {
        margin-bottom: 7rem;
    }
}

@media (max-width: 768px) {
    .contact-us-page-hero {
        height: auto;
        padding: 5rem 1rem;
        margin-bottom: 6rem;
    }

    .contact-us-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }

    .contact-us-page-hero-title {
        font-size: 2rem;
    }

    .contact-us-page-hero-text {
        font-size: 1rem;
    }

    .contact-us-page-hero-img {
        width: 70%;
        max-width: 300px;
        bottom: -70px;
    }
}

@media (max-width: 576px) {
    .contact-us-page-hero {
        text-align: center;
    }

    .contact-us-page-hero-title {
        font-size: 1.5rem;
    }

    .contact-us-page-hero-text {
        font-size: 0.9rem;
    }

    .contact-us-page-hero-img {
        width: 90%;
        max-width: 250px;
        bottom: -50px;
    }

    .contact-us .list-unstyled {
        flex-wrap: wrap;
    }
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 10px 25px;
    background-color: var(--bg-card);
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
    max-width: 250px;
    width: 100%;
}

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

.contact-card span {
    color: var(--bs-blue2);
    letter-spacing: 1px;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #315b8a;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .contact-card {
        font-size: 0.9rem;
        padding: 12px 20px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.follow-us-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 1rem;
    color: #315b8a;
    font-weight: 600;
}

.follow-us-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #315b8a;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    transition: color 0.3s ease;
    text-decoration: none;
}

.follow-us-icon a:hover {
    color: #fcca6c;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .follow-us-social-icons {
        gap: 1rem;
    }
}

/* Forum */
.forum-hero {
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.forum-hero-title {
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

.forum-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .forum-hero {
        height: auto;
        padding: 5rem 1rem;
    }

    .forum-hero-title {
        font-size: 2rem;
    }

    .forum-hero-text {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .forum-hero {
        text-align: center;
    }

    .forum-hero-title {
        font-size: 1.5rem;
    }

    .forum-hero-text {
        font-size: 0.9rem;
    }
}

.post-box-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: var(--bg-card);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.publish-btn {
    background: linear-gradient(90deg, var(--bg-btn-primary) 0%, var(--bg-btn-secondary) 100%);
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 12px 12px;
    border-radius: 50%;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publish-btn:hover {
    background: linear-gradient(90deg, var(--bg-btn-secondary) 0%, var(--bg-btn-primary) 100%);
}

.post-input {
    flex: 1;
    padding: 6px 10px;
    border-radius: 8px;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.05);
    border: 1.6px solid transparent;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    font-size: 1rem;
    background: var(--bg-input);
    width: 100%;
    cursor: pointer;
}

.post-input:focus {
    border-color: var(--bs-primary);
    outline: none;
}

.post-input::placeholder {
    color: #888;
}

.comment-section .post-btn {
    background: var(--bg-icon);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    text-decoration: none;
}

/* Header and Subtitle */
.post-title {
    font-size: 1.5rem;
}

.post-subtitle, .post-subtitle * {
    font-size: 1rem !important;
}
.post-subtitle {
    font-size: 1rem !important;
    margin-top: 10px;
    line-height: 1.6;
    color: var(--bs-blue2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.one-post-subtitle , .one-post-subtitle * {
    font-size: 1rem !important;
}
.one-post-subtitle{
    font-size: 1rem !important;
    margin-top: 10px;
    line-height: 1.6;
    color: var(--bs-blue2);
    margin-bottom: 0;
}
.last-posts {
    margin-top: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #4c7eb0;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
}
.last-posts:hover {
    background-color: #3a5c7d;
}
/* Comment Section Container */
.comment-section {
    border-radius: 10px;
}

.comment-section .post-card {
    background-color: var(--bg-card);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: var(--bs-black);
}

.comment-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.comment-input {
    flex: 1;
    padding: 7px 15px;
    border-radius: 25px;
    border: 1px solid #ddd;
    background-color: var(--bg-input);
    font-size: 0.95rem;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    width: 100%;
}

.comment-input::placeholder {
    color: #aaa;
}

.comment-input:focus {
    border-color: var(--bs-primary);
    outline: none;
}

/* Profile Image */
.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-box {
    background-color: var(--bs-primary-bg-subtle);
    padding: 15px;
    border-radius: 10px;
    margin-top: 1rem;
    position: relative;
    margin-right: 2rem;
}

.comment-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment-box .comment-author {
    font-weight: bold;
}

.comment-box .comment-date {
    font-size: 0.75rem;
}

.comment-box .comment-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Reaction Section */
.reaction-section {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.9rem;
}

.reaction-section .like,
.reaction-section .reply {
    cursor: pointer;
}

.reaction-section .like:hover,
.reaction-section .reply:hover {
    color: #4c7eb0;
}

.comment-count {
    text-decoration: none;
    color: var(--bs-blue2);
}

.post-name h4 {
    color: var(--bs-blue2);
    font-size: 1.2rem;
    margin: 0;
}

hr {
    margin: 0;
}

.read-post {
    color: #fcca6c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}
.read-post:hover {
    color: #4c7eb0;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .post-title {
        font-size: 1.5rem;
    }
    .post-subtitle , .post-subtitle * {
        font-size: 1rem !important;
    }

    .post-name h4 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .post-title {
        font-size: 1.2rem;
    }
    .post-subtitle , .post-subtitle * {
        font-size: 0.8rem !important;
    }
    .publish-btn {
        padding: 12px 12px;
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .profile-image {
        display: none;
    }
    .post-input {
        padding: 10px 0;
    }
    .publish-btn {
        padding: 10px 10px;
        font-size: 0.7rem;
    }
}

/* center-studies */
.center-studies-hero {
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.center-studies-hero-title {
    font-size: clamp(2.5rem, 5vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

.center-studies-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem;
}

.center-studies-btn {
    background-color: #fcca6c;
    color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
    font-size: clamp(1rem, 1vw, 14px);
}

.center-studies-btn:hover {
    background-color: #ffcc33;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .center-studies-hero {
        height: auto;
        padding: 5rem 1rem;
    }

    .center-studies-hero-title {
        font-size: 2rem;
    }

    .center-studies-hero-text {
        font-size: 1rem;
    }
    .center-studies-btn {
        font-size: 0.8rem;
        padding: 7px 15px;
    }
}

@media (max-width: 576px) {
    .center-studies-hero {
        text-align: center;
    }

    .center-studies-hero-title {
        font-size: 1.5rem;
    }

    .center-studies-hero-text {
        font-size: 0.9rem;
    }
}

.recently-reports {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.recently-reports .report-card {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--bg-card);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.recently-reports .report-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.recently-reports .report-image img {
    max-width: 230px;
    width: 100%;
    height: 110px;
}

.recently-reports .report-body {
    padding: 15px;
}

.monthly-reports-cards {
    height: 100%;
}
.monthly-reports {
    gap: 1rem 0;
}

.monthly-reports .report-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: var(--bg-card);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.monthly-reports .report-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.monthly-reports .report-card .report-image {
    width: 100%;
}

.monthly-reports img {
    width: 100%;
    height: 225px;
}

.monthly-reports .report-body {
    padding: 15px;
}
.report-title {
    font-weight: bold;
    color: var(--bs-blue2);
}

.recently-reports .report-title {
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-date {
    font-size: 1rem;
    color: #fcca6c;
    font-weight: bold;
    text-align: right;
}

.monthly-reports .report-desc {
    width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-custom {
    background: linear-gradient(90deg, #4c7eb0 0%, #3b5066 100%);
    transition: background 0.3s ease;
    border: none;
    padding: 12px;
    color: white;
    font-weight: bold;
    box-shadow: 0px 2px 8px 0px #00000040;
    border-radius: 8px;
    text-align: center;
}

.btn-custom:hover {
    background: linear-gradient(90deg, #3b5066 0%, #4c7eb0 100%);
}

.pdf-download {
    /* background-color: var(--bg-input); */
    color: var(--bs-blue2);
    border: 2px solid var(--bs-blue2);
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.pdf-download:hover {
    background-color: var(--bg-hover);
}

.text-title {
    color: #fcca6c;
    font-size: clamp(1.5rem, 5vw, 30px);
    font-weight: 800;
}

.reports-cards .report-content .desc {
    color: var(--bs-blue2);
}

.recently-reports .report-image {
    width: 100%;
}

.reports-cards .author-info {
    margin-top: 3.7rem;
}

/* Media queries for responsiveness */

@media (max-width: 1200px) {
    .recently-reports .report-image img {
        width: 115px;
    }

    .monthly-reports .report-desc {
        width: 250px;
    }
    .recently-reports .report-title {
        width: 150px;
    }
}

@media (max-width: 1024px) {
    .monthly-reports .report-desc {
        width: 265px;
    }
    .recently-reports .report-title {
        width: 160px;
    }
}

@media (max-width: 992px) {
    .reports-cards {
        align-items: center;
    }

    .recently-reports {
        gap: 1.5rem;
    }

    .recently-reports-cards {
        margin-top: 3rem;
    }

    .recently-reports .report-image img {
        width: 230px;
    }

    .recently-reports .report-title {
        width: 350px;
    }

    .reports-cards .author-info {
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .monthly-reports {
        gap: 1.5rem;
    }

    .monthly-reports .col-md-6,
    .recently-reports .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .recently-reports .report-image {
        width: auto;
    }

    .recently-reports .report-image img {
        width: 230px;
        height: 130px;
        object-fit: cover;
    }

    .recently-reports .report-title {
        width: 250px;
    }

    .text-title {
        font-size: clamp(1.4rem, 4vw, 30px);
    }

}

@media (max-width: 576px) {
    .monthly-reports .report-title {
        font-size: 0.9rem;
    }

    .recently-reports .report-title {
        font-size: 0.9rem;
        width: 200px;
    }

    .btn-custom,
    .pdf-download {
        padding: 8px;
    }

    .monthly-reports img {
        height: auto;
    }
}

@media (max-width: 480px) {
    .recently-reports .report-image img {
        max-width: 130px;
    }

    .recently-reports .report-body {
        padding: 8px;
    }

    .recently-reports .report-title {
        width: 150px;
    }

    .report-date {
        font-size: 0.9rem;
    }

    .btn-container {
        flex-direction: column;
    }
}
@media (max-width: 300px) {
    .monthly-reports .report-desc {
        width: 200px;
    }
    .recently-reports .report-title {
        width: 100px;
    }
}

.page-item:last-child .page-link {
    border-radius: 0.35rem 0 0 0.35rem;
}

.page-item:first-child .page-link {
    border-radius: 0 0.35rem 0.35rem 0;
}

.page-link {
    color: var(--bs-blue2);
    font-weight: 500;
}

.page-link:hover,
.page-link:focus,
.active > .page-link,
.page-link.active {
    background-color: #315b8a;
    color: #fff;
    box-shadow: none;
    border-color: #315b8a;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'حفظ' !important;
    padding-right: 0px;
    margin-right: 2px;
}

.ql-snow .ql-tooltip[data-mode='link']::before {
    content: 'أدخل الرابط:' !important;
}

.ql-snow .ql-tooltip::before {
    content: 'زيارة الرابط:' !important;
    margin-left: 4px !important;
}

.ql-snow .ql-tooltip a.ql-action::after {
    content: 'تحرير' !important;
    margin-right: 2px !important;
    padding: 5px !important;
}

.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'حذف' !important;
}

.ql-snow .ql-tooltip.ql-editing input[type='text']::placeholder {
    color: transparent !important;
    font-size: 0px;
}

.social-share-link {
    font-size: 20px;
    color: var(--bs-blue2);
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 10px;
    border: 2px solid var(--bs-blue2);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.social-share-link:hover {
    transform: scale(1.1);
    border-color: #888;
    opacity: 0.9;
}

.share-popup {
    padding: 10px;
    border-radius: 15px;
}

.share-title {
    font-size: 20px;
    font-weight: bold;
}
.study_cust_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
}
.blue-border-container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.blue-border::after{
    position: absolute;
    content: '';
    width: 9px;
    height: 65px;
    background-color:  var(--bs-blue2);
    top: -35px;
}

.blue-border::before{
    position: absolute;
    top: -35px;
    content: '';
    width: 12px;
    height: 65px;
    background-color: #4382c7;
}


.scm-home {
    position: relative;
    margin: 6rem 0 5rem 0;
    display: flex;
    align-items: center;
    padding: 12rem 0;
}

.scm-home{
    background-image: url('../images/hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.scm-home::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}

.scm-home .container{
    z-index: 2;
    color: var(--bs-white);
}

.btn-orange{
    background-color: var(--bs-secondary);
    color: var(--bs-blue2);
    border: none;
    font-weight: 600;
}

.btn-orange:hover{
    background-color: #f7b842;
    color: var(--bs-blue2);
}

.scm-app,
.scm-accept{
    background-color: var(--new-gray);
    padding: 3rem 0;
    margin-bottom: 5rem;
}

.scm-app .blue-border::before,
.scm-app .blue-border::after,
.scm-forum .blue-border::before,
.scm-forum .blue-border::after{
    top: -35px;
}

.scm-app h5{
    color: var(--bs-blue2);
    font-size: 1.5rem;
    font-weight: 600;
}

.scm-app .mt-3{
    text-align: center;
}

.scm-accept .blue-border::after,
.scm-accept .blue-border::before{
    height: 11px;
    top: 10px;
    right: -20px;
}

.scm-accept .blue-border::before{
    width: 10px;
}
.scm-accept .blue-border::after{
    width: 7px;
}

.scm-accept .blue-border-container{
    display: block;
}

.scm-accept .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scm-accept .ql-editor{
    overflow-y: visible !important;
}

.request-type {
    text-align: center;
    margin-bottom: 5rem;
}

.request-type  h5{
    font-weight: 600;
}

.request-type .row h5{
    color: var(--bs-blue2);
    font-size: 1.4rem;
}

.request-type .row img{
    background-color: var(--img-color);
    border-radius: 8px;
    padding: 5px;
}

.scm-forum{
    padding: 3rem 0;
    background-color: var(--bs-blue3);
    text-align: center;
    color: var(--bs-white);
    margin-bottom: 6rem;

}
.scm-forum h5{
    font-size: 1.4rem;
    font-weight: 600;
}
.scm-forum .blue-border::before,
.scm-forum .blue-border::after{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
}
.scm-forum .blue-border::before,
.scm-forum .blue-border::after,
.scm-app .blue-border::before,
.scm-app .blue-border::after{
    top:-48px;
    height: 75px;
}
.scm-strategies,
.scm-activities{
    margin-bottom: 5rem;
    text-align: center;
}
.scm-strategies {
    margin-bottom: 7.5rem;
}

.scm-strategies h5{
    font-size: 1.6rem;
    font-weight: 600;
}

.scm-strategies i {
    color: var(--bs-secondary);
}

.stat-number {
    font-size: 40px;
    font-weight: bold;
    color: #548fcc;
}
.stat-text {
    font-size: 18px;
    font-weight: 600;
    color: #34507f;
}
.divider {
  position: relative;
  width: 9px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


.divider span {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--bs-blue2);
}
.divider::before{
  content: '';
  display: block;
  width: 2px;
  height: 50px;
  background-color: var(--bs-blue2);
}

.divider::after{
  content: '';
  display: block;
  width: 2px;
  height: 50px;
  background-color: var(--bs-blue2);
}

.divider::before {
  position: absolute;
  left: 0;
  transform: translateY(25px);
}

.divider::after {
  position: absolute;
  right: 0;
  transform: translateY(25px);
}

.divider span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width: 1200px) {
    .scm-home {
        padding: 10rem 0;
    }
}

@media (max-width: 1024px) {
    .scm-home {
        padding: 8rem 0;
    }
}

@media (max-width: 991px) {
    .scm-home {
       padding: 7rem 0;
    }
}

@media (max-width: 767px) {
    .scm-home {
        height: auto;
        padding: 6rem 0;
    }
}

@media (max-width: 576px) {
    .scm-home {
        height: auto;
        padding: 4rem 0;
    }

    .scm-accept .blue-border::after,
    .scm-accept .blue-border::before{
        right: -10px;
    }

    .scm-accept .blue-border::after{
        width: 5px;
    }

    .scm-accept .blue-border::before{
        width: 8px;
    }
}
.ql-font-tajawal           { font-family: 'Tajawal', sans-serif !important; }
.ql-font-cairo             { font-family: 'Cairo', sans-serif !important; }
.ql-font-amiri             { font-family: 'Amiri', serif !important; }
.ql-font-arial             { font-family: Arial, sans-serif !important; }
.ql-font-helvetica         { font-family: Helvetica, sans-serif !important; }
.ql-font-georgia           { font-family: Georgia, serif !important; }
.ql-font-times-new-roman   { font-family: 'Times New Roman', serif !important; }


.ql-editor img {
    height: auto;
    display: inline-block !important;
    vertical-align: top !important;
    width: 50%;
    margin: 0 5px;
}
.ql-editor img.img-float-left {
    float: left !important;
}
.ql-editor img.img-float-right {
   float: right !important;
}
.ql-editor img.img-center {
    display: block !important;
    float: none !important;
}

.ql-line-height-1-5 { line-height: 1.5 !important; }
.ql-line-height-2 { line-height: 2 !important; }
.ql-line-height-2-5 { line-height: 2.5 !important; }
.ql-line-height-3 { line-height: 3 !important; }





.ql-editor li{
    padding: 0 !important;
}

.ql-editor li.ql-direction-rtl {
    padding-right: 0.5em !important;
}
.ql-editor li.ql-direction-ltr {
    padding-left: 0.5em !important;
}




.scm-accept .blue-border-container.ql-align-right::after
 {
    position: absolute;
    content: '';
    width: 9px;
    height: 65px;
    background-color: var(--bs-blue2);
    top: -35px;
}

.scm-accept .blue-border-container.ql-align-right::before {
    position: absolute;
    top: -35px;
    content: '';
    width: 12px;
    height: 65px;
    background-color: #4382c7;
}

.scm-accept .blue-border-container::after
 {
    position: absolute;
    content: '';
    width: 9px;
    height: 65px;
    background-color: var(--bs-blue2);
    top: -35px;
}

.scm-accept .blue-border-container::before {
    position: absolute;
    top: -35px;
    content: '';
    width: 12px;
    height: 65px;
    background-color: #4382c7;
}

.scm-accept .blue-border-container::after,
.scm-accept .blue-border-container::before {
    height: 11px;
    top: 10px;
    left: -20px;
}

.scm-accept .blue-border-container.ql-align-right::after,
.scm-accept .blue-border-container.ql-align-right::before {
    height: 11px;
    top: 10px;
    right: -20px;
}



/* .scm-accept .blue-border-container.ql-align-center{
    max-width: 900px;
}

.scm-accept .blue-border-container.ql-align-center::after
 {
    position: absolute;
    content: '';
    width: 9px;
    height: 65px;
    background-color: var(--bs-blue2);
    top: -35px;
}

.scm-accept .blue-border-container.ql-align-center::before {
    position: absolute;
    top: -35px;
    content: '';
    width: 12px;
    height: 65px;
    background-color: #4382c7;
}

.scm-accept .blue-border-container.ql-align-center::after,
.scm-accept .blue-border-container.ql-align-center::before {
    height: 11px;
    top: 10px;
    right: -10px;
} */


/* .ql-editor .ql-ui {
    position: static !important;
} */

.scm-accept .ql-editor ol,
.scm-accept .ql-editor li {
    padding: 0 !important;
}

.scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::before,
.scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::after{
    content: '' !important;
    position: absolute;
    height: 11px;
    top: 10px;
    right: -20px;
    margin: 0 !important;
}

.scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::after{
    width: 9px;
    background-color:  var(--bs-blue2);
}

.scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::before{
    width: 12px;
    background-color: #4382c7;
}



.scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui{
    max-width: 900px;
}

.scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui::after
 {
    position: absolute;
    content: '';
    width: 9px;
    height: 65px;
    background-color: var(--bs-blue2);
    top: -35px;
}

.scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui::before {
    position: absolute;
    top: -35px;
    content: '';
    width: 12px;
    height: 65px;
    background-color: #4382c7;
}

.scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui::after,
.scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui::before {
    height: 11px;
    top: 10px;
}

.scm-accept .ql-editor li > .ql-ui::after
 {
    position: absolute;
    content: '';
    width: 9px;
    height: 65px;
    background-color: var(--bs-blue2);
    top: -35px;
    left: -31rem;
}

.scm-accept .ql-editor li > .ql-ui::before {
    position: absolute;
    top: -35px;
    content: '' !important;
    width: 12px;
    height: 65px;
    background-color: #4382c7;
    left: -29.5rem;
}

.scm-accept .ql-editor li > .ql-ui::after,
.scm-accept .ql-editor li > .ql-ui::before {
    height: 11px;
    top: 10px;

}



@media (max-width: 576px) {

    .scm-accept .blue-border-container.ql-align-right::after,
    .scm-accept .blue-border-container.ql-align-right::before,
    .scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::before,
    .scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::after{
        right: -10px;
    }

    .scm-accept .ql-editor li > .ql-ui::before{
        left: -29.2rem;
    }
    .scm-accept .ql-editor li > .ql-ui::after{
        left: -30.7rem;
    }

    .scm-accept .blue-border-container.ql-align-right::after,
    .scm-accept .blue-border-container.ql-align-center::after,
    .scm-accept .blue-border-container::after,
    .scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::after,
    .scm-accept .ql-editor li > .ql-ui::after,
    .scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui::after{
        width: 5px;
    }

    .scm-accept .blue-border-container.ql-align-right::before,
    .scm-accept .blue-border-container.ql-align-center::before,
    .scm-accept .blue-border-container::before,
    .scm-accept .ql-editor li.ql-direction-rtl > .ql-ui::before,
    .scm-accept .ql-editor li > .ql-ui::before,
    .scm-accept .ql-editor li.ql-align-center.ql-direction-rtl > .ql-ui::before{
        width: 8px;
    }
}



