/*!
Theme Name: Aurora360
Theme URI: #
Author: #
Author URI: #
Description: Custom WP theme for Aurora360.ai
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aurora360
Tags: Custom build WP Theme
*/

/* ============================================================
   FONTS
============================================================ */
@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Regular.woff2") format("woff2"),
    url("fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("fonts/Satoshi-Medium.woff2") format("woff2"),
    url("fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   RESET & BASE
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

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

body {
  font-family:
    "Satoshi",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background-color: #010117;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/* ============================================================
   NAVIGATION
============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition:
    transform 0.35s ease,
    background 0.3s ease;
  padding: 20px 0;
}

.site-header.headroom--unpinned {
  transform: translateY(-100%);
}

.site-header.headroom--pinned {
  transform: translateY(0);
}

.site-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 230, 209, 0.11) 0%, rgba(27, 230, 209, 0) 94.23%);
  backdrop-filter: blur(13.75px);
  -webkit-backdrop-filter: blur(13.75px);
  pointer-events: none;
  z-index: -1;
}

.brand-teal {
  color: #00d4d8;
}

header a {
  color: #fff;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Skip link */
.skip-link {
  position: absolute;
  top: -999px;
  left: 0;
  background: #1be6d1;
  color: #05060f;
  padding: 8px 16px;
  z-index: 9999;
  font-size: 0.875rem;
}

.skip-link:focus {
  top: 0;
}
.container {
  max-width: 1145px;
}
.o8 {opacity: 0.8;}
.libre {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  color: #1be6d1;
  font-size: 24px;
  letter-spacing: 1.3px;
}

h1,
.h1 {
  font-size: 60px;
  font-weight: 500;
}

h2,
.h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
}

h3,
.h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.6px;
}

.accordion {
  border-bottom: 0.5px solid #38334d;
  cursor: pointer;
  padding: 15px 0;
}

.accordion .title {
  cursor: pointer;
  user-select: none;
  margin: 0;
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion.active .content {
  max-height: 400px;
}

.accordion-icon {
  display: inline-flex;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.accordion.active .accordion-icon {
  transform: rotate(45deg);
}

.fw-500 {
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.4px;
}

.min-h-100 {
  height: 80vh;
}

/* Hero video background */
.hero-section {
  position: relative;
  overflow: hidden;
}

a {
  color: inherit;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 71%;
  height: 85%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(1, 1, 23, 0.75) 0%, rgba(1, 1, 23, 0.4) 60%, rgba(1, 1, 23, 0.1) 100%);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-200 {
  margin-bottom: 200px;
}
.cards .text {
  padding: 30px 20px;
  color: #fff;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
span.cat {
  border-radius: 28px;
  background: #1be6d1;
  color: #010117;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  letter-spacing: -0.24px;
  padding: 8px 16px;
  border: none;
  display: inline-block;
}
.card-item .link {
  position: absolute;
  left: 15px;
  bottom: 20px;
}

.card-item {
  position: relative;
}

.search {
  border-radius: 40px;
  border: 0.5px solid #5d5580;
  display: flex;
  width: 347px;
  padding: 12px 24px 14px 24px;
  align-items: center;
  gap: 131px;
  margin-bottom: 25px;
}
.search input {
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-shadow: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search input:focus,
.search input:focus-visible {
  border: 0;
  box-shadow: 0;
  outline: none;
}
.fs-20 {
  font-size: 20px;
}
.page-template-page-insights .col-lg-4 {
  padding: 0 10px;
}


.text h3 {
  padding: 6px 0 26px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.6px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.card-item .text {
  padding: 20px 15px 70px;
}

.checkbox {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #8277b3;
}

span.name {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 100% */
}

.card-item .text p {
  opacity: 0.8;
}
.card-item {
  border-radius: 26px;
  border: 1px solid #38334d;
  background: linear-gradient(180deg, #020317 0%, #0b0823 100%);
  overflow: hidden;
  text-align: left;
  height: 100%;
}

.delivery-card .text {
  padding: 16px 25px;
}
.delivery-card {
  border-radius: 15px;
}

.delivery-icon {
  line-height: 1;
}

.delivery-photo {
  min-height: 420px;
  background-image: url("/wp-content/uploads/2026/05/Rectangle-760.png");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

/* ============================================================
   CONTACT FORM 7
============================================================ */
.contact-wrap .wpcf7-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-wrap .wpcf7-form p {
  margin-bottom: 16px;
}

/* All inputs & textarea */
.contact-wrap .wpcf7-form input[type="text"],
.contact-wrap .wpcf7-form input[type="email"],
.contact-wrap .wpcf7-form input[type="tel"],
.contact-wrap .wpcf7-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #38334d;
  border-radius: 15px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  min-height: 60px;
}

.contact-wrap .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-wrap .wpcf7-form input[type="text"]::placeholder,
.contact-wrap .wpcf7-form input[type="email"]::placeholder,
.contact-wrap .wpcf7-form input[type="tel"]::placeholder,
.contact-wrap .wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-wrap .wpcf7-form input[type="text"]:focus,
.contact-wrap .wpcf7-form input[type="email"]:focus,
.contact-wrap .wpcf7-form input[type="tel"]:focus,
.contact-wrap .wpcf7-form textarea:focus {
  border-color: rgba(27, 230, 209, 0.45);
}

.contact-wrap .wpcf7-form textarea {
  min-height: 240px;
  resize: vertical;
}

/* Remove inner span padding from CF7 */
.contact-wrap .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

/* Checkbox */
.contact-wrap .wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 32px;
}

.contact-wrap .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.contact-wrap .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.contact-wrap .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
  background: #1be6d1;
  border-color: #1be6d1;
}

.contact-wrap .wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: 2px solid #010117;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.contact-wrap .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

/* Submit button */
.contact-wrap .wpcf7-form .wpcf7-submit,
.button {
  display: block;
  margin: 0 auto;
  background: transparent;
  border: 1.5px solid #1be6d1;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Satoshi", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 24px;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease;
  letter-spacing: 0.2px;
}

.contact-wrap .wpcf7-form .wpcf7-submit:hover {
  background: #1be6d1;
  color: #010117;
}

/* Validation messages */
.contact-wrap .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}

.contact-wrap .wpcf7-response-output {
  border: 1px solid rgba(27, 230, 209, 0.3);
  border-radius: 10px;
  padding: 14px 20px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}

.contact-wrap .wpcf7-mail-sent-ok {
  border-color: rgba(27, 230, 209, 0.4);
  color: #1be6d1;
}

.contact-wrap .wpcf7-mail-sent-ng,
.contact-wrap .wpcf7-spam-blocked {
  border-color: rgba(255, 107, 107, 0.4);
  color: #ff6b6b;
}

.card-item img {
  display: block;
  width: 100%;
}

/* ============================================================
   BODY BOTTOM VIDEO BACKGROUND
============================================================ */
.body-bottom-video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44vh;
  z-index: -1;
  pointer-events: none;
}

.body-bottom-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.body-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #010117 0%, rgba(1, 1, 23, 0.29) 30%);
  backdrop-filter: blur(50.65px);
  -webkit-backdrop-filter: blur(50.65px);
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 24px 0 0;
  background: transparent;
}

.footer-brand {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 0.75rem;
  color: #1be6d1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-desc {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 20px;
  margin-top: 60px;
}

.footer-heading {
  color: #fff;
  font-family: "Satoshi";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
  display: inline-block;
}

footer .mailto {
  color: #15e8d3;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer-links a {
  color: #fff;
  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 191.667% */
}

.footer-links a:hover {
  color: #1be6d1;
}

.footer-bottom {
  padding: 15px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.28px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  text-decoration: none;
}
