:root {
  --primary-color: #2a67d2;
  --secondary-color: #f5a623;
  --dark-color: #1c2c4c;
  --light-bg: #fdf9f2;
}

.sc-schools-reg-btn {
  background-color: var(--secondary-color) !important;
}

.main_categories li a i {
  margin-bottom: 15px;
}

.custom-search-input-2 input[type="submit"],
a.btn_add,
.btn_add {
  /* background-color: var(--primary-color) !important; */
}

ul.bullets li.area:before {
  font-family: "ElegantIcons";
  content: "\e0fd";
  color: #32a067;
  position: absolute;
  left: 0;
}

ul.bullets li.city:before {
  font-family: "ElegantIcons";
  content: "\e052";
  color: #32a067;
  position: absolute;
  left: 0;
}

ul.bullets li.governorate:before {
  font-family: "ElegantIcons";
  content: "\e080";
  color: #32a067;
  position: absolute;
  left: 0;
}

ul.bullets li.address:before {
  font-family: "ElegantIcons";
  content: "\e081";
  color: #32a067;
  position: absolute;
  left: 0;
}

.fees_min,
.fees_max {
  margin-bottom: 15px;
}

.fees_min span,
.fees_max span {
  font-weight: 600;
  color: #004dda;
}

.search-schools-link {
  font-weight: bold !important;
}

.strip .wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
}

.strip .wish_bt:after {
  font-family: "ElegantIcons";
  /* content: "\e012";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; */
  content: "\e089";
  -webkit-text-stroke: 1px #fff;
  font-size: 24px;
  color: #7c7777;
}

.strip a.wish_bt:after {
  font-family: "ElegantIcons";
  content: "\e089";
  -webkit-text-stroke: 1px #fff;
  font-size: 24px;
  color: #7c7777;
}

.strip .compare_bt {
  position: absolute;
  right: 65px;
  top: -15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-style: normal;
}

.strip .compare_bt:after {
  font-family: "ElegantIcons";
  /* content: "\2b"; */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_account .form_container hr {
  margin: 20px 0 !important;
}

.col-red {
  color: #f0151f;
}

.col-red:hover {
  color: #f0151f;
}

.error-message {
  color: #f0151f;
}

.message.success,
.message.error {
  display: none;
}

/*compareBar style start*/

.compare_btn {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 6px 12px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  line-height: 1.4;
  transition: all 0.2s ease;
  text-decoration: none;
}

.compare-bar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  width: 50%;
  min-width: 280px;
  max-width: 625px;
  z-index: 9999;
}

.Compare-btn {
  padding: 8px 8px;
  background-color: #2a67d2;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border: none !important;
  border-radius: 4px !important;
  text-transform: capitalize;
}

.btn-Cancel {
  padding: 8px 8px;
  background-color: #fff;
  color: #2a67d2;
  border-radius: 4px !important;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #2a67d2;
}

.comp-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  background-color: #e65100;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1;
}

.compare-bar {
  display: flex;
}

.compare-bar-actions {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .compare-bar {
    width: 100%;
    left: 0;
    transform: none;
    bottom: 15px;
    padding: 15px 10px;
  }

  .compare-bar-count {
    font-size: 13px;
  }

  .compare-bar-actions button {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/*compareBar style end*/

.auth-warning-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.compare-active,
.favourite-active {
  /* background-color: #fff !important;
    color: #000 !important; */
  background-color: #1c396c !important;
  color: #ffffff !important;
}

.favourite-active.wish_bt:after {
  color: #e65100 !important;
}

.head-dashboard {
  margin-top: 12px !important;
}

.head-dashboard a {
  font-size: 0.875rem;
  font-weight: 500;
}

.alert-danger {
  color: #f0151f;
}

.school-card-city {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  right: 15px;
  bottom: 15px;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
}

.strip ul li:last-child {
  margin-top: 4px;
}

.second-p {
  font-size: 1.2rem !important;
}

.box_faq ul {
  list-style: circle;
  margin: 0 0 10px 25px;
}

.box_faq p {
  margin-bottom: 10px;
}

.box_faq ul li,
.box_faq p {
  font-size: 1rem;
}

.box_faq h4 {
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .strip ul {
    margin-top: 32px;
  }

  .loc_open.btn_add {
    display: block;
  }

  .strip ul li {
    margin-right: 0px;
  }

  .float-end {
    float: none !important;
  }
}

/* ============== */
.origins-section {
  padding-top: 20px;
  padding-bottom: 20px;
  /* background: #f7f9fc;  */
}

.origins-section .main_title_2 h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.origins-section .main_title_2 p {
  font-size: 16px;
  max-width: 700px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.origins-grid {
  row-gap: 30px;
}

.origin-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 26px 30px;
  box-shadow: 0 14px 30px rgba(15, 35, 52, 0.07);
  border: 1px solid #e4e7ee;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.origin-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1c7cd6, #2ac6a9);
}

.origin-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.origin-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(28, 124, 214, 0.08);
  border: 1px solid rgba(28, 124, 214, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.origin-icon i {
  font-size: 20px;
  color: #1c7cd6;
}

.origin-card-header h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #182433;
}

.origin-card p {
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #4b5563;
}

.origin-card ul {
  padding-left: 18px;
  margin-bottom: 12px;
}

.origin-card ul li {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4b5563;
  list-style: circle;
}

.origins-cta {
  text-align: center;
  margin-top: 35px;
}

.origins-cta .btn_1 {
  padding: 10px 28px;
  font-size: 15px;
}

.origin-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 35, 52, 0.12);
  transition: all 0.22s ease;
}

@media (max-width: 767.98px) {
  .origin-card {
    padding: 22px 18px 26px;
  }

  .origin-card-header h4 {
    font-size: 17px;
  }
}

/* ============== */

.search-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.search-title-wrapper .school-logo {
  flex-shrink: 0;
  align-self: flex-start;
}

.search-title-wrapper .school-logo img {
  width: 70px;
  height: auto;
}

.search-title-wrapper h3 {
  margin: 0;
  flex: 1;
  line-height: 1.3;
}

.search-title-wrapper h3 a {
  display: block;
  line-height: 1.3;
}

.accreditation-logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0;
}

.accreditation-logo {
  height: 50px;
  width: auto;
  max-width: 60px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.accreditation-logo:hover {
  opacity: 1;
}

.curriculum-filter-link {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.curriculum-filter-link:hover {
  /* opacity: 0.7; */
  text-decoration: underline !important;
}

.order-by-label {
  float: left;
  margin-top: 5px;
  margin-right: 6px;
}

.order-by-label label {
  font-weight: bold;
}

.st_school_logo {
  width: 70px;
}

.loc_open {
  font-size: 14px;
  border: 1px solid var(--primary-color);
}

.school-card-city a {
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .strip ul {
    padding: 20px 5px 10px 5px;
  }

  .score strong {
    padding: 6px;
  }

  .strip ul li .score {
    margin-top: -5px;
  }

  .curriculum-filter-link {
    font-size: 12px;
  }
}

.mm-menu.mm-theme-dark {
  background: #071c3e;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  right: unset !important;
  z-index: 1;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/*the new add style for the selection start*/

.custom-select2-parent .select2-container .select2-selection--single {
  border: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6f787f !important;
  font-weight: 500;
}

.custom-select2-parent .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 28px !important;
  text-align: left !important;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: transform 180ms ease;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(-135deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px !important;
  top: 10px !important;
}

/*the new add style for the select-2 start*/

.select2-selection--single {
  border: 1px solid #d2d8dd !important;
  border-radius: 3px !important;
  height: calc(2.55rem + 2px) !important;
  color: #495057 !important;
  padding-top: 6px;
}

.select2-selection--single .select2-selection__arrow {
  height: 18px !important;
}

@media (max-width: 768px) {
  .hero_single.version_2 .select2-container {
    margin-bottom: 10px;
  }
}



.mm-menu {
  z-index: 999999 !important;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0 !important;
  right: auto !important;
  direction: ltr !important;
}

#mm-blocker,
.mm-wrapper__blocker,
.mm-page__blocker {
  z-index: 999998 !important;
}


@media (max-width: 768px) {
  .force-show {
    display: block !important;
  }

  ul#top_menu {
    margin: -6px 0 0 10px;
  }

  .logged-in-top-menu {
    margin: -2px -12px 0 10px !important;
  }

  .logged-in-top-menu-home {
    margin: -4px -8px 0 10px !important;
  }

}

.pricing-features li {
  white-space: unset;
}

/* General pages Start */
.sc-general-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.sc-general-content h2 {
  color: #2c3e50;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
}

.sc-general-content h3 {
  color: #34495e;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
}

.sc-general-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.sc-general-content ul,
.sc-general-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.sc-general-content ul {
  list-style: disc;
}

.sc-general-content li {
  margin-bottom: 8px;
}

.sc-general-title h2 {
  font-weight: bold;
}
/* General pages End */