/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --chioary-font: "Sora", sans-serif;
  --chioary-font-two: "Inter", sans-serif;
  --chioary-gray: #6C6E76;
  --chioary-gray-rgb: 108, 110, 118;
  --chioary-base: #0f416e;
  --chioary-base-rgb: 255, 164, 21;
  --chioary-primary: #007B39;
  --chioary-primary-rgb: 0, 123, 57;
  --chioary-black: #121D18;
  --chioary-black-rgb: 18, 29, 24;
  --chioary-extra: #F9F9F9;
  --chioary-extra-rgb: 249, 249, 249;
  --chioary-white: #ffffff;
  --chioary-white-rgb: 255, 255, 255;
  --chioary-bdr-color: #E2E2E2;
  --chioary-bdr-color-rgb: 226, 226, 226;
}

.row {
  --bs-gutter-x: 24px;
}

.gutter-y-24 {
  --bs-gutter-y: 24px;
}

body {
  font-family: var(--chioary-font);
  color: var(--chioary-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--chioary-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--chioary-font-two);
  color: var(--chioary-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--chioary-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--chioary-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--chioary-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-top: -8px;
  margin-bottom: 57px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.section-title__tagline-shape {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--chioary-base);
  border-radius: 50%;
}

.section-title__tagline-shape-2 {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #0f416e;
  border-radius: 50%;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--chioary-black);
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--chioary-font-two);
  font-style: italic;
}

.section-title__title {
  color: #0f416e;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  margin: 24px 0 0;
  text-transform: capitalize;
}

.section-title__title .split-line {
  text-transform: none;
}


/* Thm Btn Css */
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.thm-btn span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 600;
  font-size: 14px;
  color: #ffe307;
  padding: 12px 15px 9px;
  border-radius: 25px;
  font-family: var(--chioary-font-two);
  background-color: #0f416e;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: gold;

  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover span::before {
  transform: scaleX(1.0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;

}

.thm-btn:hover span {
  color: #000;

}

.thm-btn>i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #0f416e;
  border-radius: 50%;
  font-size: 18px;
  color: #ffe307;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.thm-btn i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: gold;
  background-position: right center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover i::after {
  transform: scaleX(1.0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
  background-color: gold;
}

.thm-btn:hover i {
  color: #000;
  background-color: gold;


}

/* Proloader Css */

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;

  background: transparent;
  position: fixed;
  bottom: 30px;
  right: 32px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;

  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--chioary-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--chioary-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--chioary-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 10px 0px;
}

.main-menu__top-text {
  color: var(--chioary-white);
}

.main-menu__top-btn {
  position: relative;
  display: block;
}

.main-menu__top-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--chioary-white);
  font-family: var(--chioary-font-two);
  background-color: var(--chioary-base);
  padding: 7px 20px 7px;
  overflow: hidden;
  z-index: 1;
}

.main-menu__top-btn a:hover {
  background-color: var(--chioary-white);
  color: var(--chioary-black);
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  background-color: rgba(var(--chioary-white-rgb), .05);
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu__left {
  display: flex;
  align-items: center;
  gap: 100px;
}

.main-menu__logo {
  display: block;
  padding: 14.5px 0;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(var(--chioary-white-rgb), .20);
  border-radius: 50%;
  font-size: 20px;
  color: var(--chioary-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--chioary-black);
  background-color: var(--chioary-white);
}

.main-menu__user {
  position: relative;
  display: block;
}

.main-menu__user a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(var(--chioary-white-rgb), .20);
  border-radius: 50%;
  font-size: 20px;
  color: var(--chioary-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__user a:hover {
  color: var(--chioary-black);
  background-color: var(--chioary-white);
}

.main-menu__btn span {
  background-color: var(--chioary-base);
}

.main-menu__btn:hover span {
  color: var(--chioary-black);
}

.main-menu__btn span:before {
  background-color: var(--chioary-white);
}

.main-menu__btn>i {
  background-color: var(--chioary-base);
}

.main-menu__btn:hover i {
  color: var(--chioary-black);
}

.main-menu__btn>i::after {
  background-color: var(--chioary-white);
}


.stricky-header.main-menu {
  background-color: var(--chioary-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 20px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--chioary-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--chioary-font-two);
  line-height: 20px;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: gold;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--chioary-base);
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 56%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--chioary-white);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--chioary-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 31px 20px 31px;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: #0f416e;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--chioary-bdr-color);
  color: var(--chioary-black);
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--chioary-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}



@media (max-width: 1199px) {
  .stricky-header {
    display: block !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--chioary-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--chioary-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--chioary-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--chioary-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--chioary-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--chioary-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--chioary-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--chioary-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: #d6d0d0;
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding-left: 20px;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: none;
  color: var(--chioary-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

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

.mobile-nav__top .main-menu__login a {
  color: var(--chioary-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--chioary-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--chioary-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--chioary-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--chioary-base);
}

.mobile-nav__contact li>i {
  width: 0px;
  height: 30px;
  border-radius: 50%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;


}

.home-showcase__inner {
  padding: 40px 42px 30px;

  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.home-showcase .row {
  --bs-gutter-x: 44px;
  --bs-gutter-y: 20px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;


}

.home-showcase__image {
  position: relative;
  overflow: hidden;
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
  height: 150px;
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
  background-color: rgba(var(--chioary-black-rgb), .70);
}

.home-showcase__buttons__item {
  justify-content: center;
}

.home-showcase__buttons__item span {
  background-color: var(--chioary-base);
}

.home-showcase__buttons__item:hover span {
  color: var(--chioary-black);
}

.home-showcase__buttons__item span:before {
  background-color: var(--chioary-white);
}

.home-showcase__buttons__item>i {
  background-color: var(--chioary-base);
}

.home-showcase__buttons__item:hover i {
  color: var(--chioary-black);
}

.home-showcase__buttons__item>i::after {
  background-color: var(--chioary-white);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: var(--chioary-black);
  margin-top: 18px;
  text-transform: capitalize;
  font-family: var(--chioary-font);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--chioary-white, #ffffff);
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #0f416e;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-two__left {
  display: flex;
  align-items: center;
  gap: 100px;
}

.main-menu-two__logo {
  display: block;
  padding: 7.5px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(var(--chioary-black-rgb), .20);
  border-radius: 50%;
  font-size: 20px;
  color: #c5d2da;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--chioary-white);
  background-color: var(--chioary-black);
}

.main-menu-two__user {
  position: relative;
  display: block;
}

.main-menu-two__user a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid rgba(var(--chioary-black-rgb), .20);
  border-radius: 50%;
  font-size: 20px;
  color: var(--chioary-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__user a:hover {
  color: var(--chioary-white);
  background-color: var(--chioary-black);
}

.main-menu-two__btn span {
  background-color: #c5d2da;
  color: #000;
}

.main-menu-two__btn:hover span {
  color: #000;
}

.main-menu-two__btn span:before {
  background-color: #fff;

}

.main-menu-two__btn>i {
  background-color: #c5d2da;
}

.main-menu-two__btn:hover i {
  color: var(--chioary-white);
}

.main-menu-two__btn>i::after {
  background-color: var(--chioary-black);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #ffe307;
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
  background-color: #0f416e;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: #ffe307;
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: #ffe307;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: #c5d2da;
}

.stricky-header.main-menu-two {
  background-color: #0f416e;
}

/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(var(--chioary-white-rgb), .20);
  padding: 0 20px 0;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.048);
}

.main-menu-three__left {
  display: flex;
  align-items: center;
  gap: 100px;
}

.main-menu-three__logo {
  display: block;
  padding: 4.5px 0;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__btn span {
  background-color: gold;
  color: #000
}

.main-menu-three__btn:hover span {
  color: var(--chioary-black);
}

.main-menu-three__btn span:before {
  background-color: var(--chioary-white);
}

.main-menu-three__btn>i {
  background-color: gold;
  color: #000
}

.main-menu-three__btn:hover i {
  color: var(--chioary-black);
}

.main-menu-three__btn>i::after {
  background-color: var(--chioary-white);
}




/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--chioary-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--chioary-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.search-popup__content .thm-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #0f416e;
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.search-popup__content .thm-btn:hover::after {
  transform: scaleX(1.0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--chioary-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn i::after {
  display: none;
}

.search-popup__content .thm-btn:hover i {
  color: var(--chioary-white);
}


/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.courses-one__btn span {
  background-color: transparent;
  border: 1px solid var(--chioary-bdr-color);
  color: var(--chioary-black);
  padding: 10px 20px 12px;
}

.courses-one__btn:hover span {
  border: 1px solid var(--chioary-base);
}

.courses-one__btn i {
  padding: 10px 20px 12px;
  background-color: transparent;
  border: 1px solid var(--chioary-bdr-color);
  color: var(--chioary-black);
}

.courses-one__btn:hover i {
  border: 1px solid var(--chioary-base);
}

.video-one__btn span {
  background-color: var(--chioary-white);
  color: var(--chioary-black);
}

.video-one__btn i {
  background-color: var(--chioary-white);
  color: var(--chioary-black);
}

.become-volunteer__btn span {
  background-color: var(--chioary-base);
  color: var(--chioary-white);
}

.become-volunteer__btn span::before {
  background-color: #007B39;
}

.become-volunteer__btn i {
  background-color: var(--chioary-base);
  color: var(--chioary-white);
}

.become-volunteer__btn i::after {
  background-color: #007B39;
}

.become-volunteer__btn-2 span {
  background-color: #007B39;
  color: var(--chioary-white);
}

.become-volunteer__btn-2 i {
  background-color: #007B39;
  color: var(--chioary-white);
}

.about-two__btn span {
  background-color: #0f416e;
  color: #ffe307;
}

.about-two__btn i {
  background-color: #0f416e;
}


.courses-two__btn span::before {
  background-color: #0f416e;
}

.courses-two__btn i::after {
  background-color: #0f416e;
}

.courses-two__btn span {
  background-color: transparent;
  border: 1px solid var(--chioary-bdr-color);
  color: var(--chioary-black);
  padding: 10px 20px 12px;
}

.courses-two__btn:hover span {
  border: 1px solid #0f416e;
}

.courses-two__btn i {
  padding: 10px 20px 12px;
  background-color: transparent;
  border: 1px solid var(--chioary-bdr-color);
  color: var(--chioary-black);
}

.courses-two__btn:hover i {
  border: 1px solid #0f416e;
}

.become-volunteer-two__btn span {
  background-color: var(--chioary-base);
  color: var(--chioary-white);
}

.become-volunteer-two__btn span::before {
  background-color: #007B39;
}

.become-volunteer-two__btn i {
  background-color: var(--chioary-base);
  color: var(--chioary-white);
}

.become-volunteer-two__btn i::after {
  background-color: #007B39;
}

.become-volunteer-two__btn-2 span {
  background-color: #007B39;
  color: var(--chioary-white);
}

.become-volunteer-two__btn-2 i {
  background-color: #007B39;
  color: var(--chioary-white);
}

.contact-one__btn span {
  background-color: #0f416e;
}

.contact-one__btn i {
  background-color: #0f416e;
}

.about-three__left-btn span {
  background-color: var(--chioary-base);
  color: var(--chioary-white);
}

.about-three__left-btn span::before {
  background-color: gold;
}

.about-three__left-btn i {
  background-color: var(--chioary-base);
  color: var(--chioary-white);
}

.about-three__left-btn i::after {
  background-color: gold;
}

.courses-three__btn span {
  background-color: var(--chioary-white);
  color: var(--chioary-black);
}

.courses-three__btn i {
  background-color: var(--chioary-white);
  color: var(--chioary-black);
}


.main-slider__btn span {
  background-color: var(--chioary-base);
}

.main-slider__btn:hover span {
  color: var(--chioary-black);
}

.main-slider__btn span:before {
  background-color: var(--chioary-white);
}

.main-slider__btn>i {
  background-color: var(--chioary-base);
}

.main-slider__btn:hover i {
  color: var(--chioary-black);
}

.main-slider__btn>i::after {
  background-color: var(--chioary-white);
}

.banner-one__btn span {
  background-color: #0f416e;
}

.banner-one__btn:hover span {
  color: var(--chioary-white);
}

.banner-one__btn span:before {
  background-color: var(--chioary-black);
}

.banner-one__btn>i {
  background-color: #0f416e;
}

.banner-one__btn:hover i {
  color: var(--chioary-white);
}

.banner-one__btn>i::after {
  background-color: var(--chioary-black);
}


.main-slider-two__btn span {
  background-color: gold;
  color: #000;
}

.main-slider-two__btn:hover span {
  color: var(--chioary-black);
}

.main-slider-two__btn span:before {
  background-color: var(--chioary-white);
}

.main-slider-two__btn>i {
  background-color: gold;
  color: #000;
}

.main-slider-two__btn:hover i {
  color: var(--chioary-black);
}

.main-slider-two__btn>i::after {
  background-color: var(--chioary-white);
}


.donation-one__btn span {
  background-color: var(--chioary-base);
}

.donation-one__btn span::before {
  background-color: #007B39;
}

.donation-one__btn i::after {
  background-color: #007B39;
}

.donation-one__btn i {
  background-color: var(--chioary-base);
}





/*==============================================
    Project Details
===============================================*/
.project-details {
  position: relative;
  display: block;
  padding: 150px 0 140px;
  z-index: 1;
}

.project-details__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.project-details__img img {
  width: 100%;
}

.project-details__info-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 586px;
  width: 100%;
  overflow: hidden;
  border-radius: var(--anity-bdr-radius);
}

.project-details__info-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 586px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.project-details__info-title-box {
  position: relative;
  display: block;
  background-color: var(--chioary-base);
  text-align: center;
  padding: 11px 10px 8px;
}

.project-details__info-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.project-details__info-and-social {
  position: relative;
  display: flex;
  border: 1px solid var(--chioary-bdr-color);
  background-color: var(--chioary-white);
  border-top: 0;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-details__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.project-details__info-list {
  position: relative;
  display: block;
}

.project-details__info-list li {
  position: relative;
  display: block;
}

.project-details__info-list li+li {
  margin-top: 20px;
}

.project-details__info-list li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--anity-font-two);
  color: var(--anity-black);
}

.project-details__info-list li p span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--chioary-font);
  color: var(--chioary-gray);
  margin-left: 10px;
}

.project-details__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.project-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 30px;
  border: 1px solid var(--chioary-base);
  border-radius: 50%;
  font-size: 16px;
  color: var(--chioary-base);
}

.project-details__social a:hover {
  background-color: var(--chioary-base);
  color: var(--chioary-black);
}

.project-details__left {
  position: relative;
  display: block;
  padding-top: 30px;
}

.project-details__title-1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 19px;
}

.project-details__text-2 {
  margin-top: 20px;
  margin-bottom: 19px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.project-details__points li+li {
  margin-top: 11px;
}

.project-details__points li .icon {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.project-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--chioary-base);
}

.project-details__points li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--chioary-font-two);
  color: var(--chioary-black);
}

.project-details__title-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 22px;
}

.project-details__right {
  position: relative;
  display: block;
  margin-top: 30px;
}

.project-details__right-img-1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
}

.project-details__right-img-1 img {
  width: 100%;
}

.project-details__right-img-2 {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.project-details__right-img-2 img {
  width: 100%;
}

.project-details__pagination {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--chioary-bdr-color);
  border-bottom: 1px solid var(--chioary-bdr-color);
  margin-top: 50px;
}

.project-details__pagination .pg-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 30px;
}

.project-details__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.project-details__pagination .pg-pagination li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--chioary-black);
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--chioary-font-two);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
  height: 100%;
  width: 100%;
}

.project-details__pagination .pg-pagination li a:hover {
  color: var(--chioary-base);
}

.project-details__pagination .pg-pagination li a i {
  color: var(--chioary-base);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F4F4F4;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination .pg-pagination li:hover a i {
  color: var(--chioary-black);
  background-color: var(--chioary-base);
}

.project-details__pagination .pg-pagination li:first-child a i {
  transform: rotate(-180deg);
}

.banner1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f5f5f5;
  animation: fadeIn 1.5s ease-in-out;
}

/* Left Side Styling */
.left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.left img {
  width: 105px;
  height: auto;

  margin-bottom: 10px;
}

.left .details h2 {
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
}

.left .details p {
  font-size: 14px;
  color: #000;
  font-weight: 800;
}

/* Center Styling */
.center {
  flex: 3;
  text-align: center;
}

.center img {
  width: 100%;
  /* 3/4 width */
  max-width: 643px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  animation: scaleUp 1.2s ease-in-out;
}

/* Right Side Styling */
.right {
  flex: 1;
  text-align: center;
}

.right img {
  width: 280px;
  height: auto;
  margin-bottom: 10px;
}

.right p {
  font-size: 14px;
  color: #000;
}

/* Menu Styling */

/* Keyframes for Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

/* Responsive Design */
@media screen and (max-width: 846px) {
  .banner1 {
    flex-direction: column;
    text-align: center;
  }

  .center img {
    width: 80%;
    /* Adjust image size for smaller screens */
  }

  .left .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 1205px) {


  .center img {
    width: 80%;
    /* Adjust image size for smaller screens */
  }

  .left img {
    width: 100px;
    height: auto;

    margin-bottom: 10px;
  }

  .right img {
    width: 240px;
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 998px) {


  .center img {
    width: 90%;
    margin-top: 10px;
    /* Adjust image size for smaller screens */
  }

  .left img {
    width: 80px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .right img {
    width: 190px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.main-menu-two {
  display: block;
}

.stricky-header {
  display: none;
  /* Initially hidden */
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.sticky-active {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /* Add any other styles for your sticky menu */
}

.main-menu-two,
.stricky-header {
  transition: all 0.3s ease;
}


.eye-donation-section {
  width: 100%;
  max-width: 600px;

  border-radius: 10px;
  overflow: hidden;


}

.eye-image-container {
  width: 100%;
  overflow: hidden;
}

.eye-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.eye-image:hover {
  transform: scale(1.1);
}

.donation-updates {
  background-color: #0f416e;
  color: #ffe307;
  font-size: 13px;

  text-align: center;
}

.donation-marquee {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .donation-updates {
    font-size: 14px;
  }

  .eye-donation-section {
    max-width: 400px;
  }
}

.vision-mission-section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;

}

.content-box {
  margin: 40px 0;

  background-color: #ffffff;

  border-radius: 10px;

  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateX(100%);
  /* Initially off-screen (right side) */
  transition: all 0.8s ease-in-out;
}

.content-box.active {
  opacity: 1;
  transform: translateX(0);
  /* Slide into view */
}

/* Title Styling */



/* Responsive Design */
@media (max-width: 768px) {
  .title {
    font-size: 20px;
  }

  .text {
    font-size: 14px;
  }
}

.gallery-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.thumbnail {
  width: 340px;
  height: 340px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ddd;
  transition: transform 0.3s ease;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
}

.thumbnail:hover {
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  text-align: center;
}

#carousel-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}

#carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
}

#prev {
  left: 10px;
}

#next {
  right: 10px;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.lightbox-close:hover {
  background: #f00;
  color: #fff;
}

.general-container {

  display: flex;
  height: 21rem;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.radio {
  display: none;
}

.content {
  background: transparent;
  background-image: url("../images/g1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
  flex: 1;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}

.content1 {
  background: transparent;
  background-image: url("../images/moon1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
  flex: 1;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content1::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content>* {
  position: relative;
  z-index: 1;
}

.content1>* {
  position: relative;
  z-index: 1;
}

.content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content1:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(2) {
  background: transparent;
  background-image: url("../images/g2.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content1:nth-of-type(2) {
  background: transparent;
  background-image: url("../images/moon2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: transparent;
  background-image: url("../images/g3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content1:nth-of-type(3) {
  background: transparent;
  background-image: url("../images/moon3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: transparent;
  background-image: url("../images/g4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content1:nth-of-type(4) {
  background: transparent;
  background-image: url("../images/moon4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(5) {
  background: transparent;
  background-image: url("../images/g5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-title {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card {
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle {
  font-size: 1rem;
}

.subsubtitle {
  font-size: 0.85rem;
}

.paddT {
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio:checked+.content {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 12;
}

.radio:checked+.content>.card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content>.title-card {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content1 {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 12;
}

.radio:checked+.content1>.card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked+.content1>.title-card {
  opacity: 1;
  transform: translateX(0);
}

.marg-bott {
  margin-bottom: 1.5rem;
}

.mass-timings {
  padding: 0px 60px 0 60px;
  background: white;
  animation: fadeIn 1.5s ease-in-out;
  text-align: center;
}

.mass-timings h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #007bff;
}

.timing-card {
  background: #c5d2da;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  justify-items: center;
}

.timing-card h3 {
  color: #0f416e;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
}

.timing-card ul {
  list-style: none;
  padding: 0;
}

.timing-card ul li {
  margin: 8px 0;
  font-size: 1em;
  color: #000;
  font-weight: 600;
}

.timing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Explanation Section */
.explanation {
  padding: 40px 20px 0;

  text-align: left;
}

.explanation h2 {
  font-size: 2em;
  color: #333;
  margin-bottom: 20px;
}

.explanation p {

  margin-bottom: 20px;

}

/* Footer */


/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .column {
    max-width: 100%;

  }

  .mass-timings {
    padding: 40px 20px;
    background: white;
    animation: fadeIn 1.5s ease-in-out;
    text-align: center;
  }

  .mass-timings h2,
  .explanation h2 {
    font-size: 1.5em;
  }

  .timing-card h3 {
    font-size: 1.2em;
  }

  .timing-card ul li,
  .explanation p {
    font-size: 1em;
  }
}

.celebration-details {
  padding: 30px 15px;
  background: white;
}

.responsive-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Image Slider Section */




/* Responsive Design */
@media (max-width: 768px) {
  .col-6 {
    max-width: 100%;
    text-align: center;
  }

  .image-slider h2 {
    font-size: 1.5em;
  }

}

.what-we-do {
  background-color: #fff;
  padding: 50px 20px;
  text-align: left;
  border-radius: 8px;

  animation: fadeIn 1.5s ease-in-out;
}

/* Heading */
.heading {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #007bff;
  animation: slideUp 1s ease-out;
}

.description {

  margin-bottom: 30px;

  animation: fadeIn 2s ease-in-out;
}

/* Services Section */
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.service {
  flex: 1 1 22%;
  background-color: #c5d2da;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  animation: slideUp 1s ease-out;
}

.service h3 {
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}

.service p {

  color: #000;

}



/* Animation for fadeIn */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Animation for slideUp */
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .what-we-do {
    padding: 30px 10px;
  }

  .heading {
    font-size: 2em;
  }

  .description {
    font-size: 1em;
  }

  .services {
    flex-direction: column;
  }

  .service {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 1.8em;
  }

  .description {
    font-size: 0.9em;
  }

  .service h3 {
    font-size: 1.3em;
  }


}

.table-container {
  width: 100%;

  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;

}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 12px;
  color: #000;
  font-size: 14px;
}

.responsive-table th {
  background-color: #0f416e;
  color: white;
  text-align: center;
}

.responsive-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.responsive-table tr:hover {
  background-color: #c5d2da;
}



@media (max-width: 768px) {

  .responsive-table th,
  .responsive-table td {
    font-size: 14px;
    padding: 8px;
  }
}

@media (max-width: 480px) {

  .responsive-table th,
  .responsive-table td {
    font-size: 12px;
    padding: 6px;
  }
}

.gallery1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px;
}

.gallery-item1 {

  cursor: pointer;
}

.gallery-item1 img {
  width: 100%;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item1 img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.lightbox1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: hidden;
}

.lightbox1.active {
  display: flex;
}

.lightbox1-content img {
  width: 350px;

  animation: fadeIn 0.5s ease-in-out;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

button {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

button.close1 {
  top: 10px;
  right: 10px;
  transform: none;
  font-size: 30px;
}

button.prev1 {
  left: 10px;
}

button.next1 {
  right: 10px;
}

@media (max-width: 768px) {


  button {
    font-size: 16px;
    padding: 8px 15px;
  }

  button.close1 {
    font-size: 24px;
  }

  .lightbox-content1 img {
    width: 150px;

  }
}

@media (max-width: 480px) {


  button {
    font-size: 14px;
    padding: 5px 10px;
  }

  button.close1 {
    font-size: 20px;
  }

  .lightbox-content1 img {
    width: 150px;

  }
}

@media (max-width: 280px) {


  button {
    font-size: 14px;
    padding: 5px 10px;
  }

  button.close1 {
    font-size: 20px;
  }

  .lightbox-content1 img {
    width: 100px;

  }
}

td.highlight {

  font-weight: 700;
  color: #0f416e;
  font-size: 16px;

}

.video-container {
  position: relative;

  overflow: hidden;
  border-radius: 10px;
}

.video-container .overlay {
  position: relative;
  display: inline-block;
}

.video-container img.thumbnail {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.video-container .play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid red;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.thumbnail h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.ecaSection {
  padding: 90px 5%;
  overflow: hidden;
}

/* TITLE */
.ecaTitle {
  text-align: center;
  color: #0f416e;
  font-weight: 700;
}

.ecaSubtitle {
  text-align: center;
  color: var(--chioary-black);

}

.ecaTitle span,
.ecaSubtitle span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}

.ecaTitle.animate span {
  animation: waveUp .8s ease forwards;
}

.ecaSubtitle.animate span {
  animation: subtitleWave .7s ease forwards;
}

@keyframes waveUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  60% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subtitleWave {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* GRID */
.ecaGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 80px;
  margin-top: 50px;
}

/* CARD */
.ecaCard {
  opacity: 0;
  transform: translateX(-40px) translateY(40px) rotate(-2deg);
}

.ecaCard.animate {
  animation: cardFloat 1.2s ease forwards;
}

/* DOOR */
.ecaDoorWrap {
  position: relative;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
}

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

.ecaDoorLeft {
  position: absolute;
  inset: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  transform-origin: left;
  transition: transform 0.8s ease;
}

/* INNER CONTENT */
.ecaInnerBox {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* FEATURE */
.ecaFeatureGlow {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  background: linear-gradient(90deg, gold, orange, gold);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  animation: shine 2s linear infinite;
}

/* HOVER */
.ecaDoorWrap:hover .ecaDoorLeft {
  transform: rotateY(-100deg);
}

.ecaDoorWrap:hover .ecaInnerBox {
  opacity: 1;
}

/* NAME */
.ecaCourseName {
  text-align: center;
  margin-top: 12px;
  font-size: 23px;
  font-weight: 600;
  color: #333;
}

/* ANIMATIONS */
@keyframes cardFloat {
  0% {
    opacity: 0;
    transform: translate(-40px, 40px) rotate(-2deg);
  }

  60% {
    transform: translate(10px, -10px) rotate(1deg);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes shine {
  from {
    background-position: 0%;
  }

  to {
    background-position: 200%;
  }
}

.ecaInnerBox a {
  color: gold;
}

.ecaViewBtn {
  position: absolute;
  /* absolute relative to .ecaInnerBox */
  bottom: 16px;
  /* distance from bottom */
  left: 16px;
  /* distance from left */
  display: inline-block;
  padding: 10px 26px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  z-index: 2;
}

.ecaViewBtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  animation: shineMove 2.5s infinite;
}

@keyframes shineMove {
  0% {
    left: -120%;
    bottom: 0;
  }

  50% {
    left: 50%;
    bottom: 50%;
  }

  100% {
    left: 120%;
    bottom: 100%;
  }
}


/* HOVER */
.ecaViewBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.35);
}

/* ANIMATION */
@keyframes shineMove {
  to {
    left: 120%;
  }
}

/* ================= SECTION ================= */
.careerPremiumSection {
  position: relative;
  padding: 120px 5%;
  background: #030d16;
  overflow: hidden;
}

/* SOFT OVERLAY */
.careerPremiumSection::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .04);
  z-index: 1;
}

/* ================= FULL BG CODE ================= */
.codeTypingBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .32);
  pointer-events: none;
}

.codeLine {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 7s steps(60, end) infinite;
}

.codeLine:nth-child(odd) {
  animation-delay: 0s;
}

.codeLine:nth-child(even) {
  animation-delay: 1.2s;
}

@keyframes typing {
  0% {
    width: 0;
    opacity: 0
  }

  10% {
    opacity: 1
  }

  45% {
    width: 100%
  }

  100% {
    width: 100%;
    opacity: .2
  }
}

/* ================= CONTENT ================= */
.careerHeaderPremium {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.careerHeaderPremium h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 12px;
  opacity: 0;
  color: gold;
  transform: translateY(40px);
}

.careerHeaderPremium p {
  font-size: 18px;
  opacity: 0;
  transform: translateY(40px);
}

.careerCardsPremium {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.careerCardPremium {
  width: 340px;
  padding: 30px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  text-align: center;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .6);
  opacity: 0;
  transform: translateY(60px) rotate(-3deg);
  transition: .6s ease;
}

.careerCardPremium:hover {
  transform: translateY(0) rotate(0) scale(1.05);
}

.careerCardPremium i {
  font-size: 40px;
  margin-bottom: 18px;
  color: #ffd700;
}

.careerCardPremium h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #E2E2E2;
}

.careerCardPremium p {
  font-size: 14px;
  margin-bottom: 16px;
  opacity: .9;
}

/* BUTTON */
.careerBtnPremium {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .4);
  position: relative;
  overflow: hidden;
}

.careerBtnPremium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .6), transparent);
  transform: translateX(-120%);
  animation: shine 2.8s infinite;
}

@keyframes shine {
  100% {
    transform: translateX(120%)
  }
}

/* ANIMATION */
.animateInPremium {
  opacity: 1 !important;
  transform: translateY(0) rotate(0) !important;
}

/* RESPONSIVE */
@media(max-width:600px) {
  .careerHeaderPremium h2 {
    font-size: 28px
  }

  .careerHeaderPremium p {
    font-size: 16px
  }


}

.ecadWhiteZone {
  position: relative;
  padding: 120px 6%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Typing code corners */
.ecadCodeWhite {
  position: absolute;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  filter: blur(0.8px);
}

.ecadTL {
  top: 12px;
  left: 12px;
}

.ecadTR {
  top: 12px;
  right: 12px;
}

.ecadBL {
  bottom: 12px;
  left: 12px;
}

.ecadBR {
  bottom: 12px;
  right: 12px;
}

/* Inner Grid */
.ecadInnerWhite {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  opacity: 0;
  transform: translateY(80px);
  transition: 1s ease;
}

.ecadInnerWhite.ecadActive {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT AREA */
.ecadTitleWhite {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--chioary-base);
}

.ecadDescWhite {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000;
}

.ecadPointsWhite {
  list-style: none;
  margin-bottom: 20px;
}

.ecadPointsWhite li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

/* FORM AREA */
.ecadFormAreaWhite {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.ecadFieldWhite {
  padding: 14px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  background: linear-gradient(135deg, #e0e2ff, #f7f0d1);
}

.ecadFieldWhite:focus {
  border: 1px solid var(--chioary-base);
}

.ecadPointsAnimated {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.ecadPointsAnimated li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  /* Change color as needed */
  opacity: 0;
  transform: translateY(20px);
  animation: pointFadeIn 0.8s forwards;
}

/* Stagger animation */
.ecadPointsAnimated li:nth-child(1) {
  animation-delay: 0.2s;
}

.ecadPointsAnimated li:nth-child(2) {
  animation-delay: 0.4s;
}

.ecadPointsAnimated li:nth-child(3) {
  animation-delay: 0.6s;
}

.ecadPointsAnimated li:nth-child(4) {
  animation-delay: 0.8s;
}

.ecadBox {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background: linear-gradient(45deg, #081b39, #daa710);
  border-radius: 4px;
  transform: scale(0);
  animation: boxPop 0.5s forwards;
}

/* Stagger for box pop */
.ecadPointsAnimated li:nth-child(1) .ecadBox {
  animation-delay: 0.2s;
}

.ecadPointsAnimated li:nth-child(2) .ecadBox {
  animation-delay: 0.4s;
}

.ecadPointsAnimated li:nth-child(3) .ecadBox {
  animation-delay: 0.6s;
}

.ecadPointsAnimated li:nth-child(4) .ecadBox {
  animation-delay: 0.8s;
}

@keyframes boxPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pointFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ecadBtnWhite {
  padding: 14px;
  border: none;
  background: var(--chioary-base);
  color: #fff;
  font-size: 14px;
  width: 50%;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}

.ecadBtnWhite:hover {
  background: #e64a19;
}

/* Responsive */
@media(max-width:900px) {
  .ecadInnerWhite {
    grid-template-columns: 1fr;
  }
}

@media(max-width:600px) {
  .ecadTitleWhite {
    font-size: 32px;
  }

  .ecadDescWhite {
    font-size: 15px;
  }
}

.ecadVibContactSection {
  position: relative;
  padding: 100px 5%;
  background: linear-gradient(135deg, #0f2027, #07233b, #03051b);
  color: #fff;
  overflow: hidden;
}

/* Vibrating floating icons */
.ecadVibContactSection::before,
.ecadVibContactSection::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
  animation: floatVib 6s ease-in-out infinite;
}

.ecadVibContactSection::before {
  width: 250px;
  height: 250px;
  top: -60px;
  left: -60px;
}

.ecadVibContactSection::after {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
  animation-delay: 3s;
}

@keyframes floatVib {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(10px) rotate(5deg);
  }

  50% {
    transform: translateY(0) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(5deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.ecadVibContactHeader {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.ecadVibContactHeader.animate {
  opacity: 1;
  transform: translateY(0);
}

.ecadVibContactHeader h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 12px;
  color: gold;
}

.ecadVibContactHeader p {
  font-size: 18px;
  letter-spacing: 1px;
}

.ecadVibContactWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}

/* Contact info cards */
.ecadVibInfoCard {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 25px;
  width: 330px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease;
}

.ecadVibInfoCard.animate {
  opacity: 1;
  transform: translateY(0);
}

.ecadVibInfoCard i {
  font-size: 36px;
  margin-bottom: 15px;
  color: gold;
  animation: vibrate 2s infinite;
}

@keyframes vibrate {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(2px) translateY(-2px);
  }

  50% {
    transform: translateX(-2px) translateY(2px);
  }

  75% {
    transform: translateX(2px) translateY(2px);
  }

  100% {
    transform: translateX(0);
  }
}

.ecadVibInfoCard h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #e0e2ff;
}

.ecadVibInfoCard p {
  font-size: 14px;
}

/* Contact Form */
.ecadVibForm {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 25px;
  width: 900px;
  padding: 40px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease;
}

.ecadVibForm.animate {
  opacity: 1;
  transform: translateY(0);
}

.ecadVibForm h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: #fff;
}

.ecadVibForm input,
.ecadVibForm textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: none;
  outline: none;
  font-size: 14px;
}

.ecadVibForm input::placeholder,
.ecadVibForm textarea::placeholder {
  color: #333;
}

.ecadVibBtn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff129, #c9c9b9);
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ecadVibBtn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

@media(max-width:1000px) {
  .ecadVibContactWrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media(max-width:500px) {
  .ecadVibForm {
    width: 100%;
  }
}

.ecadFooterSection {
  position: relative;
  background: #fff;
  color: #000;
  padding: 100px 5%;
  overflow: hidden;
}

/* Typing code background */
.ecadFooterTypingBG {
  position: absolute;
  inset: 0;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.15);
  white-space: pre;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  animation: none;
}

.ecadFooterTypingBG span {
  display: inline-block;
  animation: typingInfinite 5s linear infinite;
}

@keyframes typingInfinite {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Footer content */
.ecadFooterContent {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.ecadFooterColumn {
  flex: 1;
  min-width: 250px;
}

.ecadFooterColumn h3 {
  color: #000;
  /* Blue title */
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ecadFooterColumn p,
.ecadFooterColumn li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.ecadFooterColumn ul {
  list-style: none;
  padding-left: 0;
}

.ecadFooterColumn i {
  margin-right: 8px;
  color: var(--chioary-base);
  /* Colorful icon */
  transition: transform 0.3s ease;
  font-size: 18px;
}

/* Link animation */
.ecadFooterColumn a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.ecadFooterColumn a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--chioary-base);
  transition: 0.3s ease;
}

.ecadFooterColumn a:hover {
  color: var(--chioary-base);
  transform: translateX(5px);
}

.ecadFooterColumn a:hover::after {
  width: 100%;
}

/* Responsive */
@media(max-width:900px) {
  .ecadFooterContent {
    flex-direction: column;
  }
}

.eca-elitecourse-section {
  padding: 90px 20px;
  background: radial-gradient(circle at top, #fbfafa, #fafafa);
}

.eca-elitecourse-container {
  max-width: 1250px;
  margin: auto;
}

.eca-elitecourse-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #0f416e
}



/* ===== Grid ===== */
.eca-elitecourse-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===== Card ===== */
.eca-elitecourse-card {
  position: relative;
  height: 430px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);

  /* initial hidden state */
  opacity: 0;
  transform: translateY(70px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.eca-elitecourse-card.show-card {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Image ===== */
.eca-elitecourse-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.eca-elitecourse-card:hover .eca-elitecourse-image {
  transform: scale(1.1);
}

/* ===== Overlay ===== */
.eca-elitecourse-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0.50),
      rgba(0, 0, 0, 0));
}

/* ===== Content ===== */
.eca-elitecourse-content {
  position: absolute;
  bottom: 0;
  padding: 32px;
  z-index: 2;
}

.eca-elitecourse-tag {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(90deg, gold, rgb(255, 240, 156));
  color: #002c2c;
  margin-bottom: 12px;
}

.eca-elitecourse-content h3 {
  font-size: 20px;
  margin: 12px 0;
  color: #fff;
}

.eca-elitecourse-content p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 20px;
  color: #fff;
}

/* ===== Button ===== */
.eca-elitecourse-btn {
  display: inline-flex;
  padding: 8px 24px;
  border-radius: 30px;
  border: 1px solid gold;
  color: gold;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.eca-elitecourse-btn:hover {
  background: var(--chioary-base);
  color: #fff;
  border: 1px solid #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .eca-elitecourse-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .eca-elitecourse-grid {
    grid-template-columns: 1fr;
  }

  .eca-elitecourse-heading {
    font-size: 30px;
  }
}


/* ===== SCROLL REVEAL ===== */
.eca-reveal {
  opacity: 0;
  transition: 1s ease;
}

.eca-left {
  transform: translateX(-100px);
}

.eca-right {
  transform: translateX(100px);
}

.eca-up {
  transform: translateY(100px);
}

.eca-down {
  transform: translateY(-100px);
}

.eca-reveal.eca-active {
  opacity: 1;
  transform: translate(0);
}




/* ===== SECTIONS ===== */
.eca-section {
  padding: 95px 5%;
}

.eca-bg-blue {
  background: #eef3ff;
}

.eca-bg-peach {
  background: #fff3ea;
}

.eca-bg-grey {
  background: #f7f7f7;
}

.eca-section-title {
  text-align: center;
  margin-bottom: 65px;
}

.eca-section-title h2 {
  font-size: 2.6rem;
  color: var(--chioary-base);
}

.eca-section-title p {
  margin-top: 12px;
  color: #000;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== GRID CARDS ===== */
.eca-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.eca-card {
  background: #fff;
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .09);
  transition: .6s;
}

.eca-card:hover {
  transform: translateY(-16px) scale(1.02);
}

.eca-card h3 {
  margin: 20px 0 12px;
  color: #000;
  font-size: 21px;
}

.eca-card p {
  color: #3a3939;
  font-size: .96rem;
  line-height: 1.7;
}

/* ===== INFO SPLIT ===== */
.eca-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

/* ===== UNIQUE BULLETS ===== */
.eca-ul-style {
  list-style: none;
  margin-top: 25px;
}

.eca-ul-style li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 18px;
  color: #444;
  line-height: 1.6;
}

.eca-ul-style li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: linear-gradient(45deg, #032931, #ff9f1d);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.eca-ul-style li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 28px;
  width: 2px;
  height: 100%;
  background: #98999b;
}

/* ===== COURSE DURATION WITH BLACK OVERLAY ===== */
.eca-duration {
  position: relative;
  min-height: 320px;
  margin: 40px 5%;
  border-radius: 28px;
  overflow: hidden;
  background: url("../images/backgrounds/course-bg.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eca-duration-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.eca-duration-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}

.eca-duration-content h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 14px;
}

.eca-duration-content p {
  font-size: 1.1rem;
  color: #ffffff;
}

/* ===== FOOTER ===== */
.eca-footer {
  background: #eef1ff;
  text-align: center;
  padding: 45px 5%;
  color: #777;
}

/* ===== Mobile & Tablet Responsive Styles ===== */
@media (max-width: 991px) {

  /* Section spacing */
  .eca-section {
    padding: 40px 16px;
  }

  /* Title alignment */
  .eca-section-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .eca-section-title h2 {
    font-size: 22px;
  }

  .eca-section-title p {
    font-size: 14px;
    line-height: 1.6;

  }

  /* Grid layout */
  .eca-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* Card styling */
  .eca-card {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
    text-align: center;
  }

  .eca-card img {
    height: auto;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 14px;
  }

  .eca-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .eca-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ===== Small Mobile Devices ===== */
@media (max-width: 480px) {

  .eca-section-title h2 {
    font-size: 32px;
    color: var(--chioary-base)
  }

  .eca-card {
    padding: 16px;
  }

  .eca-card h3 {
    font-size: 17px;
  }

  .eca-card p {
    font-size: 13.5px;
  }
}


/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
  .eca-hero-content h1 {
    font-size: 1.3rem;
  }

  .eca-title-anim h2 {
    font-size: 1rem;
  }

  .eca-info {
    grid-template-columns: 1fr;
  }

  .eca-duration-content h2 {
    font-size: 2rem;
  }

  .eca-duration-content p {
    font-size: 1rem;
  }
}

.eca-title-anim h2 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  /* cursor effect */
  letter-spacing: 2px;
  font-size: 2.2rem;
  color: var(--chioary-base);
}

/* span for each letter */
.eca-title-anim h2 span {
  opacity: 0;
  display: inline-block;
  transform: translateY(50%);
  transition: all 0.4s ease;
}

.eca2-bg-software {
  background: linear-gradient(135deg, #eef3ff, #fff3ea);
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

/* Section Title */
.eca2-section-title h2 {
  font-size: 2.8rem;
  color: #1639ff;
  text-align: center;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  border-right: .15em solid #1639ff;
  /* cursor effect */
  letter-spacing: 2px;
}

.eca2-section-title p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #444;
  font-size: 1.1rem;
}

/* Card Grid */
.eca2-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Glass Card Item */
.eca2-card-item {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  width: 320px;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.eca2-card-item:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

/* Card Image */
.eca2-card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Card Content */
.eca2-card-content {
  padding: 20px;
}

.eca2-card-content h3 {
  color: #ff9f1c;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.eca2-card-content p {
  color: #222;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Reveal Animation */
.eca2-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease;
}

.eca2-reveal.eca2-active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media(max-width: 960px) {
  .eca2-card-grid {
    justify-content: center;
  }
}

@media(max-width: 768px) {
  .eca2-card-grid {
    flex-direction: column;
    align-items: center;
  }

  .eca2-card-item {
    width: 90%;
  }
}

.ecaX-software-zone {
  padding: 90px 5%;
  background: linear-gradient(135deg, #f3f6ff, #fff);
  overflow: hidden;
}

/* ===== TITLE ===== */
.ecaX-software-heading {
  text-align: center;
  margin-bottom: 70px;
}

.ecaX-software-heading h2 {
  font-size: 2.8rem;
  color: #1b3cff;
  margin-bottom: 12px;
}

.ecaX-software-heading p {
  max-width: 820px;
  margin: auto;
  color: #555;
  font-size: 1.1rem;
}

/* ===== GRID ===== */
.ecaX-software-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 45px;
}

/* ===== CARD ===== */
.ecaX-soft-card {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.6s ease;
}

/* gradient border glow */
.ecaX-soft-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(135deg, #1b3cff, #ffb347);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* hover effect */
.ecaX-soft-card:hover {
  transform: translateY(-18px) scale(1.03);
  box-shadow: 0 40px 90px rgba(27, 60, 255, 0.25);
}

/* ===== IMAGE ===== */
.ecaX-soft-image {
  height: 210px;
  overflow: hidden;
}

.ecaX-soft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.ecaX-soft-card:hover img {
  transform: scale(1.15);
}

/* ===== CONTENT ===== */
.ecaX-soft-content {
  padding: 26px;
}

.ecaX-soft-content h3 {
  color: var(--chioary-base);
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.ecaX-soft-content p {
  color: #444;
  font-size: 0.96rem;
  line-height: 1.7;
}

/* ===== SCROLL REVEAL ===== */
.ecaX-reveal {
  opacity: 0;
  transition: all 1s ease;
}

.ecaX-left {
  transform: translateX(-120px);
}

.ecaX-right {
  transform: translateX(120px);
}

.ecaX-up {
  transform: translateY(120px);
}

.ecaX-reveal.ecaX-active {
  opacity: 1;
  transform: translate(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ecaX-software-heading h2 {
    font-size: 2.2rem;
  }
}

/* ================= SECTION ================= */
.ecax-admission-zone {
  padding: 110px 20px;
  background: radial-gradient(circle at top, #061b2e, #050b1a 65%);
  position: relative;
  overflow: hidden;

}

.ecax-wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* ===== 3D SHAPE IMAGE ===== */
.ecax-3d-shape {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.ecax-3d-shape img {
  width: 100%;
  filter: drop-shadow(0 0 40px rgba(56, 189, 248, 0.35));
}

/* ===== GRID ===== */
.ecax-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ===== LEFT CONTENT ===== */
.ecax-content-box {
  opacity: 1;
  transform: translateX(-60px);
  transition: 1s ease;
}

.ecax-content-box.show {
  opacity: 1;
  transform: translateX(0);
}

.ecax-content-box h2 {
  font-size: clamp(30px, 4.5vw, 48px);
  margin-bottom: 20px;
  background: linear-gradient(90deg, #f2f2f3, #f9eb27);
  -webkit-background-clip: text;
  font-weight: 600;
  color: transparent;
}

.ecax-content-box p {
  font-size: 17px;
  color: #fff;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 30px;
}

/* ===== CONTACT DETAILS ===== */
.ecax-contact-box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 28px 32px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ecax-contact-item {
  margin-bottom: 18px;
}

.ecax-contact-item:last-child {
  margin-bottom: 0;
}

.ecax-contact-label {
  font-size: 13px;
  color: #d0d0cf;
  letter-spacing: 1px;
  font-weight: 600;
}

.ecax-contact-value {
  font-size: 16px;
  color: #f8fafc;
}

/* ===== FORM CARD ===== */
.ecax-form-shell {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 55px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  opacity: 0;
  transform: translateX(60px);
  transition: 1s ease;
}

.ecax-form-shell.show {
  opacity: 1;
  transform: translateX(0);
}

.ecax-form-shell h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  color: #fff;
}

/* ===== FORM GRID ===== */
.ecax-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.ecax-field {
  display: flex;
  flex-direction: column;
}

.ecax-field label {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 6px;
}

.ecax-field input,
.ecax-field textarea {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  outline: none;
}

.ecax-field textarea {
  height: 110px;
  resize: none;
}

/* ===== SUBMIT DIV ===== */
.ecax-submit-wrap {
  text-align: center;
  margin-top: 40px;
}

.ecax-submit-div {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ffce3b, #13aef5);
  font-weight: 700;
  cursor: pointer;
  transition: 0.35s;
}

.ecax-submit-div:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.7);
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .ecax-split-grid {
    grid-template-columns: 1fr;
  }

  .ecax-3d-shape {
    left: -180px;
    width: 360px;
    top: 10%;
    transform: none;
  }
}

/* ===== Responsive CSS only ===== */

/* Tablet */
@media (max-width: 1024px) {
  .ecax-wrapper {
    padding: 0 20px;
  }

  .ecax-split-grid {
    gap: 40px;
  }

  .ecax-content-box h2 {
    font-size: 32px;
  }

  .ecax-form-shell {
    padding: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ecax-admission-zone {
    padding: 60px 0;
  }

  .ecax-3d-shape {
    display: none;
    /* hide decorative image on mobile */
  }

  .ecax-split-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ecax-content-box {
    text-align: center;
  }

  .ecax-content-box h2 {
    font-size: 28px;
  }

  .ecax-content-box p {
    font-size: 15px;
  }

  .ecax-contact-box {
    gap: 15px;
  }

  .ecax-contact-item {
    text-align: center;
  }

  .ecax-form-shell h3 {
    text-align: center;
    font-size: 22px;
  }

  .ecax-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ecax-field[style] {
    grid-column: span 1 !important;
  }

  .ecax-submit-div {
    width: 100%;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .ecax-content-box h2 {
    font-size: 24px;
  }

  .ecax-content-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .ecax-form-shell {
    padding: 22px 18px;
  }

  .ecax-form-shell h3 {
    font-size: 20px;
  }

  .ecax-field label {
    font-size: 13px;
  }

  .ecax-field input,
  .ecax-field textarea {
    font-size: 13px;
  }

  .ecax-submit-div {
    font-size: 14px;
    padding: 14px 0;
  }
}



.teklaGlow-section {
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, #dbeafe, transparent 40%),
    radial-gradient(circle at bottom right, #fde68a, transparent 45%),
    #f8fafc;
}

/* ================= TITLE ================= */
.teklaGlow-title {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}

.teklaGlow-title h2 {
  font-size: clamp(32px, 4.2vw, 46px);
  font-weight: 700;
  color: #020617;
  margin-bottom: 16px;
  letter-spacing: 1.2px;
}

.teklaGlow-title p {
  font-size: 17.5px;
  color: #475569;
  line-height: 1.7;
}

/* ================= GRID ================= */
.teklaGlow-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

/* ================= CARD ================= */
.teklaGlow-card {
  position: relative;
  padding: 46px 36px 42px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 55px rgba(2, 6, 23, 0.08);
  overflow: hidden;
  transition: 0.45s ease;
}

/* gradient border */
.teklaGlow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 26px;
  background: linear-gradient(135deg, #2563eb, #f59e0b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* glowing bar */
.teklaGlow-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 0;
  background: linear-gradient(180deg, #2563eb, #f59e0b);
  transition: 0.7s ease;
}

.teklaGlow-card:hover .teklaGlow-bar {
  height: 100%;
}

/* hover */
.teklaGlow-card:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow: 0 40px 80px rgba(2, 6, 23, 0.14);
}

/* ================= NUMBER ================= */
.teklaGlow-num {
  font-size: 44px;
  font-weight: 800;
  color: rgba(37, 99, 235, 0.18);
  margin-bottom: 12px;
}

/* ================= CONTENT ================= */
.teklaGlow-card h3 {
  font-size: 22px;
  color: #020617;
  margin-bottom: 14px;
}

.teklaGlow-card p {
  font-size: 15.8px;
  color: #475569;
  line-height: 1.65;
}

/* ================= REVEAL ================= */
.teklaGlow-reveal {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.9s ease;
}

.teklaGlow-reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px) {
  .teklaGlow-card {
    padding: 38px 28px;
  }

  .teklaGlow-num {
    font-size: 36px;
  }
}

.ecaQ-why-section {
  padding: 60px 4%;
  position: relative;
  overflow: hidden;
}

/* ================= BACKGROUND TYPE ANIMATION ================= */
.type-bg {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.15);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

/* Positioning 4 corners */
.type-bg.top-left {
  top: 10%;
  left: 5%;
}



.type-bg.bottom-left {
  bottom: 15%;
  left: 8%;
}



/* ================= TITLE ================= */
.ecaQ-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.ecaQ-title h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.ecaQ-title p {
  font-size: 14px;
  color: #fff;
}

/* ================= TIMELINE ================= */
.ecaQ-timeline {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.ecaQ-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(#5687dc, #ecec48);
  transform: translateX(-50%);
}

/* ITEM */
.ecaQ-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 0.8s cubic-bezier(.22, .61, .36, 1);
}

.ecaQ-item.ecaQ-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ecaQ-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* CONTENT CARD */
.ecaQ-content {
  width: 42%;
  padding: 25px 20px 20px 60px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  position: relative;
}

.ecaQ-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #ffffff;
}

.ecaQ-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #cbd5f5;
}

/* ICON INSIDE CARD */
.ecaQ-content .ecaQ-icon {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;

  background: linear-gradient(145deg, #b4b402, #07072a);
  box-shadow:
    4px 4px 15px rgba(0, 0, 0, 0.6),
    -4px -4px 15px rgba(255, 255, 255, 0.1),
    inset -2px -2px 5px rgba(255, 255, 255, 0.2),
    inset 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.ecaQ-content .ecaQ-icon:hover {
  transform: translateY(-50%) rotateY(20deg) rotateX(10deg) scale(1.1);
  box-shadow:
    6px 6px 20px rgba(0, 0, 0, 0.7),
    -6px -6px 20px rgba(255, 255, 255, 0.15),
    inset -3px -3px 7px rgba(255, 255, 255, 0.25),
    inset 3px 3px 7px rgba(0, 0, 0, 0.25);
}

/* MOBILE */
@media(max-width: 768px) {
  .ecaQ-timeline::before {
    left: 20px;
  }

  .ecaQ-item,
  .ecaQ-item:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .ecaQ-content {
    width: 100%;
    margin-left: 40px;
    padding-left: 60px;
  }

  .ecaQ-content .ecaQ-icon {
    left: -50px;
  }
}

/* ---------- Responsive CSS only ---------- */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .ecaQ-title h2 {
    font-size: 32px;
  }

  .ecaQ-title p {
    font-size: 16px;
  }

  .ecaQ-timeline {
    padding: 0 20px;
  }

  .ecaQ-content {
    padding: 25px 25px 25px 60px;
  }

  .ecaQ-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
    left: -20px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .ecaQ-title h2 {
    font-size: 26px;
    text-align: center;
  }

  .ecaQ-title p {
    font-size: 14px;
    text-align: center;
  }

  .ecaQ-timeline {
    padding: 0 15px;
  }

  .ecaQ-item {
    margin-bottom: 25px;
  }

  .ecaQ-content {
    padding: 20px;
    text-align: left;
  }

  .ecaQ-icon {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: 10px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .ecaQ-title h2 {
    font-size: 22px;
  }

  .ecaQ-title p {
    font-size: 13px;
  }

  .ecaQ-content h4 {
    font-size: 16px;
  }

  .ecaQ-content p {
    font-size: 13px;
    line-height: 1.6;
  }

  .ecaQ-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.scz-body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: #050b18;
  color: #e5e7eb;
}

/* SECTION */
.scz-section {
  padding: 40px 10px;
  display: flex;
  justify-content: center;
}

/* COLUMN */
.scz-column {
  max-width: 820px;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.6) rotate(-12deg);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.scz-column.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* ICON */
.scz-icon {

  margin: 0 auto 22px;

  font-size: 40px;
}

/* TITLE */
.scz-title {
  font-size: 40px;
  margin-bottom: 14px;
  color: #fff;
}

/* TEXT */
.scz-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* FEATURES */
.scz-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.scz-feature {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 13px;
}

.scz-feature i {
  color: #cdcdcd;
}

/* BUTTON */
.scz-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ffce3b, #13aef5);
  color: #020617;
  text-decoration: none;
  border-radius: 32px;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(56, 189, 248, 0.45);
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .scz-title {
    font-size: 30px;
  }
}

.neo-about-wrap {
  padding: 90px 20px;
  background: linear-gradient(135deg,
      #f4f7ff,
      #e8efff,
      #dde8ff,
      #f6f0d6);
  background-size: 200% 200%;
  animation: bgFloat 15s ease infinite;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}

@keyframes bgFloat {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.neo-about-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* ==============================
           SCROLL ANIMATION
        ============================== */

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==============================
           IMAGE SIDE
        ============================== */

.neo-about-image {
  position: relative;
}

.neo-about-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 30px 60px rgba(30, 41, 59, 0.25);
}

.neo-about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(120deg,
      rgba(59, 130, 246, 0.15),
      rgba(202, 138, 4, 0.15));
  pointer-events: none;
}

/* ==============================
           CONTENT SIDE
        ============================== */

.neo-about-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fde68a, #facc15);
  color: #78350f;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.neo-about-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
}

.neo-about-title span {
  color: #b38b1e;
}

.neo-about-text {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 24px;
}

.neo-about-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.neo-about-points li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
  color: #000;
}

.neo-about-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #b38b1e;
  font-weight: bold;
}

/* ==============================
           INFO CARDS
        ============================== */

.neo-about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.neo-mini-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(179, 139, 30, 0.25);
  border-radius: 18px;
  padding: 22px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.neo-mini-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--chioary-base);
  font-weight: 600;
}

.neo-mini-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.neo-mini-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(179, 139, 30, 0.25);
}

/* ==============================
           RESPONSIVE
        ============================== */

@media (max-width: 900px) {
  .neo-about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .neo-about-points li {
    text-align: left;
  }

  .neo-about-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .neo-about-wrap {
    padding: 60px 16px;
  }

  .neo-about-title {
    font-size: 26px;
  }
}

.zx-whycore {
  padding: 100px 20px;
  background: linear-gradient(135deg, #1e293b, #1f2937);
  /* dim blue */
  color: #e5e7eb;
  font-family: system-ui, sans-serif;
}

.zx-whycore-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.zx-whycore-tag {
  display: inline-block;
  background: rgba(250, 204, 21, 0.2);
  /* gold shade */
  color: gold;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

.zx-whycore-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 36px;
  color:#fff;
}

.zx-whycore-title span {
  color: gold;
}

.zx-whycore-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 48px;
}

/* POINTS */
.zx-whycore-points {
  display: grid;
  gap: 16px;
}

.zx-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.zx-point-icon {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, gold, #eab308);
  color: #08111f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.zx-point-text h4 {
  font-size: 24px;
  margin-bottom: 8px;
  color: gold;
}

.zx-point-text p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* RIGHT IMAGE */
.zx-whycore-visual img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 30px 60px rgba(250, 204, 21, 0.25);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .zx-whycore-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .zx-point {
    justify-content: center;
    text-align: left;
  }

  .zx-whycore-visual {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .zx-whycore {
    padding: 70px 16px;
  }

  .zx-whycore-title {
    font-size: 26px;
  }
}