﻿@media (min-width: 992px) {
  .at-ftr-social2 {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.at-ftr-social2 {
  flex-wrap: wrap;
  gap: 30px;
}

.at-ftr-social2 h3 {
  color: #fff;
  max-width: 610px;
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .at-ftr-social2 h3 {
    font-size: 52px;
  }
}
.at-ftr-social2 h3 span {
  opacity: 0.5;
  display: block;
}

.at-ftr-social2-icon {
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .at-ftr-social2-icon {
    flex-wrap: nowrap;
  }
}
.at-ftr-social2-icon a {
  position: relative;
}
.at-ftr-social2-icon a i {
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  transition: 800ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
@media (min-width: 481px) {
  .at-ftr-social2-icon a i {
    width: 64px;
    height: 64px;
  }
}
.at-ftr-social2-icon a span {
  opacity: 0;
  top: -85px;
  left: -120px;
  visibility: hidden;
  position: absolute;
  transition: 800ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.at-ftr-social2-icon a:nth-child(1) i {
  background-color: #1877f2;
}
.at-ftr-social2-icon a:nth-child(2) i {
  background: linear-gradient(
    45deg,
    #ffd600 8.39%,
    #ff0100 50%,
    #d800b9 91.61%
  );
}
.at-ftr-social2-icon a:nth-child(3) i {
  background: #ffffff;
  color: var(--at-4b2b-black1);
}
.at-ftr-social2-icon a:nth-child(4) i {
  color: #fff;
  background-color: #e60024;
}
.at-ftr-social2-icon a:hover span {
  opacity: 1;
  left: -140px;
  visibility: visible;
  transform: rotate(-10deg);
}
.at-ftr-social2-icon a:hover i {
  transform: rotate(-5deg) translateX(5px) translateY(-10px);
}

.at-footer2-widget-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

@media (min-width: 992px) {
  .at-ftr2-content {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.at-ftr2-content {
  flex-wrap: wrap;
  gap: 30px;
}

.at-ftr2-widget .cta-widget {
  max-width: 310px;
}
.at-ftr2-widget .cta-widget span {
  color: #fff;
  font-size: 22px;
}
.at-ftr2-widget .cta-widget h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 20px 0px;
  transition: all 500ms ease-in-out;
}
@media (min-width: 481px) {
  .at-ftr2-widget .cta-widget h3 {
    font-size: 36px;
  }
}
.at-ftr2-widget .cta-widget h3:hover {
  color: var(--at-4b2b-c3);
}
.at-ftr2-widget .cta-widget p {
  color: #fff;
  opacity: 0.8;
}
.at-ftr2-widget .newslatter-widget {
  max-width: 394px;
}
.at-ftr2-widget .newslatter-widget p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.at-ftr2-widget .newslatter-widget form {
  position: relative;
}
.at-ftr2-widget .newslatter-widget input {
  width: 100%;
  height: 45px;
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.at-ftr2-widget .newslatter-widget input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget button {
  top: 0;
  right: 0;
  border: none;
  font-size: 20px;
  position: absolute;
  background-color: transparent;
  background: linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms ease-in-out;
}
.at-ftr2-widget .newslatter-widget button:hover {
  transform: scale(1.2);
}
.at-ftr2-widget .logo-widget {
  perspective: 1000px;
  transform-style: preserve-3d;
  animation: spin3d 10s linear infinite;
}

@media (min-width: 992px) {
  .at-ftr2-menu-wrap {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.at-ftr2-menu-wrap {
  flex-wrap: wrap;
  gap: 30px;
}

.at-ftr2-menu li {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .at-ftr2-menu li {
    margin-left: 36px;
  }
}
.at-ftr2-menu li a {
  color: #fff;
}
.at-ftr2-menu li a:hover {
  color: var(--at-4b2b-c4);
}

.at-ftr2-copyright {
  font-size: 16px;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 992px) {
  .at-ftr2-copyright {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.at-ftr2-copyright p {
  opacity: 0.72;
  color: #fff;
}
.at-ftr2-copyright ul li a {
  color: #fff;
  opacity: 0.72;
}
.at-ftr2-copyright ul li a:hover {
  color: var(--at-4b2b-c4);
}

.at-footer3-sec {
  background-color: #0a1628;
  background-image: url("../images/glob-shape.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 130px 0 100px;
  position: relative;
}
.at-footer3-sec .at-ftr2-menu li a:hover {
  color: var(--at-4b2b-c2);
}

@keyframes arrow2 {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
.at-ftr3-cta {
  padding-bottom: 20px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .at-ftr3-cta {
    padding-top: 0;
  }
}
.at-ftr3-cta .at-ftr3-shape1 {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media (min-width: 1200px) {
  .at-ftr3-cta .at-ftr3-shape1 {
    display: block;
  }
}
.at-ftr3-cta .at-ftr3-shape1 .glow {
  fill: none;
  stroke-width: 2;
  filter: url(#glow);
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% {
    stroke: #fff;
    stroke-opacity: 0.2;
  }
  50% {
    stroke: #f1f1f1;
    stroke-opacity: 1;
    stroke-width: 3;
  }
  100% {
    stroke: #f5f5f5;
    stroke-opacity: 0.2;
  }
}
.at-ftr3-cta .at-ftr3-shape1 .c1 {
  animation-delay: 0s;
}
.at-ftr3-cta .at-ftr3-shape1 .c2 {
  animation-delay: 0.5s;
}
.at-ftr3-cta .at-ftr3-shape1 .c3 {
  animation-delay: 1s;
}
.at-ftr3-cta .at-ftr3-shape1 .c4 {
  animation-delay: 1.5s;
}
.at-ftr3-cta .at-cta-shape1 {
  left: 0;
  right: 0;
  bottom: -65%;
  display: none;
}
@media (min-width: 768px) {
  .at-ftr3-cta .at-cta-shape1 {
    display: block;
  }
}
.at-ftr3-cta .at-ftr3-subtitle {
  color: #a234fd;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  margin-bottom: 25px;
  border-radius: 4px;
  display: inline-block;
  background: linear-gradient(
    90deg,
    rgba(162, 52, 253, 0.2) 0%,
    rgba(162, 52, 253, 0) 100%
  );
}
.at-ftr3-cta h2 {
  color: #fff;
  margin: 0 auto;
  line-height: 0.88;
  font-size: 60px;
  font-weight: 800;
  max-width: 750px;
  letter-spacing: -6px;
}
@media (min-width: 481px) {
  .at-ftr3-cta h2 {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .at-ftr3-cta h2 {
    font-size: 160px;
  }
}
.at-ftr3-cta .cta-link {
  z-index: 2;
  position: relative;
  margin-top: 0;
  transform: rotate(-4deg);
}
@media (min-width: 768px) {
  .at-ftr3-cta .cta-link {
    margin-top: -40px;
  }
}
.at-ftr3-cta .cta-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top right;
  animation: arrow2 4s var(--at-4b2b-cube-1) infinite;
}
.at-ftr3-cta .cta-link a span {
  line-height: 1;
  font-size: 30px;
  font-weight: 800;
  color: var(--at-4b2b-c7);
  padding: 20px 20px;
  letter-spacing: -3px;
  border-radius: 200px;
  background-color: #fff;
  text-transform: uppercase;
  font-family: var(--at-4b2b-sora);
}
@media (min-width: 481px) {
  .at-ftr3-cta .cta-link a span {
    font-size: 50px;
    padding: 20px 60px;
  }
}
@media (min-width: 768px) {
  .at-ftr3-cta .cta-link a span {
    font-size: 84px;
  }
}
.at-ftr3-cta .cta-link a i {
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--at-4b2b-prime-c2);
}
@media (min-width: 768px) {
  .at-ftr3-cta .cta-link a i {
    width: 123px;
    height: 123px;
  }
}

.at-ftr3-content {
  z-index: 1;
  margin-top: 0;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .at-ftr3-content {
    margin-top: -190px;
    padding-top: 270px;
  }
}
.at-ftr3-content .at-ftr3-bg {
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0% 12.203%, 100% 0%, 100% 99.918%, 0% 99.918%, 0% 12.203%);
  display: none;
}
@media (min-width: 768px) {
  .at-ftr3-content .at-ftr3-bg {
    display: block;
  }
}

.at-ftr3-widget-area {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .at-ftr3-widget-area {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}

.at-ftr3-widget {
  width: 100%;
  padding: 60px 30px;
  border: none;
  padding-left: 0;
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .at-ftr3-widget {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .at-ftr3-widget {
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    padding: 60px 30px;
  }
}
@media (min-width: 1200px) {
  .at-ftr3-widget {
    padding: 60px 0px 60px 70px;
  }
}
.at-ftr3-widget:first-child {
  width: 100%;
  padding-left: 0;
  border-left: none;
}
@media (min-width: 576px) {
  .at-ftr3-widget:first-child {
    width: 50%;
  }
}
.at-ftr3-widget .ftr3-img {
  right: -40px;
  bottom: -15px;
  display: none;
}
@media (min-width: 992px) {
  .at-ftr3-widget .ftr3-img {
    display: block;
  }
}
.at-ftr3-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 25px;
}
.at-ftr3-widget .desc-widget {
  width: 100%;
  max-width: 640px;
  padding-right: 15px;
}
.at-ftr3-widget .desc-widget p {
  color: #fff;
  max-width: 520px;
}
.at-ftr3-widget .menu-widget {
  width: 100%;
  max-width: 314px;
}
.at-ftr3-widget .menu-widget li {
  margin-bottom: 15px;
}
.at-ftr3-widget .menu-widget li a {
  color: #fff;
}
.at-ftr3-widget .menu-widget li a:hover {
  color: var(--at-4b2b-c2);
}
.at-ftr3-widget .cta-widget {
  width: 100%;
  max-width: 330px;
}
.at-ftr3-widget .at-cta-info {
  max-width: 204px;
}
.at-ftr3-widget .at-cta-info .info-item {
  margin-bottom: 15px;
}
.at-ftr3-widget .at-cta-info .info-item .item-icon {
  margin-right: 10px;
}
.at-ftr3-widget .at-cta-info .info-item .item-icon i {
  color: var(--at-4b2b-c1);
}
.at-ftr3-widget .at-cta-info .info-item .item-text {
  opacity: 0.9;
  color: #fff;
}
.at-ftr3-widget .at-cta-info .info-hour {
  margin-top: 28px;
}
.at-ftr3-widget .at-cta-info .info-hour span {
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}
.at-ftr3-widget .at-cta-info .info-hour span:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
}
.at-ftr3-widget .at-cta-info .info-hour p {
  color: #fff;
}

.at-ftr3-copyright {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.at-ftr3-copyright p {
  color: #fff;
  font-size: 16px;
}

.at-ftr1-content {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .at-ftr1-content {
    flex-wrap: nowrap;
  }
}

.at-ftr1-widget {
  width: 100%;
}
.at-ftr1-widget:nth-child(1),
.at-ftr1-widget:nth-child(3) {
  z-index: 1;
  position: relative;
}
.at-ftr1-widget:nth-child(1):before,
.at-ftr1-widget:nth-child(3):before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .at-ftr1-widget {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .at-ftr1-widget {
    width: 33.33%;
  }
}
.at-ftr1-widget .logo-widget {
  padding: 70px 15px;
}
@media (min-width: 992px) {
  .at-ftr1-widget .logo-widget {
    padding: 0;
  }
}
.at-ftr1-widget .menu-widget {
  padding: 70px 50px;
  background: #fff;
}
@media (min-width: 992px) {
  .at-ftr1-widget .menu-widget {
    padding: 70px 20px;
  }
}
@media (min-width: 1600px) {
  .at-ftr1-widget .menu-widget {
    padding: 70px 50px;
  }
}
.at-ftr1-widget .menu-widget .subtitle {
  gap: 8px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--at-4b2b-black1);
}
.at-ftr1-widget .menu-widget .at_menu-item {
  gap: 0px 30px;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .at-ftr1-widget .menu-widget .at_menu-item {
    flex-wrap: nowrap;
  }
}
.at-ftr1-widget .menu-widget ul li {
  margin-bottom: 12px;
}
.at-ftr1-widget .menu-widget ul li a {
  font-size: 18px;
  font-weight: 600;
  padding-left: 27px;
  color: var(--at-4b2b-black1);
  position: relative;
}
.at-ftr1-widget .menu-widget ul li a:hover {
  color: var(--at-4b2b-c8);
  transform: translateX(10px);
}
.at-ftr1-widget .menu-widget ul li a:before {
  top: 0;
  left: 0;
  content: "\f058";
  position: absolute;
  margin-right: 5px;
  font-weight: 800;
  font-family: "Font Awesome 6 Free";
  background: var(--at-4b2b-prime-c4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-ftr1-widget .desc-widget {
  padding: 50px;
}
.at-ftr1-widget .desc-widget h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  max-width: 365px;
}

.at-ftr1-copyright {
  padding: 25px 0px;
  background-color: #252525;
}
.at-ftr1-copyright p {
  color: #fff;
}
.at-ftr1-copyright ul {
  gap: 30px;
  display: flex;
}
.at-ftr1-copyright li a {
  color: #fff;
  position: relative;
}
.at-ftr1-copyright li a:before {
  top: 11px;
  left: -19px;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.at-ftr1-copyright li a:hover {
  color: var(--at-4b2b-c9);
}
.at-ftr1-copyright li:first-child a:before {
  display: none;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.at-hero3-text .hero3_title span,
.at-header-section:is(.header_style_three) .header-cta .item-text span {
  background: var(--at-4b2b-prime-c3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(500px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.at-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  position: absolute;
}
.at-header-section .ecosystem-navigation-list-items-container {
  flex-direction: row;
  align-items: center;
}
.at-header-section .ecosystem-navigation-list-items-container > li.menu-item {
  vertical-align: middle;
  display: inline-flex !important;
  align-items: center;
}
.at-header-section .dropdown {
  position: relative;
  padding-right: 16px;
}
.at-header-section .dropdown:after {
  top: 3px;
  z-index: 2;
  right: 0px;
  content: "\f0d7";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: var(--at-black2);
  font-family: "Font Awesome 6 Free";
  transition: 0.3s all ease-in-out;
}
.at-header-section .dropdown:hover:after {
  background: var(--at-4b2b-prime-c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.at-header-section .dropdown-menu {
  left: 0;
  top: 42px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.at-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.at-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.at-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform: scaleY(0) !important;
}
.at-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 400;
}
.at-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  transition: 0.3s all ease-in-out;
}
.at-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.at-header-section .dropdown-menu li:before {
  display: none;
}
.at-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.at-header-section .dropdown-menu li.dropdown:hover:after {
  transform: rotate(0);
}
.at-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  transform: scaleY(1) !important;
}
.at-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.at-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.at-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  background: var(--at-black-c1) !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--at-black-c1) !important;
  padding: 10px 0px 10px 18px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.at-header-section .dropdown-menu a:before {
  width: 0 !important;
  top: 5px !important;
  left: 0px !important;
  right: auto !important;
  transform: scale(0) !important;
  background-color: var(--at-4b2b-c2) !important;
}
.at-header-section .dropdown-menu a:after {
  display: none;
}
.at-header-section .dropdown-menu a:hover,
.at-header-section .dropdown-menu a.active {
  color: var(--at-4b2b-c2) !important;
  padding-left: 30px !important;
}
.at-header-section .dropdown-menu a:hover:after,
.at-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.at-header-section .dropdown-menu a:hover:before,
.at-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  transform: scale(1) !important;
}
.at-header-section .header-language.dropdown:after {
  display: none !important;
}
.at-header-section .header-language.dropdown {
  padding-right: 0 !important;
}
.at-header-section .header-language.dropdown .language-dropdown-menu {
  visibility: hidden;
  opacity: 0;
  border-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  left: auto !important;
  right: -16px !important;
  top: 24px !important;
}
.at-header-section .header-language.dropdown:hover .language-dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.at-header-section
  .header-language.dropdown
  .language-dropdown-menu
  li
  a:hover {
  background-color: #f8f9fa !important;
  padding-left: 12px !important;
}
.at-header-section
  .header-language.dropdown
  .language-dropdown-menu
  li
  a:hover:before {
  display: none;
}
.at-header-section .at-mobile-menu-btn {
  display: block;
}
@media (min-width: 992px) {
  .at-header-section .at-mobile-menu-btn {
    display: none;
  }
}
.at-header-section .at-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  justify-content: space-between;
}
.at-header-section .at-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #fff;
}
.at-header-section .at-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.at-header-section:is(.header_style_one) .at-header-content {
  margin: 0 auto;
  padding: 24px 15px;
  max-width: 1830px;
}
.at-header-section:is(.header_style_one) .at-header-nav {
  z-index: 1;
  padding: 8px;
  position: relative;
  border-radius: 100px;
  background-color: #fff;
  display: none;
}
@media (min-width: 992px) {
  .at-header-section:is(.header_style_one) .at-header-nav {
    display: block;
  }
}
.at-header-section:is(.header_style_one) .at-header-nav:before,
.at-header-section:is(.header_style_one) .at-header-nav:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px;
}
.at-header-section:is(.header_style_one) .at-header-nav:after {
  background-color: #fff;
}
.at-header-section:is(.header_style_one) .at-header-nav:before {
  top: 3px;
  background: linear-gradient(90deg, #7512a2 0%, #ff31ab 48.53%, #ff6f05 100%);
  background-size: 300% 100%;
  animation: moveGradient 2s ease-in-out infinite alternate;
}
.at-header-section:is(.header_style_one) .ecosystem-global-primary-navigation-structure li {
  margin: 0px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_one) .ecosystem-global-primary-navigation-structure li {
    margin: 0px 15px;
  }
}
.at-header-section:is(.header_style_one) .ecosystem-global-primary-navigation-structure li a {
  font-size: 16px;
  color: var(--at-black);
}
.at-header-section:is(.header_style_one) .ecosystem-global-primary-navigation-structure li:hover a {
  background: var(--at-4b2b-prime-c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-header-section:is(.header_style_one) .cta-btn a {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  background-color: var(--at-4b2b-black1);
}
.at-header-section:is(.header_style_one) .cta-btn a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transform: scale(0);
  border-radius: 100%;
  background: var(--at-4b2b-prime-c1);
  transition: all 500ms ease-in-out;
}
.at-header-section:is(.header_style_one) .cta-btn a:hover:before {
  transform: scale(1);
}
.at-header-section:is(.header_style_one) .at-top-social {
  display: none;
}
@media (min-width: 1200px) {
  .at-header-section:is(.header_style_one) .at-top-social {
    display: flex;
  }
}
.at-header-section:is(.header_style_one) .at-top-social a {
  color: #fff;
  opacity: 0.72;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  padding: 11px 32px 9px;
  border: 1px solid #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-section:is(.header_style_one) .at-top-social a {
    padding: 8px 15px;
  }
}
.at-header-section:is(.header_style_one) .at-top-social a:hover {
  background: var(--at-4b2b-c4);
  border: 1px solid var(--at-4b2b-c4);
}
.at-header-section:is(.header_style_one) .at-header-nav-social {
  gap: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_one) .at-header-nav-social {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-section:is(.header_style_one) .at-header-nav-social {
    gap: 50px;
  }
}
.at-header-section:is(.header_style_three) {
  padding: 28px 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) {
    padding: 15px;
  }
}
.at-header-section:is(.header_style_three) .at-mobile-menu-btn button span {
  background-color: var(--at-4b2b-black1);
}
.at-header-section:is(.header_style_three) .ra-header-content {
  z-index: 1;
  padding: 15px 16px;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.6),
    0 0 28px rgba(255, 255, 255, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.06),
    0 12px 32px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 2400px) {
  .at-header-section:is(.header_style_three) .ra-header-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.at-header-section:is(.header_style_three) .ra-header-content .ra-up-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  background-color: #fff;
}
.at-header-section:is(.header_style_three) .ra-header-content:before,
.at-header-section:is(.header_style_three) .ra-header-content:after {
  left: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  content: "";
  margin: 0 auto;
  border-radius: 16px;
  position: absolute;
  
}
.at-header-section:is(.header_style_three) .ra-header-content:before {
  width: 97%;
  bottom: -8px;
}
.at-header-section:is(.header_style_three) .ra-header-content:after {
  width: 94%;
  z-index: -3;
  bottom: -15px;
}
.at-header-section:is(.header_style_three) .ra-menu-logo {
  gap: 0px 115px;
  padding-left: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_three) .ra-menu-logo {
    gap: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .ra-menu-logo {
    gap: 0px 15px;
    padding-left: 0;
  }
}
.at-header-section:is(.header_style_three) .ecosystem-global-primary-navigation-structure {
  display: none;
}
@media (min-width: 992px) {
  .at-header-section:is(.header_style_three) .ecosystem-global-primary-navigation-structure {
    display: block;
  }
}
.at-header-section:is(.header_style_three) .ecosystem-global-primary-navigation-structure li {
  margin: 0px 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-section:is(.header_style_three) .ecosystem-global-primary-navigation-structure li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_three) .ecosystem-global-primary-navigation-structure li {
    margin: 0px 15px;
  }
}
.at-header-section:is(.header_style_three) .ecosystem-global-primary-navigation-structure li a {
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--at-4b2b-black1);
}

.at-header-section:is(.header_style_three)
  .ecosystem-global-primary-navigation-structure
  li
  .dropdown-menu
  li
  a {
  display: inline-block !important;
}
.at-header-section:is(.header_style_three)
  .ecosystem-global-primary-navigation-structure
  li
  .dropdown-menu
  li
  a:hover,
.at-header-section:is(.header_style_three)
  .ecosystem-global-primary-navigation-structure
  li
  .dropdown-menu
  li
  a:is(.active) {
  color: var(--at-4b2b-c4) !important;
}
.at-header-section:is(.header_style_three) .ra-header-action {
  gap: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .ra-header-action {
    gap: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .ra-header-action .at-btn3 {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .header-cta {
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-cta {
    display: none !important;
  }
}
.at-header-section:is(.header_style_three) .header-cta .item-text span {
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-cta .item-text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ra-inter);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-cta .item-text h3 {
    font-size: 14px;
  }
}
.at-header-section:is(.header_style_three) .header-cta .item-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #e9ebed;
}
.at-header-section:is(.header_style_three) .header-cta .item-icon img {
  transition: all 500ms ease-in-out;
}
.at-header-section:is(.header_style_three) .header-cta:hover .item-icon img {
  transform: scale(1.1);
}
.at-header-section:is(.header_style_three) .header-search {
  width: 130px;
  position: relative;
  padding-left: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_three) .header-search {
    width: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_three) .header-search {
    width: 100px;
    padding-left: 0;
  }
}
.at-header-section:is(.header_style_three) .header-search {
  display: none;
}
@media (min-width: 992px) {
  .at-header-section:is(.header_style_three) .header-search {
    display: block;
  }
}
.at-header-section:is(.header_style_three) .header-search,
.at-header-section:is(.header_style_three) .header-cta {
  position: relative;
  padding-right: 20px;
}
.at-header-section:is(.header_style_three) .header-search:after,
.at-header-section:is(.header_style_three) .header-cta:after {
  top: 50%;
  right: 0;
  width: 1px;
  content: "";
  height: 36px;
  position: absolute;
  transform: translateY(-50%);
  background-color: #d9d9d9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-search:after,
  .at-header-section:is(.header_style_three) .header-cta:after {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .header-search form {
  gap: 12px;
  display: flex;
}
.at-header-section:is(.header_style_three) .header-search button {
  padding: 0;
  border: none;
  font-size: 16px;
  color: var(--ra-title-c3);
  background-color: transparent;
}
.at-header-section:is(.header_style_three) .header-search input {
  border: none;
  font-size: 14px;
  color: rgba(28, 28, 45, 0.4784313725);
  background-color: transparent;
}
.at-header-section:is(.header_style_three)
  .header-search
  input::-moz-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-search input::placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
@media (max-width: 480px) {
  .at-header-section:is(.header_style_three) .cta-btn {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .cta-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 16px 28px;
  white-space: nowrap;
  background-color: #fc9c44;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .cta-btn a {
    padding: 14px 16px;
  }
}
.at-header-section:is(.header_style_three) .cta-btn a i {
  margin-left: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_three) .cta-btn a i {
    margin-left: 5px;
  }
}
.at-header-section:is(.header_style_three) .cta-btn a:hover {
  background-color: var(--ra-base-c3);
}
.at-header-section:is(.header_style_two) .at-header-content {
  margin: 0 auto;
  max-width: 1810px;
  padding: 0px 15px 0px 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-header-content {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-content {
    padding: 20px 15px;
    align-items: center !important;
  }
}
.at-header-section:is(.header_style_two) .at-navigation-btn {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn {
    background-image: linear-gradient(
      90deg,
      rgb(1, 53, 222) 0%,
      rgb(59, 130, 246) 50%,
      rgb(6, 182, 212) 100%
    );
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn {
    display: none !important;
  }
}
.at-header-section:is(.header_style_two) .at-navigation-btn .ecosystem-global-primary-navigation-structure {
  padding: 35px 40px;
  font-family: var(--at-4b2b-sora);
  border-bottom-left-radius: 70px;
  background-image: linear-gradient(
    90deg,
    rgb(1, 53, 222) 0%,
    rgb(59, 130, 246) 50%,
    rgb(6, 182, 212) 100%
  );
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn .ecosystem-global-primary-navigation-structure {
    border-radius: 0;
    padding: 25px 15px;
    background-image: none;
  }
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  .dropdown:after {
  color: #fff;
  right: 3px;
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  .dropdown
  .dropdown-menu {
  background-color: var(--at-4b2b-black1);
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  .dropdown
  .dropdown-menu
  li
  a {
  border: none;
  display: inline-block;
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  .dropdown
  .dropdown-menu
  li
  a:hover,
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  .dropdown
  .dropdown-menu
  li
  a:is(.active) {
  color: var(--at-4b2b-c9) !important;
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  .dropdown:hover:after {
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  li {
  margin: 0px 20px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two)
    .at-navigation-btn
    .ecosystem-global-primary-navigation-structure
    li {
    margin: 0px 10px;
  }
}
.at-header-section:is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure
  li
  a {
  color: #fff;
  font-weight: 500;
  display: inline;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two)
    .at-navigation-btn
    .ecosystem-global-primary-navigation-structure
    li
    a {
    font-size: 14px;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn {
  padding: 22px 35px 22px 35px;
  border-bottom-right-radius: 70px;
  background-image: linear-gradient(
    -90deg,
    #2158eb 0%,
    #3b83f6 50%,
    #0fafd9 100%
  );
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn {
    border-radius: 0;
    background-image: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-header-btn {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn {
    padding: 15px;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search {
  width: 185px;
  position: relative;
  padding-left: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search {
    width: 120px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search {
    display: none;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search:after {
  top: 2px;
  width: 1px;
  right: 30px;
  content: "";
  height: 18px;
  opacity: 0.6;
  position: absolute;
  background-color: #d9d9d9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search:after {
    display: none;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search form {
  gap: 12px;
  display: flex;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search button {
  padding: 0;
  border: none;
  color: var(--at-4b2b-black1);
  opacity: 0.8;
  font-size: 16px;
  background-color: transparent;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input {
  border: none;
  font-size: 16px;
  color: var(--at-4b2b-black1);
  background-color: transparent;
}
.at-header-section:is(.header_style_two)
  .at-header-btn
  .header-search
  input::-moz-placeholder {
  color: var(--at-4b2b-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two)
  .at-header-btn
  .header-search
  input::placeholder {
  color: var(--at-4b2b-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  padding: 15px 30px;
  border-radius: 40px;
  white-space: nowrap;
  position: relative;
  background-color: #272729;
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -khtml-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  transition: all 500ms linear 0ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px),
  (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a {
    font-size: 14px;
    padding: 15px 15px;
  }
}
.at-header-section:is(.header_style_two)
  .at-header-btn
  .at-cta-btn
  a:hover:before {
  animation: shine 1s;
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a i {
  margin-left: 8px;
}
.at-header-section:is(.txa_sticky_header) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 300ms ease-in-out;
  z-index: 10;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  transform: translateY(-150%);
  box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  transform: translateY(0%);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(
    .header_style_one
  ) {
  background-color: var(--at-4b2b-black1);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one)
  .at-header-content {
  padding: 12px 15px;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(
    .header_style_two
  ) {
  background: var(--at-4b2b-prime-c4);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two)
  .at-navigation-btn {
  margin-bottom: 0;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two)
  .at-navigation-btn
  .ecosystem-global-primary-navigation-structure {
  background: transparent;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two)
  .at-header-btn {
  background: transparent;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two)
  .at-header-content {
  padding-left: 15px;
  align-items: center !important;
}
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure {
  width: 100%;
}
.mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .ecosystem-navigation-list-items-container .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container li {
  padding: 0;
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container li a:after {
  display: none;
}
.mobile_menu .mobile-ecosystem-global-primary-navigation-structure .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container li a {
  font-size: 20px;
  font-weight: 700;
}
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu
  li {
  border: none;
  line-height: 1;
}
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu
  li:hover {
  background-color: transparent;
}
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu
  li
  a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu
  li
  a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  align-items: center;
  justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: var(--ra-base-c1);
}
.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--at-4b2b-black1);
  font-family: var(--at-4b2b-sora);
}
.at-btn3 {
  padding: 6px;
  border-radius: 6px;
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--at-4b2b-c6) 0%,
    var(--at-4b2b-c7) 50%,
    var(--at-4b2b-c6)
  );
  background-size: 200%, 1px;
  transition: all 500ms ease-in-out;
}
.at-btn3 a {
  gap: 10px;
  z-index: 1;
  position: relative;
  padding-right: 18px;
}
.at-btn3 a:before {
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 44px;
  content: "";
  height: 44px;
  border-radius: 6px;
  position: absolute;
  background-color: #fff;
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a .icon-wrap {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
}
.at-btn3 a .icon-wrap i {
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a .icon-wrap i:last-child {
  top: 50%;
  left: -50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
.at-btn3 a .text-wrap {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.at-btn3 a .text-wrap b {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a .text-wrap b:last-child {
  left: 0;
  top: 80px;
  position: absolute;
  color: var(--at-black2);
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a:hover .icon-wrap i:first-child {
  transform: translateX(100px);
}
.at-btn3 a:hover .icon-wrap i:last-child {
  left: 60%;
}
.at-btn3 a:hover .text-wrap b:first-child {
  transform: translateY(-40px);
}
.at-btn3 a:hover .text-wrap b:last-child {
  top: 2px;
}
.at-btn3 a:hover:before {
  width: 100%;
}
.at-btn3:hover {
  background-position: 120%;
}

/* Chatbot navbar icon animation */
@keyframes chatbot-icon-bounce {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-2px) rotate(-3deg); }
  75% { transform: translateY(1px) rotate(2deg); }
}
.header-chatbot-icon {
  animation: chatbot-icon-bounce 2s ease-in-out infinite;
}
.header-chatbot-btn:hover .header-chatbot-icon {
  animation: chatbot-icon-bounce 0.6s ease-in-out infinite;
}

/* Dropdown Styles adapted from Algolia snippet */
.ecosystem-navigation-interactive-dropdown-trigger {
  position: relative;
  padding-right: 0;
}

.ecosystem-navigation-interactive-dropdown-trigger:after {
  display: none;
}

.ecosystem-navigation-interactive-dropdown-trigger:hover:after {
  background: var(--at-4b2b-prime-c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ecosystem-navigation-interactive-dropdown-trigger > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ecosystem-navigation-interactive-dropdown-trigger:hover .ecosystem-navigation-mega-menu-panel-wrapper {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}

.ecosystem-navigation-mega-menu-panel-wrapper {
  position: absolute;
  top: 100%;
  left: -200px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  margin-top: 0;
  width: 1400px;
  padding: 30px 20px 20px 20px;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
}

.ecosystem-navigation-mega-menu-content-layout {
  display: flex;
  padding: 1.5rem;
  gap: 1rem;
}

.ecosystem-navigation-visual-preview-image-wrapper {
  display: none;
  width: 16rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .ecosystem-navigation-visual-preview-image-wrapper {
    display: block;
  }
}

.ecosystem-navigation-visual-preview-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ecosystem-navigation-content-columns-grid {
  display: flex;
  flex: 1 1;
}

/* Mobile Menu Dropdown Styles */
.mobile_menu_on .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 20px;
  padding-bottom: 20px;
}

/* Force dark text for top-level links */
.mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container li a {
  color: #000 !important;
}

/* Filter/Reset existing specific white text rules */
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu
  li
  a {
  color: #333 !important;
}

.mobile_menu_on .dropdown-menu li h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
  font-family: var(--font-sora);
}

.mobile_menu_on .dropdown-menu li ul {
  padding-left: 10px;
  list-style: none;
}

.mobile_menu_on .dropdown-menu li ul li {
  margin-bottom: 5px;
}

.mobile_menu_on .dropdown-menu li ul li a {
  font-size: 14px;
  color: #333 !important;
  padding: 2px 0;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.mobile_menu_on .dropdown-btn {
  cursor: pointer;
  padding: 0 10px;
  color: #000; /* Force dark color for arrows */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px; /* Touch target */
  width: 44px;
}

.mobile_menu_on .dropdown-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.mobile_menu_on .menu-item > .d-flex {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Subtle separator */
}

/* Adjust colors for dark mode if needed (assuming white background for now based on desktop dropdown) */
.mobile_menu_content {
  background: #fff; /* Ensure background is set */
}

/* Fix close button color */
.mobile_menu .mobile_menu_close {
  color: #000;
  z-index: 10;
}

/* Fix social icons color */
.mobile_menu .ptx-mobile-header-social a {
  color: #000;
}

.ecosystem-navigation-single-column-container {
  flex: 1 1;
  padding: 0 1.5rem;
  border-right: none;
}

.ecosystem-navigation-single-column-container:first-child {
  padding-left: 0;
}

.ecosystem-navigation-single-column-container:last-child {
  border-right: none;
  padding-right: 0;
}

.ecosystem-navigation-section-header-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: none;
}

.ecosystem-navigation-section-header-title img {
  width: 20px;
  height: 20px;
}

.ecosystem-navigation-section-header-title h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}

/* Base description style */
.ecosystem-navigation-item-description-text {
  font-size: 0.8125rem;
  color: #6b7280 !important; /* Gray color */
  line-height: 1.5;
  margin: 0;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  font-weight: 500;
}

/* Specific style for truncation inside dropdown list */
.ecosystem-navigation-single-list-item-wrapper .ecosystem-navigation-item-description-text,
.ecosystem-navigation-single-list-item-wrapper a .ecosystem-navigation-item-description-text,
.ecosystem-navigation-single-list-item-wrapper Link .ecosystem-navigation-item-description-text {
  margin-bottom: 0 !important;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  width: 100%;
  max-width: none;
  display: block !important;
  color: #6b7280 !important;
}

.ecosystem-navigation-items-list-group {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.ecosystem-navigation-single-list-item-wrapper {
  margin-left: 0;
  padding: 0;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0;
}

.ecosystem-navigation-single-list-item-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ecosystem-navigation-single-list-item-wrapper:first-child {
  margin-bottom: 0.875rem;
}

.ecosystem-navigation-single-list-item-wrapper a,
.ecosystem-navigation-mega-menu-content-layout .ecosystem-navigation-single-list-item-wrapper a {
  display: block !important;
  text-decoration: none !important;
  padding: 6px 8px 6px 0 !important;
  margin-left: 0 !important;
  border-radius: 6px !important;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.ecosystem-navigation-single-list-item-wrapper a:hover,
.ecosystem-navigation-mega-menu-content-layout .ecosystem-navigation-single-list-item-wrapper a:hover {
  transform: translateX(10px) !important;
  background-color: rgba(108, 26, 252, 0.045) !important;
}

.ecosystem-navigation-single-list-item-wrapper a:hover .ecosystem-navigation-item-title-heading,
.ecosystem-navigation-mega-menu-content-layout .ecosystem-navigation-single-list-item-wrapper a:hover .ecosystem-navigation-item-title-heading {
  color: #6c1afc !important;
}

.ecosystem-navigation-item-title-heading {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2c60e8;
  margin-bottom: 0.25rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

.ecosystem-navigation-item-title-heading::before {
  content: "::";
  margin-right: 5px;
  opacity: 0.5;
  font-weight: 400;
}

.item-description-custom {
  font-size: 0.8125rem;
  color: #000 !important;
  line-height: 1.4;
  font-weight: 400;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.overview-link {
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #2c60e8;
  letter-spacing: 1.5px;
  margin-bottom: 0.875rem;
}

.overview-link:hover {
  color: #1a56db;
}

/* Ensure arrow in overview link has correct size */
.overview-link svg {
  width: 6px;
  height: 10px;
  margin-left: 4px;
}

/* Keep all desktop mega menus fixed in one position and at 70% nav width */
.at-header-section:is(.header_style_three) .ra-header-content {
  position: relative;
}

.ecosystem-global-primary-navigation-structure {
  position: static;
}

.ecosystem-global-primary-navigation-structure .menu-item.ecosystem-navigation-interactive-dropdown-trigger {
  position: static;
}

.ecosystem-global-primary-navigation-structure .menu-item.ecosystem-navigation-interactive-dropdown-trigger .ecosystem-navigation-mega-menu-panel-wrapper {
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  width: 70%;
}

.ecosystem-global-primary-navigation-structure .menu-item.ecosystem-navigation-interactive-dropdown-trigger:hover .ecosystem-navigation-mega-menu-panel-wrapper {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  transform: translateX(-50%) scaleY(1);
}

/* Image container styling */
.ecosystem-navigation-visual-preview-image-wrapper {
  display: none;
  width: 220px;
  margin-right: 1.5rem;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1200px) {
  .ecosystem-navigation-visual-preview-image-wrapper {
    display: block;
  }
}

.ecosystem-navigation-visual-preview-image-wrapper a {
  display: block;
  position: relative;
}

.ecosystem-navigation-visual-preview-image-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

/* Dropdown menu content */
.ecosystem-navigation-mega-menu-content-layout {
  display: flex;
  padding: 0.5rem;
  gap: 0;
}

.ecosystem-navigation-content-columns-grid {
  display: flex;
  flex: 1 1;
}

/* Mobile Menu Dropdown Styles */
.mobile_menu_on .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 20px;
  padding-bottom: 20px;
}

/* Force WHITE text for top-level links */
.mobile_menu_content .mobile-ecosystem-global-primary-navigation-structure .ecosystem-navigation-list-items-container li a {
  color: #fff !important;
}

/* Filter/Reset existing rules */
.mobile_menu
  .mobile_menu_content
  .mobile-ecosystem-global-primary-navigation-structure
  .ecosystem-navigation-list-items-container
  .dropdown-menu
  li
  a {
  color: #ccc !important;
}

.mobile_menu_on .dropdown-menu li h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
  font-family: var(--font-sora);
}

.mobile_menu_on .dropdown-menu li ul {
  padding-left: 10px;
  list-style: none;
}

.mobile_menu_on .dropdown-menu li ul li {
  margin-bottom: 5px;
}

.mobile_menu_on .dropdown-menu li ul li a {
  font-size: 14px;
  color: #ccc !important;
  padding: 2px 0;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.mobile_menu_on .dropdown-btn {
  cursor: pointer;
  padding: 0 10px;
  color: #fff; /* Force white color for arrows */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px; /* Touch target */
  width: 44px;
}

.mobile_menu_on .dropdown-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.mobile_menu_on .menu-item > .d-flex {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Subtle separator light */
}

/* Adjust colors for dark mode - Glass Effect */
.mobile_menu_content {
  background: rgba(0, 0, 0, 0.7) !important; /* Transparent black */
  backdrop-filter: blur(20px); /* Strong blur for glass effect */
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border for glass definition */
}

/* Fix close button color */
.mobile_menu .mobile_menu_close {
  color: #fff;
  z-index: 10;
}

/* Fix social icons color */
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
}
/* If mobile menu has dark background, change these colors */
.mobile_menu_content {
  background: #fff; /* Ensure background is set */
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/media/1d4eaed977255102-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/media/f3f7e95f2dbc4fe4-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Sora Fallback";
  src: local("Arial");
  ascent-override: 85.29%;
  descent-override: 25.5%;
  line-gap-override: 0%;
  size-adjust: 113.73%;
}
.__className_1822b0 {
  font-family: "Sora", "Sora Fallback";
  font-style: normal;
}
.__variable_1822b0 {
  --font-sora: "Sora", "Sora Fallback";
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app\\layout.jsx","import":"Marcellus","arguments":[{"subsets":["latin"],"weight":["400"],"display":"swap","variable":"--font-marcellus"}],"variableName":"marcellus"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/media/6a2830ad50e93808-s.woff2) format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/media/5924d7180a413da6-s.p.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Marcellus Fallback";
  src: local("Times New Roman");
  ascent-override: 86.59%;
  descent-override: 24.87%;
  line-gap-override: 0%;
  size-adjust: 112.5%;
}
.__className_0ccb75 {
  font-family: "Marcellus", "Marcellus Fallback";
  font-weight: 400;
  font-style: normal;
}
.__variable_0ccb75 {
  --font-marcellus: "Marcellus", "Marcellus Fallback";
}

/* Mobile menu collapsible dropdowns */
.mobile_menu .mobile_menu_content .ecosystem-navigation-list-items-container > li.mobile-dropdown-item {
  position: relative;
  display: block !important;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}
.mobile_menu .mobile-dropdown-toggle {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-family: inherit;
  text-transform: capitalize;
}
.mobile_menu .mobile-dropdown-toggle svg {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  stroke: #fff;
  margin: 0;
}
.mobile_menu .mobile-dropdown-item.expanded > .mobile-dropdown-toggle svg {
  transform: rotate(180deg);
}
.mobile_menu .mobile-dropdown-panel {
  padding: 4px 0 14px 4px;
  animation: mobileDropdownFade 0.2s ease-out;
}
@keyframes mobileDropdownFade {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.mobile_menu .mobile-dropdown-column {
  margin-bottom: 10px;
}
.mobile_menu .mobile-dropdown-heading {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.55;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 10px 0 4px;
  padding: 0;
}
.mobile_menu .mobile-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile_menu .mobile-dropdown-items li {
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.mobile_menu .mobile-dropdown-items li:last-child {
  border-bottom: none !important;
}
.mobile_menu .mobile-dropdown-items li a {
  display: block !important;
  width: 100%;
  color: #fff !important;
  padding: 8px 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  line-height: 1.35 !important;
  opacity: 0.9;
}
.mobile_menu .mobile-dropdown-items li a:hover,
.mobile_menu .mobile-dropdown-items li a:focus {
  opacity: 1;
  color: var(--at-4b2b-c6, #fff) !important;
}

/* Show login icon on tablet and mobile */
@media (max-width: 1199.98px) {
  .at-header-section.header_style_three .ra-header-action .header-cta {
    display: flex !important;
    padding-right: 0 !important;
  }
  .at-header-section.header_style_three .ra-header-action .header-cta:after {
    display: none !important;
  }
}

