@charset "UTF-8";
/* Table Of Content - start
================================================== */
/*
* Project Name   :  Collab – Online Learning Platform Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  15 April 2023, Saturday
* Author         :  Merkulove (https://themeforest.net/user/merkulove)
* Developer			 :	webrok (https://www.fiverr.com/webrok?up_rollout=true)

==================================================

1 - Template Global Settings
	1.1 - Template Fonts
	1.2 - Template Global Reset

2 - Template Elements
	2.1 - Template Colors
	2.2 - CSS Animation
	2.3 - Back to Top Button
	2.4 - Decorations Images & Shapes
	2.5 - Spaces or Gaps
	2.6 - Button
	2.7 - Order & Unorder List
	2.8 - Typography
	2.9 - Carousel or Slider
	2.10 - Image
	2.11 - Video
	2.12 - Form
	2.13 - Calendar
	2.14 - Tab
	2.15 - Social Icons
	2.16 - Counter
	2.17 - Rating Star
	2.18 - Iconbox
	2.19 - Accordion
	2.20 - Pagination
	2.21 - Countdown
	2.22 - Comment

3 - Template Components
	3.1 - Banner
	3.2 - Service
	3.3 - Course
	3.4 - Event
	3.5 - Pricing
	3.6 - Advertisement
	3.7 - Testimonial
	3.8 - Newsletter
	3.9 - Blog
	3.10 - Call To Action
	3.11 - Brands
	3.12 - Mentor

4 - Template Parts
	4.1 - Site Header
	4.2 - Site Footer
	4.3 - Breadcrumb
	4.4 - Sidebar

5 - Template Pages
	5.1 - Details Pages
	5.2 - Contact Page
	5.3 - 404 Page
	5.4 - Register Pages

*/
/* Table Of Content - end
================================================== */
/* 1.1 - Template Fonts - Start
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 1.1 - Template Fonts - End
================================================== */
/* 1.2 - Template Global Reset - Start
================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  color: #29281E;
  font-family: var(--site-font-ar);
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: rtl;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body button,
body input,
body textarea,
body select,
body li,
body label,
body .nav-link {
  font-family: var(--site-font-ar);
}

.page_wrapper {
  overflow: hidden;
  position: relative;
}

[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}

hr {
  opacity: 1;
  margin: 25px 0;
  background-color: #D2D2D2;
}

.fa {
  font-family: "Font Awesome 5 Brands";
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin: -15px;
}

.col {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: 15px;
}

.dropdown-menu {
  border: none;
  margin-top: 20px;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: 0.3s ease-in-out 0s normal none 1 running fadeInUp;
          animation: 0.3s ease-in-out 0s normal none 1 running fadeInUp;
}
.dropdown-menu:before {
  left: 0;
  right: 0;
  top: -20px;
  content: "";
  height: 20px;
  display: block;
  position: absolute;
}

.dropdown-toggle::after {
  margin: 0;
  border: none;
  line-height: 1;
  content: "\f107";
  font-weight: 400;
  color: #FFD32B;
  font-family: "Font Awesome 5 Pro";
}

.layer {
  position: relative !important;
}

/* 1.2 - Template Global Reset - End
================================================== */
/* 2.1 - Template Colors - Start
================================================== */
.bg_light {
  background-color: #F6F6F6;
}

.bg_light_2 {
  background-color: #F8F8F8;
}

.bg_dark {
  background-color: #1F1D0D;
}

.bg_primary {
  background-color: #F7FF62;
}

.bg_facebook {
  background-color: #3b5998;
}

.bg_twitter {
  background-color: #1da1f2;
}

.bg_instagram {
  background-color: #c32aa3;
}

.bg_linkedin {
  background-color: #0a66c2;
}

/* 2.1 - Template Colors - End
================================================== */
/* 2.2 - CSS Animation - Start
================================================== */
@-webkit-keyframes dropDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dropDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 2.2 - CSS Animation - End
================================================== */
/* 2.3 - Back To Top Button - Start
================================================== */
.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 80px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
}

/* 2.3 - Back To Top Button - End
================================================== */
/* 2.4 - Decorations Images & Shapes - Start
================================================== */
.decoration_wrap {
  z-index: 1;
  position: relative;
}
.decoration_wrap .deco_item {
  z-index: -1;
  position: absolute;
}
.decoration_wrap .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.decoration_wrap .half_bg_top {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

/* 2.4 - Decorations Images & Shapes - End
================================================== */
/* 2.5 - Spaces or Gaps - Start
================================================== */
.section_space_lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section_space_md {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* 2.5 - Spaces or Gaps - End
================================================== */
/* 2.6 - Button - Start
================================================== */
.btn_wrap {
  padding: 44px 0;
}

.btn {
  border: none;
  line-height: 1;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid transparent;
  border-radius: 8px;
}
.btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn span small {
  display: block;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn span small:nth-child(2) {
  left: 50%;
  top: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  z-index: 1;
  color: #ffffff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px 0 rgba(16, 18, 19, 0.4);
          box-shadow: 0 8px 24px 0 rgba(16, 18, 19, 0.4);
}
.btn:hover span small {
  color: #ffffff;
}
.btn:hover span small:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.btn:hover span small:nth-child(2) {
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn.btn_small {
  padding: 0 28px;
}
.btn.btn_small span small {
  padding: 9px 0;
}

.btn_primary {
  color: #1F1D0D;
  border-color: #F7FF62;
  background-color: #F7FF62;
}
.btn_primary:hover {
  color: #1F1D0D;
  -webkit-box-shadow: 0 8px 24px 0 rgba(247, 255, 98, 0.4);
          box-shadow: 0 8px 24px 0 rgba(247, 255, 98, 0.4);
}
.btn_primary:hover span small {
  color: #1F1D0D;
}

.btn_dark {
  color: #ffffff;
  border-color: #1F1D0D;
  background-color: #1F1D0D;
}
.btn_dark:hover {
  color: #ffffff;
}
.btn_dark:hover span small {
  color: #ffffff;
}

.btn_warning {
  color: #1F1D0D;
  border-color: #FFD32B;
  background-color: #FFD32B;
}
.btn_warning:hover {
  color: #1F1D0D;
  -webkit-box-shadow: 0 8px 24px 0 rgba(255, 211, 43, 0.5);
          box-shadow: 0 8px 24px 0 rgba(255, 211, 43, 0.5);
}
.btn_warning:hover span small {
  color: #1F1D0D;
}

.btn.border_dark {
  color: #1F1D0D;
  border-color: #1F1D0D;
}
.btn.border_dark:hover {
  color: #ffffff;
  background-color: #1F1D0D;
}
.btn.border_dark:hover span small {
  color: #ffffff;
}

.btn_unfill {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1D0D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--site-font-ar);
}
.btn_unfill .btn_icon {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  border-radius: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #1F1D0D;
}
.btn_unfill .btn_icon i {
  top: 50%;
  font-size: 14px;
  position: absolute;
  color: #F7FF62;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn_unfill .btn_icon i:nth-child(1) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn_unfill .btn_icon i:nth-child(2) {
  left: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_unfill:hover {
  color: #1F1D0D;
}
.btn_unfill:hover span {
  text-decoration: underline;
}
.btn_unfill:hover .btn_icon {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.btn_unfill:hover .btn_icon i:nth-child(1) {
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_unfill:hover .btn_icon i:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 2.6 - Button - End
================================================== */
/* 2.7 - Order & Unorder List - Start
================================================== */
.unordered_list,
.unordered_list_end,
.unordered_list_center {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.unordered_list > li,
.unordered_list_end > li,
.unordered_list_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.unordered_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.unordered_list_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.unordered_list_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.unordered_list_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.unordered_list_block > li {
  display: block;
  list-style: none;
}

ol[type="1"] > li:not(:last-child) {
  margin-bottom: 12px;
}

.info_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 12px;
}
.info_list a {
  display: block;
  color: #29281E;
}
.info_list a:hover {
  opacity: 0.7;
}
.info_list i {
  float: left;
  font-size: 12px;
  margin: 5px 10px 0 0;
  color: #F7FF62;
  text-shadow: 2px 2px 0 #1F1D0D;
}
.info_list i[class*=check] {
  font-size: 14px;
  text-shadow: none;
  color: #FFD32B;
}
.info_list span {
  display: table;
}

.page_list.unordered_list {
  margin: -5px -10px;
}
.page_list.unordered_list > li {
  padding: 5px 10px;
}
.page_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 10px;
}
.page_list > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.page_list .item_icon {
  margin-right: 10px;
  color: #F7FF62;
}

.tags_list {
  margin: -10px;
}
.tags_list > li {
  padding: 10px;
}
.tags_list a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #1F1D0D;
  padding: 12px 16px;
  text-transform: uppercase;
  font-family: var(--site-font-ar);
  border-radius: 8px;
  background-color: #ffffff;
}
.tags_list a:hover {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
  -webkit-box-shadow: 3px 3px 0 0 #1F1D0D;
          box-shadow: 3px 3px 0 0 #1F1D0D;
}
.tags_list.style_2 a {
  background-color: #F6F6F6;
}

.item_category_list {
  overflow: hidden;
  border-radius: 8px;
}
.item_category_list a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 7px 12px;
  color: #1F1D0D;
  text-transform: uppercase;
  font-family: var(--site-font-ar);
  background-color: #F6F6F6;
}
.item_category_list a:hover {
  background-color: #FFD32B;
}

.meta_info_list {
  margin: -2px -6px;
}
.meta_info_list > li {
  font-size: 14px;
  padding: 2px 6px;
  line-height: 20px;
}
.meta_info_list span {
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.meta_info_list i {
  margin-right: 2px;
  color: #FFD32B;
}
.meta_info_list a {
  color: #1F1D0D;
}
.meta_info_list a:hover span {
  opacity: 0.6;
  text-decoration: underline;
}
.meta_info_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 8px;
}

/* 2.7 - Order & Unorder List - End
================================================== */
/* 2.8 - Typography - Start
================================================== */
.section_heading {
  margin-bottom: 40px;
}
.section_heading .heading_text {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 24px;
}
.section_heading .heading_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
blockquote .blockquote_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 30px;
}
blockquote p {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  font-family: var(--site-font-ar);
}

/* 2.8 - Typography - End
================================================== */
/* 2.9 - Carousel or Slider - Start
================================================== */
.slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  padding-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  background-color: #F7FF62;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.carousel_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel_arrow button {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  color: #1F1D0D;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #D2D2D2;
}
.carousel_arrow button:not(:last-child) {
  margin-right: 8px;
}
.carousel_arrow button i {
  top: 50%;
  font-size: 16px;
  margin-top: 1px;
  position: absolute;
  color: #1F1D0D;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.carousel_arrow button:nth-child(1) i:nth-child(1) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel_arrow button:nth-child(1) i:nth-child(2) {
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel_arrow button:nth-child(2) i:nth-child(1) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel_arrow button:nth-child(2) i:nth-child(2) {
  left: -110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel_arrow button:hover {
  color: #ffffff;
  border-color: #1F1D0D;
  background-color: #1F1D0D;
}
.carousel_arrow button:hover:nth-child(1) i:nth-child(1) {
  left: -110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel_arrow button:hover:nth-child(1) i:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel_arrow button:hover:nth-child(2) i:nth-child(1) {
  left: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel_arrow button:hover:nth-child(2) i:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel_arrow button:hover i {
  color: #F7FF62;
}

.arrow_top_right {
  position: relative;
}
.arrow_top_right .carousel_arrow {
  right: 0;
  top: -61px;
  z-index: 1;
  position: absolute;
}

.arrow_right_left {
  position: relative;
}
.arrow_right_left .carousel_arrow button {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_right_left .carousel_arrow button:nth-child(1) {
  left: 0;
}
.arrow_right_left .carousel_arrow button:nth-child(2) {
  right: 0;
}

/* 2.9 - Carousel or Slider - End
================================================== */
/* 2.10 - Image - Start
================================================== */
.image_widget {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: -20px 20px 0 0 #FFD32B;
          box-shadow: -20px 20px 0 0 #FFD32B;
}

/* 2.10 - Image - End
================================================== */
/* 2.11 - Video - Start
================================================== */
.mfp-iframe-holder .mfp-content {
  width: 100%;
  line-height: 0;
  max-width: 70%;
}

.mfp-container {
  padding: 0 15px;
}

.mfp-bg {
  opacity: 0.9;
  background: #000000;
}

@media screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }
}
.video_play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_play_btn .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-size: 18px;
  color: #1F1D0D;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid #1F1D0D;
}
.video_play_btn .icon i {
  margin-left: 4px;
}
.video_play_btn .icon:hover {
  color: #1F1D0D;
  border-color: #FFD32B;
  background-color: #FFD32B;
}
.video_play_btn .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: var(--site-font-ar);
}

.video_play_btn.text-white .icon {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.video_play_btn.text-white .icon:hover {
  color: #1F1D0D;
  border-color: #FFD32B;
  background-color: #FFD32B;
}
.video_play_btn.text-white .text {
  color: #ffffff;
}

.intro_video_section .shape_img_1 {
  top: -15px;
  right: -147px;
  max-width: 102px;
}
.intro_video_section .shape_img_2 {
  top: 30%;
  left: -120px;
  max-width: 270px;
}
.intro_video_section .shape_img_3 {
  right: -220px;
  bottom: -200px;
  max-width: 497px;
}

.intro_video {
  margin-bottom: 50px;
}
.intro_video .video_wrap {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.intro_video .video_wrap .video_play_btn {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 2.11 - Video - End
================================================== */
/* 2.12 - Form - start
================================================== */
.form_item {
  position: relative;
  margin-bottom: 30px;
}
.form_item textarea, .form_item input, .form_item select {
  width: 100%;
  outline: none;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 8px;
  border: 2px solid #D2D2D2;
}
.form_item textarea:focus, .form_item input:focus, .form_item select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form_item input {
  height: 60px;
  padding: 0 20px;
}
.form_item textarea {
  min-height: 180px;
  padding: 15px 20px;
}
.form_item select {
  height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  padding: 0 40px 0 20px;
  color: rgba(31, 29, 13, 0.5);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("../images/icon/icon_down.png");
}

.form_item:has(.btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.form_item:has(.btn) input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  margin-right: 20px;
  border-color: #1F1D0D;
}

.input_title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #1F1D0D;
  margin-bottom: 6px;
  font-family: var(--site-font-ar);
}

:-moz-placeholder {
  color: rgba(31, 29, 13, 0.5);
}

::-moz-placeholder {
  color: rgba(31, 29, 13, 0.5);
}

:-ms-input-placeholder {
  color: rgba(31, 29, 13, 0.5);
}

::-webkit-input-placeholder {
  color: rgba(31, 29, 13, 0.5);
}

.checkbox_item {
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
}
.checkbox_item input {
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  border-radius: 8px;
  border: 1px solid #1F1D0D;
  background-color: #ffffff;
}
.checkbox_item input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  line-height: 1;
  font-size: 8px;
  content: "\f00c";
  font-weight: 700;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
}
.checkbox_item input:checked {
  background-color: #F7FF62;
}
.checkbox_item input:checked:before {
  opacity: 1;
}
.checkbox_item label {
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

/* 2.12 - Form - end
================================================== */
/* 2.13 - Calendar - Start
================================================== */
.vanilla-calendar {
  padding: 0;
  width: 100%;
  border-radius: 8px;
}

.vanilla-calendar-header {
  padding: 10px;
  color: #ffffff;
  background-color: #1F1D0D;
  border-radius: 8px;
}
.vanilla-calendar-header button {
  font-weight: 500;
  color: #ffffff;
}
.vanilla-calendar-header button:hover {
  color: #F7FF62;
}

.vanilla-calendar-arrow:before, .vanilla-calendar-arrow:after {
  background-color: #ffffff;
}
.vanilla-calendar-arrow:hover:before, .vanilla-calendar-arrow:hover:after {
  background-color: #F7FF62;
}

.vanilla-calendar-day__btn {
  color: #1F1D0D;
  border-radius: 8px;
}

.vanilla-calendar-week__day {
  color: #1F1D0D;
}

.vanilla-calendar-day__btn_today,
.vanilla-calendar-day__btn:hover {
  color: #1F1D0D;
  background-color: #F7FF62;
}

.vanilla-calendar-day__btn_weekend,
.vanilla-calendar-day__btn_holiday {
  color: red;
}

/* 2.13 - Calendar - End
================================================== */
/* 2.14 - Tab - Start
================================================== */
.tabs_wrapper .nav {
  margin: -10px -10px 30px;
}
.tabs_wrapper .nav > li {
  padding: 10px;
}
.tabs_wrapper button {
  color: #1F1D0D;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 16px;
  text-transform: uppercase;
  font-family: var(--site-font-ar);
  border-radius: 8px;
  border: 2px solid #D2D2D2;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.tabs_wrapper button i {
  margin-right: 4px;
}
.tabs_wrapper button:hover, .tabs_wrapper button.active {
  color: #ffffff;
  border-color: #1F1D0D;
  background-color: #1F1D0D;
}

/* 2.14 - Tab - End
================================================== */
/* 2.15 - Social Icons - Start
================================================== */
.social_links {
  margin: -6px;
}
.social_links > li {
  padding: 6px;
}
.social_links a {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social_links a:before, .social_links a:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.social_links a:before {
  border: 2px solid #FFD32B;
}
.social_links a:after {
  background-color: #FFD32B;
}
.social_links a i {
  color: #1F1D0D;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.social_links a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social_links a:hover:after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* 2.15 - Social Icons - End
================================================== */
/* 2.16 - Counter - Start
================================================== */
.counter_item {
  padding: 0 34px 24px 0;
  border-bottom: 1px solid #D2D2D2;
}
.counter_item .counter_value {
  font-size: 65px;
  font-weight: 800;
  line-height: 68px;
  margin-bottom: 10px;
}
.counter_item p {
  font-size: 16px;
  line-height: 24px;
}

.counter_section.bg_primary .counter_item {
  border-bottom: 1px solid #29281E;
}

/* 2.16 - Counter - End
================================================== */
/* 2.17 - Rating Star - Start
================================================== */
.rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating_wrap .review_counter {
  font-size: 12px;
  margin-left: 5px;
}

.rating_star li {
  line-height: 1;
  font-size: 12px;
}
.rating_star li:not(:last-child) {
  margin-right: 2px;
}
.rating_star li.active {
  color: #FFDA47;
}

/* 2.17 - Rating Star - End
================================================== */
/* 2.18 - IconBox - Start
================================================== */
.iconbox_item .serial_number {
  font-size: 65px;
  font-weight: 800;
  line-height: 68px;
  font-family: var(--site-font-ar);
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1F1D0D;
}
.iconbox_item hr {
  margin: 15px 0 14px;
}
.iconbox_item .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.iconbox_item .item_icon {
  width: 50px;
  height: 50px;
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  margin-right: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 3px 3px 0 0 #FFD32B;
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 3px 3px 0 0 #FFD32B;
}
.iconbox_item .item_icon.bg_dark {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFD32B;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1F1D0D;
}
.iconbox_item .item_title {
  font-size: 22px;
  line-height: 25px;
}
.iconbox_item p {
  font-size: 14px;
  line-height: 22px;
}

/* 2.18 - IconBox - End
================================================== */
/* 2.19 - Accordion - Start
================================================== */
.accordion .accordion-item {
  border: none;
  padding: 30px 0;
  border-radius: 0;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #D2D2D2;
}
.accordion .accordion-button {
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 32px;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
  background-color: transparent;
}
.accordion .accordion-button:after {
  width: 50px;
  height: 50px;
  font-size: 24px;
  content: "\f067";
  font-weight: 300;
  background: none;
  margin-left: auto;
  text-align: center;
  line-height: 52px;
  border-radius: 100%;
  color: #F7FF62;
  background-color: #1F1D0D;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-family: "Font Awesome 5 Pro";
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion .accordion-body {
  padding: 20px 0 0;
}
.accordion p {
  font-size: 16px;
  line-height: 24px;
}
.accordion .completed_progress {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.accordion .checkbox_item {
  margin: 0;
}
.accordion .checkbox_item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion .checkbox_item label {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1D0D;
}

.accordion .accordion-item:has(.accordion_item_checked) {
  padding-left: 30px;
}
.accordion .accordion-item:has(.accordion_item_checked) .accordion_item_checked {
  left: 0;
  top: 47px;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: absolute;
}
.accordion .accordion-item:has(.accordion_item_checked) .accordion_item_checked input {
  display: block;
  position: static;
}

.accordion.style_2 {
  padding: 0 30px;
  border-radius: 8px;
  border: 1px solid #D2D2D2;
}
.accordion.style_2 .accordion-item {
  border: none;
  padding: 30px 0;
}
.accordion.style_2 .accordion-item:not(:last-child) {
  border-bottom: 1px solid #D2D2D2;
}
.accordion.style_2 .accordion-button {
  font-size: 22px;
  line-height: 25px;
}
.accordion.style_2 .accordion-button:after {
  width: auto;
  height: auto;
  font-size: 24px;
  line-height: 1;
  border-radius: 0;
  background: none;
  color: #1F1D0D;
  margin: -16px 0 0 auto;
}

.accordion.style_2 .accordion-item:has(.accordion_item_checked) {
  padding-left: 25px;
}
.accordion.style_2 .accordion-item:has(.accordion_item_checked) .accordion_item_checked {
  top: 35px;
}

/* 2.19 - Accordion - End
================================================== */
/* 2.20 - Pagination Nav - start
================================================== */
.pagination_wrap {
  padding-top: 50px;
}

.pagination_nav {
  margin: -6px;
}
.pagination_nav li {
  padding: 6px;
}
.pagination_nav a {
  height: 48px;
  display: block;
  min-width: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  color: #1F1D0D;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #D2D2D2;
}
.pagination_nav li:hover a, .pagination_nav li.active a {
  color: #ffffff;
  border-color: #1F1D0D;
  background-color: #1F1D0D;
}

/* 2.20 - Pagination Nav - end
================================================== */
/* 2.21 - CountDown - Start
================================================== */
.deals_countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deals_countdown .discount_value {
  padding: 10px;
  height: 110px;
  min-width: 130px;
  margin-left: 28px;
  color: #1F1D0D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-color: #F7FF62;
}
.deals_countdown .discount_value strong {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  font-family: var(--site-font-ar);
}
.deals_countdown .discount_value span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.deals_countdown .countdown_timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.countdown_timer {
  padding: 9px 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1F1D0D;
  border-radius: 8px;
  background-color: #ffffff;
}
.countdown_timer > li {
  padding: 10px;
  min-width: 90px;
  position: relative;
}
.countdown_timer > li:not(:last-child):after {
  top: 5px;
  right: -9px;
  content: ":";
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  font-family: var(--site-font-ar);
}
.countdown_timer strong {
  display: block;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  font-family: var(--site-font-ar);
}
.countdown_timer span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* 2.21 - CountDown - End
================================================== */
/* 2.22 - Comment - Start
================================================== */
.recent_comments_list li {
  color: #29281E;
}
.recent_comments_list li:not(:last-child) {
  margin-bottom: 10px;
}
.recent_comments_list li a {
  color: #1F1D0D;
}
.recent_comments_list li a:hover strong {
  text-decoration: underline;
}

.comments_list > li:not(:last-child) {
  margin-bottom: 30px;
}
.comments_list .comments_list > li {
  padding: 5px 0 0 30px;
}

.comment_item {
  padding: 30px;
  position: relative;
  border-radius: 8px;
  background-color: #F6F6F6;
}
.comment_item .comment_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.comment_item .author_thumbnail {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
}
.comment_item .author_name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.comment_item .comment_date {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.comment_item p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}
.comment_item .reply_btn {
  top: 30px;
  right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}
.comment_item .reply_btn i {
  margin-left: 5px;
}
.comment_item .reply_btn:hover {
  opacity: 0.6;
}

.comment_form_wrap .form_item input, .comment_form_wrap .form_item textarea {
  border-width: 1px;
  background-color: #F6F6F6;
}
.comment_form_wrap .form_item input:focus, .comment_form_wrap .form_item textarea:focus {
  background-color: #ffffff;
}
.comment_form_wrap .btn {
  width: 100%;
  display: block;
}

/* 2.22 - Comment - End
================================================== */
/* 3.1 - Banner - Start
================================================== */
.hero_banner .banner_small_title {
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  color: #D2D2D2;
}
.hero_banner .banner_big_title {
  font-size: 65px;
  font-weight: 800;
  line-height: 68px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero_banner .banner_description {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}
.hero_banner .banner_btns_group {
  margin: -20px;
}
.hero_banner .banner_btns_group > li {
  padding: 20px;
}
.hero_banner :-moz-placeholder {
  color: #444444;
}
.hero_banner ::-moz-placeholder {
  color: #444444;
}
.hero_banner :-ms-input-placeholder {
  color: #444444;
}
.hero_banner ::-webkit-input-placeholder {
  color: #444444;
}
.hero_banner .tags_list {
  max-width: 400px;
}

.hero_banner.style_1 {
  margin-bottom: 59px;
}
.hero_banner.style_1 .container {
  max-width: 1430px;
}
.hero_banner.style_1 .content_wrap {
  padding: 100px;
  background-color: #1F1D0D;
  border-radius: 8px;
}
.hero_banner.style_1 .banner_description {
  /*padding-right: 190px;*/
  float:right;
}

.banner_image_1 {
  z-index: 1;
  position: relative;
  margin: 0 0 -130px -58px;
}
.banner_image_1 .image_wrap {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.banner_image_1 .satisfied_student {
  z-index: 2;
  left: -217px;
  bottom: -29px;
  padding: 40px;
  max-width: 317px;
  position: absolute;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963);
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963);
}
.banner_image_1 .satisfied_student .wrap_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.banner_image_1 .satisfied_student .students_thumbnail > li:not(:first-child) {
  margin-left: -15px;
}
.banner_image_1 .satisfied_student .students_thumbnail span {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.banner_image_1 .deco_item {
  z-index: 1;
}
.banner_image_1 .shape_img_1 {
  top: 42%;
  left: -124px;
}
.banner_image_1 .shape_img_2 {
  top: -33px;
  right: -16px;
}

.hero_banner.style_2 {
  overflow: hidden;
  padding: 152px 0 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFD32B;
  background-position: center center;
}
.hero_banner.style_2 .banner_big_title {
  margin-right: -30px;
}
.hero_banner.style_2 .banner_big_title,
.hero_banner.style_2 .banner_description {
  color: #1F1D0D;
}
.hero_banner.style_2 .banner_description {
  max-width: 500px;
}

.banner_image_2 {
  position: relative;
}
.banner_image_2 .image_wrap_1 {
  margin-bottom: -850px;
}
.banner_image_2 .child_image {
  z-index: 1;
  position: absolute;
}
.banner_image_2 .child_image .layer {
  max-width: 260px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 0 0 #1F1D0D;
          box-shadow: 10px 10px 0 0 #1F1D0D;
}
.banner_image_2 .child_image .layer:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/banner/icons_group.svg");
}
.banner_image_2 .image_wrap_2 {
  top: 75px;
  right: -34%;
}
.banner_image_2 .image_wrap_3 {
  top: 26%;
  right: -42%;
}
.banner_image_2 .image_wrap_4 {
  top: 38%;
  left: -32%;
}

/* 3.1 - Banner - End
================================================== */
/* 3.2 - Service - Start
================================================== */
.service_item {
  border-radius: 8px;
  position: relative;
  padding: 30px 40px 40px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff;
  border: 2px solid #F6F6F6;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(31, 29, 13, 0.2);
          box-shadow: 0px 1px 1px 0px rgba(31, 29, 13, 0.2);
}
.service_item:hover {
  z-index: 1;
  border-color: #1F1D0D;
  background-color: #F7FF62;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(31, 29, 13, 0.1);
          box-shadow: 0px 20px 30px 0px rgba(31, 29, 13, 0.1);
}
.service_item:hover .item_icon {
  border-color: #1F1D0D;
}
.service_item:hover .item_icon img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.service_item .item_icon {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid transparent;
  background-color: #ffffff;
}
.service_item .item_icon img {
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.service_item .item_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 11px;
}
.service_item p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
}
.service_item .info_list > li {
  font-size: 15px;
}
.service_item .info_list > li:not(:last-child) {
  margin-bottom: 6px;
}
.service_item .info_list i {
  font-size: 10px;
  margin: 5px 8px 0 0;
}

/* 3.2 - Service - End
================================================== */
/* 3.3 - Course - Start
================================================== */
.course_list_wrap .course_list {
  margin: -10px;
}

.course_small_layout {
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
}
.course_small_layout .item_image {
  max-width: 120px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 8px;
}
.course_small_layout .item_image img {
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.course_small_layout .item_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1D0D;
  margin-bottom: 10px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: var(--site-font-ar);
}
.course_small_layout .item_title:hover {
  opacity: 0.8;
}
.course_small_layout .item_price {
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}
.course_small_layout .item_price del {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
  margin-right: 2px;
}
.course_small_layout .item_price b {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}
.course_small_layout:hover {
  background-color: #F6F6F6;
}
.course_small_layout:hover .item_image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.course_small_layout:hover .item_title {
  text-decoration: underline;
}

.course_card {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 28px 28px 32px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #D2D2D2;
}
.course_card:hover {
  z-index: 1;
  border-color: #1F1D0D;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 10px 10px 0 0 #1F1D0D;
          box-shadow: 10px 10px 0 0 #1F1D0D;
}
.course_card .item_image {
  margin-bottom: 23px;
}
.course_card .item_image > a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.course_card .item_image img {
  width: 100%;
  display: block;
}
.course_card .item_price .sale_price {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}
.course_card .item_price .remove_price {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.course_card .item_title {
  margin: 0;
  padding: 10px 0 24px;
}
.course_card .item_title > a {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #1F1D0D;
}
.course_card .item_title > a:hover {
  opacity: 0.7;
}

.course_card.style_2 .item_image {
  margin: -28px -28px 23px;
}
.course_card.style_2 .item_image > a {
  border-radius: 0;
}

.course_card.list_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course_card.list_layout:not(:last-child) {
  margin-bottom: 30px;
}
.course_card.list_layout .item_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
}

.course_card.list_layout .item_image,
.courses_archive_section .course_card.list_layout .item_image {
  margin: 0 30px 0 0;
}

.courses_archive_section .course_card .item_image {
  margin: -30px -30px 23px;
}

.filter_topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter_result {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}

.filter_buttons_list {
  margin: -6px;
}
.filter_buttons_list > li {
  padding: 6px;
}
.filter_buttons_list button {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 19px;
  color: #1F1D0D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: var(--site-font-ar);
  border-radius: 8px;
  background-color: #F6F6F6;
  border: 2px solid #D2D2D2;
}
.filter_buttons_list button:hover {
  color: #ffffff;
  border-color: #1F1D0D;
  background-color: #1F1D0D;
}
.filter_buttons_list button i {
  margin-right: 6px;
}
.filter_buttons_list .form_item select {
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px 0 20px;
  text-transform: uppercase;
  font-family: var(--site-font-ar);
  background-color: #F6F6F6;
}

.offCanvas_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
}
.offCanvas_overlay.active {
  display: block;
}

.offCanvas_close_btn {
  width: 40px;
  height: 40px;
  color: #1F1D0D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-color: #F6F6F6;
}
.offCanvas_close_btn:hover {
  color: #ffffff;
  background-color: #1F1D0D;
}

.filter_offcanvas.position-fixed {
  top: 0;
  right: -320px;
  bottom: 0;
  z-index: 999;
  width: 300px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff;
  -webkit-box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
}
.filter_offcanvas.position-fixed.active {
  right: 0;
}
.filter_offcanvas.position-fixed > .content_wrapper {
  height: 100%;
  overflow-y: scroll;
  padding: 110px 30px 50px;
}
.filter_offcanvas.position-fixed > .content_wrapper::-webkit-scrollbar {
  width: 0px;
}
.filter_offcanvas.position-fixed .close_btn_wrap {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  position: absolute;
  background-color: #ffffff;
}

.course_deals_section .shape_img_1 {
  top: -85px;
  left: -110px;
  max-width: 270px;
}
.course_deals_section .shape_img_2 {
  top: -46px;
  right: 158px;
  max-width: 102px;
}
.course_deals_section .shape_img_3 {
  right: -80px;
  bottom: -116px;
  max-width: 380px;
}

/* 3.3 - Course - End
================================================== */
/* 3.4 - Event - Start
================================================== */
.popular_event_section {
  margin-bottom: 20px;
}
.popular_event_section .section_heading {
  padding-right: 100px;
}
.popular_event_section .shape_img_1 {
  top: -136px;
  left: -120px;
  max-width: 270px;
}
.popular_event_section .shape_img_2 {
  left: 44%;
  bottom: -46px;
  max-width: 270px;
}
.popular_event_section .shape_img_3 {
  top: 40%;
  right: -196px;
  max-width: 386px;
}

.popular_event_list {
  padding: 40px;
  margin-bottom: -140px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 10px 10px 0 0 #FFD32B;
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 10px 10px 0 0 #FFD32B;
}
.popular_event_list .wrap_title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
.popular_event_list ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}
.popular_event_list ul > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
.popular_event_list ul .column:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding-right: 20px;
}
.popular_event_list ul .day {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
.popular_event_list ul .month {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 0 9px;
  text-transform: uppercase;
}
.popular_event_list ul .time {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.popular_event_list ul .event_title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 12px;
}
.popular_event_list ul .event_name {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--site-font-ar);
}
.popular_event_list ul .event_name strong {
  font-weight: 500;
}
.popular_event_list ul .event_name small {
  font-size: 16px;
}

.event_card {
  overflow: hidden;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #D2D2D2;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.event_card:hover {
  border-color: #1F1D0D;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 10px 10px 0 0 #1F1D0D;
          box-shadow: 10px 10px 0 0 #1F1D0D;
}
.event_card .item_image {
  display: block;
  overflow: hidden;
}
.event_card .item_content {
  padding: 30px;
}
.event_card .item_title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
}
.event_card .item_title > a {
  color: #1F1D0D;
}
.event_card .item_title > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.event_card .meta_info_list > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1F1D0D;
}

/* 3.4 - Event - End
================================================== */
/* 3.5 - Pricing - Start
================================================== */
.pricing_section .shape_img_1 {
  top: 0;
  right: -32px;
  max-width: 64px;
}
.pricing_section .shape_img_2 {
  bottom: 15px;
  left: -100px;
  max-width: 173px;
}

.pricing_cards_wrapper {
  margin: -10px;
}
.pricing_cards_wrapper > .col {
  padding: 10px;
}

.pricing_card {
  position: relative;
  border-radius: 8px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 42px 40px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(31, 29, 13, 0.1);
          box-shadow: 0 2px 10px 0 rgba(31, 29, 13, 0.1);
}
.pricing_card:hover {
  z-index: 1;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(31, 29, 13, 0.08);
          box-shadow: 0px 20px 40px 0px rgba(31, 29, 13, 0.08);
}
.pricing_card .card_badge {
  top: 0;
  left: 50%;
  font-size: 11px;
  padding: 0 14px;
  font-weight: 800;
  line-height: 22px;
  color: #1F1D0D;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0px 8px 8px;
  background-color: #FFD32B;
}
.pricing_card .card_heading {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.pricing_card .pricing_wrap {
  color: #0E081E;
  font-weight: 800;
  font-family: var(--site-font-ar);
}
.pricing_card .pricing_wrap sub, .pricing_card .pricing_wrap sup {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.pricing_card .pricing_wrap sup {
  top: -20px;
}
.pricing_card .pricing_wrap .price_value {
  font-size: 65px;
  line-height: 65px;
  display: inline-block;
}
.pricing_card .pricing_wrap small {
  color: #A09F9F;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--site-font-ar);
}
.pricing_card hr {
  margin: 30px 0;
}
.pricing_card .info_list {
  margin: auto;
  display: inline-block;
}
.pricing_card .info_list.unordered_list_block > li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing_card .info_list i {
  font-size: 18px;
  text-shadow: none;
  color: #1F1D0D;
  margin: 3px 10px 0 0;
}
.pricing_card .btn_wrap {
  padding: 38px 0;
}
.pricing_card .btn {
  width: 100%;
  display: block;
}

.pricing_card.bg_dark {
  color: #ffffff;
  padding: 62px 40px 60px;
  background-color: #1F1D0D;
}
.pricing_card.bg_dark .info_list i,
.pricing_card.bg_dark .card_heading,
.pricing_card.bg_dark .pricing_wrap .price_value {
  color: #ffffff;
}
.pricing_card.bg_dark .pricing_wrap small {
  color: #C8C8C8;
}

/* 3.5 - Pricing - End
================================================== */
/* 3.6 - Advertisement - Start
================================================== */
.advertisement_section {
  margin: 30px 0;
}
.advertisement_section .section_heading {
  padding-right: 70px;
}
.advertisement_section .images_group .col:nth-child(1) {
  margin-bottom: -45px;
}
.advertisement_section .images_group .col:nth-child(2) {
  margin-top: -45px;
}
.advertisement_section .images_group .image_wrap {
  overflow: hidden;
  border-radius: 8px;
}
.advertisement_section .images_group .image_wrap:not(:last-child) {
  margin-bottom: 30px;
}
.advertisement_section .images_group .shape_img_1 {
  left: -106px;
  bottom: 83px;
  max-width: 270px;
}
.advertisement_section .images_group .shape_img_2 {
  top: 73px;
  right: -138px;
  max-width: 102px;
}

/* 3.6 - Advertisement - End
================================================== */
/* 3.7 - Testimonial - Start
================================================== */
.testimonial_carousel {
  margin: -15px;
}
.testimonial_carousel .carousel_item {
  padding: 15px;
}

.testimonial_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
}
.testimonial_item .testimonial_image {
  margin: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  max-width: 170px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 8px;
}
.testimonial_item .rating_star {
  margin-bottom: 10px;
}
.testimonial_item .testimonial_title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
.testimonial_item p {
  color: #29281E;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.testimonial_item .testimonial_designation {
  color: #29281E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  font-family: var(--site-font-ar);
}
.testimonial_item .testimonial_name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 16px;
  text-transform: uppercase;
}
.testimonial_item .quote_icon {
  top: 30px;
  right: 30px;
  line-height: 1;
  font-size: 34px;
  position: absolute;
  text-shadow: 2px -2px 0 #F7FF62;
}

.testimonial_item_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial_item_2 .testimonial_image {
  margin: 0 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-color: #FFD32B;
  background-position: center center;
}
.testimonial_item_2 .testimonial_image.image_widget {
  -webkit-box-shadow: 15px 15px 0 0 #ffd32b;
          box-shadow: 15px 15px 0 0 #ffd32b;
}
.testimonial_item_2 .quote_icon {
  margin-bottom: 40px;
}
.testimonial_item_2 .testimonial_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #1F1D0D;
  margin-bottom: 15px;
  font-family: var(--site-font-ar);
}
.testimonial_item_2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #29281E;
  margin-bottom: 30px;
  font-family: var(--site-font-ar);
}
.testimonial_item_2 .testimonial_admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial_item_2 .admin_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 8px;
}
.testimonial_item_2 .testimonial_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: var(--site-font-ar);
}
.testimonial_item_2 .testimonial_designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

/* 3.7 - Testimonial - End
================================================== */
/* 3.8 - Newsletter - Start
================================================== */
.newslatter_section {
  background-image: linear-gradient(0deg, #1F1D0D 120px, transparent 0);
}

.newslatter_box {
  z-index: 1;
  position: relative;
  padding: 110px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-color: #F7FF62;
  background-position: center center;
  -webkit-box-shadow: 20px 20px 0 0 #FFD32B;
          box-shadow: 20px 20px 0 0 #FFD32B;
}
.newslatter_box :-moz-placeholder {
  color: #444444;
}
.newslatter_box ::-moz-placeholder {
  color: #444444;
}
.newslatter_box :-ms-input-placeholder {
  color: #444444;
}
.newslatter_box ::-webkit-input-placeholder {
  color: #444444;
}
.newslatter_box .form_item:has(.btn) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newslatter_box .form_item:has(.btn) input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}

/* 3.8 - Newsletter - End
================================================== */
/* 3.9 - Blog - Start
================================================== */
.blog_small_group {
  margin: -10px;
}
.blog_small_group > li:not(:last-child) {
  margin-bottom: 2px;
}

.blog_small {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.blog_small:hover {
  background-color: #F6F6F6;
}
.blog_small .item_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 8px;
}
.blog_small .item_image img {
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog_small .item_author {
  line-height: 1;
  display: block;
  color: #29281E;
  margin-bottom: 8px;
}
.blog_small .item_title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #1F1D0D;
  margin-bottom: 8px;
  font-family: var(--site-font-ar);
}
.blog_small .item_post_date {
  line-height: 1;
  color: #C8C8C8;
  display: block;
  font-size: 14px;
}
.blog_small:hover {
  background-color: #F6F6F6;
}
.blog_small:hover .item_image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.blog_small:hover .item_title {
  text-decoration: underline;
}

.blog_item {
  position: relative;
  padding-bottom: 10px;
}
.blog_item .item_image {
  margin-bottom: 15px;
}
.blog_item .item_image > a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.blog_item .item_image > a img {
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog_item .item_image > a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.blog_item .item_category_list {
  margin-bottom: 14px;
}
.blog_item:has(.item_image) .item_category_list {
  margin: 0;
  top: 20px;
  right: 20px;
  z-index: 2;
  position: absolute;
}
.blog_item .item_title {
  margin-bottom: 18px;
}
.blog_item .item_title a {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #1F1D0D;
}
.blog_item .item_title a:hover {
  opacity: 0.7;
}
.blog_item .meta_info_list {
  margin-bottom: 10px;
}
.blog_item .meta_info_list i {
  color: #1F1D0D;
}

/* 3.9 - Blog - End
================================================== */
/* 3.10 - Call To Action - Start
================================================== */
.calltoaction_section {
  margin-bottom: 30px;
}
.calltoaction_section .section_heading .heading_description {
  max-width: 456px;
}
.calltoaction_section .shape_img_1 {
  left: 44%;
  bottom: -26px;
  max-width: 169px;
}
.calltoaction_section .shape_img_2 {
  top: -60px;
  right: 162px;
  max-width: 169px;
}
.calltoaction_section .shape_img_3 {
  top: 85px;
  left: -74px;
  max-width: 148px;
}
.calltoaction_section .shape_img_4 {
  left: 44%;
  bottom: -100px;
  max-width: 373px;
}
.calltoaction_section .shape_img_5 {
  top: -56px;
  right: -40px;
  max-width: 148px;
}
.calltoaction_section .info_list {
  margin-bottom: 40px;
}
.calltoaction_section .info_list i {
  font-size: 14px;
  margin: 6px 10px 0 0;
}
.calltoaction_section .boxed_wrapper {
  margin: auto;
  max-width: 1400px;
  padding: 100px 115px;
  background-color: #1F1D0D;
  border-radius: 8px;
}

.calltoaction_form {
  z-index: 1;
  padding: 40px;
  position: relative;
  margin-bottom: -150px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 10px 10px 0 0 #FFD32B;
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 10px 10px 0 0 #FFD32B;
}
.calltoaction_form .form_title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
.calltoaction_form .form_item input, .calltoaction_form .form_item textarea {
  border-width: 1px;
  background-color: #F6F6F6;
}
.calltoaction_form .form_item input:focus, .calltoaction_form .form_item textarea:focus {
  background-color: #ffffff;
}
.calltoaction_form .form_item textarea {
  min-height: 127px;
}

/* 3.10 - Call To Action - End
================================================== */
/* 3.11 - Brands - Start
================================================== */
.brands_logo_list {
  margin: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands_logo_list > li {
  width: 25%;
  padding: 15px;
}
.brands_logo_list a {
  padding: 30px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: #F6F6F6;
}
.brands_logo_list a img {
  max-width: 180px;
  max-height: 70px;
}
.brands_logo_list a:hover {
  border-color: #1F1D0D;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 6px 6px 0 0 #1F1D0D;
          box-shadow: 6px 6px 0 0 #1F1D0D;
}

.brands_logo_list.style_2 li {
  width: 16.666%;
}
.brands_logo_list.style_2 a {
  padding: 0;
  height: auto;
  border: none;
  background-color: transparent;
}
.brands_logo_list.style_2 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: unset;
          transform: unset;
}
.brands_logo_list.style_2 a img {
  max-height: 50px;
  max-width: 166px;
}

/* 3.11 - Brands - End
================================================== */
/* 3.12 - Mentor - Start
================================================== */
.mentor_item {
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mentor_item .mentor_image {
  margin-bottom: 20px;
}
.mentor_item .mentor_image > a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.mentor_item .mentor_image > a:before {
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  width: 100px;
  height: 100px;
  line-height: 1;
  font-size: 24px;
  content: "\f178";
  font-weight: 400;
  text-align: right;
  position: absolute;
  color: #F7FF62;
  padding: 20px 18px 0 0;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #1F1D0D;
  font-family: "Font Awesome 5 Pro";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.mentor_item .mentor_name {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.mentor_item .mentor_name > a {
  color: #1F1D0D;
}
.mentor_item .mentor_name > a:hover {
  opacity: 0.7;
}
.mentor_item .mentor_designation {
  margin-bottom: 15px;
}
.mentor_item:hover {
  z-index: 1;
  border-color: #1F1D0D;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 10px 10px 0 0 #1F1D0D;
          box-shadow: 10px 10px 0 0 #1F1D0D;
}
.mentor_item:hover .mentor_image > a:before {
  opacity: 1;
}
.mentor_item:hover .mentor_name > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* 3.12 - Mentor - End
================================================== */
/* 4.1 - Site Header - Start
================================================== */
.site_header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 44px 0;
  position: absolute;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.site_header .container {
  max-width: 1430px;
}
.site_header.sticky {
  padding: 10px 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  -webkit-box-shadow: 0 2px 6px 0 rgba(16, 18, 19, 0.08);
          box-shadow: 0 2px 6px 0 rgba(16, 18, 19, 0.08);
  -webkit-transition: background-color 0.3s ease-in, padding 0.3s;
  transition: background-color 0.3s ease-in, padding 0.3s;
}

.main_menu {
  padding: 0;
}

.main_menu_list > li {
  /* margin: 0 1px; */
  margin: 0 -5px;
  line-height: 1;
  font-size: 16px;
}
.main_menu_list .nav-link .active {
  z-index: 1;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  color: #9e9239;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* padding: 9px 20px 8px; */
  font-family: var(--site-font-ar);
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
}
.main_menu_list > li > a {
  z-index: 1;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  color: #1F1D0D;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* padding: 9px 20px 8px; */
  font-family: var(--site-font-ar);
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
}
.main_menu_list > li:hover > a, .main_menu_list > li.active > a {
  color: #1F1D0D;
  background-color: #F6F6F6;
}
.main_menu_list > li:hover > a:after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.main_menu_list .dropdown > a {
  position: relative;
}
.main_menu_list .dropdown > a:after {
  float: right;
  line-height: 1;
  font-size: 14px;
  content: "\f107";
  font-weight: 400;
  margin-top: 2px;
  margin-left: 5px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: "Font Awesome 5 Pro";
}
.main_menu_list .dropdown-menu {
  top: 100%;
  display: none;
  margin: 2px 0 0;
  padding: 14px 0;
  -webkit-animation: unset;
  animation: unset;
  min-width: 210px;
  inset: 100% auto auto auto;
  border-radius: 8px;
  border: 2px solid #1F1D0D;
  -webkit-box-shadow: 6px 6px 0 0 rgb(16, 18, 19);
  box-shadow: 6px 6px 0 0 rgb(16, 18, 19);
}
.main_menu_list .dropdown-menu:before {
  top: -4px;
  height: 2px;
}
.main_menu_list .dropdown-menu > li:not(:last-child) {
  margin-bottom: 1px;
}
.main_menu_list .dropdown-menu > li > a {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #29281E;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 14px 30px 12px 32px;
}
.main_menu_list .dropdown-menu > li > a:before {
  top: 19px;
  left: 20px;
  width: 4px;
  height: 4px;
  content: "";
  opacity: 0.7;
  position: absolute;
  border-radius: 100%;
  background-color: #1F1D0D;
}
.main_menu_list .dropdown-menu > li:hover > a, .main_menu_list .dropdown-menu > li.active > a {
  background-color: #F7FF62;
}
.main_menu_list .dropdown-menu .dropdown > a:after {
  margin-top: 1px;
  content: "\f105";
}
.main_menu_list .dropdown-menu .dropdown-menu {
  top: 0px;
  margin: 0;
  left: 100%;
}
.main_menu_list .dropdown-menu.show {
  display: block;
}
.main_menu_list .dropdown-menu.show > li {
  -webkit-animation: 0.2s dropDown;
          animation: 0.2s dropDown;
}

.header_btns_group > li {
  margin-left: 14px;
}
.header_btns_group > li:first-child {
  display: none;
}
.header_btns_group .btn {
  padding: 0 26px;
}
.header_btns_group .btn span small {
  padding: 6px 0;
}

.site_header_1 + main {
  padding-top: 130px;
}

.site_header_2 .container {
  max-width: 1200px;
}

/* 4.1 - Site Header - End
================================================== */
/* 4.2 - Site Footer - Start
================================================== */
.site_footer {
  color: #C8C8C8;
  background-color: #1F1D0D;
}
.site_footer .site_logo {
  margin-bottom: 35px;
}
.site_footer .footer_widget_area {
  padding: 130px 0 108px;
}
.site_footer p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 52px;
}
.site_footer .footer_widget_title {
  color: #ffffff;
}
.site_footer .page_list a {
  color: #ffffff;
}
.site_footer .page_list a:hover {
  color: #F7FF62;
}
.site_footer .blog_small:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.site_footer .blog_small .item_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  margin-right: 10px;
}
.site_footer .blog_small .item_author {
  display: none;
}
.site_footer .blog_small .item_title {
  font-size: 16px;
  color: #ffffff;
}

.footer_widget_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 35px;
}

.copyright_widget .copyright_text {
  padding: 40px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-top: 1px solid #444444;
}
.copyright_widget .copyright_text a {
  color: #C8C8C8;
}
.copyright_widget .copyright_text a:hover {
  color: #ffffff;
}

/* 4.2 - Site Footer - End
================================================== */
/* 4.3 - Breadcrumb - Start
================================================== */
.page_banner .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 115px;
  background-size: 571px;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  background-position: right bottom;
}
.page_banner .container {
  max-width: 1430px;
}
.page_banner .info_list,
.page_banner .meta_info_list {
  padding: 30px 0 40px;
}
.page_banner .btns_group {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_banner .btns_group > li {
  padding: 15px;
}
.page_banner .item_price {
  line-height: 1;
  font-family: var(--site-font-ar);
}
.page_banner .item_price .remove_price {
  font-size: 24px;
  font-weight: 500;
  margin-right: 4px;
  color: #29281E;
}
.page_banner .item_price .sale_price {
  font-size: 45px;
  font-weight: 700;
  color: #1F1D0D;
}

.page_title {
  font-size: 65px;
  font-weight: 800;
  line-height: 68px;
  margin-bottom: 10px;
}

.page_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
  padding-right: 70px;
}

.page_banner_image {
  margin-bottom: -120px;
  -webkit-box-shadow: 20px 20px 0 0 #FFD32B;
          box-shadow: 20px 20px 0 0 #FFD32B;
}

.breadcrumb_nav {
  margin-bottom: 30px;
}
.breadcrumb_nav > li {
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  color: #1F1D0D;
  text-transform: uppercase;
}
.breadcrumb_nav > li:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
}
.breadcrumb_nav > li:not(:last-child):after {
  top: 1px;
  right: -5px;
  opacity: 0.7;
  font-weight: 400;
  content: "\f101";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumb_nav > li > a {
  opacity: 0.7;
  display: block;
  color: #1F1D0D;
}
.breadcrumb_nav > li > a:hover {
  opacity: 1;
}

/* 4.3 - Breadcrumb - End
================================================== */
/* 4.4 - Sidebar - Start
================================================== */
.sidebar .widget_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 25px;
  color: #1F1D0D;
  position: relative;
  padding-right: 20px;
  font-family: var(--site-font-ar);
}
.sidebar .widget_title:before {
  top: 2px;
  right: 0;
  content: "\f106";
  font-weight: 500;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.sidebar .widget_title[aria-expanded=false]:before {
  content: "\f107";
}
.sidebar .widget {
  padding-bottom: 25px;
  border-bottom: 1px solid #D2D2D2;
}
.sidebar .widget:not(:last-child) {
  margin-bottom: 25px;
}
.sidebar .widget .card {
  border: none;
  border-radius: 0;
  padding: 20px 0 0;
  background-color: transparent;
}
.sidebar .checkbox_item {
  margin-bottom: 10px;
}
.sidebar .checkbox_item input {
  top: 3px;
}
.sidebar .checkbox_item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar .ratings_widget .checkbox_item i {
  color: #FFD32B;
}

.course_details_section .sidebar .widget {
  border: none;
  padding: 0;
}
.course_details_section .sidebar .widget:not(:last-child) {
  margin-bottom: 60px;
}
.course_details_section .sidebar .widget_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.course_details_section .sidebar .widget_title:before {
  display: none;
}

.callbox_wrap {
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 8px;
  border: 1px solid #1F1D0D;
  background-color: #ffffff;
}
.callbox_wrap .btn:not(:last-child) {
  margin-bottom: 20px;
}

/* 4.4 - Sidebar - End
================================================== */
/* 5.1 - Details Pages - Start
================================================== */
.details_section .details_image.image_widget {
  -webkit-box-shadow: -20px -20px 0 0 #1F1D0D;
          box-shadow: -20px -20px 0 0 #1F1D0D;
}
.details_section .details_content .details_item_title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 26px;
}
.details_section .details_content .mentor_name {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 10px;
}
.details_section .details_content .details_info_title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}
.details_section .details_content .mentor_designation {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.details_section .details_content .meta_info_list {
  margin-bottom: 30px;
}
.details_section .details_content p {
  margin-bottom: 30px;
}
.details_section .details_content hr {
  margin: 40px 0;
}

.course_info_card {
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 11px 11px 0 0 #1F1D0D;
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 11px 11px 0 0 #1F1D0D;
}
.course_info_card .details_image {
  overflow: hidden;
  border-radius: 8px;
}
.course_info_card .item_price,
.course_info_card .details_image,
.course_info_card .meta_info_list {
  margin-bottom: 20px;
}
.course_info_card .item_price .sale_price {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--site-font-ar);
}
.course_info_card .btn {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.course_info_card .course_info_list {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.course_info_card .course_info_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course_info_card .course_info_list > li:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D2D2D2;
}
.course_info_card .course_info_list i {
  width: 20px;
  margin-right: 5px;
  color: #FFD32B;
}

.event_details_section .sidebar .course_info_card,
.course_details_section .sidebar .course_info_card {
  z-index: 1;
  margin-top: -420px;
  position: relative;
}

.blog_details_section .details_image {
  margin-bottom: 20px;
}
.blog_details_section .details_content .meta_info_list {
  margin-bottom: 30px;
}
.blog_details_section .details_content .meta_info_list i {
  color: #1F1D0D;
}
.blog_details_section .comments_list_wrap {
  margin: 80px 0;
}

.blog_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin: 80px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
}
.blog_author .blog_author_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 8px;
}
.blog_author .author_name {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog_author .author_designation {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #29281E;
  margin-bottom: 15px;
  font-family: var(--site-font-ar);
}
.blog_author .blog_author_link {
  top: 0;
  right: 0;
  padding: 0 32px;
  position: absolute;
}
.blog_author .blog_author_link span small {
  padding: 8px 0;
}

.prevnext_post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prevnext_post_wrap .post_item {
  max-width: 300px;
}
.prevnext_post_wrap .post_item span {
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.prevnext_post_wrap .post_item span i {
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  margin: -1px 5px 0 0;
  color: #F7FF62;
  background-color: #1F1D0D;
}
.prevnext_post_wrap .post_item span small {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  color: #29281E;
  text-transform: uppercase;
}
.prevnext_post_wrap .post_item strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1D0D;
  font-family: var(--site-font-ar);
}
.prevnext_post_wrap .post_item strong:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.prevnext_post_wrap .post_item:last-child {
  text-align: right;
}
.prevnext_post_wrap .post_item:last-child span i {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: -1px 0 0 5px;
}

.event_speakers .mentor_item {
  padding: 10px 10px 18px;
}
.event_speakers .mentor_item .mentor_image {
  margin-bottom: 12px;
}
.event_speakers .mentor_item .mentor_name {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 6px;
}
.event_speakers .mentor_item .mentor_designation {
  font-size: 16px;
  font-weight: 400;
}

/* 5.1 - Details Pages - End
================================================== */
/* 5.2 - Contact Page - Start
================================================== */
.contact_info_iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_info_iconbox:not(:last-child) {
  margin-bottom: 30px;
}
.contact_info_iconbox .item_icon {
  width: 62px;
  height: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  color: #1F1D0D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFD32B;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 4px 4px 0 0 #1F1D0D;
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 4px 4px 0 0 #1F1D0D;
}
.contact_info_iconbox .item_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

#gmap_canvas_iframe {
  width: 100%;
  height: 524px;
  border-radius: 8px;
  border: 3px solid #FFD32B;
}

.contact_form_section .shape_img_1 {
  right: 0;
  top: 150px;
  max-width: 102px;
}
.contact_form_section .shape_img_2 {
  left: 0;
  bottom: 130px;
  max-width: 72px;
}
.contact_form_section .shape_img_3 {
  top: -204px;
  left: -150px;
  max-width: 446px;
}
.contact_form_section .shape_img_4 {
  right: -270px;
  bottom: -160px;
  max-width: 643px;
}

/* 5.2 - Contact Page - End
================================================== */
/* 5.3 - 404 Page - Start
================================================== */
.error_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error_section .error_image {
  max-width: 670px;
  margin: auto auto 20px;
}
.error_section .error_title {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 20px;
}
.error_section p {
  font-size: 16px;
  max-width: 500px;
  line-height: 24px;
  margin: auto auto 40px;
}
.error_section .shape_img_1 {
  right: 0;
  top: 150px;
  max-width: 102px;
}
.error_section .shape_img_2 {
  left: 0;
  bottom: 130px;
  max-width: 72px;
}
.error_section .shape_img_3 {
  top: -204px;
  left: -150px;
  max-width: 446px;
}
.error_section .shape_img_4 {
  right: -270px;
  bottom: -160px;
  max-width: 643px;
}

/* 5.3 - 404 Page - End
================================================== */
/* 5.4 - Register Pages - Start
================================================== */
.register_heading {
  line-height: 1;
  font-size: 54px;
  margin: -60px 0 18px;
}

.register_heading_description {
  font-size: 18px;
  margin-bottom: 40px;
}

.register_form {
  z-index: 1;
  padding: 60px;
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #1F1D0D;
  -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.12), 10px 10px 0 0 #1F1D0D;
          box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.12), 10px 10px 0 0 #1F1D0D;
}
.register_form .form_item input, .register_form .form_item textarea {
  border-color: #1F1D0D;
}
.register_form .icon_list > li:not(:last-child) {
  margin-bottom: 10px;
}
.register_form .icon_list i {
  float: left;
  font-size: 16px;
  font-style: normal;
  color: #1F1D0D;
  margin-right: 10px;
}
.register_form .icon_list span {
  display: table;
}
.register_form .note_text {
  font-size: 18px;
  color: #1F1D0D;
  font-style: italic;
}
.register_form hr {
  margin: 30px 0;
}

.register_form.signup_login_form .form_item {
  margin-bottom: 20px;
}
.register_form.signup_login_form .btn {
  width: 100%;
  display: block;
}

/* 5.4 - Register Pages - End
================================================== */
/*
Responsive For Mobile & Tablet Devices
==================================================
* Project Name   :  Collab – Online Learning Platform Template
* File           :  CSS Base
* Version        :  1.0.0
* Last change    :  15 April 2023, Saturday
* Author         :  Merkulove (https://themeforest.net/user/merkulove)
* Developer			 :	webrok (https://www.fiverr.com/webrok?up_rollout=true)
*	CSS code for responsive layout To make responsive
==================================================
*/
/* Media Screen 1440px - Start
================================================== */
@media screen and (max-width: 1440px) {
  .intro_video_section .shape_img_3 {
    right: -160px;
    bottom: -180px;
    max-width: 360px;
  }
}
/* Media Screen 1440px - End
================================================== */
/* Media Screen 1360px - Start
================================================== */
@media screen and (max-width: 1360px) {
  .page_banner .content_wrapper {
    padding: 70px;
  }
}
/* Media Screen 1360px - End
================================================== */
/* Media Screen 1199px - Start
================================================== */
@media screen and (max-width: 1199px) {
  .hero_banner.style_1 .content_wrap {
    padding: 80px 40px;
  }
  .hero_banner .banner_big_title {
    font-size: 54px;
    line-height: 58px;
  }
  .banner_image_1 .satisfied_student {
    left: -150px;
    padding: 30px;
  }
  .banner_image_1 .satisfied_student .students_thumbnail span {
    width: 40px;
    height: 40px;
  }
  .banner_image_1 .satisfied_student .wrap_title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .form_item:has(.btn) input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
  .image_widget {
    -webkit-box-shadow: -5px 5px 0 0 #FFD32B;
            box-shadow: -5px 5px 0 0 #FFD32B;
  }
  .newslatter_box {
    -webkit-box-shadow: 5px 5px 0 0 #FFD32B;
            box-shadow: 5px 5px 0 0 #FFD32B;
  }
  .calltoaction_form {
    -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 5px 5px 0 0 #FFD32B;
            box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 5px 5px 0 0 #FFD32B;
  }
  .details_section .details_image.image_widget {
    -webkit-box-shadow: -5px -5px 0 0 #1F1D0D;
            box-shadow: -5px -5px 0 0 #1F1D0D;
  }
  .course_info_card {
    -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 5px 5px 0 0 #1F1D0D;
            box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.0894963), 5px 5px 0 0 #1F1D0D;
  }
  .testimonial_item_2 .testimonial_image.image_widget {
    -webkit-box-shadow: 5px 5px 0 0 #ffd32b;
            box-shadow: 5px 5px 0 0 #ffd32b;
  }
  .popular_event_list {
    -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 5px 5px 0 0 #FFD32B;
            box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.09), 5px 5px 0 0 #FFD32B;
  }
  .details_section .details_image.image_widget {
    -webkit-box-shadow: -5px -5px 0 0 #1F1D0D;
            box-shadow: -5px -5px 0 0 #1F1D0D;
  }
  .register_form {
    -webkit-box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.12), 5px 5px 0 0 #1F1D0D;
            box-shadow: 2px 2px 30px rgba(31, 29, 13, 0.12), 5px 5px 0 0 #1F1D0D;
  }
  .main_menu_list > li > a {
    padding: 9px 16px 8px;
  }
  .header_btns_group .btn {
    padding: 0 20px;
  }
  .advertisement_section {
    margin: 0;
    padding: 70px 0;
  }
  .advertisement_section .section_heading {
    padding-right: 0;
  }
  .advertisement_section .images_group .shape_img_1 {
    left: -60px;
    bottom: 83px;
    max-width: 180px;
  }
}
/* Media Screen 1199px - End
================================================== */
/* Media Screen 1024px - Start
================================================== */
@media screen and (max-width: 1024px) {
  .main_menu_list > li > a {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 14px 6px;
  }
  .header_btns_group .btn {
    padding: 0 18px;
  }
  .header_btns_group > li {
    margin-left: 8px;
  }
  .banner_image_1 {
    margin: 0;
  }
  .banner_image_1 .satisfied_student {
    left: 30px;
    padding: 20px;
  }
  .banner_image_1 .shape_img_1 {
    left: -50px;
  }
  .banner_image_1 .shape_img_2 {
    right: -33px;
  }
  .service_item {
    padding: 30px 30px 35px;
  }
  .counter_item .counter_value {
    font-size: 48px;
    line-height: 54px;
  }
  .section_heading .heading_text {
    font-size: 38px;
    line-height: 42px;
  }
  .advertisement_section .images_group .shape_img_1 {
    left: -78px;
    max-width: 190px;
  }
  .testimonial_item .quote_icon {
    top: 15px;
    right: 15px;
    font-size: 28px;
  }
  .form_item:has(.btn) input {
    margin-right: 5px;
  }
  .hero_banner.style_2 .form_item:has(.btn) input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
  .testimonial_item_2 .testimonial_title {
    font-size: 24px;
  }
  .page_banner .form_item:has(.btn) {
    display: block;
  }
  .page_banner .form_item .btn {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .page_banner .content_wrapper {
    background-size: 470px;
  }
  .brands_logo_list.style_2 li {
    width: auto;
  }
  .page_title {
    font-size: 48px;
    line-height: 54px;
  }
  .page_banner .info_list,
.page_banner .meta_info_list {
    padding: 20px 0 30px;
  }
  .page_banner_image {
    margin: auto;
  }
  .error_section .error_image {
    max-width: 470px;
  }
  .error_section .error_title {
    font-size: 48px;
    line-height: 54px;
  }
  .error_section .shape_img_3 {
    top: -120px;
    left: -130px;
    max-width: 300px;
  }
  .error_section .shape_img_4 {
    right: -250px;
    max-width: 500px;
  }
  .error_section .shape_img_1 {
    top: 80px;
    right: 15px;
    max-width: 80px;
  }
  .error_section .shape_img_2 {
    left: 15px;
    bottom: 100px;
    max-width: 70px;
  }
  .register_form {
    padding: 40px;
  }
}
/* Media Screen 1024px - End
================================================== */
/* Media Screen 991px - Start
================================================== */
@media screen and (max-width: 991px) {
  .header_btns_group > li:first-child {
    display: inline-block;
  }
  .mobile_menu_btn {
    font-size: 24px;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .container,
.site_header .container,
.hero_banner.style_1 .container {
    max-width: 730px;
  }
  .main_menu {
    left: 0;
    right: 0;
    top: 129px;
    z-index: 999;
    position: fixed;
  }
  .site_header.sticky {
    background-color: #ffffff;
  }
  .site_header.sticky .main_menu {
    top: 61px;
  }
  .main_menu_inner {
    background-color: #ffffff;
    border-bottom: 1px solid #D2D2D2;
  }
  .main_menu_list > li {
    width: 100%;
    margin: 1px 0;
    display: block;
  }
  .main_menu_list {
    margin: auto;
    padding: 15px;
    max-width: 730px;
  }
  .main_menu_list > li > a {
    width: 100%;
    display: block;
  }
  .main_menu_list .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main_menu_list > li > a {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 20px;
  }
  .main_menu_list .dropdown > a:after {
    font-size: 16px;
    margin-top: 5px;
  }
  .main_menu_list .dropdown-menu {
    padding: 8px 0;
  }
  .hero_banner {
    text-align: center;
  }
  .hero_banner.style_1 .banner_description {
    padding-right: 0;
  }
  .hero_banner .banner_btns_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner_image_1 {
    margin: 20px 0 0;
  }
  .hero_banner.style_1 {
    margin-bottom: 20px;
  }
  .section_space_lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .expect_from_course .image_widget,
.courses_info_section .image_widget {
    margin-bottom: 30px;
  }
  .advertisement_section {
    margin: 0;
    padding: 90px 0;
  }
  .testimonial_section .section_heading {
    text-align: center;
  }
  .hero_banner.style_2 .banner_description {
    margin: auto auto 30px;
  }
  .hero_banner.style_2 .form_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero_banner .tags_list {
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero_banner .banner_image_2 {
    max-width: 500px;
    margin: 20px auto auto;
  }
  .banner_image_2 .image_wrap_1 {
    margin-bottom: -780px;
  }
  .banner_image_2 .child_image .layer {
    max-width: 180px;
  }
  .banner_image_2 .image_wrap_2 {
    right: -15%;
  }
  .banner_image_2 .image_wrap_3 {
    top: 24%;
    right: -30%;
  }
  .banner_image_2 .image_wrap_4 {
    top: 30%;
    left: -24%;
  }
  .testimonial_item_2 {
    display: block;
  }
  .testimonial_item_2 .testimonial_image {
    margin: auto auto 40px;
  }
  .testimonial_item_2 .quote_icon {
    margin-bottom: 20px;
  }
  .calltoaction_form {
    margin: auto;
  }
  .calltoaction_section .shape_img_2 {
    top: -44px;
    right: 50px;
    max-width: 120px;
  }
  .calltoaction_section .shape_img_1 {
    left: 50px;
    bottom: -10px;
    max-width: 120px;
  }
  .brands_logo_list > li {
    width: 33.333%;
  }
  .brands_logo_list a img {
    max-width: 140px;
    max-height: 60px;
  }
  .form_item:has(.btn) {
    margin-bottom: 30px;
  }
  .hero_banner.style_2 .banner_big_title {
    margin: 0 0 20px;
  }
  .page_banner .content_wrapper {
    padding: 70px;
    text-align: center;
    background-size: 300px;
  }
  .breadcrumb_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_description {
    padding: 0;
  }
  .popular_event_list {
    margin: auto;
  }
  .popular_event_section .shape_img_3 {
    right: -90px;
    max-width: 180px;
  }
  .popular_event_section .shape_img_1 {
    left: -90px;
    max-width: 180px;
  }
  .popular_event_section .shape_img_2 {
    bottom: 20px;
    max-width: 120px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .contact_form_section .shape_img_4 {
    right: -200px;
    bottom: -100px;
    max-width: 470px;
  }
  .contact_form_section .shape_img_3 {
    top: -120px;
    left: -120px;
    max-width: 300px;
  }
  .page_banner .info_list,
.page_banner .meta_info_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_banner .btns_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service_item {
    padding: 25px 20px 30px;
  }
  .site_footer p {
    margin-bottom: 25px;
  }
  .footer_widget_title {
    line-height: 1;
    margin-bottom: 20px;
  }
  .site_footer .site_logo {
    margin-bottom: 25px;
  }
  .footer_widget {
    margin-bottom: 10px;
  }
  .site_footer .footer_widget_area {
    padding: 100px 0 80px;
  }
  .newslatter_box {
    padding: 90px 40px;
  }
  .intro_video_section .shape_img_2 {
    left: -58px;
    max-width: 140px;
  }
  .intro_video_section .shape_img_3 {
    right: -110px;
    bottom: -120px;
    max-width: 230px;
  }
  .page_banner .content_wrapper {
    text-align: left;
  }
  .page_banner .unordered_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* Media Screen 991px - End
================================================== */
/* Media Screen 767px - Start
================================================== */
@media screen and (max-width: 767px) {
  .header_btns_group {
    margin-left: -100px;
  }
  .header_btns_group .btn span small {
    font-size: 16px;
  }
  .advertisement_section .section_heading {
    padding: 0;
  }
  .popular_event_section .section_heading {
    padding: 0;
  }
  .btn_wrap {
    padding: 30px 0;
  }
  .section_heading {
    margin-bottom: 30px;
  }
  .intro_video_section .shape_img_3 {
    right: -100px;
    max-width: 180px;
  }
  .breadcrumb_nav > li {
    font-size: 14px;
    line-height: 18px;
  }
}
/* Media Screen 767px - End
================================================== */
/* Media Screen 680px - Start
================================================== */
@media screen and (max-width: 680px) {
  .course_card.list_layout {
    display: block;
  }
  .course_card.list_layout .item_image,
.courses_archive_section .course_card.list_layout .item_image {
    margin: 0 0 30px 0;
  }
  .calltoaction_section .boxed_wrapper {
    padding: 100px 15px;
  }
  .faq_section .section_heading.text-center,
.newslatter_box .section_heading.text-center,
.policy_section .section_heading.text-center,
.process_section .section_heading.text-center {
    text-align: left !important;
  }
}
/* Media Screen 680px - End
================================================== */
/* Media Screen 575px - Start
================================================== */
@media screen and (max-width: 575px) {
  .advertisement_section .images_group .col:nth-child(1),
.advertisement_section .images_group .col:nth-child(2) {
    margin: 0;
  }
  .header_btns_group .btn span small {
    font-size: 14px;
    line-height: 18px;
  }
  .header_btns_group .btn {
    padding: 0 12px;
  }
  .header_btns_group .btn span small {
    padding: 4px 0;
  }
  .mobile_menu_btn {
    margin-right: 8px;
    color: #1F1D0D;
  }
  .mobile_menu_btn:hover {
    color: #1F1D0D;
  }
  .newslatter_box .form_item:has(.btn) {
    display: block;
  }
  .newslatter_box .form_item:has(.btn) input {
    margin-bottom: 10px;
  }
  .newslatter_box .form_item .btn {
    width: 100%;
    display: block;
  }
  .newslatter_box {
    padding: 50px 30px;
  }
  .hero_banner .banner_image_2 {
    max-width: 400px;
  }
  .banner_image_2 .child_image .layer {
    max-width: 130px;
  }
  .banner_image_2 .image_wrap_1 {
    margin-bottom: -680px;
  }
  .banner_image_2 .image_wrap_4 {
    left: -10%;
  }
  .banner_image_2 .image_wrap_3 {
    right: -18%;
  }
  .banner_image_2 .image_wrap_2 {
    right: -10%;
  }
  .brands_logo_list > li {
    width: 50%;
  }
  .hero_banner.style_2 .form_item {
    display: block;
  }
  .hero_banner.style_2 .form_item .btn {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .testimonial_item_2 .testimonial_image.image_widget {
    -webkit-box-shadow: 10px 10px 0 0 #ffd32b;
            box-shadow: 10px 10px 0 0 #ffd32b;
  }
  .popular_event_list ul > li {
    display: block;
  }
  .popular_event_list ul .column:nth-child(1) {
    padding: 0 0 20px;
  }
  blockquote {
    display: block;
  }
  blockquote .blockquote_icon {
    margin: 0 0 10px;
  }
  .blog_author {
    margin: 50px 0;
    display: block;
  }
  .blog_author .blog_author_image {
    margin: 0 0 20px;
  }
  .blog_author .blog_author_link {
    position: static;
    margin: 20px 0 0;
  }
  .prevnext_post_wrap {
    display: block;
  }
  .prevnext_post_wrap .post_item {
    padding: 30px;
    display: block;
    max-width: 100%;
    border-radius: 6px;
    border: 2px solid #D2D2D2;
  }
  .prevnext_post_wrap .post_item:not(:last-child) {
    margin-bottom: 6px;
  }
  .filter_topbar {
    display: block;
  }
  .filter_result {
    margin: 0 0 24px;
  }
  .deals_countdown {
    display: block;
  }
  .deals_countdown .countdown_timer {
    width: 100%;
  }
  .deals_countdown .discount_value {
    width: 100%;
    margin: 15px 0 0;
  }
  .error_section .error_image {
    max-width: 370px;
  }
  .error_section p {
    font-size: 14px;
    line-height: 24px;
    margin: auto auto 30px;
  }
  .error_section .form_item:has(.btn) {
    display: block;
  }
  .error_section .form_item .btn {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .details_section .details_content .mentor_name {
    font-size: 36px;
    line-height: 42px;
  }
  .details_section .details_content .details_item_title {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 18px;
  }
  .accordion.style_2 .accordion-button {
    font-size: 18px;
    line-height: 22px;
  }
  .video_play_btn .icon {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    font-size: 14px;
  }
}
/* Media Screen 575px - End
================================================== */
/* Media Screen 425px - Start
================================================== */
@media screen and (max-width: 425px) {
  .mobile_menu_btn {
    margin-right: 6px;
    font-size: 20px;
  }
  .header_btns_group > li {
    margin-left: 4px;
  }
  .header_btns_group .btn span small {
    font-size: 12px;
    line-height: 14px;
  }
  .site_header {
    padding: 20px 0;
  }
  .main_menu {
    top: 82px;
  }
  .site_header.sticky .main_menu {
    top: 62px;
  }
  .site_header_1 + main {
    padding-top: 82px;
  }
  .hero_banner.style_1 .content_wrap {
    padding: 80px 20px;
  }
  .hero_banner .banner_big_title {
    font-size: 42px;
    line-height: 44px;
  }
  .banner_image_1 .satisfied_student {
    left: 20px;
    padding: 15px;
  }
  .hero_banner.style_1 {
    margin-bottom: 0;
  }
  .testimonial_item {
    display: block;
  }
  .testimonial_item .testimonial_image {
    max-width: 100%;
    margin: auto auto 20px auto;
  }
  .course_card .item_price .sale_price {
    font-size: 22px;
    line-height: 28px;
  }
  .pricing_card {
    padding: 32px 30px 40px;
  }
  .pricing_card.bg_dark {
    padding: 62px 30px 60px;
  }
  .brands_logo_list a img {
    max-width: 120px;
    max-height: 50px;
  }
  .brands_logo_list a {
    height: 130px;
  }
  .calltoaction_form {
    padding: 30px 20px;
  }
  .page_title {
    font-size: 54px;
    line-height: 60px;
  }
  .page_banner .content_wrapper {
    padding: 70px 25px;
    background-size: 230px;
  }
  .iconbox_item .title_wrap {
    display: block;
  }
  .iconbox_item .title_wrap .item_icon {
    margin-bottom: 18px;
  }
  .iconbox_item .title_wrap {
    margin-bottom: 10px;
  }
  .backtotop {
    bottom: 100px;
  }
  .comment_item .reply_btn {
    position: static;
    margin-top: 20px;
  }
  .remenber_forget {
    display: block !important;
  }
  .remenber_forget > .col {
    width: 100%;
  }
  .forget_password.text-end {
    text-align: left !important;
  }
  .section_heading .heading_text {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 18px;
  }
  .page_banner .content_wrapper {
    min-height: auto;
  }
  .section_space_lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* Media Screen 425px - End
================================================== */
/* Media Screen 375px - Start
================================================== */
@media screen and (max-width: 375px) {
  .course_card .item_content .d-flex {
    display: block !important;
  }
  .course_card .item_price {
    margin-top: 10px;
  }
  .banner_image_2 .image_wrap_1 {
    margin-bottom: -540px;
  }
  .banner_image_2 .child_image .layer {
    max-width: 100px;
  }
  .brands_logo_list > li {
    width: 100%;
  }
  .main_menu {
    top: 77px;
  }
  .site_header.sticky .main_menu {
    top: 56px;
  }
  .page_title {
    font-size: 36px;
    line-height: 40px;
  }
  .breadcrumb_nav {
    margin-bottom: 16px;
  }
  .page_banner .content_wrapper {
    margin: 0 -15px;
    padding: 60px 20px;
  }
  .page_banner .item_price .sale_price {
    font-size: 38px;
  }
  .page_banner .item_price .remove_price {
    font-size: 20px;
  }
  .page_banner .info_list,
.page_banner .info_list,
.page_banner .meta_info_list {
    padding: 14px 0 24px;
  }
}
/* Media Screen 375px - End
================================================== */
/* Media Screen 320px - Start
================================================== */
@media screen and (max-width: 320px) {
  .main_menu {
    top: 73px;
  }
  .site_header.sticky .main_menu {
    top: 52px;
  }
}
/* Media Screen 320px - End
================================================== */

/* Modern navbar overrides */
.modern_navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  margin: 10px auto 0;
  width: min(1240px, calc(100% - 26px));
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #e9edf3;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.modern_navbar .site_logo img {
  width: 170px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #edf1f7;
}

.modern_navbar .main_menu_list > li > a {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  transition: all 0.25s ease;
}

.modern_navbar .main_menu_list > li > a:hover,
.modern_navbar .main_menu_list > li.active > a {
  color: #fff;
  border-color: rgba(255, 154, 58, 0.4);
  background: linear-gradient(135deg, #ff9b34, #ff7308);
  box-shadow: 0 10px 18px rgba(255, 115, 8, 0.3);
}

.modern_navbar .header_btns_group .btn {
  min-width: 148px;
  border-radius: 12px;
}

.modern_navbar .mobile_menu_btn {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.modern_navbar .main_menu_list .dropdown-menu {
  border-radius: 14px;
  border: 1px solid #eef2f7;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
}

.modern_navbar .main_menu_list .dropdown-menu > li > a {
  border-radius: 10px;
  margin: 2px 8px;
}

@media screen and (max-width: 991px) {
  .modern_navbar .main_menu_inner {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #ffffff;
  }

  .modern_navbar .main_menu_list > li {
    width: 100%;
  }

  .modern_navbar .main_menu_list > li > a {
    display: block;
    width: 100%;
    text-align: right;
  }
}

/* Brand showcase section */
.brand_showcase .section_heading {
  margin-bottom: 34px;
}

.brand_story_card {
  height: 100%;
  border-radius: 18px;
  padding: 28px 24px;
  border: 1px solid #edf1f7;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.brand_story_card h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.brand_story_card p {
  margin-bottom: 18px;
}

.brand_story_card .unordered_list_block > li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
}

.brand_story_card .unordered_list_block > li a {
  color: #2444e8;
  text-decoration: underline;
}

.brand_story_card .unordered_list_block > li:not(:last-child) {
  margin-bottom: 12px;
}

.brand_story_card .unordered_list_block i {
  color: #3758f9;
}

.brand_gallery_grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand_gallery_grid .gallery_card {
  border-radius: 16px;
  overflow: hidden;
  min-height: 180px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.brand_gallery_grid .gallery_card.wide {
  grid-column: span 2;
  min-height: 230px;
}

.brand_gallery_grid .gallery_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.brand_gallery_grid .gallery_card:hover img {
  transform: scale(1.05);
}

.brand_story_card .video_promo_box {
  margin-top: 18px;
  border-top: 1px solid #edf1f7;
  padding-top: 18px;
}

.brand_story_card .video_play_btn {
  color: #111827;
}

.social_videos_grid {
  margin-top: 20px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social_video_card {
  display: block;
  position: relative;
  background: #ffffff;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.social_video_card .video_frame {
  position: relative;
}

.social_video_card img,
.social_video_card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  display: block;
  image-rendering: auto;
  background: #000;
}

.social_video_card .video_badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(17, 24, 39, 0.85);
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 8px;
}

.social_video_card h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #111827;
  margin: 0;
  padding: 14px;
}

.social_video_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

@media screen and (max-width: 991px) {
  .brand_story_card {
    margin-top: 18px;
  }
  .brand_gallery_grid .gallery_card,
  .brand_gallery_grid .gallery_card.wide {
    min-height: 200px;
  }
  .social_videos_grid {
    grid-template-columns: 1fr;
  }
}

/* Distributed social sections */
.social_cta_box {
  background: linear-gradient(120deg, #0f172a, #1e293b);
  border-radius: 18px;
  padding: 30px;
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.2);
}

.social_cta_box h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 8px;
}

.social_cta_box p {
  color: rgba(255, 255, 255, 0.88);
}

.social_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.social_gallery_grid .media_tile {
  overflow: hidden;
  border-radius: 14px;
  min-height: 220px;
  border: 1px solid #edf1f7;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.social_gallery_grid .media_tile.wide {
  grid-column: span 2;
}

.social_gallery_grid .media_tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  image-rendering: auto;
}

.social_gallery_grid .media_tile:hover img {
  transform: scale(1.05);
}

.social_videos_section .social_video_card h4 {
  min-height: 74px;
}

@media screen and (max-width: 991px) {
  .social_gallery_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social_gallery_grid .media_tile.wide {
    grid-column: span 2;
  }

  .social_cta_box {
    padding: 22px;
  }

  .social_cta_box h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .social_gallery_grid {
    grid-template-columns: 1fr;
  }

  .social_gallery_grid .media_tile.wide {
    grid-column: span 1;
  }
}

/* Luxury navbar refresh */
.modern_navbar {
  padding: 14px 0;
}

.modern_navbar .container {
  max-width: 1320px;
}

.modern_navbar .site_logo .site_link {
  display: inline-flex;
  align-items: center;
}

.modern_navbar .main_menu {
  width: 100%;
}

.modern_navbar .main_menu_list {
  gap: 8px;
}

.modern_navbar .main_menu_list > li {
  margin: 0;
}

.modern_navbar .main_menu_list > li > a {
  padding: 10px 16px;
}

.modern_navbar .navbar_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.modern_navbar .nav_login_btn {
  min-width: 158px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #121212 0%, #25220f 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

.modern_navbar .mobile_menu_btn {
  display: none;
  margin: 0;
  transform: none;
}

/* Pages visual polish */
.page_intro_banner {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 44px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  border: 1px solid #e7ebf3;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.page_intro_banner .inner {
  padding: 44px 38px;
}

.page_intro_banner h1 {
  margin-bottom: 10px;
  font-size: 44px;
}

.page_intro_banner p {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .modern_navbar .navbar_actions {
    gap: 14px;
  }

  .modern_navbar .mobile_menu_btn {
    display: inline-flex;
  }

  .modern_navbar .nav_login_btn {
    min-width: 132px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.22);
  }

  .modern_navbar .nav_login_btn span small {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
    padding: 10px 0;
  }

  .modern_navbar .main_menu {
    position: static;
  }

  .modern_navbar .main_menu_inner {
    margin-top: 14px;
    border: 1px solid #e7ebf3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  }

  .modern_navbar .main_menu_list {
    max-width: 100%;
    padding: 10px;
    display: block;
  }

  .modern_navbar .main_menu_list > li > a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 10px;
  }

  .page_intro_banner .inner {
    padding: 30px 22px;
  }

  .page_intro_banner h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .modern_navbar .header_btns_group {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .modern_navbar .nav_login_btn {
    min-width: 120px;
    min-height: 42px;
    padding: 0 14px;
  }

  .modern_navbar .nav_login_btn span small {
    font-size: 13px;
    font-weight: 700;
  }
}

/* Navbar alignment hotfix */
.modern_navbar_row {
  row-gap: 12px;
}

.modern_navbar .main_menu {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .modern_navbar {
    padding: 10px 0 12px;
  }

  .modern_navbar .site_logo img {
    width: 150px;
    height: 48px;
  }

  .modern_navbar .navbar_actions {
    justify-content: flex-end;
    gap: 12px;
  }

  .modern_navbar .main_menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0;
  }

  .modern_navbar .main_menu_inner {
    margin-top: 0;
    padding: 10px;
    border-radius: 14px;
  }

  .modern_navbar .main_menu_list {
    padding: 4px;
  }

  .modern_navbar .main_menu_list > li {
    margin: 0 0 6px;
  }

  .modern_navbar .main_menu_list > li:last-child {
    margin-bottom: 0;
  }

  .modern_navbar .main_menu_list > li > a {
    text-align: right;
    font-size: 15px;
    padding: 12px 14px;
    border: 1px solid #eef2f7;
    background: #f8fafc;
  }
}

/* Premium mobile dropdown menu */
@media screen and (max-width: 991px) {
  .modern_navbar .main_menu_inner {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid #e5eaf3;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
  }

  .modern_navbar .main_menu_inner.collapse.show {
    display: block;
    animation: mobileMenuReveal 0.22s ease-out;
  }

  .modern_navbar .main_menu_inner.collapsing {
    transition: height 0.22s ease;
  }

  .modern_navbar .main_menu_list > li > a {
    position: relative;
    border-radius: 12px;
    border: 1px solid #e8edf5;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
    font-weight: 700;
    color: #0f172a;
    padding: 13px 16px;
    transition: all 0.2s ease;
  }

  .modern_navbar .main_menu_list > li > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d1d9e8;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
  }

  .modern_navbar .main_menu_list > li > a:hover,
  .modern_navbar .main_menu_list > li.active > a {
    background: linear-gradient(135deg, #eef3ff 0%, #f8faff 100%);
    border-color: #d8e2f3;
    box-shadow: 0 8px 18px rgba(36, 68, 232, 0.1);
  }

  .modern_navbar .main_menu_list > li > a:hover:after,
  .modern_navbar .main_menu_list > li.active > a:after {
    background: #2444e8;
    transform: translateY(-50%) scale(1.1);
  }
}

@keyframes mobileMenuReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile navbar styling inspired by reference design */
.modern_navbar .nav_login_btn {
  display: none !important;
}

.modern_navbar .mobile_nav_icon {
  display: none;
}

.modern_navbar .mobile_only_cta {
  display: none;
}

@media screen and (max-width: 991px) {
  .modern_navbar_lux .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modern_navbar_lux .modern_navbar_row {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
  }

  .modern_navbar_lux .modern_navbar_row > .col.col-lg-3.col-7 {
    order: 1 !important;
    text-align: right;
  }

  .modern_navbar_lux .modern_navbar_row > .col.col-lg-3.col-5 {
    order: 2 !important;
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
  }

  .modern_navbar_lux .modern_navbar_row > .col.col-lg-6.col-12 {
    order: 3 !important;
  }

  .modern_navbar_lux {
    background: #0b0b0b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .modern_navbar_lux .site_logo .site_link {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .modern_navbar_lux .site_logo img {
    width: 128px;
    height: auto;
  }

  .modern_navbar_lux .navbar_actions {
    justify-content: flex-start;
    width: auto;
    margin-left: 8px;
  }

  .modern_navbar_lux .mobile_menu_btn {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255, 140, 48, 0.45);
    background: linear-gradient(135deg, #171717 0%, #242424 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    color: #ff8f30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .modern_navbar_lux .mobile_menu_btn i {
    font-size: 18px;
  }
}

/* Mobile sidebar menu */
.mobile_nav_sidebar {
  background: linear-gradient(180deg, #0f0f0f 0%, #171717 100%);
  border-right: 1px solid rgba(255, 140, 48, 0.22);
  width: min(86vw, 360px) !important;
  --bs-offcanvas-width: min(86vw, 360px);
  z-index: 1060;
}

/* Force mobile sidebar to open from the left in RTL layouts */
.mobile_nav_sidebar.offcanvas-start {
  left: 0 !important;
  right: auto !important;
  transform: translateX(-100%) !important;
}

.mobile_nav_sidebar.offcanvas.showing,
.mobile_nav_sidebar.offcanvas.show {
  transform: none !important;
}

.mobile_nav_sidebar.offcanvas.hiding {
  transform: translateX(-100%) !important;
}

.mobile_nav_sidebar .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 14px 12px;
}

.mobile_sidebar_brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.mobile_sidebar_brand img {
  width: 132px;
  height: 40px;
  object-fit: contain;
}

.mobile_sidebar_close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.mobile_nav_sidebar .offcanvas-body {
  padding: 14px;
}

.mobile_sidebar_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.mobile_sidebar_list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 14px;
}

.mobile_sidebar_list > li.active > a {
  color: #ff9a4d;
  border-color: rgba(255, 154, 77, 0.55);
  background: linear-gradient(135deg, rgba(39, 26, 17, 0.95) 0%, rgba(25, 19, 14, 0.95) 100%);
}

.mobile_sidebar_list > li > a.sub_item {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
  border-style: dashed;
}

.mobile_courses_toggle {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 187, 125, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 183, 109, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(21, 16, 12, 0.86);
  color: #fff3e4;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 12px 24px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mobile_courses_toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 213, 166, 0.22) 49%, transparent 74%);
  opacity: 0;
  transform: translateX(-28%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile_courses_group.active .mobile_courses_toggle,
.mobile_courses_toggle:hover {
  border-color: rgba(255, 168, 90, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 30px rgba(0, 0, 0, 0.34), 0 0 18px rgba(255, 129, 41, 0.2);
}

.mobile_courses_group.active .mobile_courses_toggle::before,
.mobile_courses_toggle:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.mobile_courses_label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mobile_courses_toggle .fa-angle-down {
  position: relative;
  z-index: 1;
  color: #ffc78e;
  transition: transform 0.25s ease;
}

.mobile_courses_toggle[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
}

.mobile_courses_submenu {
  list-style: none;
  margin: 10px 0 0;
  padding: 10px;
  display: grid;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 191, 132, 0.25);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 143, 48, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile_courses_submenu > li > a.sub_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: rgba(255, 219, 181, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #ffe7ca;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.mobile_courses_submenu > li > a.sub_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255, 203, 150, 0.18) 48%, transparent 74%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile_courses_submenu .sub_item_icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 191, 132, 0.45);
  background: linear-gradient(160deg, rgba(255, 177, 99, 0.25), rgba(255, 255, 255, 0.04));
  color: #ffd5a4;
  flex-shrink: 0;
}

.mobile_courses_submenu .sub_item_label {
  flex: 1;
  text-align: right;
}

.mobile_courses_submenu .sub_item_arrow {
  color: rgba(255, 214, 168, 0.9);
  font-size: 13px;
  transition: transform 0.22s ease, color 0.22s ease;
}

.mobile_courses_submenu > li > a.sub_item:hover {
  transform: translateX(-3px);
  border-color: rgba(255, 180, 108, 0.5);
  background: rgba(255, 180, 108, 0.1);
}

.mobile_courses_submenu > li > a.sub_item:hover::before {
  opacity: 1;
}

.mobile_courses_submenu > li > a.sub_item:hover .sub_item_arrow {
  transform: translateX(-4px);
  color: #ffe0bb;
}

.mobile_courses_submenu > li.active > a.sub_item {
  color: #ff9a4d;
  border-color: rgba(255, 154, 77, 0.55);
  background: linear-gradient(135deg, rgba(39, 26, 17, 0.95) 0%, rgba(25, 19, 14, 0.95) 100%);
}

.mobile_courses_submenu > li.active > a.sub_item .sub_item_icon {
  border-color: rgba(255, 168, 90, 0.65);
  color: #ffbc78;
}

.mobile_sidebar_list .mobile_nav_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 1px solid rgba(255, 140, 48, 0.35);
  background: rgba(255, 140, 48, 0.08);
  color: #ff8f30;
  font-size: 13px;
  order: 2;
  flex-shrink: 0;
}

.mobile_sidebar_cta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 140, 48, 0.55);
  background: linear-gradient(90deg, #ff6d1e 0%, #ff9b2f 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  padding: 12px;
  box-shadow: 0 14px 25px rgba(255, 109, 30, 0.28);
}

.google_translate_mount {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body {
  transition: background-color 0.25s ease, color 0.25s ease;
}

.nav_lux_controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lux_control_btn {
  min-width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 189, 126, 0.46);
  border-radius: 14px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffe8cc;
  background:
    linear-gradient(145deg, rgba(255, 178, 102, 0.22), rgba(255, 255, 255, 0.05)),
    rgba(20, 14, 10, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 12px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.lux_control_btn i {
  font-size: 15px;
}

.lux_control_btn .lang_label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lux_control_btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 176, 96, 0.76);
  color: #fff7ed;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 16px 30px rgba(0, 0, 0, 0.34), 0 0 20px rgba(255, 137, 48, 0.18);
}

.mobile_sidebar_controls {
  margin-bottom: 12px;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 10px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

/* Luxury desktop navbar refinement */
@media screen and (min-width: 992px) {
  .modern_navbar_lux {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.9) 0%, rgba(16, 12, 9, 0.82) 100%);
    border-bottom: 1px solid rgba(255, 177, 102, 0.16);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(8px);
  }

  .modern_navbar_lux .site_logo .site_link {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }

  .modern_navbar_lux .main_menu_list > li > a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    color: #f9eee1;
    font-weight: 700;
    padding: 10px 16px;
    transition: all 0.2s ease;
  }

  .modern_navbar_lux .main_menu_list > li > a:hover,
  .modern_navbar_lux .main_menu_list > li.active > a {
    color: #fff6eb;
    border-color: rgba(255, 173, 89, 0.5);
    background: linear-gradient(135deg, rgba(255, 173, 89, 0.24), rgba(255, 255, 255, 0.08));
    box-shadow: 0 10px 20px rgba(255, 130, 35, 0.2);
  }

  .nav_lux_controls .lux_control_btn {
    min-width: 44px;
    height: 44px;
    border-radius: 13px;
  }
}

.mobile_sidebar_controls .lux_control_btn {
  width: 100%;
  justify-content: center;
  pointer-events: auto;
  touch-action: manipulation;
}

html[data-theme="light"] body {
  background: #f7f4ef;
  color: #1a1a1a;
}

html[data-theme="light"] .modern_navbar_lux {
  background: linear-gradient(180deg, #f6f3ef 0%, #efe7dd 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(72, 49, 27, 0.14);
}

html[data-theme="light"] .modern_navbar .main_menu_list > li > a {
  color: #2b231a !important;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(138, 102, 66, 0.2);
}

html[data-theme="light"] .modern_navbar .main_menu_list > li > a:hover,
html[data-theme="light"] .modern_navbar .main_menu_list > li.active > a {
  color: #8d4f1f !important;
  background: linear-gradient(135deg, rgba(255, 196, 138, 0.48), rgba(255, 240, 219, 0.92));
  border-color: rgba(197, 133, 75, 0.44);
}

html[data-theme="light"] .site_header.modern_navbar_lux.sticky {
  background: linear-gradient(180deg, #f8f5f0 0%, #eee6db 100%) !important;
  box-shadow: 0 12px 28px rgba(72, 49, 27, 0.18) !important;
}

html[data-theme="light"] .modern_navbar_lux .site_logo .site_link {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

html[data-theme="light"] .lux_control_btn {
  color: #3a2d1f;
  border-color: rgba(175, 126, 73, 0.4);
  background: linear-gradient(145deg, rgba(255, 188, 118, 0.28), rgba(255, 255, 255, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 10px 20px rgba(67, 48, 31, 0.14);
}

html[data-theme="light"] .mobile_nav_sidebar {
  background: linear-gradient(180deg, #faf8f3 0%, #eee7dc 100%);
  border-right: 1px solid rgba(158, 120, 81, 0.2);
}

html[data-theme="light"] .mobile_sidebar_list > li > a,
html[data-theme="light"] .mobile_courses_toggle,
html[data-theme="light"] .mobile_courses_submenu > li > a.sub_item {
  color: #2d2a27;
}

html[data-theme="light"] .mobile_sidebar_list > li > a {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] .mobile_sidebar_cta {
  color: #fff;
}

html[data-theme="light"] .modern_navbar_lux .mobile_menu_btn {
  border-color: rgba(142, 98, 62, 0.45) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(244, 231, 216, 0.92)) !important;
  color: #4c3119 !important;
  box-shadow: 0 8px 18px rgba(76, 49, 25, 0.18) !important;
}

html[data-theme="light"] .modern_navbar_lux .mobile_menu_btn i {
  color: #4c3119 !important;
}

html[data-theme="light"] .mobile_sidebar_close {
  border-color: rgba(142, 98, 62, 0.42) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 231, 216, 0.94)) !important;
  color: #4c3119 !important;
  box-shadow: 0 8px 16px rgba(76, 49, 25, 0.16);
}

/* Full-site light mode remap */
html[data-theme="light"] body,
html[data-theme="light"] .page_wrapper,
html[data-theme="light"] main,
html[data-theme="light"] section,
html[data-theme="light"] .site_footer,
html[data-theme="light"] .copyright_widget {
  background: #f7f3ee !important;
  color: #1f1b16 !important;
}

html[data-theme="light"] .home_elite_page,
html[data-theme="light"] .courses_premium_page,
html[data-theme="light"] .newsletter_lux_page,
html[data-theme="light"] .about_page,
html[data-theme="light"] .course_page_refined {
  background: linear-gradient(180deg, #f8f5ef 0%, #f1e9de 52%, #f7f3ee 100%) !important;
  color: #201a14 !important;
}

html[data-theme="light"] .home_elite_page::before,
html[data-theme="light"] .courses_premium_page::before {
  opacity: 0.05 !important;
  background-image: radial-gradient(rgba(45, 34, 23, 0.16) 1px, transparent 1px) !important;
}

html[data-theme="light"] .hero_bg,
html[data-theme="light"] .premium_hero::before {
  background:
    radial-gradient(circle at 22% 30%, rgba(255, 179, 110, 0.22), transparent 38%),
    radial-gradient(circle at 80% 72%, rgba(255, 160, 88, 0.18), transparent 42%),
    linear-gradient(130deg, rgba(255, 246, 235, 0.88), rgba(245, 234, 218, 0.82), rgba(255, 246, 235, 0.84)) !important;
}

html[data-theme="light"] .hero_video {
  filter: blur(1px) grayscale(22%) brightness(1.22) !important;
  opacity: 0.32 !important;
}

html[data-theme="light"] .hero_content h1 span {
  color: #e8872f !important;
  text-shadow: 0 0 30px rgba(232, 135, 47, 0.28) !important;
}

html[data-theme="light"] .program_card,
html[data-theme="light"] .extra_card,
html[data-theme="light"] .timeline_step,
html[data-theme="light"] .faq_wrap,
html[data-theme="light"] .faq_item {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(247, 238, 227, 0.9)) !important;
  border-color: rgba(146, 108, 72, 0.24) !important;
  box-shadow: 0 10px 22px rgba(71, 48, 27, 0.09) !important;
}

html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6,
html[data-theme="light"] p,
html[data-theme="light"] li,
html[data-theme="light"] span:not(.mobile_nav_icon):not(.program_icon):not(.sub_item_icon),
html[data-theme="light"] .hero_subtitle,
html[data-theme="light"] .hero_desc,
html[data-theme="light"] .program_title_en,
html[data-theme="light"] .program_meta {
  color: #2a221a !important;
}

html[data-theme="light"] .site_footer,
html[data-theme="light"] .luxury_footer .footer_widget_area {
  background: linear-gradient(180deg, #f4ece1 0%, #ece1d4 100%) !important;
}

html[data-theme="light"] .hero_btn_primary,
html[data-theme="light"] .cta_lux,
html[data-theme="light"] .mobile_sidebar_cta {
  color: #fff !important;
}

/* Keep highlighted hero text orange across theme + translation wrappers */
.hero_content h1 span,
.hero_content h1 span *,
.hero_content h1 span font,
.hero_content h1 span font * {
  color: #ffb766 !important;
  text-shadow: 0 0 34px rgba(255, 166, 73, 0.38) !important;
}

html[data-theme="light"] .hero_content h1 span,
html[data-theme="light"] .hero_content h1 span *,
html[data-theme="light"] .hero_content h1 span font,
html[data-theme="light"] .hero_content h1 span font * {
  color: #ff9a3d !important;
  text-shadow: 0 0 28px rgba(255, 154, 61, 0.32) !important;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
  display: none !important;
}

body > .skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

@media screen and (min-width: 992px) {
  .site_header.modern_navbar_lux {
    background:
      radial-gradient(circle at 12% 18%, rgba(255, 173, 92, 0.14), transparent 34%),
      radial-gradient(circle at 86% 12%, rgba(255, 133, 41, 0.11), transparent 36%),
      linear-gradient(180deg, rgba(8, 8, 8, 0.9) 0%, rgba(13, 10, 8, 0.83) 100%);
    border-bottom: 1px solid rgba(255, 177, 102, 0.2);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(10px);
  }

  .site_header.modern_navbar_lux.sticky {
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.4);
  }

  .modern_navbar_lux .site_logo .site_link {
    border: 1px solid rgba(255, 176, 96, 0.38);
    border-radius: 14px;
    background: linear-gradient(140deg, rgba(255, 173, 89, 0.16), rgba(255, 255, 255, 0.04));
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .modern_navbar_lux .main_menu_list {
    gap: 10px;
  }

  .modern_navbar_lux .main_menu_list > li > a {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
    color: #fbefe2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .modern_navbar_lux .main_menu_list > li > a:hover,
  .modern_navbar_lux .main_menu_list > li.active > a {
    color: #fff8ef;
    border-color: rgba(255, 177, 97, 0.55);
    background: linear-gradient(135deg, rgba(255, 175, 93, 0.22), rgba(255, 255, 255, 0.1));
    box-shadow: 0 10px 24px rgba(255, 132, 33, 0.22);
  }

  .modern_navbar_lux .nav_lux_controls .lux_control_btn {
    border-color: rgba(255, 187, 126, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 12px 22px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 991px) {
  .modern_navbar .main_menu {
    display: none !important;
  }

  .modern_navbar_lux .main_menu_inner {
    margin-top: 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 140, 48, 0.22);
    background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
    box-shadow: 0 22px 36px rgba(0, 0, 0, 0.45);
    padding: 12px;
  }

  .modern_navbar_lux .main_menu_list {
    padding: 2px;
  }

  .modern_navbar_lux .main_menu_list > li {
    margin: 0 0 10px;
  }

  .modern_navbar_lux .main_menu_list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #ffffff;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding: 13px 18px;
    line-height: 1.3;
    box-shadow: none;
  }

  .modern_navbar .mobile_nav_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 140, 48, 0.35);
    background: rgba(255, 140, 48, 0.08);
    color: #ff8f30;
    font-size: 14px;
    flex-shrink: 0;
    order: 2;
  }

  .modern_navbar_lux .main_menu_list > li > a:before {
    display: none;
  }

  .modern_navbar_lux .main_menu_list > li > a:after {
    width: 6px;
    height: 6px;
    background: #d9dce2;
    left: 12px;
  }

  .modern_navbar_lux .main_menu_list > li:hover > a,
  .modern_navbar_lux .main_menu_list > li.active > a {
    color: #ff8f30;
    border-color: rgba(255, 143, 48, 0.42);
    background: linear-gradient(135deg, rgba(39, 26, 17, 0.95) 0%, rgba(25, 19, 14, 0.95) 100%);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  }

  .modern_navbar_lux .main_menu_list > li:hover > a:after,
  .modern_navbar_lux .main_menu_list > li.active > a:after {
    background: #ff8f30;
  }

  .modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu {
    margin-top: 8px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
  }

  .modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu > li > a {
    color: #f5f5f5;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 12px;
  }

  .modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu > li:hover > a,
  .modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu > li.active > a {
    color: #ff8f30;
    background: rgba(255, 143, 48, 0.1);
  }

  .modern_navbar .mobile_only_cta {
    display: block;
    margin-top: 4px;
  }

  .modern_navbar .mobile_only_cta > a {
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 140, 48, 0.55) !important;
    background: linear-gradient(90deg, #ff6d1e 0%, #ff9b2f 100%) !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 14px 25px rgba(255, 109, 30, 0.28);
  }

  .modern_navbar .mobile_only_cta > a:after {
    display: none;
  }

  .nav_lux_controls {
    display: none !important;
  }

  .mobile_sidebar_controls {
    display: grid;
  }

  .lux_control_btn {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 0 10px;
  }

  .lux_control_btn .lang_label {
    font-size: 11px;
  }
}

/* Courses dropdown */
.modern_navbar .main_menu_list > .dropdown {
  position: relative;
}

.modern_navbar .main_menu_list > .dropdown:hover > .dropdown-menu {
  display: block;
}

.modern_navbar .main_menu_list > .dropdown > .dropdown-menu {
  padding: 8px;
  min-width: 240px;
  border-radius: 12px;
  border: 1px solid #e8edf5;
  box-shadow: 0 14px 25px rgba(15, 23, 42, 0.1);
}

.modern_navbar .main_menu_list > .dropdown > .dropdown-menu > li > a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
}

.modern_navbar .main_menu_list > .dropdown > .dropdown-menu > li > a:hover,
.modern_navbar .main_menu_list > .dropdown > .dropdown-menu > li.active > a {
  background: #f2f6ff;
}

@media screen and (max-width: 991px) {
  .modern_navbar .main_menu_list > .dropdown > .dropdown-menu {
    display: block;
    position: static;
    min-width: 100%;
    margin-top: 6px;
    box-shadow: none;
    border: 1px dashed #d7e1f1;
    background: #f8fbff;
  }
}

/* Full homepage redesign */
.luxury_home_hero .content_wrap {
  border-radius: 24px;
  padding: 42px;
  background: linear-gradient(135deg, #0f172a 0%, #1f2937 52%, #111827 100%);
  color: #ffffff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.22);
}

.luxury_home_hero .hero_chip {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 14px;
  font-size: 13px;
}

.luxury_home_hero .banner_small_title,
.luxury_home_hero .banner_big_title,
.luxury_home_hero .banner_description {
  color: #ffffff;
}

.hero_media_mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero_media_item {
  border-radius: 16px;
  overflow: hidden;
  min-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero_media_item.large {
  grid-column: span 2;
  min-height: 260px;
}

.hero_media_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_stats_bar {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero_stats_bar .stat_box {
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.hero_stats_bar .stat_box strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 6px;
}

.hero_stats_bar .stat_box span {
  font-size: 13px;
}

.luxury_feature_section .glass_card {
  border-radius: 14px;
  border: 1px solid #eaf0f8;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.home_visual_story .visual_story_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home_visual_story .story_image {
  min-height: 240px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9eef6;
}

.home_visual_story .story_image.wide {
  grid-column: span 2;
}

.home_visual_story .story_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_item .item_icon i {
  font-size: 28px;
  color: #111827;
}

.site_footer .site_logo .site_link {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 991px) {
  .luxury_home_hero .content_wrap {
    padding: 28px 20px;
  }

  .hero_stats_bar {
    grid-template-columns: 1fr;
  }

  .hero_media_item.large {
    min-height: 220px;
  }

  .home_visual_story .visual_story_grid {
    grid-template-columns: 1fr;
  }

  .home_visual_story .story_image.wide {
    grid-column: span 1;
  }
}

/* Graphic design course page */
.course_luxury_wrap {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 18px;
  background: linear-gradient(135deg, #111827, #2a1d0d);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.22);
}

.course_luxury_media {
  border-radius: 16px;
  overflow: hidden;
  min-height: 480px;
}

.course_luxury_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course_luxury_content {
  color: #ffffff;
  padding: 10px 6px;
}

.course_luxury_content h1 {
  color: #ffffff;
  margin: 12px 0;
  font-size: 44px;
}

.course_luxury_content p {
  color: rgba(255, 255, 255, 0.9);
}

.course_badge {
  display: inline-block;
  border-radius: 999px;
  background: #ff8a00;
  color: #111827;
  font-weight: 700;
  padding: 6px 12px;
  font-size: 13px;
}

.course_cards_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.course_info_card {
  background: #ffffff;
  border: 1px solid #e7ebf3;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.course_info_card h3 {
  margin-bottom: 10px;
}

.course_info_card ul {
  margin: 0;
  padding-right: 18px;
}

.course_info_card li {
  margin-bottom: 8px;
}

.course_info_card.highlight {
  background: linear-gradient(145deg, #fff6ea, #ffffff);
  border-color: #ffd8a7;
}

.course_info_card .price_tag {
  font-size: 34px;
  font-weight: 800;
  color: #d97706;
}

@media screen and (max-width: 991px) {
  .course_luxury_wrap {
    grid-template-columns: 1fr;
  }

  .course_luxury_media {
    min-height: 360px;
  }

  .course_luxury_content h1 {
    font-size: 32px;
  }

  .course_cards_grid {
    grid-template-columns: 1fr;
  }
}

/* Refined single-course page */
.site_header_1 + main.course_page_refined {
  padding-top: 18px;
}

.course_page_refined .course_world_hero {
  padding-top: 0;
  padding-bottom: 28px;
}

.course_top_ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border: 1px solid #fed7aa;
}

.course_top_ribbon span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 6px 11px;
  background: #ffffff;
  border: 1px solid #ffddb3;
  color: #7c2d12;
  font-size: 12px;
  font-weight: 700;
}

.course_top_ribbon i {
  color: #ea580c;
}

.course_world_banner {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.85fr;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(130deg, #0a0f1a 0%, #1b160f 50%, #3b2407 100%);
  border: 1px solid rgba(251, 191, 36, 0.22);
  box-shadow: 0 24px 50px rgba(41, 26, 7, 0.42);
}

.course_world_image {
  border-radius: 14px;
  overflow: hidden;
  min-height: 500px;
  position: relative;
}

.course_world_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course_world_image_glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 10, 9, 0) 42%, rgba(12, 10, 9, 0.45) 100%);
}

.course_world_intro {
  color: #ffffff;
  padding: 8px 6px;
}

.course_world_intro h1 {
  color: #ffffff;
  font-size: 44px;
  margin: 12px 0 10px;
}

.course_world_intro p {
  color: rgba(255, 255, 255, 0.9);
}

.hero_action_row {
  margin-top: 16px;
}

.course_world_highlights {
  display: grid;
  gap: 10px;
}

.world_highlight_item {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(251, 191, 36, 0.06));
  border: 1px solid rgba(251, 191, 36, 0.26);
  border-radius: 14px;
  padding: 14px;
  backdrop-filter: blur(2px);
}

.world_highlight_item h4 {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 18px;
}

.world_highlight_item p {
  color: rgba(248, 250, 252, 0.92);
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 14px;
}

.meta_pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.meta_pills span {
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.42);
  color: #ffedd5;
}

.course_world_card {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  border: 1px solid #f5d9a8;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(85, 54, 6, 0.12);
  position: relative;
  overflow: hidden;
}

.course_world_card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ea580c, #f59e0b, #fbbf24);
}

.course_world_card + .course_world_card {
  margin-top: 14px;
}

.course_world_card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #7c2d12;
}

.course_world_card h3 i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #7c2d12, #ea580c);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 16px rgba(124, 45, 18, 0.25);
}

.course_world_card ul {
  margin: 0;
  padding-right: 18px;
}

.course_world_card .icon_list {
  padding-right: 0;
  list-style: none;
}

.course_world_card .icon_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #fde7c7;
  border-radius: 12px;
  padding: 10px 12px;
}

.course_world_card .icon_list li i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9a3412;
  background: #ffedd5;
}

.course_world_card li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.course_world_sidecard {
  background: linear-gradient(165deg, #19120a, #2e1e0a 65%, #4d2f06);
  border: 1px solid rgba(251, 191, 36, 0.4);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 16px 28px rgba(43, 26, 4, 0.35);
  position: sticky;
  top: 110px;
}

.course_world_sidecard small {
  display: block;
  color: #fed7aa;
  font-size: 13px;
}

.course_world_sidecard small i {
  color: #fbbf24;
  margin-left: 6px;
}

.course_world_sidecard strong {
  display: block;
  font-size: 36px;
  line-height: 1.1;
  color: #fbbf24;
  margin: 6px 0 10px;
}

.course_world_sidecard .discount_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #fef3c7;
  border: 1px solid rgba(254, 243, 199, 0.45);
  background: rgba(245, 158, 11, 0.2);
}

.course_world_sidecard .old_price {
  margin: 8px 0 12px;
  color: #fdba74;
  text-decoration: line-through;
  font-size: 20px;
}

.course_world_sidecard ul {
  margin: 0 0 14px;
  padding-right: 0;
  list-style: none;
}

.course_world_sidecard li {
  display: grid;
  grid-template-columns: 20px 1fr;
  row-gap: 2px;
  column-gap: 8px;
  margin-bottom: 8px;
  color: #ffedd5;
  border: 1px solid rgba(251, 191, 36, 0.18);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.04);
}

.course_world_sidecard li i {
  color: #fbbf24;
  grid-row: 1 / span 2;
  align-self: center;
}

.course_world_sidecard li span {
  color: #fed7aa;
  font-size: 13px;
}

.course_world_sidecard li b {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}

.course_world_sidecard .enroll_notice {
  border-radius: 12px;
  background: rgba(186, 230, 253, 0.12);
  border: 1px solid rgba(186, 230, 253, 0.34);
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.8;
  padding: 10px 12px;
  margin: 10px 0 12px;
}

.course_world_process {
  padding-bottom: 50px;
}

.course_process_head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 5px 14px;
  background: #ffedd5;
  color: #9a3412;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}

.course_process_head h2 {
  margin-bottom: 14px;
  color: #7c2d12;
}

.course_process_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.process_step_card {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  border: 1px solid #f5d9a8;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(85, 54, 6, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process_step_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(85, 54, 6, 0.18);
}

.process_step_card strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #7c2d12, #ea580c);
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}

.process_step_card h4 {
  margin-bottom: 8px;
}

.process_step_card p {
  margin-bottom: 0;
  color: #475569;
}

.course_page_refined .btn.btn_primary {
  background: linear-gradient(145deg, #ea580c, #f59e0b);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.34);
}

.course_page_refined .btn.border_dark {
  border-color: #f59e0b;
  color: #f59e0b;
}

.course_page_refined .btn.border_dark:hover {
  color: #ffffff;
  background: #f59e0b;
  border-color: #f59e0b;
}

.course_page_refined .btn.btn_light_outline {
  border: 1px solid rgba(255, 237, 213, 0.65);
  color: #ffedd5;
  background: transparent;
}

.course_page_refined .btn.btn_light_outline:hover {
  background: #ffedd5;
  color: #7c2d12;
  border-color: #ffedd5;
}

.course_trainer_card .trainer_box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #f8dfb2;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.course_trainer_card .trainer_avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(145deg, #7c2d12, #ea580c);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 18px rgba(124, 45, 18, 0.28);
}

.course_trainer_card .trainer_info h4 {
  margin-bottom: 4px;
  color: #111827;
}

.course_trainer_card .trainer_info p {
  margin-bottom: 0;
  color: #475569;
  font-size: 14px;
}

/* Improve logo clarity and size */
.modern_navbar .site_logo img {
  width: 220px;
  height: 64px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: 0;
}

.site_footer .site_logo img {
  width: 240px;
  height: 76px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 991px) {
  .site_header_1 + main.course_page_refined {
    padding-top: 10px;
  }

  .course_world_banner {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .course_world_image {
    min-height: 320px;
  }

  .course_world_intro h1 {
    font-size: 30px;
  }

  .course_world_highlights {
    grid-template-columns: 1fr;
  }

  .course_world_sidecard {
    position: static;
  }

  .course_process_grid {
    grid-template-columns: 1fr;
  }

  .modern_navbar .site_logo img {
    width: 178px;
    height: 52px;
  }

  .site_footer .site_logo img {
    width: 200px;
    height: 64px;
  }

  .course_top_ribbon {
    margin-bottom: 8px;
    padding: 8px;
  }

  .course_top_ribbon span {
    width: 100%;
    justify-content: center;
  }
}

/* Premium course-information blocks */
.program_highlight_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.program_highlight_card {
  background: #ffffff;
  border: 1px solid #e7ecf5;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.program_highlight_card h3 {
  margin-bottom: 8px;
}

.program_highlight_card p,
.program_highlight_card li {
  font-size: 15px;
  line-height: 1.8;
}

.program_highlight_card ul {
  margin: 0;
  padding-right: 18px;
}

.premium_media_grid {
  margin-top: 18px;
}

.premium_enroll_box {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.premium_enroll_box .enroll_meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.premium_enroll_box .enroll_meta span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  color: #eef2ff;
}

.premium_price_card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #e5eaf3;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.15);
}

.premium_price_card small {
  display: block;
  color: #64748b;
}

.premium_price_card strong {
  display: block;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.1;
  margin-top: 4px;
}

/* Use provided brand logo nicely */
.modern_navbar .site_logo img {
  width: 190px;
  height: 56px;
  object-fit: contain;
  background: #111827;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid #edf1f7;
}

.site_footer .site_logo img {
  width: 220px;
  height: 70px;
  object-fit: contain;
  background: #0f172a;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Remove visual gap in course hero */
.course_luxury_hero {
  padding-top: 20px !important;
}

@media screen and (max-width: 991px) {
  .program_highlight_grid {
    grid-template-columns: 1fr;
  }

  .premium_price_card strong {
    font-size: 30px;
  }

  .modern_navbar .site_logo img {
    width: 160px;
    height: 48px;
  }

  .site_footer .site_logo img {
    width: 190px;
    height: 62px;
  }
}

/* Global luxury navbar + footer refresh */
.modern_navbar_lux {
  background: rgba(9, 9, 9, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.site_header.modern_navbar_lux.sticky {
  background: rgba(9, 9, 9, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.site_header.modern_navbar_lux.sticky .main_menu {
  background: transparent !important;
}

.modern_navbar_lux .container {
  max-width: 1260px;
}

.modern_navbar_lux .site_logo img {
  width: 190px;
  height: 56px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.modern_navbar_lux .site_logo .site_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.modern_navbar_lux .site_logo .site_link:hover {
  border: 0;
  box-shadow: none;
}

.modern_navbar_lux .main_menu_list > li > a {
  color: #f5f5f5 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 10px 14px !important;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.modern_navbar_lux .main_menu_list > li > a:hover,
.modern_navbar_lux .main_menu_list > li.active > a {
  color: #ff9a4d !important;
  background: rgba(255, 106, 0, 0.14);
}

.modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
}

.modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu > li > a {
  color: #e8e8e8;
}

.modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu > li > a:hover,
.modern_navbar_lux .main_menu_list > .dropdown > .dropdown-menu > li.active > a {
  color: #ff9a4d;
  background: rgba(255, 106, 0, 0.1);
}

.modern_navbar_lux .mobile_menu_btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.modern_navbar_lux .mobile_menu_btn:hover {
  border-color: rgba(255, 106, 0, 0.7);
  color: #ff9a4d;
}

.modern_navbar_lux .nav_login_btn {
  border-radius: 999px;
  border: 1px solid rgba(255, 106, 0, 0.48);
  background: linear-gradient(135deg, #ff6a00, #ff8b20);
  box-shadow: 0 12px 24px rgba(255, 106, 0, 0.3);
}

.modern_navbar_lux .nav_login_btn:hover {
  transform: translateY(-1px);
}

.luxury_footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  color: #d8d8d8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.luxury_footer .footer_widget_area {
  padding: 74px 0 38px;
}

.luxury_footer .footer_widget {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px 18px;
  height: 100%;
}

.luxury_footer .footer_widget_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
}

.luxury_footer .site_logo .site_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.luxury_footer .site_logo img {
  width: 210px;
  height: 62px;
  object-fit: contain;
  background: transparent;
  border: 0;
  padding: 0;
}

.luxury_footer .site_logo .site_link:hover {
  border: 0;
  box-shadow: none;
}

.luxury_footer p {
  color: #c9c9c9;
  line-height: 1.9;
}

.luxury_footer .page_list a {
  color: #e8e8e8;
  padding: 6px 0;
  display: inline-flex;
  font-size: 15px;
}

.luxury_footer .page_list a:hover {
  color: #ff9a4d;
}

.luxury_footer .social_links {
  margin-top: 14px;
}

.luxury_footer .social_links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.luxury_footer .social_links a:hover {
  color: #fff;
  border-color: rgba(255, 106, 0, 0.75);
  background: linear-gradient(135deg, #ff6a00, #ff8f2a);
  box-shadow: 0 8px 18px rgba(255, 106, 0, 0.34);
}

.luxury_footer .social_links .social_icon_svg {
  width: 16px;
  height: 16px;
  display: block;
}

.footer_newsletter_form {
  margin-top: 10px;
}

.footer_newsletter_field {
  position: relative;
}

.footer_newsletter_form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.42));
  color: #fff;
  padding: 12px 112px 12px 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 22px rgba(0, 0, 0, 0.22);
}

.footer_newsletter_form input:focus {
  border-color: rgba(255, 165, 92, 0.78);
  box-shadow: 0 0 0 3px rgba(255, 122, 32, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.footer_newsletter_form button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #ff6a00, #ff8f2a);
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.32);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.footer_newsletter_form button:hover {
  transform: translateY(-50%) translateX(-1px);
  box-shadow: 0 10px 24px rgba(255, 106, 0, 0.4);
}

.footer_contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.footer_contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px 10px;
  color: #e5e5e5;
  font-size: 13px;
  text-align: center;
}

.footer_contact .wa_phone_link {
  direction: ltr;
  unicode-bidi: isolate;
}

.footer_contact .wa_phone_number {
  direction: ltr;
  unicode-bidi: bidi-override;
  display: inline-block;
  letter-spacing: 0.4px;
}

.footer_contact a i {
  color: #ff9a4d;
  margin-left: 0;
}

@media screen and (max-width: 575px) {
  .footer_contact {
    grid-template-columns: 1fr;
  }
}

.luxury_footer .copyright_widget {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.luxury_footer .copyright_text {
  color: #b8b8b8;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .modern_navbar_lux .site_logo img {
    width: 150px;
    height: 45px;
  }

  .modern_navbar_lux .site_logo .site_link {
    padding: 0;
    border-radius: 0;
  }

  .site_header.modern_navbar_lux.sticky {
    background: rgba(9, 9, 9, 0.96) !important;
  }

  .modern_navbar_lux .main_menu {
    background: transparent !important;
  }

  .modern_navbar_lux .main_menu_inner {
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .modern_navbar_lux .main_menu_list > li > a {
    width: 100%;
    justify-content: center;
  }

  .luxury_footer .footer_widget_area {
    padding: 56px 0 24px;
  }

  .luxury_footer .site_logo .site_link {
    padding: 0;
    border-radius: 0;
  }
}

/* Homepage navbar style applied globally (except homepage custom nav) */
.site_header.modern_navbar.modern_navbar_lux {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 28px));
  margin: 0;
  padding: 12px 16px;
  z-index: 1200;
  border-radius: 0 0 26px 26px;
  border: 1px solid rgba(255, 201, 148, 0.2);
  background: linear-gradient(130deg, rgba(14, 10, 7, 0.9), rgba(34, 22, 12, 0.76));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.32);
}

.site_header.modern_navbar.modern_navbar_lux .site_logo img {
  width: 152px;
  height: 44px;
  object-fit: contain;
}

.site_header.modern_navbar.modern_navbar_lux .main_menu_list > li > a {
  color: rgba(255, 240, 221, 0.9) !important;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
}

.site_header.modern_navbar.modern_navbar_lux .main_menu_list > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffbe7a, #ff8d2a);
  transition: width .25s ease;
}

.site_header.modern_navbar.modern_navbar_lux .main_menu_list > li:hover > a,
.site_header.modern_navbar.modern_navbar_lux .main_menu_list > li.active > a {
  color: #fff9f1 !important;
  text-shadow: 0 0 20px rgba(255, 156, 68, 0.22);
}

.site_header.modern_navbar.modern_navbar_lux .main_menu_list > li:hover > a:after,
.site_header.modern_navbar.modern_navbar_lux .main_menu_list > li.active > a:after {
  width: 100%;
}

.site_header.modern_navbar.modern_navbar_lux .nav_lux_controls .lux_control_btn {
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 206, 156, 0.34);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  color: #fff0db;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 20px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 991px) {
  .site_header.modern_navbar.modern_navbar_lux {
    left: 0;
    transform: none;
    width: 100%;
    padding: 10px 10px 8px;
    border-radius: 0 0 18px 18px;
  }

  .site_header.modern_navbar.modern_navbar_lux .container {
    width: 100%;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.unified_navbar_shell .unified_navbar_inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.unified_navbar_shell .unified_navbar_logo img {
  width: 152px;
  height: 44px;
  object-fit: contain;
}

.unified_navbar_shell .unified_navbar_menu {
  width: 100%;
}

.unified_navbar_shell .unified_navbar_menu .main_menu_list {
  margin: 0;
  padding: 0 14px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.unified_navbar_shell .unified_navbar_actions {
  justify-content: flex-start;
  gap: 8px;
}

.unified_navbar_shell .mobile_menu_btn {
  display: none;
}

@media screen and (min-width: 992px) {
  .unified_navbar_shell .nav_lux_controls {
    display: inline-flex !important;
  }

  .unified_navbar_shell .unified_navbar_actions {
    min-width: 110px;
  }
}

@media screen and (max-width: 991px) {
  .unified_navbar_shell .unified_navbar_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .unified_navbar_shell .unified_navbar_menu {
    display: none !important;
  }

  .unified_navbar_shell .nav_lux_controls {
    display: none !important;
  }

  .unified_navbar_shell .mobile_menu_btn {
    display: inline-flex;
  }
}

/* Global homepage-style navbar */
.hero_nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 28px));
  z-index: 1200;
  padding: 12px 16px;
  border-radius: 0 0 26px 26px;
  border: 1px solid rgba(255, 201, 148, 0.2);
  background: linear-gradient(130deg, rgba(14, 10, 7, 0.9), rgba(34, 22, 12, 0.76));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.32);
}

.hero_nav_inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.hero_nav_logo img {
  width: 152px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.hero_nav_links {
  margin: 0;
  padding: 0 14px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.hero_nav_links a {
  color: rgba(255, 240, 221, 0.9);
  font-size: 16px;
  font-weight: 700;
  padding: 8px 2px;
  text-decoration: none;
  position: relative;
  transition: color .25s ease, text-shadow .25s ease;
}

.hero_nav_links a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ffbe7a, #ff8d2a);
  transition: width .25s ease;
}

.hero_nav_links a:hover,
.hero_nav_links a.is_active {
  color: #fff9f1;
  text-shadow: 0 0 20px rgba(255, 156, 68, 0.22);
}

.hero_nav_links a:hover:after,
.hero_nav_links a.is_active:after {
  width: 100%;
}

/* Desktop: قائمة الدورات المنسدلة (تظهر مع شريط الروابط ≥992px) */
.hero_nav {
  overflow: visible;
}

.hero_nav_inner {
  overflow: visible;
}

.hero_nav_dropdown {
  position: relative;
}

.hero_nav_dd_trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero_nav_dd_chev {
  font-size: 10px;
  opacity: 0.88;
  transition: transform 0.25s ease;
}

@media screen and (min-width: 992px) {
  .hero_nav_dropdown::before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 100%;
    height: 18px;
    z-index: 1205;
  }

  .hero_nav_dd_panel.hero_nav_mega {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    right: auto;
    transform: translate(-50%, -6px);
    z-index: 1210;
    width: min(720px, calc(100vw - 36px));
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    border-radius: 22px;
    border: 1px solid rgba(255, 205, 165, 0.32);
    background: linear-gradient(155deg, rgba(22, 15, 10, 0.96) 0%, rgba(10, 7, 5, 0.94) 55%, rgba(18, 10, 6, 0.96) 100%);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    backdrop-filter: blur(22px) saturate(1.4);
    box-shadow:
      0 28px 56px rgba(0, 0, 0, 0.52),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 60px rgba(255, 115, 40, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.26s ease, transform 0.26s ease, visibility 0.26s;
  }

  .hero_nav_dropdown:hover .hero_nav_dd_panel,
  .hero_nav_dropdown:focus-within .hero_nav_dd_panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .hero_nav_dropdown:hover .hero_nav_dd_chev,
  .hero_nav_dropdown:focus-within .hero_nav_dd_chev {
    transform: rotate(180deg);
  }

  .hero_nav_mega_inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
    gap: 0;
    align-items: stretch;
    padding: 16px 16px 14px;
    position: relative;
  }

  .hero_nav_mega_inner::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    pointer-events: none;
    opacity: 0.35;
    background: conic-gradient(from 200deg, rgba(255, 210, 170, 0.2), transparent 30%, rgba(255, 120, 50, 0.12), transparent 62%, rgba(255, 220, 190, 0.15));
    z-index: 0;
  }

  .hero_nav_mega_preview {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 14px;
    min-width: 0;
    transition: opacity 0.2s ease;
  }

  html[dir="rtl"] .hero_nav_mega_preview {
    padding-left: 0;
    padding-right: 14px;
  }

  .hero_nav_mega_preview.is-switching {
    opacity: 0.82;
  }

  .hero_nav_mega_media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 200, 160, 0.22);
    background: rgba(0, 0, 0, 0.35);
    aspect-ratio: 16 / 10;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .hero_nav_mega_preview_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero_nav_mega_media_shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(118deg, rgba(255, 255, 255, 0.14) 0%, transparent 38%, transparent 55%, rgba(255, 180, 100, 0.1) 100%);
    mix-blend-mode: soft-light;
    opacity: 0.55;
  }

  .hero_nav_mega_detail {
    padding: 2px 4px 4px;
  }

  .hero_nav_mega_preview_title {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    color: #fff6ea;
    letter-spacing: 0.02em;
  }

  .hero_nav_mega_preview_desc {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 225, 200, 0.82);
  }

  .hero_nav_mega_preview_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .hero_nav_mega_preview_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 236, 215, 0.92);
  }

  .hero_nav_mega_preview_list i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 11px;
    color: #ffb870;
    filter: drop-shadow(0 0 6px rgba(255, 150, 70, 0.35));
  }

  .hero_nav_mega_list {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 4px 0 4px 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    border-left: 1px solid rgba(255, 190, 150, 0.14);
  }

  html[dir="rtl"] .hero_nav_mega_list {
    border-left: 0;
    border-right: 1px solid rgba(255, 190, 150, 0.14);
    padding: 4px 10px 4px 0;
  }

  .hero_nav_mega_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .hero_nav_mega_item:hover,
  .hero_nav_mega_item:focus-visible {
    border-color: rgba(255, 175, 100, 0.4);
    background: rgba(255, 140, 60, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    outline: none;
    transform: translateY(-1px);
  }

  .hero_nav_mega_item.is_active {
    border-color: rgba(255, 154, 77, 0.5);
    background: linear-gradient(135deg, rgba(58, 36, 22, 0.85) 0%, rgba(28, 18, 12, 0.92) 100%);
  }

  .hero_nav_mega_ico {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 185, 120, 0.35);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 100, 40, 0.08));
    color: #ffbc78;
    font-size: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .hero_nav_mega_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    text-align: right;
  }

  html[dir="ltr"] .hero_nav_mega_text {
    text-align: left;
  }

  .hero_nav_mega_title_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .hero_nav_mega_title_row strong {
    font-size: 15px;
    font-weight: 800;
    color: #fff4e6;
  }

  .hero_nav_mega_desc {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 215, 185, 0.78);
  }

  .hero_nav_mega_badge {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 200, 150, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: #ffd4a8;
  }

  .hero_nav_mega_badge_pop {
    border-color: rgba(255, 160, 80, 0.55);
    background: linear-gradient(90deg, rgba(255, 120, 40, 0.25), rgba(255, 180, 90, 0.12));
    color: #ffe2c4;
  }

  .hero_nav_mega_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #fff8f0;
    background: linear-gradient(92deg, #6b2ec4 0%, #3d1d7a 22%, #ff6b1a 55%, #ffb347 100%);
    background-size: 140% 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    transition: filter 0.2s ease, background-position 0.45s ease;
  }

  .hero_nav_mega_footer:hover {
    filter: brightness(1.08);
    background-position: 80% 50%;
    color: #fff;
  }

  .hero_nav_mega_footer i {
    font-size: 13px;
    opacity: 0.95;
  }

  html[data-theme="light"] .hero_nav_dd_panel.hero_nav_mega {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 244, 232, 0.94) 100%);
    border-color: rgba(200, 150, 100, 0.32);
    box-shadow: 0 22px 50px rgba(70, 50, 35, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  html[data-theme="light"] .hero_nav_mega_preview_title {
    color: #1e1814;
  }

  html[data-theme="light"] .hero_nav_mega_preview_desc,
  html[data-theme="light"] .hero_nav_mega_preview_list li {
    color: #4a3d32;
  }

  html[data-theme="light"] .hero_nav_mega_list {
    border-left-color: rgba(180, 140, 100, 0.22);
  }

  html[data-theme="light"][dir="rtl"] .hero_nav_mega_list {
    border-right-color: rgba(180, 140, 100, 0.22);
  }

  html[data-theme="light"] .hero_nav_mega_item {
    background: rgba(255, 255, 255, 0.55);
  }

  html[data-theme="light"] .hero_nav_mega_item:hover,
  html[data-theme="light"] .hero_nav_mega_item:focus-visible {
    background: rgba(255, 230, 200, 0.55);
  }

  html[data-theme="light"] .hero_nav_mega_item.is_active {
    background: linear-gradient(135deg, rgba(255, 248, 238, 0.98) 0%, rgba(255, 220, 190, 0.45) 100%);
  }

  html[data-theme="light"] .hero_nav_mega_title_row strong {
    color: #1a1410;
  }

  html[data-theme="light"] .hero_nav_mega_desc {
    color: #5c4a3e;
  }

  html[data-theme="light"] .hero_nav_mega_ico {
    color: #c45a12;
    border-color: rgba(200, 120, 48, 0.4);
    background: rgba(255, 200, 150, 0.2);
  }

  html[data-theme="light"] .hero_nav_mega_media {
    border-color: rgba(190, 150, 110, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero_nav_dd_panel,
  .hero_nav_dd_chev,
  .hero_nav_mega_preview,
  .hero_nav_mega_item,
  .hero_nav_mega_footer {
    transition: none !important;
  }

  .hero_nav_mega_preview.is-switching {
    opacity: 1 !important;
  }
}

.hero_nav_controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero_nav_control_btn {
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 206, 156, 0.34);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  color: #fff0db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 0 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 20px rgba(0, 0, 0, 0.24);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.hero_nav_control_btn:hover {
  color: #fff8ee;
  transform: translateY(-2px);
  border-color: rgba(255, 182, 109, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 24px rgba(0, 0, 0, 0.28), 0 0 14px rgba(255, 142, 47, 0.2);
}

/* ثابت عرض زر AR/EN حتى لا يتمدد مع الترجمة أو اختلاف النص */
.hero_nav_control_btn.lang_toggle_btn {
  min-width: 96px;
  justify-content: center;
}

.hero_nav_control_btn.lang_toggle_btn .lang_label {
  display: inline-block;
  min-width: 2.75em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.hero_nav_toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 208, 166, 0.35);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: #fff2df;
  font-size: 17px;
  align-items: center;
  justify-content: center;
}

.hero_mobile_overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.hero_mobile_overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* Full-height mobile drawer (RTL: slides from physical right) */
.hero_mobile_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10055;
  width: min(88vw, 380px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 14px 20px;
  border-left: 1px solid rgba(255, 140, 48, 0.22);
  background: linear-gradient(180deg, #0c0a08 0%, #171210 45%, #12100e 100%);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, transform .32s cubic-bezier(0.22, 1, 0.36, 1);
}

html[dir="rtl"] .hero_mobile_menu {
  right: 0;
  left: auto;
  transform: translateX(104%);
}

html[dir="ltr"] .hero_mobile_menu {
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 1px solid rgba(255, 140, 48, 0.22);
  box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
  transform: translateX(-104%);
}

/* Open state: must beat html[dir] .hero_mobile_menu (0,2,1) — plain .open (0,2,0) loses, menu stayed off-screen */
.hero_mobile_menu.open {
  opacity: 1;
  pointer-events: auto;
}

html[dir="rtl"] .hero_mobile_menu.open,
html[dir="ltr"] .hero_mobile_menu.open {
  transform: translateX(0);
}

.hero_mobile_menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero_mobile_close {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, #1a1512 0%, #0d0b0a 100%);
  color: #f5f0e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.hero_mobile_close:hover {
  border-color: rgba(255, 154, 77, 0.45);
  color: #ff9a4d;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.hero_mobile_menu_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero_mobile_menu_logo img {
  width: 138px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.hero_mobile_menu_controls {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

/* LTR: wide language control on the right, compact theme on the left */
html[dir="ltr"] .hero_mobile_menu_controls {
  grid-template-columns: auto 1fr;
}

.hero_mobile_lang_btn {
  min-height: 48px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 187, 125, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 178, 102, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(22, 16, 12, 0.92);
  color: #fff3e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 22px rgba(0, 0, 0, 0.28);
  transition: transform .2s ease, border-color .2s ease;
}

.hero_mobile_lang_btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 168, 90, 0.55);
}

.hero_mobile_lang_btn .lang_label {
  font-size: 13px;
  display: inline-block;
  min-width: 2.75em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.hero_mobile_theme_btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, #1f1a17 0%, #12100e 100%);
  color: #ffe8cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .2s ease, color .2s ease;
}

.hero_mobile_theme_btn:hover {
  border-color: rgba(255, 154, 77, 0.4);
  color: #ff9a4d;
}

.hero_mobile_menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hero_mobile_menu_link,
button.hero_courses_mnav_toggle {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(120, 82, 56, 0.45);
  background: linear-gradient(160deg, rgba(42, 28, 18, 0.95) 0%, rgba(24, 18, 14, 0.98) 100%);
  color: #f7f0e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

button.hero_courses_mnav_toggle {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

/* LTR: keep icon on visual left like reference (DOM order is label then icon) */
html[dir="ltr"] .hero_mobile_menu_link,
html[dir="ltr"] button.hero_courses_mnav_toggle {
  flex-direction: row-reverse;
}

.hero_mobile_menu_link:hover,
button.hero_courses_mnav_toggle:hover {
  border-color: rgba(255, 168, 90, 0.45);
  color: #fff8f0;
}

.hero_mobile_menu_link.is_active,
button.hero_courses_mnav_toggle.is_active {
  color: #ff9a4d;
  border-color: rgba(255, 154, 77, 0.55);
  background: linear-gradient(135deg, rgba(52, 32, 20, 0.98) 0%, rgba(30, 22, 16, 0.98) 100%);
}

.hero_mnav_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  border: 1px solid rgba(255, 140, 48, 0.35);
  background: rgba(255, 140, 48, 0.1);
  color: #ff8f30;
  font-size: 14px;
  flex-shrink: 0;
}

.hero_mobile_menu_link.is_active .hero_mnav_icon,
button.hero_courses_mnav_toggle.is_active .hero_mnav_icon {
  border-color: rgba(255, 168, 90, 0.55);
  color: #ffbc78;
}

.hero_mnav_courses_item {
  display: block;
}

.hero_mnav_submenu {
  list-style: none;
  margin: 8px 0 0;
  padding: 10px 10px 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 191, 132, 0.22);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 143, 48, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero_mnav_submenu[hidden] {
  display: none !important;
}

.hero_mnav_sublink {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 219, 181, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #ffe7ca;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.hero_mnav_sublink:hover {
  border-color: rgba(255, 180, 108, 0.45);
  background: rgba(255, 180, 108, 0.08);
  color: #fff8f0;
}

.hero_mnav_sublink.is_active {
  color: #ff9a4d;
  border-color: rgba(255, 154, 77, 0.5);
  background: linear-gradient(135deg, rgba(52, 32, 20, 0.9) 0%, rgba(30, 22, 16, 0.92) 100%);
}

button.hero_courses_mnav_toggle[aria-expanded="true"] .hero_mnav_chev {
  transform: rotate(180deg);
}

.hero_mnav_icons_courses {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hero_mnav_chev {
  font-size: 12px;
  color: rgba(255, 200, 150, 0.85);
  opacity: 0.9;
  transition: transform .25s ease;
}

.hero_mobile_menu_cta {
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255, 140, 48, 0.55);
  background: linear-gradient(90deg, #ff6d1e 0%, #ff9b2f 100%);
  color: #fff !important;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 109, 30, 0.3);
  transition: filter .2s ease, transform .2s ease;
}

.hero_mobile_menu_cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #fff !important;
}

html[data-theme="light"] .hero_mobile_menu {
  background: linear-gradient(180deg, #f8f1e8 0%, #efe6db 100%);
  border-left-color: rgba(200, 120, 48, 0.25);
}

html[data-theme="light"] .hero_mobile_menu_header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .hero_mobile_close {
  background: linear-gradient(145deg, #fff 0%, #f0e8df 100%);
  color: #2a221c;
  border-color: rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .hero_mobile_menu_link,
html[data-theme="light"] button.hero_courses_mnav_toggle {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 236, 226, 0.98) 100%);
  color: #2a221c;
  border-color: rgba(180, 130, 90, 0.35);
}

html[data-theme="light"] .hero_mobile_menu_link.is_active,
html[data-theme="light"] button.hero_courses_mnav_toggle.is_active {
  color: #c45a12;
  border-color: rgba(200, 120, 48, 0.5);
}

html[data-theme="light"] .hero_mnav_icon {
  color: #c45a12;
  border-color: rgba(200, 120, 48, 0.4);
  background: rgba(255, 160, 80, 0.12);
}

html[data-theme="light"] .hero_mnav_submenu {
  border-color: rgba(200, 120, 48, 0.28);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.75), rgba(255, 220, 190, 0.15));
}

html[data-theme="light"] .hero_mnav_sublink {
  color: #3d3028;
  border-color: rgba(180, 130, 90, 0.3);
  background: rgba(255, 255, 255, 0.65);
}

html[data-theme="light"] .hero_mnav_sublink.is_active {
  color: #a84a0a;
  border-color: rgba(200, 120, 48, 0.45);
}

@media screen and (max-width: 991px) {
  .hero_nav {
    left: 0;
    transform: none;
    width: 100%;
    padding: 10px 10px 8px;
    border-radius: 0 0 18px 18px;
  }

  .hero_nav_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hero_nav_links,
  .hero_nav_controls {
    display: none;
  }

  .hero_nav_toggle {
    display: inline-flex;
  }

  .hero_nav_logo img {
    width: 128px;
    height: 38px;
  }
}
