/**
* Template Name: Selecao - v2.3.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #727272;
}

a:hover {
  color: #f32358;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
.pt-lg-100 {
  padding-top: 100px !important;
}
.pt-md-100 {
  padding-top: 100px !important;
}


.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f32358;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fa668c;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(42, 44, 57, 0.9);
  overflow: visible;
}
/* ارتفاع ثابت فقط للهيدر الضيّق — لا تستخدم مع header-navbar-expanded وإلا تُقصّ الخلفية عن صفّ الروابط الثاني */
#header:not(.header-navbar-expanded) {
  height: 70px;
}

/* شريط بروابط متعددة: ارتفاع يتبع المحتوى حتى تغطي الخلفية/الظل كل الصفوف */
#header.header-navbar-expanded {
  height: auto !important;
  min-height: 70px;
  max-height: none !important;
  align-items: center !important;
}

#header.header-transparent {
  background: transparent;
  padding: 45px 0 50px !important;
}
#header.header-transparent .logo2{
  display: none;
}
#header.header-transparent .logo1{
  display: block;
}

#header.header-scrolled {
  background: rgb(255 255 255 / 90%);
  box-shadow: 5px 10px 18px #888888a3;
  padding: 45px 0 50px !important;
}
#header.header-scrolled .logo1{
  display: none;
}
#header.header-scrolled .logo2{
  display: block;
}

#header.header-scrolled li a {
  color: #000;
}


#header.header-scrolled li a:hover, #header.header-scrolled li.active > a, #header.header-scrolled li:hover > a {
  color: #fff !important;
  background: #f32358;
  text-decoration: none;
}

/* صفحات بخلفية فاتحة: روابط ونصوص داكنة من أول تحميل (بدون انتظار السكروال) */
#header.header-transparent.header-on-light-bg {
  background: rgb(255 255 255 / 90%);
  box-shadow: 5px 10px 18px #888888a3;
  padding: 45px 0 50px !important;
}
#header.header-transparent.header-on-light-bg .logo1 {
  display: none;
}
#header.header-transparent.header-on-light-bg .logo2 {
  display: block;
}
#header.header-transparent.header-on-light-bg li a {
  color: #000;
}
#header.header-transparent.header-on-light-bg li a:hover,
#header.header-transparent.header-on-light-bg .active > a,
#header.header-transparent.header-on-light-bg li:hover > a {
  color: #fff !important;
  background: #f32358;
  text-decoration: none;
}
#header.header-transparent.header-on-light-bg .nav-menu .nav-logout-btn {
  color: #000;
}
#header.header-transparent.header-on-light-bg .nav-menu .nav-logout-btn:hover,
#header.header-transparent.header-on-light-bg .nav-menu li:hover .nav-logout-btn {
  color: #fff !important;
  background: #f32358;
}

/* صفحات داخلية (كتالوج، كورس عام، آراء): تقليل ارتفاع الهيدر — كان 45+50 padding يغطي مسار التصفح */
#header.header-transparent.header-on-light-bg.header-navbar-expanded,
#header.header-transparent.header-on-light-bg.header-scrolled {
  padding: 8px 0 10px !important;
}
#header.header-transparent.header-on-light-bg .logo.ptb-20 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
#header.header-transparent.header-on-light-bg .logo img {
  max-height: 52px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 3px 0 0 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #fff;
  color: #f32358;
  text-decoration: none;
}

.nav-menu .nav-logout-form {
  display: inline;
  margin: 0;
  padding: 0;
}
.nav-menu .nav-logout-btn {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.nav-menu .nav-logout-btn:hover,
.nav-menu li:hover .nav-logout-btn {
  background: #fff;
  color: #f32358;
  text-decoration: none;
}
#header.header-scrolled .nav-menu .nav-logout-btn {
  color: #000;
}
#header.header-scrolled .nav-menu .nav-logout-btn:hover,
#header.header-scrolled .nav-menu li:hover .nav-logout-btn {
  color: #fff !important;
  background: #f32358;
}

/* شريط عام: لوجو يسار، روابط رئيسية، حساب/دخول يمين — LTR */
/* !important: يمنع سطراً كاملاً للّوجو فقط ثم الروابط تحته (تعارض كاش/بوتستراب على الاستضافة) */
#header .header-bar-ltr {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.35rem 0.65rem;
  direction: ltr;
  unicode-bidi: isolate;
  max-width: 100%;
  box-sizing: border-box;
}
#header .header-bar-ltr > .logo {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: min(280px, 42vw);
  min-width: 0;
  order: 1;
}
#header .header-bar-ltr > .header-nav-cluster {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  max-width: none;
  order: 2;
}
/* الصفحة الرئيسية: container-fluid يوسّع مساحة الشريط أفقياً مقارنةً بـ .container الضيّق */
#header .header-bar-ltr.container-fluid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
/* القائمة + الحساب داخل عمود واحد بجانب اللوجو (لا يُلفّ الحساب إلى سطر منفصل) */
#header .header-bar-ltr .header-nav-cluster {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
}
#header .header-bar-ltr .nav-menu-main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  order: 2;
}
#header .header-bar-ltr .nav-menu-main > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-bar-ltr .nav-menu-main > ul > li {
  float: none;
}
#header .header-bar-ltr .nav-menu-main .nav-menu-sep {
  list-style: none;
  pointer-events: none;
}
#header .header-bar-ltr .nav-menu-main .nav-menu-sep span {
  display: inline-block;
  padding: 5px 10px 7px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
#header.header-scrolled .header-bar-ltr .nav-menu-main .nav-menu-sep span,
#header.header-transparent.header-on-light-bg .header-bar-ltr .nav-menu-main .nav-menu-sep span {
  color: rgba(0, 0, 0, 0.35);
}
#header .header-bar-ltr .nav-menu-auth {
  flex-shrink: 0;
  margin-left: auto;
  margin-inline-start: auto;
  margin-inline-end: 0;
  order: 3;
}
/* داخل العمود المدمج: إلغاء دفع margin-auto حتى لا يتعارض مع justify-content */
#header .header-bar-ltr .header-nav-cluster .nav-menu-auth {
  margin-left: 0;
  margin-inline-start: 0;
}
#header .header-bar-ltr .nav-menu-auth > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-bar-ltr .nav-menu-auth > ul > li {
  float: none;
}

/* أقل من Bootstrap lg: إخفاء القائمة الأفقية — القالب يفرض display:flex !important أعلاه فيتجاهل d-none */
/* القائمة الجانبية للموبايل تُنشأ من main.js (نسخة .header-nav-cluster + زر الهامبرغر) */
@media (max-width: 991.98px) {
  #header .header-bar-ltr > .header-nav-cluster,
  #header .header-bar-ltr .header-nav-cluster {
    display: none !important;
  }
}

/* lg+: تأكيد nowrap + حشو متدرّج (بعض الاستضافات/الكاش تعطّل الميديا كويري — القاعدة أعلاه nowrap بالفعل) */
@media (min-width: 992px) {
  #header .container.header-bar-ltr,
  #header .header-bar-ltr {
    flex-wrap: nowrap !important;
    align-items: center;
  }
  #header .header-bar-ltr .logo {
    align-self: center;
    overflow: visible;
    flex: 0 0 auto;
  }
  #header .header-bar-ltr .logo img {
    vertical-align: middle;
  }
  #header .header-bar-ltr .nav-menu-main {
    flex: 1 1 0;
    min-width: 0;
    justify-content: flex-start;
  }
  #header .header-bar-ltr .nav-menu-main > ul,
  #header .header-bar-ltr .nav-menu-auth > ul {
    flex-wrap: nowrap !important;
  }
  #header .header-bar-ltr .nav-menu a,
  #header .header-bar-ltr .nav-menu .nav-logout-btn {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 1px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  #header .header-bar-ltr .nav-menu a,
  #header .header-bar-ltr .nav-menu .nav-logout-btn {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 4px;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  #header .header-bar-ltr .nav-menu a,
  #header .header-bar-ltr .nav-menu .nav-logout-btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
  }
}

/* الصفحة الرئيسية (هيدر شفاف فوق الهيرو): لوجو أصغر قليلاً يحرّر عرضاً للروابط الطويلة */
#header.header-transparent:not(.header-on-light-bg) .logo img {
  max-height: 62px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 15px;
  margin-top: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2c39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ef6603;
  background: none;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */

.header-transparent .whiteline{
  color: #fff !important;
  display: block;
}
.header-transparent .blackline {
  color: green !important;
  display: none;
}


.header-scrolled .whiteline{
  color: #fff !important;
  display: none;
}
.header-scrolled .blackline {
  color: green !important;
  display: block;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 35px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #a72e4e;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
/* نسخة الجوال من العمود المدمج: عمودي — قائمة ثم حساب */
.mobile-nav.header-nav-cluster {
  display: block !important;
}
.mobile-nav.header-nav-cluster .nav-menu > ul {
  display: block;
}
.mobile-nav.header-nav-cluster .nav-menu > ul > li {
  float: none;
  white-space: normal;
}
.mobile-nav.header-nav-cluster .nav-menu-auth {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 6px;
  padding-top: 6px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2a2c39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fa668c;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(20, 21, 28, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
#hero .overlay{
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  /* تدرّج شبه معتم بـ rgba بدل opacity على العنصر حتى لا تمتزج صورة الخلفية بلون أخضر/غريب والنص يبقى واضحاً */
  background-image: linear-gradient(180deg, rgba(245, 61, 112, 0.92) 0%, rgba(254, 128, 115, 0.92) 100%);
  transition: background 0.3s, border-radius 0.3s;
  padding: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f32358;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #f32358;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }
  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: -60px;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 25px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #aaaaaa;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 80px;
  padding-bottom: 0px;
}

.about .content {
  background-color: #ffffff;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  margin-top: -20px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-top: 80px;
  padding-bottom: 0px;
}

.services .icon-box {
  padding: 30px 20px 30px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.services .icon {
  position: absolute;
  left: 0px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.services .title a:hover {
  color: #ef6603;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}


/*--------------------------------------------------------------
# courses
--------------------------------------------------------------*/
.courses {
  padding-top: 80px;
  padding-bottom: 0px;
}

.courses img{
  max-width: 100%;
  height: auto;
  max-height: 390px;
}
.courses .content{
  padding: 60px 0;
  background: #eee;
}
.courses .courses-list {
  padding: 0;
  list-style: none;
}

.courses .courses-list li {
  padding: 0 0 10px 25px;
}

.courses .courses-list a {
  color: #f32358;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}

.courses .courses-list i.icofont-simple-up {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}
.courses .courses-list i.las {
  position: none;
  font-size: 18px !important;
  margin-right: 5px !important;
}
.courses .courses-list p {
  margin-bottom: 10px;
  font-size: 13px;
}

.courses .courses-list a.collapse {
  color: #f32358;
}

.courses .courses-list a.collapsed {
  color: #343a40;
}

.courses .courses-list a.collapsed:hover {
  color: #f32358;
}

.courses .courses-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# kids-courses
--------------------------------------------------------------*/
.kids-courses {
  padding-top: 80px;
  padding-bottom: 0px;
}
.kids-courses img{
  max-width: 100%;
  height: auto;
  max-height: 350px;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding-top: 80px;
  padding-bottom: 30px;
}

.cta .content{
  background: #f0eadd;
  padding: 40px 0 40px 0px;
  background-image: url(../images/shop-img.jpg);
  /* background-position: right 0px; */
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  display: block;
}

.cta  .content .txtbg{
  padding: 30px 30px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.cta h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  color: #000;
  padding: 0 0px 0 0;
  line-height: 30px;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ef6603;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #ef6603;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 80px;
  padding-bottom: 40px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f32358;
  float: left;
  width: 44px;
  height: 44px;
  background: #f323581f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #727272;
}

.contact .info .email, .contact .info .phone {
  margin-top: 50px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #f32358;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form input:focus {
  border: 1px #7b7a7a solid;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form textarea:focus {
  border: 1px #7b7a7a solid;
}

.contact .php-email-form button[type="submit"] {
  background: #f32358;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #f25a80;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #14151c;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 35px 0 20px;
}

#footer h3 {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#footer p {
  font-size: 13;
  font-style: italic;
  padding: 0;
  margin: 0 0 20px 0;
}

#footer .social-links {
  margin: 0 0 20px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f32358;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #be1f48;
  color: #fff;
  text-decoration: none;
}

#footer .social-links a i {
  font-size: 18px;
  color: #fff;
}
#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/* نموذج الاستفسار — شريط الحالة بجانب زر الإرسال (أسفل المودال) */
#courseContactModal .course-contact-form-status--footer,
#catalogCourseInquiryModal .course-contact-form-status--footer {
  margin-top: 0.25rem;
}
#courseContactModal .course-contact-form-status--footer .error-message,
#catalogCourseInquiryModal .course-contact-form-status--footer .error-message {
  text-align: center;
  direction: rtl;
  border-radius: 8px;
  min-height: 0;
}
#courseContactModal .course-contact-form-status--footer .sent-message,
#catalogCourseInquiryModal .course-contact-form-status--footer .sent-message {
  background: #18d26e !important;
  color: #fff !important;
  text-align: center !important;
  direction: rtl !important;
  border-radius: 10px !important;
}
#courseContactModal .course-contact-form-status--footer .sent-message p,
#courseContactModal .course-contact-form-status--footer .sent-message .course-contact-sent-title,
#courseContactModal .course-contact-form-status--footer .sent-message .course-contact-sent-text,
#catalogCourseInquiryModal .course-contact-form-status--footer .sent-message p,
#catalogCourseInquiryModal .course-contact-form-status--footer .sent-message .course-contact-sent-title,
#catalogCourseInquiryModal .course-contact-form-status--footer .sent-message .course-contact-sent-text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#courseContactModal .course-contact-form-status--footer .loading,
#catalogCourseInquiryModal .course-contact-form-status--footer .loading {
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

/* نموذج الاستفسار من صفحة الكورس — رسالة النجاح داخل المودال */
#courseContactModal .course-contact-sent-message,
#catalogCourseInquiryModal .course-contact-sent-message {
  position: relative;
  width: 100%;
  text-align: center;
  direction: rtl;
  padding: 1rem 1rem 1.1rem;
  border-radius: 10px;
  box-sizing: border-box;
}
#courseContactModal .course-contact-sent-message .course-contact-sent-title,
#catalogCourseInquiryModal .course-contact-sent-message .course-contact-sent-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #fff;
}
#courseContactModal .course-contact-sent-message .course-contact-sent-text,
#catalogCourseInquiryModal .course-contact-sent-message .course-contact-sent-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.75rem;
}
#courseContactModal .course-contact-sent-message .course-contact-close-btn,
#catalogCourseInquiryModal .course-contact-sent-message .course-contact-close-btn {
  color: #155724;
  border: none;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
#courseContactModal .course-contact-sent-message .course-contact-close-btn:hover,
#catalogCourseInquiryModal .course-contact-sent-message .course-contact-close-btn:hover {
  background: #fff;
  color: #0d3d1f;
}
