.aeps-advantages-wrapper {
    --prime-blue: #2563eb;
    --prime-indigo: #4f46e5;
    --prime-teal: #0d9488;
    --prime-pink: #db2777;
    --prime-gray: #6b7280;
    --prime-light: #f9fafb;
    --prime-dark: #111827;
    --card-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --card-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.aeps-registration-section {
  padding: 6rem 5%;
}

.aeps-registration-section .heading {
  font-size: 5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.aeps-registration-section .highlight {
  color: #202694;
}

.aeps-registration-section .subtext {
  font-size: 1.6rem;
  color: #555;
  margin-top: 2rem;
  line-height: 1.8;
}

.aeps-registration-section iframe {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  border-radius: 0.8rem;
  border: none;
}

.aeps-agent-section {
    padding: 6rem 5%;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5ff 100%);
    position: relative;
    overflow: hidden;
}

.aeps-agent-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2; text-align: center;
}

.aeps-agent-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    line-height: 1.2;
}

.aeps-agent-subtitle {
    font-size: 2rem;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 2.5rem;
}

.aeps-agent-highlight {
    color: #3b82f6;
    font-weight: 600;
}

.aeps-signup-btn {
    display: inline-block;
    padding: 1rem 2.4rem;
    background-color: #202694;
    color: white;
    font-weight: 600;
    font-size: 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.aeps-signup-btn:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

/* Decorative Elements */
.aeps-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(59, 130, 246, 0.1);
}

.circle-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
}

.circle-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
}

.aeps-service-section {
  padding: 6rem 5%;
  background-color: #fff;
  text-align: center;
}
.section-heading {
    font-size: 5rem;
    font-weight: 700;
    color: #333;
  margin-bottom: 1.5rem;
}
.aeps-service-section .section-heading span {
  color: #2a2d87;
}

.section-subtext {
  font-size: 1.6rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto 4rem auto;
}

.section-paragraph {
    font-size: 1.6rem;
    text-align: center;
    color: #555;
    max-width: 900px;
    margin: 0 auto 2rem auto;
}
.aeps-service-section .benefit-item {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: #333;
}
.aeps-service-section .benefit-item i {
  color: #2a2d87;
  font-size: 1.8rem;
}

.custom-dropdown-menu{
  margin: auto;
}

/*Start payout section*/
.payout-section{
    padding: 4rem 5%;
    background: url(../img/digital-section-bg.jpg);
    background-size: cover; background-position: center;
    width: 100%; -webkit-animation: zoomin 20s ease-in infinite;
    animation: zoomin 20s ease-in infinite;
    transition: all .5s ease-in-out;
}

.payout-box{
    background: var(--white-color);
    padding: 2rem; text-align: center;
    box-shadow: 0px 12px 24px rgba(47,65,129,.1);
    margin-bottom: 1.5rem; border-radius: 10px;
    padding: 4rem 2rem;
}

.payout-box img{
    width: 90px;
    outline: 1.6px dotted #afc2ec;
    outline-offset: 10px;
    border-radius: 6px;
}

.payout-box h4{
    font-size: 2.4rem !important;
    font-weight: 700;
    color: #141d38;
    margin: 0;
    padding: 1.5rem 0;
    margin-top: 1rem;
}

.payout-box p{
    font-size: 1.6rem;
    color: var(--gray-color);
    margin: 0;
    line-height: 1.6;
}

.aeps-registration-section-img img{
  width: 100%; height: auto;
}

/* AEPS Process Section */
.aeps-process-section {
    padding: 6rem 5%;
    background-color: #f8f9fa;
}

 .section-title {
    font-size: 5rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 4rem;
    color: #333;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #202694;
    margin: 1.5rem auto 0;
    border-radius: 2px;
}

.aeps-process-section .process-step {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #4263eb;
}

.aeps-process-section .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.aeps-process-section .step-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap; gap: 1.5rem;
}

.aeps-process-section .step-icon {
    width: 50px;
    height: 50px;
    background-color: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    color: #4263eb;
    font-size: 2rem;
}

.aeps-process-section .step-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.aeps-process-section .step-content {
    font-size: 1.8rem;
    color: #555;
    padding-left: 7rem;
}

/* Checkmark for completed steps */
.aeps-process-section .step-completed {
    color: #27ae60;
    font-size: 1.8rem;
    margin-left: auto;
}

/* Unique Features Section */
.premium-features {
    padding: 8rem 5%;
    position: relative;
    overflow: hidden;
}

.premium-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(67,97,238,0.03) 0%, rgba(255,255,255,0.1) 100%);
    z-index: -1;
}

.section-heading {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.become-section-head{
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.section-subgroup-heading{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3rem;
    background: #e9efff;
    color: var(--main-color);
    font-size: 1.8rem;
    border-radius: 33px;
    margin: auto;
    margin-bottom: 1.5rem;
}

.section-heading h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.section-heading h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.section-heading p {
    font-size: 1.6rem;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    z-index: 1;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary);
    transition: all 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.feature-card:hover::before {
    width: 100%;
    opacity: 0.1;
}

.feature-status {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
}

.status-active {
    background: var(--success);
    box-shadow: 0 5px 15px rgba(76,201,240,0.3);
}

.status-inactive {
    background: var(--danger);
    box-shadow: 0 5px 15px rgba(247,37,133,0.3);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    color: white;
    font-size: 2.8rem;
    box-shadow: 0 10px 20px rgba(67,97,238,0.2);
}

.feature-content h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--dark);
}

.feature-content p {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 0;
}


/* Features Grid */
.aeps-advantages-wrapper{
  padding: 4rem 5%;
  background: url(../img/main-service-section-bg.jpg);
  background-size: cover; background-position: center;
  width: 100%;
}
.aeps-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}

/* Feature Card */
.aeps-feature-tile {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: var(--card-shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
}

.aeps-feature-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}

.aeps-feature-tile:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
}

/* Status Indicator */
.aeps-feature-status {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.aeps-status-active {
    background: var(--prime-teal);
}

.aeps-status-inactive {
    background: var(--prime-pink);
}

/* Feature Icon */
.aeps-feature-iconwrap {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--prime-blue) 0%, var(--prime-indigo) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    color: white;
    font-size: 2.8rem;
    box-shadow: 0 10px 15px rgba(37, 99, 235, 0.3);
}

/* Feature Content */
.aeps-feature-content {
    position: relative;
}

.aeps-feature-heading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--prime-dark);
}

.aeps-feature-description {
    font-size: 1.8rem;
    color: var(--prime-gray);
    margin-bottom: 0;
}

/* Image Card */
.aeps-feature-visual {
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--card-shadow-hover);
    position: relative;
    min-height: 400px;
    background: linear-gradient(135deg, var(--prime-blue) 0%, var(--prime-indigo) 100%);
}

.aeps-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.aeps-feature-visual:hover img {
    transform: scale(1.03);
}

.aeps-visual-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
    color: white;
}

.aeps-visual-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.aeps-visual-text {
    font-size: 1.5rem;
    opacity: 0.9;
}

.modern-payment-benefits{
  padding: 4rem 5%;
}
/* Benefits Grid */
.modern-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

/* Benefit Card */
.modern-benefit-card {
  background: white;
  border-radius: 16px;
  padding: 3.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
  z-index: 1;
}

.modern-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #4361ee, #3a0ca3);
  transition: all 0.4s ease;
}

.modern-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(67, 97, 238, 0.15);
}

.modern-benefit-card:hover::before {
  width: 100%;
  opacity: 0.05;
}

/* Card Content */
.modern-benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4361ee, #3a0ca3);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  color: white;
  font-size: 2.8rem;
  box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
}

.modern-benefit-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1e293b;
  position: relative;
  display: inline-block;
}

.modern-benefit-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #4361ee, #3a0ca3);
  border-radius: 3px;
}

.modern-benefit-content {
  font-size: 1.6rem;
  color: #475569;
  line-height: 1.8;
}

.modern-highlight {
  background: linear-gradient(90deg, rgba(67, 97, 238, 0.15), rgba(67, 97, 238, 0));
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 500;
}

/* App Showcase */
.modern-app-showcase {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 400px;
  background: linear-gradient(135deg, #4361ee, #3a0ca3);
}

.modern-app-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.modern-app-showcase:hover img {
  transform: scale(1.03);
}

.modern-showcase-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: white;
}

.modern-showcase-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.modern-showcase-text {
  font-size: 1.6rem;
  opacity: 0.9;
}

.cgpey-benefits{
  padding: 4rem 5%;
  background: linear-gradient(135deg, #ffffff 0%, #f1f5ff 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.benefit-card {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.1);
}

.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4f46e5, #818cf8);
  border-radius: 12px;
  background: #202694;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.8rem;
}

.card-title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}

.card-content {
  font-size: 1.8rem;
  color: #64748b;
  line-height: 1.7;
  flex-grow: 1;
}

.visual-highlight {
  grid-column: 1 / -1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  margin-top: 2rem;
  background: linear-gradient(135deg, #4f46e5, #818cf8);
}

.micro-atm-benefits-section {
  padding: 6rem 5%;
}

.micro-atm-benefits-box {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}

.micro-atm-benefits-icon img {
   width: 80px;
}

.micro-atm-benefits-content h3 {
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
  color: #0f0f0f;
  margin-bottom: 1.5rem;
}

.micro-atm-benefits-content p {
  font-size: 1.8rem;
  color: #333;
  margin: 0;
  line-height: 1.7;
}
/*End payout section*/






/*MEDIA QUARIES*/
@media screen and (max-width: 1200px){
 .aeps-feature-visual {
      grid-column: span 1;
      min-height: 350px;
  }

  .modern-app-showcase {
      grid-column: span 1;
      min-height: 350px;
  }
}

@media screen and (max-width: 768px){
  .aeps-process-section {
      padding: 4rem 5%;
  }
  
  .aeps-process-section .section-title {
      font-size: 2.6rem;
      margin-bottom: 3rem;
  }
  
  .aeps-process-section .process-step {
      padding: 2rem;
      position: relative;
  }
  
  .aeps-process-section .step-content {
      padding-left: 0;
      padding-top: 1rem;
  }

  .aeps-advantages-title {
      font-size: 2.8rem;
  }
  
  .aeps-feature-iconwrap {
      width: 60px;
      height: 60px;
      font-size: 2.4rem;
      border-radius: 14px;
  }
  
  .aeps-feature-heading {
      font-size: 2.8rem;
  }

  .aeps-process-section .step-completed{
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .cgpey-benefits {
        padding: 4rem 5%;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .section-heading{
      font-size: 4rem;
    }

    .benefits-grid{
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .micro-atm-benefits-box {
      flex-direction: column;
      align-items: flex-start;
    }

    .micro-atm-benefits-icon {
      margin-bottom: 1rem;
    }

}



