body{
  font-family: 'Poppins', sans-serif;
  margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;

}
h1, h2, h3, h4, h5, h6 {color:#000248 ;  font-family: 'DM Sans', sans-serif !important; }
h2{font-size: 50px;}
.an {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box; 
}
.an *, .an *::before, .an *::after {
    box-sizing: inherit;
}
.an-link, .an-contact-btn, .an-toggle-btn {
    transition: all 0.3s ease;
}
.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;
}


header.an {
    /*background: linear-gradient(90deg, #F3F6FD 0%, #D8E2F2 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;z-index: 9999;
}
.an.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.an-navbar {
    display: flex;
    max-width: 1350px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
}
 
a.an-logo {
    width: 27%;
}
.an-logo-placeholder img{
    max-width: 180px; 
    height: auto; 
    width: 100%;
    display: flex;
}
.an-menu-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 73%;
    justify-content: space-between;
}
.an-nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 25px; 
}
.an-nav-links > .an {
    margin-left: 30px;
}
.an-link {
    text-decoration: none;
    color: #000248;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 0;
    border-bottom: 2px solid transparent; 
}
.an-link.an-active {
    color: #D61F49;
    border-bottom: 2px solid #D61F49;
}
.ai-footer-bottom a{
    color:#fff; 
}
.an-link:hover {
    color: #D61F49;
    border-bottom: 2px solid #D61F49;
}
.an-contact-btn {
    background: #D61F49;
    color: #fff; text-decoration: none;
    padding: 10px 25px;display: inline-block;
    transition: transform 0.3s ease; display: inline-block;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(255, 39, 89, 0.3);
    white-space: nowrap;
}
.an-contact-btn:hover {
    transform: scale(.9);
}
.an-contact-btn:hover {
    background-color: #e62150; 
}

.an-desktop-hide { display: none; }


/* ======================================Footer Main Section========================== */
.ai-footer {
    background: #0C0833;
    padding: 60px 0 30px;
    border-top: 1px solid #eee;
    margin-top: -4px;
}
.ai-footer .container {
    max-width: 1350PX;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 0.7fr 1fr;
    gap: 40px;
    padding: 0px 15px 0px 15px;
}
.ai-footer .footer-about img {
    max-width: 220px;
    margin-bottom: 15px;
}
.ai-footer .footer-about p {
    font-size: 14px;
    line-height: 1.5;
    color: #B9B9B9;
}
.ai-footer .footer-about p a {
    color: #fff;
}
.ai-footer h2 {
    font-size: 22px;
    font-weight: 600;
    color: #FFF !important;
    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: #B9B9B9;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}
.ai-footer .tech-item a:hover {
    color: #B9B9B9;
}
.ai-footer .useful-links a {
    display: flex;
    align-items: center;
    color: #B9B9B9;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s;
}
.ai-footer .useful-links a i {
    margin-right: 8px;
    color: #B9B9B9;
    width: 16px;
    text-align: center;
}
.ai-footer .useful-links a:hover {
    color: #D61F49;
}
.ai-footer .get-touch p {
    margin: 0 0 10px;
    font-size: 14px;
    display: flex; color:#B9B9B9;
    align-items: center;
    gap: 8px;
}
.ai-footer .get-touch a {color:#B9B9B9; text-decoration: none;}
.ai-footer .get-touch a:hover {color:#D61F49;}
.ai-footer .get-touch p i {
    color: #B9B9B9;
    font-size: 16px;
    width: 18px;
    text-align: center;
}
.ai-footer-bottom {
    border-top: 1px solid #eeeeee26;
    margin-top: 40px;
    text-align: center;
    display: flex;
    padding: 20px 15px 0px 15px;
    max-width: 1350px;
    align-items: center;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}
.ai-footer-bottom p {
    font-size: 14px;
    color: #b9b9b9;
}
.ai-footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.ai-footer .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #757589;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration: none;
}
.ai-footer .social-icons a:hover {background: #D61F49;}
.footer-about {
    margin-top: -22px;
}

/* ===================HERO SECTION================================ */
.an-hero {
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.an-hero *, .an-hero *::before, .an-hero *::after {
    box-sizing: inherit;
}
.an-hero-section {
    background: linear-gradient(30deg, #E2FFE5 10%, #EEDEFF 100%);
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    padding: 120px 15px 20px 15px;
    overflow: hidden;
    max-width: 1350px;margin:0 auto;
}
.an-hero-content {
    max-width: 600px;
    padding-right: 20px;
}
.an-hero-title {
    font-size: 60px; 
    font-weight: 700;
    color: #000248;
    line-height: 1.2;
    margin-bottom: 20px;
}
.an-hero-description {
    font-size: 16px; 
    font-weight: 400;
    color: #757589;
    line-height: 1.7;
    margin-bottom: 30px;
}
.an-hero-btn {
    background: #D61F49;
    color: #fff;
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 39, 89, 0.3);
    transition: all 0.3s ease;
    display: inline-block; text-decoration: none;
}
.an-hero-btn:hover {
    box-shadow: 0 12px 25px rgba(255, 39, 89, 0.4);
    transform: scale(1.1);
}
.an-hero-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.an-hero-main-image {
    max-width: 100%;
    height: auto;
    display: block;/*aspect-ratio: 1;*/
    position: relative; 
    z-index: 2; 
}
.an-floating-image {
    position: absolute;
    border-radius: 15px; 
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: an-hero-float 3s ease-in-out infinite;
    z-index: 3; 
}
.an-floating-image img {
    width: 40px; 
    height: 40px;
    display: block;
    object-fit: contain;
}
.an-hero-main-image  {
  animation: floatUpDown 1s ease-in-out infinite;
}

/* Keyframes for floating motion */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* kitna upar jaaye */
  }
  100% {
    transform: translateY(0);
  }
}
.an-hero.an-floating-image {
  box-shadow: 0 0 0 0 rgba(0, 25, 91, 0.15);
  animation: anBoxBorderPulse 3s infinite ease-in-out;
}

@keyframes anBoxBorderPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 25, 91, 0.15);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(0, 25, 91, 0.25);
  }
}


.an-img-1 {top: 10%;width: 60px;height: 60px;left: 10%; animation-delay: 0s;}
.an-img-2 {top: 0%;width: 60px;height: 60px; left: 39%;animation-delay: 0.5s;}
.an-img-3 {top: -1%;width: 60px;height: 60px; right: 10%; animation-delay: 1s;}
.an-img-4 {top: 27%;width: 60px;height: 60px; left: 17%; animation-delay: 1.5s;}
.an-img-5 {top: 14%;width: 60px;height: 60px;  left: 29%;animation-delay: 2s;}
.an-img-6 {top: 20%;width: 60px;height: 60px; right: 10%;animation-delay: 2.5s;}
/*=========================================about section ==================================*/
.ab-section {
    padding: 0;
    margin: 0;background-image: linear-gradient(147deg, #E2FFE5 10%, #EEDEFF 100%);overflow-x: hidden;
}
.an-fade-in-left {
   opacity: 1 !important;
   transform: translateX(0) !important;
}

.ab-container {
    padding: 60px 15px 30px 15px;
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
    align-items: start;
}
.ab-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ab-img-main {
    display: block;height: auto; width: 100%;
    animation: floatUpDown 1s ease-in-out infinite;
    /*aspect-ratio: 1.2;*/
}
.ab-sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #D61F49;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ab-title {
    font-size: 50px;
    font-weight: 700;
    color: #000248;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}
.ab-description {
    font-size: 16px;
    font-weight: 400;
    color: #757589;
    line-height: 1.5;
    margin-bottom: 30px;
}
.ab-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.ab-check-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #212529;gap:10px;
}
.ab-check-icon {
    color: #D61F49;
    font-size: 1.2em;
    margin-right: 10px;
    line-height: 1;
}
.ab-check-text {
    padding-top: 2px;
}
.ab-btn {
    background-color: #D61F49;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(255, 39, 89, 0.3);
    transition: all 0.3s ease;
}
.ab-btn:hover {
    background-color: #e62150; 
    box-shadow: 0 8px 20px rgba(255, 39, 89, 0.4);
}
/*======================= COUNTER Styling=======================*/
        .anco-section {
            background-image: url("images/facts-bg.jpg");
            background-size: cover;
            background-position: center;
            position: relative;
            padding: 80px 0;
            overflow: hidden;
        }
        .anco-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #1F2457CC; 
            z-index: 1;
        }

        .anco-container {
            position: relative;
              z-index: 2;
             max-width: 1350px;
              margin: 0 auto;
             padding: 0 15px;
            display: grid;
           justify-content: space-around;
           grid-template-columns: 1fr 1fr 1fr;
           gap: 50px;
         }

        .anco-box {
         margin: 15px 1.5%;
         padding: 30px;
        text-align: center;
        border-radius: 10px;
        transition: all 0.4s ease-in-out;
          background-color: transparent;
         color: #fff;
         }
        .anco-box-1 {
            border: 2px solid #FFC90B;
        }
        .anco-box-1 .anco-icon svg path {
            stroke: #FFC90B;
            fill: none;
        }
        .anco-box-1 .anco-number {
            color: #FFC90B;
        }
        .anco-box-2 {
            border: 2px solid #42F132;
        }
        .anco-box-2 .anco-icon svg path {
            stroke: #42F132;
            fill: none;
        }
        .anco-box-2 .anco-number {
            color: #42F132;
        }
        .anco-box-3 {
            border: 2px solid #16F1FF;
        }
        .anco-box-3 .anco-icon svg path {
            stroke: #16F1FF;
            fill: none;
        }
        .anco-box-3 .anco-number {
            color: #16F1FF;
        }
        .anco-box-1:hover {
            background-color: #FFC90B;
        }
        .anco-box-1:hover .anco-icon svg path {
            stroke: #fff;
        }
        .anco-box-1:hover .anco-number,
        .anco-box-1:hover .anco-title {
            color: #fff;
        }
        .anco-box-2:hover {
            background-color: #42F132;
        }
        .anco-box-2:hover .anco-icon svg path {
            stroke: #fff;
        }
        .anco-box-2:hover .anco-number,
        .anco-box-2:hover .anco-title {
            color: #fff;
        }
        .anco-box-3:hover {
            background-color: #16F1FF;
        }
        .anco-box-3:hover .anco-icon svg path {
            stroke: #fff;
        }
        .anco-box-3:hover .anco-number,
        .anco-box-3:hover .anco-title {
            color: #fff;
        }
        .anco-icon {
            margin-bottom: 20px;
            line-height: 1;
        }
        .anco-number {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 5px;
            line-height: 1.2;
            transition: color 0.4s ease-in-out;
        }
        .anco-title {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: color 0.4s ease-in-out;
        }

/*================================SLIDER SECTION LEFT RIGHT================================*/
.web-slide-section {
      padding: 60px 0;
      background-color: #fff;
      position: relative;overflow-x: hidden;
    }
    /* Container of the slider */
#web-slide-container {
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden; /* hide extra slides */
  position: relative;
}

/* Track that slides */
#web-slide-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

/* Each slide */
.web-slide-item {
  flex: 0 0 100%; /* exactly one slide width */
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Optional: make images responsive */
.web-slide-item img {
  width: 100%;
  height: auto;
  display: block;
}

    .web-slide-container {
      max-width: 1350px;
      margin: 0 auto;
      padding: 0 15px;
      overflow: hidden;
    }
    .web-slide-track {
      display: flex;
      transition: transform 0.6s ease-in-out;
      width: 100%;
    }
    .web-slide-grid {
      flex: 0 0 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      box-sizing: border-box;
    }
    .web-slide-content {
      padding: 0px 0;
    }
    .web-slide-subtitle {
      font-size: 14px;
      font-weight: 600;
        background: #fff;
      color: #D61F49;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .web-slide-title {
      font-size: 48px;
      font-weight: 700;
      color: #000248;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .web-slide-description {
      font-size: 16px;
      color: #757589;
      line-height: 1.6;
      margin-bottom: 30px;
    }
    .web-slide-btn {
      display: inline-block;
      background-color: #D61F49;
      color: #fff;
      padding: 12px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 15px rgba(255, 39, 89, 0.4);
    }
    .web-slide-btn:hover {
      transform: scale(0.95);
      box-shadow: 0 2px 10px rgba(255, 39, 89, 0.6);
    }
    .web-slide-image {
      text-align: center;
      position: relative;
    }
    .web-slide-image img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .web-slide-dots {
      text-align: center;
      margin-top: 40px;
    }
    .web-slide-dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
      cursor: pointer;
    }
    .web-slide-dot.web-slide-active {
      background-color: #D61F49;
      transform: scale(1.2);
    }
    /*===============need work section===============================*/
    .nw {
  position: relative;
  background-color: #D61F49;
  color: #fff;
  overflow: hidden;
}
.nw-shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #fff;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}
.nw-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #0c0833;
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
}
.nw-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 100px 15px 30px 15px;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.nw-subtitle {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.nw-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;margin-top: 7px;
}
.nw-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 550px;
}
.nw-btn {
  display: inline-block;
  background: #fff;
  color: #0c0833;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nw-btn:hover {
  transform: scale(0.95);
}
.nw-image img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}




.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
}

/*-----------------------------------------------------------------------------------------------------*/
/* --- ============= MEDIA QUERY for Tablet/Mobile (Max Width 1024px) --- ==============*/
/*-------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
    h2{font-size: 30px;}
    .an-navbar {justify-content: space-between; }
    .an-desktop-hide { display: block; }
    .an-toggle-btn {background: none; border: none;font-size: 24px;color:;
        cursor: pointer;padding: 5px;z-index: 110; }
    .an-menu-wrapper { 
        display: none;  
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        bottom: 0;
        background: linear-gradient(90deg, #F3F6FD 0%, #D8E2F2 100%);
        flex-direction: column; align-items: flex-start;  padding: 10px 0 20px 0; z-index: 100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transform: translateY(-100%); transition: transform 0.3s ease-in-out;}
    .an-menu-wrapper.an-open {
        display: flex;transform: translateY(0); 
    }
    .an-nav-links {   flex-direction: column; width: 100%;margin-right: 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
        padding-bottom: 5px;}
    .an-nav-links > .an {margin: 0;   width: 100%;}
    .an-link {  display: block;padding: 12px 20px;  border-bottom: none;font-size:14px;  }
    .an-link.an-active, .an-link:hover { border-bottom: none; background-color: rgba(255, 39, 89, 0.1);  }
    .an-contact-btn-container {width: 100%; padding: 15px 20px 0; }
    .an-contact-btn {  width: 100%; }
    .ai-footer .container { grid-template-columns: 1fr 1fr;}
      .ai-hero-heading {font-size: 44px; }
      .hero-grid {grid-template-columns: 1fr;  padding: 60px 15px;text-align: center;}
    .an-hero-content { max-width: 100%;  padding-right: 0;margin-bottom: 40px; }
    .an-hero-title {  font-size: 2.5em; }
    .an-hero-description {font-size: 0.95em;}
    .ab-container {grid-template-columns: 1fr; padding: 50px 15px; gap: 20px; }
    .ab-img-container {order: 2;}
    .ab-right {order: 1; padding-bottom: 20px; }
    .anco-box {width: 68%;margin: 15px 2.5%;}

}

/*------------------------------------------------------------------------------------*/
    /* ===== ==================Responsive 767px ================================ */
    /*---------------------------------------------------------------------------------*/
  
    @media (max-width: 767px) {
        h2{font-size: 25px;}
.ai-footer .container {grid-template-columns: 1fr;    }
.ai-footer-bottom {display: flex;flex-direction: column;  }
.ai-footer {padding: 40px 0 30px;}
.an-hero-section {padding: 40px 0px; min-height: unset;}
.an-hero-title {font-size: 30px;margin-bottom: 15px; }
.an-hero-description {font-size: 16px;}
.an-hero-btn { padding: 12px 30px;font-size: 1em;}
.an-floating-image { padding: 7px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.an-floating-image img {width: 30px;   height: 30px; }
.an-img-1 {top: 6%;width: 60px;height: 60px;left: 0%; animation-delay: 0s;}
.an-img-2 {top: -11%;width: 60px;height: 60px; left: 35%;animation-delay: 0.5s;}
.an-img-3 {top: -3%;width: 60px;height: 60px; right: 0%; animation-delay: 1s;}
.an-img-4 {top: 27%;width: 60px;height: 60px; left: 17%; animation-delay: 1.5s;}
.an-img-5 {top: 9%;width: 60px;height: 60px;  left: 29%;animation-delay: 2s;}
.an-img-6 {top: 20%;width: 60px;height: 60px; right: 0%;animation-delay: 2.5s;}
.hero-grid {grid-template-columns: 1fr; padding: 50px 15px 10px 15px;}
.ab-container {padding: 0px 15px 10px 15px; margin-top: -58px;}
.ab-description { font-size: 16px;  }
.ab-btn {padding: 12px 25px; }
.anco-box {width: 70%;margin: 15px auto;}
.anco-container {  grid-template-columns: 1fr; margin: 0 auto; gap: 0px;}
.anco-section{ padding:30px 0px; }
.web-slide-grid {grid-template-columns: 1fr; padding: 10px;text-align: center;gap: 0px;      }
.web-slide-image {order: -1;margin-bottom: 30px; }
.web-slide-title {font-size: 25px; }
 .nw-inner {grid-template-columns: 1fr;text-align: center;padding: 76px 15px 30px 15px;gap:12px;}
  .nw-desc { margin: 0 auto 30px;}
  .nw-btn {margin-bottom: 20px;}
.ab-title {font-size: 25px;}
.ab-section { margin-top: -50px;}
.hero-grid .an-hero-btn { margin-bottom: 18px;}
.nw-title {font-size: 25px;}
.web-slide-content {margin-top: -11px;}
.nw-subtitle { margin-bottom: 9px;}
    a.an-logo {
        width: 100%;
        max-width: 150px;
    }
    .web-slide-section {padding: 35px 0 0px 0px;}
.nw-shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #fff;
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
}
.web-slide-dots {
    text-align: center;
    margin-top: 23px;
    margin-bottom: -6px;
}



    }