/*
Theme Name: Nexa Optimum Solutions
Theme URI: https://nexaoptimum.com/
Author: Nexa Optimum Solutions
Author URI: https://nexaoptimum.com/
Description: A professional coming soon theme for Nexa Optimum Solutions featuring embedded marketing materials and modern design.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexa-optimum
Tags: custom-menu, custom-logo, featured-images, one-column, custom-colors, custom-header, custom-background

Nexa Optimum Solutions WordPress Theme, (C) 2025 Nexa Optimum Solutions
Nexa Optimum Solutions is distributed under the terms of the GNU GPL
*/

/* Reset & Base Styles */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Space+Grotesk:wght@300..700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #0a2540;
    --dark-blue: #061a2a;
    --light-blue: #4a9eff;
    --gold-yellow: #ffd700;
    --white: #ffffff;
    --text-light: rgba(255, 255, 255, 0.9);
    --text-muted: rgba(255, 255, 255, 0.7);
}

html, body {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--white);
}


/* 
.site-main {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
} */

.page-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Header */
.site-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  z-index: 1000;
  position: relative;
}
.container{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: .3s;
}
/* ===== LOGO ===== */
.site-branding {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.site-logo-img {
  height: 62px;
  width: auto;
  display: block;
}
.banner-content-inner {
    text-align: left;
    max-width: 68%;
}

/* ===== BUTTON ===== */
.header-buttons {
  display: flex;
  align-items: center;
  min-width: max-content;
}
.header-nav {
    width: 100%;
    /* display: none; */
    padding: 0 10px;
}
ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
ul.menu li a {
    text-decoration: none;
    font-size: 17px;
    color: #2d5796;
    font-weight: 600;
}
.btn-header {
  text-decoration: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 22px;
  transition: background 0.25s ease;
}

.btn-contact {
  background: #2f5bd3;
  color: #ffffff;
}

.btn-contact:hover {
  background: #2346a8;
}

.coming-soon-content {
    background: #00000059;
}

/* footer */
.site-footer {
  width: 100%;
  background: linear-gradient(93.22deg, #223459 0%, #285086 100%);
  padding: 18px 16px;
}

.footer-content {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.footer-copyright {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}


.footer-url {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer-url:hover {
  text-decoration: underline;
}

/* footer end */
.page-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.coming-soon-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.coming-soon-text {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 35px;
    z-index: 2;
    font-family: "Space Grotesk", sans-serif;
    bottom: -0px;
}
.coming-soon-text {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    line-height: 1;
    opacity: 0.9;
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding: 25px 0;
}
.background-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coming-soon-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  margin-bottom: 50px;
}
.coming-soon-section,
.background-image,
.coming-soon-content {
    height: calc(100vh - 94px);
}
.coming-soon-title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: 1;
    color: #ffffff;
    margin-bottom: 15px;
}

.coming-soon-title .highlight {
  color: #f5b400;
}

.coming-soon-description {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 820px;
  margin-bottom: 36px;
  text-align: left;
}

.btn-primary {
  padding: 14px 36px;
  border-radius: 32px;
  background: rgba(45, 87, 149, 1);
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.documents-section {
    z-index: 3;
    position: relative;
    margin-top: -420px;
    padding: 100px 0;
}
.documents-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.document-image-wrapper {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.document-image {
  width: 100%;
  height: auto;
  display: block;
}
.document-image-wrapper .pdf1 img {
    width: 100%;
}
.document-image-wrapper .pdf1 {
    width: 100%;
}
.footer-comming {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-top: 6px;
}
.coming-soon-text.v2 {
    position: static;
    letter-spacing: normal;
    text-align: left;
    line-height: 2;
    font-size: 50px;
}


.ticker {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    backdrop-filter: blur(18px);
    overflow: hidden;
    padding: 12px 0px;
    background:linear-gradient(93.22deg, #223459 0%, #285086 100%);
}
.ticker__track{
    display:flex;
    width:max-content;
    animation: scroll 18s linear infinite;
}
.ticker__track span{
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:0.08em;
    white-space:nowrap;
    padding-right:10px;
    color:white;
    opacity:1;
    line-height: 1.2;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    display: inline-block;
}

/* smooth infinite animation */
@keyframes scroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}
@media(max-width: 1600px) {
  .coming-soon-text {
    font-size: 45px;
  }
}
@media(max-width: 1536px) {
  .coming-soon-title {
      font-size: 77px;
  }
  .coming-soon-section,
  .background-image,
  .coming-soon-content {
      height: calc(100vh - 94px);
  }
  .coming-soon-text {
    font-size: clamp(25px, 12vw, 78px);
    bottom: -16px;
  }
  .ticker__track span {
      font-size: 30px;
  }
}
@media (max-width: 1366px) {
  .coming-soon-text {
    font-size: clamp(25px, 12vw, 68px);
    bottom: -7px;
}
}
@media(max-width:1280px){
  .coming-soon-text {
      font-size:40px;
  }
  .ticker__track span {
      font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .banner-content-inner {
    max-width: 100%;
  }
  .coming-soon-content {
      padding: 0 0px;
  }
  ul.menu {
      align-items: START;
      padding-left: 15px;
  }
  .coming-soon-title {
    font-size: 72px;
       
  }
  .menu {
    flex-direction: column;
    gap: 20px;
  }

.hamburger {
    display: flex;
    position: absolute;
    right: 20px;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.hamburger span {
  transition: all 0.3s ease;
}
  .header-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,.15);
    transition: right .4s ease;
    padding-top: 80px;
    z-index: 1000;
  }

  .header-nav.active {
    right: 0;
  }

.header-buttons {
    margin-right:50px;
}
.coming-soon-text {
    font-size: 38px;
}
}
@media (max-width: 992px) {
  .coming-soon-title {
    font-size: 56px;
  }
.documents-section {
    margin-top: -420px;
}
.documents-grid {
    gap: 10px;
}
.documents-section {
    padding: 60px 0;
}
.header-wrapper {
    padding: 14px 15px;
}
.container {
    padding: 0 15px;
}
.coming-soon-text {
    font-size: clamp(25px, 12vw, 45px);
}
.coming-soon-text.v2 {
    line-height: 2.5;
    font-size: 40px;
}
.ticker__track span {
    font-size: 20px;
}
}
@media(max-width: 768px){
  .coming-soon-text {
    font-size :35px;
    padding: 18px 0;
  }
  .coming-soon-text.v2 {
    line-height: 2.5;
    font-size: 35px;
}

}
@media (max-width: 576px) {
  /* .coming-soon-section {
    height: auto;
    padding: 120px 0;
  } */
  .coming-soon-text.v2 {
    color: white;
    white-space: normal;
    line-height: 1.4;
    font-size: 22px;
    margin-top: 15px;
}
  .documents-grid {
    grid-template-columns: 1fr;
  }
  .coming-soon-content {
    position: relative;
  }
    .documents-section {
        margin-top: -130px;
    }
  .coming-soon-title {
    font-size: 38px;
        letter-spacing: -1.2px;
        line-height: 43px;
  }
  .coming-soon-description {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}
.site-logo-img {
    height: 50px;
}
.coming-soon-section, .background-image, .coming-soon-content {
    height: calc(100vh - 80px);
}
.header-buttons {
    margin-right: 50px;
}
.btn-primary {
    padding: 8px 20px;
    border-radius: 32px;
    font-size: 13px;
}
}


/* contact */
.contact-section,
.wpcf7 {
    background: linear-gradient(135deg, #06172a, #0a2342);
    padding: 60px 40px;
    color: #ffffff;
}

.wpcf7 form {
    max-width: 420px;
    margin: auto;
}

.wpcf7 label {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 14px;
    color: #0a2342;
    margin-top: 6px;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    box-shadow: none;
}

.wpcf7 textarea {
    resize: vertical;
    min-height: 120px;
}

.wpcf7 input[type="submit"]{
    border: 0;
}
.wpcf7 input[type="submit"]:hover {
    background: #1d4ed8;
}

.wpcf7 p {
    margin-bottom: 18px;
}

.wpcf7-spinner {
    display: inline-block;
    margin-left: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #fca5a5;
}

.wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
}
.letter-from-ceo {
    position: relative;
}
.letter-from-ceo-img img {
    max-width: 140px;
    border-radius: 5px;
}
.letter-from-ceo-img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
    transition: 0.3s all ease;
    transform: rotate(20deg);
}
.letter-from-ceo:hover .letter-from-ceo-img {
    opacity: 1;
    visibility: visible;
}