/*
--------------------------------------------------------------
Theme Name   : Eduex 
Author       : bizantheme
Author URI   : https://themeforest.net/user/bizantheme
Description  : Eduex - Education & Kindergarten HTML Template
Version      : 1.0.0
--------------------------------------------------------------

[Table of Contents]

01. Basic
    01.1 Mixins
    01.2 Variables
    01.3 Buttons
    01.4 Typography

02. Template Sections
    02.1 Preloader
    02.2 Header
    02.3 Hero
    02.4 About
    02.5 Feature
    02.6 Courses
    02.7 Event
    02.8 Team
    02.9 Testimonial
    02.10 FAQ
    02.11 CTA
    02.12 Project
    02.13 Helping
    02.14 News
    02.15 Contact
    02.16 Section (Common Section Title/Spacing)
    02.17 MeanMenu (Mobile Menu)
    02.18 Footer
    02.19 Animation

--------------------------------------------------------------
CSS Table of Contents Ends Here
--------------------------------------------------------------
*/
/*--------------------------------------------------------------
01. BASIC
--------------------------------------------------------------*/
/* 01.1 Mixins */
/* 01.2 Variables */
@import url("../../css2");
@import url("../../css2-1");
@import url("../../css2-2");
:root {
  --body: #0F1F1F;
  --black: #000;
  --white: #fff;
  --theme: #004F44;
  --theme-2: #FFA729;
  --header: #141519;
  --text: #27282C;
  --border: #49515b4d;
  --bg: #F0F4F5;
  --bg-2: #004F44;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

/* 01.3 Buttons */
.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--theme);
  font-family: "Poppins", sans-serif;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 6px 6px 32px;
  letter-spacing: -0.18px;
}
.theme-btn i {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background-color: var(--theme-2);
  color: var(--header);
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--theme-2);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--header);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn:hover i {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
  }
}

.link-btns {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: var(--theme);
}
.link-btns i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}
.link-btns:hover i {
  transform: rotate(0);
}

/* 01.4 Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 113%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
02. TEMPLATE SECTIONS
--------------------------------------------------------------*/
/* 02.1 Preloader */
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  text-align: center;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif, "Inter", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-2);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--theme);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.3;
  cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--black);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.gt-page-nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.gt-page-nav-wrap ul li {
  display: inline-block;
}
.gt-page-nav-wrap ul li:first-child a {
  color: var(--white);
  background-color: transparent;
  border: 1px none;
}
.gt-page-nav-wrap ul li:last-child a {
  color: var(--white);
  background-color: transparent;
  border: 1px none;
}
.gt-page-nav-wrap ul li .gt-page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.gt-page-nav-wrap ul li .gt-page-numbers {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--text);
  text-align: center;
  background-color: transparent;
}
@media (max-width: 991px) {
  .gt-page-nav-wrap ul li .gt-page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .gt-page-nav-wrap ul li .gt-page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.gt-page-nav-wrap ul li .gt-page-numbers.active {
  background-color: var(--theme);
  color: var(--white);
}
.gt-page-nav-wrap ul li .gt-page-numbers i {
  margin-top: 2px;
}
.gt-page-nav-wrap ul li .gt-page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

/* 02.2 Header */
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--header);
  font-family: "Poppins", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme-2);
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1300px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 1000px;
  }
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-top-section {
  border-bottom: 1px solid rgba(108, 112, 111, 0.3);
  padding: 12px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}
.header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section .header-top-wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-top-section .header-top-wrapper ul li {
  color: var(--header);
  font-size: 16px;
}
.header-top-section .header-top-wrapper ul li:not(:last-child) {
  border-right: 1px solid #162726;
  padding-right: 20px;
}
.header-top-section .header-top-wrapper ul li i {
  margin-right: 9px;
}
.header-top-section .header-top-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-section .header-top-wrapper .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--text);
  text-align: center;
  color: var(--text);
  font-size: 14px;
}
.header-top-section .header-top-wrapper .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
  opacity: 1;
}

.header-1 {
  position: relative;
  z-index: 99999;
}
.header-1 .logo-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .header-1 .logo-shape {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-logo2 {
    display: none;
  }
}
.header-1 .header-logo {
  display: none;
}
@media (max-width: 1399px) {
  .header-1 .header-logo {
    display: block;
  }
}
.header-1 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
.header-1 .header-right .search-toggler {
  background-color: transparent;
  border: 1px solid rgba(20, 20, 20, 0.2);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
}
.header-1 .header-right .sidebar__toggle {
  color: var(--header);
}
@media (max-width: 1199px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right-items {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1600px) {
  .header-1 .header-right-items {
    gap: 50px;
  }
}

.header-2 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 99999;
  width: 100%;
}
@media (max-width: 767px) {
  .header-2 {
    top: 15px;
  }
}
.header-2 .mega-menu-wrapper {
  background-color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .header-2 .mega-menu-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-2 .logo {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-2 .header-right-items {
  gap: 80px;
}
@media (max-width: 1600px) {
  .header-2 .header-right-items {
    gap: 50px;
  }
}
.header-2 .category-oneadjust {
  border-radius: 30px;
  background: #F2F4F7;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .header-2 .category-oneadjust {
    display: none;
  }
}
.header-2 .category-oneadjust .single-select {
  border: none;
  background-color: transparent;
  line-height: initial;
  height: initial;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--header);
  padding-right: 28px;
}
.header-2 .category-oneadjust .single-select::after {
  right: 0;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
}

.header-3 .logo {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-3 .category-oneadjust {
  border-radius: 30px;
  background: #F2F4F7;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .header-3 .category-oneadjust {
    display: none;
  }
}
.header-3 .category-oneadjust .single-select {
  border: none;
  background-color: transparent;
  line-height: initial;
  height: initial;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--header);
  padding-right: 28px;
}
.header-3 .category-oneadjust .single-select::after {
  right: 0;
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
  margin-bottom: 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
  font-weight: 600;
  color: var(--header);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: flex;
  align-items: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items .offcanvas-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 0;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  text-align: center;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper {
    margin-bottom: 0;
  }
}
.breadcrumb-wrapper .bottom-shape {
  height: 72px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 12;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .bottom-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 140px 0 140px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 120px 0 120px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 80px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 45px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 28px;
  line-height: 1;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 20px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme-2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
}
.breadcrumb-wrapper .breadcrumb-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 140px;
}
@media (max-width: 1600px) {
  .breadcrumb-wrapper .breadcrumb-image {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .breadcrumb-image {
    display: none;
  }
}

.error-items {
  text-align: center;
}
.error-items .thumb {
  max-width: 700px;
  margin: 0 auto;
}
.error-items .thumb img {
  width: 100%;
  height: 100%;
}
.error-items .theme-btn {
  margin-top: 60px;
}
.error-items .theme-btn i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}

/* 02.3 Hero */
.ed-hero-1 {
  padding: 170px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .ed-hero-1 {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .ed-hero-1 {
    padding: 90px 0;
  }
}
.ed-hero-1 .hero-shape-1 {
  position: absolute;
  top: 20%;
  left: 5%;
}
@media (max-width: 1399px) {
  .ed-hero-1 .hero-shape-1 {
    top: 16%;
    left: 0%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-1 .hero-shape-1 {
    display: none;
  }
}
.ed-hero-1 .hero-shape-2 {
  position: absolute;
  top: 68%;
  left: 40%;
}
@media (max-width: 1399px) {
  .ed-hero-1 .hero-shape-2 {
    top: 69%;
    left: 32%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-1 .hero-shape-2 {
    display: none;
  }
}
.ed-hero-1 .hero-shape-3 {
  position: absolute;
  top: 10%;
  right: 10%;
}
@media (max-width: 1399px) {
  .ed-hero-1 .hero-shape-3 {
    max-width: 100px;
    top: 63%;
  }
  .ed-hero-1 .hero-shape-3 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-1 .hero-shape-3 {
    display: none;
  }
}
.ed-hero-1 .hero-shape-4 {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
@media (max-width: 1199px) {
  .ed-hero-1 .hero-shape-4 {
    display: none;
  }
}
.ed-hero-1 .hero-shape-5 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
@media (max-width: 1199px) {
  .ed-hero-1 .hero-shape-5 {
    display: none;
  }
}
.ed-hero-1 .ed-hero-content {
  position: relative;
  z-index: 9;
}
.ed-hero-1 .ed-hero-content span {
  color: var(--theme);
  padding: 10px 28px;
  line-height: 1;
  border-radius: 30px;
  background: rgba(0, 79, 68, 0.1);
}
.ed-hero-1 .ed-hero-content h1 {
  color: var(--header);
  margin-top: 15px;
}
.ed-hero-1 .ed-hero-content p {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .ed-hero-1 .ed-hero-content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .ed-hero-1 .ed-hero-content p {
    font-size: 14px;
  }
}
.ed-hero-1 .ed-hero-content .theme-btn {
  margin-top: 50px;
}
.ed-hero-1 .ed-right-items {
  position: relative;
}
.ed-hero-1 .ed-right-items .client-counter-box {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 77.5px;
  background: var(--white);
  display: inline-flex;
  padding: 25px;
  line-height: 1;
  position: absolute;
  z-index: 9;
  top: 3%;
  right: 45%;
}
@media (max-width: 1199px) {
  .ed-hero-1 .ed-right-items .client-counter-box {
    display: none;
  }
}
.ed-hero-1 .ed-right-items .client-counter-box .content h3 {
  color: var(--theme-2);
}
.ed-hero-1 .ed-right-items .client-counter-box .content p {
  font-size: 16px;
}
.ed-hero-1 .ed-right-items .counter-box {
  position: absolute;
  bottom: 10%;
  right: -7%;
  border-radius: 77.5px;
  background: var(--white);
  padding: 18px 35px;
  text-align: center;
  line-height: 1;
  z-index: 9;
}
@media (max-width: 1600px) {
  .ed-hero-1 .ed-right-items .counter-box {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .ed-hero-1 .ed-right-items .counter-box {
    display: none;
  }
}
.ed-hero-1 .ed-right-items .counter-box h3 {
  color: var(--theme);
}
.ed-hero-1 .ed-right-items .ed-hero-image {
  max-width: 270px;
  margin-top: 190px;
}
@media (max-width: 1199px) {
  .ed-hero-1 .ed-right-items .ed-hero-image {
    margin-top: 0;
  }
}
.ed-hero-1 .ed-right-items .ed-hero-image img {
  width: 100%;
  height: 100%;
}
.ed-hero-1 .ed-right-items .ed-hero-imag-2 {
  max-width: 342px;
}
.ed-hero-1 .ed-right-items .ed-hero-imag-2 img {
  width: 100%;
  height: 100%;
}

.ed-hero-2 {
  padding: 220px 0 130px;
  position: relative;
  z-index: 9;
}
.ed-hero-2 .hero-shape-1 {
  position: absolute;
  top: 25%;
  right: 15%;
}
.ed-hero-2 .hero-shape-2 {
  position: absolute;
  top: 50%;
  left: 30%;
}
@media (max-width: 1399px) {
  .ed-hero-2 .hero-shape-2 {
    position: absolute;
    top: 54%;
    left: 25%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-2 .hero-shape-2 {
    display: none;
  }
}
.ed-hero-2 .hero-shape-3 {
  position: absolute;
  z-index: -1;
  bottom: 35%;
  right: 33%;
}
.ed-hero-2 .line-shape-animation {
  height: 138px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 12;
}
@media (max-width: 1399px) {
  .ed-hero-2 .line-shape-animation {
    display: none;
  }
}
.ed-hero-2 .ed-hero-shape {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ed-hero-2 .ed-hero-shape {
    display: none;
  }
}
.ed-hero-2 .container {
  max-width: 1720px;
}
.ed-hero-2 .ed-hero-image {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.ed-hero-2 .ed-hero-image img {
  width: 100%;
  height: 100%;
}
.ed-hero-2 .ed-hero-image.style-2 {
  margin-top: 180px;
}
@media (max-width: 1399px) {
  .ed-hero-2 .ed-hero-image.style-2 {
    margin-top: 120;
  }
}
@media (max-width: 1199px) {
  .ed-hero-2 .ed-hero-image.style-2 {
    margin-top: 0;
  }
}
.ed-hero-2 .ed-hero-content {
  text-align: center;
  position: relative;
  z-index: 9;
}
.ed-hero-2 .ed-hero-content span {
  color: var(--white);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  line-height: 1;
}
.ed-hero-2 .ed-hero-content h1 {
  color: var(--white);
  margin-top: 25px;
}
.ed-hero-2 .ed-hero-content p {
  max-width: 600px;
  font-size: 18px;
  color: var(--white);
  margin: 20px auto 0;
}
@media (max-width: 575px) {
  .ed-hero-2 .ed-hero-content p {
    font-size: 16px;
  }
}
.ed-hero-2 .ed-hero-content .theme-btn {
  margin-top: 50px;
  background-color: var(--white);
  color: var(--header);
}
.ed-hero-2 .ed-hero-content .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
}
.ed-hero-2 .ed-hero-content .theme-btn::before {
  background-color: var(--theme-2);
}
.ed-hero-2 .ed-hero-content .theme-btn:hover {
  color: var(--header);
}
.ed-hero-2 .ed-hero-content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme);
}

.ed-hero-3 {
  padding: 40px 0 0;
  overflow: hidden;
  position: relative;
  background-position: bottom !important;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .ed-hero-3 {
    padding-top: 130px;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 {
    padding-top: 70px !important;
  }
}
.ed-hero-3 .line-top {
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 12;
}
@media (max-width: 1199px) {
  .ed-hero-3 .line-top {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 {
    padding: 140px 0;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 {
    padding: 140px 0 0;
  }
}
.ed-hero-3 .ed-hero-shape-1 {
  position: absolute;
  left: 0;
  top: 35%;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-shape-1 {
    max-width: 120px;
  }
  .ed-hero-3 .ed-hero-shape-1 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-1 {
    display: none;
  }
}
.ed-hero-3 .ed-hero-shape-2 {
  position: absolute;
  left: 50%;
  top: 15%;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-shape-2 {
    left: 37%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-2 {
    display: none;
  }
}
.ed-hero-3 .ed-hero-shape-3 {
  position: absolute;
  left: 26%;
  bottom: 4%;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-shape-3 {
    left: 28%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-3 {
    display: none;
  }
}
.ed-hero-3 .ed-hero-shape-4 {
  position: absolute;
  right: 13%;
  top: 6%;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-shape-4 {
    max-width: 120px;
    right: 10%;
    top: 8%;
  }
  .ed-hero-3 .ed-hero-shape-4 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-4 {
    display: none;
  }
}
.ed-hero-3 .ed-hero-shape-5 {
  position: absolute;
  right: 8%;
  top: 35%;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-shape-5 {
    max-width: 200px;
    top: 38%;
  }
  .ed-hero-3 .ed-hero-shape-5 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-5 {
    right: 2%;
    top: 41%;
    max-width: 240px;
  }
  .ed-hero-3 .ed-hero-shape-5 img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-5 {
    display: none;
  }
}
.ed-hero-3 .ed-hero-shape-6 {
  position: absolute;
  left: 42%;
  bottom: 4%;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-shape-6 {
    max-width: 265px;
    left: 44%;
    bottom: 8%;
  }
  .ed-hero-3 .ed-hero-shape-6 img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-shape-6 {
    display: none;
  }
}
.ed-hero-3 .ed-hero-content {
  position: relative;
  z-index: 99;
  margin-top: -50px;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-content {
    margin-top: -130px;
  }
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-content {
    text-align: center;
    margin-top: 0;
  }
}
.ed-hero-3 .ed-hero-content span {
  color: var(--theme);
  border-radius: 30px;
  background: rgba(0, 79, 68, 0.1);
  padding: 12px 24px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .ed-hero-3 .ed-hero-content span {
    font-size: 14px;
    padding: 9px 20px;
    margin-bottom: 15px;
  }
}
.ed-hero-3 .ed-hero-content h1 {
  color: var(--header);
  margin-top: 15px;
}
.ed-hero-3 .ed-hero-content p {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .ed-hero-3 .ed-hero-content p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .ed-hero-3 .ed-hero-content p {
    font-size: 14px;
  }
}
.ed-hero-3 .ed-hero-content .theme-btn {
  margin-top: 50px;
}
.ed-hero-3 .ed-hero-image {
  margin-left: -70px;
}
@media (max-width: 1199px) {
  .ed-hero-3 .ed-hero-image {
    margin-left: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .ed-hero-3 .ed-hero-image img {
    border-radius: 0 !important;
  }
}
.ed-hero-3 .ed-hero-image img {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 300px;
}

/* 02.4 About */
.ed-about-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .ed-about-wrapper {
    margin-bottom: 0;
  }
}
.ed-about-wrapper .ed-about-image {
  max-width: 600px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .ed-about-wrapper .ed-about-image {
    max-width: initial;
  }
}
.ed-about-wrapper .ed-about-image img {
  width: 100%;
  height: 100%;
  border: 15px solid rgba(0, 79, 68, 0.1);
  border-radius: 50%;
}
.ed-about-wrapper .ed-about-image .ed-about-image-2 {
  max-width: 250px;
  position: absolute;
  top: -10px;
  right: -115px;
}
@media (max-width: 1399px) {
  .ed-about-wrapper .ed-about-image .ed-about-image-2 {
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .ed-about-wrapper .ed-about-image .ed-about-image-2 {
    right: 0;
    top: 0;
    max-width: 200px;
  }
  .ed-about-wrapper .ed-about-image .ed-about-image-2 img {
    width: 100%;
    height: 100%;
  }
}
.ed-about-wrapper .ed-about-image .ed-about-image-2 img {
  border-radius: 50%;
  border: 10px solid var(--white);
}
.ed-about-wrapper .ed-about-image .ed-about-image-3 {
  max-width: 300px;
  position: absolute;
  bottom: -120px;
  right: -40px;
}
@media (max-width: 1199px) {
  .ed-about-wrapper .ed-about-image .ed-about-image-3 {
    right: initial;
    left: 0;
    bottom: 0;
    max-width: 200px;
  }
  .ed-about-wrapper .ed-about-image .ed-about-image-3 img {
    width: 100%;
    height: 100%;
  }
}
.ed-about-wrapper .ed-about-image .ed-about-image-3 img {
  border-radius: 50%;
  border: 10px solid var(--white);
}
.ed-about-wrapper .ed-about-content {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .ed-about-wrapper .ed-about-content {
    margin-left: 0;
  }
}
.ed-about-wrapper .ed-about-content .about-text {
  margin-top: 25px;
}
.ed-about-wrapper .ed-about-content .ed-counter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area {
    margin-top: 25px;
  }
}
.ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item {
  border-right: 1px solid rgba(108, 112, 111, 0.3);
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item {
    padding-right: 0;
    border-right: none;
  }
}
.ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item.border-none {
  border-right: none;
  padding-right: 0;
}
.ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item h2 {
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item h2 {
    font-size: 38px;
  }
}
.ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item p {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 1399px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ed-about-wrapper .ed-about-content .ed-counter-area .ed-counter-item p {
    font-size: 15px;
  }
}
.ed-about-wrapper .ed-about-content .ed-about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .ed-about-wrapper .ed-about-content .ed-about-author {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ed-about-wrapper .ed-about-content .ed-about-author {
    margin-top: 25px;
  }
}
.ed-about-wrapper .ed-about-content .ed-about-author .ed-author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ed-about-wrapper .ed-about-content .ed-about-author .ed-author-image .content h6 {
  font-size: 18px;
  font-weight: 600;
}
.ed-about-wrapper .ed-about-content .ed-about-author .ed-author-image .content p {
  color: var(--text);
  font-weight: 500;
  margin-top: -2px;
}

.ed-about-wrapper-2 .ed-about-image img {
  width: 100%;
  height: 100%;
}
.ed-about-wrapper-2 .ed-about-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .ed-about-wrapper-2 .ed-about-content {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .ed-about-wrapper-2 .ed-about-content {
    margin-left: 0;
  }
}
.ed-about-wrapper-2 .ed-about-content .about-text {
  margin-top: 25px;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
}
@media (max-width: 575px) {
  .ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 20px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  color: var(--header);
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: #DFE2FF !important;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.ed-about-wrapper-2 .ed-about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}
.ed-about-wrapper-2 .ed-about-content .list-box {
  display: flex;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .ed-about-wrapper-2 .ed-about-content .list-box {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .ed-about-wrapper-2 .ed-about-content .list-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.ed-about-wrapper-2 .ed-about-content .list-box ul li {
  font-size: 18px;
  font-weight: 600;
}
.ed-about-wrapper-2 .ed-about-content .list-box ul li img {
  margin-right: 7px;
}
.ed-about-wrapper-2 .ed-about-content .list-box ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ed-about-wrapper-2 .ed-about-content .theme-btn {
  margin-top: 50px;
}

.ed-about-wrapper-3 .ed-about-content {
  max-width: 635px;
}
.ed-about-wrapper-3 .ed-about-content .about-text {
  margin-top: 25px;
}
.ed-about-wrapper-3 .ed-about-content p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .ed-about-wrapper-3 .ed-about-content .theme-btn {
    margin-top: 25px !important;
  }
}
.ed-about-wrapper-3 .ed-about-image {
  position: relative;
  max-width: 536px;
  margin-left: 25%;
}
@media (max-width: 1199px) {
  .ed-about-wrapper-3 .ed-about-image {
    margin-left: 0;
  }
}
.ed-about-wrapper-3 .ed-about-image img {
  width: 100%;
  height: 100%;
}
.ed-about-wrapper-3 .ed-about-image .another-image {
  max-width: 360px;
  position: absolute;
  top: 15%;
  left: -32%;
}
@media (max-width: 1199px) {
  .ed-about-wrapper-3 .ed-about-image .another-image {
    left: 0;
    top: 0;
    max-width: 200px;
  }
  .ed-about-wrapper-3 .ed-about-image .another-image img {
    width: 100%;
    height: 100%;
  }
}
.ed-about-wrapper-3 .ed-about-image .another-image img {
  border-radius: 287px;
  border: 10px solid var(--white);
}

/* 02.5 Feature */
.ed-programs-box-items-2 {
  border-radius: 18px;
  background-color: var(--white);
  margin-top: 30px;
}
.ed-programs-box-items-2 .ed-image {
  padding: 20px;
  padding-bottom: 0;
}
.ed-programs-box-items-2 .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.ed-programs-box-items-2 .ed-content {
  padding: 25px 20px;
}
.ed-programs-box-items-2 .ed-content p {
  font-size: 16px;
  margin-top: 10px;
}
.ed-programs-box-items-2 .ed-content h4 a:hover {
  color: var(--theme);
}
.ed-programs-box-items-2 .ed-content .theme-btn {
  background-color: var(--white);
  color: var(--header);
  border-radius: 30px;
  border: 1px solid #6C706F;
  margin-top: 25px;
}
.ed-programs-box-items-2 .ed-content .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
}
.ed-programs-box-items-2 .ed-content .theme-btn::before {
  background-color: var(--theme);
}
.ed-programs-box-items-2 .ed-content .theme-btn:hover {
  color: var(--white);
}
.ed-programs-box-items-2 .ed-content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme);
}
.ed-programs-box-items-2.style-2 {
  background-color: var(--bg);
  border-radius: 18px;
}
.ed-programs-box-items-2.style-2 .ed-content .theme-btn i {
  background-color: var(--theme-2);
  color: var(--header);
}

.ed-programs-section-2 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 260px !important;
  margin-bottom: -70px;
  z-index: 9;
}
@media (max-width: 991px) {
  .ed-programs-section-2 {
    padding-bottom: 220px !important;
    margin-bottom: -45px;
  }
}
.ed-programs-section-2 .line-top {
  position: absolute;
  top: -40px;
  left: 0;
  height: 92px;
}
.ed-programs-section-2 .line-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 138px;
}
.ed-programs-section-2 .ed-program-shape-1 {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 10%;
}
.ed-programs-section-2 .ed-program-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 15%;
  left: 10%;
}

.ed-discount-section {
  position: relative;
  z-index: 9;
}
.ed-discount-section::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(90deg, #141519 20.39%, rgba(20, 21, 25, 0) 99.83%);
  position: absolute;
  z-index: -1;
}

.discount-box-items h2 {
  font-size: 70px;
  color: var(--white);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .discount-box-items h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .discount-box-items h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .discount-box-items h2 {
    font-size: 37px;
  }
}
@media (max-width: 470px) {
  .discount-box-items h2 {
    font-size: 30px;
  }
}
.discount-box-items p {
  color: var(--white);
  margin-top: 25px;
}
.discount-box-items .btn-box {
  margin-top: 50px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .discount-box-items .btn-box {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .discount-box-items .btn-box {
    margin-top: 25px;
  }
}
.discount-box-items .btn-box .theme-btn {
  border: 1px solid transparent;
}
.discount-box-items .btn-box .theme-btn:hover {
  color: var(--header);
}
.discount-box-items .btn-box .theme-btn.style-2 {
  background-color: transparent;
  border: 1px solid var(--white);
}
.discount-box-items .btn-box .theme-btn.style-2 i {
  background-color: var(--white);
}
.discount-box-items .btn-box .theme-btn.style-2::before {
  background-color: var(--theme);
}
.discount-box-items .btn-box .theme-btn.style-2:hover {
  border: 1px solid var(--theme);
  color: var(--white);
}
.discount-box-items .btn-box .theme-btn.style-2:hover i {
  color: var(--theme);
}

.ed-choose-us-wrapper {
  margin-bottom: 55px;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper {
    margin-bottom: -10px;
  }
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper {
    margin-top: -15px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .ed-choose-us-wrapper {
    margin-top: -40px;
  }
}
.ed-choose-us-wrapper .ed-choose-us-content .choose-text {
  margin-top: 25px;
}
.ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon {
    margin-top: 30px;
  }
}
.ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items {
    gap: 15px;
  }
}
.ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .icon {
  max-width: 90px;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.15);
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .icon {
    max-width: 83px;
    height: 83px;
    line-height: 83px;
  }
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .icon img {
    width: 40px;
    height: 40px;
  }
}
.ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .icon.style-2 {
  background: rgba(255, 167, 41, 0.15);
}
.ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .content p {
  font-size: 16px;
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .content p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper .ed-choose-us-content .ed-choose-icon .ed-icon-items .content p {
    font-size: 15px;
  }
}
.ed-choose-us-wrapper .ed-choose-image {
  max-width: 600px;
  position: relative;
  z-index: 9;
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper .ed-choose-image {
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-image {
    margin-left: 20px;
  }
}
.ed-choose-us-wrapper .ed-choose-image img {
  width: 100%;
  height: 100%;
  border: 15px solid rgba(0, 79, 68, 0.1);
  border-radius: 50%;
}
.ed-choose-us-wrapper .ed-choose-image .ed-counter-item {
  display: flex;
  gap: 20px;
  border-radius: 10px;
  background-color: var(--theme-2);
  color: var(--header);
  position: absolute;
  top: 42%;
  right: -24%;
  padding: 30px 40px;
}
@media (max-width: 1600px) {
  .ed-choose-us-wrapper .ed-choose-image .ed-counter-item {
    padding: 20px 30px;
    right: -5%;
  }
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper .ed-choose-image .ed-counter-item {
    display: none;
  }
}
.ed-choose-us-wrapper .ed-choose-image .ed-counter-item h2 {
  color: var(--header);
}
.ed-choose-us-wrapper .ed-choose-image .ed-counter-item p {
  max-width: 120px;
  color: var(--header);
}
.ed-choose-us-wrapper .ed-choose-image .ed-choose-image-2 {
  max-width: 250px;
  position: absolute;
  top: -65px;
  left: -20px;
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-2 {
    max-width: 250px;
  }
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-2 {
    right: 0;
    left: initial;
    top: 0;
    max-width: 200px;
  }
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-2 img {
    width: 100%;
    height: 100%;
  }
}
.ed-choose-us-wrapper .ed-choose-image .ed-choose-image-2 img {
  border-radius: 50%;
  border: 10px solid var(--white);
}
.ed-choose-us-wrapper .ed-choose-image .ed-choose-image-3 {
  max-width: 300px;
  position: absolute;
  bottom: -65px;
  left: -85px;
}
@media (max-width: 1399px) {
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-3 {
    left: -20px;
    max-width: 250px;
  }
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-3 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-3 {
    left: 0;
    bottom: 0;
    max-width: 200px;
  }
  .ed-choose-us-wrapper .ed-choose-image .ed-choose-image-3 img {
    width: 100%;
    height: 100%;
  }
}
.ed-choose-us-wrapper .ed-choose-image .ed-choose-image-3 img {
  border-radius: 50%;
  border: 10px solid var(--white);
}

.ed-choose-us-section2 {
  position: relative;
  margin-bottom: 30px;
}
.ed-choose-us-section2 .line-bottom {
  position: absolute;
  height: 65px;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 12;
}

.ed-pricing-section-3 .section-title .nav {
  border: none;
  margin-top: 30px;
}
.ed-pricing-section-3 .section-title .nav .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
.ed-pricing-section-3 .section-title .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: var(--text);
  margin-bottom: 0;
}
.ed-pricing-section-3 .section-title .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--theme);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--theme);
}
.ed-pricing-section-3 .section-title .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  z-index: 1;
}
.ed-pricing-section-3 .section-title .nav .nav-link:first-child {
  padding-left: 0;
}
.ed-pricing-section-3 .section-title .nav .nav-link:last-child {
  padding-right: 0;
}
.ed-pricing-section-3 .section-title .nav .nav-link:last-child::after {
  display: none;
}
.ed-pricing-section-3 .section-title .nav .nav-link:last-child::before {
  display: none;
}
.ed-pricing-section-3 .section-title .nav .nav-link.active {
  color: var(--theme);
}
.ed-pricing-section-3 .section-title .nav .nav-link.active::after {
  right: 8px;
}

.ed-pricing-box-items-3 {
  border-radius: 18px;
  background: var(--bg);
  padding: 40px 36px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.ed-pricing-box-items-3 .popul-text {
  background-color: var(--theme-2);
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: var(--header);
  padding: 10px 20px;
  border-radius: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.ed-pricing-box-items-3 .pricing-header h2 {
  font-size: 80px;
  color: var(--theme);
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .ed-pricing-box-items-3 .pricing-header h2 {
    font-size: 60px;
  }
}
.ed-pricing-box-items-3 .pricing-header h2 sup {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .ed-pricing-box-items-3 .pricing-header h2 sup {
    font-size: 16px;
  }
}
.ed-pricing-box-items-3 .pricing-header .theme-btn {
  margin-top: 20px;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 40px;
  background-color: var(--header);
}
@media (max-width: 767px) {
  .ed-pricing-box-items-3 .pricing-header .theme-btn {
    margin-top: 25px;
  }
}
.ed-pricing-box-items-3 .pricing-header .theme-btn::before {
  background-color: var(--theme) !important;
}
.ed-pricing-box-items-3 .pricing-header .theme-btn:hover {
  color: var(--white);
}
.ed-pricing-box-items-3 h4 {
  border-top: 1px solid rgba(108, 112, 111, 0.3);
  padding-top: 30px;
  text-transform: uppercase;
}
.ed-pricing-box-items-3 .list-items {
  margin-top: 20px;
}
.ed-pricing-box-items-3 .list-items li {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.ed-pricing-box-items-3 .list-items li i {
  color: var(--theme-2);
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}
.ed-pricing-box-items-3 .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.ed-pricing-box-items-3.active {
  background-color: var(--bg);
  transition: all 0.4s ease-in-out;
}
.ed-pricing-box-items-3.active .pricing-header h2 {
  color: var(--theme-2);
}
.ed-pricing-box-items-3.active .pricing-header h2 sup {
  color: var(--text);
}
.ed-pricing-box-items-3.active .pricing-header p {
  color: var(--text);
}
.ed-pricing-box-items-3.active .pricing-header .theme-btn {
  background-color: var(--theme);
  color: var(--white);
}
.ed-pricing-box-items-3.active .pricing-header .theme-btn::before {
  background-color: var(--header) !important;
}
.ed-pricing-box-items-3.active h4 {
  color: var(--header);
  border-top: 1px solid rgba(39, 40, 44, 0.3);
}
.ed-pricing-box-items-3.active .list-items li i {
  color: var(--theme-2);
}
.ed-pricing-box-items-3.active .list-items li {
  color: var(--text);
}

.ed-choose-us-wrapper-2 {
  margin-top: -30px;
}
@media (max-width: 991px) {
  .ed-choose-us-wrapper-2 {
    margin-top: 0;
  }
}
.ed-choose-us-wrapper-2 .ed-choose-us-content {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper-2 .ed-choose-us-content {
    margin-right: 0;
  }
}
.ed-choose-us-wrapper-2 .ed-choose-us-content .choose-text {
  margin-top: 25px;
}
.ed-choose-us-wrapper-2 .ed-choose-us-content ul {
  margin-top: 30px;
}
.ed-choose-us-wrapper-2 .ed-choose-us-content ul li {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-choose-us-wrapper-2 .ed-choose-us-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area {
  position: relative;
  z-index: 9;
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--theme);
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper-2 .ed-icon-box-items-area::before {
    display: none;
  }
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box {
  border-radius: 23.604px;
  background: #fff;
  padding: 50px 30px;
  text-align: center;
  margin-top: 30px;
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #F0F4F5;
  margin: 0 auto;
  margin-bottom: 40px;
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box.style-2 {
  background-color: var(--white);
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box.style-2 .icon {
  background-color: var(--bg);
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box.style-3 {
  background-color: var(--theme-2);
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box.style-4 {
  background-color: var(--header);
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box.style-4 .ed-counter-item h2 {
  color: var(--white);
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items .ed-box.style-4 .ed-counter-item p {
  color: var(--white);
}
.ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items.style-2 {
  margin-top: 200px;
}
@media (max-width: 1199px) {
  .ed-choose-us-wrapper-2 .ed-icon-box-items-area .ed-box-items.style-2 {
    margin-top: 30px;
  }
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  padding: 15px 0;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
.scrolling-wrap .comm .cmn-textslide i {
  font-size: 21px;
}
.scrolling-wrap .comm .cmn-textslide.text-color-2 {
  color: var(--white);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.mycustom-marque {
  background-color: var(--theme);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.ed-choose-us-style-22 {
  margin-top: 30px;
}
.ed-choose-us-style-22 .ed-box-items .ed-box {
  background-color: #F0F4F5 !important;
}
.ed-choose-us-style-22 .ed-box-items .ed-box .icon {
  background-color: var(--white) !important;
}
.ed-choose-us-style-22 .ed-box-items .ed-box.style-3 {
  background-color: var(--theme-2) !important;
}
.ed-choose-us-style-22 .ed-box-items .ed-box.style-4 {
  background-color: #141519 !important;
}

/* 02.6 Courses */
.ed-category-box-items {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 28px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.ed-category-box-items .ed-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #F2F4F7;
  margin: 0 auto;
  margin-bottom: 25px;
}
.ed-category-box-items .ed-content h3 {
  margin-bottom: 10px;
  color: var(--white);
}
.ed-category-box-items .ed-content p {
  font-size: 16px;
  color: var(--bg);
}
.ed-category-box-items .ed-content .theme-btn {
  background-color: transparent;
  color: var(--white);
  border-radius: 30px;
  border: 1px solid var(--white);
  margin-top: 30px;
}
.ed-category-box-items:hover {
  background-color: var(--theme-2);
  transition: all 0.4s ease-in-out;
}
.ed-category-box-items:hover .ed-icon {
  background-color: var(--white);
}
.ed-category-box-items:hover .ed-content h3 {
  color: var(--header);
}
.ed-category-box-items:hover .ed-content p {
  color: var(--header);
}
.ed-category-box-items:hover .ed-content .theme-btn {
  background-color: var(--header);
  border: 1px solid transparent;
}
.ed-category-box-items:hover .ed-content .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
}
.ed-category-box-items:hover .ed-content .theme-btn::before {
  background-color: var(--theme);
}
.ed-category-box-items:hover .ed-content .theme-btn:hover i {
  background-color: var(--theme-2) !important;
  color: var(--theme);
}

.ed-top-category-section {
  position: relative;
  z-index: 9;
}
.ed-top-category-section .category-shape-1 {
  position: absolute;
  top: 10%;
  right: 80px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ed-top-category-section .category-shape-1 {
    display: none;
  }
}
.ed-top-category-section .array-button {
  position: relative;
}
.ed-top-category-section .array-button::before {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  height: 1px;
  width: 620px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media (max-width: 1399px) {
  .ed-top-category-section .array-button::before {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .ed-top-category-section .array-button::before {
    display: none;
  }
}
.ed-top-category-section .array-button::after {
  position: absolute;
  top: 25px;
  right: 0;
  content: "";
  height: 1px;
  width: 620px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .ed-top-category-section .array-button::after {
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .ed-top-category-section .array-button::after {
    display: none;
  }
}
.ed-top-category-section .array-button .array-prev, .ed-top-category-section .array-button .array-next {
  border: 1px solid var(--white);
  color: var(--white);
}
.ed-top-category-section .array-button .array-prev:hover, .ed-top-category-section .array-button .array-next:hover {
  color: var(--header);
}

.ed-courses-box-items {
  margin-top: 30px;
  border-radius: 18px;
  background: var(--bg);
  overflow: hidden;
}
.ed-courses-box-items .ed-courses-image {
  position: relative;
}
.ed-courses-box-items .ed-courses-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 0px 0px;
}
.ed-courses-box-items .ed-courses-image .post-box {
  border-radius: 30px;
  background: var(--theme-2);
  padding: 12px 20px;
  color: var(--header);
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 14px;
  font-weight: 600;
}
.ed-courses-box-items .ed-courses-image .post-box:hover {
  background: var(--theme);
  color: var(--white);
}
.ed-courses-box-items .ed-courses-content {
  padding: 30px 30px;
}
@media (max-width: 1399px) {
  .ed-courses-box-items .ed-courses-content {
    padding: 25px 18px;
  }
}
@media (max-width: 1199px) {
  .ed-courses-box-items .ed-courses-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .ed-courses-box-items .ed-courses-content {
    padding: 26px;
  }
}
@media (max-width: 575px) {
  .ed-courses-box-items .ed-courses-content {
    padding: 24px;
  }
}
.ed-courses-box-items .ed-courses-content .star {
  color: rgb(255, 164, 27);
}
.ed-courses-box-items .ed-courses-content .star i:last-child {
  color: #6C706F;
}
.ed-courses-box-items .ed-courses-content h3 {
  margin-top: 10px;
}
.ed-courses-box-items .ed-courses-content h3 a:hover {
  color: var(--theme);
}
.ed-courses-box-items .ed-courses-content .post-date {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(108, 112, 111, 0.3);
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .ed-courses-box-items .ed-courses-content .post-date {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .ed-courses-box-items .ed-courses-content .post-date {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.ed-courses-box-items .ed-courses-content .post-date li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .ed-courses-box-items .ed-courses-content .post-date li {
    gap: 10px;
  }
}
.ed-courses-box-items .ed-courses-content .post-date li .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  color: var(--theme);
}
.ed-courses-box-items .ed-courses-content .client-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .ed-courses-box-items .ed-courses-content .client-info-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.ed-courses-box-items .ed-courses-content .client-info-area .client-info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}
.ed-courses-box-items .ed-courses-content .client-info-area h2 {
  font-size: 36px;
  color: var(--theme);
  font-weight: 600;
}
@media (max-width: 575px) {
  .ed-courses-box-items .ed-courses-content .client-info-area h2 {
    font-size: 30px;
  }
}
.ed-courses-box-items .ed-courses-content .theme-btn {
  width: 100%;
  padding: 20px;
  display: none;
  margin-top: -13px;
}
.ed-courses-box-items .ed-courses-content .theme-btn:hover {
  color: var(--header);
}
.ed-courses-box-items:hover .ed-courses-content .client-info-area {
  display: none;
}
.ed-courses-box-items:hover .ed-courses-content .theme-btn {
  display: block;
}

.ed-category-box-items-3 {
  border-radius: 18px;
  background: var(--bg);
  padding: 40px 30px;
  transition: all 0.4s ease-in-out;
}
.ed-category-box-items-3 .ed-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.ed-category-box-items-3 .ed-icon img {
  transition: all 0.4s ease-in-out;
}
.ed-category-box-items-3 .ed-content p {
  font-size: 16px;
  margin-top: 10px;
}
.ed-category-box-items-3:hover {
  background-color: var(--theme);
}
.ed-category-box-items-3:hover .ed-content h4 {
  color: var(--white);
}
.ed-category-box-items-3:hover .ed-content p {
  color: var(--bg);
}
.ed-category-box-items-3.style-2 {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .ed-category-box-items-3.style-2 {
    margin-top: 0;
  }
}

.ed-courses-details-area .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content {
  margin-top: 30px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-date {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-date li h6 {
  border-radius: 30px;
  background: #F2F4F7;
  padding: 10px 24px;
  display: inline-block;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-date li {
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-date li i {
  color: var(--theme);
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content h3 {
  font-size: 36px;
  margin-top: 20px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content p {
  margin-top: 20px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-items {
  margin-top: 20px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-items li {
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-items li i {
  color: var(--header);
  margin-right: 8px;
  font-size: 25px;
}
.ed-courses-details-area .ed-courses-details-wrapper .ed-left-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content {
  margin-top: 32px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav {
  display: flex;
  align-items: center;
  background-color: var(--white);
  box-shadow: 10px 4px 30px rgba(168, 168, 168, 0.2);
  border: 1px solid var(--border);
  border-radius: 10px;
  justify-content: center;
  padding: 14px 30px;
  gap: 80px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item {
  padding: 0;
  position: relative;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  position: relative;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link::before {
  position: absolute;
  right: -40px;
  top: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(0, 91, 255, 0.2);
}
@media (max-width: 1199px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link::before {
    display: none;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link.bb-none::before {
  display: none;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link.active {
  color: var(--theme);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link.active::before {
  background-color: var(--theme);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .nav .nav-item .nav-link.active::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme);
  transition: 0.3s;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .description-content h3 {
  font-size: 27px;
  margin-bottom: 20px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .description-content .list-item li {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .description-content .list-item li i {
  color: var(--theme);
  margin-right: 5px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .description-content .list-item li:not(:last-child) {
  margin-bottom: 10px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items h3 {
  font-size: 27px;
  margin-bottom: 30px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  border: 1px solid var(--border);
  border-radius: 7px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item h2 button {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 20px 30px;
  font-family: "Poppins", sans-serif;
  color: var(--header);
  background-color: transparent;
  border-bottom: 1px solid var(--border);
  border-radius: 7px;
}
@media (max-width: 575px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body {
  padding: 0;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
}
@media (max-width: 1199px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li span {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-item .accordion-body ul li span i {
  margin-right: 10px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button::after {
  display: none;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 18px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .course-curriculum-items .courses-faq-items .accordion .accordion-button.collapsed::before {
  content: "\f054";
  color: var(--header);
  background-color: transparent;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items h3 {
  margin-bottom: 10px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items {
  padding: 40px 50px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: #F4F9FF;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items .content {
  max-width: 521px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items .content p {
  margin-top: 25px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items .content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items .content .social-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items .content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .instructors-items .instructors-box-items.style-2 {
  background-color: var(--white);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items h3 {
  font-size: 27px;
  margin-bottom: 30px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box {
  display: flex;
  align-items: center;
  gap: 70px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box .reviews-box {
  padding: 50px 34px;
  text-align: center;
  min-width: 248px;
  box-shadow: 10px 4px 60px rgba(182, 182, 182, 0.2);
  background-color: var(--white);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
  font-size: 90px;
  line-height: 1;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
  color: #FFAE5D;
  margin-bottom: 10px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right {
  max-width: 452px;
  width: 100%;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child) {
  margin-bottom: 15px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
  color: #FFAE5D;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2 {
  color: var(--text);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
  font-weight: 500;
  color: var(--header);
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
  background: rgba(255, 174, 93, 0.3);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 5px;
  width: 100%;
  max-width: 244px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: #FFAE5D;
  height: 5px;
  width: 0;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
  animation: load2 3s normal forwards;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
  animation: load3 3s normal forwards;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
  animation: load4 3s normal forwards;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
  animation: load5 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load4 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load5 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .instructors-box-items {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .instructors-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .instructors-box-items .content {
  max-width: 540px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .instructors-box-items .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .instructors-box-items .content p {
  margin-top: 15px;
}
.ed-courses-details-area .ed-courses-details-wrapper .courses-details-content .courses-reviews-items .instructors-box-items .content .star {
  color: #FFAE5D;
  margin-top: 15px;
}
.ed-courses-details-area .details-list-area {
  margin-top: -80px;
  margin-right: 20px;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .ed-courses-details-area .details-list-area {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .ed-courses-details-area .details-list-area {
    margin-top: 30px;
  }
}
.ed-courses-details-area .details-list-area .details-list {
  margin-bottom: 30px;
}
.ed-courses-details-area .details-list-area .details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.ed-courses-details-area .details-list-area .details-list li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.ed-courses-details-area .details-list-area .details-list li span i {
  color: var(--theme);
}
.ed-courses-details-area .details-list-area .theme-btn {
  padding: 20px 35px;
}
.ed-courses-details-area .details-list-area .theme-btn.style-2 {
  background-color: var(--theme-2);
  color: var(--header);
}
.ed-courses-details-area .details-list-area .theme-btn.style-2::before {
  background-color: var(--theme);
}
.ed-courses-details-area .details-list-area .theme-btn.style-2:hover {
  color: var(--white);
}
.ed-courses-details-area .details-list-area .social-icon {
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.ed-courses-details-area .details-list-area .social-icon a {
  color: var(--header);
}
.ed-courses-details-area .details-list-area .social-icon a:hover {
  color: var(--theme-2);
}

.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items {
  border-radius: 18px;
  background: #F2F4F7;
  padding: 40px 36px;
  margin-bottom: 20px;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .wid-title {
  margin-bottom: 15px;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .wid-title h5 {
  font-size: 24px;
  font-weight: 600;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .wid-title.style-2 {
  border: none;
  padding-bottom: 0;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items:not(:last-child) {
  margin-bottom: 30px;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list-box {
  background-color: var(--white);
  padding: 16px;
  line-height: 1;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list-box:not(:last-child) {
  margin-bottom: 10px;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .courses-list-box .star {
  color: #FFA41B;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .ed-search-widget form {
  width: 100%;
  position: relative;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .ed-search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .ed-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 66px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .ed-search-widget form button:hover {
  background-color: var(--header);
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ed-courses-wrapper .courses-main-sidebar-area .courses-main-sidebar .courses-sidebar-items .categories-list .checkbox-single .text-color {
  font-weight: 600;
  font-size: 16px;
  color: var(--header);
}

.program-details-wrapper .program-details-items .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.program-details-wrapper .program-details-items .details-content {
  margin-top: 40px;
}
.program-details-wrapper .program-details-items .details-content .post {
  background-color: var(--theme-2);
  color: var(--white);
  padding: 4px 15px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
}
.program-details-wrapper .program-details-items .details-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .program-details-wrapper .program-details-items .details-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .program-details-wrapper .program-details-items .details-content h2 {
    font-size: 24px;
  }
}
.program-details-wrapper .program-details-items .details-content .details-author-area {
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .program-details-wrapper .program-details-items .details-content .details-author-area {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.program-details-wrapper .program-details-items .details-content .details-author-area .author-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.program-details-wrapper .program-details-items .details-content .details-author-area .class-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.program-details-wrapper .program-details-items .details-content .details-author-area .class-list li i {
  color: var(--theme-2);
}
.program-details-wrapper .program-details-items .details-content .list-items {
  margin-top: 20px;
}
.program-details-wrapper .program-details-items .details-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.program-details-wrapper .program-details-items .details-content .list-items li i {
  margin-right: 5px;
  color: var(--theme);
}
.program-details-wrapper .details-list-area {
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  border: 1px solid var(--border);
}
@media (max-width: 1199px) {
  .program-details-wrapper .details-list-area {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .program-details-wrapper .details-list-area {
    padding: 30px 40px;
  }
}
.program-details-wrapper .details-list-area h3 {
  font-size: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .program-details-wrapper .details-list-area {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .program-details-wrapper .details-list-area {
    margin-top: 0;
  }
}
.program-details-wrapper .details-list-area .details-list {
  margin-bottom: 30px;
}
.program-details-wrapper .details-list-area .details-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.program-details-wrapper .details-list-area .details-list li span {
  font-weight: 600 !important;
  color: var(--header);
}
.program-details-wrapper .details-list-area .details-list li span i {
  color: var(--theme-2);
}
.program-details-wrapper .details-list-area .theme-btn {
  padding: 24px 40px;
}
@media (max-width: 1199px) {
  .program-details-wrapper .details-list-area .theme-btn {
    padding: 19px 25px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .program-details-wrapper .details-list-area .theme-btn {
    padding: 19px 40px;
    font-size: 16px;
  }
}
.program-details-wrapper .details-list-area .theme-btn.border-style {
  border: 1px solid var(--theme-2);
  color: var(--theme-2);
  background-color: transparent;
  padding: 24px 40px;
}
.program-details-wrapper .details-list-area .theme-btn.border-style::after, .program-details-wrapper .details-list-area .theme-btn.border-style::before {
  background-color: var(--theme-2);
}
.program-details-wrapper .details-list-area .theme-btn.border-style:hover {
  color: var(--white);
}
.program-details-wrapper .details-list-area .social-icon {
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.program-details-wrapper .details-list-area .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--theme-2);
  border-radius: 8px;
}
.program-details-wrapper .details-list-area .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid transparent;
}
.program-details-wrapper .program-author-items {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-top: 23px;
}
@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.program-details-wrapper .program-author-items .thumb {
  max-width: 370px;
}
.program-details-wrapper .program-author-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.program-details-wrapper .program-author-items .content {
  max-width: 700px;
}
@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items .content {
    margin: 0 auto;
    text-align: center;
  }
}
.program-details-wrapper .program-author-items .content h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .program-details-wrapper .program-author-items .content h2 {
    font-size: 26px;
  }
}
.program-details-wrapper .program-author-items .content span {
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 575px) {
  .program-details-wrapper .program-author-items .content span {
    margin-bottom: 10px;
  }
}
.program-details-wrapper .program-author-items .content ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items .content ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.program-details-wrapper .program-author-items .content ul li {
  color: var(--header);
}
.program-details-wrapper .program-author-items .content ul li i {
  margin-right: 5px;
}
.program-details-wrapper .program-author-items .content ul li .color-star {
  color: var(--theme-2);
}
.program-details-wrapper .program-author-items .content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .program-details-wrapper .program-author-items .content .social-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .program-details-wrapper .program-author-items .content .social-icon {
    margin-top: 20px;
  }
}
.program-details-wrapper .program-author-items .content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid var(--theme-2);
}
.program-details-wrapper .program-author-items .content .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border: 1px solid transparent;
}

/* 02.7 Event */
.ed-event-details-area .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .ed-event-details-area .ed-event-details-wrapper .details-content {
    margin-top: 20px;
  }
}
.ed-event-details-area .ed-event-details-wrapper .details-content h2 {
  font-weight: 600;
  font-size: 36px;
}
@media (max-width: 767px) {
  .ed-event-details-area .ed-event-details-wrapper .details-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .ed-event-details-area .ed-event-details-wrapper .details-content h2 {
    font-size: 26px;
  }
}
.ed-event-details-area .ed-event-details-wrapper .details-content .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .offer-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .offer-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .offer-list li:not(:last-child) {
  margin-bottom: 15px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .location {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .location li i {
  color: var(--theme);
  margin-right: 5px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .location li a {
  color: var(--text);
}
.ed-event-details-area .ed-event-details-wrapper .details-content .map-items {
  margin-top: 40px;
}
.ed-event-details-area .ed-event-details-wrapper .details-content .map-items iframe {
  width: 100%;
  height: 450px;
}
.ed-event-details-area .event-details-information {
  background-color: #F2F4F7;
  padding: 40px 35px;
  border-radius: 18px;
  margin-top: 40px;
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .ed-event-details-area .event-details-information {
    margin-left: 0;
  }
}
.ed-event-details-area .event-details-information .information-list {
  margin-top: 20px;
  margin-bottom: 30px;
}
.ed-event-details-area .event-details-information .information-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.ed-event-details-area .event-details-information .information-list li span {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
}
.ed-event-details-area .event-details-information .information-list li span i {
  margin-right: 10px;
}
.ed-event-details-area .event-details-information .information-list li .text {
  font-weight: 500;
  color: var(--header);
  text-align: right;
  display: inline-block;
}
.ed-event-details-area .event-details-information .information-list li .text.color-2 {
  color: var(--theme);
}
.ed-event-details-area .event-details-information .information-list li .text.color-3 {
  color: var(--theme);
}
.ed-event-details-area .event-details-information .theme-btn {
  width: 100%;
  background-color: var(--theme);
  color: var(--white);
  padding: 20px 30px;
  justify-content: center;
  border-radius: 30px;
}
.ed-event-details-area .event-details-information .theme-btn::before, .ed-event-details-area .event-details-information .theme-btn::after {
  display: none;
}
.ed-event-details-area .event-details-information .theme-btn:hover {
  background-color: var(--header);
}
.ed-event-details-area .event-details-information .coming-soon-timer {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 650px;
  justify-content: center;
  margin: 30px auto;
}
@media (max-width: 1399px) {
  .ed-event-details-area .event-details-information .coming-soon-timer {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ed-event-details-area .event-details-information .coming-soon-timer .timer-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--header);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white);
  text-align: center;
}
.ed-event-details-area .event-details-information .coming-soon-timer .timer-content h3.bg-2 span {
  background-color: #C3F499;
}
.ed-event-details-area .event-details-information .coming-soon-timer .timer-content h3.bg-3 span {
  background-color: #00E2C5;
}
.ed-event-details-area .event-details-information .coming-soon-timer .timer-content h3.bg-4 span {
  background-color: #66FFFF;
}
.ed-event-details-area .event-details-information .coming-soon-timer .timer-content p {
  font-weight: 600;
  font-size: 18px;
  color: var(--header);
  margin-top: 10px;
  text-align: center;
}
.ed-event-details-area .event-details-information .share-btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
}
.ed-event-details-area .event-details-information .share-btn i {
  margin-right: 5px;
}

.ed-event-box-items-2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  background-color: #F2F4F7;
}
@media (max-width: 1199px) {
  .ed-event-box-items-2 {
    display: block;
  }
}
.ed-event-box-items-2 .ed-image {
  max-width: 264px;
}
@media (max-width: 1199px) {
  .ed-event-box-items-2 .ed-image {
    max-width: initial;
  }
  .ed-event-box-items-2 .ed-image img {
    border-radius: 12px !important;
  }
}
.ed-event-box-items-2 .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px 0px 0px 18px;
}
.ed-event-box-items-2 .ed-content {
  padding: 0 30px;
  flex-basis: 60%;
}
@media (max-width: 1199px) {
  .ed-event-box-items-2 .ed-content {
    padding: 25px;
  }
}
.ed-event-box-items-2 .ed-content h3 a:hover {
  color: var(--theme);
}
.ed-event-box-items-2 .ed-content .list-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.ed-event-box-items-2 .ed-content .list-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.ed-event-box-items-2 .ed-content .list-box li i {
  color: var(--theme-2);
}
.ed-event-box-items-2 .ed-content .theme-btn {
  background-color: transparent;
  color: var(--header);
  border-radius: 30px;
  border: 1px solid #6C706F;
  margin-top: 20px;
}
.ed-event-box-items-2 .ed-content .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.ed-event-box-items-2 .ed-content .theme-btn::before {
  background-color: var(--theme);
}
.ed-event-box-items-2 .ed-content .theme-btn:hover {
  color: var(--white);
}
.ed-event-box-items-2 .ed-content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme);
}

/* 02.8 Team */
.ed-team-box-items {
  margin-top: 30px;
}
.ed-team-box-items .ed-image {
  position: relative;
}
.ed-team-box-items .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-team-box-items .ed-image .ed-content {
  position: absolute;
  border-radius: 10px;
  background: var(--white);
  padding: 17px 20px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .ed-team-box-items .ed-image .ed-content {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.ed-team-box-items .ed-image .ed-content h4 a:hover {
  color: var(--theme);
}
.ed-team-box-items .ed-image .ed-content p {
  font-size: 16px;
  margin-top: 5px;
}
.ed-team-box-items .ed-image:hover .ed-content {
  opacity: 1;
  visibility: visible;
}

.ed-team-wrapper-3 .ed-team-image-items {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .ed-team-wrapper-3 .ed-team-image-items {
    margin-right: 0;
  }
}
.ed-team-wrapper-3 .ed-team-image-items .team-img {
  position: relative;
}
.ed-team-wrapper-3 .ed-team-image-items .team-img img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content {
  padding: 18px 24px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-radius: 10px;
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content h3 a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #144443 0%, #144443 100%);
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content .share-icon {
  position: absolute;
  right: 24px;
  bottom: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #162726;
  background: #F2F4F7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content .share-icon:hover {
  background: var(--theme);
  color: var(--white);
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content .social-icon {
  position: absolute;
  right: 20px;
  bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content .social-icon a {
  position: relative;
  width: 44px;
  height: 44px;
  display: block;
  font-size: 16px;
  border-radius: 6px;
  line-height: 44px;
  text-align: center;
  color: var(--header);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--white);
}
.ed-team-wrapper-3 .ed-team-image-items .team-img .team-content .social-icon a:hover {
  background: var(--theme);
  color: var(--white);
}
.ed-team-wrapper-3 .ed-team-image-items .team-img:hover .team-content .social-icon {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.ed-team-wrapper-3 .ed-team-content {
  border-radius: 18px;
  background: #223635;
  padding: 35px;
  position: relative;
}
.ed-team-wrapper-3 .ed-team-content .array-button {
  display: grid;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 999;
}
.ed-team-wrapper-3 .ed-team-content .array-button .array-prev, .ed-team-wrapper-3 .ed-team-content .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
}
.ed-team-wrapper-3 .ed-team-content .array-button .array-prev {
  background-color: var(--white);
  color: var(--theme-2);
}
.ed-team-wrapper-3 .ed-team-content .array-button .array-prev:hover {
  color: var(--white);
  background-color: var(--theme-2);
}
.ed-team-wrapper-3 .ed-team-content .array-button .array-next {
  color: var(--theme);
  background-color: var(--theme-2);
}
.ed-team-wrapper-3 .ed-team-content .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme-2);
}
.ed-team-wrapper-3 .ed-team-content .team-text {
  margin-top: 15px;
  color: var(--white);
}
.ed-team-wrapper-3 .ed-team-content .ed-team-image {
  margin-top: 20px;
}
.ed-team-wrapper-3 .ed-team-content .ed-team-image .image {
  max-width: 223px;
  height: 193px;
}
@media (max-width: 1199px) {
  .ed-team-wrapper-3 .ed-team-content .ed-team-image .image {
    max-width: initial;
  }
}
.ed-team-wrapper-3 .ed-team-content .ed-team-image .image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.ed-team-section {
  position: relative;
}

.ed-team-details-wrapper .ed-team-details-left-image {
  margin-right: 90px;
}
@media (max-width: 1199px) {
  .ed-team-details-wrapper .ed-team-details-left-image {
    margin-right: 0;
  }
}
.ed-team-details-wrapper .ed-team-details-left-image .ed-image {
  position: relative;
}
.ed-team-details-wrapper .ed-team-details-left-image .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-team-details-wrapper .ed-team-details-left-image .ed-image .text-team {
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 22px 30px;
  background-color: var(--theme-2);
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
  max-height: 410px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
}
@media (max-width: 1199px) {
  .ed-team-details-wrapper .ed-team-details-left-image .ed-image .text-team {
    right: 0;
  }
}
.ed-team-details-wrapper .ed-team-details-right-content h4 {
  color: var(--theme);
  margin-bottom: 25px;
  margin-top: 15px;
}
.ed-team-details-wrapper .ed-team-details-right-content ul {
  margin-top: 20px;
}
.ed-team-details-wrapper .ed-team-details-right-content ul li i {
  margin-right: 10px;
  color: var(--theme-2);
}
.ed-team-details-wrapper .ed-team-details-right-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ed-team-details-wrapper .ed-team-details-right-content .social-icon {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.ed-team-details-wrapper .ed-team-details-right-content .social-icon a {
  border-radius: 50px;
  background: var(--bg);
  padding: 12px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 25px;
  text-align: center;
}
.ed-team-details-wrapper .ed-team-details-right-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.ed-team-details-wrapper .ed-middle-content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ed-team-details-wrapper .ed-middle-content {
    margin-top: 30px;
  }
}
.ed-team-details-wrapper .ed-middle-content h3 {
  font-size: 36px;
  margin-bottom: 15px;
}
.ed-team-details-wrapper .contact-content {
  margin-top: 100px;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .ed-team-details-wrapper .contact-content {
    margin-right: 0;
    margin-top: 60px;
  }
}
.ed-team-details-wrapper .contact-content .header h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.ed-team-details-wrapper .contact-content .contact-form-box {
  margin-top: 40px;
}
.ed-team-details-wrapper .contact-content .contact-form-box .form-clt input, .ed-team-details-wrapper .contact-content .contact-form-box .form-clt textarea {
  border-radius: 6px;
  background: #F2F4F7;
  line-height: 1;
  padding: 20px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border: none;
}
.ed-team-details-wrapper .contact-content .contact-form-box .form-clt textarea {
  padding-bottom: 110px;
}
.ed-team-details-wrapper .ed-pro-items {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .ed-team-details-wrapper .ed-pro-items {
    margin-top: 60px;
  }
}
.ed-team-details-wrapper .ed-pro-items .header h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap {
  margin-top: 30px;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items {
  width: 100%;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 40px;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .progress {
  background: rgba(6, 78, 164, 0.5);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 10px;
  width: 0;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.ed-team-details-wrapper .ed-pro-items .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}

.ed-team-section-3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 195px !important;
}
.ed-team-section-3 .line-top {
  position: absolute;
  top: -40px;
  left: 0;
  height: 92px;
}
.ed-team-section-3 .line-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
}

.team-box-items-4 {
  position: relative;
}
.team-box-items-4 .team-image {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.team-box-items-4 .team-image::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(3, 31, 66, 0.8);
  transform-origin: center;
  transition: all 300ms ease;
}
.team-box-items-4 .team-image img {
  width: 100%;
  height: 100%;
}
.team-box-items-4 .team-image .team-content {
  position: absolute;
  left: 40px;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-box-items-4 .team-image .team-content h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
.team-box-items-4 .team-image .team-content h3 a {
  color: var(--white);
}
.team-box-items-4 .team-image .team-content p {
  color: var(--white);
}
.team-box-items-4 .team-image .social-profile {
  position: absolute;
  right: 20px;
  top: -120px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.team-box-items-4 .team-image .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-items-4 .team-image .social-profile ul li {
  margin-bottom: 10px;
}
.team-box-items-4 .team-image .social-profile ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
}
.team-box-items-4 .team-image .social-profile ul li a:hover {
  background: var(--theme);
}
.team-box-items-4 .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: var(--theme);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  margin-bottom: 10px;
}
.team-box-items-4 .team-image .social-profile .plus-btn:hover {
  background: var(--theme);
}
.team-box-items-4 .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-box-items-4:hover .team-image::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.team-box-items-4:hover .team-image .team-content {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
.team-box-items-4:hover .team-image .social-profile {
  visibility: visible;
  opacity: 1;
  top: 20px;
}
.team-box-items-4.style-2 {
  margin-top: 30px;
}
.team-box-items-4.style-2 .team-image::before {
  display: none;
}
.team-box-items-4.style-2 .team-image img {
  border-radius: 7px;
}
.team-box-items-4.style-2 .team-image .social-profile {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  visibility: visible;
}
.team-box-items-4.style-2 .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
}
.team-box-items-4.style-2 .team-image .social-profile ul li a:hover {
  background: var(--theme);
  color: var(--white);
}
.team-box-items-4.style-2 .team-image .social-profile .plus-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
}
.team-box-items-4.style-2 .team-image .social-profile .plus-btn:hover {
  background: var(--theme);
  color: var(--white);
}
.team-box-items-4.style-2 .team-content {
  margin-top: 20px;
  text-align: center;
}
.team-box-items-4.style-2 .team-content h4 {
  font-size: 24px;
}
.team-box-items-4.style-2 .team-content h4 a:hover {
  color: var(--theme);
}

/* 02.9 Testimonial */
.section-title-area .ed-testimonial-author-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .section-title-area .ed-testimonial-author-items {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.section-title-area .ed-testimonial-author-items .ed-testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-title-area .ed-testimonial-author-items .ed-testimonial-author .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #F2F4F7;
  text-align: center;
  border-radius: 8px;
}

.ed-testimonial-box-items {
  border-radius: 18px;
  background: #F2F4F7;
  padding: 40px 36px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .ed-testimonial-box-items {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .ed-testimonial-box-items {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .ed-testimonial-box-items {
    padding: 24px;
  }
}
.ed-testimonial-box-items h4 {
  font-size: 21px;
  font-weight: 400;
  color: #27282C;
  margin-top: 40px;
  line-height: 167%;
}
@media (max-width: 1399px) {
  .ed-testimonial-box-items h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .ed-testimonial-box-items h4 {
    font-size: 19px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .ed-testimonial-box-items h4 {
    font-size: 17px;
  }
}
.ed-testimonial-box-items .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .ed-testimonial-box-items .client-info {
    margin-top: 20px;
  }
}

.ed-testimonial-box-2 {
  border-radius: 18px;
  background: var(--white);
  padding: 50px 40px;
  margin-top: 30px;
  text-align: center;
}
.ed-testimonial-box-2 .star {
  color: rgb(236, 176, 20);
}
.ed-testimonial-box-2 h3 {
  font-weight: 400;
  font-family: "Open Sans";
  margin-top: 20px;
}

.testimonial-thumbs {
  max-width: 400px;
  overflow: hidden;
  margin-top: 30px;
}
.testimonial-thumbs .ed-info {
  text-align: center;
  width: 249px;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  margin-left: -85px;
}
.testimonial-thumbs .swiper-slide.swiper-slide-active .ed-info {
  opacity: 1;
  visibility: visible;
}

.ed-testimonial-section-2 {
  position: relative;
  padding-bottom: 250px !important;
  margin-top: 40px;
  margin-bottom: -48px;
}
.ed-testimonial-section-2 .array-button {
  margin-top: -100px;
  justify-content: start;
}
@media (max-width: 1199px) {
  .ed-testimonial-section-2 {
    padding-bottom: 230px !important;
  }
}
@media (max-width: 991px) {
  .ed-testimonial-section-2 {
    padding-bottom: 210px !important;
  }
}
.ed-testimonial-section-2.style-inner {
  padding-bottom: 120px !important;
}
@media (max-width: 1199px) {
  .ed-testimonial-section-2.style-inner {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 991px) {
  .ed-testimonial-section-2.style-inner {
    padding-bottom: 80px !important;
  }
}
.ed-testimonial-section-2 .line-top {
  position: absolute;
  top: -40px;
  left: 0;
  height: 92px;
}
.ed-testimonial-section-2 .line-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 138px;
}
.ed-testimonial-section-2 .testimonial-shape-1 {
  position: absolute;
  top: 5%;
  right: 5%;
}
.ed-testimonial-section-2 .testimonial-shape-2 {
  position: absolute;
  bottom: 15%;
  left: 5%;
}

/* 02.10 FAQ */
.ed-faq-wrapper-3 .ed-faq-images-items {
  position: relative;
}
.ed-faq-wrapper-3 .ed-faq-images-items .ed-counter-item {
  background-color: var(--theme-2);
  color: var(--header);
  border-radius: 10px;
  padding: 40px 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ed-faq-wrapper-3 .ed-faq-images-items .ed-counter-item h2 {
  color: var(--header);
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ed-faq-wrapper-3 .ed-faq-images-items .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  border: 10px solid var(--theme);
}
.ed-faq-wrapper-3 .ed-faq-images-items .ed-image-2 {
  margin-bottom: 30px;
}
.ed-faq-wrapper-3 .ed-faq-images-items .ed-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-faq-wrapper-3 .ed-faq-images-items .ed-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-faq-wrapper-3 .faq-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .ed-faq-wrapper-3 .faq-content {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .ed-faq-wrapper-3 .faq-content {
    margin-left: 0;
  }
}
.ed-faq-wrapper-3 .faq-content .accordion-item {
  border: 0;
  background-color: transparent;
  margin-bottom: 24px;
  margin-top: 25px;
}
.ed-faq-wrapper-3 .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--white);
  border: 0;
  border-radius: 12px 12px 0px 0px;
  box-shadow: none;
  background-color: var(--header);
  padding: 16px 15px 16px 25px;
  text-transform: capitalize;
  font-size: 20px;
  background-color: var(--theme);
  border: none;
}
@media (max-width: 1199px) {
  .ed-faq-wrapper-3 .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.ed-faq-wrapper-3 .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color: var(--white);
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: var(--header);
  border-radius: 50%;
}
.ed-faq-wrapper-3 .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  transform: rotate(0);
  color: var(--theme);
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
}
.ed-faq-wrapper-3 .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 10px;
  border: none;
  background: transparent;
  padding: 16px 15px 16px 25px;
  color: var(--header);
  background-color: var(--white);
}
.ed-faq-wrapper-3 .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-left: 30px;
  padding-top: 15px;
  color: var(--header);
  background-color: var(--white);
  border: none;
}
@media (max-width: 1399px) {
  .ed-faq-wrapper-3 .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

.ed-faq-section-3 {
  position: relative;
  margin-top: 30px;
}
.ed-faq-section-3 .line-top {
  position: absolute;
  top: -30px;
  left: 0;
  height: 61px;
}

.faq-search-item {
  max-width: 936px;
  margin: 0 auto;
  position: relative;
}
.faq-search-item input {
  background-color: var(--white);
  line-height: 1;
  width: 100%;
  border: none;
  padding: 22px 30px;
  border-radius: 30px;
}
.faq-search-item button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.faq-search-text {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq-search-text {
    font-size: 38px;
  }
}
.faq-search-text span {
  color: var(--theme);
}

/* 02.11 CTA */
@media (max-width: 1199px) {
  .ed-cta-class-wrapper {
    padding: 80px 0;
  }
}
.ed-cta-class-wrapper .girl-image {
  margin-bottom: -5px;
}
@media (max-width: 1399px) {
  .ed-cta-class-wrapper .girl-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .ed-cta-class-wrapper .girl-image {
    display: none;
  }
}
@media (max-width: 1899px) {
  .ed-cta-class-wrapper .girl-image.style-2 {
    margin-left: -100px;
  }
}
@media (max-width: 1600px) {
  .ed-cta-class-wrapper .girl-image.style-2 {
    margin-left: -150px;
  }
}
@media (max-width: 1399px) {
  .ed-cta-class-wrapper .girl-image.style-2 {
    margin-left: -75px;
  }
}
@media (max-width: 1399px) {
  .ed-cta-class-wrapper .content {
    margin-top: -30px;
  }
}
@media (max-width: 1399px) {
  .ed-cta-class-wrapper .content {
    margin-top: 0;
  }
}
.ed-cta-class-wrapper .content .theme-btn {
  background-color: var(--white);
  color: var(--header);
  margin-top: 50px;
}
.ed-cta-class-wrapper .content .theme-btn i {
  background-color: var(--theme-2);
  color: var(--theme);
}
.ed-cta-class-wrapper .content .theme-btn::before {
  background-color: var(--theme-2);
}
.ed-cta-class-wrapper .content .theme-btn:hover {
  color: var(--header);
}
.ed-cta-class-wrapper .content .theme-btn:hover i {
  background-color: var(--theme);
  color: var(--white);
}

.ed-cta-clases-section {
  position: relative;
  margin-top: 170px;
}
@media (max-width: 1399px) {
  .ed-cta-clases-section {
    margin-top: 140px;
  }
}
@media (max-width: 1199px) {
  .ed-cta-clases-section {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .ed-cta-clases-section {
    margin-top: 100px;
  }
}
.ed-cta-clases-section .line-top {
  position: absolute;
  top: -145px;
  left: 0;
  height: 145px;
}

.ed-cta-new-wrapper {
  padding: 120px 30px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .ed-cta-new-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .ed-cta-new-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ed-cta-new-wrapper h2 {
  font-size: 70px;
  font-weight: 700;
  max-width: 936px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .ed-cta-new-wrapper h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .ed-cta-new-wrapper h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .ed-cta-new-wrapper h2 {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  .ed-cta-new-wrapper h2 {
    font-size: 32px;
  }
}
.ed-cta-new-wrapper form {
  max-width: 650px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .ed-cta-new-wrapper form {
    margin-top: 30px;
  }
}
.ed-cta-new-wrapper form .theme-btn {
  display: inline-block;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 6px;
  padding: 19px 20px;
  position: absolute;
  top: 6px;
  right: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
.ed-cta-new-wrapper form input {
  width: 100%;
  outline: none;
  border-radius: 10px;
  background-color: var(--white);
  font-size: 15px;
  padding: 24px 20px;
  line-height: 1;
  color: var(--header);
  border: none;
}
.ed-cta-new-wrapper form input::placeholder {
  color: var(--header);
}

.ed-cta-new-wrapper {
  position: relative;
  z-index: 9;
}
.ed-cta-new-wrapper .ed-cta-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .ed-cta-new-wrapper .ed-cta-shape-1 {
    display: none;
  }
}
.ed-cta-new-wrapper .ed-cta-shape-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 30px;
}
@media (max-width: 1199px) {
  .ed-cta-new-wrapper .ed-cta-shape-2 {
    display: none;
  }
}
.ed-cta-new-wrapper .ed-cta-shape-3 {
  position: absolute;
  z-index: -1;
  bottom: 22%;
  right: 10%;
}
@media (max-width: 1199px) {
  .ed-cta-new-wrapper .ed-cta-shape-3 {
    display: none;
  }
}

/* 02.12 Project */
.ed-project-wrapper-2 .nav {
  border-radius: 30px;
  border: 1px solid rgba(108, 112, 111, 0.5);
  background: transparent;
  display: flex;
  align-items: center;
  max-width: 805px;
  margin: 30px auto 30px;
}
@media (max-width: 1199px) {
  .ed-project-wrapper-2 .nav {
    flex-wrap: wrap;
    border: none;
    padding: 20px;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.ed-project-wrapper-2 .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: var(--white);
  padding: 20px 32px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1199px) {
  .ed-project-wrapper-2 .nav .nav-item .nav-link {
    border: 1px solid rgba(108, 112, 111, 0.5);
    border-radius: 30px;
  }
}
.ed-project-wrapper-2 .nav .nav-item .nav-link.active {
  background-color: var(--theme-2);
  border-radius: 30px;
  color: var(--header);
}
.ed-project-wrapper-2 .ed-project-long-image {
  position: relative;
  margin-top: 30px;
  z-index: 9;
}
.ed-project-wrapper-2 .ed-project-long-image .circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme-2);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme);
  opacity: 0;
  visibility: hidden;
}
.ed-project-wrapper-2 .ed-project-long-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-project-wrapper-2 .ed-project-long-image::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(20, 21, 25, 0) 0%, #141519 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 18px;
}
.ed-project-wrapper-2 .ed-project-long-image .ed-project-content-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.ed-project-wrapper-2 .ed-project-long-image .ed-project-content-items .ed-content h3 a {
  color: var(--white);
}
.ed-project-wrapper-2 .ed-project-long-image:hover::before {
  opacity: 1;
  visibility: visible;
}
.ed-project-wrapper-2 .ed-project-long-image:hover .circle-icon {
  opacity: 1;
  visibility: visible;
}
.ed-project-wrapper-2 .ed-project-long-image:hover .ed-project-content-items {
  opacity: 1;
  visibility: visible;
}
.ed-project-wrapper-2 .ed-project-image {
  position: relative;
  margin-top: 30px;
  z-index: 9;
  height: 380px;
}
@media (max-width: 1399px) {
  .ed-project-wrapper-2 .ed-project-image {
    height: 295px;
  }
}
.ed-project-wrapper-2 .ed-project-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.ed-project-wrapper-2 .ed-project-image .circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme-2);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .ed-project-wrapper-2 .ed-project-image .circle-icon {
    top: 30%;
  }
}
.ed-project-wrapper-2 .ed-project-image::before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(20, 21, 25, 0) 0%, #141519 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 18px;
}
.ed-project-wrapper-2 .ed-project-image .ed-project-content-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.ed-project-wrapper-2 .ed-project-image .ed-project-content-items .ed-content h3 a {
  color: var(--white);
}
.ed-project-wrapper-2 .ed-project-image .ed-project-content-items .circle-shape {
  background-color: var(--white);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
}
.ed-project-wrapper-2 .ed-project-image .ed-project-content-items .circle-shape i {
  color: var(--theme);
}
.ed-project-wrapper-2 .ed-project-image:hover::before {
  opacity: 1;
  visibility: visible;
}
.ed-project-wrapper-2 .ed-project-image:hover .ed-project-content-items {
  opacity: 1;
  visibility: visible;
}
.ed-project-wrapper-2 .ed-project-image:hover .circle-icon {
  opacity: 1;
  visibility: visible;
}

.ed-project-section-2 {
  position: relative;
  margin-top: 15px;
  padding-bottom: 260px !important;
  margin-bottom: -40px;
  padding-top: 120px !important;
}
@media (max-width: 1600px) {
  .ed-project-section-2 {
    padding-top: 120px !important;
  }
}
@media (max-width: 1199px) {
  .ed-project-section-2 {
    padding-top: 120px !important;
    padding-bottom: 240px !important;
  }
}
@media (max-width: 991px) {
  .ed-project-section-2 {
    padding-top: 100px !important;
    padding-bottom: 220px !important;
  }
}
.ed-project-section-2 .line-top {
  position: absolute;
  top: -40px;
  left: 0;
  height: 92px;
}
@media (max-width: 991px) {
  .ed-project-section-2 .line-top {
    top: -13px;
  }
}
.ed-project-section-2 .line-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 138px;
}

/* 02.13 Helping */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.array-button .array-prev, .array-button .array-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--header);
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme-2);
  border: 1px solid var(--theme-2);
  color: var(--header);
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 100px;
  background: transparent;
  color: var(--black);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.swiper-dot-3 {
  margin-top: 50px;
  z-index: 1;
}
.swiper-dot-3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  transition: 0.6s;
  background: var(--header);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot-3 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(40, 44, 50);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--theme);
  content: "";
}

.swiper-dot4 {
  text-align: center;
}
.swiper-dot4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: var(--theme);
  opacity: 0.25;
  border-radius: 100%;
  position: relative;
}
.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 35px;
  height: 10px;
  border-radius: 30px;
  opacity: 1;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.footer-bg {
  background-color: #141519;
}

.footer-bg-2 {
  background-color: #F0F4F5;
}

.ml-40 {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .ml-40 {
    margin-left: 0;
  }
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: #F4F4F4;
  color: var(--header);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

/* 02.14 News */
.ed-news-box-items {
  margin-bottom: 3px;
}
.ed-news-box-items .ed-image {
  position: relative;
}
.ed-news-box-items .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-news-box-items .ed-image .post-box {
  border-radius: 30px;
  background: var(--theme-2);
  padding: 12px 20px;
  color: var(--header);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 14px;
  font-weight: 400;
}
.ed-news-box-items .ed-content {
  margin-top: 25px;
}
.ed-news-box-items .ed-content .list-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .ed-news-box-items .ed-content .list-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.ed-news-box-items .ed-content .list-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.ed-news-box-items .ed-content .list-box li i {
  color: var(--theme);
}
.ed-news-box-items .ed-content h3 {
  margin-top: 10px;
}
.ed-news-box-items .ed-content h3 a:hover {
  color: var(--theme-2);
}
.ed-news-box-items .ed-content .theme-btn {
  background-color: var(--white);
  color: var(--header);
  border-radius: 30px;
  border: 1px solid #6C706F;
  margin-top: 30px;
  background: transparent;
}
.ed-news-box-items .ed-content .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
}
.ed-news-box-items .ed-content .theme-btn::before {
  background-color: var(--theme);
}
.ed-news-box-items .ed-content .theme-btn:hover {
  color: var(--white);
}
.ed-news-box-items .ed-content .theme-btn:hover i {
  background-color: var(--theme-2);
  color: var(--theme);
}
.ed-news-box-items.style-2 {
  border-radius: 18px;
  background: #F2F4F7;
  padding: 20px;
  margin-top: 30px;
}

.ed-news-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ed-news-content {
    margin-left: 0;
  }
}
.ed-news-content .news-text {
  margin-top: 25px;
}

.news-left-items {
  margin-top: 30px;
  background: var(--bg);
  padding: 20px 20px 40px 20px;
  border-radius: 18px;
}
.news-left-items .news-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.news-left-items .news-left-content {
  margin-top: 30px;
}
.news-left-items .news-left-content .list-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-left-items .news-left-content .list-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.news-left-items .news-left-content .list-box li i {
  color: var(--theme);
}
.news-left-items .news-left-content h4 a:hover {
  color: var(--theme);
}
.news-left-items .news-left-content .theme-btn {
  background-color: transparent;
  color: var(--header);
  border-radius: 30px;
  border: 1px solid #6C706F;
  margin-top: 25px;
  background: transparent;
}
.news-left-items .news-left-content .theme-btn i {
  background-color: var(--theme-2);
  color: var(--header);
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.news-left-items .news-left-content .theme-btn::before {
  background-color: var(--theme);
}
.news-left-items .news-left-content .theme-btn:hover {
  color: var(--white);
}
.news-left-items .news-left-content .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme);
}

.news-post-items {
  margin-top: 30px;
}
.news-post-items li {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #F2F4F7;
  border-radius: 18px;
}
@media (max-width: 1399px) {
  .news-post-items li {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .news-post-items li {
    display: block;
  }
}
.news-post-items li .post-img {
  padding: 10px;
}
@media (max-width: 1399px) {
  .news-post-items li .post-img {
    max-width: 219px;
  }
}
@media (max-width: 1199px) {
  .news-post-items li .post-img {
    max-width: initial;
  }
}
.news-post-items li .post-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .news-post-items li .post-content {
    padding: 25px;
  }
}
.news-post-items li .list-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .news-post-items li .list-box {
    gap: 10px;
    font-size: 14px;
  }
}
.news-post-items li .list-box .list-items {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .news-post-items li .list-box .list-items {
    gap: 10px;
    font-size: 14px;
  }
}
.news-post-items li .list-box .list-items i {
  color: var(--theme);
}
.news-post-items li h4 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .news-post-items li h4 {
    font-size: 15px;
    line-height: 140%;
    margin-top: 5px !important;
  }
}
.news-post-items li h4 a:hover {
  color: var(--theme);
}
.news-post-items li .theme-btn {
  background-color: transparent;
  color: var(--header);
  border-radius: 30px;
  border: 1px solid #6C706F;
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .news-post-items li .theme-btn {
    margin-top: 15px;
  }
}
@media (max-width: 1399px) {
  .news-post-items li .theme-btn {
    margin-top: 20px;
  }
}
.news-post-items li .theme-btn i {
  background-color: var(--theme-2);
  color: var(--header);
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.news-post-items li .theme-btn::before {
  background-color: var(--theme);
}
.news-post-items li .theme-btn:hover {
  color: var(--white);
}
.news-post-items li .theme-btn:hover i {
  background-color: var(--white);
  color: var(--theme);
}
.news-post-items li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .news-post-items li:not(:last-child) {
    margin-bottom: 18px;
  }
}

.ed-news-section1 {
  position: relative;
}

.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items {
  margin-bottom: 40px;
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content {
  margin-top: 30px;
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content .post-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content .post-box {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content .post-box li i {
  margin-right: 6px;
  color: var(--theme);
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content h3 {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content h3 {
    font-size: 29px;
  }
}
@media (max-width: 470px) {
  .ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content h3 {
    font-size: 26px;
  }
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.ed-news-grid-wrapper .ed-news-grid-content .ed-news-grid-items .ed-grid-content .theme-btn {
  margin-top: 30px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--bg);
  padding: 30px;
  border-radius: 18px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .ed-search-widget form {
  width: 100%;
  position: relative;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .ed-search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .ed-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 66px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .ed-search-widget form button:hover {
  background-color: var(--header);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 30px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  padding: 18px 22px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  border-radius: 8px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li a {
  color: var(--header);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li span {
  font-weight: 400;
  font-size: 16px;
  color: var(--theme);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li:hover {
  background-color: var(--theme);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li:hover a {
  color: var(--white);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .category-list li:hover span {
  color: var(--white);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items {
    flex-wrap: wrap;
  }
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 10px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 a:hover {
  color: var(--theme);
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme);
  font-weight: 400;
  font-size: 18px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  font-weight: 400;
  background: var(--white);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 6px;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.ed-news-grid-wrapper .main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.ed-iamge img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.ed-news-details-wrapper {
  margin-top: 40px;
}
.ed-news-details-wrapper .ed-left-content .text {
  margin-top: 20px;
}
.ed-news-details-wrapper .ed-left-content .quote-items {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .ed-news-details-wrapper .ed-left-content .quote-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ed-news-details-wrapper .ed-left-content .ed-image {
  margin-top: 30px;
}
.ed-news-details-wrapper .ed-left-content .ed-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap {
    margin-top: 30px;
  }
}
.ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 24px;
  line-height: 1;
  background: var(--bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .tagcloud a {
    padding: 10px 18px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .tagcloud a {
    margin-bottom: 15px;
  }
}
.ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .ed-social-share a {
  font-size: 16px;
  color: var(--white);
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--header);
}
@media (max-width: 1399px) {
  .ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .ed-social-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .ed-social-share a:not(:last-child) {
  margin-right: 10px;
}
.ed-news-details-wrapper .ed-left-content .ed-tag-share-wrap .ed-social-share a:hover {
  background-color: var(--theme);
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area {
  margin-top: 40px;
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
}
@media (max-width: 575px) {
  .ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment.ed-style-2 {
  margin-left: 150px;
}
@media (max-width: 1199px) {
  .ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment.ed-style-2 {
    margin-left: 0;
  }
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment .ed-content .head .con h5 {
  margin-bottom: 5px;
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment .ed-content .head .con span {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment .ed-content p {
  color: var(--header);
  font-size: 20px;
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment .ed-content .reply {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-2);
  transition: all 0.4s ease-in-out;
  text-decoration: underline;
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment .ed-content .reply i {
  margin-left: 8px;
  transform: rotate(-45deg);
}
.ed-news-details-wrapper .ed-left-content .ed-comments-area .ed-blog-single-comment .ed-content .reply:hover {
  color: var(--header);
}
.ed-news-details-wrapper .ed-left-content .comment-form-wrap h2 {
  margin-bottom: 10px;
}
.ed-news-details-wrapper .ed-left-content .comment-form-wrap p {
  margin-bottom: 20px;
}
.ed-news-details-wrapper .ed-left-content .comment-form-wrap .form-clt input, .ed-news-details-wrapper .ed-left-content .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--bg);
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: #333;
  font-size: 16px;
}
.ed-news-details-wrapper .ed-left-content .comment-form-wrap .form-clt input::placeholder, .ed-news-details-wrapper .ed-left-content .comment-form-wrap .form-clt textarea::placeholder {
  color: #333;
}
.ed-news-details-wrapper .ed-left-content .comment-form-wrap .form-clt textarea {
  padding-bottom: 150px;
  resize: none;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--bg);
  padding: 30px;
  border-radius: 18px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .ed-search-widget form {
  width: 100%;
  position: relative;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .ed-search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .ed-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 66px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .ed-search-widget form button:hover {
  background-color: var(--header);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .widget-title {
  border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  padding: 18px 22px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  border-radius: 8px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li a {
  color: var(--header);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li span {
  font-weight: 400;
  font-size: 16px;
  color: var(--theme);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover {
  background-color: var(--theme);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover a {
  color: var(--white);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .category-list li:hover span {
  color: var(--white);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items {
    flex-wrap: wrap;
  }
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 10px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 a:hover {
  color: var(--theme);
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme-2);
  font-weight: 400;
  font-size: 18px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  font-weight: 400;
  background: var(--white);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 6px;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.ed-news-details-wrapper .main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

/* 02.15 Contact */
.contact-wrapper .ed-contact-content .contact-text {
  margin-top: 25px;
}
.contact-wrapper .ed-contact-content ul {
  margin-top: 30px;
}
.contact-wrapper .ed-contact-content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-wrapper .ed-contact-content ul li .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme-2);
  color: var(--header);
  font-size: 24px;
  border-radius: 6px;
}
.contact-wrapper .ed-contact-content ul li .content h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-wrapper .ed-contact-content ul li .content a {
  color: var(--text);
}
.contact-wrapper .ed-contact-content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-wrapper .ed-contact-items .contact-form-box {
  margin-top: 40px;
  background-color: #F2F4F7;
  padding: 40px;
  border-radius: 18px;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt {
  position: relative;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt.with-icon input,
.contact-wrapper .ed-contact-items .contact-form-box .form-clt.with-icon textarea,
.contact-wrapper .ed-contact-items .contact-form-box .form-clt.with-icon select {
  padding-left: 64px;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt.with-icon .input-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.08);
  color: var(--theme);
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt input,
.contact-wrapper .ed-contact-items .contact-form-box .form-clt textarea,
.contact-wrapper .ed-contact-items .contact-form-box .form-clt select {
  border-radius: 8px;
  border: none;
  background: var(--white);
  line-height: 1;
  padding: 20px 25px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt.with-icon .nice-select {
  padding-left: 64px !important;
  padding-right: 40px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: relative;
  border-radius: 8px;
  border: none;
  background: var(--white);
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  line-height: 1 !important;
  display: block;
  float: none;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt.with-icon .nice-select .current {
  padding-left: 0;
  line-height: 1;
  display: block;
  height: auto;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt textarea {
  padding-bottom: 110px;
}
.contact-wrapper .ed-contact-items .contact-form-box .form-clt .input-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 16px;
}

.map-area iframe {
  height: 700px;
  width: 100%;
}
@media (max-width: 991px) {
  .map-area iframe {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .map-area iframe {
    height: 530px;
  }
}
@media (max-width: 575px) {
  .map-area iframe {
    height: 430px;
  }
}

/* 02.16 Section (Common Section Title/Spacing) */
.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.section-title h6 {
  color: var(--theme);
  border-radius: 30px;
  background: rgba(0, 79, 68, 0.1);
  padding: 10px 24px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.section-title h6.style-2 {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  max-width: 532px;
}
.section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .section-title-area .nav {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.section-title-area .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #6C706F;
}
.section-title-area .nav .nav-item .nav-link.active {
  color: var(--header);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--bg-2);
}

.section-bg-3 {
  background: #162726;
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

/* 02.17 MeanMenu (Mobile Menu) */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/* 02.18 Footer */
.ed-footer-wrapper {
  padding: 50px 0 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .ed-footer-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .ed-footer-wrapper {
    padding: 50px 0 80px;
  }
}
.ed-footer-wrapper .ed-footer-widget-items {
  margin-top: 30px;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-widget-head {
  margin-bottom: 30px;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-widget-head h3 {
  color: var(--white);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .footer-input input {
  border: none;
  background-color: var(--white);
  padding: 20px 22px;
  border-radius: 6px;
  width: 100%;
  line-height: 1;
  outline: none;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .footer-input .theme-btn {
  padding: 21px 22px;
  border-radius: 6px;
  width: 100%;
  margin-top: 16px;
  background-color: var(--theme-2);
  color: var(--header);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .footer-input .theme-btn::before {
  background-color: var(--white);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .footer-input .theme-btn:hover {
  color: var(--header);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .payment-save input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0;
  color: var(--white);
  background-color: transparent;
  padding-top: 0;
  margin-top: 0;
  outline: none;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .payment-save label span {
  text-decoration: underline;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn {
    flex-wrap: wrap;
  }
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn .footer-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border: 1px solid transparent;
  background-color: var(--theme);
  font-family: "Poppins", sans-serif;
  padding: 18px 20px;
  border-radius: 39px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn .footer-btn {
    font-size: 13px;
    padding: 16px 14px;
  }
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn .footer-btn i {
  margin-right: 8px;
  font-size: 18px;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn .footer-btn:hover {
  background-color: var(--theme-2);
  color: var(--header);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn .footer-btn.style-2 {
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
}
.ed-footer-wrapper .ed-footer-widget-items .ed-footer-content .ed-footer-btn .footer-btn.style-2:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.ed-footer-wrapper .ed-footer-widget-items .list-items li {
  font-size: 16px;
  font-weight: 400;
}
.ed-footer-wrapper .ed-footer-widget-items .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.ed-footer-wrapper .ed-footer-widget-items .list-items li a {
  padding-left: 20px;
  position: relative;
  color: #27282C;
}
.ed-footer-wrapper .ed-footer-widget-items .list-items li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #27282C;
  transition: all 0.4s ease-in-out;
}
.ed-footer-wrapper .ed-footer-widget-items .list-items li a:hover {
  color: var(--theme);
}
.ed-footer-wrapper .ed-footer-widget-items .list-items li a:hover::before {
  background-color: var(--theme);
}
.ed-footer-wrapper .ed-footer-widget-items .contact-info li {
  font-size: 16px;
  font-weight: 400;
  color: #27282C;
}
.ed-footer-wrapper .ed-footer-widget-items .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.ed-footer-wrapper .ed-footer-widget-items .contact-info li a {
  color: #27282C;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li:not(:last-child) {
  margin-bottom: 28px;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li .icon {
  max-width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  width: 100%;
}
.ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li .content p {
  color: var(--white);
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li .content p {
    font-size: 14px;
  }
}
.ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li .content h4 {
  color: var(--white);
}
@media (max-width: 1399px) {
  .ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li .content h4 {
    font-size: 16px;
  }
}
.ed-footer-wrapper .ed-footer-widget-items .ed-contact-list li .content h4 a {
  color: var(--white);
}
.ed-footer-wrapper.style-2 {
  padding: 70px 0 85px;
}
@media (max-width: 1199px) {
  .ed-footer-wrapper.style-2 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .ed-footer-wrapper.style-2 {
    padding: 50px 0 60px;
  }
}
.ed-footer-wrapper.style-2 .ed-footer-widget-items .ed-widget-head h3 {
  color: var(--header);
}
.ed-footer-wrapper.style-2 .ed-footer-widget-items .ed-footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.ed-footer-wrapper.style-2 .ed-footer-widget-items .ed-footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.8);
  text-align: center;
  color: var(--header);
  opacity: 0.8;
}
.ed-footer-wrapper.style-2 .ed-footer-widget-items .ed-footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
  opacity: 1;
}
.ed-footer-wrapper.style-2 .ed-footer-widget-items .list-items li a {
  color: var(--text);
}
.ed-footer-wrapper.style-2 .ed-footer-widget-items .list-items li a:hover {
  color: var(--theme);
}
.ed-footer-wrapper.style-new-3 .ed-footer-content p {
  color: #F0F4F5 !important;
}
.ed-footer-wrapper.style-new-3 .list-items li a {
  color: #F0F4F5 !important;
}
.ed-footer-wrapper.style-new-3 .list-items li a::before {
  background-color: #F0F4F5 !important;
  transition: all 0.4s ease-in-out;
}
.ed-footer-wrapper.style-new-3 .list-items li a:hover {
  color: var(--theme-2) !important;
}
.ed-footer-wrapper.style-new-3 .list-items li a:hover::before {
  background-color: var(--theme-2) !important;
}

.ed-footer-section {
  position: relative;
}
.ed-footer-section.style-contact-page {
  margin-top: 0;
}
.ed-footer-section.style-contact-page .ed-footer-wrapper {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  .ed-footer-section.style-contact-page .ed-footer-wrapper {
    padding: 70px 0 10px;
  }
}
@media (max-width: 991px) {
  .ed-footer-section.style-contact-page .ed-footer-wrapper {
    padding: 50px 0 80px;
  }
}
@media (max-width: 1899px) {
  .ed-footer-section.style-contact-page .ed-footer-bg-1 {
    display: none;
  }
}
.ed-footer-section.style-contact-page .ed-footer-bg-1::before {
  top: 0;
}
@media (max-width: 1899px) {
  .ed-footer-section .ed-footer-bg-1 {
    display: none;
  }
}
.ed-footer-section .ed-footer-bg-1::before {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 12%;
  height: 100%;
  content: "";
  background: #27282C;
  width: 442px;
  height: initial;
}
@media (max-width: 1600px) {
  .ed-footer-section .ed-footer-bg-1::before {
    left: 0;
  }
}

.ed-footer-bottom p {
  color: #FFF !important;
}
.ed-footer-bottom .text-color {
  color: #141519 !important;
}
.ed-footer-bottom .text-color-2 {
  color: #27282C !important;
}
.ed-footer-bottom.style-3 {
  background-color: transparent;
  padding: 0;
}
.ed-footer-bottom.style-3 .ed-footer-bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 18px 0;
}
.ed-footer-bottom .ed-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ed-footer-bottom .ed-footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }
}
.ed-footer-bottom .ed-footer-bottom-wrapper p {
  font-size: 18px;
  color: var(--white);
}
.ed-footer-bottom .ed-footer-bottom-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-footer-bottom .ed-footer-bottom-wrapper .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  color: var(--white);
  opacity: 0.8;
}
.ed-footer-bottom .ed-footer-bottom-wrapper .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--header);
  border: 1px solid var(--theme);
  opacity: 1;
}

.ed-footer-section {
  position: relative;
  margin-top: -30px;
}
.ed-footer-section.style-3 {
  margin-top: -30px;
}
.ed-footer-section .line-top {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  height: 60px;
}

.footer-name {
  margin-bottom: -62px;
}
@media (max-width: 1199px) {
  .footer-name {
    margin-bottom: 0;
  }
}
.footer-name h2 {
  color: var(--theme);
  text-align: center;
  font-size: 450px;
  font-weight: 700;
  letter-spacing: -17.5px;
  line-height: 1;
}
@media (max-width: 1600px) {
  .footer-name h2 {
    letter-spacing: 2px;
  }
}
@media (max-width: 1600px) {
  .footer-name h2 {
    font-size: 400px;
  }
}
@media (max-width: 1399px) {
  .footer-name h2 {
    font-size: 320px;
  }
}
@media (max-width: 1199px) {
  .footer-name h2 {
    font-size: 280px;
  }
}
@media (max-width: 991px) {
  .footer-name h2 {
    font-size: 190px;
  }
}
@media (max-width: 767px) {
  .footer-name h2 {
    font-size: 140px;
  }
}
@media (max-width: 575px) {
  .footer-name h2 {
    font-size: 80px;
    margin-top: 20px;
  }
}

.ed-footer-bottom-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(108, 112, 111, 0.3);
  padding: 20px 0;
}
@media (max-width: 991px) {
  .ed-footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
}
.ed-footer-bottom-wrapper-2 .footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ed-footer-bottom-wrapper-2 .footer-menu a:hover {
  color: var(--theme);
}
@media (max-width: 575px) {
  .ed-footer-bottom-wrapper-2 .footer-menu {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}

/* 02.19 Animation */
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .float-bob-y {
    animation-name: initial;
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .float-bob-x {
    animation-name: initial;
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.animation-infinite {
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
/* 02.20 Video Learning */
/* Video Learning Homepage Styles */
/* Hero Section - Video Learning */
.ed-hero-4 {
  padding: 170px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .ed-hero-4 {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .ed-hero-4 {
    padding: 90px 0;
  }
}
.ed-hero-4 .hero-shape-1 {
  position: absolute;
  top: 15%;
  left: 8%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 79, 68, 0.15) 0%, rgba(255, 167, 41, 0.15) 100%);
  backdrop-filter: blur(10px);
  z-index: 1;
}
@media (max-width: 1199px) {
  .ed-hero-4 .hero-shape-1 {
    display: none;
  }
}
.ed-hero-4 .hero-shape-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.2);
}
.ed-hero-4 .hero-shape-1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 167, 41, 0.3);
}
.ed-hero-4 .hero-shape-2 {
  position: absolute;
  top: 65%;
  left: 5%;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(255, 167, 41, 0.2);
  transform: rotate(45deg);
  z-index: 1;
}
@media (max-width: 1199px) {
  .ed-hero-4 .hero-shape-2 {
    display: none;
  }
}
.ed-hero-4 .hero-shape-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 79, 68, 0.3);
}
.ed-hero-4 .hero-shape-3 {
  position: absolute;
  top: 12%;
  right: 8%;
  width: 100px;
  height: 100px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: linear-gradient(135deg, rgba(0, 79, 68, 0.2) 0%, rgba(255, 167, 41, 0.2) 100%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .ed-hero-4 .hero-shape-3 {
    display: none;
  }
}
.ed-hero-4 .hero-shape-3::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: rgba(255, 255, 255, 0.3);
}
.ed-hero-4 .hero-shape-4 {
  position: absolute;
  bottom: 12%;
  right: 10%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.15);
  z-index: 1;
}
@media (max-width: 1199px) {
  .ed-hero-4 .hero-shape-4 {
    display: none;
  }
}
.ed-hero-4 .hero-shape-4::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 167, 41, 0.4);
}
.ed-hero-4 .hero-shape-4::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.3);
}
.ed-hero-4 .ed-hero-content {
  position: relative;
  z-index: 9;
}
.ed-hero-4 .ed-hero-content span {
  color: var(--theme);
  padding: 10px 28px;
  line-height: 1;
  border-radius: 30px;
  background: rgba(0, 79, 68, 0.1);
}
.ed-hero-4 .ed-hero-content h1 {
  color: var(--header);
  margin-top: 15px;
}
.ed-hero-4 .ed-hero-content p {
  margin-top: 20px;
}
.ed-hero-4 .ed-hero-content .hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .ed-hero-4 .ed-hero-content .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ed-hero-4 .ed-hero-content .hero-buttons .video-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--header);
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease-in-out;
}
.ed-hero-4 .ed-hero-content .hero-buttons .video-play-btn i {
  font-size: 24px;
  color: var(--theme);
}
.ed-hero-4 .ed-hero-content .hero-buttons .video-play-btn:hover {
  background: var(--white);
  transform: translateY(-2px);
}
.ed-hero-4 .ed-hero-content .hero-stats {
  margin-top: 50px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .ed-hero-4 .ed-hero-content .hero-stats {
    gap: 20px;
  }
}
.ed-hero-4 .ed-hero-content .hero-stats .stat-item {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  min-width: 120px;
  transition: all 0.4s ease-in-out;
}
.ed-hero-4 .ed-hero-content .hero-stats .stat-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}
.ed-hero-4 .ed-hero-content .hero-stats .stat-item h3 {
  color: var(--theme);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 575px) {
  .ed-hero-4 .ed-hero-content .hero-stats .stat-item h3 {
    font-size: 24px;
  }
}
.ed-hero-4 .ed-hero-content .hero-stats .stat-item p {
  color: var(--text);
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
.ed-hero-4 .ed-video-hero-wrapper {
  position: relative;
  background: transparent;
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: transparent;
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 79, 68, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image .video-play-overlay:hover {
  background: rgba(0, 79, 68, 0.5);
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image .video-play-overlay .video-play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image .video-play-overlay .video-play-button i {
  font-size: 40px;
  color: var(--theme);
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image .video-play-overlay .video-play-button:hover {
  transform: scale(1.1);
  background: var(--theme-2);
}
.ed-hero-4 .ed-video-hero-wrapper .video-hero-image .video-play-overlay .video-play-button:hover i {
  color: var(--white);
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box {
  position: absolute;
  background: var(--white);
  border-radius: 15px;
  padding: 20px 25px;
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .ed-hero-4 .ed-video-hero-wrapper .video-features-box {
    display: none;
  }
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box:not(.style-2) {
  top: auto;
  bottom: 20px;
  left: 20px;
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box.style-2 {
  bottom: -20px;
  right: -20px;
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box .feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box .feature-icon i {
  font-size: 24px;
  color: var(--theme);
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box .feature-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--header);
}
.ed-hero-4 .ed-video-hero-wrapper .video-features-box .feature-content p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
}

/* Video Category Section */
.ed-video-category-section {
  position: relative;
  z-index: 9;
}
.ed-video-category-section .array-button {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.ed-video-category-section .array-button button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.ed-video-category-section .array-button button:hover {
  background: var(--theme-2);
  border-color: var(--theme-2);
  color: var(--header);
}
.ed-video-category-section .ed-video-category-box {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 28px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
.ed-video-category-section .ed-video-category-box .ed-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  padding-top: 8px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.ed-video-category-section .ed-video-category-box .ed-icon i {
  font-size: 40px;
  color: var(--white);
}
.ed-video-category-section .ed-video-category-box .ed-content h3 {
  margin-bottom: 10px;
  color: var(--white);
}
.ed-video-category-section .ed-video-category-box .ed-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.ed-video-category-section .ed-video-category-box .ed-content .theme-btn {
  background-color: transparent;
  color: var(--white);
  border-radius: 30px;
  border: 1px solid var(--white);
  margin-top: 30px;
}
.ed-video-category-section .ed-video-category-box:hover {
  background-color: var(--theme-2);
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
.ed-video-category-section .ed-video-category-box:hover .ed-icon {
  background-color: var(--white);
}
.ed-video-category-section .ed-video-category-box:hover .ed-icon i {
  color: var(--theme);
}
.ed-video-category-section .ed-video-category-box:hover .ed-content h3 {
  color: var(--header);
}
.ed-video-category-section .ed-video-category-box:hover .ed-content p {
  color: var(--header);
}
.ed-video-category-section .ed-video-category-box:hover .ed-content .theme-btn {
  background-color: var(--header);
  border: 1px solid transparent;
  color: var(--white);
}
.ed-video-category-section .ed-video-category-box:hover .ed-content .theme-btn i {
  background-color: var(--theme);
  color: var(--white);
}

/* Featured Video Courses Section */
.ed-featured-video-section .section-title-area {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .ed-featured-video-section .section-title-area {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ed-featured-video-section .section-title-area .section-title {
  flex: 1;
}
.ed-featured-video-section .section-title-area .section-title h6 {
  color: var(--theme);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 12px;
}
.ed-featured-video-section .section-title-area .section-title h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--header);
}
@media (max-width: 767px) {
  .ed-featured-video-section .section-title-area .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .ed-featured-video-section .section-title-area .section-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .ed-featured-video-section .section-title-area .theme-btn {
    margin-top: 10px;
  }
}
.ed-featured-video-section .ed-video-course-box {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ed-featured-video-section .ed-video-course-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail {
  position: relative;
  overflow: hidden;
  height: 280px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-thumbnail {
    height: 240px;
  }
}
@media (max-width: 575px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-thumbnail {
    height: 220px;
  }
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail .video-duration {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.85);
  color: var(--white);
  padding: 8px 14px;
  border-radius: 25px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  z-index: 3;
  backdrop-filter: blur(5px);
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail .video-duration i {
  font-size: 12px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail .video-play-icon i {
  font-size: 32px;
  color: var(--theme);
  margin-left: 4px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail .video-play-icon:hover {
  background: var(--white);
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail .post-box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--theme);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  z-index: 3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail:hover img {
  transform: scale(1.08);
}
.ed-featured-video-section .ed-video-course-box .ed-video-thumbnail:hover .video-play-icon {
  opacity: 1;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content {
  padding: 28px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-content {
    padding: 24px 20px 26px;
  }
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .star {
  margin-bottom: 12px;
  display: flex;
  gap: 3px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .star i {
  font-size: 16px;
  color: #FFA729;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .star i.fa-star-sharp {
  color: #FFA729;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content h3 {
  margin-bottom: 16px;
  line-height: 1.4;
  min-height: 56px;
}
@media (max-width: 575px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-content h3 {
    min-height: auto;
    font-size: 20px;
  }
}
.ed-featured-video-section .ed-video-course-box .ed-video-content h3 a {
  color: var(--header);
  font-weight: 700;
  font-size: 22px;
  transition: all 0.4s ease-in-out;
  display: block;
}
@media (max-width: 575px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-content h3 a {
    font-size: 18px;
  }
}
.ed-featured-video-section .ed-video-course-box .ed-video-content h3 a:hover {
  color: var(--theme);
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .video-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E8E8E8;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-content .video-meta {
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .video-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .video-meta li i {
  color: var(--theme);
  font-size: 16px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: auto;
  padding-top: 8px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area .client-info .img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  flex-shrink: 0;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area .client-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area .client-info span {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area h2 {
  color: var(--theme);
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
@media (max-width: 575px) {
  .ed-featured-video-section .ed-video-course-box .ed-video-content .client-info-area h2 {
    font-size: 24px;
  }
}
.ed-featured-video-section .ed-video-course-box .ed-video-content .theme-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  margin-top: auto;
}

/* Video Features Section */
.ed-video-features-section .ed-video-features-image {
  position: relative;
}
.ed-video-features-section .ed-video-features-image img {
  width: 100%;
  border-radius: 20px;
}
.ed-video-features-section .ed-video-features-image .video-feature-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: var(--white);
  border-radius: 15px;
  padding: 20px 25px;
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .ed-video-features-section .ed-video-features-image .video-feature-badge {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
}
.ed-video-features-section .ed-video-features-image .video-feature-badge .badge-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ed-video-features-section .ed-video-features-image .video-feature-badge .badge-icon i {
  font-size: 28px;
  color: var(--theme);
}
.ed-video-features-section .ed-video-features-image .video-feature-badge .badge-content h3 {
  color: var(--theme);
  font-size: 28px;
  margin-bottom: 5px;
}
.ed-video-features-section .ed-video-features-image .video-feature-badge .badge-content p {
  color: var(--text);
  font-size: 14px;
  margin: 0;
}
.ed-video-features-section .ed-video-features-content .video-features-list {
  margin-top: 30px;
}
.ed-video-features-section .ed-video-features-content .video-features-list .feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.ed-video-features-section .ed-video-features-content .video-features-list .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 79, 68, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ed-video-features-section .ed-video-features-content .video-features-list .feature-item .feature-icon i {
  font-size: 28px;
  color: var(--theme);
}
.ed-video-features-section .ed-video-features-content .video-features-list .feature-item .feature-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--header);
}
.ed-video-features-section .ed-video-features-content .video-features-list .feature-item .feature-content p {
  color: var(--text);
  font-size: 15px;
  margin: 0;
}

/* Video Instructors Section */
.ed-video-instructors-section .ed-instructor-box {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.ed-video-instructors-section .ed-instructor-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.ed-video-instructors-section .ed-instructor-box:hover .instructor-overlay {
  opacity: 1;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image {
  position: relative;
  overflow: hidden;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 79, 68, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  padding: 20px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .instructor-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .instructor-stats .stat-item {
  text-align: center;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .instructor-stats .stat-item h3 {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 5px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .instructor-stats .stat-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .social-links {
  display: flex;
  gap: 15px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.ed-video-instructors-section .ed-instructor-box .instructor-image .instructor-overlay .social-links a:hover {
  background: var(--theme-2);
  transform: translateY(-3px);
}
.ed-video-instructors-section .ed-instructor-box .instructor-image:hover img {
  transform: scale(1.1);
}
.ed-video-instructors-section .ed-instructor-box .instructor-content {
  padding: 25px;
  text-align: center;
}
.ed-video-instructors-section .ed-instructor-box .instructor-content h4 {
  margin-bottom: 8px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-content h4 a {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.ed-video-instructors-section .ed-instructor-box .instructor-content h4 a:hover {
  color: var(--theme);
}
.ed-video-instructors-section .ed-instructor-box .instructor-content p {
  color: var(--text);
  font-size: 14px;
  margin-bottom: 15px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-content .instructor-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ed-video-instructors-section .ed-instructor-box .instructor-content .instructor-rating .star {
  margin: 0;
}
.ed-video-instructors-section .ed-instructor-box .instructor-content .instructor-rating span {
  font-size: 14px;
  color: var(--text);
}

/* Video Testimonials Section */
.ed-video-testimonial-section {
  position: relative;
  z-index: 9;
}
.ed-video-testimonial-section .array-button {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.ed-video-testimonial-section .array-button button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.ed-video-testimonial-section .array-button button:hover {
  background: var(--theme-2);
  border-color: var(--theme-2);
  color: var(--header);
}
.ed-video-testimonial-section .ed-video-testimonial-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease-in-out;
}
.ed-video-testimonial-section .ed-video-testimonial-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header .client-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.3);
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header .client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header .client-info h4 {
  color: var(--white);
  margin-bottom: 5px;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header .client-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 10px;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header .client-info .star {
  margin: 0;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-header .client-info .star i {
  color: var(--theme-2);
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-video .video-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease-in-out;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-video .video-link i {
  font-size: 20px;
}
.ed-video-testimonial-section .ed-video-testimonial-box .testimonial-video .video-link:hover {
  background: var(--theme-2);
  border-color: var(--theme-2);
  transform: translateY(-2px);
}

/* CTA Section Updates */
.ed-cta-new-section .ed-cta-new-wrapper {
  padding: 80px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ed-cta-new-section .ed-cta-new-wrapper {
    padding: 60px 30px;
  }
}
.ed-cta-new-section .ed-cta-new-wrapper h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ed-cta-new-section .ed-cta-new-wrapper h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .ed-cta-new-section .ed-cta-new-wrapper h2 {
    font-size: 28px;
  }
}
.ed-cta-new-section .ed-cta-new-wrapper p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .ed-cta-new-section .ed-cta-new-wrapper p {
    font-size: 16px;
  }
}
.ed-cta-new-section .ed-cta-new-wrapper .cta-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.ed-cta-new-section .ed-cta-new-wrapper .cta-buttons .theme-btn.style-2 {
  background: transparent;
  border: 2px solid var(--white);
  color: var(--white);
}
.ed-cta-new-section .ed-cta-new-wrapper .cta-buttons .theme-btn.style-2 i {
  background: transparent;
  color: var(--white);
}
.ed-cta-new-section .ed-cta-new-wrapper .cta-buttons .theme-btn.style-2:hover {
  background: var(--white);
  color: var(--header);
}
.ed-cta-new-section .ed-cta-new-wrapper .cta-buttons .theme-btn.style-2:hover i {
  color: var(--theme);
}

/* Additional Production-Ready Styles */
@media (max-width: 1199px) {
  .ed-video-hero-wrapper .video-features-box {
    display: none;
  }
}

.ed-video-features-section .ed-video-features-image img {
  box-shadow: none;
}

/* Responsive Improvements */
@media (max-width: 991px) {
  .ed-hero-4 .ed-hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
  .ed-hero-4 .ed-hero-content .hero-buttons {
    justify-content: center;
  }
  .ed-hero-4 .ed-hero-content .hero-stats {
    justify-content: center;
  }
  .ed-video-course-box {
    margin-bottom: 30px;
  }
  .ed-instructor-box {
    margin-bottom: 30px;
  }
}
/* Animation Enhancements */
.ed-video-category-box,
.ed-video-course-box,
.ed-instructor-box,
.ed-video-testimonial-box {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 02.21 Udemy Style */
/* Udemy Style Homepage Styles */
/* Hero Section - Udemy Style */
.ed-udemy-hero-section {
  padding: 0px 0 100px;
  background: var(--white);
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 767px) {
  .ed-udemy-hero-section {
    padding: 60px 0 80px;
  }
}
.ed-udemy-hero-section .hero-shape-1 {
  position: absolute;
  top: 10%;
  left: 3%;
  z-index: 1;
  opacity: 0.9;
}
.ed-udemy-hero-section .hero-shape-1 img {
  max-width: 300px;
  height: auto;
}
@media (max-width: 1199px) {
  .ed-udemy-hero-section .hero-shape-1 {
    display: none;
  }
}
.ed-udemy-hero-section .hero-shape-2 {
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 1;
  opacity: 0.85;
}
.ed-udemy-hero-section .hero-shape-2 img {
  max-width: 100px;
  height: auto;
}
@media (max-width: 1199px) {
  .ed-udemy-hero-section .hero-shape-2 {
    display: none;
  }
}
.ed-udemy-hero-section .hero-shape-3 {
  position: absolute;
  top: 30%;
  right: 2%;
  z-index: 1;
  opacity: 0.9;
}
.ed-udemy-hero-section .hero-shape-3 img {
  max-width: 290px;
  height: auto;
}
@media (max-width: 1199px) {
  .ed-udemy-hero-section .hero-shape-3 {
    display: none;
  }
}
.ed-udemy-hero-section .udemy-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .ed-udemy-hero-section .udemy-hero-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content h1 {
    font-size: 28px;
  }
}
.ed-udemy-hero-section .udemy-hero-content p {
  font-size: 20px;
  color: var(--text);
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box {
  max-width: 700px;
  margin: 0 auto;
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  border: 2px solid var(--header);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper:focus-within {
  box-shadow: 0 4px 16px rgba(0, 79, 68, 0.2);
  border-color: var(--theme);
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper i {
  position: absolute;
  left: 20px;
  color: var(--text);
  font-size: 18px;
  z-index: 2;
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  padding: 18px 20px 18px 55px;
  font-size: 16px;
  color: var(--header);
  background: transparent;
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper input::placeholder {
  color: rgba(39, 40, 44, 0.6);
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper .search-btn {
  padding: 18px 35px;
  background: var(--header);
  color: var(--white);
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper .search-btn:hover {
  background: var(--theme);
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content .udemy-search-box .search-input-wrapper .search-btn {
    padding: 18px 25px;
    font-size: 14px;
  }
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content .udemy-filter-options {
    margin-top: 30px;
  }
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-label {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 15px;
  font-weight: 500;
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons {
    gap: 8px;
  }
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
    gap: 6px;
  }
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn i {
  font-size: 14px;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn i {
    font-size: 12px;
  }
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 79, 68, 0.2);
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn:hover i {
  color: var(--white);
}
.ed-udemy-hero-section .udemy-hero-content .udemy-filter-options .filter-buttons .filter-btn:active {
  transform: translateY(0);
}

/* Categories Section - Udemy Style */
.ed-udemy-categories-section {
  position: relative;
  overflow: hidden;
}
.ed-udemy-categories-section .category-shape-1 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 1;
  opacity: 0.8;
}
.ed-udemy-categories-section .category-shape-1 img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 1199px) {
  .ed-udemy-categories-section .category-shape-1 {
    display: none;
  }
}
.ed-udemy-categories-section .section-title-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ed-udemy-categories-section .section-title-area h2 {
    font-size: 28px;
  }
}
.ed-udemy-categories-section .udemy-category-box {
  display: block;
  text-align: center;
  padding: 30px 20px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.ed-udemy-categories-section .udemy-category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--theme);
}
.ed-udemy-categories-section .udemy-category-box .category-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(0, 79, 68, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-categories-section .udemy-category-box .category-icon i {
  font-size: 32px;
  color: var(--theme);
}
.ed-udemy-categories-section .udemy-category-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 8px;
}
.ed-udemy-categories-section .udemy-category-box p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
}
.ed-udemy-categories-section .udemy-category-box:hover .category-icon {
  background: var(--theme);
  transform: scale(1.1);
}
.ed-udemy-categories-section .udemy-category-box:hover .category-icon i {
  color: var(--white);
}

/* Courses Section - Udemy Style */
.ed-udemy-courses-section .section-title-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ed-udemy-courses-section .section-title-area h2 {
    font-size: 28px;
  }
}
.ed-udemy-courses-section .section-title-area p {
  font-size: 18px;
  color: var(--text);
  margin: 0;
}
@media (max-width: 767px) {
  .ed-udemy-courses-section .section-title-area p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ed-udemy-courses-section .section-title-area {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }
}
.ed-udemy-courses-section .udemy-course-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ed-udemy-courses-section .udemy-course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: var(--bg);
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail .course-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail .course-overlay .play-btn {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme);
  font-size: 24px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail .course-overlay .play-btn:hover {
  transform: scale(1.1);
  background: var(--theme);
  color: var(--white);
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail:hover img {
  transform: scale(1.1);
}
.ed-udemy-courses-section .udemy-course-card .course-thumbnail:hover .course-overlay {
  opacity: 1;
}
.ed-udemy-courses-section .udemy-course-card .course-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ed-udemy-courses-section .udemy-course-card .course-content h3 {
  margin-bottom: 8px;
}
.ed-udemy-courses-section .udemy-course-card .course-content h3 a {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  line-height: 1.4;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-courses-section .udemy-course-card .course-content h3 a:hover {
  color: var(--theme);
}
.ed-udemy-courses-section .udemy-course-card .course-content .instructor-name {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 12px;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating .rating-stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating .rating-stars .rating-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--header);
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating .rating-stars .stars {
  display: flex;
  gap: 2px;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating .rating-stars .stars i {
  font-size: 14px;
  color: #FFA729;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating .rating-stars .stars i.fa-regular {
  color: #ddd;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-rating .students-count {
  font-size: 14px;
  color: var(--text);
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper .course-price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper .course-price .current-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--header);
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper .course-price .original-price {
  font-size: 16px;
  color: var(--text);
  text-decoration: line-through;
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper .enroll-btn {
  padding: 12px 24px;
  background: var(--theme);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 79, 68, 0.2);
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper .enroll-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}
.ed-udemy-courses-section .udemy-course-card .course-content .course-price-wrapper .enroll-btn:hover {
  background: var(--header);
  color: var(--white);
  transform: translateX(0);
  box-shadow: 0 6px 16px rgba(0, 79, 68, 0.3);
}
.ed-udemy-courses-section .udemy-course-card:hover .course-price-wrapper .enroll-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Instructors Section - Udemy Style */
.ed-udemy-instructors-section .section-title-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ed-udemy-instructors-section .section-title-area h2 {
    font-size: 28px;
  }
}
.ed-udemy-instructors-section .section-title-area p {
  font-size: 18px;
  color: var(--text);
  margin: 0;
}
@media (max-width: 767px) {
  .ed-udemy-instructors-section .section-title-area p {
    font-size: 16px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card {
  background: var(--white);
  border-radius: 16px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ed-udemy-instructors-section .udemy-instructor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: var(--theme);
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg);
  border: 5px solid var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-image {
    width: 120px;
    height: 120px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-image::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 3px solid rgba(0, 79, 68, 0.1);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 0.4s ease-in-out;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons {
    right: -15px;
  }
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons {
    right: -10px;
    gap: 8px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--theme);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon:hover {
  background: var(--theme);
  color: var(--white);
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 79, 68, 0.3);
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon:nth-child(1) {
  transition-delay: 0.1s;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon:nth-child(2) {
  transition-delay: 0.15s;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon:nth-child(3) {
  transition-delay: 0.2s;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-social-icons .social-icon:nth-child(4) {
  transition-delay: 0.25s;
}
.ed-udemy-instructors-section .udemy-instructor-card:hover .instructor-image {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 79, 68, 0.2);
}
.ed-udemy-instructors-section .udemy-instructor-card:hover .instructor-image::after {
  opacity: 1;
}
.ed-udemy-instructors-section .udemy-instructor-card:hover .instructor-image img {
  transform: scale(1.05);
}
.ed-udemy-instructors-section .udemy-instructor-card:hover .instructor-social-icons {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content {
  padding: 0 25px 25px;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-content h3 {
    font-size: 20px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-title {
  font-size: 15px;
  color: var(--theme);
  margin-bottom: 25px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
  padding: 20px 0;
  background: rgba(0, 79, 68, 0.03);
  border-radius: 12px;
  gap: 10px;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme);
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-number {
    font-size: 20px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-number .count {
  display: inline-block;
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-number span {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-number span {
    font-size: 16px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-label {
  font-size: 13px;
  color: var(--text);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 575px) {
  .ed-udemy-instructors-section .udemy-instructor-card .instructor-content .instructor-stats .stat-item .stat-label {
    font-size: 11px;
  }
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .view-profile-btn {
  display: inline-block;
  width: 100%;
  padding: 14px 25px;
  background: var(--theme);
  color: var(--white);
  border: 2px solid var(--theme);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 79, 68, 0.2);
}
.ed-udemy-instructors-section .udemy-instructor-card .instructor-content .view-profile-btn:hover {
  background: var(--header);
  border-color: var(--header);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 79, 68, 0.3);
}
.ed-udemy-instructors-section .udemy-instructor-card:hover .instructor-content h3 {
  color: var(--theme);
}
.ed-udemy-instructors-section .udemy-instructor-card:hover .instructor-content .instructor-title {
  color: var(--header);
}

/* CTA Section - Udemy Style */
.ed-udemy-cta-section {
  position: relative;
  overflow: hidden;
}
.ed-udemy-cta-section .cta-shape-1 {
  position: absolute;
  bottom: -5%;
  left: -3%;
  z-index: 1;
  opacity: 0.8;
}
.ed-udemy-cta-section .cta-shape-1 img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 1199px) {
  .ed-udemy-cta-section .cta-shape-1 {
    display: none;
  }
}
.ed-udemy-cta-section .cta-shape-2 {
  position: absolute;
  top: 9%;
  right: 2%;
  z-index: 1;
  opacity: 0.75;
}
.ed-udemy-cta-section .cta-shape-2 img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 1199px) {
  .ed-udemy-cta-section .cta-shape-2 {
    display: none;
  }
}
.ed-udemy-cta-section .udemy-cta-wrapper {
  position: relative;
  z-index: 2;
  padding: 60px 40px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .ed-udemy-cta-section .udemy-cta-wrapper {
    padding: 40px 30px;
  }
}
.ed-udemy-cta-section .udemy-cta-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ed-udemy-cta-section .udemy-cta-wrapper h2 {
    font-size: 26px;
  }
}
.ed-udemy-cta-section .udemy-cta-wrapper p {
  font-size: 18px;
  color: var(--text);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ed-udemy-cta-section .udemy-cta-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ed-udemy-cta-section .udemy-cta-wrapper {
    text-align: center;
  }
  .ed-udemy-cta-section .udemy-cta-wrapper .col-lg-4 {
    text-align: center !important;
    margin-top: 25px;
  }
}

/* About Section - Udemy Style */
.ed-udemy-about-section {
  position: relative;
  overflow: hidden;
}
.ed-udemy-about-section .section-title-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ed-udemy-about-section .section-title-area h2 {
    font-size: 28px;
  }
}
.ed-udemy-about-section .section-title-area p {
  font-size: 18px;
  color: var(--text);
  margin: 0;
}
@media (max-width: 767px) {
  .ed-udemy-about-section .section-title-area p {
    font-size: 16px;
  }
}
.ed-udemy-about-section .udemy-about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .ed-udemy-about-section .udemy-about-content h2 {
    font-size: 28px;
  }
}
.ed-udemy-about-section .udemy-about-content p {
  font-size: 16px;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 30px;
}
.ed-udemy-about-section .udemy-about-content .about-features {
  margin-top: 30px;
}
.ed-udemy-about-section .udemy-about-content .about-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ed-udemy-about-section .udemy-about-content .about-features ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--header);
}
.ed-udemy-about-section .udemy-about-content .about-features ul li i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 79, 68, 0.1);
  color: var(--theme);
  border-radius: 50%;
  font-size: 12px;
}
.ed-udemy-about-section .udemy-about-content .about-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .ed-udemy-about-section .udemy-about-content .about-stats {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.ed-udemy-about-section .udemy-about-content .about-stats .stat-item {
  text-align: center;
}
.ed-udemy-about-section .udemy-about-content .about-stats .stat-item h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .ed-udemy-about-section .udemy-about-content .about-stats .stat-item h3 {
    font-size: 28px;
  }
}
.ed-udemy-about-section .udemy-about-content .about-stats .stat-item p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
}
.ed-udemy-about-section .udemy-about-image {
  position: relative;
  padding: 20px;
}
.ed-udemy-about-section .udemy-about-image .about-main-image {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .ed-udemy-about-section .udemy-about-image .about-main-image {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .ed-udemy-about-section .udemy-about-image .about-main-image {
    max-width: 300px;
  }
}
.ed-udemy-about-section .udemy-about-image .about-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ed-udemy-about-section .udemy-about-image .about-image-2 {
  position: absolute;
  bottom: 10%;
  left: -5%;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .ed-udemy-about-section .udemy-about-image .about-image-2 {
    width: 150px;
    height: 150px;
    bottom: 5%;
    left: -3%;
  }
}
@media (max-width: 575px) {
  .ed-udemy-about-section .udemy-about-image .about-image-2 {
    width: 120px;
    height: 120px;
    bottom: 0;
    left: 0;
    border-width: 5px;
  }
}
.ed-udemy-about-section .udemy-about-image .about-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-udemy-about-section .udemy-about-image .about-image-2:hover {
  transform: scale(1.05);
  z-index: 3;
}
.ed-udemy-about-section .udemy-about-image .about-image-3 {
  position: absolute;
  top: 15%;
  right: -2%;
  z-index: 1;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid var(--white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .ed-udemy-about-section .udemy-about-image .about-image-3 {
    width: 160px;
    height: 160px;
    top: 10%;
    right: -5%;
    border-width: 8px;
  }
}
@media (max-width: 575px) {
  .ed-udemy-about-section .udemy-about-image .about-image-3 {
    width: 130px;
    height: 130px;
    top: 5%;
    right: 0;
    border-width: 5px;
  }
}
.ed-udemy-about-section .udemy-about-image .about-image-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-udemy-about-section .udemy-about-image .about-image-3:hover {
  transform: scale(1.05);
  z-index: 3;
}
.ed-udemy-about-section .udemy-about-image .about-image-4 {
  position: absolute;
  bottom: -5%;
  right: 10%;
  z-index: 1;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .ed-udemy-about-section .udemy-about-image .about-image-4 {
    width: 120px;
    height: 120px;
    bottom: -3%;
    right: 8%;
    border-width: 5px;
  }
}
@media (max-width: 575px) {
  .ed-udemy-about-section .udemy-about-image .about-image-4 {
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 5%;
    border-width: 4px;
  }
}
.ed-udemy-about-section .udemy-about-image .about-image-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-udemy-about-section .udemy-about-image .about-image-4:hover {
  transform: scale(1.05);
  z-index: 3;
}

/* Blog Section - Udemy Style */
.ed-udemy-blog-section {
  position: relative;
  overflow: hidden;
}
.ed-udemy-blog-section .section-title-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ed-udemy-blog-section .section-title-area h2 {
    font-size: 28px;
  }
}
.ed-udemy-blog-section .section-title-area p {
  font-size: 18px;
  color: var(--text);
  margin: 0;
}
@media (max-width: 767px) {
  .ed-udemy-blog-section .section-title-area p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ed-udemy-blog-section .section-title-area {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }
}
.ed-udemy-blog-section .udemy-blog-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.ed-udemy-blog-section .udemy-blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--theme), var(--theme-2));
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.ed-udemy-blog-section .udemy-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 79, 68, 0.15);
  border-color: rgba(0, 79, 68, 0.2);
}
.ed-udemy-blog-section .udemy-blog-card:hover::before {
  opacity: 1;
}
.ed-udemy-blog-section .udemy-blog-card:hover .blog-image::after {
  opacity: 1;
}
.ed-udemy-blog-section .udemy-blog-card:hover .blog-image img {
  transform: scale(1.15);
}
.ed-udemy-blog-section .udemy-blog-card:hover .blog-image .blog-category {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 79, 68, 0.3);
}
.ed-udemy-blog-section .udemy-blog-card:hover .read-more {
  color: var(--theme);
  transform: translateX(5px);
}
.ed-udemy-blog-section .udemy-blog-card:hover .read-more i {
  transform: translateX(3px);
}
.ed-udemy-blog-section .udemy-blog-card .blog-image {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #F0F4F5 0%, #E0E4E5 100%);
}
.ed-udemy-blog-section .udemy-blog-card .blog-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 79, 68, 0.1) 100%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.ed-udemy-blog-section .udemy-blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  filter: brightness(1);
}
.ed-udemy-blog-section .udemy-blog-card .blog-image .blog-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #004F44 0%, #003A32 100%);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 79, 68, 0.2);
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(10px);
}
.ed-udemy-blog-section .udemy-blog-card:hover .blog-image img {
  filter: brightness(1.05);
}
.ed-udemy-blog-section .udemy-blog-card .blog-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--white);
  position: relative;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  font-size: 13px;
  color: var(--text);
  flex-wrap: wrap;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .blog-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  position: relative;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .blog-meta span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--theme);
  transition: all 0.4s ease-in-out;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .blog-meta span:hover::after {
  width: 100%;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .blog-meta span i {
  font-size: 13px;
  color: var(--theme);
}
.ed-udemy-blog-section .udemy-blog-card .blog-content h3 {
  margin-bottom: 18px;
  line-height: 1.3;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content h3 a {
  font-size: 22px;
  font-weight: 700;
  color: var(--header);
  line-height: 1.4;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(135deg, #141519 0%, #0A0B0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content h3 a:hover {
  background: linear-gradient(135deg, #004F44 0%, #002E26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content p {
  font-size: 15px;
  color: #4A4B4F;
  line-height: 1.7;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--theme);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: fit-content;
  position: relative;
  padding-bottom: 4px;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .read-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--theme), var(--theme-2));
  transition: all 0.4s ease-in-out;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .read-more:hover {
  gap: 12px;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .read-more:hover::after {
  width: 100%;
}
.ed-udemy-blog-section .udemy-blog-card .blog-content .read-more i {
  font-size: 13px;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(0, 79, 68, 0.1);
  border-radius: 50%;
  padding: 4px;
}
.ed-udemy-blog-section .udemy-blog-slider {
  position: relative;
  padding-bottom: 50px;
}
.ed-udemy-blog-section .udemy-blog-slider .swiper-slide {
  height: auto;
}
.ed-udemy-blog-section .udemy-blog-slider .swiper-pagination {
  bottom: 0;
  position: absolute;
}
.ed-udemy-blog-section .udemy-blog-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-blog-section .udemy-blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  width: 30px;
  border-radius: 6px;
}
.ed-udemy-blog-section .blog-slider-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-udemy-blog-section .blog-slider-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: var(--white);
  color: var(--header);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.ed-udemy-blog-section .blog-slider-nav button i {
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-blog-section .blog-slider-nav button:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: var(--white);
  transform: scale(1.1);
}
.ed-udemy-blog-section .blog-slider-nav button:active {
  transform: scale(0.95);
}
.ed-udemy-blog-section .blog-slider-nav button.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* Pricing Section - Udemy Style */
.ed-udemy-pricing-section {
  position: relative;
  overflow: hidden;
}
.ed-udemy-pricing-section .section-title-area {
  text-align: center;
  margin-bottom: 50px;
}
.ed-udemy-pricing-section .section-title-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ed-udemy-pricing-section .section-title-area h2 {
    font-size: 28px;
  }
}
.ed-udemy-pricing-section .section-title-area p {
  font-size: 18px;
  color: var(--text);
  margin: 0;
}
@media (max-width: 767px) {
  .ed-udemy-pricing-section .section-title-area p {
    font-size: 16px;
  }
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper {
    gap: 15px;
  }
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .toggle-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}
@media (max-width: 575px) {
  .ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .toggle-label {
    font-size: 14px;
  }
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .toggle-label .save-badge {
  display: inline-block;
  background: var(--theme-2);
  color: var(--white);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 5px;
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  cursor: pointer;
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle input:checked + .toggle-slider {
  background-color: var(--theme);
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle input:checked + .toggle-slider:before {
  transform: translateX(28px);
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle .toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  border-radius: 34px;
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle .toggle-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.ed-udemy-pricing-section .section-title-area .pricing-toggle-wrapper .pricing-toggle:hover .toggle-slider {
  background-color: rgba(0, 79, 68, 0.3);
}
.ed-udemy-pricing-section .yearly-savings {
  font-size: 14px;
  color: var(--theme);
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.ed-udemy-pricing-section .udemy-pricing-card {
  background: var(--white);
  border-radius: 12px;
  padding: 40px 30px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ed-udemy-pricing-section .udemy-pricing-card.popular {
  border-color: var(--theme);
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 79, 68, 0.15);
}
@media (max-width: 767px) {
  .ed-udemy-pricing-section .udemy-pricing-card.popular {
    transform: scale(1);
  }
}
.ed-udemy-pricing-section .udemy-pricing-card.popular .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--theme);
  color: var(--white);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.ed-udemy-pricing-section .udemy-pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--theme);
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-header {
  margin-bottom: 30px;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 15px;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-header .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-header .price .amount {
  font-size: 48px;
  font-weight: 700;
  color: var(--header);
  line-height: 1;
}
@media (max-width: 575px) {
  .ed-udemy-pricing-section .udemy-pricing-card .pricing-header .price .amount {
    font-size: 36px;
  }
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-header .price .period {
  font-size: 16px;
  color: var(--text);
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-header p {
  font-size: 14px;
  color: var(--text);
  margin: 0;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-features {
  flex: 1;
  margin-bottom: 30px;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-features ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 16px;
  color: var(--header);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-features ul li:last-child {
  border-bottom: none;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-features ul li i {
  color: var(--theme);
  font-size: 14px;
  width: 20px;
  flex-shrink: 0;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-btn {
  width: 100%;
  padding: 16px 30px;
  background: var(--header);
  color: var(--white);
  border: 2px solid var(--header);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.ed-udemy-pricing-section .udemy-pricing-card .pricing-btn:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: var(--white);
}
.ed-udemy-pricing-section .udemy-pricing-card.popular .pricing-btn {
  background: var(--theme);
  border-color: var(--theme);
}
.ed-udemy-pricing-section .udemy-pricing-card.popular .pricing-btn:hover {
  background: var(--header);
  border-color: var(--header);
}

/* ================================
   Udemy Testimonial Section Start
=============================== */
.ed-udemy-testimonial-section .section-title-area {
  text-align: center;
  margin-bottom: 50px;
}
.ed-udemy-testimonial-section .section-title-area h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ed-udemy-testimonial-section .section-title-area h2 {
    font-size: 32px;
  }
}
.ed-udemy-testimonial-section .section-title-area p {
  font-size: 18px;
  color: #4A4B4F;
  max-width: 600px;
  margin: 0 auto;
}
.ed-udemy-testimonial-section .udemy-testimonial-slider {
  padding-bottom: 60px;
  position: relative;
  padding-top: 50px;
}
.ed-udemy-testimonial-section .udemy-testimonial-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 79, 68, 0.08);
}
.ed-udemy-testimonial-section .udemy-testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #004F44 0%, #006B5C 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.ed-udemy-testimonial-section .udemy-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 79, 68, 0.2);
  border-color: rgba(0, 79, 68, 0.2);
}
.ed-udemy-testimonial-section .udemy-testimonial-card:hover::before {
  opacity: 1;
}
.ed-udemy-testimonial-section .udemy-testimonial-card:hover .quote-icon {
  transform: scale(1.1) rotate(5deg);
  opacity: 0.15;
}
.ed-udemy-testimonial-section .udemy-testimonial-card:hover .client-image {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 79, 68, 0.3);
}
.ed-udemy-testimonial-section .udemy-testimonial-card .quote-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  opacity: 0.08;
  transition: all 0.4s ease;
  z-index: 0;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .quote-icon::before {
  content: '"';
  font-size: 80px;
  font-weight: 700;
  color: var(--theme);
  font-family: Georgia, serif;
  line-height: 1;
  display: block;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-content {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #2C2D31;
  margin: 0;
  font-style: normal;
  position: relative;
  padding-left: 20px;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #004F44 0%, #007A6A 100%);
  border-radius: 2px;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid var(--white);
  box-shadow: 0 4px 15px rgba(0, 79, 68, 0.2);
  transition: all 0.4s ease;
  position: relative;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-image::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #004F44 0%, #006B5C 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-info {
  flex: 1;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-info p {
  font-size: 13px;
  color: #6B6C70;
  margin-bottom: 10px;
  font-weight: 500;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-info .rating-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-info .rating-stars i {
  color: #FFC107;
  font-size: 15px;
  filter: drop-shadow(0 1px 2px rgba(255, 193, 7, 0.3));
}
.ed-udemy-testimonial-section .udemy-testimonial-card .testimonial-header .client-info .rating-stars i.fa-regular {
  color: #E0E0E0;
}
.ed-udemy-testimonial-section .testimonial-slider-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.ed-udemy-testimonial-section .testimonial-slider-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--theme);
  background: var(--white);
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ed-udemy-testimonial-section .testimonial-slider-nav button:hover {
  background: var(--theme);
  color: var(--white);
  transform: scale(1.1);
}
.ed-udemy-testimonial-section .testimonial-slider-nav button i {
  font-size: 18px;
}

/* ================================
   Udemy FAQ Section Start
=============================== */
.ed-udemy-faq-section .section-title-area {
  text-align: center;
  margin-bottom: 50px;
}
.ed-udemy-faq-section .section-title-area h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ed-udemy-faq-section .section-title-area h2 {
    font-size: 32px;
  }
}
.ed-udemy-faq-section .section-title-area p {
  font-size: 18px;
  color: #4A4B4F;
  max-width: 600px;
  margin: 0 auto;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion {
  border: none;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item {
  background: var(--white);
  border: none;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item:hover {
  box-shadow: 0 4px 20px rgba(0, 79, 68, 0.1);
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header {
  border: none;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border: none;
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(0, 79, 68, 0.05) 0%, rgba(0, 79, 68, 0.02) 100%);
  color: var(--theme);
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-number {
  background: var(--theme);
  color: var(--white);
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header .accordion-button::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004F44'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header .accordion-button .faq-number {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 79, 68, 0.1) 0%, rgba(0, 79, 68, 0.05) 100%);
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-header .accordion-button .faq-question {
  flex: 1;
  text-align: left;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-collapse {
  border: none;
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-body {
  padding: 0 30px 30px 90px;
  border: none;
}
@media (max-width: 767px) {
  .ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-body {
    padding: 0 30px 30px 30px;
  }
}
.ed-udemy-faq-section .udemy-faq-accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 1.8;
  color: #4A4B4F;
  margin: 0;
}

/* ================================
   Udemy Partners Section Start
=============================== */
.ed-udemy-partners-section .section-title-area {
  text-align: center;
  margin-bottom: 50px;
  flex-direction: column;
}
.ed-udemy-partners-section .section-title-area h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.ed-udemy-partners-section .section-title-area h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--header);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ed-udemy-partners-section .section-title-area h2 {
    font-size: 32px;
  }
}
.ed-udemy-partners-section .section-title-area p {
  font-size: 18px;
  color: #4A4B4F;
  max-width: 600px;
  margin: 0 auto;
}
.ed-udemy-partners-section .partners-slider-wrapper {
  padding: 40px 0;
}
.ed-udemy-partners-section .udemy-partners-slider {
  overflow: hidden;
}
.ed-udemy-partners-section .partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 120px;
  transition: all 0.3s ease;
}
.ed-udemy-partners-section .partner-logo-item:hover {
  transform: translateY(-5px);
}
.ed-udemy-partners-section .partner-logo-item .partner-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}
.ed-udemy-partners-section .partner-logo-item .partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.ed-udemy-partners-section .partner-logo-item .partner-logo img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ed-udemy-partners-section .partner-logo-item .partner-logo .partner-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #6B6C70;
  font-weight: 600;
  font-size: 14px;
}
.ed-udemy-partners-section .partner-logo-item .partner-logo .partner-placeholder i {
  font-size: 32px;
  color: var(--theme);
}
.ed-udemy-partners-section .partner-logo-item .partner-logo .partner-placeholder span {
  text-align: center;
}

/* ================================
   Udemy Newsletter Section Start
=============================== */
.ed-udemy-newsletter-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #004F44 0%, #006B5C 100%);
}
.ed-udemy-newsletter-section .newsletter-shape-1,
.ed-udemy-newsletter-section .newsletter-shape-2 {
  position: absolute;
  z-index: 0;
}
.ed-udemy-newsletter-section .newsletter-shape-1 {
  top: 20%;
  left: 5%;
}
.ed-udemy-newsletter-section .newsletter-shape-2 {
  bottom: 20%;
  right: 5%;
}
.ed-udemy-newsletter-section .udemy-newsletter-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.4s ease;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-icon i {
  font-size: 36px;
  color: var(--white);
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-icon:hover {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.2);
}
.ed-udemy-newsletter-section .newsletter-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ed-udemy-newsletter-section .newsletter-content h2 {
    font-size: 32px;
  }
}
.ed-udemy-newsletter-section .newsletter-content > p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form {
  max-width: 600px;
  margin: 0 auto 20px;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group {
  display: flex;
  gap: 15px;
  background: var(--white);
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group {
    flex-direction: column;
    border-radius: 16px;
    padding: 20px;
  }
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper i {
  position: absolute;
  left: 20px;
  color: #6B6C70;
  font-size: 18px;
  z-index: 1;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper input {
  width: 100%;
  padding: 18px 20px 18px 55px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  color: var(--header);
  background: transparent;
  outline: none;
}
@media (max-width: 575px) {
  .ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper input {
    border-radius: 12px;
    padding: 15px 20px 15px 50px;
  }
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper input::placeholder {
  color: #9A9B9F;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper input:focus {
  background: rgba(0, 79, 68, 0.05);
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .newsletter-btn {
  padding: 18px 35px;
  background: linear-gradient(135deg, #004F44 0%, #006B5C 100%);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .newsletter-btn {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    padding: 15px 30px;
  }
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .newsletter-btn i {
  transition: transform 0.3s ease;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .newsletter-btn:hover {
  background: linear-gradient(135deg, #006B5C 0%, #007A6A 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 79, 68, 0.3);
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .newsletter-btn:hover i {
  transform: translateX(5px);
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-form .form-group .newsletter-btn:active {
  transform: translateY(0);
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.ed-udemy-newsletter-section .newsletter-content .newsletter-note i {
  font-size: 16px;
}

/*# sourceMappingURL=main.css.map */
