html,
body{
    margin:0 ;
    padding:0 ;
}

.custom-navbar{
    top:0 ;
    left:0;
    right:0;
    margin:0 ;
}
.aeo-hero,
.breadcrumb-line a {
  color: #fff;
}
.aeo-hero,
.cta-box,
.screen,
.service-card,
.why-box {
  overflow: hidden;
}
.laptop::after,
.plant-art::after,
.section-title h2::after,
.service-card::before {
  content: "";
  content: "";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --navy: #061226;
  --navy2: #091a35;
  --orange: #ff4b14;
  --orange2: #ff7a00;
  --purple: #6d2cff;
  --blue: #126cff;
  --green: #10b981;
  --pink: #e8378f;
  --text: #071226;
  --muted: #5b667a;
  --border: #dce4f0;
}
body {
  font-family: Outfit, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.aeo-hero {
  padding: 130px 0 60px;
  background:
    radial-gradient(
      circle at 70% 40%,
      rgba(109, 44, 255, 0.25),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(255, 75, 20, 0.18),
      transparent 22%
    ),
    linear-gradient(135deg, #041024 0, #061226 48%, #0b1230 100%);
  position: relative;
}
.hero-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(109, 44, 255, 0.25);
  filter: blur(90px);
  right: 18%;
  top: 20%;
}
.breadcrumb-line {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #d8deea;
  font-size: 14px;
  margin-bottom: 24px;
}
.hero-tag {
  display: inline-block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.aeo-hero h1 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
}
.aeo-hero p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 36px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 650px;
}
.chart,
.stat-box,
.voice-card {
  display: flex;
  gap: 12px;
}
.stat-box {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 14px 12px;
  align-items: center;
  min-height: 78px;
}
.stat-box i {
  font-size: 26px;
  color: var(--orange);
}
.stat-box h5 {
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1;
}
.stat-box span {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.hero-art {
  position: relative;
  min-height: 420px;
}
.laptop {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 480px;
  height: 285px;
  background: #1f2937;
  border: 12px solid #1a2030;
  border-radius: 18px;
  transform: perspective(800px) rotateX(3deg) rotateY(-4deg);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.45);
}
.laptop::after {
  width: 560px;
  height: 26px;
  background: linear-gradient(180deg, #b7bdc8, #6d7480);
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  border-radius: 0 0 60px 60px;
}
.screen {
  width: 100%;
  height: 100%;
  background: #131a33;
  border-radius: 8px;
  padding: 28px;
  position: relative;
}
.chart,
.floating-box,
.plant-art,
.plant-art::after,
.snippet,
.target-icon,
.voice-card {
  position: absolute;
}
.screen h6 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.screen h3 {
  color: #20e08a;
  font-size: 34px;
  font-weight: 500;
  margin: 10px 0 0;
}
.screen span {
  color: #20e08a;
  font-size: 13px;
  font-weight: 700;
}
.chart {
  right: 40px;
  top: 65px;
  width: 150px;
  height: 105px;
  align-items: end;
}
.chart i {
  flex: 1;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #ff4bff, #6d2cff);
}
.snippet {
  background: #fff;
  border-radius: 10px;
  left: 28px;
  right: 28px;
  bottom: 25px;
  padding: 14px;
}
.snippet b {
  color: #0f172a;
  font-size: 13px;
}
.snippet p {
  height: 7px;
  background: #8da2ff;
  border-radius: 10px;
  margin: 8px 0 0;
  width: 80%;
}
.snippet p:nth-child(3) {
  width: 65%;
}
.snippet p:nth-child(4) {
  width: 45%;
}
.floating-box {
  left: 25px;
  top: 120px;
  width: 130px;
  background: linear-gradient(145deg, #4822b8, #2c176f);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 18px;
  z-index: 3;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}
.floating-box small {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.floating-box p {
  font-size: 11px;
  line-height: 1.4;
  margin: 8px 0 0;
}
.voice-card {
  right: 0;
  top: 150px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  align-items: center;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}
.voice-card i {
  font-size: 30px;
}
.voice-card span {
  font-size: 13px;
  font-weight: 700;
}
.target-icon {
  right: 60px;
  top: 15px;
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  color: var(--orange);
  font-size: 85px;
}
.plant-art {
  right: 5px;
  bottom: 35px;
  width: 70px;
  height: 95px;
  background: linear-gradient(#21b15f, #0b7f3a);
  border-radius: 80% 20% 70% 30%;
}
.cta-box,
.cta-content,
.section-title h2,
.service-card,
.service-card h4,
.service-card p,
.service-card > i {
  position: relative;
}
.plant-art::after {
  width: 70px;
  height: 45px;
  background: #fff;
  bottom: -35px;
  left: 0;
  border-radius: 0 0 18px 18px;
}
.section-title span {
  color: var(--purple);
}
.section-title h2,
.service-card h4 {
  color: var(--text);
}
.section-title h2::after {
  background: var(--orange);
}
.service-card {
  border: 1px solid var(--border);
}
.service-card:hover {
  border-color: var(--orange);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}
.service-card > i {
  display: grid;
  place-items: center;
}
.service-card.green > i {
  background: #5fc447;
}
.process-icon.purple,
.service-card.purple > i {
  background: var(--purple);
}
.process-icon.orange,
.service-card.orange > i {
  background: var(--orange);
}
.service-card.blue > i {
  background: var(--blue);
}
.service-card.pink > i {
  background: var(--pink);
}
.process-icon.teal,
.service-card.teal > i {
  background: #14b8a6;
}
.service-card a {
  color: var(--purple);
  font-size: 14px;
  font-weight: 500;
}
.why-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 34px;
}
.why-points i {
  color: var(--orange);
}
.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.dash-grid div {
  background: #eef4ff;
  border-radius: 10px;
  padding: 14px;
}
.dash-grid small {
  color: #64748b;
  display: block;
}
.dash-grid strong {
  color: #16a34a;
  font-size: 22px;
}
.line-chart {
  margin-top: 20px;
  height: 70px;
  background:
    linear-gradient(135deg, transparent 45%, #16a34a 45% 50%, transparent 50%),
    repeating-linear-gradient(90deg, #eef2ff 0 1px, transparent 1px 45px);
}
.process-section {
  padding: 10px 0 26px;
}
.process-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.process-icon,
.result-card i {
  display: grid;
  place-items: center;
}
.process-item {
  flex: 1;
  text-align: left;
}
.process-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}
.process-icon.blue {
  background: #3147f5;
}
.process-icon.green {
  background: #10b981;
}
.process-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}
.process-item h5 {
  font-size: 17px;
  font-weight: 500;
}
.process-item p {
  color: #475569;
  font-size: 18px;
  line-height: 1.5;
}
.process-arrow {
  padding-top: 23px;
  color: var(--text);
  font-size: 24px;
}
.result-section {
  padding: 10px 0 34px;
}
.result-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 24px;
  display: flex;
  gap: 18px;
  height: 100%;
  transition: 0.3s;
}
.result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.1);
}
.result-card i {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #eefdf4;
  color: #17b26a;
  font-size: 34px;
}
.cta-art img,
.why-img-box img {
  height: auto;
  object-fit: contain;
}
.result-card h3 {
  color: #0fa968;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
.result-card h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.result-card p {
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.cta-section {
  padding: 0 0 28px;
}
.cta-box {
  background: linear-gradient(110deg, #ff7a00, #f02d5f, #6d2cff);
  border-radius: 24px;
  padding: 14px 28px;
  color: #fff;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.cta-content {
  z-index: 2;
}
.cta-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cta-content p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.cta-btn {
  background: #fff;
  color: #071226;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 600;
}
.cta-btn:hover {
  background: #071226;
  color: #fff;
}
.cta-art {
  width: 350px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-art img {
  width: 100%;
  max-width: 320px;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}
@media (max-width: 991px) {
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    min-height: auto;
  }
  .cta-art {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-art img {
    max-width: 330px;
  }
}
@media (max-width: 575px) {
  .cta-section {
    padding: 0 0 24px;
  }
  .cta-box {
    padding: 20px;
    border-radius: 18px;
    gap: 18px;
  }
  .cta-content h2 {
    font-size: 22px;
  }
  .cta-content p {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .cta-btn {
    width: 100%;
    text-align: center;
  }
  .cta-art img {
    max-width: 100%;
  }
}
.why-section {
  padding: 30px 0;
}
.why-box {
  background:
    radial-gradient(
      circle at 80% 30%,
      rgba(109, 44, 255, 0.25),
      transparent 30%
    ),
    linear-gradient(135deg, #061226, #0b1230);
  color: #fff;
  border-radius: 25px;
  padding: 20px;
}
.why-box h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 18px;
}
.why-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin-bottom: 34px;
}
.why-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.why-points div {
  text-align: center;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.why-points div:last-child {
  border-right: none;
}
.why-points i {
  display: block;
  font-size: 34px;
  color: #ff4b14;
  margin-bottom: 10px;
}
.why-points h5 {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
.why-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-img-box img {
  width: 100%;
  max-width: 560px;
  display: block;
  filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.35));
}
.services-section {
  padding: 56px 0 50px;
  background: #fff;
}
.section-title {
  text-align: center;
  margin-bottom: 34px;
}
.section-title span {
  display: inline-block;
  color: #6d2cff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.section-title h2 {
  color: #071226;
  font-size: 34px;
  font-weight: 800;
  margin: 0;
}
.section-title h2::after {
  content: "";
  width: 46px;
  height: 3px;
  background: #ff4b14;
  border-radius: 30px;
  display: block;
  margin: 12px auto 0;
}
.service-card {
  height: 100%;
  min-height: 245px;
  background: #fff;
  border: 1px solid #dce4f0;
  border-radius: 16px;
  padding: 30px 26px;
  transition: 0.35s;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}
.service-card::before {
  position: absolute;
  right: -45px;
  top: -45px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 0.12;
  transition: 0.35s;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: #ff4b14;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}
.service-card:hover::before {
  transform: scale(1.35);
}
.service-card > i {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 22px;
  z-index: 2;
}
.service-card h4 {
  color: #071226;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  z-index: 2;
}
.service-card p {
  color: #334155;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  z-index: 2;
}
.service-card.green::before,
.service-card.green > i {
  background: linear-gradient(135deg, #5ecb43, #16a34a);
}
.service-card.purple::before,
.service-card.purple > i {
  background: linear-gradient(135deg, #7c3aed, #5b21ff);
}
.service-card.orange::before,
.service-card.orange > i {
  background: linear-gradient(135deg, #ff7a00, #ff4b14);
}
.service-card.blue::before,
.service-card.blue > i {
  background: linear-gradient(135deg, #1463ff, #0057ff);
}
.service-card.pink::before,
.service-card.pink > i {
  background: linear-gradient(135deg, #f03375, #db2777);
}
.service-card.teal::before,
.service-card.teal > i {
  background: linear-gradient(135deg, #13b8a6, #0fbaa1);
}
@media (max-width: 991px) {
  .cta-art {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-art img {
    max-width: 340px;
  }
  .why-box {
    padding: 34px 26px;
  }
  .why-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .why-points div {
    border-right: none;
  }
  .why-img-box {
    margin-top: 25px;
  }
  .why-img-box img {
    max-width: 520px;
  }
  .services-section {
    padding: 48px 0 42px;
  }
  .service-card {
    min-height: 230px;
    padding: 28px 24px;
  }
}
@media (max-width: 575px) {
  .cta-art {
    min-height: auto;
  }
  .cta-art img,
  .why-img-box img {
    max-width: 100%;
  }
  .why-section {
    padding: 24px 0;
  }
  .why-box {
    padding: 28px 20px;
    border-radius: 14px;
  }
  .section-title h2,
  .why-box h2 {
    font-size: 26px;
  }
  .why-box p {
    font-size: 15px;
  }
  .why-points {
    grid-template-columns: 1fr;
  }
  .services-section {
    padding: 40px 0 35px;
  }
  .service-card {
    min-height: auto;
    padding: 26px 22px;
  }
  .service-card > i {
    width: 54px;
    height: 54px;
    font-size: 25px;
    margin-bottom: 18px;
  }
  .service-card h4 {
    font-size: 18px;
  }
  .service-card p {
    font-size: 14px;
  }
}
.aeo-hero h1 {
  font-size: 54px;
}
@media (max-width: 991px) {
  .hero-art img,
  .hero-stats,
  .why-img-box img {
    max-width: 100%;
  }
  .hero-stats,
  .why-points {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-navbar {
    position: relative;
    padding: 12px 0;
  }
  .navbar-collapse {
    background: #061226;
    padding: 18px;
    border-radius: 12px;
    margin-top: 14px;
  }
  .navbar-nav {
    gap: 4px;
  }
  .navbar .nav-link {
    padding: 10px 0 !important;
  }
  .navbar .nav-link.active::after,
  .process-arrow {
    display: none;
  }
  .nav-phone {
    margin: 14px 0;
  }
  .nav-btn,
  .process-item {
    width: 100%;
    text-align: center;
  }
  .aeo-hero {
    padding: 60px 0 45px;
    text-align: left;
  }
  .aeo-hero h1 {
    font-size: 44px;
    line-height: 1.15;
  }
  .aeo-hero p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 26px;
  }
  .hero-art {
    min-height: auto;
    margin-top: 30px;
  }
  .section-title h2,
  .why-box h2 {
    font-size: 28px;
  }
  .services-section {
    padding: 42px 0 34px;
  }
  .service-card {
    min-height: 220px;
    padding: 26px 22px;
  }
  .why-box {
    padding: 28px 22px;
  }
  .why-points {
    gap: 22px;
  }
  .why-points div {
    border-right: none;
    padding: 0;
  }
  .process-wrapper {
    flex-direction: column;
    gap: 18px;
  }
  .process-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    min-height: auto;
  }
  .cta-art {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-art img {
    max-width: 340px;
  }
}
@media (max-width: 575px) {
  .hero-stats,
  .why-points {
    grid-template-columns: 1fr;
  }
  .cta-btn,
  .process-item,
  .result-card {
    text-align: center;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .logo-icon {
    width: 42px;
    height: 36px;
    font-size: 28px;
  }
  .footer-logo h4,
  .navbar-brand h4,
  .process-item h5 {
    font-size: 16px;
  }
  .aeo-hero {
    padding: 42px 0 36px;
  }
  .breadcrumb-line {
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 18px;
  }
  .hero-tag,
  .section-title span,
  .stat-box span {
    font-size: 12px;
  }
  .aeo-hero h1 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .aeo-hero p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .process-icon,
  .service-card > i,
  .stat-box h5 {
    font-size: 24px;
  }
  .hero-stats {
    gap: 20px;
  }
  .stat-box {
    min-height: 70px;
    padding: 12px;
  }
  .cta-art,
  .service-card {
    min-height: auto;
  }
  .hero-art {
    display: none;
  }
  .section-title {
    margin-bottom: 24px;
  }
  .section-title h2,
  .why-box h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .services-section {
    padding: 36px 0 28px;
  }
  .service-card {
    padding: 24px 20px;
    border-radius: 14px;
  }
  .cta-box,
  .why-box {
    border-radius: 16px;
  }
  .service-card > i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }
  .service-card h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .cta-content p,
  .service-card p {
    font-size: 14px;
    line-height: 1.55;
  }
  .why-section {
    padding: 22px 0;
  }
  .why-box {
    padding: 24px 18px;
  }
  .why-box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .why-points {
    gap: 18px;
  }
  .why-points i {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .process-item p,
  .why-points h5 {
    font-size: 14px;
  }
  .why-img-box {
    margin-top: 22px;
  }
  .process-section {
    padding: 24px 0;
  }
  .process-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .process-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 10px;
  }
  .process-item h4 {
    font-size: 20px;
  }
  .result-card {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .result-card i {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }
  .cta-section {
    padding: 0 0 24px;
  }
  .cta-box {
    padding: 22px 18px;
    gap: 18px;
  }
  .cta-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .cta-btn {
    width: 100%;
  }
  .cta-art img {
    max-width: 100%;
  }
}
/* =========================
   FIX: Pixel 7 Sticky Header
   ========================= */

.custom-navbar,
.navbar.custom-navbar,
.navbar.fixed-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
}

/* give space for fixed header */
body {
  padding-top: 78px;
}

/* mobile / Pixel 7 */
@media (max-width: 991px) {
  .custom-navbar,
  .navbar.custom-navbar,
  .navbar.fixed-top {
    position: fixed !important;
    top: 0 !important;
    padding: 10px 0 !important;
  }

  body {
    padding-top: 68px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}