/*!
Theme Name: Aspire child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Aspire
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--ff-secondary);
}

:root {
  --clr-primary: #CC593A;
  --clr-secondary: #FABF7A;

  --ff-primary: 'Season Mix', sans-serif;
  --ff-secondary: 'General Sans', sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #FCFCF9 !important;
}

ul {
  padding: 0;
  margin: 0;
}

body a {
  cursor: pointer !important;
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

body a,
html a {
  cursor: pointer !important;
}

p {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #202020;
}

.post,
.page {
  margin: 0;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 50px 0;
}

.not_found_inner {
  max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  ;
  font-weight: 800;

}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 0px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: '';
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: none;
  !important;
  height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
  display: block !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: #fff;
  min-height: 49px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

#mmb {
  /* position: absolute; */
  /* width: 40px; */
  /* height: 50px; */
  /* margin-right: 15px; */
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: transparent;
  font-size: 30px;
  color: var(--clr-primary);
  border: none;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--clr-primary);
  word-wrap: break-word;
  text-align: left;
  font-weight: 600 !important;
}




.mm,
#mm {
  display: none;
}

/* UTILS START */

.section-heading {
  font-family: var(--ff-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 132%;
  font-feature-settings: 'liga' off;
  color: #CC593A;
}

.section-heading>span {
  font-family: var(--ff-primary);
}

.section-caption {
  position: relative;
  top: -10px;
  display: inline-block;
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-right: 80px;
  font-family: var(--ff-secondary) !important;
}

.clr-primary {
  color: var(--clr-primary);
}

.clr-secondary {
  color: var(--clr-secondary);
}

.button_wrap>* {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 137px;
  height: 35px;
  padding-inline: 12px;
  padding-block: 5px;
  background-color: var(--clr-primary);
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FABF7A;
  cursor: pointer;
  transition: all 300ms ease;
  cursor: pointer;
}

.button_wrap>*:hover {
  background-color: var(--clr-secondary);
  color: var(--clr-primary);
}

.show {
  display: flex !important;
}

.reveal-text span {
  font-family: inherit;
}

/* 1. For Chrome, Safari, and Edge */
::-webkit-scrollbar {
  width: 6px;
  /* Makes it thin */
}

/* The background of the scrollbar (track) */
::-webkit-scrollbar-track {
  background: transparent;
  /* Makes the track blend in */
}

/* The moving part (thumb) */
::-webkit-scrollbar-thumb {
  background-color: var(--clr-primary);
  /* Uses your theme variable */
  border-radius: 10px;
  /* Makes it rounded and smooth */
}

/* Hover effect for the thumb */
::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.8);
  /* Dims it slightly on hover */
}

/* 2. For Firefox */
* {
  scrollbar-width: thin;
  /* Firefox only supports 'thin' or 'auto' */
  scrollbar-color: var(--clr-primary) transparent;
  /* thumb color | track color */
}

/* 3. Lenis Specific Fixes */
/* When using Lenis, sometimes the scrollbar can jump; this ensures it stays smooth */
html.lenis {
  height: auto;
}

.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.aspire-modal-open {
  overflow: hidden !important;
}

html:has(.aspire-modal-open) {
  overflow: hidden !important;
}

/* UTILS END */

/* HEADER START */

.header-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 89px;
}

.header-navigation ul#primary-menu {
  display: flex;
  align-items: center;
  gap: 59px;
  margin: 0px;
  margin-top: 27px;
}

.header-navigation ul li {
  padding: 0px;
}

.header-navigation ul li a {
  font-weight: 300 !important;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FABF7A;
  transition: all 300ms ease;
}

.header-navigation ul li a:hover {
  color: var(--clr-primary);
}

div#contactModal .section-heading {
  font-size: 35px;
  text-align: center;
  margin-bottom: 35px;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding-block: 0px !important;
}

#wpforms-94 {
  margin: 0px !important;
}

/* HEADER END */

/* BANNER SECTION START */

.banner-section {
  position: relative;
  min-height: 528px;
  margin-bottom: 130px;
  isolation: isolate;
  overflow: hidden;
}

.banner-section:before {
  content: "";
  background-image: url(/wp-content/uploads/2026/02/banner-sec-prop.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 581px;
  height: 722px;
  bottom: -207px;
  left: 365px;
  z-index: -1;
  opacity: 0;
  will-change: opacity;
  animation: bannerBeforeFade 5s ease-in-out forwards;
}

@keyframes bannerBeforeFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner-section .section-heading {
  text-transform: capitalize;
}

.banner-section .row {
  min-height: 100%;
  height: 100%;
}

.banner-section .banner-text {
  margin-top: 99px;
}

.banner-section .right-col {
  position: static;
}

.banner-section .right-col .img_wrap {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 859px;
  height: 100%;
  min-height: 100%;
}

.banner-section .right-col .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BANNER SECTION END */

/* ABOUT US SECTION START */

.about-section {
  margin-bottom: 130px;
}

.about-section .section-heading {
  margin-bottom: 40px;
}

.about-text {
  margin-bottom: 95px;
}

.about-section .about-grid-item {
  padding-top: 53px;
  padding-left: 43px;
  padding-bottom: 44px;
  padding-right: 43px;
}

/* Hover-tracking rounded gradient inside about grid items */
.about-section .about-grid-row {
  position: relative;
  isolation: isolate;
}

.about-section .about-grid-row .col-md-6 {
  position: relative;
  /* allow the blob to overflow between columns */
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.about-section .about-grid-row .col-md-6 .about-grid-item {
  position: relative;
  z-index: 2;
}


.about-section .about-grid-row:hover::before,
.about-section .about-grid-row:hover::after {
  opacity: 1;
}

.about-section .pl-78 {
  padding-left: 78px;
}

.about-grid-row>div:first-child {
  border-right: 1.5px solid black;
  border-bottom: 1.5px solid black;
  padding-left: 78px;
}

.about-grid-row>div:nth-child(2) {
  position: relative;
  /*   overflow: hidden; */
  isolation: isolate;
  border-bottom: 1.5px solid black;
}

.about-grid-row>div:nth-child(3) {
  border-right: 1.5px solid black;
  padding-left: 78px;
}

.about-grid-row>div:nth-child(2)::before {
  /* content: ""; */
  background-image: url(/wp-content/uploads/2026/02/b3f0a567cb31eb4a4375479893e64f7ed439283f-scaled.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -181px;
  width: 410px;
  height: 530px;
  position: absolute;
  z-index: -1;
  transform: matrix(-0.89, 0.45, 0.45, 0.89, 0, 0);
}

/* ABOUT US SECTION END */

/* APPROACH SECTION START */

.approach-section {
  margin-bottom: 130px;
}

.approach-section .approach-section-wrapper {
  background-color: var(--clr-primary);
  padding-block: 70px;
}

.approach-section .section-heading {
  color: #F6F5EB;
  margin-bottom: 50px;
}

.approach-section p {
  color: #F6F5EB;
  margin-bottom: 15px !important;
}

.approach-section ul {
  padding-left: 20px;
  margin: 0px;
}

.approach-section ul li {
  color: #F6F5EB;
  list-style: disc;
}

.approach-section .section-image-wrapper {
  width: 100%;
}

.approach-section .section-image-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 651px;
}

/* APPROACH SECTION END */

/* PARTNER SECTION START */

.partner-section {
  margin-bottom: 130px;
}

.partner-section .section-caption {
  top: 8px;
}

.partner-section h2.section-heading {
  margin-bottom: 85px;
}

.partner-section .right-col {
  padding-left: 45px;
  margin-top: 17px;
}

.partner-section .partner-even-col .left-col {
  position: static;
}

.partner-sec-wrapper {
  min-height: 693px;
  position: relative;
  height: 693px;
}

.partner-even-col {
  min-height: 100%;
  height: 100%;
}

section.partner-section .logo_wrap {
  margin-bottom: 54px;
}

.partner-even-col .left-col .img_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 581px;
  min-height: 100%;
  height: 100%;
}

.partner-even-col .left-col .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-section .logo_wrap img {
  width: 278px;
}

.partner-even-col .right-col>p {
  margin-block: 55px;
}


.partner-stats-item h3 {
  color: #CC593A;
  margin-bottom: 12px;
}

.partner-stats-item h3 span {
  font-family: inherit;
}

.partner-stats-item p {
  font-weight: 500;
  margin: 0px;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  font-feature-settings: 'liga' off;
}

/* PARTNER STATS GRID */
.partner-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 64px;
  margin-top: 45px;
  margin-bottom: 0px;
}

/* .partner-stats-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.partner-stats-item .section-heading {
  font-size: 40px;
  font-family: 'Season Mix', serif;
  font-weight: 600;
  color: #CC593A;
  margin-bottom: 8px;
}

.partner-stats-item p {
  font-family: 'General Sans', sans-serif;
  font-size: 16px;
  color: #2D2926;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
} */

/* PARTNER SECTION END */

/* CONNECT SECTION START */

.connect-section {
  position: relative;
  margin-bottom: 130px;
  min-height: 693px;
  height: 693px;
}

.connect-section .logo_wrap {
  margin-bottom: 52px;
}

.connect-section .left-col p {
  font-size: 27px;
  line-height: 132%;
}

.connect-section .left-col p:nth-of-type(1) {
  margin-bottom: 25px;
}

.connect-section .left-col p:last-child {
  margin-bottom: 0px;
}

.connect-sec-row {
  min-height: 693px;
  height: 693px;
  align-items: center;
}

.connect-sec-row .right-col {
  position: static;
}

.connect-sec-row .right-col .img_wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 581px;
  height: 100%;
  min-height: 100%;
}

.connect-sec-row .right-col .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* CONNECT SECTION END */

/* TEAM SECTION START */

.team-section {
  position: relative;
  margin-bottom: 130px;
  isolation: isolate;
}

.team-section .team-text {
  margin-bottom: 70px;
}

.team-section .section-heading {
  margin-bottom: 50px;
}

.team-section .section-caption {
  top: -15px;
}

.team-slide-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 374px;
  min-height: 402px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 29px;
  isolation: isolate;
  cursor: pointer;
  margin-inline: auto;
  flex-shrink: 0;
}

.team-slide-card.show {
  margin-inline: 0px;
}

.team-slide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 100%);
  z-index: -1;
  transition: all 0.3s ease;
}

.team-slide-card::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 23px;
  width: 24px;
  height: 31px;
  background-image: url("/wp-content/uploads/2026/02/team-slide-card-prop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.team-slide-card .team-member-name {
  color: #F6F5EB;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  font-feature-settings: 'liga' off;
  margin: 0px;
  transition: all 300ms ease;
}

.team-slide-card .team-member-designation {
  display: block;
  color: #F6F5EB;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  font-feature-settings: 'liga' off;
  transition: all 300ms ease;
}

.team-slide-card:hover .team-member-name,
.team-slide-card:hover .team-member-designation {
  transform: translateY(-5px);
}

/* Custom Slick dots for team slider */
.team-slider .slick-dots {
  width: 397px;
  /* fixed width as requested */
  height: 9px;
  /* fixed height as requested */
  background: #FFE6BB;
  /* container color */
  margin: 24px auto 0 auto;
  padding: 0;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.team-slider .slick-dots li {
  display: inline-block;
  /* margin: 0 6px; */
  list-style: none;
  flex: 1;
  width: 100%;
  margin: 0px;
  height: 100%;
}

.team-slider .slick-dots li button {
  /* width: 9px; */
  /* height: 9px; */
  padding: 0;
  overflow: hidden;
  border-radius: 20px !important;
  /* background: #ffffff; */
  border: none;
  box-shadow: none;
  transition: background .18s ease, transform .12s ease;
  cursor: pointer;
  display: block;
}

.team-slider .slick-dots li.slick-active button {
  background: #FABF7A;
  /* active dot color */
  /* transform: scale(1.08); */
  outline: none;
  flex: 1;
  width: 100%;
  height: 100;
  transform: unset !important;
  height: 100%;
  border-radius: 0 !important;
  border-radius: 20px !important;
}

.team-slider .slick-dots li button:focus {
  box-shadow: 0 0 0 3px rgba(250, 191, 122, 0.12);
}

.slick-dots li button:before {
  display: none;
}

.modal-dialog {
  max-width: 90% !important;
  width: 100% !important;
}

.modal-content {
  width: 100%;
  min-height: 531px;
  background-color: #FCFCF9 !important;
  padding-top: 48px;
  padding-bottom: 81px;
  border-radius: 0px !important;
}

.modal-content .team-slide-card::after {
  display: none;
}

.modal-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
}

div#detailsModalContent p:last-child {
  margin: 0px;
}

.modal-body-content {
  display: flex;
  align-items: flex-end;
  gap: 41px;
  padding-left: 120px;
  padding-top: 48px;
  padding-bottom: 81px;
}

#detailsModalContent {
  max-width: 692px;
  width: 100%;
}

.modal-content,
.modal-body {
  padding: 0px !important;
}

div#detailsModalBody {
  position: relative;
  isolation: isolate;
}

div#detailsModalBody::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background-image: url("/wp-content/uploads/2026/02/team-popup-prop-2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: unset;
  width: 100%;
  height: 100%;
  right: 0px;
  z-index: -1;
}

.modal-open .modal {
  overflow: hidden !important;
}

.slider-buttons {
  position: absolute;
  top: 45%;
  width: 103%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: -1;
}

.slider-buttons button img {
  width: 15px;
}

.slider-btn-disabled {
  opacity: 0.5;
  /* cursor: not-allowed; */
  pointer-events: none;
}

.slider-buttons button {
  background-color: var(--clr-primary);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  font-size: 16px;
  color: var(--clr-secondary);
  border: none;
  outline: none;
}

.slider-buttons button:first-child img {
  transform: rotate(180deg);
}

.slider-buttons button:hover {
  background-color: var(--clr-secondary)
}

.slider-buttons button:hover {
  box-shadow: 0 6px 18px rgba(204, 89, 58, 0.12);
  background-color: var(--clr-secondary);
}

.slider-buttons button:hover img {
  filter: grayscale(1) brightness(100);
}

/* TEAM SECTION END */

/* FOOTER START */

footer {
  background-color: #FFE6BB;
  padding-block: 55px;
}

.footer-top-row {
  margin-bottom: 0px !important;
}

.footer-nav-wrapper {
  display: flex;
  gap: 152px;
  margin-top: 34px;
  text-align: start;
}

.footer-nav-wrapper ul {
  margin: 0;
}

.footer-nav-wrapper li {
  text-align: start;
}

.footer-nav-wrapper .menu-item a {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  font-feature-settings: 'liga' off;
  color: var(--clr-primary);
  transition: all 300ms ease;
  text-align: start;
  position: relative;
  overflow: hidden;
}


.footer-nav-wrapper .menu-item a:hover {
  color: var(--clr-secondary);
  background: none;
  text-shadow: 0 2px 8px rgba(204, 89, 58, 0.10);
  /* Subtle highlight, not too fancy */
}

/* Underline animation on hover */
.footer-nav-wrapper .menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--clr-secondary);
  opacity: 0.5;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
}

.footer-nav-wrapper .menu-item a:hover::after {
  transform: scaleX(1);
}

.footer-nav-wrapper .menu-item:not(:last-child) {
  margin-bottom: 26px;
}

.social-links {
  display: flex;
  gap: 20px;
  margin: 0px;
}

.social-links li a {
  font-size: 20px;
  color: var(--clr-primary);
  transition: color 0.25s, background-color 0.25s, box-shadow 0.25s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 6px;
  background: transparent;
  text-align: center;
  box-sizing: border-box;
}

.social-links li a:hover {
  color: #fff;
  background-color: var(--clr-primary);
  box-shadow: 0 6px 18px rgba(204, 89, 58, 0.12);
  transform: none;
}

/* FOOTER END */

/* RESPONSIVE START */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}


@media (min-width: 1250px) {
  .container {
    max-width: 1300px !important;
  }
}

@media (min-width: 1600px) {

  .banner-section {
    min-height: 620px;
  }

  .banner-section .right-col .img_wrap {
    width: 53%;
  }

  .banner-section:before {
    left: 600px;
  }

  .banner-section .banner-text {
    margin-top: 130px;
  }

  .partner-section .right-col {
    padding-left: 15px;
  }

  .partner-even-col .left-col .img_wrap {
    width: 40%;
  }

  .partner-sec-wrapper {
    min-height: 700px;
    position: relative;
    height: 700px;
  }

  .connect-sec-row .right-col .img_wrap {
    width: 40%;
  }

  .connect-section,
  .connect-sec-row {
    min-height: 780px;
    height: 780px;
  }

  /* 1600px end */
}

@media (min-width: 1441px) {
  /* 1441px end */
}

@media (max-width: 1439px) {
  /* 1439px start */

  .banner-section {
    min-height: 490px;
  }

  .banner-section .right-col .img_wrap {
    width: 810px;
  }

  .banner-section:before {
    bottom: -208px;
    left: 242px;
  }

  p {
    font-size: 18px;
  }

  .section-heading {
    font-size: 45px;
    line-height: 130%;
  }

  .partner-stats-grid {
    margin-top: 35px;
  }

  .partner-even-col .left-col .img_wrap {
    width: 550px;
  }

  .partner-section .right-col {
    padding-left: 65px;
    margin-top: 5px;
  }

  .partner-sec-wrapper {
    min-height: 600px;
    height: 600px;
  }

  .connect-section .left-col p {
    font-size: 22px;
    line-height: 132%;
  }

  .connect-sec-row .right-col .img_wrap {
    width: 610px;
  }

  .team-section .container {
    max-width: 1200px !important;
    width: 100%;
  }

  .slider-buttons button {
    height: 35px;
    width: 35px;
  }

  section.partner-section .logo_wrap {
    margin-bottom: 45px;
  }

  .about-grid-row>div:first-child {
    padding-left: 15px;
  }

  .about-grid-row>div:nth-child(3) {
    padding-left: 15px;
  }

  div#detailsModalBody {
    padding: 30px;
  }

  #detailsModal .modal-content {
    min-height: 460px;
  }

  /* 1439px end */
}

@media (max-width: 1199px) {

  p br {
    display: none;
  }

  .logo-wrapper img {
    width: 200px;
  }

  .header-wrapper {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .section-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .banner-section {
    min-height: 370px;
    margin-bottom: 100px;
  }

  .banner-section .right-col .img_wrap {
    width: 600px;
  }

  .section-caption {
    font-size: 16px;
    margin-right: 50px;
  }

  .about-section .section-heading {
    margin-bottom: 30px;
  }

  p {
    font-size: 18px;
    margin: 0px;
    line-height: 28px;
  }

  .about-grid-row>div:first-child,
  .about-grid-row>div:nth-child(3) {
    padding-left: unset;
  }

  .about-section .about-grid-item {
    padding: 30px;
  }

  .about-section .about-grid-item .section-heading {
    margin-bottom: 50px;
  }

  .about-text {
    margin-bottom: 50px;
  }

  .about-grid-item p {
    margin: 0px !important;
  }

  .about-section {
    margin-bottom: 100px;
  }

  .about-section .about-grid-row .col-md-6 {
    transition: all 300ms ease;
  }


  .about-section .about-grid-row .col-md-6::before,
  .about-section .about-grid-row .col-md-6::after {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .about-section .about-grid-row .col-md-6 .about-grid-item {
    background: transparent;
  }

  .approach-section .approach-section-wrapper {
    padding-block: 60px;
  }

  .approach-section .section-heading {
    margin-bottom: 30px;
  }

  .approach-section .section-image-wrapper img {
    height: auto;
  }

  .approach-section {
    margin-bottom: 100px;
  }

  .partner-section h2.section-heading {
    margin-bottom: 50px;
  }

  .partner-section .logo_wrap img {
    width: 150px;
  }

  .partner-even-col .left-col .img_wrap {
    width: 430px;
  }

  .partner-sec-wrapper {
    height: 500px;
    min-height: 500px;
  }

  .partner-section .right-col {
    margin-top: 0;
  }

  .partner-even-col .right-col>p {
    margin-block: 30px;
    font-size: 16px;
  }

  .partner-stats-item p {
    font-size: 13px;
  }

  .partner-section {
    margin-bottom: 100px;
  }

  section.connect-section .logo_wrap img {
    width: 280px;
  }

  .connect-section .left-col p:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .connect-section .left-col p {
    font-size: 18px;
  }

  .connect-sec-row {
    min-height: auto;
    height: 500px;
  }

  .connect-sec-row .right-col .img_wrap {
    width: 485px;
    height: 111%;
    min-height: auto;
  }

  .connect-section {
    min-height: 500px;
    height: 500px;
    margin-bottom: 100px;
  }

  .row.connect-sec-row div:has(> p) {
    max-width: 80%;
    width: 100%;
  }

  .connect-section .logo_wrap {
    margin-bottom: 30px;
  }

  .team-slide-card {
    max-width: 290px;
    min-height: 315px;
    padding: 20px;
  }

  .team-section .section-heading {
    margin-bottom: 30px;
  }

  .team-section>p {
    margin: 0px !important;
  }

  .team-section .team-text {
    margin-bottom: 40px;
  }

  .team-section .section-caption {
    top: -10px;
  }

  .team-slide-card .team-member-name {
    font-size: 16px;
  }

  .team-slide-card .team-member-designation {
    font-size: 14px;
  }

  .footer-nav-wrapper .menu-item a {
    font-size: 16px;
  }

  .footer-nav-wrapper .menu-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-nav-wrapper {
    gap: 70px;
    margin-top: 20px;
  }

  .social-links {
    gap: 25px;
  }

  .footer-top-row {
    margin-bottom: 100px;
  }

  footer {
    padding-block: 50px;
  }

  .header-navigation ul li a {
    font-size: 16px;
  }

  .button_wrap>* {
    height: 32px;
  }

  .banner-section:before {
    left: 170px;
  }

  .about-grid-row>div:nth-child(2)::before {
    left: -123px;
    width: 303px;
    height: 342px;
  }

  .modal-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
  }

  .modal-body-content {
    padding: 50px;
    gap: 30px;
  }

  .modal-content {
    min-height: auto !important;
  }

  div#contactModal .section-heading {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
  }

  section.partner-section .logo_wrap {
    margin-bottom: 25px;
  }

  .partner-stats-grid {
    row-gap: 20px !important;
  }

  .slider-buttons {
    z-index: 1 !important;
    /* display: none !important; */
  }

  div#detailsModal button.close {
    right: 5px;
    top: 5px;
    font-size: 20px;
    height: 35px;
    width: 35px;
  }

  .blob {
    --size: 220px !important;
  }

  .slider-buttons {
    width: 100% !important;
    height: 0px;
  }

  /* 1199px end */
}

@media (max-width: 991px) {

  br:not(.banner-section br) {
    display: none;
  }

  .connect-section .left-col p {
    font-size: 16px;
  }

  .slider-buttons {
    display: none;
  }

  .header-wrapper {
    padding-bottom: 60px;
    align-items: center;
  }

  .logo-wrapper img {
    width: 150px;
  }

  .header-navigation ul#primary-menu {
    margin-top: 0px;
    gap: 40px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 130%;
  }

  .banner-section {
    min-height: 280px;
    margin-bottom: 80px;
  }

  .banner-section .right-col .img_wrap {
    width: 450px;
  }

  .banner-section .banner-text {
    margin-top: 70px;
  }

  .about-section .section-heading {
    margin-bottom: 20px;
  }

  p {
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
  }

  .section-caption {
    font-size: 15px;
    margin-right: 50px;
    top: -5px;
  }

  .about-text {
    margin-bottom: 40px;
  }

  .about-section .about-grid-item {
    padding: 25px;
  }

  .about-section .about-grid-item .section-heading {
    margin-bottom: 30px;
  }

  .about-section {
    margin-bottom: 80px;
  }

  .approach-section .section-heading {
    margin-bottom: 25px;
  }

  .approach-section .approach-section-wrapper {
    padding-block: 50px;
  }

  .approach-section {
    margin-bottom: 80px;
  }

  .partner-section h2.section-heading {
    margin-bottom: 40px;
  }

  .partner-sec-wrapper {
    height: 515px;
    min-height: 515px;
  }

  .partner-section .right-col {
    margin-top: 15px;
    padding-left: 60px;
  }

  .partner-even-col .left-col .img_wrap {
    width: 346px;
  }

  .partner-section .section-caption {
    top: -5px;
  }

  .partner-section .section-caption br {
    display: none;
  }

  .partner-section .logo_wrap img {
    width: 130px;
  }

  .partner-even-col .right-col>p {
    margin-block: 20px;
    font-size: 15px;
  }

  .partner-stats-grid {
    gap: 30px;
    margin: 0px;
  }

  .partner-stats-item p {
    font-size: 12px;
  }

  .partner-section {
    margin-bottom: 80px;
  }

  .connect-section .logo_wrap {
    margin-bottom: 30px;
  }

  .connect-section {
    min-height: 380px;
    height: 380px;
    margin-bottom: 80px;
  }

  .connect-sec-row .right-col .img_wrap {
    width: 360px;
  }

  .connect-sec-row {
    min-height: auto;
    height: 380px;
  }

  .team-section .section-caption {
    top: -4px;
  }

  .team-section {
    margin-bottom: 100px;
  }

  .team-slide-card {
    max-width: 331px;
    min-height: 337px;
    padding: 20px;
    /* margin-inline: auto; */
  }

  .footer-nav-wrapper {
    justify-content: end;
    gap: 50px;
  }

  .footer-nav-wrapper .menu-item a {
    font-size: 15px;
  }

  .footer-top-row {
    margin-bottom: 50px;
  }

  .social-links {
    gap: 10px;
    justify-content: end;
  }

  .modal-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
  }

  #detailsModalImage {
    max-width: 285px;
    min-height: 308px;
    background-size: contain;
  }

  .banner-section:before {
    display: none;
  }

  .about-grid-row>div:nth-child(2)::before {
    display: none;
  }



  /* 991px end */
}

@media (max-width: 767px) {

  .mm,
  #mm {
    display: block;
  }

  .section-heading span {
    line-height: 0px;
  }

  .header-section {
    display: none;
  }

  #primary-menu {
    display: none;
  }

  .partner-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .banner-section .right-col .img_wrap {
    position: static;
  }

  .banner-section .right-col .img_wrap {
    width: 100%;
  }

  .banner-section .row {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .banner-section .section-heading {
    margin: 0px !important;
  }

  .banner-section .section-heading br {
    display: none;
  }

  #mml {
    margin-bottom: 30px;
    padding-block: 20px;
  }

  #mml .logo-wrapper {
    width: fit-content;
  }

  #mml .logo-wrapper a {
    display: block;
  }

  .banner-section .banner-text {
    margin-top: 0px;
  }

  .banner-section {
    min-height: auto;
    margin-bottom: 60px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 145%;
    text-align: start;
  }

  .section-caption {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 16px;
  }

  .about-section .about-grid-item .section-heading {
    margin-bottom: 15px;
  }

  .about-grid-row>div:first-child,
  .about-grid-row>div:nth-child(3) {
    padding-left: 15px;
    border-right: none;
    border-bottom: 1.5px solid #000;
  }

  .about-section .about-grid-item {
    padding-inline: 0px;
  }

  .about-section p {
    text-align: start;
    margin: 0px !important;
  }

  .logo-wrapper img {
    width: 160px;
  }

  .about-text {
    margin-bottom: 20px;
  }

  .approach-section p {
    text-align: start;
  }

  .approach-section .approach-section-wrapper {
    padding-block: 40px;
  }

  .approach-section {
    margin-bottom: 60px;
  }

  .partner-section .partner-even-col .left-col {
    position: relative;
  }

  .partner-section .right-col {
    margin: 0px;
    padding-left: 15px;
  }

  .partner-even-col .left-col .img_wrap {
    position: static;
    width: 100%;
    height: 250px;
  }

  .partner-section h2.section-heading {
    margin-bottom: 30px;
  }

  .partner-even-col {
    text-align: start;
  }

  .partner-stats-item p {
    font-size: 14px;
  }

  .partner-sec-wrapper {
    min-height: auto;
    height: auto;
  }

  .img_wrap.logo_wrap {
    text-align: center;
  }

  .partner-even-col .right-col>p {
    margin-block: 20px;
    font-size: 16px;
  }

  .partner-even-col {
    gap: 30px;
    flex-direction: column-reverse;
  }

  .approach-section .section-heading {
    font-size: 25px;
  }

  .team-slider .slick-dots {
    width: 100%;
  }

  .team-slide-card {
    max-width: 100%;
    width: 100%;
  }

  .team-section .section-heading {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .team-section p {
    text-align: start;
  }

  .connect-sec-row .right-col .img_wrap {
    position: static;
  }

  .connect-sec-row .right-col .img_wrap {
    width: 100%;
    height: 250px;
  }

  .connect-sec-row {
    min-height: 100%;
    height: auto;
  }

  .connect-section {
    min-height: 100%;
    height: 100%;
  }

  .connect-sec-row {
    flex-direction: column;
    gap: 30px;
  }

  .connect-section .logo_wrap {
    text-align: start;
  }

  .row.connect-sec-row div:has(> p) {
    max-width: 100%;
    width: 100%;
    text-align: start;
  }

  .footer-nav-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  footer .logo-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .social-links {
    justify-content: center;
  }

  .footer-nav-wrapper li {
    text-align: center;
  }

  .footer-top-row {
    margin-bottom: 40px;
  }

  .button_wrap>* {
    height: auto !important;
  }

  div#detailsModalBody {
    padding: 15px;
    flex-direction: column;
    gap: 30px;
  }

  #detailsModalImage {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    min-height: 325px;
  }

  #detailsModalContent {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
  }

  div#detailsModalBody::before {
    width: 100%;
    height: 80%;
  }

  .aspire-modal {
    padding: 25px 15px;
  }

  div#contactModal .section-heading {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  .contact-team-close {
    font-size: 21px !important;
    top: 4px !important;
    right: 4px !important;
  }

  .partner-section .logo_wrap img {
    width: 200px;
  }

  section.partner-section .logo_wrap {
    margin-bottom: 25px;
    text-align: start;
  }

  .team-slide-card {
    min-height: 370px;
  }

  section.banner-section .section-heading span:nth-last-child(-n+5) {
    display: inline !important;
  }

  section.banner-section .banner-text {
    width: 272px;
  }
	
	    .slider-buttons {
        width: 105% !important;
    }
	
	.mm .button_wrap > * {
		font-size: 14px;
        min-width: 120px;
        min-height: 35px !important;
        height: 35px !important;
	}


  /* 767 end */
}

@media (max-width: 480px) {
    #detailsModalImage {
    width: 100%;
    max-width: 100%;
    background-size: cover;
    min-height: 325px;
  }
}

@media (max-width: 370px) {
   section.banner-section .section-heading span:nth-last-child(-n+5) {
    display: inline-block !important;
  }
}


.team-modal-close {
  position: absolute;
  right: 19px;
  top: 20px;
  background: none;
  outline: none;
  border: none;
  color: gray;
  font-weight: 400;
  font-size: 22px;
  z-index: 10;
  background: white;
  border-radius: 100%;
  /* padding: 5px; */
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: gray !important;
  z-index: 99999;
  cursor: pointer;
}

.slider-buttons {
  position: absolute;
  top: 45%;
  width: 107%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: -1;
  /* height: 0px; */
}