/**
  * Name: Cyfonii - NFT Portfolio and Landing Page HTML Template
  * Version: 1.0.4
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import '../bootstrap/css/bootstrap.min.css';
@import '../../assets/style.css';
@import url("https://fonts.cdnfonts.com/css/conthrax");
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #FFFFFF;
  background: #000;
  position: relative;
  overflow-x: hidden;
  color: #FFFFFF;
}

:root {
  /* --primary-color: #5C27FE; */
  --primary-color: #795100;
  --accent: #724C00;
  --secondary: #e69600;

}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

a,
button {
  font-family: "Conthrax", sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  color: #fff;
}

a:hover,
button:hover {
  transition: all 0.3s;
  color: var(--secondary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Conthrax", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 60px;
}

@media only screen and (max-width: 767px) {

  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 50px;
}

@media only screen and (max-width: 1024px) {

  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {

  h4,
  .h4 {
    font-size: 30px;
  }
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 15px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-92 {
  margin-top: 92px;
}

.mb-0 {
  margin-bottom: 0;
}

.pd-0 {
  padding: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-26 {
  margin-bottom: 26px;
}

@media only screen and (max-width: 1024px) {
  .pd-0 {
    padding: 0;
  }
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.container.big {
  max-width: 1650px;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    background: none !important;
  }
}

.center {
  text-align: center;
}

@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 100;
  background-color: var(--primary-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

@keyframes animate-1 {

  0%,
  100% {
    transform: translateY(0vh) translateX(0vmin);
  }

  50% {
    transform: translateY(-1.5vh) translateX(5vmin);
  }
}

@keyframes animate-2 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15vmin);
  }
}

@keyframes animate-3 {

  0%,
  100% {
    transform: translateY(0vh);
  }

  50% {
    transform: translateY(-5vmin);
  }
}

@keyframes animate-4 {

  0%,
  100% {
    transform: translateY(0vh);
  }

  50% {
    transform: translateY(10vmin);
  }
}

@keyframes animate-5 {

  0%,
  100% {
    transform: translateY(0vh) translateX(0vmin);
  }

  50% {
    transform: translateY(-1.5vh) translateX(5vmin);
  }
}

.shape {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2000px;
  top: -70%;
  left: -60%;
  z-index: -1;
  background: radial-gradient(34.98% 34.98% at 50% 50%, var(--primary-color) 0%, rgba(45, 34, 6, 0) 100%);
  opacity: 0.5;
}

.shape.right {
  left: auto;
  right: -60%;
}

.shape.s3 {
  z-index: -2;
  width: 800px;
  height: 800px;
  background: linear-gradient(239.67deg, #e69600a5 -10.29%, #ffea9f 197.14%);
  opacity: 0.6;
  mix-blend-mode: normal;
  filter: blur(150px);
  left: auto !important;
  top: 15% !important;
  right: -20%;
}

/* ====================== [Start Text Animation] ====================== */
span,
a {
  display: inline-block;
  text-decoration: none;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 9px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.text.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.text .whitespace {
  width: 4px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.title span {
  font-weight: bold;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;


}

.header.is-fixed {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: #000;
  top: -100%;
  transition: all 0.4s ease-in-out;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  left: 0;
  width: 100%;
}

.header.is-fixed.is-fixed.is-small {
  position: fixed;
  top: -1px;
  opacity: 1;
  visibility: visible;
  height: 80px;
}

.header.is-fixed.is-small {
  position: fixed;
  top: 0;
  opacity: 1;
  z-index: 9999;
  height: 60px;
  left: 0;
  width: 100%;
  visibility: visible;
}

.header .header__body {
  display: flex;
  align-items: safe;
  justify-content: space-between;
}

.company-logo{
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}

@media(max-width: 576px) {
  .company-logo{
    width: 80px;
    height: auto;
  }
}

.header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .header__right .mobile-button {
  display: none;
  position: absolute;
  right: 15px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .header .header__right .mobile-button {
    display: block;
  }
}

.header .header__right .mobile-button::before,
.header .header__right .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header .header__right .mobile-button::before,
.header .header__right .mobile-button::after,
.header .header__right .mobile-button span {
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header .header__right .mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.header .header__right .mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.header .header__right .mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.header .header__right .mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.header .header__right .mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.header .header__right .mobile-button.active span {
  opacity: 0;
}

.header .header__right .main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .header__right .main-nav .menu li {
  position: relative;
  padding: 30px 0;
  padding-right: 40px;
}

.header .header__right .main-nav .menu li:nth-last-child(1) {
  padding-right: 0;
}

.header .header__right .main-nav .menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

@media only screen and (max-width: 1200px) {
  .header .header__right .main-nav .menu li {
    padding-right: 30px;
  }

  .header .header__right .main-nav .menu li a {
    font-size: 14px;
  }
}

.header .header__right .main-nav .menu li .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 240px;
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  background: #fff;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
}

.header .header__right .main-nav .menu li .sub-menu li {
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header__right .main-nav .menu li .sub-menu li:last-child {
  border: none;
}

.header .header__right .main-nav .menu li .sub-menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: width 0.3s ease-in-out;
}

.header .header__right .main-nav .menu li .sub-menu li:hover::before {
  width: 100%;
}

.header .header__right .main-nav .menu li .sub-menu li a {
  color: #000;
  font-size: 14px;
}

.header .header__right .main-nav .menu li .sub-menu li a::before,
.header .header__right .main-nav .menu li .sub-menu li a::after {
  display: none;
}

.header .header__right .main-nav .menu li .sub-menu li:hover a {
  color: var(--primary-color);
}

.header .header__right .main-nav .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(26px);
}

.header .header__action {
  display: flex;
  align-items: center;
}

.header .header__action .action-btn {
  margin-left: 30px;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .header .header__action {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header__action {
    display: none;
  }
}

.header #main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  height: 100vh;
  overflow: auto;
}

.header #main-nav-mobi ul {
  padding: 0;
  background: #ffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header #main-nav-mobi ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.header #main-nav-mobi ul li:last-child {
  border: 0;
}

.header #main-nav-mobi ul li a {
  padding: 12px 30px;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
}

.header #main-nav-mobi ul li .arrow {
  cursor: pointer;
  font-size: 20px;
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}

.header #main-nav-mobi ul li .arrow::before {
  font-family: "icomoon";
  content: "\e90a";
  display: inline-block;
  transition: 0.3s all ease-in-out;
  color: #070A29;
}

.header #main-nav-mobi ul li .arrow.active::before {
  transform: rotate(-180deg);
}

.header #main-nav-mobi ul li ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header #main-nav-mobi ul li ul li {
  padding-left: 20px;
}

.action-btn {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(4px);
  padding: 5px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.action-btn span {
  background: linear-gradient(264.28deg, var(--accent) -38.2%, var(--secondary) 103.12%);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.action-btn span::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0px, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.7s ease 0s;
  width: 200%;
}

.action-btn:hover span::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}

.action-btn.s1 span {
  background: linear-gradient(264.28deg, rgba(255, 255, 255, 0) -38.2%, rgba(255, 255, 255, 0.1) 103.12%);
}

#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(264.28deg, var(--secondary) -38.2%, var(--accent) 103.12%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll-top span {
  transform: rotate(-180deg);
  display: block;
  font-size: 12px;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:hover {
  transform: translateY(-7%);
}

.block-text .sub-heading {
  padding: 7px 14px;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 18px;
  ;
}

.block-text .sp {
  font-size: 45px;
  ;
}

.block-text .sub-heading span {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, var(--secondary) 103.12%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.block-text .heading {
  margin-bottom: 25px;
  text-transform: none;
}

.block-text .action-btn span {
  padding: 14px 24px;
}

.banner {
  position: relative;
  background: url("../../../assets/images/background/bg-banner.png") no-repeat;
  background-size: cover;
}

.banner .block-text .heading {
  margin-bottom: 40px;
}

.banner .block-text .heading span {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, var(--secondary) 103.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.banner .block-text .heading span.s1::after {
  content: "";
  width: 317.39px;
  height: 64.77px;
  position: absolute;
  bottom: -57px;
  left: -63px;
  background: url("../../../assets/images/icon/Line.png") no-repeat;
}

.banner .block-text .desc {
  padding-right: 130px;
  margin-bottom: 40px;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .banner .block-text .desc {
    padding: 0;
  }
}

.banner .block-text .action-btn span {
  padding: 18px 56px;
}

.banner.s2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  min-height: 140vh;
  overflow: hidden;
  background: none;
}

.banner.s2 .bg-video {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  aspect-ratio: 16/9;
}

.banner.s2 .shape {
  top: -40%;
  left: -30%;
}

.banner.s2 .shape.right {
  left: auto;
  top: -85%;
}

@media screen and (max-width: 560px) {
  .banner.s2 .bg-video{
    aspect-ratio: 18/9;
  }
  
}

@media only screen and (max-width: 767px) {
  .banner.s2 {
    padding: 73px 0 250px;
  }

  .banner.s2 .bg-video{
    aspect-ratio: 14/3;
  }
}

.banner.s2 .block-text .sub-heading {
  margin-bottom: 15px;
}

.banner.s2 .block-text .heading {
  margin: 20px 0;
  font-size: 52px;
}

.banner.s2 .block-text p {
  letter-spacing: 1px;
  font-weight: 200;
  padding: 0 285px;
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
  .banner.s2 .block-text p {
    padding: 0;
  }
}

.banner.s2 .block-text .action-btn span {
  padding: 20px 0px;
  width: 300px;
}

.banner.s2 .bannerSwiper {
  margin-top: 100px;
}

.banner.s2 .swiper-cards .swiper-slide {
  background: transparent !important;
  box-shadow: none;
}

.banner.s2 .swiper-3d,
.banner.s2 .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1800px;
}

@media only screen and (max-width: 767px) {
  .banner.s2.s3 {
    padding: 73px 0 50px;
  }
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .banner.s2 .block-text .heading {
    font-size: 32px;
  }

  .banner.s2 .event-info {
    flex-direction: column;
    gap: 10px;
  }

  .banner.s2 .action-btn span {
    width: 100%;
    /* full width on mobile */
  }
}

/* Mobile-first responsive adjustments */
@media (max-width: 1200px) {
  .banner.s2 {
    min-height: 90vh;
    padding: 80px 0 40px;
  }

  .banner.s2 .block-text p {
    padding: 0 40px;
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .banner.s2 {
    min-height: 85vh;
    padding: 70px 0 30px;
  }

  .banner.s2 .block-text .heading {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .banner.s2 .block-text p {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Tablet adjustments */
@media (max-width: 768px) {
  .banner.s2 {
    min-height: 80vh;
    padding: 60px 0 20px;
  }

  .banner.s2 .block-text .heading {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .banner.s2 .block-text p {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .banner.s2 .block-text .sub-heading {
    margin-bottom: 12px;
  }
}

/* Mobile phone adjustments */
@media (max-width: 576px) {
  .banner.s2 {
    min-height: 75vh;
    padding: 50px 0 15px;
  }

  .banner.s2 .block-text .heading {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .banner.s2 .block-text p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
    letter-spacing: 0.3px;
  }

  .banner.s2 .block-text .sub-heading {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .banner.s2 {
    min-height: 70vh;
    padding: 40px 0 10px;
  }

  .banner.s2 .block-text .heading {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .banner.s2 .block-text p {
    font-size: 13px;
    padding: 0 5px;
  }
}

/* Event info section mobile improvements */
.event-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .event-info {
    gap: 20px;
    font-size: 16px;
    margin: 15px 0;
  }
}

@media (max-width: 576px) {
  .event-info {
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
    margin: 12px 0;
    align-items: center;
  }
}

.event-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .event-item {
    padding: 15px 0;
    gap: 6px;
  }

  .event-item svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 576px) {
  .event-item {
    padding: 0px 0;
    justify-content: center;
    margin-top: 0px;
  }

  .event-item svg {
    width: 25px;
    height: 25px;
  }
}

/* Button improvements for mobile */
.banner.s2 .block-text .action-btn {
  margin: 0 10px 10px 0;
  display: inline-block;
}

.banner.s2 .block-text .action-btn span {
  padding: 20px 30px;
  width: auto;
  min-width: 250px;
  text-align: center;
  display: block;
}

@media (max-width: 992px) {
  .banner.s2 .block-text .action-btn span {
    padding: 18px 25px;
    min-width: 220px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .banner.s2 .block-text .action-btn {
    margin: 0 8px 8px 0;
  }

  .banner.s2 .block-text .action-btn span {
    padding: 16px 20px;
    min-width: 200px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .banner.s2 .block-text .action-btn {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }

  .banner.s2 .block-text .action-btn span {
    width: 100%;
    min-width: auto;
    padding: 14px 20px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .banner.s2 .block-text .action-btn span {
    padding: 12px 15px;
    font-size: 11px;
  }
}

/* Button container for better mobile layout */

/* Spacer element between buttons */
.spacer {
  display: inline-block;
  width: 20px;
}

@media (max-width: 576px) {
  .spacer {
    display: none;
  }
}

/* Container padding adjustments */
@media (max-width: 1200px) {
  .banner.s2 .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .banner.s2 .container {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .banner.s2 .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .banner.s2 .container {
    padding: 0 10px;
  }
}

/* Text selection and readability improvements */
.banner.s2 .block-text {
  text-align: center;
  max-width: 100%;
}

@media (max-width: 768px) {
  .banner.s2 .block-text {
    padding: 0 10px;
  }
}

/* Background shape adjustments for mobile */
@media (max-width: 768px) {
  .banner.s2 .shape {
    top: -30%;
    left: -40%;
    width: 1500px;
    height: 1500px;
  }

  .banner.s2 .shape.right {
    top: -70%;
    right: -40%;
    left: auto;
  }
}

@media (max-width: 576px) {
  .banner.s2 .shape {
    top: -20%;
    left: -50%;
    width: 1200px;
    height: 1200px;
  }

  .banner.s2 .shape.right {
    top: -60%;
    right: -50%;
  }
}

.banner.s3 .shape {
  top: -90%;
}

.banner.s3 .shape.right {
  top: -40%;
}

.footer {
  position: relative;
}

.footer .block-text .heading {
  margin-bottom: 16px;
}

.form {
  text-align: center;
  margin-top: 39px;
}

.form .form-control {
  max-width: 540px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  box-shadow: none;
}

.form .form-control:focus {
  border-color: var(--primary-color);
}

.form button {
  margin-top: 14px;
}

.form button span {
  padding: 15px 40px;
}

.footer.s1 {
  padding: 0 0 20px;
}

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.widget {
  margin-right: 80px;
}

.widget:last-child {
  margin-right: 0;
  width: 49%;
  padding-left: 9px;
}

.widget li a {
  font-family: "Readex Pro";
  font-weight: 300;
  font-size: 14px;
}

.widget h5 {
  font-size: 18px;
  text-transform: none;
}

.widget li {
  margin-bottom: 10px;
}

.widget li:first-child {
  margin-bottom: 45px;
}

.widget form {
  text-align: left;
}

.widget form p {
  margin-top: 45px;
  margin-bottom: 10px;
  margin-bottom: 14px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: pointer;
  /* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  /* cursor: w-resize; */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* animate in */

/* animate out */

/* Dark overlay, start state */

/* animate in */

/* animate out */

.about {
  padding: 0 0 100px;
  position: relative;
}

/* .about .block-text {
  padding: 16px 0 16px 35px;
} */
@media only screen and (max-width: 1200px) {
  .about .block-text {
    padding: 80px 0;
  }
}

.about.s2 {
  padding: 0 0 150px;
}

.about.s2 .shape {
  top: -30%;
}

.about.s2 .shape.right {
  top: -60%;
}

@media only screen and (max-width: 767px) {
  .about.s2 {
    padding: 0 0 80px;
  }
}

.about.s2 .block-text .heading {
  margin-bottom: 38px;
}

.about.s2 .action-btn span {
  padding: 15px 24px;
}

.about.s3 {
  padding: 90px 0 0;
}

@media only screen and (max-width: 1024px) {
  .about.s3 {
    padding: 60px 0 0;
  }
}

.about.s3 .block-text {
  padding-right: 30px !important;
}

.speciality {
  /* padding: 100px 0 75px; */
  position: relative;
}

.speciality .container {
  max-width: 1140px;
}

.speciality .block-text p {
  padding: 0 300px;
}

@media only screen and (max-width: 1200px) {
  .speciality .block-text p {
    padding: 0;
  }
}

.speciality.s1 {
  padding: 0 0 78px;
}

.speciality.s1 .block-text .heading {
  margin-bottom: 2px;
}

.speciality.s1 .speciality-box .title {
  padding: 0 15px;
}

.speciality-box {
  text-align: center;
  margin-top: 108px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  backdrop-filter: blur(4px);
  position: relative;
  padding: 65px 20px 10px;
  border-radius: 15px;
  min-height: 220px;

  /* NEW FLEX SETUP */
  display: flex;
  flex-direction: column;
}

.speciality-box .icon {
  background: linear-gradient(289.89deg, var(--secondary) -23.71%, var(--accent) 96.09%);
  backdrop-filter: blur(4px);
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.speciality-box .icon svg {
  width: 40px;
  height: 40px;
}

.speciality-box .title {
  margin-bottom: 11px;
  font-size: 0.875rem;
}

.speciality-box p {
  margin-bottom: 14px;
}

.speciality-box .number {
  color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  font-size: 2.75rem;

  /* PUSH TO BOTTOM */
  margin-top: auto;
}

.speciality-box:hover .icon {
  transform: translate(-50%, -50%) rotateY(-360deg);
}

.speciality-box:hover .number {
  color: white;
}

.portfolio {
  position: relative;
  padding: 100px 0;
}

.portfolio .container-cards {
  max-width: 1140px;
}

.portfolio .block-text .heading {
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {

  .couter .couter__main .heading {
    /* font-size: 2px; */
  }
}

.portfolio-box {
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  position: relative;
  padding: 40px 23px;
  display: flex;
  margin-bottom: 19px;
}

.portfolio-box .step {
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: 22px;
  padding: 6px 16px;
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, var(--secondary) 103.12%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 12px;
  font-family: "Conthrax";
}

.portfolio-box .icon {
  margin-right: 17px;
}

.portfolio-box .content {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 16px;
}

.portfolio-box .content .title {
  margin-top: 4px;
  margin-bottom: 10px;
}

.project {
  position: relative;
  padding: 40px 0;
}

.project .shape {
  top: 0;
}

.project .container {
  max-width: 1322px;
}

.project.s2 {
  padding: 97px 0 32px;
}

.project.s2 .shape {
  top: -70%;
}

.project.s2 .block-text .heading {
  margin-bottom: 39px;
}

.project.s2 .container {
  max-width: 1780px;
}

.project.s3 {
  padding: 215px 0 36px;
}

@media only screen and (max-width: 1024px) {
  .project.s3 {
    padding: 80px 0;
  }
}

.project.s3 .project-swiper {
  margin-top: 37px;
  max-width: 540px;
}

.project.s3 .project-swiper .swiper-button-next {
  right: 17%;
}

.project.s3 .project-swiper .swiper-button-prev {
  left: 17%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #FFFFFF;
  background: transparent;
}

.project-swiper,
.project-swiper-3 {
  margin-top: 40px;
  overflow: visible;
}

.project-swiper .swiper-pagination-bullet,
.project-swiper-3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 5px !important;
}

.project-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.project-swiper-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #FFFFFF;
  background: transparent;
}

.project-swiper .swiper-button-next,
.project-swiper .swiper-button-prev,
.project-swiper-3 .swiper-button-next,
.project-swiper-3 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  top: auto;
  bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-swiper .swiper-button-next::after,
.project-swiper .swiper-button-prev::after,
.project-swiper-3 .swiper-button-next::after,
.project-swiper-3 .swiper-button-prev::after {
  display: none;
}

.project-swiper .swiper-button-next:hover,
.project-swiper .swiper-button-prev:hover,
.project-swiper-3 .swiper-button-next:hover,
.project-swiper-3 .swiper-button-prev:hover {
  background: #703FFE;
}

@media only screen and (max-width: 1200px) {

  .project-swiper .swiper-button-next,
  .project-swiper .swiper-button-prev,
  .project-swiper-3 .swiper-button-next,
  .project-swiper-3 .swiper-button-prev {
    display: none;
  }
}

.project-swiper .swiper-button-next,
.project-swiper-3 .swiper-button-next {
  right: 36%;
}

.project-swiper .swiper-button-prev,
.project-swiper-3 .swiper-button-prev {
  left: 36%;
  background: #703FFE;
}

.banner.s2 .swiper-button-next,
.banner.s2 .swiper-button-prev,
.banner.s3 .swiper-button-next,
.banner.s3 .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  bottom: 30%;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner.s2 .swiper-button-next::after,
.banner.s2 .swiper-button-prev::after,
.banner.s3 .swiper-button-next::after,
.banner.s3 .swiper-button-prev::after {
  display: none;
}

.banner.s2 .swiper-button-next:hover,
.banner.s2 .swiper-button-prev:hover,
.banner.s3 .swiper-button-next:hover,
.banner.s3 .swiper-button-prev:hover {
  background: #703FFE;
}

@media only screen and (max-width: 1200px) {

  .banner.s2 .swiper-button-next,
  .banner.s2 .swiper-button-prev,
  .banner.s3 .swiper-button-next,
  .banner.s3 .swiper-button-prev {
    display: none;
  }
}

.banner.s2 .swiper-button-next,
.banner.s3 .swiper-button-next {
  right: 10%;
}

@media only screen and (max-width: 1600px) {

  .banner.s2 .swiper-button-next,
  .banner.s3 .swiper-button-next {
    right: 5%;
  }
}

@media only screen and (max-width: 1400px) {

  .banner.s2 .swiper-button-next,
  .banner.s3 .swiper-button-next {
    display: none;
  }
}

.banner.s2 .swiper-button-prev,
.banner.s3 .swiper-button-prev {
  left: 10%;
  background: #703FFE;
}

@media only screen and (max-width: 1600px) {

  .banner.s2 .swiper-button-prev,
  .banner.s3 .swiper-button-prev {
    left: 5%;
  }
}

@media only screen and (max-width: 1400px) {

  .banner.s2 .swiper-button-prev,
  .banner.s3 .swiper-button-prev {
    display: none;
  }
}

.roadmap {
  position: relative;
  padding: 69px 0;
}

.roadmap .shape {
  top: 0;
}

.roadmap .container {
  max-width: 1140px;
}

.roadmap.s2 {
  padding: 69px 0 47px;
}

.roadmap.s2 .shape {
  top: -60%;
}

@media only screen and (max-width: 1024px) {
  .roadmap.s2 {
    padding: 30px 0 47px;
  }
}

.roadmap.s2 .container {
  max-width: 1590px;
}

.roadmap.s2 .block-text .heading {
  margin-bottom: 47px;
}

.button {
  text-align: center;
  margin-top: 38px;
}

.button a span {
  padding: 14px 24px;
}

.team {
  position: relative;
  padding: 30px 0 105px;
}

.team .container {
  max-width: 1140px;
}

.team .team-swiper {
  margin-top: 40px;
}

.team.s2 {
  padding: 30px 0 69px;
}

.team.s2 .block-text .heading {
  margin-bottom: 38px;
}

@media only screen and (max-width: 1200px) {

  .team .swiper-button-next,
  .team .swiper-button-prev {
    display: none;
  }
}

.list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.list-social li {
  margin: 0 5px;
}

.list-social li a {
  min-width: 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-social li a:hover {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%);
}

.brands {
  margin-top: 40px;
}

.brands .sub-heading span {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
  text-transform: none;
}

.brands.s2 {
  margin-top: 49px;
}

.brands.s3 {
  margin-top: 108px;
}

.brands-swiper {
  margin-top: 25px;
}

.brands-swiper .swiper-slide a {
  opacity: 0.2;
}

.brands-swiper .swiper-slide a:hover {
  opacity: 1;
}

.testimonials-swiper {
  margin-top: 53px;
}

.testimonials-swiper.s2 {
  max-width: 1110px;
  padding-top: 77px;
  margin-top: 38px;
}

.flat-accordion .flat-toggle {
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(2px);
  border-radius: 6px;
  padding: 16px 16px 16px 20px;
  margin-bottom: 12px;
  cursor: pointer;
}

.flat-accordion .flat-toggle .toggle-title {
  text-transform: none;
  position: relative;
}

.flat-accordion .flat-toggle .toggle-title span {
  margin-right: 29px;
}

@media only screen and (max-width: 767px) {
  .flat-accordion .flat-toggle {
    padding: 16px 30px 16px 20px;
  }
}

.flat-accordion .toggle-content {
  display: none;
  margin-top: 15px;
}

.create {
  padding: 0 0 173px;
}

@media only screen and (max-width: 1024px) {
  .create {
    padding: 0 0 100px;
  }
}

.create .container {
  max-width: 1140px;
}

.couter__main {
  background: linear-gradient(264.28deg, var(--secondary) -38.2%, var(--accent) 103.12%);
  border-radius: 26px;
  padding: 37px 43px;
  position: relative;
}

.couter__main .image {
  animation: animate-1 15s linear 0s infinite;
  position: absolute;
  right: 34px;
  top: -105px;
}

@media only screen and (max-width: 767px) {
  .couter__main .image {
    display: none;
  }

  .couter__main .heading {
    margin-bottom: 20px;
  }
}

.couter-list {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .couter-list {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .couter-list {
    flex-wrap: wrap;
  }

  .couter__main .heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .couter-list {
    flex-wrap: wrap;
  }

  .couter__main .heading {
    margin-bottom: 20px;
  }

  .couter__main {
    margin-top: 40px;
  }
}

.couter .couter__main .couter-list .couter-box {
  text-align: left;
}

.couter-box {
  text-align: center;
  margin-right: 106px;
  position: relative;
}

.couter-box .couter-box:after {
  content: "";
  position: absolute;
  top: 35px;
  right: -53px;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
}

.couter-box .icon {
  width: 66px;
  height: 66px;
  border-radius: 60%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.couter-box:last-child {
  margin: 0;
}

.couter-box:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .couter-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .couter-box::after {
    display: none;
  }
}

.blog {
  padding: 0 0 100px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog {
    padding: 0 0 60px;
  }
}

.blog .block-text .heading {
  margin-bottom: 39px;
}

.blog.s3 {
  padding: 100px 0 75px;
}

.overview-img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.overview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #5C27FE 0%, #DEC7FF 100%);
}

/* Video Section */
.overview-video {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.overview-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(135deg, #5C27FE 0%, #DEC7FF 100%);
}

.token {
  position: relative;
}

.token .heading{
  text-align: center;
}

.token p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .token .right-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }

}

@media (max-width: 768px) {
  .token .right-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.touch__main {
  background: rgb(60 60 60 / 50%);
  backdrop-filter: blur(2px);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  margin-top: 40px;
}

.touch__main .info {
  width: 34.3%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 43px 30px 0;
  position: relative;
}

.touch__main .info h5 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.touch__main .info h5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  top: auto;
  bottom: 0;
  background: linear-gradient(264.28deg, #e69600 -38.2%, #724C00 103.12%);
  border-radius: 1.2px;
}

.touch__main .info .list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 13px;
}

.touch__main .info .list li svg {
  margin-right: 8px;
}

.touch__main .info .list li p {
  font-weight: 300;
  font-size: 16px;
}

.touch__main .info .image {
  margin-left: -30px;
}

@media only screen and (max-width: 1024px) {
  .touch__main {
    flex-wrap: wrap;
  }

  .touch__main .info {
    width: 100%;
  }

  .touch__main .form-box {
    width: 100%;
    padding: 60px 15px;
  }
}

.form-box {
  margin-top: 0;
  width: 65.7%;
  padding: 41px 42px;
  text-align: left;
}

.form-box .row {
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  /* Allow columns to wrap on smaller screens */
}

.form-box .col {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1;
  /* Columns take equal width by default */
  min-width: 0;
  /* Prevent overflow */
}

.form-box label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
  /* Ensure labels are block for consistent spacing */
}

.form-box input.form-control,
.form-box select,
.form-box textarea {
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(2px);
  border-radius: 6px;
  padding: 12px 15px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Readex Pro";
  box-shadow: none;
  color: #fff;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  /* Ensure inputs take full width of their container */
  box-sizing: border-box;
  /* Include padding and border in width */
}

.form-box input.form-control:focus-visible,
.form-box select:focus-visible,
.form-box textarea:focus-visible {
  border-color: var(--primary-color);
}

.form-box select option {
  color: #070a29;
}

.form-box textarea {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.1);
  outline: none;
  height: 160px;
}

.form-box textarea:focus-visible {
  border-color: var(--primary-color);
}

.form-box .action-btn {
  margin-top: -7px;
  width: auto;
}

.form-box .action-btn span {
  padding: 15px 24px;
}

/* Checkbox container for consistent styling */
.form-box .checkbox-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

/* Responsive Design */

@media (max-width: 768px) {
  .form-box {
    width: 100%;
    padding: 20px;
  }

  .form-box .row {
    margin-bottom: 15px;
  }

  .form-box .col {
    flex: 100%;
    margin-bottom: 15px;
  }

  .form-box .action-btn {
    width: 100%;
    text-align: center;
  }

  .form-box .action-btn span {
    display: block;
    padding: 12px;
  }

  .form-box label {
    font-size: 13px;
  }

  .form-box input.form-control,
  .form-box select,
  .form-box textarea {
    font-size: 13px;
    /* Adjust input font size */
    padding: 10px 12px;
    /* Adjust input padding */
  }
}

/* Mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  .form-box {
    padding: 15px;
    /* Further reduce padding */
  }

  .form-box .row {
    margin-bottom: 10px;
  }

  .form-box .col {
    margin-bottom: 10px;
  }

  .form-box label {
    font-size: 12px;
    /* Smaller font size for labels */
  }

  .form-box input.form-control,
  .form-box select,
  .form-box textarea {
    font-size: 12px;
    /* Smaller font size for inputs */
    padding: 8px 10px;
    /* Further reduce padding */
  }

  .form-box .checkbox-container {
    font-size: 12px;
    /* Adjust checkbox label size */
  }

  .form-box .action-btn span {
    padding: 10px;
    /* Adjust button padding */
  }
}

section.touch {
  padding: 104px 0 98px;
}

.map__main iframe {
  width: 100%;
  border-radius: 16px;
  height: 545px;
  margin-bottom: 50px;
}

.filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.filter .dropdown {
  position: relative;
  margin-left: 10px;
  width: 180px;
}

.filter .dropdown a {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  font-family: "Readex Pro";
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}

.filter .dropdown a:hover {
  color: #fff;
}

.filter .dropdown ul {
  position: absolute;
  width: 100%;
  background: #070A29;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease;
}

.filter .dropdown ul.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.filter .dropdown ul li {
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  .filter {
    flex-wrap: wrap;
  }
}

.create {
  position: relative;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination ul li {
  margin: 0 5px;
}

.pagination ul li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.pagination ul li a:hover {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%);
}

.list.details .title {
  margin-bottom: 17px;
}

.list.details p svg {
  margin-right: 7px;
}

.line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 23px 0;
}

.bottom {
  margin-top: 40px;
}

.bottom .recent {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.bottom .recent .ac {
  display: flex;
  align-items: center;
  background: url("../../../assets/images/background/recent.png") no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  margin: 0 10px;
  padding: 15px 10px 15px 17px;
  position: relative;
}

.bottom .recent .ac::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.bottom .recent .ac svg {
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.bottom .recent .ac.next {
  flex-direction: row-reverse;
  padding: 15px 14px 15px 10px;
  background: url("../../../assets/images/background/recent-2.png") no-repeat;
}

.bottom .recent .ac.next svg {
  margin-right: 0;
  margin-left: 22px;
}

.bottom .recent .ac.next .meta a svg {
  margin-left: 0;
}

.bottom .recent .ac div {
  position: relative;
  z-index: 1;
}

.bottom .recent .ac div .meta {
  margin-bottom: 6px;
}

.bottom .recent .ac div .meta a {
  font-family: "Readex Pro";
  font-weight: 300;
  font-size: 14px;
}

.bottom .recent .ac div .meta a svg {
  margin-right: 5px;
}

.bottom .recent .ac div .title {
  font-size: 14px;
  margin-bottom: 0;
}

.bottom .form-box {
  width: 100%;
  padding: 0;
  margin-top: 41px;
}

@keyframes pulse-anim2 {
  0% {
    box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 0;
  }

  100% {
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 10px;
  }
}

.assets {
  position: relative;
}

.assets .shape {
  top: -130%;
}

.assets .container {
  max-width: 1750px;
}

.assets .block-text {
  padding: 0 400px;
}

@media only screen and (max-width: 1200px) {
  .assets .block-text {
    padding: 0;
  }
}

.assets .block-text .heading {
  margin-bottom: 42px;
}

/* Modal Popup  */
.popup .modal-content {
  border-radius: 20px !important;
  border: none !important;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12) !important;
  background-color: #070A29;
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}

.popup .modal-content input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
  outline: none;
}

.popup .modal-content input:focus {
  border-color: var(--primary-color);
}

.popup .modal-body {
  padding: 25px;
}

.modal-body .btn.btn-primary:hover {
  opacity: 0.8;
}

.modal-content .close {
  overflow: hidden;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #070A29;
  border: none;
  outline: none;
  z-index: 10 !important;
  opacity: 1;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}

.modal-content .close:hover {
  opacity: 1;
}

.modal-content .close span {
  font-size: 15px;
  color: var(--primary-color2);
}

.modal-body h4 {
  text-align: center;
  font-size: 30px;
}

.modal {
  z-index: 999999 !important;
}

.modal-open .modal {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.modal-dialog-centered {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal.fade.popup.show {
  padding-right: 0 !important;
}

.bannerSwiper {
  position: relative;
}

.cardSwiper {
  padding: 100px 0;
}

.cardSwiper .swiper-slide.swiper-slide-prev {
  transform: translateY(-10px) rotate(20deg) !important;
}

.cardSwiper .swiper-slide.swiper-slide-active {
  transform: rotate(0) !important;
  z-index: 9 !important;
}

.cardSwiper .swiper-slide.swiper-slide-next {
  transform: translateY(-10px) rotate(-20deg) !important;
}

section.banner.s3.s2 .container {
  max-width: 1230px;
}

section.banner.s3.s2 .container .swiper-button-next,
section.banner.s3.s2 .container .swiper-button-prev {
  bottom: 8%;
}

section.banner.s3.s2 .container .swiper-button-next {
  right: 46%;
}

section.banner.s3.s2 .container .swiper-button-prev {
  left: 46%;
}

.cardSwiper2 {
  padding-bottom: 100px;
}

.bannerSwiper3 {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .bannerSwiper3 {
    padding-top: 0;
  }
}

.cardSwiper4 {
  padding: 100px 0 0;
}

.cardSwiper5 {
  padding: 100px 0 100px;
}

.preloader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clear-loading {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loading-effect-2 {
  width: 100px;
  height: 100px;
}

.loading-effect-2>span,
.loading-effect-2>span:before,
.loading-effect-2>span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-effect-2>span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.loading-effect-2>span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.loading-effect-2>span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-title {
  position: relative;
  background: url("../../../assets/images/background/bg-banner.png") no-repeat;
  padding-bottom: 24px;
  padding-top: 150px;
}

.page-title .shape {
  top: -110%;
  left: -20%;
  width: 800px;
  height: 800px;
}

.page-title .page-title__body {
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  backdrop-filter: blur(2px);
  border-radius: 26px;
  padding: 16px;
}

.page-title .page-title__main {
  background: rgb(60 60 60 / 50%);
  backdrop-filter: blur(2px);
  border-radius: 26px;
  padding: 30px;
  text-align: center;
}

.page-title .page-title__main .bottom {
  padding-top: 35px;
  margin-top: 30px;
  position: relative;
}

.page-title .page-title__main .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 96px;
  background: rgba(255, 255, 255, 0.1);
}

.page-title .page-title__main .bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.page-title .page-title__main .bottom .list-social {
  margin-top: 0;
}

.page-title .breacrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.page-title .breacrumb li {
  margin: 0 16px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  font-family: "Readex Pro";
}

.page-title .breacrumb li a {
  font-weight: 300;
  font-size: 14px;
  color: #C2C3C5;
  font-family: "Readex Pro";
}

.page-title .breacrumb li a:hover {
  color: var(--primary-color);
}


/* ===== Focused Industries ===== */
.industries {
  position: relative;
  padding: 96px 0 60px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media (max-width: 767px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }
}

.industry-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 80%);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  transition: transform .25s ease, border-color .25s ease;
}

.industry-card:hover {
  transform: translateY(-2px);
  border-color: rgba(4, 81, 191, 0.4);
}

.industry-card h5 {
  font-size: 16px;
  margin: 0;
  letter-spacing: -0.2px;
}

.icon-dot {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: linear-gradient(264.28deg, var(--secondary) -38.2%, var(--accent) 103.12%);
  box-shadow: 0 6px 18px rgba(10, 100, 226, 0.35);
}

/* Radial infographic */
.industry-infographic {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: radial-gradient(40% 40% at 50% 50%, rgba(191, 141, 4, 0.25) 0%, rgba(45, 33, 6, 0) 70%);
  overflow: visible;
}

.industry-infographic .ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.industry-infographic .ring-2 {
  inset: 16%;
}

.industry-infographic .ring-3 {
  inset: 24%;
}

.industry-infographic .core {
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, .05) 0.03%, rgba(255, 255, 255, .008) 49.67%, rgba(255, 255, 255, .05) 99.96%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  text-align: center;
}

.industry-infographic .core .label {
  font-family: "Conthrax", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: .2px;
}

/* Nodes around the ring */
.industry-infographic .node {
  position: absolute;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

/* Polar placement (clockwise from top) */
.industry-infographic .n1 {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.industry-infographic .n2 {
  top: 40%;
  right: -10px;
  transform: translateY(-50%);
}

.industry-infographic .n3 {
  top: 60%;
  right: -18px;
}

.industry-infographic .n4 {
  top: 80%;
  right: 50px;
}

.industry-infographic .n5 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.industry-infographic .n6 {
  top: 80%;
  left: 50px;
}

.industry-infographic .n7 {
  top: 60%;
  left: -18px;
}

.industry-infographic .n8 {
  top: 40%;
  left: -10px;
  transform: translateY(-50%);
}

.industry-infographic .n9 {
  top: 15%;
  left: 15%;
}

.industry-infographic .n10 {
  top: 15%;
  right: 10%;
}

@media (max-width: 575px) {
  .industry-infographic {
    max-width: 340px;
  }

  .industry-infographic .node {
    font-size: 10px;
    padding: 5px 8px;
  }
}


.event-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
  font-size: 18px;
  color: #fff;

}

.event-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
}

/* ---- Counter section styles (scoped only to .banner.s3) ---- */

.banner.s3.count-down .hero-countdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 2vw, 28px);
  padding-left: 4px;
  flex-wrap: wrap;
}

.banner.s3.count-down .cd-item {
  position: relative;
  text-align: center;
  min-width: 76px;
}



.banner.s3.count-down .hero-countdown .cd-num {
  font-family: "Conthrax", sans-serif;
  display: block;
  font-size: clamp(34px, 6.2vw, 62px);
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: 800;
}

.banner.s3.count-down .cd-item em {
  display: block;
  font-style: normal;

  font-size: 13.5px;
  opacity: .9;
  margin-top: 6px;
}

/* CTA row */

/* subtle accent underline for title (uses your theme colors) */

/* Increase spacing between time blocks on wide screens */
@media (min-width: 992px) {
  .banner.s3.count-down .hero-countdown {
    gap: clamp(22px, 3vw, 46px);
  }

  .banner.s3.count-down .cd-item {
    min-width: 88px;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  
  .banner.s3.count-down .hero-countdown {
    gap: 12px;
  }

  .banner.s3.count-down .cd-item {
    min-width: 64px;
  }
}

/* Mobile tightening so it still looks premium */
@media (max-width: 576px) {
  .banner.s3.count-down .hero-countdown .cd-num {
    font-size: 40px;
  }

  .banner.s3.count-down .cd-item {
    min-width: 72px;
  }
}


/* ======================== Count down text =================================================== */
.mandate-dials__title .count-gradient-text {
  background: linear-gradient(90deg, #E69600, #724C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/* ======================== Event in Numbers (scoped) ========================================== */
.ein-metrics {
  position: relative;
  padding: 72px 0 64px;
  isolation: isolate;
}
.ein-metrics::before {
  /* soft radial glow that matches your theme */
  content:"";
  position:absolute; inset: -10% -20% auto -20%;
  height: 420px;
  background: radial-gradient(38% 38% at 50% 50%, var(--accent) 0%, rgba(0,0,0,0) 70%);
  opacity:.25; filter: blur(60px); z-index:-1;
}

.ein-head { text-align: center; margin-bottom: 26px; }
.ein-head .heading { margin:0 0 10px; }
.ein-sub {
  opacity:.9;
  font-size: 14.5px;
  letter-spacing:.2px;
}

/* frosted panel */
.ein-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: clamp(12px, 2.2vw, 18px);
  background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: clamp(14px, 2.4vw, 22px);
  position: relative;
  overflow: hidden;
}

/* subtle gradient strip at bottom */
.ein-grid::after {
  content:"";
  position:absolute; left:12px; right:12px; bottom:10px; height:10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--secondary));
  opacity:.55;
}

/* individual cards */
.ein-card {
  --_pad: clamp(14px, 2vw, 18px);
  position: relative;
  border-radius: 14px;
  padding: var(--_pad);
  text-align: center;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ein-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}

/* big number */
.ein-value {
  display:flex; align-items: baseline; justify-content:center; gap: 4px;
  line-height:1;
}
.ein-num {
  font-family: "Conthrax", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 64px);
  letter-spacing: -.5px;
}
.ein-plus {
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  background: linear-gradient(90deg, var(--secondary), var(--accent));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ein-label {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .92;
}

/* responsive */
@media (max-width: 990px) {
  .ein-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .ein-grid { grid-template-columns: 1fr; }
}

/*# sourceMappingURL=app.css.map */