@font-face {
    font-family: 'DIN Arabic';
    src: url('/webSite/fonts/DIN-arabic/din-next-lt-w23-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Arabic';
    src: url('/webSite/fonts/DIN-arabic/alfont_com_AlFont_com_din-next-lt-w23-medium-1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Arabic';
    src: url('/webSite/fonts/DIN-arabic/din-next-arabic-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'DIN Arabic', sans-serif;
}

body {
    font-family: 'DIN Arabic', sans-serif;
}


.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

:root {
    --primary-color: #ef3f6b;
    --secondary-color: #864b9d;
    --bg-color: #2b2a3e;
    --gray-color: #d9d9d9;
    --primary-color: #ef3f6b;
    --sea-green: #49c0b6;
    --orange-color: #f99d3e;
    --white-color: #ffffff;
    --card-color: #ffffff08;
    --card2-color: #f9f9f9;
}

.rtl {
    direction: rtl !important;
    text-align: right !important;
    .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 !important;
    .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;
    }
}

a {
    text-decoration: none;
}

.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: var(--white-color);
}

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

.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 */
.hero {
    padding: 15px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    /* background-color: var(--bg-color); */
    background-color: #201f2f;
    color: var(--white-color);
}

.hero .user-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* تحسين تصميم حقل البحث في الهيدر */
.header-search-input {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.header-search-input .form-control {
    padding: 0.75rem 3rem 0.75rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color) !important;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.header-search-input .form-control:focus {
    border-color: var(--primary-color);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 0.2rem rgba(239, 63, 107, 0.25);
    outline: none;
}

.header-search-input .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9rem;
}

.header-search-input .fas.fa-search {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    pointer-events: none;
    z-index: 5;
}

.header-search-input .btn-close {
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    z-index: 6;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.header-search-input .btn-close:hover {
    opacity: 1;
    color: var(--white-color);
}

.hero .search-input {
    max-width: 300px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.brand-col {
    width: 12%;
}

.navbar-brand img {
    max-width: 115px;
    object-fit: cover;
}

.nav-title {
    display: flex;
    color: var(--white-color);
    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;
    gap: 0.75rem;
}

.nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: clamp(0.9rem, 1.5vw, 15px);
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem;
    width: max-content;
    font-weight: 600;
}

.nav-link.active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}

.nav-link:hover {
    color: var(--primary-color);
}

.navbar-toggler {
    position: absolute;
    width: auto;
    top: 6px;
    left: 0;
    border: none;
    font-size: 1.4rem;
    background: transparent;
    z-index: 1000;
}

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

.signup-btn,
.login-btn {
    background-color: #fcca6c;
    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;
}

.signup-btn {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.login-btn {
    background-color: var(--white-color);
    color: #fcca6c;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.login-btn:hover {
    background-color: #f1f1f1;
}

#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);
    transition: all 0.3s ease;
}

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

.hero-row .mode-btn:hover {
    color: #fcca6c;
}
.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;
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value]::before {
    content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value]::before {
    content: attr(data-value) !important;
}
@media (max-width: 1200px) {
    .brand-col {
        width: 15%;
    }
}

@media (max-width: 991.9px) {
    .hero .user-img {
        width: 35px;
        height: 35px;
    }
    #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;
    }

    .brand-col {
        width: 97.5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-search-input{
        margin-bottom: .5rem;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0 0 0 !important;
    }
}

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

    .brand-col {
        width: 97%;
    }

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

    .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0 !important;
    }

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

@media (max-width: 576px) {
    .brand-col {
        width: 96%;
    }

    .signup-btn,
    .login-btn {
        font-size: 12px;
        padding: 6px 10px;
    }

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

    .hero .search-input {
        max-width: 100%;
    }

    /* تحسينات للشاشات الصغيرة */
    .header-search-input {
        max-width: 100%;
        margin-top: 0.5rem;
    }

    .header-search-input .form-control {
        padding: 0.6rem 2.5rem 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .signup-btn,
    .login-btn {
        font-size: 0.7rem !important;
        padding: 6px 0px;
    }
    .brand-col {
        width: 94%;
    }
}
.hero .form-control {
    /* background: linear-gradient(180deg, #ecf2f9 0%, #d8dee6 100%); */
    padding: 0.5rem 2.3rem 0.5rem 1rem;
    background-color: var(--bg-color);
    border-color: var(--bg-color);
    color: var(--white-color) !important;
}

.hero .form-control::placeholder {
    color: var(--white-color) !important;
}

.hero .search-input i {
    color: var(--white-color);
}

.hero .form-control:focus {
    border-color: var(--primary-color);
}

/* Footer */
.footer {
    background: var(--bg-color);
    color: var(--white-color);
    padding: 2rem 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer .footer-links .nav-link.active {
    color: var(--primary-color);
}

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

.footer h5 {
    font-size: 1.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: var(--white-color);
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
    padding: 0;
    margin-bottom: 1rem;
}

.footer a:hover,
.footer .social-links a:hover,
.footer .terms-btn:hover {
    color: var(--primary-color);
}

.footer .footer-contact .btn-primary:hover,
.subscribe-now .btn-primary:hover,
.sliders-btn:hover,
.similar-prompts .training-sessions .card .btn-primary:hover,
.prompts-tabs nav .show-more-btn:hover {
    background-color: var(--bg-color) !important;
    border-color: var(--primary-color) !important;
}

.footer .social-links a {
    font-size: 1.1rem;
    color: var(--white-color);
    transition: color 0.3s ease;
}

.footer .footer-text {
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.footer-logo img {
    margin-bottom: 0.5rem;
    max-width: 150px;
    width: 100%;
    object-fit: cover;
}

.footer .form-control {
    background-color: var(--gray-color);
    margin-bottom: 0.5rem;
}

.footer .form-control:focus {
    border-color: var(--primary-color) !important;
}

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

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

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

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0;
    }
}

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

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

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

.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;
    line-height: 1.6;
    color: #fcca6c;
    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, var(--bg-btn-primary) 0%, var(--bg-btn-secondary) 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: #315b8a;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    font-size: 1.4rem;
    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: var(--white-color);
    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 {
    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-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 {
    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 {
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 500;
    line-height: 1.8;
    color: var(--white-color);
}

.info-image {
    margin-top: 2rem;
    text-align: center;
}

.info-image img {
    max-width: 60%;
    border-radius: 10px;
    object-fit: cover;
}

.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;
    }
    .info-image img {
        max-width: 85%;
    }
}

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

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

    .info-image {
        margin-top: 1rem;
    }
}

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

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

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

.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: var(--white-color);
}

.main-card .card-body .card-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--white-color);
    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 {
    color: var(--bs-blue2);
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 500;
    line-height: 47.45px;
    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 {
        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 {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .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 {
        font-size: 0.8rem;
    }
}

@media (max-width: 360px) {
    .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-image: url('../../webSite/images/about-us-hero.png');
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    text-align: center;
}

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

.support-page-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: var(--white-color);
    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-image: url('../../webSite/images/about-us-hero.png');
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    margin-bottom: 9rem;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    text-align: center;
}

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

.about-us-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: var(--white-color);
    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-image: url('../../webSite/images/about-our-vision.png');
    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: var(--white-color);
    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-image: url('../../webSite/images/about-us-hero.png');
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    margin-bottom: 9rem;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    text-align: center;
}

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

.contact-us-page-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: var(--white-color);
    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;
    line-height: 1.6;
    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: var(--white-color);
    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: var(--white-color);
    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-image: url('../../webSite/images/forum-hero.png');
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    text-align: center;
}

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

.forum-hero-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 500;
    line-height: 1.6;
    color: var(--white-color);
    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: var(--white-color);
    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: var(--white-color);
    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-image: url('../../webSite/images/center-studies.png');
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white-color);
    text-align: center;
}

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

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

.center-studies-btn {
    background-color: #fcca6c;
    color: var(--white-color);
    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: var(--white-color);
    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;
}

.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn-secondary {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    --bs-btn-active-bg: var(--secondary-color);
    --bs-btn-active-border-color: var(--secondary-color);
    --bs-btn-disabled-bg: var(--secondary-color);
    --bs-btn-disabled-border-color: var(--secondary-color);
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

.btn-outline-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
    transition: all 0.3s ease;
}

.content {
    margin-top: 4.4rem;
    min-height: 50vh;
}

.form-control,
.form-select,
.btn,
.badge {
    transition: all 0.3s ease;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color) !important;
    box-shadow: none !important;
}

.focus .ts-control {
    box-shadow: 0 0 0 0.05rem var(--primary-color) !important;
}

.ts-wrapper.form-control .ts-control,
.ts-wrapper.form-control.single.input-active .ts-control,
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.single.input-active .ts-control {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: 0 !important;
}

.bg-secondary {
    background-color: var(--sea-green) !important;
    margin-bottom: 0.75rem;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.card {
    /* height: 100%; */
    border-radius: 0;
    border: 0;
}

.card-header {
    border: 0;
}

.card-img-top {
    /* object-fit: cover; */
    /* max-height: 175px; */

    aspect-ratio: 16 / 9;
}

.blog-details .author-info-card .card-img-top {
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

input::placeholder,
.form-control::placeholder {
    color: #777777 !important;
    opacity: 0.7 !important;
}

.secondary-color {
    color: var(--secondary-color);
    width: max-content;
    transition: all 0.3s ease;
}

.secondary-color:hover {
    color: var(--bg-color);
}

.primary-color {
    color: var(--bg-color);
    width: max-content;
    transition: all 0.3s ease;
}

.primary-color:hover {
    color: var(--primary-color);
}

.white-color {
    color: var(--white-color);
    width: max-content;
    transition: all 0.3s ease;
}

.white-color:hover {
    color: var(--primary-color);
}

.prompts-home {
    background-color: var(--bg-color);
}

.prompts-header,
.prompt-details-header,
.about-us-header,
.policy-privacy-header {
    padding: 5rem 1rem;
    text-align: center;
    color: var(--white-color);
    position: relative;
    overflow: hidden;
}

.prompts-header {
    background: url('../img/header-home.png') no-repeat center center / cover;
}

.about-us-header,
.policy-privacy-header {
    padding: 8rem 1rem;
}

.about-us-header {
    background: url('../img/about-us-2.jpg') no-repeat center center / cover;
}

.policy-privacy-header {
    background: url('../img/policy-privacy.png') no-repeat center center / cover;
}

.prompt-details-header {
    background: url('../img/card-img-1.png') no-repeat center center / cover;
    display: flex;
    align-items: center;
    padding: 7rem 1rem;
}

.prompt-details-header::before,
.prompts-header::before,
.about-us-header::before,
.policy-privacy-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(85 36 60 / 30%);
    z-index: 1;
}

.prompt-details-header .container,
.about-us-header .container,
.policy-privacy-header .container {
    position: relative;
    z-index: 2;
}

.prompts-header .container,
.about-us-header .container,
.policy-privacy-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.policy-privacy-body ul {
    padding-left: 0;
    padding-right: 2rem;
}

.prompts-header .card,
.our-projects .card,
.author-details .col-lg-4 .card {
    background: linear-gradient(180deg, #ecf2f9 0%, #d8dee6 100%);
}

.prompts-header p,
.about-us-header p,
.pillars-section p {
    max-width: 40rem;
}

.prompts-header .prompts-home-search {
    width: 500px;
    margin-top: 1rem;
}

.prompts-header .prompts-home-search .form-control {
    padding: 0.5rem 2.3rem 0.5rem 2rem;
    border: 3px solid #a9a9a9;
}

.prompts-header .prompts-home-search i {
    color: var(--bg-color);
}

.prompts-header .prompts-home-search .btn-primary {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 15px;
}

.prompts-header .container .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 450px;
}

.prompts-header .container .button-container .btn {
    /* padding-right: 2.3rem; */
    position: relative;
    /* border-top: 3px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-bottom: 3px solid #a9a9a9;
    border-left: 1px solid #a9a9a9; */
    background-color: transparent;
    transition: all 0.3s ease;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.prompts-header .container .fa-search {
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.prompts-header .container .button-container .btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    border-color: var(--primary-color);
}

.prompts-tabs .select-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.prompts-tabs .select-container .form-select {
    width: auto;
    cursor: pointer;
    font-weight: 500;
}

.prompts-tabs .nav-tabs .nav-link {
    color: var(--white-color);
    transition: all 0.3s ease;
    border: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 8px;
    box-shadow: none;
}

.prompts-tabs .blogs-taps .nav-link,
.user-profile .prompts-tabs .nav-link {
    color: var(--bg-color);
}

.blogs-taps .tab-content .card {
    background-color: var(--card2-color) !important;
}

.blogs-taps .tab-content .card .card-footer {
    background-color: #dddddd;
}

.prompts-tabs .nav-tabs .nav-link:hover,
.prompts-tabs .nav-tabs .nav-link:focus,
.prompts-tabs .nav-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
}

.user-profile .nav-tabs .nav-link:hover,
.user-profile .nav-tabs .nav-link:focus,
.user-profile .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    background-color: transparent;
}

#promptsTabs {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

#promptsTabs::-webkit-scrollbar {
    height: 6px;
}

#promptsTabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.similar-prompts {
    background: url(../img/background-2.jpg) no-repeat center center / cover;
    padding: 3rem 0;
}

.prompts-tabs .tab-content .tab-pane .col-md-6 p,
.similar-prompts .row p,
.prompts-list .col-lg-9 .col-lg-6 p {
    font-size: 0.9rem;
}

.prompts-tabs .tab-content .tab-pane .col-md-6 .card,
.similar-prompts .card,
.noPrompts .card,
.prompts-list .col-lg-9 .col-lg-6 .card {
    background-color: var(--card-color);
}

.similar-prompts .card {
    background-color: var(--bg-color);
}

.user-profile .tab-content .tab-pane .col-md-6 .card,
.author-details .col-lg-8 .card {
    background-color: #ececec;
}

.prompts-tabs .tab-content .tab-pane .col-md-6 .card,
.similar-prompts .row .card,
.prompts-list .col-lg-9 .col-lg-6 .card,
.blog-card .card {
    transition: all 0.3s ease;
    /* height: 100%; */
}

.prompts-tabs .tab-content .tab-pane .col-md-6,
.similar-prompts .row .col-md-6,
.prompts-list .col-lg-9 .col-lg-6 {
    position: relative;
}

.prompts-tabs .tab-content .tab-pane .col-md-6 .card:hover,
.similar-prompts .row .card:hover,
.prompts-list .col-lg-9 .col-lg-6 .card:hover,
.blog-card .card:hover {
    box-shadow: 0 0.001rem 0.2rem var(--primary-color);
    /* border: 1px solid var(--primary-color); */
}

.prompts-tabs .tab-content .tab-pane .col-md-6 .card .card-img-top,
.similar-prompts .row .card .card-img-top,
.prompts-list .col-lg-9 .col-lg-6 .card .card-img-top {
    /* height: 100%; */
    /* object-fit: cover; */
    aspect-ratio: 16 / 9;
}

.card .created-at {
    font-size: 13px;
    margin-bottom: 0.75rem;
    padding: 3px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: var(--bg-color);
    z-index: 10;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: 500;
    color: var(--white-color);
}

.prompts-tabs .tab-content .tab-pane .col-md-6 .card .user-info img,
.prompt-details-header .user-info img,
.user-info img,
.similar-prompts .row .card .user-info img,
.prompts-list .col-lg-9 .col-lg-6 .card .user-info img {
    max-width: 30px;
    object-fit: cover;
}

.heart-icon {
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: var(--bg-color);
    z-index: 10;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.heart-icon i {
    color: var(--white-color);
    transition: all 0.3s ease;
    z-index: 10;
}

.heart-icon i::before {
    font-weight: bold !important;
}

.heart-icon .bi-heart-fill {
    display: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

.heart-icon .bi-heart {
    transition: all 0.3s ease;
    transition-delay: 0s;
}

.heart-icon:hover .bi-heart-fill {
    display: inline;
}

.heart-icon:hover .bi-heart {
    display: none;
}

.sliders-btn:hover {
    background-color: var(--bg-color);
    color: var(--white-color);
}

.text-purple {
    color: var(--primary-color) !important;
}

.prompts-pagination .page-link {
    border: none;
    color: var(--white-color);
    background-color: transparent;
    transition: all 0.2s ease;
    font-size: 1.1rem;
}

.blogs-taps .prompts-pagination .page-link {
    color: var(--bg-color);
}

.prompts-pagination .page-link:hover {
    color: var(--primary-color);
}

.prompts-pagination .page-item.active .page-link {
    color: var(--primary-color);
    font-weight: bold;
    background-color: transparent;
    border: none;
}

.prompt-details .card,
.blog-details .blog-details-card {
    background: linear-gradient(180deg, #eaf1f8 0%, var(--white-color) 100%);
}

.prompts-number .triangle-container {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 120px;
    height: 120px;
    background-color: var(--sea-green);
    position: relative;
}

.prompts-number .triangle-container .terminal-icon {
    color: var(--white-color);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    padding: 5px;
}

.prompts-number .triangle-container .grid-icon {
    color: var(--white-color);
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.prompts-number h4 {
    font-size: 2.5rem;
    color: var(--sea-green);
    font-weight: bold;
    text-align: right;
}

.prompts-number span {
    font-size: 1.5rem;
}

.subscribe-now,
.prompts-number {
    background: url(../img/background.jpg) no-repeat center center / cover;
    padding: 4rem 0;
}

.subscribe-now .card .card-body,
.subscribe-now .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.subscribe-now .email-card {
    background-color: var(--bg-color);
    width: max-content;
}

.subscribe-now .email-card .card-body {
    padding: 0.75rem 2rem 0.75rem 15rem;
    position: relative;
}

.subscribe-now .email-card .card-body .btn-primary {
    position: absolute;
    left: 0px;
    padding: 0.7rem 1rem;
    z-index: 1;
}

.subscribe-now .arrow-img {
    position: absolute;
    top: 100%;
    left: 30%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.prompt-details .prompt-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 0.375rem;
}

.video-section iframe {
    width: 100%;
    aspect-ratio: 16 / 5;
}

.our-projects .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.our-projects .carousel-indicators {
    position: relative;
    margin: 0;
}

.our-projects .carousel-indicators .active {
    background-color: var(--primary-color);
    transform: scale(1.3);
}

.our-projects .carousel-caption {
    position: static;
    text-align: start;
    padding: 0;
}

.our-projects .carousel .carousel-item .counter {
    font-weight: bold;
    color: var(--sea-green);
}

.edu-badge {
    background-color: var(--primary-color);
}

.digital-badge {
    background-color: var(--orange-color);
}

.our-projects .carousel .carousel-item img {
    aspect-ratio: 16 / 9;
}

.our-projects .carousel-inner .row {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
}

.our-projects .carousel .carousel-item .slide-logo {
    width: 175px;
    object-fit: contain;
    aspect-ratio: auto;
    margin-bottom: 1rem;
}

.blog-details .comments .reactions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details .comments .reactions .primary-color {
    padding: 0.25rem;
}

.blog-details .comments .comments-list .comment {
    display: flex;
    align-items: start;
    gap: 0.5rem;
}

.blog-details .comments .comments-list .comment .card {
    background-color: #e9e9e9bd;
}

.blog-details .comments .comments-list .comment .comment-avatar img {
    max-width: 50px;
    object-fit: cover;
}

.blog-details .comments .comment-input {
    background-color: #e9e9e9bd;
}

.blog-details .comments .comment-btn {
    padding: 0.4rem 0.75rem;
}

.user-profile,
.author-details,
.update-profile,
.add-blog {
    margin-top: 7rem;
}

.user-profile .user-card {
    background: linear-gradient(95.6deg, #ecf2f9 36.47%, #d8dee6 63.53%);
}

.user-profile .card .card-header .img-fluid {
    width: 300px;
    height: 245px;
    object-fit: fill;
}

.update-profile .card {
    background-color: var(--card2-color);
}

.update-profile .card .user-img {
    max-width: 225px;
    object-fit: cover;
}

.update-profile .card .update-img-btn {
    position: absolute;
    bottom: -15px;
    left: -15px;
    border-radius: 50%;
    background-color: var(--white-color);
}

.update-profile .card .card-body .form-control,
.add-blog .card .card-body .form-control,
.add-blog .card .card-body .form-select {
    box-shadow: none;
    background-color: #eaeaeb;
}

.update-profile .card .card-body .form-group .form-label {
    margin-bottom: 0;
    width: 150px;
}

.update-profile .card .card-body .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.update-profile .btn-light {
    background-color: #ebebeb;
    background-color: #ebebeb;
}

.update-profile .btn-light:hover {
    background-color: #d8d8d8;
}

.add-blog .ql-toolbar,
.ql-snow .ql-picker-options {
    background-color: var(--secondary-color);
}

.ql-snow .ql-picker {
    color: var(--white-color);
}

.ql-snow .ql-stroke {
    stroke: var(--white-color);
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: var(--white-color);
}

.ql-snow .ql-picker-label {
    padding-right: 20px;
}

.ql-snow .ql-picker.ql-size {
    width: 70px;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: var(--primary-color);
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: var(--primary-color);
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill {
    fill: var(--primary-color);
}

.ql-container {
    min-height: 200px;
    background-color: #eaeaeb;
}

.author-details .col-lg-8 .card {
    display: flex;
    flex-direction: row;
}

.author-details .col-lg-4 .author-info-card .card-header img,
.author-details .col-lg-8 .card .card-header img {
    height: 100%;
    object-fit: fill;
}

.author-details .col-lg-4 .author-info-card .card-header img {
    aspect-ratio: auto;
}

.author-details .col-lg-8 .card .card-header img {
    width: 15rem;
}

.about-us-body {
    background-color: #201f2f;
    padding: 2rem 0;
}

.about-us-body .row .card {
    background-color: var(--bg-color);
    color: var(--secondary-color);
    position: relative;
}

.about-us-body .row .card img {
    max-width: 60px;
    position: absolute;
    left: 0;
    background-color: #201f2f;
    padding: 5px;
}

.about-us-body .row .card h5 {
    color: var(--secondary-color);
    margin-top: 0.5rem;
}

.about-us-body .row .card p {
    color: var(--white-color);
    margin-top: 1rem;
}

.pillars-section,
.success-section {
    background-color: #eaeaea;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

.pillars-section .container {
    position: relative;
    z-index: 2;
}

.pillars-section .row .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pillars-section .triangle-container {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 100px;
    height: 100px;
    background-color: var(--sea-green);
    position: relative;
}

.pillars-section .triangle-container img {
    color: var(--white-color);
    max-width: 40px;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.pillars-section .left-ball img,
.pillars-section .right-ball img {
    max-width: 100px;
}

.sponsors-logos {
    background: url(../img/background-2.jpg) no-repeat center center / cover;
    padding: 3rem 0;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.084) 0%, rgba(217, 217, 217, 0.042) 100%);
    border: 1px solid #ffffff33;
    padding: 15px 0;
    margin-top: 1.5rem;
}

.logo-track {
    display: flex;
    width: fit-content;
    animation: scroll-right 20s linear infinite;
}

.logo-item {
    color: white;
    font-weight: bold;
    padding: 0 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(75%);
    }
}

.success-section {
    text-align: center;
}

.success-section .custom-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.success-section .custom-carousel-track {
    display: flex;
    gap: 20px;
    scroll-behavior: smooth;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.success-section .custom-carousel-track {
    scrollbar-width: auto;
    scrollbar-color: #888 #eee;
}

.success-section .testimonial-slide {
    flex: 0 0 70%;
    scroll-snap-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: linear-gradient(97.88deg, #ecf2f9 14.41%, #e1e7ee 54.38%, #d8dee6 85.59%);
}

.success-section .testimonial-slide .image-section {
    width: 45%;
    background: url('/webSite/img/slider-img.png') center center / cover;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.success-section .testimonial-slide .text-section {
    padding: 30px;
    width: 55%;
    text-align: right;
}

.success-section .testimonial-slide .text-section h5 {
    font-weight: bold;
    color: #111;
}

.success-section .testimonial-slide .text-section p {
    margin-top: 15px;
    color: #555;
}

.success-section .testimonial-slide .author {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.success-section .author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.testimonial-wrapper {
    overflow: hidden;
    background-color: var(--bg-color);
    padding: 2rem 0 1rem 0rem;
}

.testimonial-wrapper .swiper {
    width: 100%;
    padding: 4rem 0;
}

.testimonial-wrapper .swiper-slide {
    width: 750px;
    height: 350px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.testimonial-wrapper .swiper-slide .card {
    width: 100%;
    background-color: #201f2f;
    border: 1px solid #ffffff33;
}

.testimonial-wrapper .swiper-slide .card .card-body .bi-star-fill,
.testimonial-wrapper .swiper-slide .card .card-body .bi-star {
    color: var(--sea-green);
    margin: 0 2px;
}

.testimonial-wrapper .swiper-slide .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 2.5rem;
    position: relative;
}

.testimonial-wrapper .swiper-slide .card .bi-quote {
    transform: rotate(180deg);
    font-size: 4rem;
    color: var(--primary-color);
    position: absolute;
    top: -60px;
    right: 70px;
}

.testimonial-wrapper .swiper-slide .card .card-body .swiper-slide-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-wrapper .swiper-slide .card .card-body .swiper-slide-author img {
    max-width: 75px;
    object-fit: cover;
}

.testimonial-wrapper .swiper-slide .card .card-body .swiper-slide-author .testimonial-author-details strong {
    color: var(--primary-color);
    font-size: 1.25rem;
}

.testimonial-wrapper .swiper-slide .card .card-body .swiper-slide-author .testimonial-author-details span {
    font-size: 1.2rem;
}

.testimonial-wrapper .swiper-slide .card .card-body .stars {
    text-align: end;
}

.testimonial-wrapper .swiper-slide .card .card-body p {
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 1rem;
}

.testimonial-wrapper .swiper-slide-active {
    filter: blur(0px);
}

.testimonial-wrapper .swiper-pagination-bullet,
.testimonial-wrapper .swiper-pagination-bullet-active {
    background: #fff;
}

.testimonial-wrapper .swiper-pagination {
    margin-bottom: 1rem;
}

.testimonial-wrapper .swiper-3d .swiper-slide-shadow-left,
.testimonial-wrapper .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.statistics-section {
    background:
        linear-gradient(#00000069, #00000069),
        url(../img/background-3.png) no-repeat center center / cover;
    padding: 4rem 0;
}

.statistics-section .statistics-card {
    text-align: center;
}

.statistics-section .statistics-card span {
    color: var(--sea-green);
    font-size: 3rem;
    font-weight: bold;
}

.statistics-section .statistics-card p {
    color: var(--white-color);
    font-size: 1.2rem;
}

.contact-us-section {
    background-color: var(--bg-color);
    padding: 3rem 0;
}

.contact-us-section .row .contact-us-card {
    background-color: #201f2f;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 1rem;
    padding: 1.5rem;
}
.contact-us-section .row .card-1,
.contact-us-section .row .card-2 {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.contact-us-section .row .contact-us-card h5 {
    color: var(--primary-color);
}

.contact-us-section .triangle-container {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 90px;
    height: 90px;
    background-color: var(--primary-color);
    position: relative;
}

.contact-us-section .triangle-container i {
    color: var(--white-color);
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

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

.noPrompts p {
    color: var(--white-color);
}

#layersForm {
    background-color: #201f2f;
}

#layersForm .form-control,
#layersForm .form-select {
    background-color: var(--bg-color);
    color: var(--white-color);
    border: 1px solid #ffffff33;
}

#layersForm input::placeholder,
#layersForm select::placeholder,
#layersForm .ts-control,
#layersForm .ts-control input,
#layersForm .ts-dropdown {
    color: var(--white-color) !important;
}

#layersForm .ts-dropdown,
#layersForm .ts-dropdown.form-control,
#layersForm .ts-dropdown.form-select,
#layersForm .ts-dropdown [data-selectable].option,
.prompts-tabs .prompts-select {
    background-color: #201f2f !important;
    color: var(--white-color) !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}

#layersForm .ts-dropdown-content,
.prompts-tabs .prompts-select {
    border: 1px solid #ffffff33;
}

#layersForm .ts-dropdown [data-selectable].option:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.author-position {
    position: sticky;
    top: 110px;
}

@media (max-width: 1400px) {
    .user-profile .card .card-header .img-fluid {
        width: 375px;
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .subscribe-now .arrow-img {
        left: 25%;
    }

    .user-profile .card .card-header .img-fluid {
        width: 475px;
    }
}

@media (max-width: 1023.91px) {
    .prompt-details-header {
        padding: 6rem 1rem;
        height: auto;
    }
}

@media (min-width: 992px) {
    .contact-us-section .row .col-lg-4 {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .content {
        margin-top: 3.5rem;
    }

    .video-section iframe {
        aspect-ratio: 16 / 6;
    }

    .blog-details .col-lg-4 {
        order: -1;
    }

    .author-details .col-lg-4 .author-info-card,
    .author-details .col-lg-8 .card {
        flex-direction: row;
    }

    .author-details .col-lg-4 .author-info-card {
        align-items: center;
    }

    .author-details .col-lg-4 .author-info-card .card-header img,
    .author-details .col-lg-8 .card .card-header img {
        height: 100%;
        width: 15rem;
    }

    .blog-details .col-lg-4 .author-info-card {
        /* flex-direction: row;
        align-items: flex-start; */
    }

    .author-position {
        position: relative;
        top: auto;
    }

    .user-profile,
    .author-details,
    .update-profile,
    .add-blog {
        margin-top: 6rem;
    }

    .subscribe-now .arrow-img {
        left: 15%;
        max-width: 125px;
    }

    .contact-us-section .row .card-1,
    .contact-us-section .row .card-2 {
        border-left: 0;
    }

    .success-section .testimonial-slide {
        flex: 0 0 90%;
    }

    .user-profile .card .card-header .img-fluid {
        width: 650px;
        height: 225px;
    }
}

@media (max-width: 768px) {
    .prompts-header,
    .prompt-details-header,
    .about-us-header,
    .policy-privacy-header {
        padding: 4rem 1rem;
        height: auto;
    }

    .author-details .col-lg-4 .author-info-card,
    .author-details .col-lg-8 .card {
        flex-direction: column;
        align-items: normal;
    }

    .author-details .col-lg-4 .author-info-card .card-header img,
    .author-details .col-lg-8 .card .card-header img {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .blog-details .col-lg-4 .author-info-card .card-header,
    .author-details .col-lg-4 .author-info-card .card-header {
        padding: 0;
    }

    .blog-details .comments .reactions {
        gap: 0.5rem;
    }

    .blog-details .comments .col-md-3 {
        order: -1;
    }

    .update-profile .card .card-header {
        padding: 0;
    }

    .prompts-number .triangle-container {
        width: 80px;
        height: 80px;
    }

    .prompts-number .triangle-container .terminal-icon {
        font-size: 15px;
        padding: 4px;
    }

    .prompts-number .triangle-container .grid-icon {
        font-size: 25px;
    }

    .prompts-number h4 {
        font-size: 2rem;
    }

    .prompts-number span {
        font-size: 1rem;
    }

    .subscribe-now .arrow-img {
        left: 35px;
        max-width: 100px;
    }

    .card-img-top {
        max-height: 100%;
    }
    .testimonial-wrapper .swiper {
        padding: 4rem;
    }

    .testimonial-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .statistics-section {
        padding: 3rem 0;
    }

    .statistics-section .statistics-card span {
        font-size: 2.5rem;
    }

    .statistics-section .statistics-card p {
        color: var(--white-color);
        font-size: 1.1rem;
    }

    .contact-us-section .row .contact-us-card {
        padding: 1rem;
    }

    .contact-us-section .triangle-container {
        width: 75px;
        height: 75px;
    }

    .contact-us-section .row .contact-us-card h5 {
        font-size: 1.1rem;
    }

    .success-section .testimonial-slide {
        flex-direction: column;
        flex: 0 0 90%;
    }

    .success-section .testimonial-slide .image-section {
        width: 100%;
        height: 250px;
        clip-path: none;
        border-bottom: 3px solid #ccc;
    }

    .success-section .testimonial-slide .text-section {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .success-section .testimonial-slide .author {
        justify-content: center;
    }

    .testimonial-wrapper .swiper-slide .card .card-body p {
        font-size: 1.3rem;
    }
    .user-profile .card .card-header {
        display: none;
    }
}

@media (max-width: 576px) {
    .blog-details .author-info-card .card-img-top {
        aspect-ratio: 16 / 16;
    }
    .blog-details .col-lg-4 .author-info-card {
        flex-direction: column;
    }

    .user-profile .card .card-header,
    .update-profile .card .card-header {
        padding: 0;
    }

    .prompts-header .prompts-home-search {
        width: 100%;
    }

    .prompts-number .prompts-number-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .subscribe-now .arrow-img {
        display: none;
    }

    .update-profile .card .card-body .form-group {
        flex-wrap: wrap;
    }

    .update-profile .card .card-body .form-group .form-label {
        margin-bottom: 0.25rem;
        width: auto;
    }

    .testimonial-wrapper .swiper-slide .card .card-body {
        padding: 1.5rem;
    }

    .testimonial-wrapper .swiper-slide .card .card-body p {
        font-size: 1.2rem;
    }

    .contact-us-section .row .contact-us-card {
        justify-content: center;
    }

    .success-section .testimonial-slide {
        flex: 0 0 100%;
    }
    .success-section .testimonial-slide .image-section {
        height: 300px;
    }

    .success-section .testimonial-slide .text-section {
        padding: 15px;
    }

    .success-section h3 {
        font-size: 1.2rem;
    }

    .success-section p {
        font-size: 0.95rem;
    }
    .video-section iframe {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 520px) {
}
@media (max-width: 480px) {
    .testimonial-wrapper .swiper-slide .card .card-body p {
        font-size: 1rem;
    }

    .testimonial-wrapper .swiper-slide .card .card-body .swiper-slide-author .testimonial-author-details strong {
        font-size: 1rem;
    }

    .testimonial-wrapper .swiper-slide .card .card-body .swiper-slide-author .testimonial-author-details span {
        font-size: 0.8rem;
    }

    .subscribe-now .email-card .card-body {
        padding-left: 7rem;
    }
}

@media (max-width: 420px) {


    .prompts-number .triangle-container {
        width: 60px;
        height: 60px;
    }

    .prompts-number .triangle-container .terminal-icon {
        font-size: 10px;
        padding: 3px;
    }

    .prompts-number .triangle-container .grid-icon {
        font-size: 23px;
    }

    .prompts-number h4 {
        font-size: 1.5rem;
    }

    .prompts-number span {
        font-size: 1rem;
    }

    .testimonial-wrapper .swiper,
    .testimonial-wrapper .swiper-slide .card .card-body {
        padding: 1rem;
    }
    .testimonial-wrapper .swiper {
        padding-bottom: 3rem;
    }

    .testimonial-wrapper .swiper-slide .card .bi-quote {
        font-size: 2.5rem;
        top: -35px;
        right: 20px;
    }

    .testimonial-wrapper .swiper-pagination {
        margin-bottom: -0.25rem;
    }
}

@media (max-width: 330px) {
    .prompts-pagination .page-link {
        font-size: 1rem;
        padding: 5px;
    }

    .prompts-pagination .page-link.rounded-circle {
        font-size: 15px;
    }

    .prompts-header .container .button-container .btn {
        width: 100%;
    }

    .prompts-number .prompts-number-content {
        padding-right: 4rem;
    }

    .prompts-number .prompts-number-content .category {
        margin-top: 1rem;
    }
}

@media (max-width: 320px) {
    .subscribe-now .email-card .card-body {
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    }
    .subscribe-now .email-card .card-body form{
        flex-direction: column;
    }

    .subscribe-now .email-card .card-body .btn-primary {
        position: relative;
        left: auto;
        margin-top: 1rem;
        padding: .5rem;
    }
    .update-profile .card .user-img {
        max-width: 100%;
    }
}

@media (max-width: 270px) {
    .prompts-number .prompts-number-content {
        padding-right: 2rem;
    }

    .navbar-brand img {
        max-width: 100px;
    }
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value]::before {
    content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value]::before {
    content: attr(data-value) !important;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    position: relative !important;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #eaeaeb !important;
    padding: 0.375rem 0.75rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--primary-color) 1px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    margin-bottom: 3px;
    height: 22px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f0 !important;
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0 !important;
}

.tagify {
    padding: 0.375rem 0.75rem !important;
    border-radius: 0 !important;
    min-height: auto !important;
    gap: 0 !important;
    align-items: center !important;
}

.tagify--focus {
    --tags-border-color: var(--primary-color) !important;
}

.tagify__tag__removeBtn {
    margin: 0 !important;
}

.tagify-rtl-wrapper .tagify__tag,
.tagify__tag {
    background-color: transparent !important;
}


.prompt-view-link .card-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

@media (max-width: 768px) {
    .prompt-view-link .card-title{
        max-width: 100%;
        white-space: wrap;
        overflow: auto;
        text-overflow: clip;
    }
}

.prompts-tabs #general .prompt-card .card-title,
.similar-prompts .card-title{
    font-size: 1.05rem;
}
