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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --anity-font: "DM Sans", sans-serif;
  --anity-font-two: "Libre Baskerville", serif;
  --anity-font-three: "fredoka_oneregular";
  --anity-gray: #727272;
  --anity-gray-rgb: 114, 114, 114;
  --anity-base: #ff6e34;
  --anity-base-rgb: 255, 85, 40;
  --anity-black: #343434;
  --anity-black-rgb: 52, 52, 52;
  --anity-primary: #ffa415;
  --anity-primary-rgb: 255, 164, 21;
  --anity-extra: #26cc8c;
  --anity-extra-rgb: 38, 204, 140;
  --anity-extra-two: #fff9ed;
  --anity-extra-two-rgb: 242, 240, 236;
  --anity-white: #ffffff;
  --anity-white-rgb: 255, 255, 255;
  --anity-bdr-color: #e3e3e3;
  --anity-bdr-radius: 20px;
}

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

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

body {
  font-family: var(--anity-font);
  color: var(--anity-gray);
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--anity-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(--anity-font-two);
  color: var(--anity-black);
  margin: 0;
}

p {
  margin: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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: 15px;
  padding-right: 15px;
}

.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(--anity-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(--anity-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

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

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

/* Section Title Css */
.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 57px;
  z-index: 1;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--anity-base);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.section-title__title {
  color: var(--anity-black);
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 9px 0 0;
}

.section-title__title span {
  color: var(--anity-base);
  font-weight: 500;
}

.section-title-two {
  position: relative;
  display: block;
  margin-top: -11px;
  margin-bottom: 55px;
  z-index: 1;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--anity-base);
  font-weight: 400;
}

.section-title-two__title {
  color: var(--anity-black);
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 5px 0 0;
}

.section-title-two__title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.section-title-two__title span img {
  position: absolute;
  bottom: -15px;
  right: -5px;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--anity-black);
  border: 1px solid var(--anity-base);
  padding: 7px 25px 7px;
  padding-right: 9px;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 1.4px;
  gap: 10px;
  z-index: 2;
  text-align: center;
}

.thm-btn::after {
  content: "";
  background-color: var(--anity-black);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--anity-base);
  border-radius: 50%;
  font-size: 14px;
  color: var(--anity-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn:hover span {
  background-color: var(--anity-white);
  color: var(--anity-base);
  transition-delay: 200ms;
}

.thm-btn:hover span i {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

.thm-btn:hover {
  color: var(--anity-white);
  border: 1px solid var(--anity-black);
}

/* 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;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--anity-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(--anity-base);
  position: relative;
  overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
  background-color: var(--anity-base);
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0px;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li + li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--anity-white-rgb), 0.4);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 16px;
  color: var(--anity-white);
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  color: var(--anity-white);
}

.main-menu__contact-list li .text p a {
  color: var(--anity-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--anity-black);
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__social-title {
  font-size: 16px;
  color: var(--anity-white);
  line-height: 16px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 2px solid rgba(var(--anity-white-rgb), 0.1);
  border-radius: 50%;
  font-size: 14px;
  color: rgba(var(--anity-white-rgb), 1);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--anity-base);
  border: 1px solid transparent;
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--anity-white);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.main-menu__social a + a {
  margin-left: 10px;
}

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

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

.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: 130px;
}

.main-menu__logo {
  display: block;
  padding: 15px 0;
  width: 230px;
}

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

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

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--anity-base);
  border-radius: 50%;
  color: var(--anity-white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--anity-black);
  color: var(--anity-white);
}

.main-menu__call-content {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.main-menu__call-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--anity-gray);
  line-height: 14px;
}

.main-menu__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 6px;
}

.main-menu__call-number a {
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--anity-base);
}

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

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--anity-base-rgb), 0.2);
  border-radius: 50%;
  font-size: 16px;
  color: var(--anity-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--anity-white);
  background-color: rgba(var(--anity-base-rgb), 1);
}

.stricky-header.main-menu {
  background-color: var(--anity-white);
}

.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: 45px;
  padding-bottom: 45px;
  position: relative;
}

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

.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(--anity-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 700;
  text-transform: capitalize;
  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: var(--anity-base);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  opacity: 1;
  background-color: var(--anity-base);
  position: absolute;
  bottom: 0;
  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(--anity-black);
  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(--anity-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;
  background-color: var(--anity-black);
  min-width: 280px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.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;
  transform: perspective(500px) rotatex(0);
}

.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 > 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: 1px solid rgba(var(--anity-white-rgb), 0.05);
  margin-top: 0px;
}

.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;
  display: flex;
  align-items: center;
  color: rgba(var(--anity-white-rgb), 0.8);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 17px 0px 17px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.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 {
  color: rgba(var(--anity-white-rgb), 1);
  padding-left: 5px;
}

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

.main-menu .main-menu__list > li > ul > li.dropdown:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li.dropdown:hover > a::before,
.stricky-header .main-menu__list > li > ul > li.dropdown:hover > a::before,
.stricky-header
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li.dropdown:hover
  > a::before {
  color: var(--anity-base);
  transform: translateY(-50%) scale(1) rotate(90deg);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
  border-left: 40px solid transparent;
  background-color: transparent;
  width: 320px;
}

.main-menu .main-menu__list > li > ul > li > ul::before,
.stricky-header .main-menu__list > li > ul > li > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background-color: var(--anity-black);
}

.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;
  box-shadow: none;
  padding: 0;
}

.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;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !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(--anity-base);
  cursor: pointer;
}

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

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

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

.main-menu .mobile-nav__toggler:hover {
  color: var(--anity-black);
}

@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(--anity-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(--anity-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(--anity-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -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(--anity-base);
}

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

.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-color: var(--anity-base);
  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: 0;
}

.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: #fff;
  color: var(--anity-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(--anity-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(--anity-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

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

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

.mobile-nav__contact li {
  color: var(--anity-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(--anity-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--anity-base);
  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;
}

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

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

.home-showcase .container {
  max-width: 1640.1px;
}

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

.home-showcase__inner {
  padding: 30px 30px 30px;
  background-color: rgb(255, 255, 255);
  background-color: var(--anity-white);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
}

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

.home-showcase__image {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.1);
  padding: 1px;
}

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

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

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.7;
  z-index: 1;
}

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

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ff5528),
    color-stop(100, #ffa415)
  );
  background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.9;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
  padding: 5px 20px 5px;
  padding-right: 15px;
  width: 150px;
  text-align: center;
  color: var(--anity-white);
  background-color: var(--anity-black);
  border: 1px solid var(--anity-black);
}

.home-showcase__buttons__item::after {
  background-color: var(--anity-white);
}

.home-showcase__buttons__item span {
  background-color: var(--anity-white);
  color: var(--anity-black);
  display: none;
}

.home-showcase__buttons__item:hover {
  color: var(--anity-black);
  background-color: transparent;
  border: 1px solid transparent;
}

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

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color: var(--anity-black);
  margin-top: 10px;
  text-transform: capitalize;
  font-family: var(--anity-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(--anity-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

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

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 150px;
  background-color: var(--anity-extra-two);
}

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

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

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

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

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

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--anity-base);
  border-radius: 50%;
  color: var(--anity-white);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--anity-black);
  color: var(--anity-white);
}

.main-menu-two__call-content {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.main-menu-two__call-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--anity-gray);
  line-height: 14px;
}

.main-menu-two__call-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 6px;
}

.main-menu-two__call-number a {
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--anity-base);
}

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

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--anity-base);
}

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

/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

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

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

.main-menu-three__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.main-menu-three__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

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

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

.main-menu-three__user {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__user:hover {
  color: var(--anity-base);
}

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

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--anity-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--anity-base);
}

/*--------------------------------------------------------------
# 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(--anity-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(--anity-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
  background-color: var(--anity-black);
  border-radius: 0;
}

.search-popup__content .thm-btn::before {
  background-color: var(--anity-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--anity-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:hover i {
  color: var(--anity-white);
}

/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.donate-one__btn {
  color: var(--anity-white);
  border: 1px solid var(--anity-white);
}

.donate-one__btn span {
  background-color: var(--anity-black);
}

.cta-one__btn-1 {
  padding: 8px 26px 8px;
  padding-right: 9px;
  background-color: var(--anity-primary);
  border: none;
}

.cta-one__btn-1:hover {
  border: none;
}

.cta-one__btn-1 span {
  background-color: var(--anity-black);
}

.cta-one__btn-2 {
  padding: 8px 26px 8px;
  padding-right: 9px;
  background-color: var(--anity-white);
  border: none;
}

.cta-one__btn-2:hover {
  border: none;
}

.cta-one__btn-2 span {
  background-color: var(--anity-black);
}

.donate-two__single-2 .donate-two__btn-2 {
  border: 1px solid var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2::after {
  background-color: var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2 span {
  background-color: var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2:hover {
  border: 1px solid var(--anity-extra);
}

.donate-two__single-2 .donate-two__btn-2:hover span {
  background-color: var(--anity-white);
  color: var(--anity-extra);
}

.donate-two__single-3 .donate-two__btn-2 {
  border: 1px solid var(--anity-primary);
}

.donate-two__single-3 .donate-two__btn-2::after {
  background-color: var(--anity-primary);
}

.donate-two__single-3 .donate-two__btn-2 span {
  background-color: var(--anity-primary);
}

.donate-two__single-3 .donate-two__btn-2:hover span {
  background-color: var(--anity-white);
  color: var(--anity-primary);
}

.counter-one__needy-btn {
  color: var(--anity-white);
}

.counter-one__needy-btn:hover {
  border: 1px solid var(--anity-base);
}

.counter-one__needy-btn::after {
  background-color: var(--anity-base);
}

.footer-widget-two__btn {
  color: var(--anity-white);
}

.footer-widget-two__btn::after {
  background-color: var(--anity-base);
}

.footer-widget-two__btn:hover {
  border: 1px solid var(--anity-base);
}

.cta-two__btn {
  color: var(--anity-white);
}

.cta-two__btn::after {
  background-color: var(--anity-base);
}

.cta-two__btn:hover {
  border: 1px solid var(--anity-base);
}

.contact-one__btn {
  background-color: transparent;
}

.volinteer-page__btn {
  background-color: transparent;
}

.contact-three__btn {
  background-color: transparent;
}

.main-slider__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
}

.main-slider__btn span {
  background-color: var(--anity-black);
}

.main-slider__btn:hover {
  border: 0px solid transparent;
}

.main-slider-two__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
}

.main-slider-two__btn span {
  background-color: var(--anity-black);
}

.main-slider-two__btn:hover span {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.main-slider-two__btn:hover {
  border: 0px solid transparent;
  color: var(--anity-base);
}

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

.donation-details__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
  width: 100%;
}

.donation-details__btn span {
  background-color: var(--anity-black);
}

.donation-details__btn:hover span {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.donation-details__btn:hover {
  border: 0px solid transparent;
  color: var(--anity-base);
}

.donation-details__btn::after {
  background-color: var(--anity-white);
}

.donation-one__btn {
  border: none;
  background-color: var(--anity-base);
  color: var(--anity-white);
  padding: 8px 25px 8px;
  padding-right: 9px;
}

.donation-one__btn span {
  background-color: var(--anity-black);
}

.donation-one__btn:hover span {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.donation-one__btn:hover {
  border: 0px solid transparent;
  color: var(--anity-base);
}

.donation-one__btn::after {
  background-color: var(--anity-white);
}

.sidebar__call-to-action-btn {
  border: 1px solid var(--anity-white);
  color: var(--anity-white);
}

.sidebar__call-to-action-btn span {
  background-color: var(--anity-black);
}

.product__all-btn {
  font-size: 12px;
  padding: 5px 20px 5px;
}

.review-form-one__btn {
  background-color: transparent;
  padding: 12px 25px 12px;
}

.account__form-btn {
  background-color: transparent;
}

.coming-soon-page__btn {
  background-color: var(--anity-base);
  color: var(--anity-white);
}

.coming-soon-page__btn:hover {
  color: var(--anity-black);
  border: 1px solid transparent;
  background-color: transparent;
}

.coming-soon-page__btn span {
  background-color: var(--anity-white);
  color: var(--anity-black);
}

.coming-soon-page__btn:hover span {
  background-color: var(--anity-black);
  color: var(--anity-white);
}

.coming-soon-page__btn::after {
  background-color: var(--anity-white);
}

/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--anity-base);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--anity-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
             home-4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
             Slogan One
--------------------------------------------------------------*/
.slogan-one {
  position: relative;
  display: block;
  padding: 159px 0px 160px;
}

.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.slogan-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.slogan-one__content {
  position: relative;
  display: block;
}

.slogan-one__content .title-box {
  position: relative;
  display: block;
  padding-bottom: 27px;
}

.slogan-one__content .title-box h2 {
  color: var(--anity-white);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
}

.slogan-one__content .text-box {
  position: relative;
  display: block;
}

.slogan-one__content .text-box p {
  color: #c5c5c5;
  font-size: 18px;
  line-height: 30px;
}

.slogan-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 41px;
}

.slogan-one__content .btn-box .thm-btn {
  color: var(--anity-white);
}

.slogan-one__content .btn-box .thm-btn::after {
  background-color: var(--anity-base);
}

/*--------------------------------------------------------------
             Mission One
--------------------------------------------------------------*/
.mission-one {
  position: relative;
  display: block;
  padding: 140px 0px 110px;
}

.single-mission-one {
  position: relative;
  display: block;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 30px 29px 30px;
  border-radius: 10px;
}

.single-mission-one .icon-box,
.single-mission-one .content-box {
  display: table-cell;
  vertical-align: top;
}

.single-mission-one .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 2px solid var(--anity-base);
  background: var(--anity-base);
  text-align: center;
  color: var(--anity-white);
  line-height: 63px;
  margin-right: 27px;
  transition: all 0.3s ease;
}

.single-mission-one:hover .inner-box {
  background: var(--anity-white);
  border-color: var(--anity-base);
  color: var(--anity-base);
}

.single-mission-one .inner-box i:before {
  font-size: 35px;
}

.single-mission-one .content-box .text h3 {
  color: #202a30;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.single-mission-one .content-box .text p {
  margin-bottom: 15px;
}

.single-mission-one .content-box .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.single-mission-one .content-box .btn-box a {
  padding: 14px 25px 14px;
  line-height: 20px;
}

/*-------------------------------------------
  Mission Two
--------------------------------------------*/
.mission-two {
  position: relative;
  display: block;
  padding: 140px 0px 110px;
}

.single-mission-two {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--anity-white);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  padding: 35px 30px 31px;
  border-radius: 10px;
  margin-bottom: 30px;
  z-index: 1;
}

.single-mission-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ff5528),
    color-stop(100, #ffa415)
  );
  background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
  background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
  z-index: -1;

  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-mission-two:hover::before {
  height: 100%;
}

.single-mission-two__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgb(0, 0, 0, 0.1);
  font-size: 60px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-mission-two:hover .single-mission-two__icon {
  color: rgb(255, 85, 40, 0.2);
}

.single-mission-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.single-mission-two__content .title {
  position: relative;
  display: block;
  padding-bottom: 12px;
}

.single-mission-two__content .title h3 {
  font-size: 24px;
  line-height: 34px;
}

.single-mission-two__content .title h3 a {
  color: var(--anity-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-mission-two:hover:hover .single-mission-two__content .title h3 a {
  color: var(--anity-white);
}

.single-mission-two__content .title h3 a:hover {
  color: var(--anity-base);
}

.single-mission-two__content .text {
  position: relative;
  display: block;
}

.single-mission-two__content .text p {
  line-height: 28px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-mission-two:hover:hover .single-mission-two__content .text p {
  color: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------*/
.contact-section .info-column {
  margin-bottom: 50px;
}

.contact-section .info-column a {
  color: #253d4a;
}

.contact-section .info-column h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-section .info-column .inner-box {
  position: relative;
  padding-left: 70px;
}

.contact-section .info-column .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  line-height: 70px;
  font-size: 48px;
  color: #fb5e1c;
}

/*-------------------------------------------
  welcome One
--------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  background-color: var(--anity-white);
  padding: 0px 0 0;
  z-index: 100;
}

.welcome-one__inner {
  position: relative;
  display: block;
  padding-bottom: 140px;
}

.welcome-one__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: rgb(255, 85, 40);
  background: linear-gradient(
    90deg,
    rgba(255, 85, 40, 0) 0%,
    rgba(255, 85, 40, 0.29735644257703087) 15%,
    rgba(255, 85, 40, 0.05085784313725494) 50%,
    rgba(255, 85, 40, 0.30015756302521013) 90%,
    rgba(255, 85, 40, 0) 100%
  );
}

.welcome-one__content {
  position: relative;
  display: block;
  padding-top: 120px;
}

.welcome-one__content .section-title {
  margin-bottom: 32px;
}

.welcome-one__content .text {
  position: relative;
  display: block;
}

.welcome-one__content .text p {
  margin: 0;
}

.welcome-one__content .text p.color {
  color: var(--anity-black);
  font-weight: 600;
}

.welcome-one__content .text p + p {
  margin-top: 12px;
}

.welcome-one__content .list-item {
  position: relative;
  margin-top: 28px;
}

.welcome-one__content .list-item li {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-one__content .list-item li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background-color: var(--anity-white);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
  color: var(--anity-base);
  font-size: 40px;
  line-height: 0;
  transition: 0.5s;
  z-index: 1;
}

.welcome-one__content .list-item li:hover .icon {
  color: var(--anity-white);
  background-color: transparent;
}

.welcome-one__content .list-item li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--anity-base);
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.welcome-one__content .list-item li:hover .icon::before {
  opacity: 1;
  transform: scale(1);
}

.welcome-one__content .list-item li .title {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}

.welcome-one__content .list-item li .title h4 {
  color: var(--anity-base);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}

.welcome-one__content .list-item li .title h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
  margin-top: 8px;
}

.welcome-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 50px;
}

.donation-form-one {
  position: relative;
  display: block;
  background-color: var(--anity-white);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  padding: 43px 50px 50px;
  margin-top: -100px;
  border-radius: 8px;
}

.donation-form-one .inner-title {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

.donation-form-one .inner-title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.donation-form-one form {
  position: relative;
  display: block;
  padding-top: 0px;
}

.donation-form-one form .form-group {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.donation-form-one form .form-group--1 {
  padding-top: 39px;
}

.donation-form-one form .form-group .input-box {
  position: relative;
  display: block;
}

.donation-form-one form .form-group input[type="text"],
.donation-form-one form .form-group input[type="email"] {
  position: relative;
  display: block;
  border-radius: 0px;
  border: 1px solid var(--anity-bdr-color);
  background-color: transparent;
  width: 100%;
  height: 60px;
  color: var(--anity-gray);
  font-size: 16px;
  font-family: var(--anity-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 500ms ease;
}

.donation-form-one form .form-group input[type="text"]:focus,
.donation-form-one form .form-group input[type="email"]:focus {
  outline: none;
}

.donation-form-one
  form
  .form-group
  input[type="text"]::-webkit-input-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .form-group input[type="text"]:-moz-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .form-group input[type="text"]::-moz-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .form-group input[type="text"]:-ms-input-placeholder {
  color: var(--anity-gray);
}

.donation-form-one
  form
  .form-group
  input[type="email"]::-webkit-input-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .form-group input[type="email"]:-moz-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .form-group input[type="email"]::-moz-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .form-group input[type="email"]:-ms-input-placeholder {
  color: var(--anity-gray);
}

.donation-form-one form .nice-select {
  position: relative;
  display: block;
  border-radius: 0px;
  border: 1px solid var(--anity-bdr-color);
  background-color: transparent;
  width: 100%;
  height: 60px;
  color: var(--anity-gray);
  font-size: 16px;
  font-family: var(--anity-font);
  font-weight: 400;
  font-style: normal;
  padding: 5px 20px 0px;
  transition: all 500ms ease;
}

.donation-form-one form .nice-select::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--anity-black);
  border-right: 2px solid var(--anity-black);
  right: 20px;
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}

.donation-form-one form .nice-select .list {
  display: block;
  background-color: var(--anity-white);
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(1) translateY(30px);
  -ms-transform: scale(1) translateY(30px);
  transform: scale(1) translateY(30px);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  height: auto;
  width: 100%;
  right: 0 !important;
  left: auto !important;
  z-index: 100;
}

.donation-form-one form .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: auto;
}

.donation-form-one form .nice-select .option {
  color: var(--anity-black);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  min-height: 40px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0;
  float: none;
}

.donation-form-one form .nice-select .option + .option {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.donation-form-one form .nice-select .option:hover,
.donation-form-one form .nice-select .option.focus,
.donation-form-one form .nice-select .option.selected.focus {
  color: var(--anity-white) !important;
  background-color: var(--anity-base);
}

.donation-form-one form .form-group label {
  position: relative;
  display: block;
  color: var(--anity-black);
  font-size: 16px;
  line-height: 22px;
  font-family: var(--anity-font);
  font-weight: 700;
}

.donation-form-one form .form-group ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}

.donation-form-one form .form-group ul li {
  position: relative;
  display: block;
  float: left;
}

.donation-form-one form .form-group ul li + li {
  margin-left: 10px;
}

.donation-form-one form .form-group ul li input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.donation-form-one form .form-group ul li label {
  position: relative;
  display: block;
  padding-left: 20px;
  color: var(--anity-black);
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.donation-form-one form .form-group ul li input[type="radio"] + label i {
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border: 1px solid var(--anity-bdr-color);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.donation-form-one form .form-group ul li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0);
  background-color: var(--anity-base);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.donation-form-one form .form-group ul li input[type="radio"]:checked + label {
}

.donation-form-one
  form
  .form-group
  ul
  li
  input[type="radio"]:checked
  + label
  i {
  border-color: var(--anity-base);
}

.donation-form-one
  form
  .form-group
  ul
  li
  input[type="radio"]:checked
  + label
  i::before {
  transform: scale(1);
}

.donation-form-one form .btn-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.donation-form-one form .btn-box .thm-btn {
  background: transparent;
}

/*--------------------------------------------------------------
           #Faq Style1
--------------------------------------------------------------*/
.faq-style1 {
  position: relative;
  display: block;
  background-color: var(--anity-white);
  padding: 140px 0px 140px;
}

.faq-style1 .row {
}

.faq-style1__content {
  position: relative;
  display: block;
}

.faq-style1__content .section-title {
  margin-bottom: 27px;
}

.faq-style1__content .title {
  position: relative;
  display: block;
}

.faq-style1__content .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.faq-style1__content .text {
  position: relative;
  display: block;
  padding-top: 30px;
}

.faq-style1__content .text p {
  margin: 0;
}

.faq-style1__content .text p + p {
  margin-top: 15px;
}

.faq-style1__content .text p.color {
  color: var(--anity-black);
  font-weight: 600;
}

.faq-style1__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 38px;
}

.faq-style1__right {
  position: relative;
  display: block;
  margin-left: 30px;
}

/*== Accordion Box Css ======*/
.accordion-box {
  position: relative;
  display: block;
}

.accordion-box li + li {
  margin-top: 20px;
}

.accordion-box .block {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--anity-bdr-color);
  border-radius: 7px;
  padding: 17px 30px 17px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background: var(--anity-white);
  border-color: var(--anity-white);
}

.accordion-box .block .acc-btn h3 {
  color: var(--anity-black);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--anity-font-two);
  font-weight: 700;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
  color: var(--anity-base);
}

.accordion-box .block .acc-btn::before {
  font-family: "icomoon" !important;
  position: absolute;
  content: "\e900";
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--anity-black);
  font-size: 8px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active::before {
  content: "\e900";
  transform: rotate(180deg) translateY(50%);
  color: var(--anity-white);
  background-color: var(--anity-base);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border: none;
  background-color: var(--anity-white);
  padding: 4px 30px 33px;
  padding-right: 70px;
}

.accordion-box .block .acc-content p {
  margin: 0;
}

/*
================================
      Project Style1 Css
================================
*/
.project-style1 {
  background-color: var(--thm-white);
}

.project-style1 .container {
  max-width: 100%;
  padding: 0px;
}

.project-style1__inner {
  position: relative;
  display: flex;
}

.single-project-style1 {
  position: relative;
  display: block;
}

.single-project-style1 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-project-style1 .img-box::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background-color: var(--anity-base);
  opacity: 0;
  transform: perspective(400px) scaleX(0);
  transform-origin: center;
  transition: all 500ms ease;
  z-index: 1;
}

.single-project-style1:hover .img-box::before {
  opacity: 0.8;
  transform: perspective(400px) scaleX(1);
}

.single-project-style1 .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}

.single-project-style1:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.single-project-style1 .img-box .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: perspective(400px) scale(0) translateY(-40px);
  transition: all 400ms ease;
  z-index: 5;
}

.single-project-style1:hover .img-box .overlay-icon {
  opacity: 1;
  transform: perspective(400px) scale(1) translateY(0px);
  transition-delay: 400ms;
}

.single-project-style1 .img-box .overlay-icon a {
  position: relative;
  display: inline-block;
  color: var(--anity-white);
  font-size: 40px;
}

.project-style1 .owl-carousel {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0;
}

.project-style1 .owl-carousel .owl-stage-outer {
}

/*--------------------------------------------------------------
# Upcoming Events One
--------------------------------------------------------------*/
.upcoming-events-one {
  position: relative;
  display: block;
  background-color: var(--anity-white);
  padding: 120px 0px 90px;
}

.upcoming-events-one__bg {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  width: calc((100% - 15%) / 2);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: 1;
}

.upcoming-events-one__content {
  position: relative;
  display: block;
  padding-left: 600px;
}

.upcoming-events-one__content .section-title-two {
  margin-bottom: 42px;
}

.upcoming-events-one__content .text-box {
  position: relative;
  display: block;
}

.upcoming-events-one__content .text-box p {
  margin: 0;
}

.upcoming-events-one__event {
  position: relative;
  display: block;
  padding-top: 28px;
}

.upcoming-events-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.upcoming-events-one__single .top {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--anity-white);
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 20px;
}

.upcoming-events-one__single .top .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 1px solid var(--anity-base);
}

.upcoming-events-one__single .top .date h3 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}

.upcoming-events-one__single .top .date p {
  color: var(--anity-base);
  line-height: 20px;
  font-weight: 500;
}

.upcoming-events-one__single .top .text {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.upcoming-events-one__single .top .text p {
  color: var(--anity-base);
  line-height: 26px;
}

.upcoming-events-one__single .top .text p span {
  color: var(--anity-black);
  font-weight: 600;
}

.upcoming-events-one__single .title {
  position: relative;
  display: block;
  padding-top: 21px;
}

.upcoming-events-one__single .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.upcoming-events-one__single .title h3 a {
  color: var(--anity-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.upcoming-events-one__single .title h3 a:hover {
  color: var(--anity-base);
}

.upcoming-events-one__single .meta-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 18px;
}

.upcoming-events-one__single .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.upcoming-events-one__single .meta-box li + li {
  margin-left: 15px;
}

.upcoming-events-one__single .meta-box li .icon {
  position: relative;
  display: block;
  color: var(--anity-base);
  font-size: 16px;
  line-height: 0;
  margin-right: 5px;
}

.upcoming-events-one__single .meta-box li p {
  color: var(--anity-black);
  line-height: 22px;
}

.upcoming-events-one__single .btn-box {
  position: relative;
  display: block;
  padding-top: 37px;
}

.upcoming-events-one__single .btn-box .thm-btn {
  padding-right: 25px;
}

.upcoming-events-one__single .btn-box a + a {
  margin-left: 15px;
}
/* Featured Highlights */

/* ========================================= */
/*  STOGO FEST - ACCORDION (VARIANT 2: BOLD) */
/* ========================================= */

/* --- Variable Definitions --- */
:root {
  /* Make sure your custom font is defined here */
  --anity-font: "DM Sans", sans-serif;
  /* <-- Example font. Replace 'Poppins' with your actual font name. */

  --stogo-primary: #ff6e34;
  --stogo-secondary: #26cc8c;
  --stogo-text-dark: #212529;
  --stogo-text-light: #fff;
  --stogo-background: #f1f3f5;
  --stogo-border: #dee2e6;
}

/* --- Main Accordion Styling --- */

/* Override Bootstrap's default accordion variables for a new look */
.accordion {
  font-family: var(--anity-font); /* Applied the font to the whole component */

  --bs-accordion-border-color: var(--stogo-border);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 8px; /* Slightly sharper corners */
  --bs-accordion-inner-border-radius: calc(8px - 1px);
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;

  /* Customizing the expand/collapse icon colors */
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2326CC8C'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");

  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: var(--bs-accordion-border-radius);
  overflow: hidden;
}

/* Remove margin and individual borders */
.accordion-item {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid var(--stogo-border);
  border-left: 5px solid transparent;
  transition: border-left-color 0.3s ease-in-out;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-item:has(.collapse.show) {
  border-left-color: var(--stogo-primary);
}

/* Style for the clickable button/header */
.accordion-button {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--stogo-text-dark);
  background-color: #fff;
  box-shadow: none !important;
  transition: background-color 0.2s ease;
}

.accordion-button.collapsed:hover {
  background-color: var(--stogo-background);
}

.accordion-button:not(.collapsed) {
  color: var(--stogo-text-light);
  background: var(--stogo-primary);
}

/* Style for the body content */
.accordion-body {
  background: #fff;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  color: #495057;
  line-height: 1.6;
}

.accordion-body strong {
  color: var(--stogo-text-dark);
  font-weight: 600;
}

.accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

/* Custom list bullets for main list items */
.accordion-body ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.75rem;
}

.accordion-body ul > li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--stogo-secondary);
  font-weight: bold;
  font-size: 1.1em;
}

/* Styling for nested lists (under Formats) */
.accordion-body ul ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
}

.accordion-body ul ul li {
  padding-left: 20px;
  margin-bottom: 0.4rem;
}

.accordion-body ul ul li::before {
  content: "▪";
  color: var(--stogo-primary);
  font-size: 0.8em;
  left: 0;
  top: 5px;
}

/* about_uspage */
/* Objectives Section */
.objectives-section {
  padding: 75px 0;
}

.objective-card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 30px;
  height: 100%;
  border: 2px solid transparent;
}

.objective-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #ff8e2a;
}

.objective-card__icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.objective-card__icon i {
  font-size: 28px;
  color: #ffffff;
}

.objective-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.objective-card__text {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.objectives-cap {
  margin-bottom: 40px;
}
.objectives-heading {
  margin-bottom: 65px;
}
.about-vision {
  padding-bottom: 90px !important;
}
/* ================================================== */
/*        PROCESS TIMELINE SECTION - STYLES           */
/*     (Colors & Fonts are hard-coded in classes)     */
/* ================================================== */

/* --- Section Setup --- */
.process-section {
  padding: 120px 0;
  background-color: #f8f9fa; /* Replaced var(--stogo-background-light) */
  font-family: "Poppins", sans-serif; /* Replaced var(--anity-font) */
  counter-reset: timeline-counter;
}

/* Reusing the title style */
.process-section .section-title-box {
  margin-bottom: 80px;
}
.process-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #212529; /* Replaced var(--stogo-text-dark) */
}
.process-section .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  max-width: 600px;
  margin: 15px auto 0;
}

/* --- The Timeline Container & Line --- */
.process-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

/* The vertical line */
.process-timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #26cc8c; /* Replaced var(--stogo-secondary) */
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 1;
}

/* --- Timeline Item Styling --- */
.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

/* The circular dot on the timeline */
.timeline-dot {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid #26cc8c; /* Replaced var(--stogo-secondary) */
  top: 30px;
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Position the items on alternating sides */
.timeline-item:nth-child(odd) {
  left: 0;
}
.timeline-item:nth-child(even) {
  left: 50%;
}

/* Position the dots for each side */
.timeline-item:nth-child(odd) .timeline-dot {
  right: -10px;
}
.timeline-item:nth-child(even) .timeline-dot {
  left: -10px;
}

/* --- Timeline Content Card --- */
.timeline-content {
  padding: 30px;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Add the arrow pointer */
.timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  border: medium solid white;
}
.timeline-item:nth-child(odd) .timeline-content::before {
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.timeline-item:nth-child(even) .timeline-content::before {
  left: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.timeline-icon {
  font-size: 28px;
  color: #ff6e34; /* Replaced var(--stogo-primary) */
  margin-bottom: 15px;
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #212529; /* Replaced var(--stogo-text-dark) */
}

.timeline-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0;
}

/* --- Hover Effects --- */
.timeline-item:hover .timeline-dot {
  transform: scale(1.2);
  background-color: #ff6e34; /* Replaced var(--stogo-primary) */
  border-color: #ff6e34; /* Replaced var(--stogo-primary) */
}
.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* --- Responsive Layout for Mobile --- */
@media screen and (max-width: 991px) {
  .process-section {
    padding: 80px 0;
  }
  .process-timeline::after {
    left: 20px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
  }
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
  }
  .timeline-dot {
    top: 30px;
  }
  .timeline-item .timeline-dot {
    left: 10px !important;
  }
  .timeline-content::before {
    left: -10px !important;
    border-width: 10px 10px 10px 0 !important;
    border-color: transparent white transparent transparent !important;
  }
}
/* Founding Story Section */
.founding-story-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f56b3b 0%, #f56b3b 100%);
  position: relative;
}

.founding-story-content {
  position: relative;
  z-index: 2;
}

.founding-story-section .section-title {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
}

.founding-story-text {
  max-width: 800px;
  margin: 0 auto;
}

.founding-story-paragraph {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.leadership-section-v2 {
  padding: 100px 0;
  background: #f0f2f5;
}

.leadership-section-v2 .section-title {
  color: #2c3e50;
  margin-bottom: 20px;
}

.leadership-section-v2 .section-subtitle {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 60px;
}

.team-member-card {
  background: #fcf3df;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.team-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.team-member-card__image {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.team-member-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-member-card:hover .team-member-card__image img {
  transform: scale(1.05);
}

.team-member-card__social {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(102, 126, 234, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transition: all 0.3s ease;
}

.team-member-card:hover .team-member-card__social {
  opacity: 1;
}

.team-member-card__social a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.team-member-card__social a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.team-member-card__content {
  padding: 25px 20px;
}

.team-member-card__name {
  font-size: 20px;
  font-weight: 700;
  color: #1a5142;
  margin-bottom: 5px;
}

.team-member-card__position {
  font-size: 14px;
  color: #ff7340;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.team-member-card__description {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.advisors-section-v2 {
  margin-top: 60px;
  padding: 50px 0;
}

.advisors-section-v2 .advisors-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 40px;
}

.advisors-placeholder-v2 {
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
  border: 2px dashed #dcdcdc;
  transition: all 0.3s ease;
}

.advisors-placeholder-v2:hover {
  border-color: #764ba2;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.advisors-placeholder-v2__icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.3);
}

.advisors-placeholder-v2__icon i {
  font-size: 32px;
  color: #ffffff;
}

.advisors-placeholder-v2__text {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 25px;
  line-height: 1.6;
}

.advisors-placeholder-v2__button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(118, 75, 162, 0.3);
}

.advisors-placeholder-v2__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4);
  color: #ffffff;
  text-decoration: none;
}

/* Responsive adjustments for leadership v2 */
@media (max-width: 991px) {
  .team-member-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .team-member-card__image {
    height: 450px;
  }

  .team-member-card__content {
    padding: 20px 15px;
  }

  .advisors-placeholder-v2 {
    padding: 40px 30px;
  }

  .advisors-section-v2 .advisors-title {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

.academic-board-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  padding: 0 18px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(36, 81, 61, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}

.academic-board-content {
  text-align: left;
  flex: 1;
}

.academic-board-name {
  margin-bottom: 4px;
  font-size: 1.25rem;
}

.academic-board-position {
  margin-bottom: 0;
  font-weight: 600;
}

.academic-board-arrow {
  margin-left: 18px;
  display: flex;
  align-items: center;
}

.academic-board-arrow span {
  font-size: 2rem;
  color: #ff7340;
  transition: transform 0.2s;
}

.academic-board-card .team-member-card {
  width: 100%;
  max-width: 370px;
  min-width: 220px;
  margin: 0 auto;
  cursor: pointer;
  border: 2px solid transparent;
}

.academic-board-card .team-member-card:hover {
  box-shadow: 0 6px 24px rgba(36, 81, 61, 0.13);
  transform: translateY(-3px) scale(1.03);
  border-color: #ff7340;
}

.academic-board-card .team-member-card:hover .view-arrow span {
  transform: translateX(8px) scale(1.12);
  color: #24513d;
}
