@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf");
}

body,
html {
  overflow-x: hidden;
}

[dir="ltr"] .r-direction {
  flex-direction: row
}

[dir="rtl"] .r-direction {
  flex-direction: row-reverse
}

/* For Menu In Dropdown */
[dir="rtl"] .text-align {
  text-align: right
}

[dir="ltr"] .text-align {
  text-align: left
}

.no-scroll {
  overflow: hidden;
}




/* Start Navbar */
nav {
  background-color: #FFF
}

.profile-dropdown,
.notifications-dropdown {
  background-color: var(--yellow-color) !important;
  height: 48px;
  padding: 12px;
  border-radius: 16px 0px 16px 0px;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 12px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}


.profile-dropdown-list a,
.lang-dropdown a,
.notifications-dropdown-list a,
.notifications-dropdown a {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) translateY(0) !important
}

.profile-dropdown-list,
.notifications-dropdown-list {
  background-color: #FAFAFA;
  overflow: hidden;
  min-width: 273px !important;
  border-radius: 2.745px;
  box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #DDD;

}

.notifications-dropdown-list {
  min-width: 400px !important;
  max-height: 475px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 36px 16px !important;
  scrollbar-width: thin;
  /* Firefox-specific property */
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #888 #f1f1f1;
  /* Thumb color and track color */
  /* Thumb color and track color */
}



/* Scrollbar track (background) */
.notifications-dropdown-list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Light gray background for the track */
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
.notifications-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Thumb color */
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  /* Add border for better contrast */
}

/* Scrollbar thumb on hover */
.notifications-dropdown-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker color on hover */
}



.notifications-dropdown-list .dropdown-item>div {
  gap: 36px
}


header .navbar-expand-md .navbar-nav .notifications-dropdown-list .dropdown-item {
  border-bottom: 1px solid #0e2a4675;
  padding-bottom: 16px;
  padding-right: 0 !important;
  padding-left: 0 !important
}

header .navbar-expand-md .navbar-nav .notifications-dropdown-list li:last-child .dropdown-item {
  border-bottom: 0 !important;
  padding-bottom: 0 !important
}

.notifications-dropdown-list li:not(:first-child) .dropdown-item {
  padding-top: 16px !important
}

.notifications-dropdown-list .dropdown-item:hover {
  background-color: transparent !important
}

.notifications-dropdown-list .dropdown-item p {
  color: var(--Purple, #4A2D7B);
  font-size: 16px;
  font-weight: 600;
}

.notifications-dropdown-list .dropdown-item .notification-desc {
  color: #484848;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding-right: 59px;
  white-space: wrap;
}

[dir="ltr"] .notifications-dropdown-list .dropdown-item .notification-desc {
  padding-right: 0;
  text-align: left
}

.notifications-dropdown-list .dropdown-item .notify-date-time {
  color: #4A2D7B;
  font-size: 10px;
  font-weight: 500;
}

[dir="ltr"] .profile-dropdown-list a {
  text-align: left !important;
  gap: 20px
}

[dir="ltr"] .profile-dropdown-list li:not(:first-child) a img {
  margin: 0 !important;
  margin-right: 4px !important
}

[dir="rtl"] .profile-dropdown-list {
  right: 50% !important;
  transform: translateX(95%) !important;
  top: 115% !important
}

[dir="ltr"] .profile-dropdown-list {
  left: 50%;
  transform: translateX(-95%);
  top: 115%
}

[dir="rtl"] .notifications-dropdown-list {
  right: 50%;
  transform: translateX(95%);
  top: 115%
}

[dir="ltr"] .notifications-dropdown-list {
  left: 50%;
  transform: translateX(-96%);
  top: 115%
}

.profile-dropdown-list li:nth-child(2) {
  margin-top: 16px
}

.profile-dropdown-list li:last-child a {
  color: #E31A1A !important;
}

[dir="rtl"] .profile-dropdown-list li:last-child a img {
  margin-left: 4px
}

.profile-dropdown-list .user-mail {
  color: var(--Heading-color, #303031);

  font-size: 10px;
  font-weight: 400;
}

.profile-dropdown-list li:first-child {
  background: #F6F6F6;
  padding: 18px;
  position: relative;
}

.profile-dropdown-list li:first-child>div {
  gap: 8px
}

.profile-dropdown-list li:first-child::after {
  content: '';
  position: absolute;
  top: 100%;
  border: 10px solid transparent;
  border-top-color: #F6F6F6 !important
}

[dir="rtl"] .profile-dropdown-list li:first-child::after {
  right: 50%;
  transform: translateX(50%)
}

.profile-dropdown-list li:not(:first-child) a {
  padding: 12px 0;

  color: #0E2A46;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.profile-dropdown-list li:last-child {
  border-top: 1px solid #A6A6A6
}

.profile-dropdown-list li:last-child a {
  padding: 24px 0
}

.profile-dropdown-list li:not(:first-child) a:focus,
.profile-dropdown-list li:not(:first-child) a:hover {
  background: #EEE;
}


.profile-dropdown-list li:first-child img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #7e7e7e7a
}

.profile-dropdown-list .user-name {
  color: #303031;
  font-size: 14px;
  font-weight: 600;
}

header nav .nav-link {
  color: var(--White, #FFF);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header nav .nav-link.active {
  font-weight: 500
}

header .nav-link {
  gap: 8px;
  display: flex
}

header nav .login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--Primary-Green, #1E6A5C);
  color: #FFF !important;
  letter-spacing: 0.5px;
  padding: 8px 37px;

  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

header .navbar-expand-md .navbar-nav a.login-btn {
  padding: 8px 32px !important;
}

header nav .language-dropdown {
  padding: 8px 16px !important;
  border-radius: 50px;
  padding-left: 0 !important;
}

header nav .language-dropdown img:last-child {
  filter: contrast(0%) brightness(2);
}

header nav .language-text {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

header nav .logo-container img {
  transform: scale(1.1)
}

.dropdown-list {
  opacity: 0;
  visibility: hidden;
  /* Hidden but still takes up space */
  transform: translateY(15px);
  /* Move it down for the "fade up" effect */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  /* Delayed visibility toggle */
  position: absolute;
  top: 100%;
  min-width: 222px;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: -1 !important;
}

.dropdown-list a {
  padding: 24px 16px !important;
  display: block;
  color: var(--dark-blue, var(--Dark-Blue-Dark-blue, #103a5d));
  text-align: right;

  /* Titles/Title Regular */
  font-family: "Cairo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-bottom: 0.5px solid var(--Dark-Blue-Dark-blue, #103a5d);
  transition: all 0.2s ease-in-out;
}

.dropdown-list a:hover {
  background-color: var(--main-color);
  color: #fff;
  padding: 24px 24px !important;
}

.nav-item:hover>.dropdown-list {
  visibility: visible;
  /* Make it visible */
  opacity: 1;
  /* Fully visible */
  transform: translateY(0);
  /* Moves it back to its original position */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  /* No delay when showing */
}

.navbar-inner {
  background: linear-gradient(90deg, #646464 0%, #000 100%);
  backdrop-filter: blur(2px);
}

/* End Navbar */

/* Start Hero */

.hero {
  position: relative;
  height: calc(100vh);
  overflow: hidden;
  position: relative;
  background-image: url(../images/hero/hero.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-inner {
  height: calc(60vh);
  background-image: url(../images/inner/bg.svg);
  margin-top: 100px;
}

.portofolio-hero {
  background-image: url(../images/inner/portofolio.svg);
}

.hero-inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.85;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 0%, rgba(84, 84, 84, 0.52) 51.92%, #1F1F1F 100%);
  backdrop-filter: blur(2px);

}


.hero-inner .hero-header-vec {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 2;
}

.hero img {
  margin: auto;
}

.hero-main-title {
  color: #CCC49C;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}

.hero-desc {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 60%;
  margin: auto;
}

.hero-main-title span {
  color: #8E459B
}

.hero-header-decor {
  position: absolute;
  bottom: 5%;
  width: 100% !important;
  background-image: url(../images/hero/header-decor.svg);
  height: 180px;
  background-size: contain;
}



.hero-content {
  z-index: 900;
  height: 100%;
  display: flex;

  margin-bottom: 5em !important
}

.hero-content .main-hero-title-container {

  margin-top: 42px;
  margin-bottom: 32px;
  padding: 8px 55px;
  border-radius: 50px;
  background: linear-gradient(90deg, rgba(237, 226, 255, 0.75) 0%, rgba(202, 175, 62, 0.75) 100%);
}

.main-hero-title-container h1 {
  color: var(--main-color);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin: 0
}


.hero-text-container span {
  color: var(--main-color);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 150% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
  text-align: center
}

.hero-btn-container {
  margin-top: 64px;
}

.hero-btn-container button {
  color: #FFF;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  background: #2489D3;
  border: 0;
  outline: 0;
  padding: 12px 48px;
}

.mt-72 {
  margin-top: 72px;
}

.hero-stats-container .hero-stats-card .num {
  font-size: 40px;
  font-weight: 700;
}

.hero-stats-container .hero-stats-card .title {
  font-size: 20px;
  font-weight: 700;
}

.purpule-c {
  color: #8E459B
}

.baby-blue-c {
  color: #2489D3
}


.orange-c {
  color: #FC7B6D !important
}

.green-c {
  color: #31A783 !important;
}

/* End Hero */

/* Start About */

.about-sec {
  position: relative;
}

.about-sec::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/about/vecs.png);
  z-index: -1;
}

.about-inner-title {
  margin-top: 46px;
  color: var(--Dark-gray, #434345);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  /* 145.833% */
}

.fit-cover {
  object-fit: cover;
}

.nav-tabs .nav-item .nav-link {
  color: #ABABAB;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px;
  border-bottom-color: #F3F4F6;
  border-bottom-width: 4px;
  /* 131.25% */
}

#myTabsInner {
  margin-top: 21px;
}

#myTabsInner .nav-link {
  background-color: transparent !important;
  padding: 8px 16px;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: var(--Dark-gray, #434345);
  font-size: 18px;

}

#myTabsInner .nav-link.active {
  color: var(--White, #FFF);
  background: var(--Primary-Green, #1E6A5C) !important;
}

#myTabsInner .nav-link:hover {
  border-radius: 12px;
  background: var(--Primary-Green, #1E6A5C) !important;
  border: 0 !important;
}

#myTabsInner .nav-link::after {
  display: none;
}

.nav-tabs .nav-item .nav-link:hover {
  color: #000 !important;
  border-bottom-width: 4px !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.nav-tabs .nav-item .nav-link.active {
  border: 0 !important;
  border-bottom: 4px solid !important;
  color: #000 !important;
}

.about-desc {
  margin-top: 24px;
  color: var(--Dark-gray, #434345);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 90px;
  /* 150% */
}

.portofolio-card {
  border-radius: 11.481px;
  overflow: hidden;
}


.portofolio-card img {
  object-fit: cover;
  transition: all .5s ease-in-out;
}

.portofolio-card:hover img {
  transform: scale(1.2) rotate(1.5deg);
}

.isolated-ab-title {
  font-size: 48px;
  color: var(--Dark-gray, #434345);

}

.about-btns-container a {
  border-radius: 50px;
  padding: 12px 48px;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  font-family: Inter;
}

.about-btns-container a:nth-child(1) {
  background: #2489D3;
}

.rounded-16 {
  border-radius: 16px;
  overflow: hidden
}

.about-btns-container a:nth-child(2) {
  background: #EC8368;
}

.about-section-text {
  font-size: 20px;
  line-height: 32px;
  color: var(--paragraph, #484848);
  /* 160% */
}

/* End About */


/* hajj-num-section */
.hajj-num-section {
  padding: 142px 0;
  background-image: url(../images/hajj-num/number.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hajj-num-title {
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-weight: 500;
  line-height: 56px;
}

.hajj-num-section .hajj-num-sec-num {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 254.167px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  margin-top: .6em;
  position: relative;
  overflow: visible;
  isolation: isolate;
  /* creates stacking context */
  /* 24% */
}

.hajj-num-section .hajj-num-sec-num::before {
  content: attr(data-text);
  position: absolute;
  top: -190%;
  left: 1.5%;
  right: 0;
  white-space: nowrap;
  font-family: "Bahij_TheSansArabic";
  font-size: 254.167px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: radial-gradient(ellipse at 30% 30%, #1E6A5C 0%, #CCC49C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  /* now safely behind, within the isolated context */
}

.hajj-num-section .haj-label {
  margin-top: 5em;
  display: block;
  color: #434345;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  /* 150% */
}

.hajj-num-section .hajj-num-desc {
  margin-top: 32px;
  color: var(--Dark-gray, #434345);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
}

/* hajj-num-section */

/* programs*/
.programs {
  padding: 100px 0;
  background: var(--Primary-Green, #1E6A5C);
}

.programs .program-card {
  border-radius: 16.828px;
  background: rgba(255, 255, 255, 0.05);
  padding: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* programs*/

/* ceo */
.ceo-word-section {
  background: #F9F9F9;
  padding-bottom: 0 !important;
  padding-top: 11em !important;
}

.ceo-word-section .ceo-title-word {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  position: relative;
  z-index: 20;
  /* 171.875% */
}

.ceo-word-section .ceo-name {
  color: var(--Black, #000);
  font-family: "Bahij_TheSansArabic";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;

}

.ceo-word-section .ceo-title-word::after {
  content: '';
  position: absolute;
  right: -8%;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: #CCC49C;
  z-index: -1;
}

.ceo-img-con {
  transform: translateY(-32%) translateX(10%);
  display: flex;
  justify-content: center;
}

.ceo-img {
  width: 90% !important;
}

blockquote {
  max-width: 100%;
  position: relative;
  margin: auto;
  padding: 66px 38px;
  color: var(--Dark-gray, #434345);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  background: linear-gradient(90deg, rgba(204, 196, 156, 0.00) 0%, #ccc49c47 100%)
    /* 150% */

}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #f1efe6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: '';
  left: 4rem;
  top: -2rem;
  background-image: url(../images/ceo/q1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

blockquote:after {
  content: '';
  right: 3rem;
  bottom: -2rem;
  background-image: url(../images/ceo/q2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* ceo */

/* v-m-v-vec */
.v-m-v {
  position: relative;
  padding-top: 105px;
  padding-bottom: 105px;
}

.v-m-v-card-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.v-m-v-card-container .card {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-m-v-card-container .title {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.v-m-v-card-container .card {
  border-radius: 12px;
  background: #FAF9F5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
  border-top: 8px #1E6A5C solid;
  padding: 50px 32px;
  margin-top: 30px;
  background: #FAF9F5;
  z-index: 10;
}

.v-m-v-card-container .card .half-circle {
  width: 95px;
  height: 48px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -15%;
}

.v-m-v-bottom-vec {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 180px;
  background-image: url(../images/v-m-v/values\ decore.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.v-m-v-card-container .card p {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
}

/* v-m-v-bottom-vec */

/*submitted-works*/
.submitted-works {
  padding-bottom: 50px;
  position: relative;
}

.submitted-works h2 {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--Gold, #CCC49C);
  position: absolute;
  right: 50%;
  top: 75px;
  transform: translateX(50%);
  padding: 4px 30px;
}

.submitted-works .col-lg-6 {
  padding-top: 140px;
}

.submitted-works .col-lg-6:nth-child(1) {
  background-color: #1E6A5C;
  padding-bottom: 48px;
}

.submitted-works .col-lg-6:nth-child(2) {
  background-color: #434345;
}

.sub-works-tit-container {
  background: #146254;
  padding: 12px 16px;
  margin-top: 47px;
  margin-bottom: 16px;
}

.sub-works-tit-container span {
  color: var(--White, #FFF);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.submitted-works .parteners-carousel .card {
  padding-bottom: 32px;
  border-radius: 10px;
  overflow: hidden;
}

.submitted-works .parteners-carousel .card .card-title {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  /* 177.778% */
}

.submitted-works .parteners-carousel .card .title-con {
  position: relative;
}

.submitted-works .parteners-carousel .card .title-con span {
  color: var(--Primary-Green, #1E6A5C);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  z-index: 20;
  background-color: #CCC49C;
  padding: 25px 12px 5px;
  transform: translateY(-30px);

  /* 114.286% */
}

.submitted-works .parteners-carousel .card .card-text {
  color: #434345;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 24px;
  /* 171.429% */
}

.submitted-works .owl-carousel {
  margin-top: 40px;
}

.submitted-works .owl-carousel .owl-dots.disabled,
.submitted-works .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.submitted-works .owl-nav {
  top: -22.8%;
  left: 0%;
  position: absolute;
  background-color: #434345;
  height: 64px;
  display: flex;
  align-items: center;
  width: 120px;
  justify-content: space-around;
  color: #FFF;
  padding-top: 4px;
  font-size: 24px;
}



.with-green-arrws .owl-nav {
  background-color: #1E6A5C !important;
}

.submitted-works .owl-dots {
  display: flex;
  gap: 10px;
  margin-top: 46px;
  justify-content: center;
}

.submitted-works .owl-dots button {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF80 !important;
  border-radius: 10px;
}

.submitted-works .owl-dots button.active {
  background-color: #FFF !important
}

.bg-dark {
  background-color: #373739 !important;
}

.submitted-works .owl-carousel .owl-item .img-con {
  height: 228px;
}

.submitted-works .owl-carousel .owl-item .img-con img {
  object-fit: fill;
  height: 100%;
  width: 100%;
}

/*submitted-works*/

/*packages*/
.packages {
  padding: 100px 0;
  text-align: center;
}

.pack-title {
  display: inline-block;
  position: relative;
}

.pack-title:after {
  content: '';
  position: absolute;
  width: 150%;
  height: 70%;
  top: 45%;
  left: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  background-color: #CCC49C;

}

.packages .title {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  display: inline;
  background-color: green;
}

.packages p {
  color: #4C4C4C;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 24px;
  /* 150% */
}

.gx-5px {}

.packages p span {
  font-weight: bold;
}

.packages .row {
  margin-top: 24px;
}

.package-card {
  border-radius: 15.724px 0;
  padding: 31px 62px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* يخليها مربع */

}


.package-card.light-green {
  background: var(--light-green, #E2F5F2);
}

.package-card.yellow-bg {
  background: #FDF9E9
}


.package-card div {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 18.869px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 22.643px */
}

.package-card span {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 62.896px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 12px;
  display: block;
  /* 75.475px */
}

/*packages*/

/* work tools */
.work-tools {
  position: relative;
  background: #F9F9F9;
  padding-bottom: 99px;
  padding-top: 120px;
  overflow: hidden;
}

.work-tools .right-vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.work-tools .left-vec {
  position: absolute;
  top: 0;
  left: -5%;
  height: 100%;
  transform: scale(1.2);
}

.work-tools .right-vec img,
.work-tools .left-vec img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.work-tools h2 {
  margin-bottom: 41px;
}

.work-tools-card {
  border-radius: 12px;
  background: #FFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: right;
  height: 100%;
  z-index: 100;
}


.work-tools-card .icon-con {
  border-radius: 12px;
  background: #E2F5F2;
  padding: 13px;
}


.work-tools-card .card-title {
  color: var(--Dark-gray, #434345);
  font-family: "Bahij_TheSansArabic";
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 4px;
}

.work-tools-card .card-desc {
  color: #707475;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}


.work-tools .row {
  z-index: 20;
}

/* work tools */

/* goals */
.goals .row {
  margin-top: 53px;
}

.goals .row div {
  padding: 0;
  padding: 2.5px;
}

/* goals */

/* leaders */
.leaders-desc {
  color: #4C4C4C;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 150% */
}

.leader-card {
  position: relative;
}

.leader-card-ov {
  border-radius: 13.232px;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(147, 147, 147, 0.00) 31.16%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.leader-ribbon {
  z-index: 20;
  position: relative;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 85%;
  border-radius: 12px 0 0 12px;
  background: #FFF;
  backdrop-filter: blur(7.5px);
  padding-right: 40px;
  padding-left: 13px;
  padding-top: 15px;
  padding-bottom: 15px;

}

.leader-ribbon::after {
  content: '';
  position: absolute;
  top: -25%;
  right: 0;

  width: 14px;
  height: 150%;
  background-color: #CCC49C;
}

.leader-card .name {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  /* 342.857% */
}

.leader-card .role {
  color: #434345;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  /* 400% */
}

.leader-card .links-container a {
  color: #000;
  border: 1px solid #434345;
  min-width: 39px;
  min-height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* leaders */

/* Contact */
.contact-form {
  padding-top: 70px !important;
  padding-bottom: 200px;

}

.contact-form .contact-title {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-submit-btn {
  padding: 8px 80px;
  border-radius: 10px;
  background: var(--Primary-Green, #1E6A5C);
  color: var(--White, #FFF);
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

/* Contact */
.subscribe-mail-container .bg-white {
  height: 48px;
  display: flex;
  align-items: center;
  display: flex;
  width: 355px;
  height: 48px;
  padding: 0px 6px 0px 8px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 12px;
}

.subscribe-mail-container input::placeholder {
  color: #FFF;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscribe-mail-container button {
  background: #2489D3;
  padding: 0 38px;
  right: 6px;
  position: absolute;

  height: calc(100% - 12px);
  border-radius: 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.subscribe-mail-container :is(button) {
  top: 50%;
  transform: translateY(-50%);
}

.subscribe-mail-container input {
  height: 100%;
  font-size: 12px;
  color: #FFF;
  background-color: transparent !important
}

.bg-white-op {
  background: rgba(255, 255, 255, 0.16);
  padding: 12px 20px;
  border-radius: 8px;
}

/* End overlayed-part */

/* Start Course Overview */
.course-ov-details {
  border-radius: 8px;
  background: rgba(74, 45, 123, 0.05);
  padding: 29px 24px;
}

.course-ov-details h3 {
  color: var(--main-color);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.896px;
  text-align: center;
  border-radius: 10px;
  background: rgba(74, 45, 123, 0.12);
}

.course-ov-details ul .title,
.course-ov-details ul span {
  color: #333931;
  font-size: 16px;

}


.course-ov-details button:not(.btn-close) {
  border-radius: 50px;
  background: var(--main-color);
  color: #FFF;
  height: 45px;
  font-size: 16px;
  margin-top: 36px;
  transition: all .1s linear
}

.course-ov-details button:not(.btn-close):hover {
  background-color: var(--main-color-dark)
}

.course-ov-details button.btn-close {
  font-size: 14px;
  padding: 0 !important
}


.course-ov-details .modal-title {
  color: var(--Purple, #4A2D7B);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
}

.course-ov-details .modal-footer {
  border: 0;
  padding-top: 0;
  justify-content: center
}

.course-ov-details .modal-footer button {
  background-color: var(--yellow-color);


  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}



.course-ov-details .modal-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--Borders, #EAEAEA);
}

.course-ov-details .modal-content {
  min-width: 560px !important;
  padding-bottom: 18px;
}

.course-ov-details .modal-body {
  padding: 32px 24px;
}

.course-ov-main-title {
  color: var(--petrol-color);
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46.896px;
  border-bottom: 0.868px solid rgba(77, 87, 86, 0.50);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.course-tabs-container {
  margin-bottom: 80px;
}

.course-ov-tabs.nav-pills {
  gap: 14px;
}

.course-ov-tabs.nav-pills .nav-link.active,
.course-ov-tabs.nav-pills .show>.nav-link {
  border-radius: 4.342px;
  background: var(--main-color) !important;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-pills .nav-link {
  border-radius: 4.342px;
  background: #F2F2F2;
  color: var(--petrol-color);
  white-space: nowrap;

}

.course-tabs-content .tabs-title {
  color: #0E2A46;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.106px;
  margin-top: 30px !important;
  margin-bottom: 0
}

.course-tabs-content .tabs-text {
  color: #333931;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.401px;


}

.skills-list-container {
  gap: 16px;
}

.skills-list-container li {
  border-radius: 8px;
  background: rgba(74, 45, 123, 0.05);
  padding: 16px;
}

.skills-list-container li .icon-container {
  background-color: var(--yellow-color);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.skills-list-container li span {
  color: var(--petrol-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;

}

.skills-btns-container button {
  height: 42px;
  padding: 0 14px;
  color: #FFF;
  border-radius: 50px;
  font-size: 14px;
}

.skills-btns-container button:nth-child(1) {
  background-color: var(--main-color);

}

.skills-btns-container button:nth-child(2) {
  background-color: var(--yellow-color);

}

.skills-btns-container button:nth-child(2) span {
  color: #FFF;
  font-size: 14.578px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.937px;

}

/* End Course Overview */

/* Start Profile */
.profile-header {
  border-radius: 8px;
  border: 1px solid var(--Purple, #4A2D7B);
  background: var(--black-neutral-white, #FFF);
  padding: 16px 40px
}

.profile-header::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -120px;
  bottom: -2px;
  width: 100px;
  background-color: #8E459B;
  z-index: 0;
  border-bottom-left-radius: 8px
}

.user-training-courses img,
.user-rating img {
  border: 0 !important;
  max-width: 16px;
  max-height: 16px !important
}

.user-training-courses,
.user-rating {
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--blue-secondary-0, #DEEDF9);
  color: var(--Blue, #2489D3);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-rating {
  background: var(--orange-tertiary-0, #FCEDE9);
  color: var(--Orange, #EC8368);
}

.profile-header-content div {
  z-index: 10;
}

.profile-header-content img {
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  height: 112px;
  object-fit: cover;
  width: 112px !important;
}

.profile-header-content .username {
  color: var(--paragraph);
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;

}

.profile-header-content .badge {
  padding: 8px;
  color: var(--black-neutral-white, #FFF);

  font-size: 12px;
  font-weight: 600;
}

.personal-data-container {
  background-color: #f2f2f2;
  border: 0px solid var(--Borders, #EAEAEA);
  padding: 24px;
  border-radius: 16px;
}



.tabs-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.tabs-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  white-space: nowrap;

}

.tabs-wrapper::-webkit-scrollbar {
  display: none !important;
}

.scroll-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  z-index: 1;
  background-color: #1f1f1f;
  align-self: stretch;
  color: #FFF;
  border-radius: 4px;
}

.scroll-button:focus {
  outline: none;
}


.nav-pills {
  display: inline-flex;
  gap: 10px;
}

.profile-main-tabs-container {
  background-color: #F6F6F6;
  padding: 8px;
}

.tabs-container ul {
  width: 100%;
  /*  gap: 17px; */
  /* Hide scrollbar for Chrome, Safari, and Opera */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
  overflow-x: scroll;
  scroll-behavior: smooth
}

.tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.tabs-container ul li {
  flex: 1;
}

.cert-card ul li {
  flex: none !important
}

.tabs-container .cert-card ul {
  width: auto !important;
}

.fav-empty-title {
  color: #27272A;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}

.fav-empty-desc {
  color: #7F7E97;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.transaction-card .trans-date {
  color: var(--black-neutral-100, #484848);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.transaction-card .card-holder-name {
  color: var(--black-neutral-100, #484848);
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.transaction-card .card-num {
  color: var(--black-neutral-100, #484848);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.transaction-card .products-title {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.transaction-card .detailed-product-title {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.transaction-card .detailed-product-price {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tabs-container ul li button {
  display: flex;
  align-items: center;
  border: 0;
  padding: 10px 24px;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.32px;
  /* background-color: #e8e5ff !important; */
  color: #7E7E7E;
  width: 100%;
}

.tot-price-title {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tot-price {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tabs-container .nav-pills .nav-link {
  justify-content: center
}

.tabs-container ul li button .img-con {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b5661;
}

.pa-24 {
  padding: 24px;
}




.tab-title-wrapper span {
  color: #6E3579;
  font-size: 20px;
  font-weight: 600;
}

.tab-title-wrapper p {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 500;
}

.tabs-container .nav-pills .nav-link.active {
  background-color: #FFF;
  color: #484848
}

.tabs-container ul li button.active .img-con {
  background-color: #196974;
}

.tabs-container .select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
}

.sp-courses-link {
  border-radius: 50px;
  border: 1px solid #8E459B;
  padding: 8px 32px;
  color: #8E459B !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro-certs-link {
  border-radius: 50px;
  border: 1px solid var(--Orange, #EC8368);
  padding: 8px 32px;
  color: var(--Orange, #EC8368) !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@media (min-width: 768px) {
  .tabs-container .select-box {
    width: 70%;
  }


}

@media (min-width: 992px) {
  .tabs-container .select-box {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .tabs-container .select-box {
    width: 30%;
  }
}

.tabs-container .select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 1;
}



.tabs-container .select-box__current:focus+.select-box__list {
  opacity: 1;
  display: block !important;
  animation-name: none;
}

.tabs-container .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.tabs-container .select-box__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
  filter: invert(100%) brightness(2);
}

.tabs-container .select-box__value {
  display: flex;
}

.tabs-container .select-box__input {
  display: none;
}

.tabs-container .select-box__input:checked+.select-box__input-text {
  display: flex;
  gap: 16px;
  align-items: center;
}

.tabs-container .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #0b5661;
  color: #fff;
  border-radius: 10px;
}

.tabs-container .select-box__input-text img {
  background: #6cc6d324;
  padding: 8px;
  border-radius: 100%;
}

.tabs-container .select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  display: none;
  z-index: 100;
  /* animation-name: HideList;
	 */
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}

.tabs-container .select-box__option {
  display: flex;
  padding: 10px 14px;
  color: #0b5661;
  cursor: pointer;
  align-items: center;
  gap: 16px;
  background-color: #ccd2d3;
  margin-top: 2px;
  /* &:nth-child(1) {
		 border-radius: 10px;
	}
	 */
}

.tabs-container .select-box__option .img-con {
  border-radius: 100%;
  padding: 8px;
  background-color: #0b5661;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}


.is-required {
  color: #e31a1a;
}

.flex-1 {
  flex: 1
}

.flex-4 {
  flex: 4
}


.flex-1 .select2-container {
  width: 100%;
}

.update-data-btn {
  background-color: #8E459B;
  padding: 12px 48px;
  border-radius: 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none !important;
  border: 0 !important;
  margin-top: 50px;
}

.update-data-btn:disabled {
  background: #EEE;
}

.form-group .select2-container {
  width: 100% !important
}

img.img-for-uploader {
  width: 112px !important;
  height: 112px !important;
  border-radius: 8px !important;
  overflow: hidden
}

.img-uploader-wrapper:hover .uploader-overlay {
  transform: scale(1);
  z-index: 10;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.img-uploader-wrapper i {
  color: #443D6C
}

.uploader-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(247, 235, 248, 0.50);
  transform: scale(0);
  z-index: -1;

}

.uploaded-img-wrapper {
  border-radius: 4px;
  border: 1px dashed #B2BBCC;
  background: rgba(250, 250, 250, 0.50);
}

.clear-img-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px !important;
  height: 16px !important;
  border-radius: 100px !important;
  background: #EB3F37 !important;
  padding: 1px !important;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF !important;
  border: 0 !important
}

.success-alert {
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #1B7358;
  background: #E0F6EF;
  text-align: center;
  color: #31A783;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.6px;
  /* 108.889% */
}

.danger-alert {
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #A82721;
  background: #FCDEDC;
  text-align: center;
  color: #EB3F37;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.6px;
}

.add-new-edu-btn {
  padding: 12px 48px;
  border-radius: 50px;
  background: #2489D3;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border: 0
}

.added-cert-wrapper .title-and-faculty p {
  color: #484848;
  font-size: 17px;
  font-weight: 600;
}

.added-cert-wrapper .title-and-faculty span {
  color: #484848;

  font-size: 15px;
  font-weight: 500;
}


.added-cert-wrapper .date-from-to {
  color: #7E7E7E;
  font-size: 15px;
  font-weight: 500;
}

.added-cert-wrapper .listed-cert span {
  color: #484848;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}



.edit-delete-wrapper button {

  font-size: 16px;
  font-weight: 400;
  background-color: transparent !important;
  transition: all .2s linear
}

.edit-delete-wrapper button.edit-cert-btn {
  border-radius: 50px;
  border: 1px solid #EC8368;
  padding: 8px 32px;
  color: #EC8368;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.edit-delete-wrapper button.edit-cert-btn:hover {
  background-color: #EC8368 !important;
  color: #FFF;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.ok-btn {
  padding: 12px 48px;
  border-radius: 50px;
  background: var(--purple-2, #8E459B);
  color: var(--black-neutral-white, #FFF);
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px !important
}

.modal-title {
  color: var(--purple-2, #8E459B);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px
    /* 42px */
}

.edit-delete-wrapper button.delete-cert-btn {
  border-radius: 50px;
  border: 1px solid #EB3F37;
  padding: 8px 32px;
  color: #EB3F37;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.white-nowrap {
  white-space: nowrap
}

.edit-delete-wrapper button.delete-cert-btn:hover {
  background-color: #EB3F37 !important;
  color: #FFF;
}

.click-here {
  color: #8E459B;
  font-family: Inter;
  font-size: 18px;
}

.danger-alert a {
  font-weight: bold;
  color: #EB3F37
}

.uploader-overlay span {
  color: #443D6C;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 12px */
}

.delete-cert-modal .modal-title {
  color: #EB3F37;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}

.delete-cert-modal .modal-body {
  padding: 24px 0
}

.delete-cert-modal .modal-body p {
  color: #343434;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.delete-cert-modal .modal-footer button {
  border-radius: 50px;
  border: 1px solid #EB3F37;
  padding: 12px 48px;
  font-size: 18px;
  font-weight: 500;

}


.delete-cert-modal .modal-content {
  border-radius: 24px
}

.delete-cert-modal .modal-footer .no-btn {
  color: #EB3F37;
}

.delete-cert-modal .modal-footer .yes-btn {
  background-color: #EB3F37 !important;
}

.quality-evu-card {
  padding: 20px;
  border-radius: 8px;
  border: 0.421px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 10.094px 13.458px -3.365px rgba(16, 24, 40, 0.08), 0px 3.365px 5.047px -1.682px rgba(16, 24, 40, 0.03);
}

.quality-evu-card .img-wrapper {
  min-height: 100%;
  border-radius: 3.365px;
  overflow: hidden
}

.quality-evu-card .img-wrapper img {
  object-fit: cover
}

.quality-evu-card .quality-evu-card-desc .title {
  color: #484848;
  font-size: 20px;
  font-weight: 600;
}

.quality-evu-card .quality-evu-card-desc .time-wrapper span {
  color: #484848;
  font-size: 12px;
  font-weight: 600;
}

.quality-evu-card .quality-evu-card-desc .date-wrapper {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.823px;
}

.lecturer-wrapper img {
  width: 35px;
  height: 35px;
  border-radius: 50%
}

.rate-now-btn {
  border-radius: 50px;
  background: var(--purple-2, #8E459B);
  padding: 12px 24px !important;
  color: var(--black-neutral-white, #FFF);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lecturer-wrapper .lecturer-name {
  color: #484848;
  font-size: 11.776px;
  font-weight: 500;
}

.lecturer-wrapper .lectures-num {
  color: #7E7E7E;
  font-size: 11.776px;
  font-weight: 400;
}

.quality-evu-card .quality-evu-card-desc .rating-wrapper .rate-btn {
  border: 0;
  outline: 0;
  padding: 8px 24px;
  border-radius: 50px;
  background: #EEE;

}

.rating-wrapper .badge {
  padding: 8px 16px;
}

.rating-wrapper .badge {
  padding: 8px 16px;
  border-radius: 8px;
}

.rating-wrapper .badge-success {
  background: #E0F6EF;
  color: #31A783;
  font-size: 14px;
  font-weight: 600;
}

.rating-wrapper a {
  color: var(--purple-2, #8E459B);
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline
}

.rate-title {
  color: var(--purple-2, #8E459B);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 150% */
}

.rate-desc {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 500;
}

form#smileys input[type="radio"] {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: border 0.2s ease;
  /* filter: grayscale(100%); */
  transition: all 0.2s ease;
  background-size: inherit !important;
  background-repeat: no-repeat !important
}

form#smileys input[type="radio"]:hover,
form#smileys input[type="radio"]:checked {
  filter: grayscale(100%);
}

form#smileys input[type="radio"]:checked+span {
  /* color: #443D6C !important */
  font-weight: bold
}

form#smileys input[type="radio"]:focus {
  outline: 0;
}

form#smileys input[type="radio"].good {
  background: url(../images/profile/good.svg) center;
}

form#smileys input[type="radio"].good+span {
  color: #63D3B0
}

form#smileys input[type="radio"].excellent {
  background: url(../images/profile/excellent.svg) center;
}

form#smileys input[type="radio"].excellent+span {
  color: #31A783
}


form#smileys input[type="radio"].soso {
  background: url(../images/profile/so-so.svg) center;
}

form#smileys input[type="radio"].soso+span {
  color: #FFBE26
}


form#smileys input[type="radio"].terrible {
  background: url(../images/profile/terrible.svg) center;
}

form#smileys input[type="radio"].terrible+span {
  color: #EB3F37
}

form#smileys input[type="radio"].bad {
  background: url(../images/profile/bad.svg) center;
}

form#smileys input[type="radio"].bad+span {
  color: #EC8368
}

.rate-q-icon {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #F7EBF8;
  color: #8E459B
}

.mtt {
  position: fixed;
  bottom: 10px;
  right: 20px;
  color: #999;
  text-decoration: none;
}

.mtt span {
  color: #e74c3c;
}

.mtt:hover {
  color: #666;
}

.mtt:hover span {
  color: #c0392b;
}

.rating-card {
  border-radius: 16px;
  border: 0px solid #EAEAEA;
  background: #FCFCFC;
  padding: 24px;
}

.rate-q {
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}

.rating-textarea textarea {
  border-radius: 5px;
  border: 1px solid var(--Border, #E7E7E7);
  background: var(--black-neutral-white, #FFF);
  padding: 8px 12px !important;
  min-height: 112px;
}

.rating-textarea label {
  font-size: 16px !important
}

.cart-wrapper .cart-card .cart-img-wrapper {
  max-width: 195px;
  max-height: 100%;
  border-radius: 3.365px;
  overflow: hidden;
}

.cart-wrapper .cart-card {
  padding: 20px;
  border-radius: 8px;
  border: 0.421px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 10.094px 13.458px -3.365px rgba(16, 24, 40, 0.08), 0px 3.365px 5.047px -1.682px rgba(16, 24, 40, 0.03);
}

.cart-card .course-time {
  font-size: 12px !important;
}

.delete-cart-item-btn {
  border-radius: 50px;
  border: 1px solid var(--Negative, #EB3F37);
  width: 36px;
  height: 36px;
  color: #EB3F37 !important;
  transition: all .2s linear;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center
}

.delete-cart-item-btn:hover {
  background-color: #EB3F37;
  color: #FFF
}

.checkout-link {
  padding: 12px 48px;
  border-radius: 50px;
  background: #EEE;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: #8E459B !important;
}

.submit-rate-btn {
  border-radius: 50px;
  background: #8E459B !important;
  padding: 12px 48px;
  border: 0;
  outline: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.subtotal-text {
  color: #484848;
  font-size: 20px;
  font-weight: 700;
}

.subtotal {
  color: #484848;
  font-size: 20px;
  font-weight: 700;
}

.psc-text,
.psc {
  color: #484848;
  font-size: 20px;
  font-weight: 400;
}

.check-hr {
  height: 2px !important;
  background-color: #484848 !important
}

.checkout-body {
  border-radius: 16px;
  background: #FCFCFC;
  padding: 0 16px 16px
}

.checkout-fill-data-wrapper .checkout-card .checkout-header {
  background-color: red;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: var(--Gradient1, linear-gradient(180deg, #8E459B 0%, #F1CEE2 100%));

}

.total-expire span {
  color: #8E459B;
  font-size: 21.87px;
  font-weight: 700;
}

.total-expire p {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
}

.checkout-card .card-title {
  color: #484848;
  font-size: 21.87px;
  font-weight: 700;
}

.attendence-container {
  padding: 32px;
}

.attendence-cards-container .row {
  row-gap: 16px;
}

.attendence-cards-container .attend-card {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}

.attendence-cards-container .attend-card .attend-inner span {
  color: #333931;
  font-size: 18px;
  font-weight: 500;
}

.modal-cancel-text {
  color: #7E7E7E;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 32px 50px;
  margin-bottom: 0 !important
}

.lec-table-modal .modal-footer button.danger-submit-btn {
  padding: 0 16px !important;
  background-color: #E31A1A !important;
  height: 47px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;

}

.attendence-footer-btns a {
  padding: 0 48px;

  color: #FFF;

  font-size: 16px;
  font-weight: 600;
  line-height: 41.937px;
  background-color: #1f1f1f;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.attendence-footer-btns a:nth-child(6) {
  background-color: #E31A1A !important;
  flex: 3
}

.barcode-container {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}

.inner-tabs-wrapper {
  margin-top: 27px;
}

.alert-purpule {
  padding: 8px 16px;
  border-radius: 5px;
  background: rgba(74, 45, 123, 0.10);
  color: var(--main-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.signature-wrapper {
  position: relative;
}

.signature-wrapper .sign-bad-btns {
  display: flex;
  gap: 23px;
  justify-content: center
}

.signature-wrapper .sign-bad-btns button {
  border: 0;
  outline: 0;
  padding: 10px 14px;
  border-radius: 50px;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  background-color: var(--main-color);
  z-index: 999 !important;
}

.signature-wrapper .sign-bad-btns button:first-of-type {
  background-color: var(--main-color);
  color: #fff;
}

.signature-wrapper .sign-bad-btns button.upload-btn {
  position: relative;
  cursor: pointer;
}

.signature-wrapper .sign-bad-btns button.upload-btn input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.signature-wrapper canvas {
  border: 1px solid #6d6e71 !important;
  border-radius: 5px;
}

.lec-table-modal h5 {
  color: #303031;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.lec-table-modal .modal-header button {
  flex: 0 !important;
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.lec-date-time-alert {
  padding: 12px 16px;
  background-color: #F2F2F2;
  border-radius: 5px;
  flex-shrink: 0;
}

.lec-date-time-alert .icon-container {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.lec-date-time-alert .icon-container.success {
  background-color: #31A783;
  color: #FFF;
}

.lec-date-time-alert .icon-container.error {
  background-color: #E31A1A;
  color: #FFF;
}

.btn-close {
  box-shadow: none !important;
  border: 0 !important
}

.lec-date-time-alert span {
  font-size: 16px;
  font-weight: 600;
}

.lec-date-time-alert p {
  color: #303031;
  font-size: 16px;
  font-weight: 500;
}

.lec-date-time-alert span.success {
  color: #31A783
}

.lec-date-time-alert span.error {
  color: #E31A1A
}

.attendence-container {
  padding: 32px;
}

.attendence-cards-container .row {
  row-gap: 16px;
}

.attendence-cards-container .attend-card {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}

.attendence-cards-container .attend-card .attend-inner span {
  color: #333931;
  font-size: 18px;
  font-weight: 500;
}


.modal-cancel-text {
  color: #7E7E7E;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 32px 50px;
  margin-bottom: 0 !important
}

.lec-table-modal .modal-footer button.danger-submit-btn {
  padding: 12px 48px !important;
  background-color: #E31A1A !important;
  height: 47px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;

}

.danger-submit-outlined-btn {
  padding: 12px 48px !important;
  background-color: transparent !important;
  border: 1px solid var(--red-error-60, #EB3F37) !important;
  height: 47px !important;
  color: var(--red-error-60, #EB3F37) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;

}


.attendence-footer-btns a {
  padding: 0 48px;

  color: #FFF;

  font-size: 16px;
  font-weight: 600;
  line-height: 41.937px;
  background-color: var(--main-color);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.attendence-footer-btns a:nth-child(6) {
  background-color: #E31A1A !important;
  flex: 3
}

.barcode-container {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}

.copy-img-column .copy-img-container {
  height: 250px;
  border-radius: 5px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  margin-bottom: 32px;
}

.delete-sign {
  padding: 0 14px;
  background-color: #E31A1A;
  height: 42px;
  color: #FFF;
  border-radius: 50px;
  margin: auto;


  font-size: 14.578px;
  font-weight: 600;
  line-height: 41.937px;

}

.prof-case-container .prof-case-btn {
  color: #FFF;
  font-size: 14.578px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.937px;
  border-radius: 50px;
  background: var(--main-color);
  padding: 0 48px;
}

tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
  position: relative;
}



/* End Profile */

/* Start Contact Us */
.contact-us-wrapper .contact-logo-wrapper {
  height: 350px;
}

@media (max-width: 567px) {
  .contact-us-wrapper .contact-logo-wrapper {
    height: 300px;
  }

  .contact-us-wrapper .contact-logo-wrapper img.main-img {
    width: 140px;
    height: 64px;
  }
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container {
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 100;
}

@media (max-width: 567px) {
  .contact-us-wrapper .contact-logo-wrapper .absoluted-container {
    transform: translateY(88%);
  }

  .contact-us-wrapper .contact-logo-wrapper .absoluted-container .row>div:nth-child(1) {
    order: 3;
    width: 100% !important;
    margin-top: 16px;
  }

  .contact-us-wrapper .contact-logo-wrapper .absoluted-container .row>div:nth-child(3) {
    order: 2;
    width: 50% !important;
  }
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card {
  display: flex;
  justify-content: center;
  border-radius: 10px !important;
  position: relative;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(360deg, rgba(255, 255, 255, 0.5) -22.15%, rgba(153, 103, 51, 0.5) 157.28%);
  border-image-slice: 1;
  border-bottom: 0 !important;
  overflow: hidden;
  padding: 21px 0;
  background-clip: padding-box;
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card .icon-container {
  /*  background-color: #f5efff; */
  background: var(--Linear, linear-gradient(90deg, #EDE2FF 0%, #f9f6e9 100%));
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--main-color);
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card span {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.32px;
  color: var(--main-color);
}

@media (max-width: 567px) {
  .contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card span {
    text-align: center;
    font-size: 14px;
  }
}

.contact-social {
  background-color: #f9f6e9;
  /* background-color: #f5efff; */
  /* background: var(--Linear, linear-gradient(90deg, #EDE2FF 0%, #f9f6e9 100%)); */
  padding-top: 8rem;
  position: relative;
  padding-bottom: 48px;
}

.contact-social::after,
.contact-social::before {
  content: '';
  position: absolute;
  top: 9.5rem;
  width: 29% !important;
  background: var(--Linear, linear-gradient(90deg, #70559c 0%, #faf8f0 100%));
  height: 3px;
}

@media (max-width: 567px) {
  .contact-social {
    padding-top: 22rem;
  }

  .contact-social::after {
    right: 32px !important;
  }

  .contact-social::before {
    left: 32px !important;
  }

  .contact-social::after,
  .contact-social::before {
    top: 23.5rem !important;
    width: 50px !important;
  }
}


@media (min-width: 1600px) {

  .contact-social::after,
  .contact-social::before {
    width: 23%;
  }
}

.contact-social::after {
  right: 164px;
}

.contact-social::before {
  left: 164px;
}

.contact-social h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 39.25px;
  text-align: center;
  color: var(--main-color);
}

@media (max-width: 567px) {
  .contact-social h5 {
    font-size: 16px;
  }
}

.contact-social ul {
  margin-top: 32px;
  gap: 26px;
  list-style: none
}

.contact-social ul i {
  color: var(--main-color)
}

.contact-form {
  padding-top: 54px;
}

.contact-form .form-wrapper {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 567px) {
  .contact-form .form-wrapper {
    width: 100% !important;
  }

  .contact-form .form-wrapper .form-title {
    text-align: center;
    padding: 0 16px;
  }

  .contact-form .form-wrapper .row {
    padding: 0 32px;
  }
}

.contact-form .form-wrapper .submit {
  border-radius: 50px;
  border: 0;
  outline: 0;
  background-color: var(--main-color);
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26.16px;
}

.contact-form input,
.contact-form textarea {

  border-radius: 10px;
  resize: none;
  box-shadow: none !important;
}

.contact-form .form-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 33.73px;
  color: var(--main-color);
}

/* End Contact Us */

/* Start Login */
.login-wrapper {
  background-image: url(/images/login/person-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: relative;
  padding-bottom: 7em;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center
}

[dir="rtl"] .login-wrapper {
  background-position: left;
}



.login-wrapper::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(267deg, rgba(182, 177, 244, 0.10) 1.82%, #DECEF1 56.66%, #F1CEEF 97.2%);
}

[dir="rtl"] .login-wrapper::after {
  background: linear-gradient(86deg, rgba(182, 177, 244, 0.10) 1.82%, #DECEF1 56.66%, #F1CEEF 97.2%);
}

.not-have-account span {
  color: var(--paragraph);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
}

.login-wrapper .col-md-6 {
  z-index: 200;
}

.login-wrapper label {
  font-size: 16px !important
}

.login-wrapper .login-submit-btn {
  background-color: #2489D3;
  padding: 12px 48px;
  color: #FFF;
  border-radius: 50px;
  width: 30%;


  font-size: 18px;
  font-weight: 600;
}

.not-have-account {
  color: #484848 !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.not-have-account a {
  color: var(--purple-2, #8E459B) !important;
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.login-wrapper .forget-password {
  color: var(--purple-2, #8E459B);
  text-align: right;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

/* End Login */


/* Start Courses */
.has-search {
  position: relative;

}

.has-search .form-control {
  padding-right: 2.375rem;
  height: 44px;
  border-radius: 4px;
}


[dir="ltr"] .has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #484848;
}

.form-check-input {
  width: 20px !important;
  height: 20px !important
}

.has-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 8px 32px;
  height: 35px;
  line-height: 1px;
  border-radius: 50px;
  background: #8E459B;
  border: 0;
  outline: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.sort-wrapper .select-sort .select2-container {
  min-width: 148px !important
}

.sort-wrapper .showing-state {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}

.sort-wrapper .sort-by-text {
  color: #7E7E7E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.courses-container h1 {
  color: #1f1f1f;
  font-size: 36px;
  font-weight: 700;
}

.courses-container .course-card {
  padding: 20px;
  border-radius: 8px;
  border: 0.421px solid var(--Border, #E7E7E7);
  background: var(--black-neutral-white, #FFF);
  box-shadow: 0px 10.094px 13.458px -3.365px rgba(16, 24, 40, 0.08), 0px 3.365px 5.047px -1.682px rgba(16, 24, 40, 0.03);
}

.courses-container .course-card .img-top-wrapper {
  max-height: 200px;
  object-fit: cover;
  border-radius: 3.365px;
  overflow: hidden
}



.course-card .course-fav-time {
  position: absolute;
  width: 100%;
  padding: 8px;
}

.course-card .course-fav-time button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EEE
}

.course-fav-time .course-time {
  padding: 4px 8px;
  border-radius: 5px;
  background: #FCFCFC;
}

.course-fav-time .course-time span {
  color: #484848;
  font-size: 12px;
  font-weight: 600;
}

.fav-course-btn {
  overflow: hidden
}

.un-fav,
.fav-heart {
  transition: all .5s linear
}

.fav-heart {
  color: #EB3F37
}

.fav-bg {
  background: #FCDEDC !important;
}

.gap-10 {
  gap: 10px;
}

.scale-0 {
  transform: scale(0);
}

.scale-1 {
  transform: scale(1)
}

.course-card .card-body .course-cat {
  color: #EC8368;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.823px;
}

.course-card .card-body .title {
  color: #484848;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.917px;
}

.course-card .card-body .course-desc {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.188px;
}

[dir="rtl"] .input-group-text {
  left: 16px;
}

[dir="ltr"] .input-group-text {
  right: 16px;
}

.input-group-text {
  top: 50%;
  transform: translateY(-25%);
  background-color: transparent;
  border: 0;
  padding: 0;
  z-index: 1;
  /* background-color: #E8E9EA; */
}

.course-card .rate {
  padding: 0 10px;
}

.course-card .rate label {
  font-size: 20px;
  color: #ccc;
}


.rate-course-container .rate-result {
  color: #31A783;
  font-size: 11.776px;
  font-weight: 700;
  line-height: 2
}

.rate-course-container .rated-users {
  color: #7E7E7E;
  font-size: 11.776px;
  font-weight: 400;
  line-height: 2
}

.course-card .course-price {
  color: #2489D3;
  font-size: 21.87px;
  font-weight: 700;
}

.course-card .lecturer-wrapper .lecturer-name {
  line-height: 10px !important
}

[dir="rtl"] .course-card .fa-arrow-up {
  transform: rotate(-45deg)
}

[dir="ltr"] .course-card .fa-arrow-up {
  transform: rotate(45deg)
}

.pagination {
  gap: 10px;
}

.pagination a,
.pagination span {
  width: 30px !important;
  height: 30px !important;

  color: #8E459B !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 3.332px;
  border: 0.833px solid var(--Borders, #8E459B);
  background: var(--BG-color, #F7EBF8);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.pagination .page-item:nth-child(1) a,
.pagination .page-item:last-child a {
  /*  width: auto !important */
}

.tabs-container ul {
  width: 100%;
  /* gap: 17px; */
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.tabs-container ul {
  flex-wrap: nowrap;
}

.pagination .page-item.active .page-link {
  background: #8E459B;
  color: #FFF !important;
  border-color: #1f1f1f;
  width: 30px;
  height: 30px;
  display: flex;

}

.pagination .page-item a:hover {
  background: #1f1f1f;
  color: #FFF;
}

.courses-filter-bar-wrapper .title {
  color: #484848;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

.filter-item-container .filter-item-title {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.filter-item-container input[type=checkbox] {
  border: 2px solid #7E7E7E !important
}

.filter-item-container input[type=checkbox]:checked {
  border-color: transparent !important;
  background-color: #8E459B !important
}

.filter-item-container label {
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 6px
}


.filter-item-container .show-more-filter-link {
  color: #2489D3;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline !important;

}

.filter-item-container .clear-filter-btn {
  color: #EC8368;

  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  background-color: transparent !important
}

.selected-filters-container .badge {
  padding: 8px 16px !important;
  height: auto !important;
  border-radius: 8px !important;
  background: #7E7E7E !important;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.selected-filters-container .badge i {
  cursor: pointer;
}


.add-to-cart-btn {
  border-radius: 50px;
  background: var(--purple-2, #8E459B) !important;
  padding: 8px 32px;
  color: var(--black-neutral-white, #FFF);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.course-det-price {
  color: var(--Blue, #2489D3);
  font-family: Inter;
  font-size: 21.87px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 28px;
}

.fav-btn.active {
  background: var(--red-error-0, #FCDEDC) !important;
  border: 0 !important;
}

.fav-btn.active i {
  color: red !important
}


.upper-details-course-data .title {
  color: #8E459B;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 150% */
}

.upper-details-course-data .text-data {
  color: var(--Text, #7E7E7E);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.custom-tabs {
  border-bottom: none !important;
}

.custom-tabs .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  border-radius: 8px !important;
  border: none !important;
  margin-right: 5px;
  padding: 16px 32px
}

.custom-tabs .nav-link.active {
  border: none !important;
  outline: none;
}

.tab-blue {
  background-color: #DEEDF9 !important;
  color: #2489D3 !important
}

.tab-blue.active {
  background-color: #2489D3 !important;
  color: white !important;
}


.tab-pink {
  background-color: #F7EBF8 !important;
  color: #8E459B !important;
}

.tab-pink.active {
  background-color: #8E459B !important;
  color: white !important;
}

.tab-peach {
  background-color: #FCEDE9 !important;
  color: #EC8368 !important;
}

.tab-peach.active {
  background-color: #EC8368 !important;
  color: white !important;
}

.overview-list .title {
  color: #8E459B;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  /* 177.778% */
}

.overview-list .desc {
  color: #484848;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.lessons-acc .accordion-button.custom-btn {
  color: #8E459B;
  background-color: white;
  border: 0 !important;
  font-size: 18px;
  font-weight: 700;
}

.lessons-acc .accordion-button.custom-btn:focus {
  box-shadow: none;
}


.lessons-acc .accordion-item,
.lessons-acc .accordion-item * {
  border: 0 !important;
  box-shadow: none !important
}

.bg-light-gray {
  background-color: #FCFCFC
}

.lesson-content-list li {
  border-radius: 8px;
  background: var(--BG, #FCFCFC);
  padding: 16px !important;
}

.lesson-content-list .file-name {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.lesson-content-list .lesson-actions .view-lesson-btn {
  border-radius: 50px;
  background: var(--Blue, #2489D3) !important;
  padding: 8px 20px;
  color: var(--black-neutral-white, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.lesson-content-list .lesson-actions .download-lesson-btn {
  border-radius: 50px;
  background: var(--Blue, #EC8368) !important;
  padding: 8px 20px;
  color: var(--black-neutral-white, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.acc-in-title {
  color: var(--paragraph, #484848);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

/* End Courses */

/* Contact */
.contact-inner-gray-card {
  background: rgba(217, 217, 217, 0.25);
  padding: 14px 0;
}

.contacts-items {
  padding-bottom: 12em !important;
}


.contact-inner-gray-card span {
  color: var(--Black, #000);
  font-family: "DM_Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.291px;
  /* 186.453% */
}

.barcode-and-contact,
.contact-links-con {
  z-index: 30 !important;
  position: relative;
}



.barcode-and-contact::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F9F9F9;
  z-index: 20;
}

.barcode-and-contact .inner-bg-gray {

  padding: 50px 0;
  padding-top: 10em;
}

.bar-img-con {
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(-105%);
  padding: 20px;
  z-index: 999;
}


.barcode-and-contact .border-img-con {
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(-105%);
  padding: 20px;
  z-index: -1;
  width: 15%;
  height: 90%;

}


.barcode-and-contact .border-img-con::after {
  content: '';
  position: absolute;
  top: 0;
  border: 2px solid var(--Gold, #CCC49C);
  width: 100%;
  height: 170%;
  right: 50%;
  transform: translateX(50%);
  z-index: -999;

}

.shared-line-container * {
  z-index: 30;
  position: relative;
}

.shared-line-container div {
  height: 2px;
  border-radius: 10px;
  flex: 1;
}

.shared-line-container div:nth-child(1) {
  background: linear-gradient(90deg, var(--Gold, #CCC49C) 14.6%, #1E6A5C 106.43%);
}

.shared-line-container div:last-child {
  background: linear-gradient(270deg, #1E6A5C 0%, var(--Gold, #CCC49C) 100%);
}

.shared-line-container span {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-links-con {
  margin-top: 18px;
}

.contact-links-con img {
  filter: invert(1);
}

/* Contact */

/* Start Footer */
footer {

  width: 100%;
  bottom: 0;
  background: var(--Primary-Green, #1E6A5C);

  position: relative;
  overflow: hidden
}

footer .contact-info-list {
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

footer .border-middle {
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}

.footer-down-links {
  margin-top: 90px;
}

.footer-down-links a {
  color: var(--White, #FFF);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

footer .contact-info-list span {
  color: var(--White, #FFF);
  text-align: right;
  font-family: "DMSans-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.3px;
}

.contact-info-list li {
  gap: 8px;
}

footer .footer-vec {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 50%;
  z-index: 0;
}

footer *:not(.footer-vec) {
  z-index: 20;
}

footer .footer-vec img {
  width: 100%;
}

footer .footer-vector {
  position: absolute;
  top: 0;
  height: 100%;
}

footer .right-vector {
  right: 0;
}

footer .left-vector {
  left: 0;
}

footer .down-footer h3 {
  color: var(--White, #FFF);
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



.after-end::after {
  left: auto !important;
  right: 0 !important
}


.links-at-end * {
  text-align: right !important;
  justify-content: flex-end !important
}

.news-letter-title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.534px;
  /* 165.84% */
}

footer .down-footer .down-footer-links a {

  font-family: Inter;
  color: #FFF;
  font-size: 14.844px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.978px;
  display: flex;
  gap: 10px;
  align-items: center
}



footer .down-footer {
  padding: 82px 0 30px;
}

footer .down-footer .social-links {
  margin-top: 46px;
}



/* End Footer */

/* Start copy-rights */
.copy-rights {
  padding: 24px 0;
  background: linear-gradient(90deg, #1E6A5C 0%, #268775 100%);
  color: var(--White, #FFF);
  text-align: center;
  font-family: "DMSans-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* Stretch in X-axis only */
}


/* End copy-rights */