@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700;800;900&display=swap');body {     font-family: 'Fira Sans', sans-serif;     overflow-x: hidden; }.swiper {    width: 100%;    height: 100vh;}.swiper-slide {    position: relative;    display: flex;    align-items: center;}.slide-overlay {    position: absolute;    inset: 0;    background: linear-gradient(rgba(28, 28, 28, 0.6), rgba(28, 28, 28, 0.8));    z-index: 1;}.slide-content {    position: relative;    z-index: 2;    width: 100%;}.slide-bg-media {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    z-index: 0;}.swiper-pagination {    top: 50% !important;    right: 40px !important;    bottom: auto !important;    left: auto !important;    transform: translateY(-50%) !important;    width: auto !important;    display: flex;    flex-direction: column;    gap: 15px;    z-index: 50;}.swiper-pagination-bullet {    background-color: white !important;    opacity: 0.3;    width: 2px !important;    height: 20px !important;    border-radius: 0 !important;    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);    display: block !important;    margin: 0 !important;}.swiper-pagination-bullet-active {    opacity: 1 !important;    background-color: #00A3C4 !important;    height: 50px !important;    box-shadow: 0 0 15px rgba(0, 163, 196, 0.6);}@keyframes shine {    0% { transform: translateX(-150%) skewX(-45deg); }    100% { transform: translateX(150%) skewX(-45deg); }}.btn-shine-effect:hover .shine-layer {    animation: shine 1.5s ease-in-out infinite;}#searchWrapper {    display: flex;    width: 100%;    max-width: 1400px;    margin: 0 auto;    align-items: center;    justify-content: center;    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);}#searchContainer {    width: 100%;    max-width: 56rem;     transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);}#searchResults {    width: 0;    opacity: 0;    visibility: hidden;    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);    transform: translateX(20px);}@media (min-width: 1024px) {
  #searchWrapper.has-results {
      justify-content: space-between;
      display: flex;
  }
  #searchWrapper.has-results #searchContainer {
      max-width: 45%;
  }
  #searchWrapper.has-results #searchResults {
      width: 55%;
      opacity: 1;
      visibility: visible;
      padding-left: 4rem;
      border-left: 1px solid rgba(0,0,0,0.08);
      transform: translateX(0);
      display: flex;
  }
}

@media (max-width: 1023.98px) {
  #searchWrapper.has-results {
      display: flex;
      flex-direction: column;
  }
  #searchWrapper.has-results #searchContainer {
      max-width: 100%;
      margin-bottom: 2rem;
  }
  #searchWrapper.has-results #searchResults {
      width: 100%;
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
      display: flex;
      flex-direction: column;
  }
}#navbar.scrolled .mega-menu-dropdown {    top: 75px !important;}@media (min-width: 1280px) {    #navbar.scrolled .mega-menu-dropdown {        top: 80px !important;    }}@keyframes scan {    0% { top: 0; opacity: 0; }    10% { opacity: 1; }    90% { opacity: 1; }    100% { top: 100%; opacity: 0; }}#navbar.mega-menu-active { background-color: white !important; color: #1C1C1C !important; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; }#navbar.mega-menu-active #leftPill, #navbar.mega-menu-active #rightPill > div { background-color: #f3f4f6 !important; border-color: #e5e7eb !important; }#navbar.mega-menu-active img { filter: invert(1) drop-shadow(none) !important; }.bg-anthracite-gradient { background: linear-gradient(135deg, #292927 0%, #4C4F54 100%) !important; }@keyframes megaMenuCascadeDown {
    0% { opacity: 0; transform: translateY(-15px); }
    100% { opacity: 1; transform: translateY(0); }
}
.mega-menu-trigger ul li {
    opacity: 0;
}
.mega-menu-trigger:hover ul li,
.mega-menu-trigger:focus-within ul li {
    animation: megaMenuCascadeDown 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.mega-menu-trigger:hover ul li:nth-child(1), .mega-menu-trigger:focus-within ul li:nth-child(1) { animation-delay: 0.40s; }
.mega-menu-trigger:hover ul li:nth-child(2), .mega-menu-trigger:focus-within ul li:nth-child(2) { animation-delay: 0.45s; }
.mega-menu-trigger:hover ul li:nth-child(3), .mega-menu-trigger:focus-within ul li:nth-child(3) { animation-delay: 0.50s; }
.mega-menu-trigger:hover ul li:nth-child(4), .mega-menu-trigger:focus-within ul li:nth-child(4) { animation-delay: 0.55s; }
.mega-menu-trigger:hover ul li:nth-child(5), .mega-menu-trigger:focus-within ul li:nth-child(5) { animation-delay: 0.60s; }
.mega-menu-trigger:hover ul li:nth-child(6), .mega-menu-trigger:focus-within ul li:nth-child(6) { animation-delay: 0.65s; }
.mega-menu-trigger:hover ul li:nth-child(7), .mega-menu-trigger:focus-within ul li:nth-child(7) { animation-delay: 0.70s; }
.mega-menu-trigger:hover ul li:nth-child(8), .mega-menu-trigger:focus-within ul li:nth-child(8) { animation-delay: 0.75s; }
.mega-menu-trigger:hover ul li:nth-child(9), .mega-menu-trigger:focus-within ul li:nth-child(9) { animation-delay: 0.80s; }
.mega-menu-trigger:hover ul li:nth-child(10), .mega-menu-trigger:focus-within ul li:nth-child(10) { animation-delay: 0.85s; }
.mega-menu-trigger:hover ul li:nth-child(11), .mega-menu-trigger:focus-within ul li:nth-child(11) { animation-delay: 0.90s; }
.mega-menu-trigger:hover ul li:nth-child(12), .mega-menu-trigger:focus-within ul li:nth-child(12) { animation-delay: 0.95s; }

[data-aos="blur-reveal"] {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    filter: blur(12px);
    transition-property: transform, opacity, filter;
    transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
[data-aos="blur-reveal"].aos-animate {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.hero-anim-1, .hero-anim-2, .hero-anim-3, .hero-anim-4 {
    opacity: 0;
}
body.loaded .swiper-slide-active .hero-anim-1 { animation: heroFadeIn 1s ease-out forwards 0.2s; }
body.loaded .swiper-slide-active .hero-anim-2 { animation: heroFadeIn 1s ease-out forwards 0.4s; }
body.loaded .swiper-slide-active .hero-anim-3 { animation: heroFadeIn 1s ease-out forwards 0.6s; }
body.loaded .swiper-slide-active .hero-anim-4 { animation: heroFadeIn 1s ease-out forwards 0.8s; }
@keyframes heroFadeIn {
    0% { opacity: 0; filter: blur(15px); }
    100% { opacity: 1; filter: blur(0px); }
}

@media (max-width: 767px) {
    .swiper-pagination {
        top: auto !important;
        bottom: 30px !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        flex-direction: row !important;
        gap: 8px !important;
    }
    .swiper-pagination-bullet {
        width: 12px !important;
        height: 4px !important;
        border-radius: 2px !important;
    }
    .swiper-pagination-bullet-active {
        width: 30px !important;
        height: 4px !important;
    }
}
