:root {
      --e-global-color-1e6b07a: #ffffff; 
    }

    body {
      margin: 0;
      font-family: 'Jost', sans-serif;
    }
    h2{ font-size:38px;line-height:1.2em; color:#2A2B3F; }
    p {font-size: 16px;line-height: 1.5em;color: #797A8C;}
    /* ===== Header Base ===== */
    .ah-info {
      position: relative;
      width: 100%;
      background-color: transparent;
       background-image: linear-gradient(90deg, #30BD9B1A 0%, #885DD11A 100%);
      transition: all 0.4s ease;
      z-index: 999;
    }
    .ah-info.sticky {
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff !important;
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      animation: slideDown 0.4s ease forwards;
    }
    @keyframes slideDown {
      from {
        transform: translateY(-100%);
      }
      to {
        transform: translateY(0);
      }
    }
    .ah-inner {
      max-width: 1250px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 25px;
    }
    .ah-logo img {
      height: 55px;
    }
    .ah-nav ul {
      list-style: none;
      display: flex;
      gap: 30px;
      margin: 0;
      padding: 0;
    }
    .ah-nav ul li a {
      text-decoration: none;
      color: #00195B;
      font-weight: 500;
      transition: color 0.3s;
    }
    .ah-nav ul li a.active {
      color: #CC92C1;
    }
    .ah-nav ul li a:hover {
      color: #d18ad4;
    }
    .ah-btn {
      background: linear-gradient(90deg, #00195B 0%, #CC92C1 100%);
      color: #fff;
      padding: 10px 25px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 500;
      transition: opacity 0.3s;
    }
    .ah-btn:hover {
      transform: translateY(-3px);
  background: linear-gradient(90deg, #CC92C1 0%, #00195B 100%);
    }
    .ah-toggle {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      position: absolute;
    right: 20px;
    top: 30px;
    }
    .ah-toggle span {
      width: 25px;
      height: 3px;
      background: #0d1a3a;
      border-radius: 2px;
      transition: 0.3s;
    }

/* ======================================Footer Main Section========================== */


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ai-footer {
    background: #fff;
    padding: 60px 0 30px; 
    border-top: 1px solid #eee;
}
.ai-footer .container {
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 0 0px;
}
.ai-footer .footer-about img {
    max-width: 220px;
    margin-bottom: 15px;
}
.ai-footer .footer-about p {
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
}
.ai-footer .footer-about p a {
    color: #2A2B3F;
}
.ai-footer h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2A2B3F;
    margin-bottom: 20px; margin-top: -20px;
}
.ai-footer .tech-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ai-footer .tech-item img {
    max-width: 28px;
    height: auto;
    margin-right: 10px;
}
.ai-footer .tech-item a {
    color: #212529;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}
.ai-footer .tech-item a:hover {
    color: #CC92C1;
}
.ai-footer .useful-links a {
    display: flex;
    align-items: center;
    color: #2A2B3F;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: 0.3s;
}
.ai-footer .useful-links a i {
    margin-right: 8px;
    color: #2A2B3F;
    width: 16px;
    text-align: center;
}
.ai-footer .useful-links a:hover {
    color: #2A2B3F;
}
.ai-footer .get-touch p {
    margin: 0 0 10px;
    font-size: 14px;
    display: flex;
    color:#2A2B3F;
    align-items: center;
    gap: 8px;
}
.ai-footer .get-touch a {color:#2A2B3F; text-decoration: none;}
.ai-footer .get-touch a:hover {color:#CC92C1;}
.ai-footer .get-touch p i {
    color: #797A8C;
    font-size: 16px;
    width: 18px;
    text-align: center;
}
.ai-footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 40px;
    text-align: center;
    display: flex;
    padding-top: 20px;
    max-width: 1250px;
    align-items: center;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}
.ai-footer-bottom p {
    font-size: 14px;
    color: #555;
}
.ai-footer-bottom p a{
    color:#2A2B3F;
}
.ai-footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.ai-footer .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #4a4a4a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
}
.ai-footer .social-icons a:hover {background: #00195B;}



    /*========================hero section============================*/
    .ai-hero {
  background-color: transparent;
  background-image: linear-gradient(90deg, #30BD9B1A 0%, #885DD11A 100%);
  padding: 60px 0px 70px 0px;
  /*margin-top: -95px;*/
}
.ai-hero-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.ai-hero-content {
  animation: fadeInLeft 1.2s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0; /* starts hidden */
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ai-hero-content {
  flex: 1 ;
  max-width: 600px;
}
.ai-hero-badge {
  display: inline-block;
  background: #00195B;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  animation: aiBorderPulse 2s infinite ease-in-out;
}
@keyframes aiBorderPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 25, 91, 0.8);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(0, 25, 91, 0.3);
  }
}
.ai-hero-heading {
  font-size: 60px;
  font-weight: 700;
  color: #0d1a3a;
  margin: 25px 0 20px;
  line-height: 1.1;
}
.ai-hero-text {
  font-size: 20px;
  color: #2A2B3F;
  margin-bottom: 35px;
  line-height: 1.5;
}
.ai-hero-btn {
  display: inline-block;
  background: linear-gradient(90deg, #00195B 0%, #CC92C1 100%);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ai-hero-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #CC92C1 0%, #00195B 100%);
}
.ai-hero-btn i {
  margin-left: 8px;
}
.ai-hero-image-box {
  flex: 1 ;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 0 0 0 rgba(0, 25, 91, 0.15);
  animation: aiBoxBorderPulse 3s infinite ease-in-out;
}
@keyframes aiBoxBorderPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 25, 91, 0.15);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 25, 91, 0.25);
  }
}
img.ai-hero-img {
    max-width: 500px;
}
/*=================================OUR SERVICE ===================================*/
.our-s {
  padding: 60px 15px;
  font-family: 'Jost', sans-serif;
}
/* --- Fade In Left / Right Animations --- */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.our-s-image {
  opacity: 0;
  animation: fadeInLeft 1.2s ease-out forwards;
  animation-delay: 0.2s;
}
.our-s-content {
  opacity: 0;
  animation: fadeInRight 1.2s ease-out forwards;
  animation-delay: 0.4s;
}
.our-s-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.our-s-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 15px;
  /*box-shadow: 0 0 20px 5px rgba(0, 25, 91, 0.08);*/
}
.our-s-content p {
  font-size: 20px;
  color: #2A2B3F;
  margin: 20px 0 30px;
  line-height: 1.6;
}
.our-s-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-bottom: 40px;
  padding: 0;
}
.our-s-list li {
  font-weight: 500;
  color: #2a2b3f;
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-s-list li i {
  color: #00195B;
  font-size: 16px;
}
/* ============================Journey Section ============================= */
.journey {
  
  padding: 0;
  text-align: center;
  font-family: 'Jost', sans-serif;
}
.journey-inner {
  max-width: 1250px;
  margin: 0 auto;
}
/* --- Fade In Up Animation --- */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply to .journey */
.journey {
  opacity: 0; /* start hidden */
  animation: fadeInUp 1.2s ease-out forwards;
  animation-delay: 0.2s; /* small delay */
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
.journey-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 25, 91, 0.08);
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
}
.journey-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 25, 91, 0.15);
}
.journey-box h3 {
  background-color: #0d1a3a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
}
.journey-box p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 25px 0;
  margin: 0;
}
.journey-btn {
  display: inline-block;
  margin: 20px 25px 25px;
  background: linear-gradient(90deg, #0d1a3a, #c086c8);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.journey-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
/* --- =========================AC Counter Section Styles ===================================--- */
.ac-counter {
    padding: 60px 20px;
    background-color: #ffffff; 
    font-family: Arial, sans-serif;
    text-align: center;
}
.ac-counter-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: flex-start; 
}
.ac-counter-item {
    padding: 10px;
}
.ac-counter-number {
    font-size: 70px; 
    font-weight: 800; 
    color: #0c2b5b; 
    line-height: 1.2;
    margin-bottom: 5px;
}
.ac-counter-label {
    font-size: 22px;
    font-weight: 500;
    color: #666666; 
    margin-top: 5px;
}
/* --- =============================HIW Section Styles ---====================== */
.hiw {
    background-color: #2A2B3F; 
    padding: 70px 0px;
    overflow: hidden; 
}
.hiw-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex; 
    align-items: center; justify-content: space-between;
    gap: 60px;
}
@keyframes slideInFromLeft {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInFromRight {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
.hiw-image-column {
    animation: slideInFromLeft 1.2s ease-out forwards;
    opacity: 0; 
    animation-delay: 0.2s; 
    flex: 1;
    position: relative;
    max-width: 50%;
}
.hiw-content-column {
    animation: slideInFromRight 1.2s ease-out forwards;
    opacity: 0; 
    animation-delay: 0.4s; 
    flex: 1;
    max-width: 50%;
    color: #ffffff;
}
.hiw-illustration {
    width: 100%;
    height: auto;
    display: block;
    
    margin: 0 auto;
    transform: none; 
}
.hiw-heading {
    color: #ffffff; 
    font-size: 34px; 
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}
.hiw-steps {
    margin-top: 30px;
}
.hiw-step-item {
    display: flex; 
    flex-direction: column; 
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
.hiw-step-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hiw-step-header {
    display: flex;
    align-items: center; 
    margin-bottom: 8px; 
}
.hiw-step-icon {
    font-size: 20px;
    margin-right: 15px;
    color: #fff; 
}
.hiw-step-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0; 
}

.hiw-step-text {
    font-size: 16px;
    line-height: 1.6;
    color: #fffcfc;
    margin-left: 35px;
    margin-top: 0;
}

/* --- =======================WCU Section Styles========================= --- */
.wcu {
    padding: 60px 0px 30px 0px; background: #F5F5F7;
    overflow: hidden; 
}

.wcu-container {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center; 
}

@keyframes fadeInFromLeft {
    0% { transform: translateX(-50px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes fadeInFromRight {
    0% { transform: translateX(50px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
.wcu-content-column {
    animation: fadeInFromLeft 1.2s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s; 
    padding-right: 20px;
}
.wcu-image-column {
    animation: fadeInFromRight 1.2s ease-out forwards;
    opacity: 0;
    animation-delay: 0.4s;
}
.wcu-heading {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}
.wcu-features {
    margin-top: 30px;
}
.wcu-feature-item {
    display: flex;
    align-items: center; 
    margin-bottom: 25px;
}
.wcu-icon {
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0; 
    color: #0c2b5b; 
    padding-top: 3px; 
}
.wcu-title {
    font-size: 20px;
    font-weight: 500;
    color: #2A2B3F;
    margin-bottom: 5px;
}
.wcu-description {
    font-size: 16px;
    line-height: 1.6;
    color: #2A2B3F;
}
.wcu-highlight-box {
    background-color: #ffffff; 
    padding: 20px; 
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); */
}
.wcu-highlight-box .wcu-icon {
    color: #6C62FF; 
}
.wcu-image-column {
    display: flex;
    justify-content: center; 
    align-items: center;
}
.wcu-illustration {
    max-width: 100%;
    height: auto;
    display: block;
}






.whatsapp-btn {
    background-color: #1bd741;
    color: white;
    padding: 7px 8px;
    text-decoration: none;
    margin-top: 20px;
    align-items: center;
    display: flex;
    gap: 10px;
    border-radius: 50%
}

.whatsapp-btn,.whatsapp-btn .icon-what {
    font-size: 30px
}

.whatfixed {
    position: fixed;
    left: 24px;
    bottom: 55px;
    z-index: 999
}

.acme_links>ul>li:hover a {
    color: #71b23f
}

@keyframes video-out {
    to {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0
    }
}

.whatsapp-btn:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 20px #1bd741;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 2s;
    border-radius: 50%;
    opacity: 0;
    animation-name: video-out;
    opacity: 1;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}







    /*------------------------------------------------------------------------------------*/
    /* ===== ==================Responsive 1024px================================ */
    /*---------------------------------------------------------------------------------*/
    @media (max-width: 1024px) {
      .ah-inner { flex-wrap: wrap;}
      .ah-toggle { display: flex; }
      .ah-nav {width: 100%; display: none;flex-direction: column; align-items: flex-start; padding-top: 15px; }
      .ah-nav ul {flex-direction: column; width: 100%;gap: 15px;}
      .ah-btn {display: none; }
      .ah-info.active .ah-nav {display: flex;}
      .ah-info.active .ah-btn {display: inline-block;margin-top: 15px;}
      .ah-info.active .ah-toggle span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}
      .ah-info.active .ah-toggle span:nth-child(2) { opacity: 0; }
      .ah-info.active .ah-toggle span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px);  }
      .ah-inner {padding: 10px 15px;}
      .ah-nav ul { gap: 20px; }
      .ai-footer .container { grid-template-columns: 1fr 1fr;}
      .ai-hero-heading {font-size: 44px; }
      section.ai-hero {padding: 140px 20px 50px 20px;}
      .our-s-inner {gap: 40px;}
      .journey-grid {grid-template-columns: repeat(2, 1fr);  }
      .ac-counter-container { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
      .hiw {padding: 50px 20px;}
      .hiw-container {flex-direction: column;gap: 40px; }
      .hiw-image-column,
      .hiw-content-column {max-width: 100%;width: 100%;animation: none; opacity: 1; transform: none; }
      .hiw-step-item {align-items: flex-start;}
      .hiw-step-header {justify-content: left; }
      .hiw-step-text {text-align: left; margin-left: 0; }
      .wcu-container {grid-template-columns: 1fr;gap: 40px; }
    .wcu-content-column,
    .wcu-image-column {  padding-right: 0; animation: none; opacity: 1; transform: none;    }
    .wcu-content-column {order: 2; }
    .wcu-image-column {order: 1;}

    }

    /*------------------------------------------------------------------------------------*/
    /* ===== ==================Responsive 767px ================================ */
    /*---------------------------------------------------------------------------------*/
  
    @media (max-width: 767px) {
      h2{font-size: 26px;}
      .ah-inner { flex-wrap: wrap;}
      .ah-toggle { display: flex; }
      .ah-nav {width: 100%; display: none;flex-direction: column; align-items: flex-start; padding-top: 15px; }
      .ah-nav ul {flex-direction: column; width: 100%;gap: 15px;}
      .ah-btn {display: none; }
      .ah-info.active .ah-nav {display: flex;}
      .ah-info.active .ah-btn {display: inline-block;margin-top: 15px;}
      .ah-info.active .ah-toggle span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}
      .ah-info.active .ah-toggle span:nth-child(2) { opacity: 0; }
      .ah-info.active .ah-toggle span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px);  }
      .ai-footer .container {grid-template-columns: 1fr;    }
      .ai-footer-bottom {display: flex;flex-direction: column; margin-top: -12px;}
      .ai-footer {padding: 40px 20px 30px 20px;}
      .ai-hero-inner {flex-direction: column;text-align: center;  }
      .ai-hero-heading {font-size: 32px;}
      .ai-hero-text {font-size: 16px;}
      .ai-hero-image-box { padding: 25px;flex: auto;}
      img.ai-hero-img {max-width: 200px;}
      section.ai-hero {padding: 40px 15px 50px 15px;}
      .our-s-inner {grid-template-columns: 1fr; text-align: center;}
      .our-s-content p {font-size: 16px;}
      .our-s-list { grid-template-columns: 1fr; justify-items: left;}
      .our-s-list li {justify-content: left;}
      .our-s-content {text-align: left;}
      .journey-grid {grid-template-columns: 1fr; padding: 0px 0px;}
      .journey h2 { margin-bottom: -30px;}
      .journey-box {text-align: left;  }
      .journey {   padding: 0px 15px; text-align: left;}
      .ac-counter-container { grid-template-columns: 1fr 1fr; gap: 0px;}
      .ac-counter-number {font-size: 35px; }
      p.ac-counter-label { font-size: 16px;}
      .hiw {padding: 40px 15px 20px 15px;  }
      h2.hiw-heading {font-size: 25px;}
      .hiw-illustration {max-width: 90%; margin: 0 auto; }
      .wcu {padding: 0px 15px; }
    .wcu-heading { font-size: 25px; margin-bottom:-20px; }
    section.ac-counter { padding: 20px;}

    }