/*

TemplateMo 573 EduWell

https://templatemo.com/tm-573-eduwell

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ls-loader {
  font-family: 'Figtree', sans-serif;
  font-size: calc(64px * var(--text-scale));
  font-weight: 800;
  letter-spacing: 6px;
  background: linear-gradient(90deg, #111 0%, #d4b05f 50%, #111 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lsGradient 1.6s linear infinite;
}

@keyframes lsGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

html, body {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: calc(16px * var(--text-scale));
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --text-scale: 1;
}

body.splash-lock {
  overflow: hidden;
}

#splash-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

#splash-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

#splash-player {
  width: min(70vw, 420px);
  height: min(70vw, 420px);
  display: block;
  margin: 0 auto;
}

#cookie-consent {
  position: fixed;
  inset: auto 24px 24px 24px;
  z-index: 9998;
  max-width: 520px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  padding: 18px 18px 16px 18px;
  display: none;
}

#cookie-consent.is-visible {
  display: block;
}

#cookie-consent h5 {
  font-size: calc(16px * var(--text-scale));
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
}

#cookie-consent p {
  font-size: calc(13px * var(--text-scale));
  line-height: 20px;
  color: #5a5a5a;
  margin-bottom: 12px;
}

#cookie-consent .cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

#cookie-consent .cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: calc(13px * var(--text-scale));
  font-weight: 600;
  cursor: pointer;
}

#cookie-consent .cookie-accept {
  background: #242424;
  color: #ffffff;
}

#cookie-consent .cookie-reject {
  background: #f0f0f0;
  color: #2a2a2a;
}

@media (max-width: 575px) {
  #cookie-consent {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: min(90vw, 360px);
  }

  #cookie-consent .cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 575px) {
  .simple-cta h4 {
    font-size: calc(26px * var(--text-scale));
    line-height: 34px;
  }
}


a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: calc(14px * var(--text-scale));
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Figtree', sans-serif;
}

::selection {
  background: #dc8cdb;
  color: #fff;
}

::-moz-selection {
  background: #dc8cdb;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient .cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.main-button-gradient a {
  font-size: calc(14px * var(--text-scale));
  color: #ffffff;
  background: linear-gradient(135deg, #2b2929 0%, #936d38 45%, #e3c383 100%);
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: none;
  outline: none;
  font-weight: 600;
  letter-spacing: 0.4px;

  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.main-button-gradient a:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(31, 27, 26, 0.3);
  opacity: 0.95;
}

.white-button a {
  font-size: calc(13px * var(--text-scale));
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;

  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: calc(14px * var(--text-scale));
  font-weight: 500;
  color: #dc8cdb;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 140px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: calc(13px * var(--text-scale));

  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: calc(28px * var(--text-scale));
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.section-heading h4 em {
  font-style: normal;
  color: #e2cd41;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.header-area {
  background-image:  url(../images/header-bg.png);
  background-size: 100% 100%, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-blend-mode: multiply;
  position: absolute;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 100px;
  background: transparent;
  display: flex;
  align-items: center;
}

.header-area .main-nav .logo {
  line-height: 1;
  color: #f5efe3;
  font-size: calc(28px * var(--text-scale));
  font-weight: 700;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.header-area .main-nav .logo img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-top: -30px;
}

.background-header .main-nav .logo {
  line-height: 1;
}

.background-header .main-nav .logo img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-top: -30px;
}

@media (max-width: 1024px) {
  .header-area,
  .background-header,
  .header-area.header-sticky {
    background: none !important;
    background-image: none !important;
  }

  .header-area .main-nav .logo img {
    content: url(../images/lussobeyaz.png);
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav .nav,
  .home-page .header-area .main-nav .nav {
    display: none !important;
  }
  .header-area .nav.open,
  .home-page .header-area .nav.open {
    display: block !important;
  }
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  margin-left: auto;
  margin-top: 45px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: calc(15px * var(--text-scale));
  text-transform: none;
  color: #111;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 48px;
  line-height: 48px;
  border: transparent;
  letter-spacing: 0.4px;
  position: relative;
}

.header-area .language-switcher {
  margin-top: 45px;
  margin-left: 12px;
  margin-right: 36px;
  margin-bottom: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.header-area .language-switcher a {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: calc(12px * var(--text-scale));
  color: #111;
  border: 1px solid rgba(17, 17, 17, 0.25);
  padding: 6px 10px;
  border-radius: 999px;
  letter-spacing: 0.4px;
  line-height: 1;
  transition: all 0.2s ease;
}

.header-area .language-switcher a:hover {
  color: #111;
  border-color: #111;
}

.header-area .language-switcher a.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.header-area .main-nav > ul.nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  background: #111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.header-area .main-nav > ul.nav > li > a::before {
  content: "\f041";
  position: absolute;
  left: 50%;
  top: -18px;
  font-family: FontAwesome;
  font-size: calc(16px * var(--text-scale));
  color: #111;
  opacity: 0;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.6s ease, opacity 0.25s ease;
}

.header-area .main-nav > ul.nav > li:hover > a::after,
.header-area .main-nav > ul.nav > li > a.active::after {
  transform: scaleX(1);
}

.header-area .main-nav > ul.nav > li:hover > a::before,
.header-area .main-nav > ul.nav > li > a.active::before {
  opacity: 1;
  transform: translateX(-50%) rotate(360deg);
}

.header-area .main-nav > ul.nav > li {
  position: relative;
}

.header-area .main-nav > ul.nav > li > a {
  padding-top: 8px;
}

.header-area.home-header .main-nav > ul.nav > li > a::before {
  display: none;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #111!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #111!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: calc(12px * var(--text-scale));
  color: #d4b05f;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #1f1b1a;
  color: #f5efe3!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: calc(12px * var(--text-scale));
  font-weight: 400;
  border-bottom: 1px solid #2d2725;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #2d2725;
  color: #d4b05f!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

@media (min-width: 992px) {
  .home-page .header-area .main-nav .nav {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    padding: 0;
    background: transparent;
  }

  .home-page .header-area .main-nav .nav li {
    padding: 0;
  }

  .home-page .header-area .main-nav .nav li + li {
    margin-left: -14px;
  }

  .home-page .header-area .main-nav .nav li a {
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    color: #f2f2f2;
    background: #1a1a1a;
    border: none;
    text-transform: none;
    font-size: calc(13px * var(--text-scale));
    letter-spacing: 0.6px;
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }

  .home-page .header-area .main-nav .nav li:first-child a {
    clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
    border-radius: 10px 0 0 10px;
  }

  .home-page .header-area .main-nav .nav li:last-child a {
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 0 10px 10px 0;
  }

  .home-page .header-area .main-nav .nav li:hover a,
  .home-page .header-area .main-nav .nav li a.active {
    color: #111 !important;
    background: #e6e6e6;
  }

  .home-page .header-area .main-nav > ul.nav > li > a::before,
  .home-page .header-area .main-nav > ul.nav > li > a::after {
    display: none;
  }

  .home-page .header-area .main-nav .nav li.has-sub {
    padding-right: 0;
  }

  .home-page .header-area .main-nav .nav li.has-sub:after {
    color: #f2f2f2;
    top: 16px;
    right: 12px;
  }

  .home-page .header-area .main-nav .nav li.has-sub > a {
    padding-right: 38px;
  }

  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: flex;
    gap: 0;
    width: auto;
    padding: 0;
    top: 52px;
    left: 50%;
    transform: translate(-50%, 10px);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu li {
    padding: 0;
  }

  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu li + li {
    margin-left: -10px;
  }

  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    height: 34px;
    line-height: 34px;
    padding: 0 18px;
    font-size: calc(11px * var(--text-scale));
    font-weight: 600;
    background: #1a1a1a;
    color: #f2f2f2 !important;
    border: none;
    text-transform: none;
    letter-spacing: 0.5px;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }

  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu li:first-child a {
    clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
  }

  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%);
  }

  .home-page .header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #e6e6e6;
    color: #111 !important;
    padding-left: 18px;
  }

  .home-page .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    transform: translate(-50%, 0);
  }
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #d4b05f;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #d4b05f;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #d4b05f;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #d4b05f;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #d4b05f;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #d4b05f;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #d4b05f;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #d4b05f;
}

.header-area.header-sticky {
  min-height: 100px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #d4b05f;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-area .main-nav .logo {
    color: #f5efe3;
  }

  .header-area .main-nav .logo img {
    content: url(../images/beyazlogo.png);
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #d4b05f!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {

    padding: 0px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    background-image: none !important;
    background-color: transparent !important;
    background: none !important;
  }

  .background-header {
    background-image: none !important;
    background-color: transparent !important;
    background: none !important;
  }

  .header-area.header-sticky {
    background: none !important;
  }

  .header-area::before,
  .header-area::after,
  .header-area .main-nav::before,
  .header-area .main-nav::after {
    background: none !important;
    display: none !important;
  }

  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    background-color: #111;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    justify-content: flex-start;
  }
  .header-area .language-switcher {
    position: absolute;
    top: 28px;
    right: 90px;
    margin-top: 0;
    margin-left: 0;
    float: none;
    gap: 6px;
  }
  .header-area .language-switcher a {
    font-size: calc(11px * var(--text-scale));
    padding: 5px 8px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #2d2725;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #1f1b1a;
    border-bottom: 1px solid #2d2725;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #1f1b1a !important;
    color: #f5efe3 !important;
    width: 100%;
  }
  .header-area .main-nav .nav li a:hover {
    background: #2d2725 !important;
    color: #d4b05f!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: calc(12px * var(--text-scale));
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #d4b05f;
    right: 30px;
    font-size: calc(14px * var(--text-scale));
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .menu-trigger {
    right: 15px;
  }
  .header-area .main-nav .logo img {
    width: 120px;
    height: 90px;
    margin-top: -10px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}


.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
  display: grid;
}

.main-banner .right-image::before {
  position: absolute;
  content: '';
  inset: 6%;

  mix-blend-mode: screen;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  animation: vertical-sheen 5.5s ease-in-out infinite;
}



.main-banner .right-image img {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
}

.main-banner .right-image img.banner-slide {
  opacity: 1;
  animation: banner-slide-1 40s ease-in-out infinite,
             woman-flash-in 1.4s ease-out 0.15s both,
             woman-glow 6s ease-in-out 0.6s infinite;
  will-change: opacity, transform, filter;
  filter: drop-shadow(0 12px 24px rgba(227,195,131,0.18)) brightness(1);
}

.main-banner .right-image img.slide-2 {
  opacity: 0;
  animation: banner-slide-2 40s ease-in-out infinite,
             woman-flash-in 1.4s ease-out 0.15s both,
             woman-glow 6s ease-in-out 0.6s infinite;
}

.main-banner .right-image img.slide-3 {
  opacity: 0;
  animation: banner-slide-3 40s ease-in-out infinite,
             woman-flash-in 1.4s ease-out 0.15s both,
             woman-glow 6s ease-in-out 0.6s infinite;
}

.main-banner .right-image img.slide-4 {
  opacity: 0;
  animation: banner-slide-4 40s ease-in-out infinite,
             woman-flash-in 1.4s ease-out 0.15s both,
             woman-glow 6s ease-in-out 0.6s infinite;
}

.main-banner .right-image img.slide-5 {
  opacity: 0;
  animation: banner-slide-5 40s ease-in-out infinite,
             woman-flash-in 1.4s ease-out 0.15s both,
             woman-glow 6s ease-in-out 0.6s infinite;
}


.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/testimonials-left-dec.png);
  width: 593px;
  height: 352px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
}

@keyframes vertical-sheen {
  0% {
    opacity: 0;
    transform: translateY(-35%);
  }
  20% {
    opacity: 0.6;
  }
  55% {
    opacity: 0.2;
    transform: translateY(10%);
  }
  100% {
    opacity: 0;
    transform: translateY(45%);
  }
}

@keyframes woman-glow {
  0% {
    filter: drop-shadow(0 12px 24px rgba(227,195,131,0.18)) brightness(1);
  }
  35% {
    filter: drop-shadow(0 16px 34px rgba(227,195,131,0.38)) brightness(1.08);
  }
  60% {
    filter: drop-shadow(0 14px 28px rgba(227,195,131,0.28)) brightness(1.04);
  }
  100% {
    filter: drop-shadow(0 12px 24px rgba(227,195,131,0.18)) brightness(1);
  }
}

@keyframes banner-slide-1 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes banner-slide-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes banner-slide-3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  42% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes banner-slide-4 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  62% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  82% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes banner-slide-5 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  82% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes woman-flash-in {
  0% {
    transform: translateY(18px) scale(0.98);
    filter: brightness(2.6);
  }
  45% {
    filter: brightness(2.2);
  }
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-banner .right-image::before,
  .main-banner .right-image img.banner-slide {
    animation: none;
  }

  .main-banner .right-image img.slide-2,
  .main-banner .right-image img.slide-3,
  .main-banner .right-image img.slide-4,
  .main-banner .right-image img.slide-5 {
    opacity: 0;
  }
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: calc(30px * var(--text-scale));
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: calc(64px * var(--text-scale));
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #dbc667;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;
}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item .icon i {
  font-size: calc(40px * var(--text-scale));
  color: #d4b05f;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: calc(20px * var(--text-scale));
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #dc8cdb;
}

.services .service-list {
  display: grid;
  gap: 10px;
}

.services .service-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, background 0.2s ease;
}

.services .service-row:last-child {
  border-bottom: none;
}

.services .service-row:hover {
  background: linear-gradient(90deg, rgba(212, 176, 95, 0.08), rgba(255, 255, 255, 0));
  transform: translateY(-1px);
}

.services .service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 27, 26, 0.9);
  color: #d4b05f;
  font-size: calc(22px * var(--text-scale));
  box-shadow: inset 0 0 0 1px rgba(212, 176, 95, 0.35);
}

.services .service-icon i {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: calc(22px * var(--text-scale));
  line-height: 1;
}

.services .service-content h4 {
  margin: 0 0 8px;
  font-size: calc(20px * var(--text-scale));
  font-weight: 800;
  color: #111;
}

.services .service-content p {
  margin: 0 0 10px;
  color: #555;
}

.services .service-cta {
  font-size: calc(13px * var(--text-scale));
  letter-spacing: 1.2px;

  color: #a87a1f;
  font-weight: 700;
}

.services .service-arrow {
  color: #a87a1f;
  font-size: calc(18px * var(--text-scale));
}

.service-detail {
  padding: 140px 0 120px;
}

.service-detail .detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.service-detail .detail-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(12, 10, 7, 0.12);
}

.service-detail .detail-copy {
  margin-top: -200px;
}

.service-detail .detail-copy + .main-button-gradient {
  margin-top: 28px;
}

.service-detail .detail-card + .detail-card {
  margin-top: 24px;
}

.service-detail .detail-card h4 {
  font-weight: 800;
  margin-bottom: 14px;
}

.service-detail .detail-list {
  padding-left: 18px;
  margin-bottom: 0;
  color: #333;
  font-weight: 600;
}

.service-detail .detail-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(12, 10, 7, 0.15);
   margin-top: -200px;
}

.service-detail .detail-image.mobile-fade {
  position: relative;
  min-height: 420px;
}

.service-detail .detail-image.mobile-fade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: appFade 16s infinite;
  box-shadow: 0 20px 40px rgba(12, 10, 7, 0.15);
  border-radius: 18px;
  margin-top: 0;
}

.service-detail .detail-image.mobile-fade img:first-child {
  position: relative;
  opacity: 1;
}

.service-detail .detail-image.mobile-fade img:nth-child(2) {
  animation-delay: 4s;
}

.service-detail .detail-image.mobile-fade img:nth-child(3) {
  animation-delay: 8s;
}

.service-detail .detail-image.mobile-fade img:nth-child(4) {
  animation-delay: 12s;
}

@media (max-width: 991px) {
  .service-detail .detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail .detail-copy {
    margin-top: -170px;
  }
  .service-detail .detail-image img {

   margin-top: 0px;
}
  .service-detail .detail-image.mobile-fade {
    min-height: 320px;
  }
}


/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
  padding: 14px 18px;
  text-align: left;
  border-radius: 999px !important;
  margin-bottom: 18px;
  font-size: calc(16px * var(--text-scale));
  color: #2c241d;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: 0.4s ease;
  border: 1px solid rgba(212, 176, 95, 0.35);
  box-shadow: 0 10px 20px rgba(27, 24, 21, 0.08);
}

section.our-courses .naccs .menu div.active {
  color: #a87a1f;
  border: 1px solid rgba(212, 176, 95, 0.9);
  background: linear-gradient(120deg, rgba(255, 246, 224, 0.9), rgba(255, 255, 255, 0.9));
  box-shadow: 0px 12px 30px rgba(27, 24, 21, 0.12);
}

section.our-courses ul.nacc {
  margin-left: 0 !important;
  position: relative;
  min-height: auto;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: transparent;
  overflow: visible;
  opacity: 1;
  transform: none;
  position: relative;
  list-style: none;
  transition: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: none;
}

section.our-courses ul.nacc li.active {
  z-index: 2;
  display: block;
}

section.our-courses ul.nacc li > p {
  margin: 0;
}

.fleet-panel {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 10px 0 20px;
}

.fleet-text {
  flex: 1 1 55%;
}

.fleet-text h4 {
  font-size: calc(22px * var(--text-scale));
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.fleet-text p {
  color: #4a4a4a;
  margin-bottom: 18px;
}

.fleet-features {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0 0 18px;
  color: #333;
  font-weight: 600;
}

.fleet-feature-group h5 {
  font-size: calc(14px * var(--text-scale));
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #8c6f3d;
  margin: 18px 0 10px;
}

.fleet-tech h5 {
  font-size: calc(13px * var(--text-scale));
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #6b5a47;
  margin: 16px 0 10px;
}

.fleet-notes p {
  margin-bottom: 12px;
  color: #444;
}

.fleet-visual {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.fleet-visual img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(12, 10, 7, 0.15);
  background: #fff;
}

.fleet-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.fleet-gallery a {
  display: inline-flex;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fleet-gallery a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.fleet-gallery img {
  width: 110px;
  height: 80px;
  object-fit: cover;
}

.fleet-showcase {
  display: grid;
  gap: 40px;
}

.fleet-block {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 30px;
  align-items: start;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(12, 10, 7, 0.08);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: opacity, transform;
}

.fleet-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fleet-main {
  display: grid;
  gap: 16px;
}

.fleet-media img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(12, 10, 7, 0.15);
}

.fleet-body h3 {
  font-size: calc(26px * var(--text-scale));
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}

.fleet-body p {
  color: #4a4a4a;
  margin-bottom: 0;
}

.fleet-label {
  display: inline-block;
  font-size: calc(12px * var(--text-scale));
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #b06aa0;
  font-weight: 700;
}

.fleet-aside {
  display: grid;
  gap: 16px;
}

.fleet-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 20px rgba(12, 10, 7, 0.06);
}

.fleet-card h4 {
  font-size: calc(16px * var(--text-scale));
  font-weight: 800;
  margin-bottom: 10px;
}

.fleet-card ul {
  margin: 0;
  padding-left: 18px;
  color: #333;
  font-weight: 600;
  display: grid;
  gap: 6px;
}

@media (max-width: 991px) {
  .services .service-row {
    grid-template-columns: 56px 1fr;
  }

  .services .service-arrow {
    display: none;
  }

  .fleet-panel {
    flex-direction: column;
  }

  .fleet-visual {
    justify-content: flex-start;
  }

  .fleet-block {
    grid-template-columns: 1fr;
  }
}


/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h5 {
  font-size: calc(22px * var(--text-scale));
  color: #e2cd41;
}

section.simple-cta h4 {
  font-size: calc(62px * var(--text-scale));
  font-weight: 900;

  line-height: 74px;
  margin-top: 20px;
 
}

section.simple-cta p {
  font-size: calc(18px * var(--text-scale));
  margin-top: 30px;
  margin-bottom: 40px;

}


/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
}

section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

.testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonials .item p {
  font-size: calc(16px * var(--text-scale));
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: calc(20px * var(--text-scale));
  font-weight: 900;
  position: relative;
}

.testimonials .item span {
  font-size: calc(13px * var(--text-scale));
  font-weight: 700;
  color: #818181;
}

.testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #c77b2f;
}



/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
}

section.contact-us:after {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
}

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: calc(18px * var(--text-scale));
  font-weight: 900;

}

section.contact-us .contact-info span {
  font-size: calc(15px * var(--text-scale));
  color: #dc8cdb;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: calc(13px * var(--text-scale));
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: calc(13px * var(--text-scale));
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: calc(14px * var(--text-scale));
  color: #ffffff;
  background: linear-gradient(135deg, #2b2929 0%, #936d38 45%, #e3c383 100%);
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: none;
  outline: none;
  font-weight: 600;
  letter-spacing: 0.4px;
  box-shadow: 0 16px 30px rgba(31, 27, 26, 0.3);

  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

section.contact-us #contact button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(31, 27, 26, 0.35);
  opacity: 0.95;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #ffffff;
  color: #111;
  border-radius: 50%;
  border: 1px solid #111;
  transition: all .4s ease;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #111;
  color: #fff;
}

section.contact-us .contact-cta {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: calc(17px * var(--text-scale));
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: calc(62px * var(--text-scale));
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: calc(20px * var(--text-scale));
  font-weight: 800;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;
}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: calc(20px * var(--text-scale));
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: calc(15px * var(--text-scale));
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: calc(12px * var(--text-scale));
  color: #dc8cdb;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #dc8cdb;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 340px;
  height: auto;
  object-fit: cover;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: calc(20px * var(--text-scale));
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: calc(14px * var(--text-scale));
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #dc8cdb;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
}

section.our-office .left-info ul li {
  display: block;
  font-size: calc(14px * var(--text-scale));
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: calc(22px * var(--text-scale));
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
}

section.our-office #video img {
  border-radius: 20px;
}



/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: calc(20px * var(--text-scale));
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}

section.featured-product .product-fade {
  position: relative;
}

section.featured-product .product-fade img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: appFade 16s infinite;
}

section.featured-product .product-fade img:first-child {
  position: relative;
  opacity: 1;
}

section.featured-product .product-fade img:nth-child(2) {
  animation-delay: 4s;
}

section.featured-product .product-fade img:nth-child(3) {
  animation-delay: 8s;
}

section.featured-product .product-fade img:nth-child(4) {
  animation-delay: 12s;
}

@keyframes appFade {
  0%,
  25% {
    opacity: 1;
  }
  35%,
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

section.faq-section .faq-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 14px 30px rgba(12, 10, 7, 0.08);
  margin-bottom: 20px;
}

section.faq-section .faq-item h4 {
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}

section.faq-section .faq-item p {
  margin-bottom: 0;
  color: #333;
  font-weight: 500;
}

.app-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 26px;
}

.app-store-links .store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.app-store-links .store-btn i {
  font-size: calc(18px * var(--text-scale));
}

.app-store-links .store-btn:hover {
  background: #222;
  transform: translateY(-1px);
}



/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: calc(14px * var(--text-scale));
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: calc(28px * var(--text-scale));
  color: #dc8cdb;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: calc(20px * var(--text-scale));
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }
  .main-banner .header-text h2 {
    font-size: calc(62px * var(--text-scale));
  }
  .header-area {
    background-image: url(../images/header-bg.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-blend-mode: normal !important;
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 780px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }

  .header-area .main-nav .logo img {
    width: 140px;
    height: auto;
    margin-top: -6px;
  }

  .main-banner .header-text h2 {
    font-size: calc(30px * var(--text-scale));
    line-height: 38px;
  }

  .header-text h1 {
    font-size: calc(28px * var(--text-scale));
    line-height: 36px;
  }

  .header-text h4 {
    font-size: calc(18px * var(--text-scale));
    line-height: 26px;
  }

  .header-text h6 {
    font-size: calc(13px * var(--text-scale));
  }
  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }
  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }
  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }
  section.our-team .naccs .menu div {
    width: 14%;
    margin: 0px 5px;
  }
  section.our-team .naccs .menu div.active img {
    border: 3px solid #dc8cdb;
  }
  section.our-team .naccs .menu div h4,
  section.our-team .naccs .menu div span {
    display: none;
  }
  section.more-info .count-area-content .count-title {
    font-size: calc(22px * var(--text-scale));
  }

  .services .section-heading h4 {
    font-size: calc(28px * var(--text-scale));
    line-height: 36px;
  }
}

@media (max-width: 780px) {
  :root {
    --text-scale: 0.85;
  }
}

/* -----------------------------------------------------------
   Modern header refresh (Blacklane-inspired, clean + bold)
------------------------------------------------------------ */
:root {
  --header-pill-bg: rgba(255, 255, 255, 0.92);
  --header-pill-border: rgba(17, 17, 17, 0.08);
  --header-text: #111111;
  --header-muted: rgba(17, 17, 17, 0.6);
  --header-accent: #c8a25a;
  --header-accent-strong: #ad8a45;
}

.header-area {
  background: transparent;
  background-image: none;
  height: auto;
  padding-top: 18px;
}

.header-area .main-nav {
  background: var(--header-pill-bg);
  border: 1px solid var(--header-pill-border);
  border-radius: 999px;
  padding: 10px 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.background-header .main-nav {
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.header-area .main-nav .logo img {
  width: 138px;
  height: 64px;
  margin-top: 0;
}

.header-area .main-nav .nav {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0px;
}

.header-area .main-nav .nav li {
  padding: 0;
  position: relative;
  z-index: 1;
}

.header-area .main-nav .nav li + li {
  margin-left: -8px;
}

.header-area .main-nav .nav li a {
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: var(--header-text);
  background: transparent;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.header-area .main-nav .nav li:first-child a {
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.header-area .main-nav .nav li:last-child a {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}

.header-area .main-nav .nav li:not(:first-child):not(:last-child) a {
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.header-area .main-nav .nav li a:hover {
  background: #111111;
  color: #ffffff !important;
}

.header-area .main-nav .nav li a.active {
  background: #111111;
  color: #ffffff !important;
}

.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li a.active {
  position: relative;
  z-index: 2;
}

.header-area .main-nav .nav li:last-child a {
  background: var(--header-accent);
  color: #1a1a1a !important;
  font-weight: 700;
}

.header-area .main-nav .nav li:last-child a:hover {
  background: var(--header-accent-strong);
  color: #1a1a1a !important;
}

.header-area .main-nav > ul.nav > li > a::before,
.header-area .main-nav > ul.nav > li > a::after {
  display: none;
}

.header-area .main-nav .nav li.has-sub:after {
  color: var(--header-muted);
  top: 13px;
  right: 8px;
}

.header-area .main-nav .nav li.has-sub > a {
  padding-right: 32px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  width: 190px;
  top: 52px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  transform: translateY(10px);
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  background: transparent;
  color: #111111 !important;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover {
  background: rgba(17, 17, 17, 0.06);
  color: #111111 !important;
  padding-left: 20px;
}

.header-area .language-switcher {
  margin: 0 16px 0 12px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
}

.header-area .language-switcher a {
  border: none;
  color: var(--header-text);
  font-weight: 700;
  padding: 6px 12px;
}

.header-area .language-switcher a.is-active {
  background: #111111;
  color: #ffffff;
}

@media (min-width: 992px) {
  .home-page .header-area .main-nav .nav {
    margin-top: 0;
  }
  .home-page .header-area .main-nav .nav li + li {
    margin-left: -8px;
  }
  .home-page .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    clip-path: none;
  }
}

@media (max-width: 1024px) {
  .header-area {
    padding-top: 10px;
  }
  .header-area .main-nav {
    border-radius: 18px;
    padding: 10px 14px;
  }
  .header-area .main-nav .logo img {
    width: 118px;
    height: 56px;
  }
  .header-area .language-switcher {
    background: rgba(255, 255, 255, 0.8);
  }
  .header-area .main-nav .nav {
    margin-top: 20px;
    padding: 10px;
    background: #111111;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  }
  .header-area .main-nav .nav li {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-area .main-nav .nav li a {
    background: transparent !important;
    color: #f5f5f5 !important;
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 0;
    clip-path: none;
  }
  .header-area .main-nav .nav li a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li:last-child a {
    margin: 10px 12px 14px;
    border-radius: 0;
    background: var(--header-accent) !important;
    color: #1a1a1a !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 1200px) {
  .header-area {
    background-image: none !important;
    background: transparent !important;
  }
}
