/* Omeo — ajustes sobre o AIXOR original */

@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* Restaura fontes AIXOR (globals.css sobrescreve com system-ui) */
.aixor-main, .aixor-main * { font-family: "Urbanist", sans-serif; }
.aixor-main .hero-bottom h2,
.aixor-main .section-title2,
.aixor-main .contact-content h3 { font-family: "Arapey", serif; }

/* Logo maior + alinhamento com conteúdo hero */
.header-menu-wrap .logo img { max-width: 160px; display: block; margin-left: -8px; }


/* ── Expansão full-width ──────────────────────────────────────────────
   custom-container é só max-width, padding real vem das seções.
   Zeramos o max-width e sobrescrevemos cada seção individualmente.
   ------------------------------------------------------------------ */

/* Container → constrained + centrado */
.custom-container {
  max-width: 1920px !important;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Header: mesma constraint */
.header-menu-wrap .custom-container {
  max-width: 1920px !important;
  margin: 0 auto;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Hero inner (tem padding próprio, não via container) */
.hero-sec .hero-inner {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* About (padding está na seção, não no container) */
.about-sec {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Feature / Projects (padding está no custom-container filho) */
.feature-sec .custom-container,
.single-project .header-menu-wrap .custom-container {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Services (container dentro do service-lists-header) */
.service-sec .service-lists-header .custom-container,
.service-sec-2 .service-lists-header .custom-container,
.service-sec .custom-container {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Awards header */
.awards-sec .section-header {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Team (padding na seção) */
.team-sec {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Pricing (padding no container filho) */
.pricing-sec .custom-container {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Contact (padding na seção) */
.contact-sec {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Footer */
.footer-area .footer-top {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* ── Footer demo form ────────────────────────────────────────────── */
.footer-demo-form h4 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 0 12px;
}
.footer-demo-form p {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
}
.footer-demo-form input {
  width: 100%;
  padding: 10px 14px;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  box-sizing: border-box;
  outline: none;
  font-family: "Urbanist", sans-serif;
}
.footer-demo-form input:focus { border-color: #555; }
.footer-demo-form .theme-btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

/* Template background */
.aixor-main {
  background: #000 !important;
}

/* ── Hero layout — text+button at bottom ────────────────────────────── */
.hero-sec .hero-inner {
  height: calc(100vh + 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-sec .hero-inner .hero-video {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-sec .hero-inner .hero-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Gradient overlay — darkens bottom so text is legible */
.hero-sec .hero-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.hero-sec .hero-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 40px;
}
.hero-sec .hero-bottom .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ── Restore original black/gray backgrounds ─────────────────────── */

/* Cards: team, pricing, projects, services, testimonials, faq */
.team-member-box,
.pricing-feature-card,
.feature-project,
.service-single-wrap .feature-project,
.testimonial-box,
.faq-lists,
.comment-box,
.sidebar-widget {
  background: linear-gradient(218deg, #141414 34%, #1f1f1f 69%) !important;
}

.pricing-box {
  background: linear-gradient(218deg, #141414 34%, #1f1f1f 69%) !important;
}

/* Service box — restore original hover reveal */
.service-box {
  background: transparent !important;
  transition: 0.3s;
}
.service-box .service-inner .title,
.service-box .service-inner .service-feature-lists,
.service-box .service-inner .service-feature-description p {
  opacity: 0.4;
  transition: 0.3s;
}
.service-box .service-inner .service-img-box {
  opacity: 0;
  transition: 0.3s;
}
.service-box.active,
.service-box:hover {
  background: rgba(20,20,20,0.75) !important;
}
.service-box.active .service-inner .title,
.service-box.active .service-inner .service-feature-lists,
.service-box.active .service-inner .service-feature-description p,
.service-box.active .service-inner .service-img-box,
.service-box:hover .service-inner .title,
.service-box:hover .service-inner .service-feature-lists,
.service-box:hover .service-inner .service-feature-description p,
.service-box:hover .service-inner .service-img-box {
  opacity: 1;
}

/* Inputs and form elements */
.contact-sec-2 .contact-form .input-group input,
.contact-sec-2 .contact-form .input-group textarea,
.radio-btns .radio-btn label,
.checkbox-btn {
  background: #1a1a1a !important;
}

/* Hamburger button */
.hamburg-menu {
  background: #1a1a1a !important;
}

/* theme-btn default background */
.theme-btn {
  background: #1a1a1a !important;
}

/* footer demo form input */
.footer-demo-form input {
  background: #111 !important;
  border-color: #2a2a2a !important;
}

/* Overlays and backdrops */
.header-sidebar-wrap.active .header-sidebar-overlay {
  background: rgba(0,0,0,0.85) !important;
}
.header-sidebar-wrap .header-sidebar-content {
  background: linear-gradient(180deg, #101010 0%, #1a1a1a 100%) !important;
}

/* Subtitle → bigger + breathing room */
.section-subtitle {
  margin-bottom: 20px !important;
  font-size: 17px !important;
  line-height: 22px !important;
}

/* Hero h2 +20% (96px → 115px) */
.hero-sec .hero-bottom h2 {
  font-size: 115px !important;
  line-height: 115px !important;
}

/* section-title2 match hero (+20%) */
.section-title.section-title2 {
  font-size: 115px !important;
  line-height: 125px !important;
}

/* ── Bootstrap grid mínimo para o footer ─────────────────────────── */
.footer-area .footer-top .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.footer-area .footer-top .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
  box-sizing: border-box;
}
/* Coluna central centralizada */
.footer-area .footer-top .col-md-3:nth-child(2) .footer-contact-infos {
  align-items: center !important;
  text-align: center !important;
}
/* Coluna central ocupa 50% (padrão AIXOR) */
.footer-area .footer-top .col-md-3:nth-child(2) {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  width: 50% !important;
}

/* Reduz font-size dos links de contato do footer (original é 40px) */
.footer-contact-infos .footer-widget-top a {
  font-size: 18px !important;
  line-height: 28px !important;
}

/* ── Section overlays — neutral gradients ─────────────────────────── */

/* About — gradient fade from transparent bottom to dark top */
.about-sec {
  background: linear-gradient(0deg, rgba(31,31,31,0) 0%, #1f1f1f 100%) !important;
}

/* Contact — gradient fade from transparent top to dark bottom */
.contact-sec {
  background-image: linear-gradient(180deg, rgba(31,31,31,0) 0%, #1f1f1f 100%) !important;
}

/* Contact title — text gradient */
.contact-sec .contact-content h3 {
  background: linear-gradient(90deg, rgb(255,255,255) 16%, rgb(77,77,77) 140%) !important;
  display: inline-block !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


/* ── Notch bar nav (side dots) ────────────────────────────────────── */
.notch-bar-menu-wrap {
  background: linear-gradient(180deg, #000 0%, #0a0a0a 50%, #000 100%) !important;
  border-right-color: rgba(139,0,245,0.2) !important;
}

/* ── Team CV card ────────────────────────────────────────────────── */
.team-cv-box {
  background: linear-gradient(218deg, #141414 34%, #1f1f1f 69%) !important;
}

/* ── Stats / Funfact cards ───────────────────────────────────────── */
.funfact-box {
  background: linear-gradient(218deg, #141414 34%, #1f1f1f 69%) !important;
  cursor: default;
}
/* Always show image, no hover effect */
.funfact-box .overlay {
  opacity: 1 !important;
}
/* Dark overlay on top of image */
.funfact-box::before {
  content: "";
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1;
  pointer-events: none;
}
/* No border change on hover */
.funfact-box:hover {
  border-color: #4d4d4d !important;
}

/* ── Contact form inputs ─────────────────────────────────────────── */
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: rgba(20,20,20,0.75) !important;
  border-color: rgba(255,255,255,0.12) !important;
}


/* ── Team CV subtitle — more breathing room ─────────────────────────── */
.team-cv-box p {
  padding-top: 12px;
}
