* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {}

.fs-1 {
    font-size: 30px !important;
}

.fs-2 {
    font-size: 26px !important;
}

.fs-3 {
    font-size: 20px !important;
}

.fs-4 {
    font-size: 18px !important;
}

.fs-5 {
    font-size: 16px !important;
}

.fs-6 {
    font-size: 12px !important;
}

.main-text-size {
    font-size: 40px;
}

body {
    direction: ltr;
    
  font-family: "Montserrat", sans-serif !important;

    background-color: var(--bg-color);
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/en/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 400;
    /* range supported by the variable font */
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------------------ */

.section-header {
    font-size: 48px;
    font-weight: 900;
}

@media (max-width: 456px) {
    .section-header {
        font-size: 28px;
    }
}

.main-text-size {
    font-size: 56px;
}

@media (max-width: 768px) {
    .main-text-size {
        font-size: 26px;
    }

}

.hero-title {
    font-size: 56px;
    font-weight: bolder;
}

.hero-sub-title {
    font-size: 18px;
}

.section-header {
    font-size: 40px;
}

@media (max-width: 456px) {
    .hero-title {
        font-size: 28px;
    }

    .section-header {
        font-size: 26px;
    }
}

.custom-card .layout {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(14, 15, 17, 0.669313) 66.59%,
            #151619 100%);
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.custom-card .text {
    bottom: 0px;
    left: 0px;
}


/* ------------------------------------------------------------ */
/* contact us blade */

.contact_info .fake-btn i {
    transform: rotate(180deg);
}

/* ------------------------------------------------------------ */
/* custom select */
.dropdown {
    position: relative;
    /* width: 250px; */
}

.select-box {
    background: var(--main-bg) !important;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.options-wrapper {
    background: var(--main-bg) 100% !important;
    margin-top: 6px;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    top: 0px;
    position: absolute;
    /* bottom: 0px; */
    z-index: 333;
}

.options-wrapper.active {
    display: flex;
}

#searchBox {
    padding: 10px;
    background: transparent;
    color: var(--main-color);
    border: none;
    outline: none;
}

#optionsList {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
}

#optionsList li {
    padding: 10px 16px;
    cursor: pointer;
}

#optionsList li:hover {
    background: var(--bg-heavy) !important;
    color: var(--second-color) !important;
}

/* ------------------------------------------------------------ */




/* ------------------------------------------------------------ */

/* navbar */
.navbar-nav {
    margin-right: auto;
}

.notif-dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: 70px !important;
}


/* modal of school system */
.modal-content {
    background-color: var(--main-bg) !important;
    border-radius: 30px !important;
}

/* ====================================== */
@media (max-width: 768px) {
    .accordion-button {
        padding: 17px 23px !important;
    }

}

.accordion-button {}

.accordion-button::after {
    margin-left: auto !important;
    margin-right: 0px !important;


}
/* sign */
.toggle-password {
    right: 1rem !important;
    left: auto !important;
}

.input-box input {
    padding-right: 45px;
}
/* Dropdown (General Styles) */
/* Dropdown (General Styles) */
li.dropdown {
    position: relative;
}
ul.dropdown-menu {
    position: absolute;
    min-width: 200px;
    display: none;
    /* Handled by JavaScript */
    background-color: var(--footer-bg);
    border-radius: 3px;
}

ul.dropdown-menu li {
    display: block !important;
    white-space: nowrap;
}

.dropdown-menu li a {
    font-size: smaller;
    padding: 10px 10px;
    color: var(--third-color-heavy);
    width: 100%;
    display: block;
}

.dropdown-menu li a:hover {
    background-color: var(--bg-heavy) !important;
    color: var(--second-color);
    cursor: pointer;
}

.dropdown-menu i {
    transform: rotate(-180deg);
}

/* Sub Dropdown */
ul.dropdown-menu ul.dropdown-menu {
    right: 102%;
    top: 0;
    background-color: var(--footer-bg) !important;
}

/* Services Dropdown (#service-dropdown) */
#service-dropdown .dropdown-menu {
    border: none !important;
}

#service-dropdown .sub {
    margin-bottom: 25px !important;
}

#service-dropdown .sub li {
    width: 100%;
}

#service-dropdown>ul {
    top: 150%;
}

#service-dropdown ul li a:hover {
    color: var(--second-color);
}

#service-dropdown>a {
    color: var(--text-base);
}

/* Language Dropdown (#lang-dropdown) */
#lang-dropdown .dropdown-menu {
    border: none !important;
    min-width: 120px;
    /* Smaller width for language options */
    text-align: center;
    background-color: var(--nav-bg) !important;
    border-radius: 15px;
    right: 0px;
}

#lang-dropdown .dropdown-menu a {
    font-size: 18px;
    /* Larger font for clarity */
    padding: 8px 15px;
}

#lang-dropdown .dropdown-menu a:hover {
    background-color: var(--bg-heavy) !important;
    color: var(--second-color);
}

#lang-dropdown>ul {
    top: 235%;
    /* Position directly below the link */
}

/* Icon Rotation */
.rotate-0 {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Drop Cover (Optional Overlay) */
.drop-cover {
    position: absolute;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(90, 90, 95, 0.4);
    transition: all 200ms linear;
}