@font-face {
  font-family: "helveticaUltraComp";
  src: url("../fonts/HelveticaLTStd-UltraComp.otf");
   font-display: swap;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.ttf");
   font-display: swap;
}
@font-face {
  font-family: "helvaticaLtBold";
  src: url("../fonts/HelveticaLTStd-Bold.otf");
   font-display: swap;
}
@font-face {
  font-family: "activeRegular";
  src: url("../fonts/AktivGrotesk-Regular.otf");
   font-display: swap;
}
@font-face {
  font-family: "AktivGrotesk-blod";
  src: url("../fonts/AktivGrotesk-Bold.otf");
   font-display: swap;
}
:root {
  --main-color: #4AB749;
  --dark: #3D3D3D;
  --gr: linear-gradient(257deg, #B98E63 3.12%, #7A3C93 98.94%);
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "helvaticaBold", sans-serif;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

/*.sec {*/
/*  padding: 6em 0px;*/
/*}*/

.main-btn {
  padding: 5px 2.5em;
  background: #B98E63;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: 0.3s ease-in-out;
}
.main-btn span {
  transition: 0.3s ease-in-out;
  color: white;
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 42px;
}
.main-btn.purple-border {
  border: 1px solid #7A3C93;
  background: transparent;
}
.main-btn.purple-border:hover {
  background: #7A3C93;
}
.main-btn.purple-border:hover span {
  color: white;
}
.main-btn.purple-border span {
  color: #7A3C93;
}
.main-btn.center {
  margin: 0 auto;
}
.main-btn.left {
  margin-right: auto;
}
.main-btn.right {
  margin-left: auto;
}

.para {
  font-family: "activeRegular", sans-serif;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.main-nav {
  position: absolute;
  top: 0;
  width: 100%;
  width: 100%;
  z-index: 999;
}
.main-nav.is-sticky{
    position: fixed;
    top: 0;
    width:100%;
    
    background: white;
    animation: slideIn 0.65s ease-in-out forwards;
}
@keyframes slideIn{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0px);
    }
}
.main-nav .nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8em 0em;
}
.main-nav.white .l-part .nav-logo img:not(.white) {
  display: none;
}
.main-nav.white .l-part .nav-logo .white {
  display: inline-block;
}
.main-nav.white:not(.is-sticky) .menu-btn span {
  background: white !important;
}
.main-nav.dual:not(.is-sticky) .menu-btn span {
  background: white !important;
}
.main-nav .l-part {
  position: relative;
  display: flex;
  align-items: center;
}
.main-nav .l-part .nav-logo {
  position: relative;
  width: 280px;
}
.main-nav .l-part .nav-logo img {
  width: 100%;
}
.main-nav .l-part .nav-logo .white {
  display: none;
}
.main-nav .r-part {
  display: flex;
  align-items: center;
  gap: 2.2em;
}

.menu-btn {
  position: relative;
  width: 60px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background: transparent;
  border: none;
  transition: 0.3s ease-in-out;
}
.menu-btn span {
  width: 100%;
  display: block;
  height: 1.5px;
  background: var(--dark);
  transition: 0.3s ease-in-out;
}
.menu-btn span:nth-child(2) {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.menu-btn:hover span:nth-child(2) {
  width: 100%;
}

i {
  font-style: normal !important;
  font-family: inherit !important;
}

.main-header {
  padding-top: 8em;
  overflow: hidden;
}

.container-left {
  padding-left: 25%;
}

/*@media (min-width: 1400px) {*/
/*    .container-left {*/
/*        padding-left: 45%;*/
/*    }*/
/*}*/


.purple {
  color: #603C93 !important;
}

.banner-con .sub-head {
  color: #B98E63;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  font-family: "activeRegular", sans-serif;
}
.banner-con .sub-head:after {
  content: "";
  width: 15px;
  position: absolute;
  height: 5px;
  background: #B98E63;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-con h1 {
  font-family: "helveticaUltraComp", sans-serif;
  line-height: 100%;
  font-size: 80px;
  text-transform: None;
  margin-bottom: 1em;
}
.banner-con h1 span {
  font-family: "helveticaUltraComp", sans-serif;
}

.banner-con h1 span.sc {
  background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.banner-con h3 {
  font-family: "helveticaUltraComp", sans-serif;
  line-height: 100%;
  font-size: 62px;
  text-transform: None;
  margin-bottom: 1em;
}
.banner-con h3 span {
  font-family: "helveticaUltraComp", sans-serif;
}

.banner-con h3 span.sc {
  background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.counter-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.counter-wrap .counter {
  position: relative;
}
.counter-wrap .counter h3 {
  font-size: 42px;
  margin-bottom: 5px;
  font-family: "helveticaUltraComp", sans-serif;
}
.counter-wrap .counter p {
  font-family: "helvaticaLtBold", sans-serif;
  margin-bottom: 0;
  font-size: 18px;
}

.wheel {
  min-height: calc(100vh - 150px);
}

.of-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.of-grid.style-2 {
  grid-template-columns: 1fr 1fr;
}
.of-grid.style-2 .of-wrap span {
  text-align: left !important;
  text-transform: None !important;
}
.of-grid.style-2 .of-wrap:nth-child(1) {
  grid-column: span 1;
}
.of-grid.style-2 .of-wrap:nth-child(2) {
  grid-column: span 1;
}
.of-grid .of-wrap {
  background: linear-gradient(295deg, #6A3076 2.27%, #956B41 56.77%, #BA8F64 101.35%);
  padding: 2em 3em;
  position: relative;
}
.of-grid .of-wrap:hover .overlay {
  opacity: 1;
}
.of-grid .of-wrap .overlay {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.of-grid .of-wrap .overlay p {
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-family: "activeRegular", sans-serif;
  font-size: 18px;
  width: 100%;
  max-width: 450px;
}
.of-grid .of-wrap .overlay span {
  font-size: 45px;
  margin-top: 0.75em;
}
.of-grid .of-wrap:nth-child(1) {
  grid-column: span 2;
}
.of-grid .of-wrap:nth-child(2) {
  background: linear-gradient(#6D3473, #B78C61);
}
.of-grid .of-wrap:nth-child(2) a {
  justify-content: center;
}
.of-grid .of-wrap:nth-child(3) {
  grid-row: span 2;
  background: linear-gradient(#6D3473, #B78C61);
}
.of-grid .of-wrap:nth-child(3) a {
  justify-content: center;
}
.of-grid .of-wrap:nth-child(3) a img {
  margin: 0;
}
.of-grid .of-wrap:nth-child(4) {
  grid-column: span 2;
  background: linear-gradient(104deg, #6A3076 0%, #B88D62 94.56%);
}
.of-grid .of-wrap:nth-child(4) a img {
  margin: 0;
}
.of-grid .of-wrap:nth-child(5) {
  grid-column: span 2;
  background: linear-gradient(104deg, #6A3076 0%, #B88D62 94.56%);
}
.of-grid .of-wrap:nth-child(5) a img {
  margin: 0;
  transform: translateY(2em);
}
.of-grid .of-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.of-grid .of-wrap span {
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 58px;
  color: white;
  display: block;
  text-transform: None !important;
  line-height: 100%;
  text-align: center;
}
.of-grid .of-wrap img {
  max-height: 250px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.light-bg {
  background: #F3F3F3;
}
.sec-h1 span{
  position: relative;
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 80px;
  line-height: 100%;
  text-transform: None;
}
.sec-h1 h1 span.sc {
  background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.sec-head {
    position: relative;
    font-family: "helveticaUltraComp", sans-serif;
    font-size: 62px;
    line-height: 100%;
    /*text-transform: uppercase;*/
}
.sec-head span,
.sec-head i {
  font-family: "helveticaUltraComp", sans-serif;
  background: linear-gradient(135deg, #7A3C93, #C0966A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* fallback */
}

.sec-head.sm {
  font-size: 42px;
}
.sec-head.white {
  color: white;
}
.sec-head.white span {
  color: #B48961;
}

.sec-para {
    color:#00000;
    font-family:'activeRegular';
}
.text-box {
  padding: 3em 2em;
  background: white;
  border-radius: 24px;
  position: relative;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.text-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: scaleY(0);
  pointer-events: none;
  background: #93693F;
  border-radius: 32px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.text-box:hover:after {
  transform: scaleY(1);
}
.text-box:hover h3 {
  color: white;
}
.text-box:hover h3:not(:nth-child(2)) {
  opacity: 0;
  transform: scale(0);
}
.text-box:hover h3:nth-child(2) {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.text-box h3 {
  margin-bottom: 0;
  font-size: 40px;
  position: relative;
  text-transform: None;
  z-index: 5;
  font-family: "helveticaUltraComp", sans-serif;
  color: #93693F;
  text-align: center;
  line-height: 100%;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.text-box h3:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  pointer-events: none;
}

.big-text {
  font-size: 24px;
  margin-bottom: 0px;
  font-family:'helvaticaLtBold';
}

.head-para {
  font-family: "activeRegular", sans-serif;
  font-size: 18px;
}

.team-card {
  position: relative;
}
.team-card .team-img {
  margin: 0 auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.team-card .team-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-card .team-con {
  position: relative;
  background: #F3F3F3 !important;
  transform: translateY(-30%);
  padding: 2.5em 2.3em;
  padding-top: 8em;
  text-align: center;
  min-height: 350px;
}
.team-card .team-con h3 {
  text-transform: None;
}
.team-card .team-con p {
  margin-bottom: 0;
  font-family: "activeRegular", sans-serif;
}

.abt-header {
  background: linear-gradient(257deg, #B98E63 3.12%, #603C93 98.94%);
  padding: 5em 0px;
  padding-top: 8em;
  padding-bottom: 15em;
}
.abt-header .banner-con {
  position: relative;
}
.abt-header .banner-con h3 {
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 72px;
  color: white;
  line-height: 100%;
  text-transform: None;
}
.abt-header .banner-con h3 span {
  font-family: "helveticaUltraComp", sans-serif;
  color: #F09F4E;
}

.abt-img {
  width: 100%;
}
.abt-img img {
  width: 100%;
}

.abt-btm-sec {
  margin-top: -230px;
}

.abt-btm-wrap {
  position: relative;
  background: #F5F5F5 !important;
  padding: 3em 3em;
}
.abt-btm-wrap h3 {
  font-size: 62px;
  line-height: 100%;
  font-family: "helveticaUltraComp", sans-serif;
}
.abt-btm-wrap .abt-btm-img {
  width: 100%;
}
.abt-btm-wrap .abt-btm-img img {
  width: 100%;
}

.timer-section {
  position: relative;
  background: transparent;
}
.timer-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  background: #F3F3F3;
}
.timer-section .container {
  position: relative;
  z-index: 5;
}

.para a {
  color: inherit;        /* Use the same color as surrounding text */
  text-decoration: none; /* Remove underline */
  font-weight: inherit;  /* Keep it consistent */
   font-family: "activeRegular", sans-serif;
}

.timer-counter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 600px;
  gap: 20px;
  margin-top: 2em;
}
.timer-counter .counter {
  background: white;
  padding: 2.3em 1.5em;
  border-radius: 24px;
}
.timer-counter .counter h3 {
  margin-bottom: 0;
  text-align: center;
  color: #93693F;
  line-height: 100%;
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 42px;
}

.timer-img {
  width: 100%;
}
.timer-img img {
  width: 100%;
}

.test-sec {
  overflow: hidden;
}

.timer-con {
  padding: 2em 0px;
}

.test-swiper {
  padding-top: 1.5em;
  margin-top: 2em;
  padding-bottom: 3em;
}
.test-swiper .swiper-pagination {
  bottom: 0 !important;
}
.test-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 20px;
  opacity: 1 !important;
  background: #D9D9D9;
}
.test-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(270deg, #6C3373 26.56%, #B78C61 94.27%);
}
.test-swiper .swiper-slide-active {
  transform: scale(1) !important;
}
.test-swiper .swiper-slide {
  transform: scale(0.8);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.test-card {
  background: #F3F3F3;
  padding: 5em 3em;
  padding-bottom: 1.5em;
  position: relative;
}
.test-card .para {
  text-align: center;
  line-height: 170%;
  font-family: "activeRegular", sans-serif;
  font-size: 20px;
  margin-bottom: 1.5em;
}
.test-card .test-det {
  text-align: right;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.test-card .test-det h3 {
  color: #A87E53;
  margin-bottom: 0;
  font-family: "activeRegular", sans-serif;
  font-weight: 800;
  font-size: 22px;
}
.test-card .test-det p {
  font-size: 14px;
}
.test-card > img {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  width: 50px;
}

.vid-sec {
  position: relative;
}
.vid-sec:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70%;
  bottom: 0;
  background: #F3F3F3;
}
.vid-sec .container {
  position: relative;
  z-index: 5;
}

.vid-wrap {
  width: 100%;
  padding-top: 56.24%;
  position: relative;
  margin-top: 2.3em;
}
.vid-wrap > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.vid-wrap button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  z-index: 5;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vid-wrap button:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.abt-cta-wrap {
  background: #F5F5F5;
}

.abt-cta-img {
  width: 100%;
  transform: translateY(10%) translateX(15%);
  max-width: 400px;
}
.abt-cta-img img {
  width: 100%;
}

.abt-cta {
  overflow: hidden;
}

.abt-cta-con {
  padding: 2em 5em;
  padding-right: 1em;
}

.con-area-list {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0;
}
.con-area-list li {
  display: flex;
  gap: 20px;
}
.con-area-list li .ic {
  width: 65px;
  height: 65px;
}
.con-area-list li .ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.con-area-list li .det h3 {
  font-family: "helveticaUltraComp", sans-serif;
  margin-bottom: 0em;
  font-size: 42px;
}
.con-area-list li .det p {
  font-size: 16px;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.form-group .label-text {
  font-size: 16px;
}
.form-group .inp-grp {
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp select, .form-group .inp-grp textarea {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #9F9F9F !important;
  padding: 15px 0px;
  outline: none !important;
  box-shadow: none !important;
  font-family: "activeRegular", sans-serif;
}
.form-group .inp-grp input::-moz-placeholder, .form-group .inp-grp select::-moz-placeholder, .form-group .inp-grp textarea::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.form-group .inp-grp input::placeholder, .form-group .inp-grp select::placeholder, .form-group .inp-grp textarea::placeholder {
  color: #9F9F9F;
  opacity: 1;
}
.form-group .inp-grp select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
}
.form-group .select-wrap {
  position: relative;
}
.form-group .select-wrap img {
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  width: 25px;
}

.cus-check-wrap {
  position: relative;
}
.cus-check-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cus-check-wrap input:checked ~ label:before {
  opacity: 1;
}
.cus-check-wrap label:not(.error) {
  position: relative;
  color: #9F9F9F;
  font-family: "activeRegular", sans-serif;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cus-check-wrap label:not(.error):after, .cus-check-wrap label:not(.error):before {
  top: 4px;
}
.cus-check-wrap label:not(.error):after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid black;
}
.cus-check-wrap label:not(.error):before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: url(../images/check.svg) center/50% 50% no-repeat;
  opacity: 0;
}

.submit-btn {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0.5em 1em;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.submit-btn span {
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 42px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.submit-btn:hover {
  background: #93693F;
}
.submit-btn:hover span {
  color: white;
}

.con-sec {
  background: #F3F3F3;
  overflow: hidden;
}

.main-footer {
  background: black;
  padding: 5em 0px;
  padding-bottom: 0;
    /*font-family: "Montserrat", sans-serif;*/
  color: white;
}

.ft-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
}
.ft-logo img {
  width: 100%;
}

.companyadrres {
color: white;
    /*font-family: "Montserrat", sans-serif;*/
    font-size: 16px;
    display: inline-block;
    padding: 5px 0px;
    font-weight:300;
    
}
.Headquarters{
    color: white;
    /*font-family: "Montserrat", sans-serif;*/
    font-size: 16px;
    display: inline-block;
    padding: 5px 0px;
    
}
.ft-list li a {
  color: white;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 16px;
  display: inline-block;
  padding: 5px 0px;
}

.ul-head{
   font-family: 'AktivGrotesk-Bold', sans-serif; /* or your font */
  font-weight: 500;  /* adjust to 300 if too bold */
  font-size: 14px;
  color: #ffffff;
  /*text-transform: uppercase;*/
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.ft-head {
  font-size: 16px;
  font-weight: 600; /* SemiBold equivalent */
  line-height: 1.19;
  margin-bottom: 15px;
}

.con-head{
    font-size: 16px;
  font-weight: 600; /* SemiBold equivalent */
  line-height: 1.19;
  margin-bottom: 15px;
}

/*.ft-list li,*/
.con-list li,
.companyadrres {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.19;
  margin-bottom: 10px;
}

.ft-list li a,
.con-list li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

/*.ft-list li a:hover,*/
/*.con-list li a:hover {*/
/*  color: #ccc;*/
/*}*/

.companyadrres {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  padding: 5px 0;
  display: inline-block;
  letter-spacing: 0;
}

.con-list li {
  display: flex;
  gap: 5px;
  padding: 10px 0px;
}
.con-list li a {
  color: white;
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-weight:600;*/
}
.con-list img {
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px !important;
  max-width: 280px;
  gap: 20px;
  margin-top: 1.5em;
}
.soc-list li a img {
  width: 28px;
  display: inline-block;
}

.ft-btm {
  background: #161616;
  padding: 35px 0px;
  margin-top: 5em;
}
.ft-btm p {
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-family: "activeRegular", sans-serif;
  font-weight: 300;
}

.spin-wheel-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  transform-origin: left center;
  transform: scale(0.95) translateX(50%);
}

.wh-con {
  position: absolute;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 40%;
  z-index: 5;
}
.wh-con h3 {
  color: white;
  line-height: 100%;
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 52px;
  transition: 0.2s ease-in-out;
}
.wh-con h3:hover a{
    color: #f09f4e !important;
    transform: scale(1.15) !important;
}
.wh-con h3 a {
  color: white;
  display: inline-block;
  line-height: 100%;
  /*font-size: 52px;*/
  font-family: "helveticaUltraComp", sans-serif;
  transition: 0.2s ease-in-out;
}

.spin-wheel-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(257deg, #B98E63 3.12%, #7A3C93 98.94%);
  transform: translate(-50%, -50%) scale(0.75);
}

.spin-wheel-wrapper > * {
  position: absolute;
}

.spin-wheel-wrapper svg {
  width: 100%;
}

.spin-wheel-wrapper .wheel {
  top: 0;
  width: 100%;
  height: 100%;
}

.spin-wheel-wrapper span {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateX(30px) translateY(-5px);
}

.spin-wheel-wrapper .navigator {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 6;
  width: 80px;
}

.spin-wheel-wrapper button {
  outline: none;
  border: none;
  background: transparent;
  left: 0;
  z-index: 6;
}

.spin-wheel-wrapper .ar-next {
  bottom: 20%;
}

.spin-wheel-wrapper .ar-prev {
  top: 20%;
}

.spin-content {
  position: relative;
  min-height: 370.4px;
}

.spin-content .sec-head {
  font-size: 52px;
  font-weight: 800;
}

.spin-content ul {
  position: relative;
  margin-bottom: 2.3em !important;
}

.spin-content ul li {
  padding: 0.75em 0px;
  padding-left: 45px;
  position: relative;
}

.spin-content ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/tick.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.hide-slider {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none !important;
}

.as-btn {
  position: relative;
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  color: #9F9F9F;
  font-family: "activeRegular", sans-serif;
}
.as-btn img {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 16px;
  margin-left: 5px;
}
.as-btn.active img {
  transform: rotate(180deg);
}

#as {
  padding-top: 0.3em;
}
#as ul {
  margin-bottom: 0 !important;
  padding-left: 1em !important;
}
#as ul li {
  list-style: disc !important;
  color: #9F9F9F;
  font-family: "activeRegular", sans-serif;
}

label.error {
  color: red;
  margin-top: 3px;
  font-weight: 400 !important;
  font-size: 14px;
  margin-bottom: 0;
}

.dif-header {
  padding: 5em 0px;
  padding-top: 8em;
  overflow: hidden;
  position: relative;
}
.dif-header .container {
  position: relative;
  z-index: 5;
}
.dif-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  border-bottom-left-radius: 32px;
  background: #603C93;
}
.dif-header.srv-page-header {
  overflow: hidden;
}
.dif-header.srv-page-header:after {
  background: #B98E63;
  display: none;
}
.dif-header.srv-page-header .srv-header-img {
  position: relative;
  background: #B98E63;
  border-bottom-left-radius: 32px;
}
.dif-header.srv-page-header .srv-header-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 200%;
  width: 200%;
  background: #B98E63;
  left: 0;
  border-bottom-left-radius: 32px;
}
.dif-header.srv-page-header .srv-header-img img {
  border-bottom-left-radius: 32px;
  position: relative;
  z-index: 5;
}
.dif-header.srv-page-header.style-2 {
  padding-top: 0;
}
.dif-header.srv-page-header.style-2 .srv-header-img {
  padding: 0 !important;
  background: transparent;
  border-radius: 0px;
}
.dif-header.srv-page-header.style-2 .srv-header-img img {
  border-radius: 0px;
}
.dif-header.srv-page-header.style-2 .srv-header-img:before {
  display: none;
}
.dif-header.srv-page-header.style-2:after {
  display: none;
}
.dif-header .banner-con {
  position: relative;
}
.dif-header .banner-con h3 {
  font-family: "helveticaUltraComp", sans-serif;
  font-size: 72px;
  line-height: 100%;
  text-transform: None;
}
.dif-header .banner-con h3 span {
  font-family: "helveticaUltraComp", sans-serif;
  color: #F09F4E;
}

.dif-img {
  position: relative;
  width: 100%;
}
.dif-img img {
  width: 100%;
}

.srv-card {
  padding: 3em 2em;
  background: var(--gr);
  height: 100%;
  position: relative;
}
.srv-card img {
  margin: 0 auto;
  display: block;
  width: 250px;
}
.srv-card h3 {
  text-align: center;
  color: white;
  margin-top: 1em;
  font-size: 34px;
  font-family: "activeRegular", sans-serif;
}
.srv-card:hover .ovr {
  opacity: 1;
  pointer-events: unset;
}
.srv-card .ovr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  height: 100%;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: #F5F5F5;
  pointer-events: none;
  opacity: 0;
}
.srv-card .ovr p {
  margin-bottom: 12px;
  color: #603C93;
  text-transform: None;
  font-size: 26px;
  font-family: "activeRegular", sans-serif;
  text-align: center;
}
.srv-card .ovr span {
  font-size: 62px;
  font-family: "helveticaUltraComp";
  color: #603C93;
  text-decoration: underline;
}
.srv-card.style-2 {
  padding: 1.5em 1.5em;
  width: 100%;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  align-items: center;
}
.srv-card.style-2 h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 52px;
  font-family: "helveticaUltraComp", sans-serif;
  line-height: 100%;
  margin-top: 0;
}
.srv-card.style-2 img {
  width: 100%;
}

.row-gap-25 {
  row-gap: 25px;
}

.row-gap-35 {
  row-gap: 35px;
}

.icc-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  row-gap: 50px;
}

.tech-sec {
  background: #F3F3F3 !important;
}

.icc-wrap {
  display: block;
}
.icc-wrap img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 80px;
}
.icc-wrap p {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "activeRegular", sans-serif;
  line-height: 120%;
  max-width: 200px;
  margin: 0 auto;
  color: black;
}

.img-full {
  width: 100%;
}

.im-with-sq-border {
  position: relative;
}
.im-with-sq-border:after {
  position: absolute;
  top: 3em;
  left: -3em;
  width: 100%;
  height: 100%;
  border: 2px solid #603C93;
  content: "";
}
.im-with-sq-border img {
  position: relative;
  z-index: 5;
}

.fd-icon-list {
  position: relative;
  margin-top: 2em;
}
.fd-icon-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fd-icon-list li:not(:last-child) {
  margin-bottom: 15px;
}
.fd-icon-list li img {
  width: 65px;
}
.fd-icon-list li div h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.fd-icon-list li div p {
  font-family: "activeRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.con-im {
  margin-top: 4em;
}

.menu-container {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
}
.menu-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
  background: #C0966A;
  display: none;
}
.menu-container .container {
  position: relative;
  z-index: 5;
}
.menu-container .menu-close {
  position: absolute;
  top: 3em;
  left: 1.2em;
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  z-index: 15;
}
.menu-container .menu-close img {
  width: 50px;
  filter: invert(100%);
}
.menu-container .menu-logo {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-bottom: 2em;
}
.menu-container .menu-logo img {
  width: 100%;
}
.menu-container .menu-inner {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 25px;
  min-height: 100vh;
}
.menu-container .r-part {
  height: 100%;
}
.menu-container .r-part .row {
  height: 100%;
}
.menu-container .l-part {
  padding: 3em 0px;
  padding-left: 18%;
}

.menu-list {
  position: relative;
  margin-bottom: 1em;
}
.menu-list li a {
  display: inline-block;
}
.menu-list li a span {
  font-size: 52px;
  color: #603C93;
  font-family: "helveticaUltraComp", sans-serif;
  text-transform: None;
}
.menu-list.style-2 li a span {
  color: white;
}
.menu-list.style-2 li a:hover span, .menu-list.style-2 li a.active span {
  color: #603C93;
}
.menu-list.style-3 li:first-child a {
  padding-top: 0;
}
.menu-list.style-3 li a {
  padding: 0.65em 0px;
}
.menu-list.style-3 li a span {
  color: white !important;
  font-family: "activeRegular", sans-serif;
  font-size: 20px;
  text-transform: none;
}
.menu-list.style-3 li a:hover span {
  color: #603C93;
}

.h-menu-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.h-menu {
  background: #B98E63;
  position: relative;
  overflow: hidden;
  width: 60px;
  padding: 5em 2em;
  display: flex;
  cursor: pointer;
  max-height: 100vh;
  align-items: center;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.h-menu.active {
  width: 320px;
}
.h-menu.active > span {
  opacity: 0;
  pointer-events: unset;
}
.h-menu.active.active2 > button {
  opacity: 1;
  pointer-events: unset;
}
.h-menu.active.active2 .menu-con {
  position: relative;
  opacity: 1;
  pointer-events: unset;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu-con{
    width: 100% !important;
}
.menu-con h3{
    white-space: normal;
    word-wrap: break-word;
}
.h-menu:nth-child(2) {
  background: #A2796F;
}
.h-menu:nth-child(3) {
  background: #865F7E;
}
.h-menu:nth-child(4) {
  background: #603C93;
}
.h-menu > button {
  position: absolute;
  top: 1em;
  right: 0.5em;
  background: transparent;
  border: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.h-menu > button img {
  width: 35px;
}
.h-menu > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: white;
  font-size: 32px;
  font-family: "helveticaUltraComp", sans-serif;
  text-transform: None;
  font-size: 42px;
  min-width: -moz-max-content;
  min-width: max-content;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.h-menu .menu-con {
  opacity: 0;
  pointer-events: none;
}
.h-menu .menu-con h3 {
  color: white;
  font-size: 46px;
  font-family: "helveticaUltraComp", sans-serif;
  text-transform: None;
}
.h-menu .menu-con ul {
  position: relative;
  margin-top: 1.2em;
}
.h-menu .menu-con ul li a {
  display: inline-block;
  padding: 12px 0px;
}
.h-menu .menu-con ul li span {
  color: white;
  font-family: "activeRegular", sans-serif;
  font-size: 16px;
}

.hex-cta-wrap {
  position: relative;
  background: url(../images/purple-bg.jpg) center/cover no-repeat;
  padding: 4em 3em;
}
.hex-cta-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hex-cta-wrap p {
  color: white;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  font-family: "activeRegular", sans-serif;
}

@media (min-width: 1400px) {
  .fd-sec:after {
    height: 12em !important;
  }
}
.fd-sec {
  position: relative;
  margin-top: 5em;
  padding-top: 3em;
}
.fd-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44%;
  background: linear-gradient(78deg, #603C93 1.82%, #B68B60 100%);
}
.fd-sec .container {
  position: relative;
  z-index: 5;
}
.fd-sec .row-gap-25 {
  height: 100%;
}

.dot-list {
  padding-left: 18px;
}
.dot-list li {
  font-family: "activeRegular", sans-serif;
  font-size: 14px;
  list-style: disc !important;
}

.fd-ic {
  background: #F3F3F3;
  padding: 1.5em 1.2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fd-ic p {
  margin-bottom: 0;
  text-align: center;
  font-family: "activeRegular", sans-serif;
  font-size: 16px;
  line-height: 120%;
}
.fd-ic img {
  width: 85px;
  margin-bottom: 1.2em;
}

.health-ic {
  position: relative;
  border: 2px solid #603C93;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.2em;
  padding-top: 0;
}
.health-ic .ic {
  margin-top: -30px;
  width: 90px;
  height: 65px;
  background: white;
  margin-bottom: 0.75em;
}
.health-ic .ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.health-ic p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  font-family: "activeRegular", sans-serif;
}

.df-wrap {
  position: relative;
  background: #F3F3F3;
  padding: 3em 2.5em;
  height: 100%;
}
.df-wrap.style-3 {
  background: transparent;
  padding: 0 2.5em;
  border-right: 2px solid #F3F3F3;
}
.df-wrap img {
  width: 90px;
  margin-bottom: 1.5em;
}
.df-wrap h3 {
  font-size: 32px;
  font-weight: 800;
}
.df-wrap p {
  margin-bottom: 0;
  font-family: "activeRegular", sans-serif;
  font-size: 18px;
}
.df-wrap.style-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 1.2em 2.5em;
  height: auto;
  align-items: center;
}
.df-wrap.style-2:not(:last-child) {
  margin-bottom: 35px;
}
.df-wrap.style-2 img {
  width: 100%;
}
.df-wrap.style-2 p {
  margin-bottom: 15px;
}
.df-wrap.style-2 .main-btn span {
  font-size: 32px;
}
@media (min-width: 767px) {
  .df-wrap.style-2 {
    grid-template-columns: 250px 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .df-wrap.style-2 {
    padding: 0px 1em;
    padding-bottom: 2em;
  }
}
.df-wrap.style-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 1.2em 2.5em;
  height: auto;
  align-items: center;
  background: transparent;
}
.df-wrap.style-4:not(:last-child) {
  margin-bottom: 35px;
}
.df-wrap.style-4 img {
  width: 100%;
}
.df-wrap.style-4 p {
  margin-bottom: 15px;
}
.df-wrap.style-4 .main-btn span {
  font-size: 32px;
}
@media (min-width: 767px) {
  .df-wrap.style-4 {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .df-wrap.style-4 {
    padding: 0px 1em;
    padding-bottom: 2em;
  }
}

.pale {
  color: #C0966A !important;
}

.pr-header {
  padding-top: 9em;
  padding-bottom: 3em;
  background: var(--gr);
}
.pr-header .banner-con {
  position: relative;
}
.pr-header .banner-con h3 {
  color: white;
  font-size: 42px;
}
.pr-header .banner-con h3 span {
  color: var(--pale);
}

#google_translate_element {
  width: 150px !important;
  height: 50px !important;
  position: relative;
}
#google_translate_element select {
  padding: 12px 20px;
  background: white !important;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0px;
  top: 0;
  cursor: pointer !important;
  border-radius: 5px;
}
#google_translate_element span {
  display: none;
}

body {
  top: 0px !important;
}
body > .skiptranslate {
  display: none;
}

font {
  font-family: inherit !important;
}

.blog-card {
  position: relative;
  width: 100%;
  display: block;
  padding: 1.5em 1.2em;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 767px) {
  .blog-card {
    padding: 2.3em 2.5em;
  }
}
.blog-card:hover > img {
  transform: scale(1.12);
}
.blog-card .con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5em;
  height: 100%;
}
@media (min-width: 767px) {
  .blog-card .con {
    gap: 9em;
  }
}
.blog-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.blog-card h3, .blog-card span {
  position: relative;
  z-index: 5;
}
.blog-card h3 {
  position: relative;
  color: white;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 110%;
}
.blog-card span {
  text-decoration: underline;
  color: white;
  font-size: 16px;
  font-family: "activeRegular", sans-serif;
}

.blog-inner-header {
  overflow: hidden;
  padding-top: 9em !important;
}

.blog-inner-img-wrapper {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 3%;
  padding-left: 3em;
}
.blog-inner-img-wrapper:after {
  width: 70%;
  height: 50%;
  top: 0;
  right: 0;
  content: "";
  background: #B68B60;
  position: absolute;
}
.blog-inner-img-wrapper:before {
  width: 80%;
  height: 60%;
  bottom: 0;
  left: 0;
  content: "";
  border: 2px solid #623E91;
  background: transparent;
  position: absolute;
}
.blog-inner-img-wrapper .blog-inner-img {
  position: relative;
  z-index: 5;
}
.blog-inner-img-wrapper .blog-inner-img img {
  width: 100%;
}

.white {
  color: white;
}

.job-sec {
  background: linear-gradient(78deg, #603C93 1.82%, #B68B60 100%);
}

.job-card {
  background: white;
  padding: 3em 3em;
  display: block;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.job-card:hover {
  transform: scale(1.02);
}
.job-card:not(:last-child) {
  margin-bottom: 30px;
}
.job-card h3 {
  font-weight: 800;
  font-size: 40px;
  color: #161616;
}
.job-card p {
  margin-bottom: 0;
  color: #161616;
}

.job-inner-sec {
  padding-top: 12em !important;
  padding-bottom: 8em;
}

.job-info-wrap {
  background: #623E91;
  padding: 3.5em 3em;
}
.job-info-wrap h3, .job-info-wrap p {
  color: white;
  text-align: center;
}
.job-info-wrap h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 0;
}
.job-info-wrap p {
  font-size: 16px;
  margin-bottom: 0;
}

.reg-head {
  font-family: "helvaticaBold", sans-serif;
  font-weight: 900;
}

.con-header {
  position: relative;
  padding-top: 10em;
}
.con-header > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.con-header .container {
  position: relative;
  z-index: 5;
}

.con-img {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 767px) {
  .con-img {
    margin-top: -80px;
  }
}
.con-img img {
  width: 100%;
}

.con-pt-sec {
  position: relative;
}
.con-pt-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: url(../images/con-pt.svg) center/cover no-repeat;
}
.con-pt-sec .container {
  position: relative;
  z-index: 5;
}

.con-card-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1em;
}

.con-card {
  border: 1px solid #F5E5D5;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.3em 1.3em;
}
.con-card img {
  height: 60px;
  margin-bottom: 1em;
}
.con-card a, .con-card p {
  font-size: 16px;
  text-align: center;
  color: black;
  font-weight: 400;
  font-family: "activeRegular", sans-serif;
  margin-bottom: 0;
}
.con-card h3 {
  font-size: 24px;
}

.map-main-container {
  position: relative;
  margin-top: 1.8em;
}
.map-main-container svg {
  width: 100%;
  height: auto;
}

.tooltip {
  text-align: left !important;
}
.tooltip b, .tooltip p {
  text-align: left !important;
}
.tooltip > *, .tooltip .tooltip-arrow {
  background: white !important;
  border-color: white !important;
  text-align: left !important;
}
.tooltip .para {
  color: black !important;
  margin-bottom: 0 !important;
}
.tooltip p {
  margin-top: 5px !important;
}
.desig {
  font-size: 16px;
  margin-bottom: 15px;
}

.lang-select {
  border-radius: 0px;
  border: none;
  background: #F5F5F5;
}
.lang-select:hover, .lang-select:active, .lang-select:focus,.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
    background: #F5F5F5 !important;
}
/*.dropdown-item.active, .dropdown-item:active{*/
/*    background-color: #966e46 !important;*/
/*}*/
.lang-select span {
  font-size: 16px;
  font-weight: 300 !important;
  /*! background: #F5F5F5; */
  color: black;
  font-family: 'helvatica', sans-serif;
}
.lang-select:after {
  /*! border-color: black; */
  border-top-color: black;
}

.blog-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}





/* sustanible.php*/
.hero-section {
  position: relative;
  height: 100vh; /* Full screen height */
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.hero-section .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/sustanban1.svg') no-repeat top right;
    background-size: contain; /* keeps original SVG colors sharp */
    filter: brightness(100%) contrast(100%);
    pointer-events: none;
    z-index: 0;
}


/*.hero-content {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  gap: 50px;*/
/*  flex-wrap: wrap;*/
/*  width: 100%;*/
/*}*/


.gradient-text {
    background: linear-gradient(90deg, #8B5A96, #D4A574);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-image-wrapper {
    position: relative;
    width: 500px;
    max-width: 100%;
    border-radius: 25px;
    overflow: hidden;
    flex-shrink: 0;
    
}

.hero-diagonal-bg {
    position: absolute;
    top: -40px;
    /*right: -40px;*/
    width: 120%;
    height: 120%;
    border-radius: 25px;
    /*transform: rotate(-5deg);*/
    z-index: 0;
}

.hero-image {
    position: relative;
    width: 90%;
    height: 90%;
    border-radius: 25px;
    z-index: 1;
    display: block;
}

.sustainability-section {
  padding: 80px 0;
}
.section-header h2 {
      position: relative;
    font-family: helveticaUltraComp, sans-serif;
        line-height: 100%;
    font-size: 60px;
    text-transform: none;
}
.section-header p {
  color: #555;
  max-width: 600px;
  /*margin: 10px auto 40px;*/
}
/* Section header highlight gradient text */
.section-header .highlight {
  background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .cards-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px;
  }

  .hero-text h1 {
    font-size: 2.2rem;
  }

  .hero-image-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* Sustainability Section */



.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
}
.section-header p {
  color: #555;
  max-width: 600px;
  /*margin: 10px auto 40px;*/
}
/* Section header highlight gradient text */
.section-header .highlight {
  background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* Cards grid layout */
/*.cards-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  gap: 24px;*/
/*  margin-top: 40px;*/
/*}*/

.card:hover .card-overlay {
  background: rgba(122, 60, 147, 0.6); /* #7A3C9399 in rgba */
align-items: center;
    
}



/* Card image with zoom */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Overlay with subtle gradient (visible by default) */
.card-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
background: transparent; 
transition: background 0.4s ease;
}

/* Card text block */
.card-text {
  color: #fff;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Title always visible, animates slightly on hover */
.card-text h3 {
  margin: 0 0 6px;
  transform: translateY(0);
  /*transition: transform 0.3s ease;*/
   margin-bottom: -15px;
font-family:'AktivGrotesk-blod';
}

/* Paragraph hidden by default */
.card-text p {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Hover Effects */
/*.card:hover img {*/
/*    box-shadow: none;*/
/*}*/

/*.card:hover .card-overlay {*/
/*  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2));*/
/*}*/

/*.card:hover .card-text h3 {*/
/*  transform: translateY(-10px);*/
/*}*/

/*.card:hover .card-text p {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*  top:50px;*/

/*}*/

/* Responsive layout */
/*@media (max-width: 992px) {*/
/*  .cards-grid { grid-template-columns: repeat(2, 1fr); }*/
/*}*/
/*@media (max-width: 600px) {*/
/*  .cards-grid { grid-template-columns: 1fr; }*/
/*}*/

.tomorrow-section {
  background: #f8f8f8;
  padding: 80px 0;
}
.tomorrow-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.tomorrow-text {
  flex: 1;
}
.tomorrow-text h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.tomorrow-text .subtitle {
  margin: 10px 0 20px;
  color: #555;
}
.tomorrow-illustration {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}


/* 📱 Mobile Responsiveness */
@media (max-width: 768px) {

  .inline-img {
    
    justify-content: center;
    align-items: center;
  }
/*}*/
    .sec-h1 span{
      position: relative;
      font-family: "helveticaUltraComp", sans-serif;
      font-size: 52px;
      line-height: 100%;
      text-transform: None;
    }
    .sec-h1 h1 span.sc {
      background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }
    
  .banner-content {
    max-width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .main-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    padding: 0;    /* Remove padding if centering */
    flex-direction: column;
  }

  .inline-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .inline-img img {
    width: 120px;
    height: auto;
  }

  .banner-frame {
    width: 100%;
    top: 0;
    height: 150px;
    opacity: 0.5;  /* optional: tone down background frames on mobile */
  }

  .banner-frame-left,
  .banner-frame-right {
    display: none; /* hide decorative frames on mobile if needed */
  }
  

 margin-bottom: 1em;
}
.banner-con h3 span {
  font-family: "helveticaUltraComp", sans-serif;
}*/
*/
.banner-con h3 span.sc {
  background: linear-gradient(90deg, #7A3C93 0%, #C0966A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}*/
*
}
*/
.inline-img img {*/
  margin-top:-20px; */
/*  width: 172;*/*/
/*height: 172;*/*/
/*angle: 0 deg;*/*/
/*opacity: 1;*/
/*top: 394.04px;*/
/*left: 661px;*/
    margin-right: -30px;
    margin-left: -14px;

}




.main-banner {
  position: relative;
  height: 100vh; /* full viewport height */
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

/* Background Frames */
.banner-frame {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 70%;
  z-index: 0;
  pointer-events: none;
}

.banner-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-frame-left {
  left: 0;
}

.banner-frame-right {
  right: 0;
  transform: scaleX(-1);
}

/* Banner Content */
.banner-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  top: 10%;
}



.nexwave-odyssey {
  padding: 60px 20px;
  background: #fff;
  margin-left: 100px;
}

.nexwave-odyssey h1 {
  margin-bottom: 10px;
}

.nexwave-odyssey .subtitle {
    font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 720px;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Clamp to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 720px;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* Clamp to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Grid layout */
.features-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

/* Each card wrapper */
.features-grid .col-md-3 {
  flex: 0 0 32%;
  display: flex;
}

/* Card styles */
.feature-card {
  background: #f3f3f3;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-align: left;
   margin: 5px; 
   border-radius: 30px;
}



/* Icon styling */
.feature-icon img {
  margin-bottom: 20px;
}

/* Title */
.feature-title {
    font-weight: 400;
    font-size:28px;
    font-family:"AktivGrotesk-blod";
    color: #00000;
}

/* Paragraph */
.feature-description {
  font-size: 20px;
  color: #00000;
  font-family:"activeRegular";
}

/* Responsive (Tablet) */
@media (max-width: 991px) {
  .features-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-grid .col-md-3 {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
}

/* Responsive (Mobile) */
@media (max-width: 767px) {
  .features-grid .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .feature-title{
      font-size:32px;
  }
  .feature-description {
    text-align: center;
  }

  .feature-icon img {
    margin-left: auto;
    margin-right: auto;
  }

  .nexwave-odyssey h1{
    margin-left: auto;
    margin-right: auto;
  }
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.value-card {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}

.value-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  font-family:'AktivGrotesk-blod';
  padding: 14px;

}

.value-left img {
  width: 48px;
  height: auto;
}

.value-left h4 {
  font-size: 24px;
  color: #7A3C93;
  margin: 0;
font-family:'AktivGrotesk-blod';

}

.divider {
  width: 1px;
  height: 60px;
  background: #ccc;
  margin: 0 20px;
}

.value-right {
  flex: 2;
  font-size: 22px;
  color: #333;
  font-family:'activeRegular';
}

/* Hover effects */
.value-card:hover {
  background: linear-gradient(90deg, #b37955, #814896);
  
}

.value-card:hover .value-left h4,
.value-card:hover .value-right {
  color: #fff;
}


.value-card:hover .value-icon img {
  filter: brightness(0) invert(1);
}

.value-card img {
  /*transition: filter 0.3s ease;*/
}

.value-card:hover img {
  filter: brightness(0) invert(1);
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .value-card {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .value-content {
    justify-content: center;
  }
}

/* sustanible home page */
      .sustainability-section {
            padding: 80px 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 3.5rem;
            font-weight: bold;
            color: #000;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .highlight {
            color: #8b5cf6;
        }

        .section-header p {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }

 .card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;

    /* Adjusted Aspect Ratio: taller and wider */
    aspect-ratio: 3 / 4;

    /* Optional: to control overall card size on large screens */
    max-width: 450px;
    margin: 0 auto;
      height: 460px;

}
/*.card {*/
/*  position: relative;*/
/*  border-radius: 16px;*/
/*  overflow: hidden;*/
/*  cursor: pointer;*/
/*}*/

        .card:hover {
            transform: scale(1.05);
        }

        .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
            /*filter: blur(0px);*/
        }

        /* On hover - blur the image */
     .card:hover img {
      filter: blur(4px); /* Apply blur effect */
  transition: filter 0.4s ease;

    
}
        /* Initial state - minimal overlay at bottom for heading only */
        /*.card-overlay {*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    left: 0;*/
        /*    right: 0;*/
        /*    bottom: 0;*/
        /*    background: linear-gradient(to top, */
        /*        rgba(0, 0, 0, 0.6) 0%, */
        /*        rgba(0, 0, 0, 0.4) 25%, */
        /*        transparent 50%);*/
        /*    display: flex;*/
        /*    align-items: flex-end;*/
        /*    padding: 30px;*/
        /*    transition: all 0.5s ease;*/
        /*}*/

        /* Hover state - full purple overlay like in your image */
        /*.card:hover .card-overlay {*/
        /*    background: linear-gradient(135deg, */
        /*        rgba(139, 92, 246, 0.8) 0%, */
        /*        rgba(124, 58, 237, 0.85) 50%, */
        /*        rgba(109, 40, 217, 0.9) 100%);*/
        /*}*/

        .card-text {
            color: white;
            width: 100%;
        }

        /* Initial state - only heading visible at bottom */
        .card-text h3 {
            margin-bottom: 0;
            transform: translateY(0);
            transition: all 0.4s ease;
            /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
            line-height: 1.2;
            margin-bottom: -20px;
            /*box-shadow:none;*/
            /* text-shadow: none ;*/
                font-family:'AktivGrotesk-blod';
                font-size:26px;
                padding: 10px 10px 10px;
        }

        /* Initial state - paragraph completely hidden */
        .card-text p {
            font-size: 0.95rem;
            line-height: 1.5;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.5s ease 0.2s;
            margin-top: 15px;
            max-height: 0;
            overflow: hidden;
            /*margin-bottom:50px;*/
                padding: 10px;


        }
.know-more-link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
  font-family: 'activeRegular';
  position: relative;
}

/* Reveal the link only when hovering over the text container */
.know-more-text:hover .know-more-link {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  text-decoration: underline;
  color: #fff;
}


/* Show on card hover */
.card:hover .know-more-link {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  /*text-decoration: underline;*/
  color:#ffff;
  margin-top: 50px;
 font-family:'activeRegular';
 padding:10px;

}
        /* Hover animations */
        .card:hover .card-text h3 {
            margin-Top: -25px;
            /*text-shadow: none !important;*/
                font-family:'AktivGrotesk-blod';

        }

        .card:hover .card-text p {
            opacity: 1;
            max-height: 100%;
                font-family:'activeRegular';
               margin-top: -35px;

        }

        /* Enhanced slide-up animation keyframes */
        @keyframes slideUpHeading {
            from {
                transform: translateY(0);
                /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
            }
            to {
                transform: translateY(-20px);
                text-shadow: none;
            }
        }

        @keyframes slideUpParagraph {
            from {
                opacity: 0;
                transform: translateY(50px);
                max-height: 0;
            }
            to {
                opacity: 1;
                transform: translateY(0);
                max-height: 120px;
            }
        }

        @keyframes slideDownHeading {
            from {
                transform: translateY(-20px);
                text-shadow: none;
            }
            to {
                transform: translateY(0);
                /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);*/
                /*reflecting to the text shadow*/
            }
        }

        @keyframes slideDownParagraph {
            from {
                opacity: 1;
                transform: translateY(0);
                max-height: 120px;
            }
            to {
                opacity: 0;
                transform: translateY(50px);
                max-height: 0;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2.5rem;
            }
            
            .cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .card-text h3 {
                font-size: 1.5rem;
            }
            
            .card-text p {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .sustainability-section {
                padding: 60px 15px;
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            .card-overlay {
                padding: 20px;
            }
        }
        
.hq-wrapper {
  margin-top: 30px;
}

.hq-title {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.hq-text {
  font-size: 12px;
  font-weight: 300;
  color: #00000;
  line-height: 1.7;
}



/*# sourceMappingURL=main.css.map */