/* === GLOBAL STYLES === */
body {
  margin: 0;
  padding: 0;
  background-color: #0e0e10;
  font-family: 'Courier New', Courier, monospace;
}

/* Header start */
/* === HEADER === */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-left .siteLogo {
  width: 10%;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 60px;
}

.mainHeader {
  width: 50%;
}

.header-right {
  display: flex;
  justify-content: flex-end;
}

/* Header end */

/* === SECTION 1: HERO === */
.hero {
  padding-top: 120px;
  /* Adjust based on header height */
}


.hero {
  height: 100vh;
  background: url('../images/background.png') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  position: relative;
}

.hero-left,
.hero-right {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 60px;
}

.hero-left {
  flex-direction: column;
  color: #0fe267;
  gap: 40px;
  padding-top: 9.5rem;
}

.hero h1 {
  color: yellow;
  font-size: 2.8rem;
  margin: 0 0 30px;
}

.hero p {
  font-size: 1.5rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 0 20px;
}

/* .cta {
  position: absolute;
  top: 20px;
  right: 20px;
} */

.cta button {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  background-color: #0fe267;
  color: #000;
  border: none;
  border-radius: 5px;
}

/* === SECTION 2: SERVICES === */


.services {
  background-size: 100% 100%;
  color: white;
  padding: 30px 60px;
}

section.custSection {
  padding: 50px 0;
}

.services::before {
  content: '';
  position: absolute;
  top: -0.25px;
  left: 0;
  right: 0;
  bottom: -0.25px;
  background: inherit;
  z-index: -1;
}

.afterHero {
  position: relative;
  background-image: url('../images/next_Section.png');
  /* Corrected path */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
}



.siteStepArea {
  display: flex;
}

.heroSteps {
  border: 1px solid aqua;
  margin: 12px;
  padding: 28px 8px;
  text-align: center;
  border-radius: 5px;
  height: 230px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 20%;
}

.heroSteps:hover {
  transform: scale(1.05);
  /* Zoom in */
  box-shadow: 0 8px 20px rgba(0, 255, 255, 0.2);
  /* Optional: subtle glow */
}


.stepIcon i {
  font-size: 40px;
}

.services-text {
  text-align: center;
}

.serviceP {
  width: 100%;
  justify-content: center;
  display: flex;
}

.services-text h2 {
  font-size: 2rem;
  color: #00ffff;
  margin-bottom: 0;
}

.services-text p {
  font-size: 1.1rem;
  color: #ccc;
  width: 70%;
}

.services-box {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  min-width: 300px;
  padding-left: 30px;
}

.service {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #00ffff;
  transition: transform 0.3s ease;
}

.service:hover {
  transform: translateY(-5px);
  border-color: lime;
}

.customerSections h2 {
  font-size: 2.5rem;
  color: #00ffff;
  text-align: center;
}

.ourCustLogos {
  display: flex;
  padding: 0 50px;
  gap: 35px;
  justify-content: center;
}

.customerLogos {
  height: 120px;
  width: auto;
}

/* === SECTION 3: AI === */
.ai-section {
  position: relative;
  display: flex;
  height: 500px;
  background-size: 100% 100%;
  color: white;
  padding: 40px 60px;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
  overflow: hidden;
}

.ai-section::before {
  content: '';
  position: absolute;
  top: -0.25px;
  left: 0;
  right: 0;
  bottom: -0.25px;
  background: inherit;
  z-index: -1;
}

.ai-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex: 1;
  box-sizing: border-box;
}

.ai-highlight {
  color: #00ff00;
  font-size: 1.6rem;
  text-align: center;
  max-width: 500px;
  line-height: 1.5;
}

.ai-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  border-left: 2px solid #00ff00;
}

.ai-emoji {
  font-size: 80px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.ai-text {
  color: #00ffff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.ai-button {
  align-self: flex-end;
  margin-top: auto;
  padding: 12px 24px;
  font-size: 1rem;
  background-color: #00ffff;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

.ai-button:hover {
  background-color: #00cccc;
}

/* Accourdion start */
.accourdionQue {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10px 0;
}

.accourdionQue i {
  justify-content: center;
  align-content: center;
  color: #00ffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 1000px;
  /* large enough to fit content */
}

.faq-question {
  background: none;
  border: none;
  font-size: 1.1rem;
  color: #00ffff;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.accourdionQue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-item i {
  transition: transform 0.3s ease;
  color: #00ffff;
  position: absolute;
  right: 95px;
}

.faq-item.open i {
  transform: rotate(180deg);
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* Accourdion end */

/* === SECTION 4: FAQ === */
.faq-section {
  position: relative;
  z-index: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  gap: 40px;
  overflow: hidden;
  display: flex;
}

.faq-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  width: 30%;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.faqBtn {
  display: flex;
  justify-content: right;
  padding: 0 60px;
}

.faq-left h3 {
  font-size: 2rem;
  color: #00ffff;
  margin-bottom: 0;
}

.faq-left h2 {
  font-size: 2rem;
  color: #00ffff;
}

.faq-item.open .faq-question {
  color: #00e104;
}

.faq-right {
  flex: 1;
  width: 70%;
}

.faq-item {
  border-bottom: 1px solid #444;
  padding: 18px 0;
  padding-top: 0;
  margin-bottom: 18px;
}

.faq-question {
  background-color: transparent;
  border: none;
  color: #037c7c;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  /* padding: 10px 0; */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #ccc;
  font-size: 1rem;
}

.faq-item.open .faq-answer {
  max-height: 800px;
  margin-top: 10px;
}

.faq-button {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 24px;
  font-size: 1rem;
  background-color: #a0f503a4;
  color: black;
  border-radius: 5px;
  text-decoration: none;
}

/* === SECTION 5: FLAG === */
.flag-section {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 60px;
  gap: 40px;
  flex-wrap: wrap;
  min-height: 300px;
  overflow: hidden;
}

.flag-section::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  /* background: url('../images/next_Section.png') no-repeat center center; */
  background-size: cover;
  z-index: -1;
}

.flag-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #00ff00;
  padding-right: 40px;
}

.flag-left h2 {
  color: #00ff00;
  font-size: 2rem;
  font-weight: bold;
}

.flag-right.emoji-flags {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-left: 40px;
}

.flag {
  font-size: 4rem;
  transition: transform 0.3s ease;
}

.flag:hover {
  transform: scale(1.2);
}

.statsCount {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  gap: 45px;
}

/* .statsSection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
  gap: 60px;
} */

.statsSections h2 {
  font-size: 2.5rem;
  color: #00ffff;
  text-align: center;
  margin-bottom: 0;
}

.statBox {
  text-align: center;
  color: #68a20c;
  border: 2px solid aqua;
  width: 15%;
  padding: 26px 0px;
  border-radius: 10px;
  height: 100px;
}

.statBox h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.statBox p {
  font-size: 16px;
  margin-top: 8px;
  color: #a0a0a0;
}



/* ========================= */
/*      CONTACT SECTION      */
/* ========================= */

.contact-section {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 60px;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
}

/* Background bleed: 1px above and below */
.contact-section::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  /* background: url('../images/next_Section.png') no-repeat center center; */
  background-size: cover;
  z-index: -1;
}

/* LEFT SIDE */
.contact-left {
  flex: 1;
  width: 50%;
  color: white;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
}

html {
  scroll-behavior: smooth;
}

.contact-info {
  max-width: 400px;
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 1.1rem;
  margin: 10px 0;
}

.contact-info a {
  color: #00ffff;
  text-decoration: underline;
}

/* RIGHT SIDE */
.contact-right {
  flex: 1;
  width: 50%;
}

.contact-right form {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-right input,
.contact-right textarea {
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 20px;
}

.contact-right textarea {
  resize: vertical;
}

.contact-right button {
  background-color: #00ffff;
  color: black;
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-right button:hover {
  background-color: #00cccc;
}

/* RESPONSIVE */
@media screen and (max-width: 900px) {
  .contact-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    text-align: center;
  }

  .form-row {
    flex-direction: column;
  }
}


/* ========================= */
/*       FOOTER SECTION      */
/* ========================= */

.footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0e0e10;
  padding: 40px 60px;
  color: white;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #444;
}

.footer-column.footer-left {
  text-align: left;
}

.footer-column.footer-right {
  text-align: right;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

/* LEFT COLUMN */
.footer-left h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.footer-left p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.4;
}

/* CENTER COLUMN */
.footer-center img {
  object-fit: contain;
  width: 25%;
}

/* RIGHT COLUMN */
.footer-right a {
  display: block;
  margin-bottom: 8px;
  color: #00ffff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-right a:hover {
  text-decoration: underline;
}

.footer-right p {
  font-size: 0.9rem;
  color: #888;
  margin-top: 10px;
}

.calendly-inline-widget {
    height: 1090px !important;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .footer-section {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-right a {
    display: inline-block;
    margin: 0 10px 10px;
  }

  .footer-column.footer-left {
    text-align: center;
  }

  .footer-column.footer-right {
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .ourCustLogos {
    flex-direction: column;
  }

  .siteStepArea {
    flex-direction: column;
    align-items: center;
  }

  .heroSteps {
    width: 100%;
  }

  .ai-section {
    flex-direction: column;
    padding: 5px 18px;
  }

  .services-text h2 {
    font-size: 1.5rem;
  }

  .faq-section {
    padding: 0px 18px;
    flex-direction: column;
  }

  .faq-left {
    width: 100%;
    padding: 0;
  }

  .ai-right {
    border-left: 0;
    padding: 0;
  }
  .ai-text {
    text-align: center;
}
.faqBtn {
    justify-content: center;
}
  .faq-right {
    width: 100%;
  }

  .statsCount {
    flex-direction: column;
  }

  .faq-item i {
    display: none;
  }

  .contact-left,
  .contact-right {
    padding: 0;
  }

  .site-header {
    padding: 18px 16px;
  }

  .hero {
    flex-direction: column;
    height: 36vh;
  }

  .hero-left,
  .hero-right {
    padding: 0;
  }

  .hero-left {
    padding: 0;
  }

  .hero p {
    font-size: 18px;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero h1 {
    font-size: 34px;
  }

  .services {
    padding: 30px 18px;
  }

  .statBox {
    width: 65%;
  }

  .customerLogos {
    height: auto;
  }

  .services-text p {
    width: 100%;
  }

  .heroSteps {
    margin: 12px 0;
  }

  .ai-left {
    padding: 0;
  }
}