@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: ERPx;
  font-size: 16px !important;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100vw;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

input {
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

img {
  object-fit: cover;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media screen and (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media screen and (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

.banner .banner-inside .title-elements .subtitle-parent .section-subtitle::after, .news .news-slider-container .swiper-slide .news-box .news-box-description, .news .see-all, .teachers .see-all, .features .features-boxes .feature-box .feature-name-box, .teachers .slider-navigation, .page-footer .footer-tabs .nav-tabs:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.library:before, .library:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banner .banner-inside .banner-description .banner-text, .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text, .parents-comments .parents-comments-slider .parent-comment .parent-comment-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-button-disabled {
  opacity: 0.5 !important; /* Lower opacity to indicate they’re disabled */
  pointer-events: none; /* Prevent clicks */
  display: block !important; /* Ensure they remain visible */
}

.slider-pagination {
  direction: ltr;
  left: unset;
  top: unset;
  bottom: unset;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.slider-prev-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.opacity05 {
  opacity: 0.5;
}

textarea {
  outline: none;
  resize: none;
  border: none;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.header {
  width: 100%;
  position: relative;
}
.header .header-container {
  width: 100%;
}
.header .header-container .header-top {
  width: 100%;
  background: url(../images/header-pattern.png) #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header .header-container .header-top .school-logo {
  margin-right: 1em;
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-logo {
    margin-right: 1em;
  }
}
.header .header-container .header-top .school-logo .school-logo-img {
  width: 3.2em;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 4em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 4.5em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 5em;
    margin-right: 2em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .school-logo .school-logo-img {
    width: 5.5em;
  }
}
.header .header-container .header-top .school-title {
  color: #283676;
  font-family: "Lalezar" !important;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .school-title {
    font-size: 1.5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .school-title {
    font-size: 1.9em;
    margin-right: -0.6em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .school-title {
    font-size: 2.5em;
    margin-right: -1em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .school-title {
    font-size: 2.8em;
    margin-right: -1.5em;
  }
}
.header .header-container .header-top .rahbar .rahbar-img {
  width: 4.5em;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6.2em;
  }
}
@media (min-width: 1399.5px) {
  .header .header-container .header-top .rahbar .rahbar-img {
    width: 6.8em;
  }
}
.header .header-container .header-bottom {
  width: 100%;
  padding-block: 1.2em;
  padding-inline: 3%;
  background-color: #283676;
  position: relative;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  z-index: 100;
}
@media screen and (min-width: 1099.5px) {
  .header .header-container .header-bottom {
    padding-inline: 3em !important;
  }
}
.header .header-container .header-bottom.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 12px 29.2px 0px rgba(0, 0, 0, 0.08);
}
.header .header-container .header-bottom .icon-menu-bar {
  position: relative;
  font-size: 1.8em;
  color: #fff;
  display: block;
  cursor: pointer;
}
.header .header-container .header-bottom .icon-menu-bar::before {
  color: #fff;
}
.header .header-container .header-bottom .nav-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .header-container .header-bottom .nav-list .nav-list-ul {
  height: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
  margin-left: 1.3em;
  height: 3.5em;
  position: relative;
  font-size: 0.85em;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 991.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1499.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li {
    font-size: 1em;
  }
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .nav-link {
  color: #edcd26;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover .icon-chevron-down {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 767.5px) {
  .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li:hover > .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-list-li:hover > .nav-sub-submenu, .header .header-container .nav-list-li .nav-submenu .header-bottom .nav-list .nav-list-ul .nav-list-li:hover > .nav-sub-submenu {
    display: block;
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 50;
    background-color: #fff;
  }
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .icon-chevron {
  color: #fff;
  margin-right: 5px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 1.5px solid #ffeb3b;
  background: #fff;
  width: 13em;
  padding: 0.4em;
  font-family: ERPxfaNum !important;
  backdrop-filter: blur(10px);
  box-shadow: 0px 111px 31px 0px rgba(0, 0, 0, 0), 0px 71px 28px 0px rgba(0, 0, 0, 0.02), 0px 40px 24px 0px rgba(0, 0, 0, 0.08), 0px 18px 18px 0px rgba(0, 0, 0, 0.13), 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .nav-sub-submenu .submenu-ul .submenu-li {
  color: #283676;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0.8em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #ffeb3b;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover .nav-sub-submenu {
  display: block;
  position: absolute;
  right: 90%;
  top: 20%;
}
.header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .nav-sub-submenu, .header .header-container .header-bottom .nav-list .nav-list-ul .nav-list-li.showSubmenu .nav-submenu .submenu-ul .submenu-li .nav-sub-submenu {
  display: block;
}
.header .header-container .header-bottom .navbar-left-btns {
  gap: 0.5em;
}
@media screen and (min-width: 1199.5px) {
  .header .header-container .header-bottom .navbar-left-btns {
    gap: 1em;
  }
}
.header .header-container .header-bottom .navbar-left-btns .icon-search::before {
  color: #fff;
}
.header .header-container .header-bottom .navbar-left-btns .nav-icon {
  font-size: 1.4em;
  color: #2b3252;
}
.header .header-container .header-bottom .navbar-left-btns .nav-big-btn {
  width: 2.6em;
  background-color: #ffeb3b;
  font-size: 0.9em;
  font-weight: 400;
  aspect-ratio: 1;
  text-align: center;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 991.5px) {
  .header .header-container .header-bottom .navbar-left-btns .nav-big-btn {
    width: 10em;
    padding: 1em 0.6em;
    aspect-ratio: unset;
  }
}
.header .mobile-menu {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: fixed;
  top: 0;
  right: -100%;
  width: 60%;
  border: 1px solid #ffeb3b;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15px);
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
  border-radius: 33px 0 0 33px;
  -webkit-border-radius: 33px 0 0 33px;
  -moz-border-radius: 33px 0 0 33px;
  -ms-border-radius: 33px 0 0 33px;
  -o-border-radius: 33px 0 0 33px;
}
.header .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header .mobile-menu .fa-times {
  padding: 1em;
  font-size: 1.2em;
  color: #283676;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul {
  padding: 0em 1.5em 1em;
  max-height: 50em;
  overflow-y: scroll;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: #ffeb3b;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  display: inline-block;
  font-weight: 400;
  padding: 0.7em;
  width: 100%;
  color: #283676;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: #ffeb3b;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #283676;
  font-family: ERPxFaNum !important;
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  padding: 0 2em;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  width: 100%;
  display: inline-block;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 20em;
  visibility: visible;
}

.page-footer {
  overflow: hidden;
  position: relative;
  background-color: #e9e9e9;
  padding-top: 1em;
}
@media (min-width: 767.5px) {
  .page-footer {
    padding-top: 4em;
  }
}
.page-footer .footer-top {
  width: 100%;
}
.page-footer .footer-logo-box {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box {
    width: 20%;
    margin-bottom: 0;
  }
  .page-footer .footer-logo-box .footer-logo {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-logo-box {
    width: 14%;
  }
}
.page-footer .footer-logo-box .footer-logo {
  width: 24%;
  object-fit: cover;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-box .footer-logo {
    width: 80%;
  }
}
.page-footer .footer-tabs {
  gap: 2em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs {
    width: 70%;
  }
}
.page-footer .footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}
.page-footer .footer-tabs .nav-tabs:after {
  content: "";
  bottom: -8%;
  width: 100%;
  height: 1px;
  background-color: rgba(40, 54, 118, 0.33);
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 30%;
  padding: 0.7em 0.3em;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active {
  background-color: #ffeb3b;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: -8%;
  top: 27%;
  width: 1px;
  height: 1.2em;
  background-color: #283676;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item:not(:last-child):after {
    display: none;
  }
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  gap: 3px;
  color: #283676;
  font-weight: 500;
  font-size: 0.9em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #283676 !important;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
    gap: 0.7em;
  }
}
.page-footer .footer-tabs .tab-content {
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content {
    display: flex;
    justify-content: space-between;
  }
}
.page-footer .footer-tabs .tab-content.active {
  display: block !important;
}
@media (min-width: 991.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    position: static !important;
    width: 28%;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
  position: relative;
  gap: 0.5em;
  color: #283676;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2em;
}
@media (min-width: 1399.5px) {
  .page-footer .footer-tabs .tab-content .tab-pane .footer-column-title {
    font-size: 1.2em;
  }
}
.page-footer .footer-tabs .tab-content .tab-pane .footer-column-title:before {
  content: "";
  position: absolute;
  right: -7%;
  top: 0;
  height: 1.1em;
  width: 2px;
  background-color: #283676;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.page-footer .footer-ul .footer-li {
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li {
    text-align: right;
  }
}
.page-footer .footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #283676;
  text-align: center;
  font-family: ERPxFaNum !important;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 991.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    text-align: right;
  }
}
@media (min-width: 1399.5px) {
  .page-footer .footer-ul .footer-li .footer-link {
    font-size: 0.9em;
  }
}
.page-footer .footer-ul .footer-li .footer-icon {
  font-size: 1.3em;
  color: #283676;
  margin-left: 0.3em;
}
.page-footer .footer-map {
  margin-top: 3em;
  width: 100%;
  height: 12em;
}
.page-footer .footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-footer .footer-social-media {
  padding-block: 1.6em;
  width: 100%;
  gap: 1.4em;
  background: url(../images/footer-social-media-vector.svg) no-repeat center;
  background-size: 57%;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media {
    padding-block: 0;
    width: 60%;
    margin-left: 2%;
    background: none;
  }
}
.page-footer .footer-social-media .social-media-links {
  width: 100%;
  gap: 3.5em;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media .social-media-links {
    padding-block: 1.5em;
    width: 40%;
    gap: 3em;
    background: url(../images/footer-social-media-vector.svg) no-repeat center;
    background-size: 100%;
  }
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon {
  font-size: 1.2em;
}
.page-footer .footer-social-media .social-media-links .media-link-box .footer-media-icon:before {
  color: #524e41;
}
.page-footer .footer-social-media .social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-social-media .social-media-links .media-link-box .icon-telegram {
  font-size: 1.4em;
}
.page-footer .footer-social-media .copy-right p {
  font-size: 0.7em;
  color: #92929D;
}
.page-footer .created-by {
  width: 100%;
  background: #283676;
  padding: 1em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #fff;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.7em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.page-footer .created-by .footer-bottom-btn-container {
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #fff;
  border-radius: 9px;
  color: #283676;
  font-size: 0.8em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 38%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 29%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 43%;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 37%;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.2em;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.4em;
  padding-bottom: 7px;
}
.page-footer .abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .page-footer .abrisham-logo {
    width: 30%;
  }
}
.page-footer .abrisham-logo .law-message {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
}
.page-footer .abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #fdb12a;
  font-size: 1.6em;
  margin-right: 0.2em;
}
.teachers {
  position: relative;
  margin-top: -20%;
  z-index: 0;
  padding-top: 16%;
}
.teachers .teachers-all-content {
  padding-bottom: 3em;
  position: relative;
}
.teachers .teachers-all-content .teachers-swiper-slider {
  width: 94%;
  padding: 3em 0;
  overflow: hidden;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card {
  padding-block: 5%;
  width: 86%;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 540px) {
  .teachers .teachers-all-content .teachers-swiper-slider .teacher-card {
    width: 92%;
  }
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box {
  overflow: hidden;
  width: 90%;
  aspect-ratio: 1;
  z-index: 1;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box .teacher-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info {
  border-radius: 2px 2px 12px 12px;
  -webkit-border-radius: 2px 2px 12px 12px;
  -moz-border-radius: 2px 2px 12px 12px;
  -ms-border-radius: 2px 2px 12px 12px;
  -o-border-radius: 2px 2px 12px 12px;
  line-height: 1;
  gap: 1em;
  width: 90%;
  padding-bottom: 1em;
  padding-top: 2em;
  font-size: 0.8em;
  font-weight: 400;
  margin-top: -0.5em;
  z-index: 0;
}
.teachers .teachers-slider-pagination {
  margin-top: 2.5em;
}
.teachers .slider-navigation {
  width: 104%;
  top: 50%;
}
.teachers .slider-navigation .icon-nav-slider {
  font-size: 2.7em;
}

.parents-comments .parents-comments-slider {
  padding-top: 3em;
  overflow: hidden;
}
.parents-comments .parents-comments-slider .parent-comment {
  position: relative;
  padding: 1.5em;
  width: 100%;
  height: 16em;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background: #fff;
}
.parents-comments .parents-comments-slider .parent-comment .parent-img {
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  width: 6em;
  aspect-ratio: 1;
  bottom: -2.5em;
  left: 5%;
}
.parents-comments .parents-comments-slider .parent-comment .parent-comment-text {
  text-align: justify;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.8em;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info {
  margin-top: 1.5em;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info .parent-name {
  color: #1e90ff;
  text-align: justify;
  font-size: 1em;
  font-weight: 500;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info .fa-circle {
  font-size: 5px;
}
.parents-comments .parents-comments-slider .parent-comment .parent-info .comment-by {
  font-weight: 400;
  font-size: 1em;
}
.parents-comments .slider-navigation {
  margin-top: 5em;
}

.history {
  position: relative;
}
.history .history-items .history-item {
  width: 44%;
  gap: 1em;
}
@media screen and (min-width: 575.5px) {
  .history .history-items .history-item {
    width: 40%;
  }
}
@media screen and (min-width: 699.5px) {
  .history .history-items .history-item {
    width: 26%;
    gap: 1.5em;
  }
}
.history .history-items .history-item .history-icon-box {
  border: 1px solid #fff;
  width: 57%;
  aspect-ratio: 1;
}
@media screen and (min-width: 767.5px) {
  .history .history-items .history-item .history-icon-box {
    width: 50%;
  }
}
@media screen and (min-width: 991.5px) {
  .history .history-items .history-item .history-icon-box {
    width: 41%;
  }
}
.history .history-items .history-item .history-icon-box .icon-students {
  font-size: 2em;
}
@media screen and (min-width: 459.5px) {
  .history .history-items .history-item .history-icon-box .icon-students {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1199.5px) {
  .history .history-items .history-item .history-icon-box .icon-students {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 1499.5px) {
  .history .history-items .history-item .history-icon-box .icon-students {
    font-size: 4.5em;
  }
}
.history .history-items .history-item .history-icon-box .icon-charts {
  font-size: 2.5em;
}
@media screen and (min-width: 399.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 3em;
  }
}
@media screen and (min-width: 459.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 3.8em;
  }
}
@media screen and (min-width: 1199.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 4.2em;
  }
}
@media screen and (min-width: 1499.5px) {
  .history .history-items .history-item .history-icon-box .icon-charts {
    font-size: 5.2em;
  }
}
.history .history-items .history-item .history-icon-box .icon-activity {
  font-size: 3.4em;
}
@media screen and (min-width: 459.5px) {
  .history .history-items .history-item .history-icon-box .icon-activity {
    font-size: 4em;
  }
}
@media screen and (min-width: 1199.5px) {
  .history .history-items .history-item .history-icon-box .icon-activity {
    font-size: 4.2em;
  }
}
@media screen and (min-width: 1499.5px) {
  .history .history-items .history-item .history-icon-box .icon-activity {
    font-size: 5.6em;
  }
}
.history .history-items .history-item .history-num {
  font-weight: 700;
  font-size: 2em;
  color: #fff;
  font-family: ERPxFaNum !important;
}
@media screen and (min-width: 575.5px) {
  .history .history-items .history-item .history-num {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 991.5px) {
  .history .history-items .history-item .history-num {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 1399.5px) {
  .history .history-items .history-item .history-num {
    font-size: 4em;
  }
}
.history .history-items .history-item .history-name {
  color: #fff;
  font-size: 1em;
  text-align: center;
}
@media screen and (min-width: 1399.5px) {
  .history .history-items .history-item .history-name {
    font-size: 1.3em;
  }
}

body {
  background: #ffeff3;
}

.title-elements {
  margin-top: 3em;
}
.title-elements .section-title {
  font-family: "PFDinTextArabic" !important;
  color: #ff98b4;
  text-align: center;
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 991.5px) {
  .title-elements .section-title {
    font-size: 2em;
  }
}
@media (min-width: 1199.5px) {
  .title-elements .section-title {
    font-size: 2.5em;
  }
}
@media (min-width: 1499.5px) {
  .title-elements .section-title {
    font-size: 2.8em;
  }
}
.title-elements .subtitle-parent .section-subtitle {
  color: #7f44c9;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
}
@media (min-width: 1199.5px) {
  .title-elements .subtitle-parent .section-subtitle {
    font-size: 1em;
  }
}
.title-elements .subtitle-parent .subtitle-line {
  width: 2em;
  height: 2px;
  background-color: #ff98b4;
}

.slider-navigation {
  z-index: 10;
  gap: 2em;
}
.slider-navigation .slider-nav-btn {
  font-size: 1.5em;
}

.slider-pagination {
  overflow: visible;
  width: unset !important;
}
.slider-pagination .swiper-pagination-bullet {
  background-color: #7f44c9;
  margin-inline: 12px !important;
  opacity: unset;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #ff98b4;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}

.header .header-container .header-top {
  display: none !important;
}
.header .header-container .header-bottom {
  position: fixed !important;
  max-width: 100vw;
  left: 0;
  z-index: 1000;
  padding-block: 1.2em !important;
  padding-inline: 1em !important;
  /*background: url(../images/logo-main-front.png) no-repeat center !important;*/
  background-size: contain !important;
  background-color: #ffeff3 !important;
  box-shadow: 3px 0px 6px -2px #ff84a5;
}
@media (min-width: 767.5px) {
  .header .header-container .header-bottom {
    background: #ffeff3 !important;
    padding-block: 0.5em !important;
  }
}
@media (min-width: 1199.5px) {
  .header .header-container .header-bottom {
    padding-inline: 2em !important;
  }
}
.header .header-container .header-bottom .icon-menu-bar:before {
  color: #396667;
}
.header .header-container .header-bottom .school-logo-img {
  width: 4em;
  margin-left: 1em;
}
.header .header-container .icon-search:before {
  color: #7f44c9 !important;
}
.header .header-container .nav-list-li:hover .nav-link {
  color: #7f44c9 !important;
}
.header .header-container .nav-list-li:hover .icon-chevron-down:before {
  color: #7f44c9 !important;
}
.header .header-container .nav-list-li .nav-link {
  color: #292d32 !important;
}
.header .header-container .nav-list-li .nav-submenu, .header .header-container .nav-list-li .nav-submenu .nav-sub-submenu {
  border: 1.5px solid #ffaec4 !important;
  background: #fdc6d5 !important;
}
.header .header-container .nav-list-li .nav-submenu .submenu-ul .submenu-li {
  color: #871a38 !important;
}
.header .header-container .nav-list-li .nav-submenu .submenu-ul .submenu-li:hover {
  background-color: #7f44c9 !important;
  color: #fff !important;
}
.header .header-container .nav-big-btn {
  width: 2.9em !important;
  background-color: #ff84a5 !important;
  color: #fff !important;
}
@media (min-width: 991.5px) {
  .header .header-container .nav-big-btn {
    width: 9em !important;
  }
}
.header .header-container .nav-big-btn .nav-icon:before {
  color: #fff !important;
}
.header .header-container .nav-login-btn {
  background-color: #7f44c9 !important;
}

.mobile-menu {
  border-radius: 33px 0px 0px 33px;
  -webkit-border-radius: 33px 0px 0px 33px;
  -moz-border-radius: 33px 0px 0px 33px;
  -ms-border-radius: 33px 0px 0px 33px;
  -o-border-radius: 33px 0px 0px 33px;
  border: 1px solid #ff84a5 !important;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(15px);
}
.mobile-menu .mobile-menu-ul .mobile-menu-li:hover .mobile-menu-link {
  background-color: transparent !important;
  color: #7f44c9 !important;
}
.mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  color: #292d32 !important;
}
.mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item:hover .submenu-item-link {
  background-color: transparent !important;
  color: #7f44c9 !important;
}
.mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  color: #292d32 !important;
}
.mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  color: #292d32 !important;
}

.banner {
  position: relative;
  width: 100%;
  margin-top: 2em;
  padding-top: 5em;
  padding-bottom: 0;
}
@media (min-width: 767.5px) {
  .banner {
    margin-bottom: -5.6em;
  }
}
@media (min-width: 991.5px) {
  .banner {
    margin-bottom: -6em;
  }
}
.banner .banner-inside {
  width: 100%;
  padding-top: 3%;
}
.banner .banner-inside .title-elements {
  margin-top: 1em;
}
.banner .banner-inside .title-elements .section-title {
  color: #7f44c9;
  font-size: 2em;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .title-elements .section-title {
    text-align: right;
  }
}
@media screen and (min-width: 1099.5px) {
  .banner .banner-inside .title-elements .section-title {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1399.5px) {
  .banner .banner-inside .title-elements .section-title {
    font-size: 3.5em;
  }
}
.banner .banner-inside .title-elements .subtitle-parent .section-subtitle {
  position: relative;
  color: #220d3d;
}
.banner .banner-inside .title-elements .subtitle-parent .section-subtitle::after {
  content: "";
  bottom: -1em;
  width: 100%;
  height: 1px;
  background-color: #ff98b4;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .title-elements .subtitle-parent .section-subtitle::after {
    display: none;
  }
}
.banner .banner-inside .title-elements .subtitle-parent .subtitle-line {
  display: none;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .title-elements .subtitle-parent .subtitle-line {
    display: inline-block;
  }
}
.banner .banner-inside .banner-description {
  width: 100%;
}
@media (min-width: 767.5px) {
  .banner .banner-inside .banner-description {
    width: 40%;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-inside .banner-description {
    width: 33%;
  }
}
.banner .banner-inside .banner-description .banner-text {
  color: #351957;
  text-align: justify;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 2;
  margin-block: 1.5em;
  margin-inline: auto;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-description .banner-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media screen and (min-width: 1399.5px) {
  .banner .banner-inside .banner-description .banner-text {
    font-size: 1em;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
.banner .banner-inside .banner-description .banner-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  cursor: pointer;
  margin-bottom: 3em;
  padding-block: 0.7em;
  font-size: 1em;
  border: 1px solid #7f44c9;
  background: #ff98b4;
  color: #fff;
  box-shadow: 2px 2px 0px 0px #7f44c9;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  z-index: 10;
}
.banner .banner-inside .banner-description .banner-link:hover {
  box-shadow: none;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}
@media (min-width: 400px) {
  .banner .banner-inside .banner-description .banner-link {
    width: 50%;
    align-self: center;
  }
}
@media (min-width: 767.5px) {
  .banner .banner-inside .banner-description .banner-link {
    width: 100%;
  }
}
@media (min-width: 1399.5px) {
  .banner .banner-inside .banner-description .banner-link {
    font-size: 1.1em;
    padding-block: 1em;
  }
}
.banner .banner-inside .banner-photo-box {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 2.5em;
  background: url(../images/girls-high-school/banner-background.svg) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (min-width: 767.5px) {
  .banner .banner-inside .banner-photo-box {
    width: 55%;
    margin-top: 0;
  }
}
.banner .banner-inside .banner-photo-box .banner-photo {
  position: relative;
  width: 65%;
}

.news {
  z-index: 1;
  position: relative;
  width: 100%;
  padding-block: 15%;
  background: url("../images/girls-high-school/news-background-1.png") no-repeat center;
  background-size: 100% 100%;
}
@media (min-width: 575.5px) {
  .news {
    padding-top: 12%;
    padding-bottom: 15%;
    background: url("../images/girls-high-school/news-background.svg") no-repeat center;
    background-size: cover;
  }
}
@media (min-width: 991.5px) {
  .news {
    padding-top: 12%;
    padding-bottom: 0;
  }
}
@media (min-width: 1399.5px) {
  .news {
    padding-top: 7%;
  }
}
.news .news-slider-container {
  position: relative;
  overflow: hidden;
  padding-block: 3em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news .news-slider-container {
    padding-bottom: 19%;
  }
}
.news .news-slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-slider-container .swiper-slide .news-box {
  width: 88%;
  position: relative;
  overflow: hidden;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description {
  height: 85%;
  background-color: #f8e8eb;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-text {
  display: -webkit-box;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-link {
  background: #7f44c9 !important;
  color: #fff !important;
  width: 100%;
  padding-block: 0.5em;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-date {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-img {
  width: 100%;
  aspect-ratio: 3/2.2;
  border: 1px solid #7f44c9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  object-fit: cover;
}
.news .news-slider-container .swiper-slide .news-box .invisible {
  height: 5em;
  width: 100%;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description {
  bottom: 2em;
  height: 39%;
  width: 85%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 0.7px solid rgba(0, 51, 102, 0.24);
  background: rgba(255, 239, 243, 0.76);
  backdrop-filter: blur(7.25px);
  padding: 1em 0.5em 0.5em;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-title {
  color: #7f44c9;
  font-size: 1.2em;
  font-weight: 500;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: none;
  margin-block: 0.8em;
  color: #036;
  text-align: justify;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 439.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 575.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-divider {
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 0.2em;
  background-color: rgba(127, 68, 201, 0.26);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link {
  color: #7f44c9 !important;
  font-size: 0.9em;
  border: 1px solid #7f44c9;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transform-origin: left;
  width: 25%;
  padding: 0.2em 0.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link .icon-chevron-left {
  display: none;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-date {
  color: rgba(0, 0, 0, 0.58);
  font-size: 0.9em;
}
.news .news-slider-container .icon-nav {
  font-size: 1.5em;
}
.news .news-slider-container .icon-nav::before {
  color: #7f44c9;
}
@media (min-width: 991.5px) {
  .news .news-slider-container .slider-navigation {
    position: absolute;
    bottom: 25%;
  }
}
@media (min-width: 1399.5px) {
  .news .news-slider-container .slider-navigation {
    right: 3%;
  }
}
.news .see-all {
  bottom: 0;
  color: #ff648e;
  font-size: 1em;
}
@media (min-width: 991.5px) {
  .news .see-all {
    bottom: 25%;
  }
}
@media (min-width: 1199.5px) {
  .news .see-all {
    font-size: 1em;
  }
}
@media (min-width: 1399.5px) {
  .news .see-all {
    font-size: 1.1em;
  }
}
.news .see-all .icon-arrow-2:before {
  color: #ff648e;
}

.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0px 6px 0px 0px #fff;
  z-index: 1;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-img-box .teacher-img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.teachers .teachers-all-content .teachers-swiper-slider .teacher-card .teacher-info {
  border-radius: 2px 2px 12px 12px;
  -webkit-border-radius: 2px 2px 12px 12px;
  -moz-border-radius: 2px 2px 12px 12px;
  -ms-border-radius: 2px 2px 12px 12px;
  -o-border-radius: 2px 2px 12px 12px;
  background-color: #7f44c9;
  color: #fff;
}
.teachers .teachers-all-content .icon-nav-slider:before {
  color: #7f44c9;
  font-weight: 100;
}
.teachers .see-all {
  bottom: 2.5em;
  font-size: 1em;
  color: #7f44c9;
}
@media (min-width: 1199.5px) {
  .teachers .see-all {
    font-size: 1em;
    left: 5%;
    bottom: 5.5em;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@media (min-width: 1399.5px) {
  .teachers .see-all {
    font-size: 1.1em;
  }
}
.teachers .see-all .icon-chevron:before {
  color: #ff648e;
}

.features {
  padding-block: 10%;
  background: url(../images/girls-high-school/feature-background-1.png) no-repeat center;
  background-size: cover;
}
@media (min-width: 991.5px) {
  .features {
    background: url(../images/girls-high-school/feature-background-2.svg) no-repeat center;
    background-size: cover;
    aspect-ratio: 3/1.5;
  }
}
.features .title-elements {
  background: url(../images/girls-high-school/features-title-background.svg) no-repeat center;
  background-size: cover;
  width: 90%;
  aspect-ratio: 2/1;
  margin-top: 0;
}
@media (min-width: 575.5px) {
  .features .title-elements {
    width: 50%;
  }
}
@media (min-width: 991.5px) {
  .features .title-elements {
    width: 38%;
  }
}
.features .title-elements .section-title {
  color: #7f44c9;
}
.features .title-elements .section-subtitle {
  color: #505050;
}
.features .title-elements .subtitle-line {
  background-color: #7f44c9;
}
.features .features-boxes {
  width: 100%;
  aspect-ratio: 3/1.5;
  position: relative;
}
.features .features-boxes .feature-box {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 5px solid transparent;
}
@media (min-width: 575.5px) {
  .features .features-boxes .feature-box {
    width: 48%;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box {
    position: absolute;
  }
}
.features .features-boxes .feature-box:hover {
  border: 5px solid #ff98b4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 0px 53px 15px 0px rgba(0, 0, 0, 0), 0px 34px 13px 0px rgba(0, 0, 0, 0.02), 0px 19px 11px 0px rgba(0, 0, 0, 0.08), 0px 8px 8px 0px rgba(0, 0, 0, 0.13), 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.features .features-boxes .feature-box:hover .feature-name-box {
  border: 1px solid #ff98b4;
  width: 90%;
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -moz-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
}
.features .features-boxes .feature-box:hover .feature-name-box .feature-name {
  background-color: #ff98b4;
  color: #1d0c32;
}
.features .features-boxes .feature-box:hover .feature-img {
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.features .features-boxes .feature-box .feature-name-box {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  bottom: 0.5em;
  border: 1px solid #fff;
  padding: 3px;
  width: 80%;
}
.features .features-boxes .feature-box .feature-name-box .feature-name {
  width: 100%;
  padding: 5% 3%;
  font-size: 0.9em;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background-color: #fff;
  color: #7f44c9;
  line-height: 1.5;
  text-align: center;
}
.features .features-boxes .feature-box .feature-img {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid rgba(94, 61, 0, 0.46);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-1 {
    top: 0;
    right: 5%;
    width: 27%;
    aspect-ratio: 1;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-2 {
    top: -32%;
    right: 40%;
    width: 25%;
    aspect-ratio: 5/4;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-3 {
    top: -17%;
    left: 5%;
    width: 22%;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-4 {
    bottom: 39%;
    left: 3%;
    width: 21.5%;
    aspect-ratio: 6/5;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-5 {
    bottom: -3%;
    left: 31%;
    width: 30%;
    aspect-ratio: 8/5;
  }
}
@media (min-width: 991.5px) {
  .features .features-boxes .feature-box-6 {
    bottom: 40%;
    left: 30%;
    width: 35%;
    aspect-ratio: 3/2;
  }
}

.parents-comments {
  background-color: #ffeff3;
}
.parents-comments .parents-comments-slider .parent-comment {
  box-shadow: 0px 6px 0px 0px #ffcddb;
}
.parents-comments .parents-comments-slider .parent-comment .parent-img {
  border: 9px solid #ffd1de;
}
.parents-comments .parents-comments-slider .parent-comment .parent-comment-text {
  color: #002114;
}
.parents-comments .slider-navigation .slider-nav-btn:before {
  color: #7f44c9;
}

.history {
  background-color: #ffeff3;
}
.history .history-items {
  padding-block: 40%;
  background: url(../images/girls-high-school/history-background-1.svg) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 399.5px) {
  .history .history-items {
    padding-block: 57%;
  }
}
@media screen and (min-width: 699.5px) {
  .history .history-items {
    background: url(../images/girls-high-school/history-background.svg) no-repeat center;
    background-size: 100%;
    padding-block: 19%;
  }
}
.history .history-items .history-item .history-icon-box {
  border: 1px solid #ff6891;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.history .history-items .history-item .history-icon-box .history-icon {
  color: #ffffff;
}
.history .history-items .history-item .history-num {
  color: #7f44c9;
}
.history .history-items .history-item .history-name {
  color: #7f44c9;
}

.library {
  position: relative;
  padding-top: 0;
  margin-bottom: 5em;
  padding-bottom: 4em;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .library {
    margin-bottom: -22%;
  }
}
.library:before {
  content: "";
  width: 160%;
  height: 100%;
  background: #f6d0cd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: none;
  z-index: 1;
}
@media (min-width: 767.5px) {
  .library:before {
    display: block;
  }
}
.library:after {
  content: "";
  width: 170%;
  height: 106%;
  background: rgba(246, 208, 205, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: none;
  z-index: 0;
}
@media (min-width: 767.5px) {
  .library:after {
    display: block;
  }
}
@media (min-width: 991.5px) {
  .library .title-elements {
    margin-top: 6em;
  }
}
.library .title-elements .section-title {
  color: #ff7298;
}
.library .title-elements .subtitle-parent .section-subtitle {
  color: #505050;
}
.library .title-elements .subtitle-parent .subtitle-line {
  color: #505050;
}
.library .main-container {
  z-index: 10;
  position: relative;
}
.library .library-inside {
  width: 100%;
  width: 100%;
}
.library .library-inside .library-img-box {
  position: relative;
  width: 90%;
  aspect-ratio: 1;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-img-box {
    width: 47%;
  }
}
.library .library-inside .library-img-box .library-vector {
  position: absolute;
  right: -13%;
  bottom: -2%;
  width: 55%;
  z-index: 0;
}
.library .library-inside .library-img-box .library-img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 424px;
  -webkit-border-radius: 424px;
  -moz-border-radius: 424px;
  -ms-border-radius: 424px;
  -o-border-radius: 424px;
  border: 6px solid #ffe5e3;
  box-shadow: 0px 0px 63.2px 0px #f4b9b4;
}
.library .library-inside .library-form {
  width: 100%;
  gap: 2em;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-form {
    width: 38%;
    gap: 1em;
  }
}
@media screen and (min-width: 991.5px) {
  .library .library-inside .library-form {
    width: 35%;
  }
}
.library .library-inside .library-form form {
  width: 100%;
  gap: 0.5em;
  margin: auto;
  font-size: 1em;
}
@media screen and (min-width: 767.5px) {
  .library .library-inside .library-form form {
    margin: unset;
  }
}
@media screen and (min-width: 1199.5px) {
  .library .library-inside .library-form form {
    width: 80%;
  }
}
.library .library-inside .library-form form .custom-select {
  position: relative;
  width: 100%;
}
.library .library-inside .library-form form .selected-option {
  color: #fff;
  padding: 10px;
  height: 3.2em;
  background-color: #ff98b4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1499.5px) {
  .library .library-inside .library-form form .selected-option {
    height: 4.5em;
  }
}
.library .library-inside .library-form form .icon-chevron-down {
  display: inline-block;
  transition: transform 0.3s ease;
}
.library .library-inside .library-form form .icon-chevron-down:before {
  color: #fff;
}
.library .library-inside .library-form form .options-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.8em;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #ffc8d7;
  display: none;
  z-index: 999;
}
.library .library-inside .library-form form .options-list .option-list-li {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 10px;
  color: #871a38;
  cursor: pointer;
}
.library .library-inside .library-form form .options-list .option-list-li:hover {
  background-color: #7f44c9;
  color: #fff;
  width: 95%;
  margin-inline: auto;
}
.library .library-inside .library-form form .open .icon-chevron-down {
  transform: rotate(90deg);
}
.library .library-inside .library-form form .library-submit-btn {
  gap: 1em;
  margin-top: 0.8em;
  width: 100%;
  height: 3.2em;
  text-align: center;
  color: #fff;
  background-color: #daa4a0;
  border: 1px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  padding: 1em;
}
@media (min-width: 1499.5px) {
  .library .library-inside .library-form form .library-submit-btn {
    height: 4.5em;
  }
}

.page-footer {
  background-color: transparent;
  z-index: 1;
}
.page-footer .footer-top {
  background: url(../images/girls-high-school/footer-background-1.png) no-repeat center;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 32%;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top {
    background: url(../images/girls-high-school/footer-background-2.png) no-repeat center;
    background-size: cover;
    padding-bottom: 13%;
    padding-top: 19%;
    margin-bottom: -5%;
  }
}
@media (min-width: 991.5px) {
  .page-footer .footer-top {
    margin-bottom: -2%;
    padding-top: 23%;
  }
}
.page-footer .footer-top .footer-logo-box {
  width: 100%;
  flex-direction: row !important;
  gap: 1em;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box {
    width: 30%;
    flex-direction: column !important;
  }
}
@media (min-width: 575.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo {
    width: 17%;
  }
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-logo-box .footer-logo {
    width: 25%;
  }
}
.page-footer .footer-top .footer-logo-box .footer-logo-text {
  width: 60%;
  font-size: 0.7em;
  color: #7f44c9;
  text-align: justify;
  font-weight: 400;
  line-height: 2;
}
.page-footer .footer-top .footer-tabs {
  width: 100%;
  margin-top: 2em;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 1px solid #ff98b4;
  padding: 0.5em;
  gap: 1em !important;
}
@media (min-width: 767.5px) {
  .page-footer .footer-top .footer-tabs {
    border: none;
    width: 68%;
  }
}
.page-footer .footer-top .footer-tabs .nav-tabs::after {
  display: none;
}
.page-footer .footer-top .footer-tabs .footer-tab-item {
  width: fit-content;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.page-footer .footer-top .footer-tabs .footer-tab-item::after {
  display: none;
}
.page-footer .footer-top .footer-tabs .footer-tab-item.active {
  background: transparent;
  border-bottom: 3px solid #ff98b4;
}
.page-footer .footer-top .footer-tabs .footer-tab-item.active .footer-tab-link {
  color: #ff98b4;
}
.page-footer .footer-top .footer-tabs .footer-tab-item .footer-tab-link {
  font-size: 0.8em !important;
  color: #ff98b4 !important;
}
.page-footer .footer-top .footer-tabs .footer-tab-item .footer-tab-link .icon-chevron-down {
  display: none;
}
.page-footer .footer-top .footer-link {
  color: #7f44c9 !important;
}
.page-footer .footer-top .footer-icon::before {
  color: #7f44c9 !important;
}
.page-footer .footer-top .footer-column-title {
  color: #ff98b4 !important;
}
.page-footer .footer-top .footer-column-title:before {
  background-color: #ff98b4 !important;
}
.page-footer .footer-top .tab-menu-four, .page-footer .footer-top .fourth-tab-pane {
  display: none !important;
}
.page-footer .footer-social-media {
  transform: translate(2.5em, -1em);
  -webkit-transform: translate(2.5em, -1em);
  -moz-transform: translate(2.5em, -1em);
  -ms-transform: translate(2.5em, -1em);
  -o-transform: translate(2.5em, -1em);
  background: none;
  padding-block: 0;
}
@media (min-width: 991.5px) {
  .page-footer .footer-social-media {
    width: 100%;
    transform: translate(2.5em, -2em);
    -webkit-transform: translate(2.5em, -2em);
    -moz-transform: translate(2.5em, -2em);
    -ms-transform: translate(2.5em, -2em);
    -o-transform: translate(2.5em, -2em);
  }
}
.page-footer .footer-social-media .social-media-links {
  gap: 2.5em;
  padding-block: 0;
  background: none;
}
@media (min-width: 767.5px) {
  .page-footer .footer-social-media .social-media-links {
    width: 50%;
    align-self: flex-start !important;
  }
}
.page-footer .footer-social-media .social-media-links .footer-media-icon {
  font-size: 1.3em;
}
.page-footer .footer-social-media .social-media-links .footer-media-icon::before {
  color: #7f44c9 !important;
}
.page-footer .footer-map {
  display: none;
}
.page-footer .copy-right {
  display: none;
}
.page-footer .created-by {
  background: #ffd7e1;
}
.page-footer .created-by .law-message {
  color: #7f44c9;
}
.page-footer .created-by .footer-bottom-btn {
  background: #7f44c9 !important;
  color: #ffd7e1 !important;
}
.page-footer .created-by .footer-bottom-ul {
  color: #7f44c9;
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:before {
  background-color: #7f44c9 !important;
}
