.am-hero-reg{
      --am-teal:#1abc9c;
      --am-teal-dark:#0f9d84;
      --am-navy:#0c2436;
      --am-gold:#c9a227;
      --am-gold-light:#e0c15a;
      --am-cream:#fdfaf2;
      --am-sub:#4d5e63;
      font-family:'Poppins',sans-serif;
      position:relative;
      width:100%;
      background:#fdfaf2;
      overflow:hidden;
      box-sizing:border-box;
    }
    .am-hero-reg *{box-sizing:border-box;}

    /* ---------- full-bleed background photo ---------- */
    .am-hero-reg .am-hero-reg__bg{
      position:absolute;
      top:0;
      right:0;
      width:100%;
      height:100%;
      z-index:1;
      opacity:0;
      transition:opacity 1s ease;
    }
    .am-hero-reg .am-hero-reg__bg.am-reveal--visible{opacity:1;}
    .am-hero-reg .am-hero-reg__bg img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:right center;
      display:block;
    }

    .am-hero-reg .am-hero-reg__inner{
      max-width:1400px;
      margin:0 auto;
      padding:0 30px;
      position:relative;
      z-index:2;
    }

    /* ---------- content ---------- */
    .am-hero-reg .am-hero-reg__content{
      max-width:540px;
      padding:110px 0 90px;
      opacity:0;
      transform:translateY(24px);
      transition:opacity .8s ease, transform .8s ease;
    }
    .am-hero-reg .am-hero-reg__content.am-reveal--visible{
      opacity:1;
      transform:translateY(0);
    }
    .am-hero-reg .am-hero-reg__heading{
      font-family:'Poppins',sans-serif;
      font-weight:700;
      letter-spacing:.5px;
      line-height:1.08;
      margin:0 0 18px;
      font-size:52px;
      text-transform:uppercase;
    }
    .am-hero-reg .am-hero-reg__heading span{display:block;}
    .am-hero-reg .am-hero-reg__heading .line1{color:var(--am-navy);}
    .am-hero-reg .am-hero-reg__heading .line2{color:var(--am-gold);}
    .am-hero-reg .am-hero-reg__subheading{
      font-size:22px;
      font-weight:600;
      color:var(--am-navy);
      margin:0 0 16px;
      line-height:1.4;
      max-width:460px;
    }
    .am-hero-reg .am-hero-reg__divider{
      width:56px;
      height:3px;
      background:#BD9332;
      border-radius:2px;
      margin:0 0 20px;
    }
    .am-hero-reg .am-hero-reg__body{
      font-size:15.5px;
      line-height:1.7;
      color:#191e20;
      margin:0 0 30px;
      max-width:440px;
    }
    .am-hero-reg .am-hero-reg__ctas{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-bottom:22px;
    }
    .am-hero-reg .btn{
      font-family:'Poppins',sans-serif;
      font-weight:600;
      font-size:15px;
      padding:15px 26px;
      border-radius:8px;
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap:9px;
      transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
      white-space:nowrap;
    }
    .am-hero-reg .btn--primary{
      background:#20a76e;
      color:#fff;
      border-radius: 40px;
      box-shadow:0 10px 24px -10px rgba(12,36,54,.55);
      border: 2px solid #30a950;
    }
    .am-hero-reg .btn--primary svg{
      transition:transform .25s ease;
    }
    .am-hero-reg .btn--primary:hover{
      background:var(--am-teal-dark);
      transform:translateY(-2px);
      box-shadow:0 14px 28px -10px rgba(26,188,156,.5);
    }
    .am-hero-reg .btn--primary:hover svg{transform:translateX(3px);}
    .am-hero-reg .btn--outline{
      background:transparent;
      color:var(--am-navy);
      border:1.5px solid #0c2436;
      border-radius: 40px;
    }
    .am-hero-reg .btn--outline:hover{
      border-color:var(--am-teal);
      color:#ffffff;
      transform:translateY(-2px);
    }
    .am-hero-reg .am-hero-reg__trust{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:13.5px;
      color:var(--am-sub);
      font-weight:500;
    }


    


.am-hero-reg__ctas .btn:hover {    background: #1f3b36;}

    .am-hero-reg .am-hero-reg__trust svg{flex-shrink:0;color:var(--am-teal);}

    /* ---------- responsive ---------- */
    @media (max-width:1080px){
      .am-hero-reg .am-hero-reg__heading{font-size:44px;}
      .am-hero-reg .am-hero-reg__content{padding:90px 0 70px;}
    }
    @media (max-width:900px){
      .am-hero-reg .am-hero-reg__bg{
        position:static;
        width:100%;
        height:280px;
      }
      .am-hero-reg .am-hero-reg__content{
        max-width:100%;
        padding:36px 0 40px;
      }
    }
    @media (max-width:640px){
      .am-hero-reg .am-hero-reg__bg{height:220px;}
      .am-hero-reg .am-hero-reg__heading{font-size:34px;}
      .am-hero-reg .am-hero-reg__subheading{font-size:17px;}
      .am-hero-reg .btn{width:100%;justify-content:center;}
      .am-hero-reg .am-hero-reg__ctas{flex-direction:column;}
    }

.am-reg-stats-sec{
      --am-gold-light:#e0c15a;
      font-family:'Poppins',sans-serif;
      width:100%;
      background:none;
      padding:0 0 70px;
      box-sizing:border-box;
    }
    .am-reg-stats-sec *{box-sizing:border-box;}
    .am-reg-stats-sec .am-reg-stats-sec__inner{
      max-width:1400px;
      margin:0 auto;
      padding:0 30px;
    }
    .am-reg-stats-sec .am-reg-stats-sec__bar{
      background:#014038;
      border-radius:20px;
      padding:64px 30px;
      min-height:280px;
      display:grid;
      grid-template-columns:repeat(6,1fr);
      align-items:center;
      gap:8px;
      box-shadow:0 30px 50px -20px rgba(12,36,54,.45);
      opacity:0;
      transform:translateY(30px);
      transition:opacity .8s ease .1s, transform .8s ease .1s;
    }
    .am-reg-stats-sec .am-reg-stats-sec__bar.am-reveal--visible{
      opacity:1;
      transform:translateY(0);
    }
    .am-reg-stats-sec .am-stat{
      text-align:center;
      padding:0 8px;
      opacity:0;
      transform:translateY(14px);
      transition:opacity .6s ease var(--d,0s), transform .6s ease var(--d,0s);
    }
    .am-reg-stats-sec .am-reg-stats-sec__bar.am-reveal--visible .am-stat{
      opacity:1;
      transform:translateY(0);
    }
    .am-reg-stats-sec .am-stat svg{
      color:var(--am-gold-light);
      margin-bottom:16px;
      width:34px;
      height:34px;
    }
    .am-reg-stats-sec .am-stat__title{
      color:#fff;
      font-size:15.5px;
      font-weight:600;
      line-height:1.3;
      margin:0 0 10px;
    }
    .am-reg-stats-sec .am-stat__desc{
      color:#b9c7cd;
      font-size:13px;
      line-height:1.6;
      margin:0;
    }

    /* ---------- responsive ---------- */
    @media (max-width:1080px){
      .am-reg-stats-sec .am-reg-stats-sec__bar{grid-template-columns:repeat(3,1fr);gap:26px 8px;}
    }
    @media (max-width:900px){
      .am-reg-stats-sec{padding:0 0 50px;}
      .am-reg-stats-sec .am-reg-stats-sec__bar{padding:48px 30px;min-height:auto;}
    }
    @media (max-width:640px){
      .am-reg-stats-sec .am-reg-stats-sec__bar{grid-template-columns:repeat(2,1fr);gap:30px 10px;padding:36px 20px;border-radius:16px;min-height:auto;}
    }

 /* ===================================================================
  PART 1 — CSS
  Copy everything between the CSS markers below and append it to your
  registermasjid.css file. Do NOT include the <style> tags themselves.
======================================================================= */

.am-info-sec{
  --am-navy:#0B1E40;
  --am-teal:#1abc9c;
  --am-check:#014038;
  --am-gold:#BD9332;
  --am-cream:#fdfaf2;
  --am-panel:#fdf2df;
  --am-sub:#57666b;
  font-family:'Poppins',sans-serif;
  width:100%;
  background:var(--am-cream);
  padding:20px 0 80px;
  box-sizing:border-box;
}
.am-info-sec *{box-sizing:border-box;}
.am-info-sec .am-info-sec__inner{
  max-width:1400px;
  margin:0 auto;
  padding:0 30px;
}

/* ---------- shared reveal ---------- */
.am-info-sec .am-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.am-info-sec .am-reveal.am-reveal--visible{
  opacity:1;
  transform:translateY(0);
}

/* ---------- row 1: why / who grid ---------- */
.am-info-sec .am-info-sec__grid{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:36px;
  margin-bottom:76px;
}
.am-info-sec .am-info-sec__heading{
  font-size:26px;
  font-weight:700;
  color:var(--am-navy);
  margin:0 0 14px;
}
.am-info-sec .am-info-sec__heading-divider{
  width:52px;
  height:3px;
  background:var(--am-teal);
  border-radius:2px;
  margin:0 0 26px;
}

/* why register checklist */
.am-info-sec .am-checklist{
  list-style:none;
  margin:0;
  padding:0;
}
.am-info-sec .am-checklist li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:12px 10px;
  border-radius:10px;
  font-size:15px;
  color:#191e20;
  line-height:1.5;
  transition:background .25s ease, transform .25s ease;
}
.am-info-sec .am-checklist li:hover{
  background:#f3efe0;
  transform:translateX(4px);
}
.am-info-sec .am-check-icon{
  flex-shrink:0;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--am-check);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
  transition:transform .3s ease;
}
.am-info-sec .am-checklist li:hover .am-check-icon{
  transform:scale(1.15) rotate(-6deg);
}
.am-info-sec .am-check-icon svg{display:block;}

/* who can register panel */
.am-info-sec .am-info-sec__who{
  background:var(--am-panel);
  border-radius:18px;
  padding:34px 30px;
}
.am-info-sec .am-who-item{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:12px 4px;
  border-radius:10px;
  transition:background .25s ease, transform .25s ease;
}
.am-info-sec .am-who-item:hover{
  background:rgba(1,64,56,.06);
  transform:translateX(4px);
}
.am-info-sec .am-who-icon{
  flex-shrink:0;
  width:64px;
  height:64px;
  border-radius:50%;
  background:#fff;
  border:1.5px solid var(--am-check);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--am-check);
  transition:background .3s ease, transform .3s ease;
}
.am-info-sec .am-who-item:hover .am-who-icon{
  background:var(--am-check);
  color:#fff;
  transform:scale(1.08);
}
.am-info-sec .am-who-text{
  font-size:15.5px;
  line-height:1.55;
  color:#191e20;
  padding-top:6px;
}

/* ---------- row 2: how registration works ---------- */
.am-info-sec .am-info-sec__steps{
  text-align:center;
  margin-bottom:76px;
}
.am-info-sec .am-info-sec__steps h2{
  font-size:28px;
  font-weight:700;
  color:var(--am-navy);
  margin:0 0 50px;
}
.am-info-sec .am-steps-row{
  position:relative;
  display:flex;
  justify-content:space-between;
  gap:8px;
}
.am-info-sec .am-steps-row::before{
  content:'';
  position:absolute;
  top:64px;
  left:80px;
  right:80px;
  border-top:3px dotted var(--am-gold);
  z-index:1;
}
.am-info-sec .am-step{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  flex:1;
  padding:0 8px;
}
.am-info-sec .am-step__badge{
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--am-navy);
  color:#fff;
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid var(--am-cream);
  margin-bottom:-16px;
  z-index:3;
}
.am-info-sec .am-step__icon{
  width:88px;
  height:88px;
  border-radius:50%;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--am-navy);
  margin-bottom:18px;
  transition:transform .3s ease, box-shadow .3s ease, background .3s ease;
  box-shadow:0 6px 16px -6px rgba(12, 36, 54, .78);
}
.am-info-sec .am-step:hover .am-step__icon{
  transform:translateY(-6px) scale(1.05);
  background:var(--am-check);
  color:#fff;
  box-shadow:0 14px 24px -10px rgba(1,64,56,.4);
}
.am-info-sec .am-step__title{
  font-size:15px;
  font-weight:600;
  color:var(--am-navy);
  margin:0 0 8px;
}
.am-info-sec .am-step__desc{
  font-size:13px;
  line-height:1.55;
  color:var(--am-sub);
  margin:0;
  max-width:190px;
}

/* ---------- row 3: cta banner ---------- */
.am-info-sec .am-info-sec__cta{
  background:var(--am-panel);
  border:1px solid #f1dfb8;
  border-radius:18px;
  padding:30px 36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.am-info-sec .am-info-sec__cta-left{
  display:flex;
  align-items:center;
  gap:18px;
}
.am-info-sec .am-info-sec__cta-icon{
  flex-shrink:0;
  width:60px;
  height:60px;
  border-radius:50%;
  background:var(--am-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  transition:transform .3s ease;
}
.am-info-sec .am-info-sec__cta:hover .am-info-sec__cta-icon{
  transform:rotate(-8deg) scale(1.05);
}
.am-info-sec .am-info-sec__cta-title{
  font-size:18px;
  font-weight:700;
  color:var(--am-navy);
  margin:0 0 4px;
}
.am-info-sec .am-info-sec__cta-sub{
  font-size:14px;
  color:var(--am-sub);
  margin:0;
  max-width:440px;
  line-height:1.5;
}
.am-info-sec .am-info-sec__cta-btn{
  font-family:'Poppins',sans-serif;
  font-weight:600;
  font-size:15px;
  color:#fff;
  background:var(--am-check);
  padding:15px 26px;
  border-radius:8px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
  transition:background .25s ease, transform .25s ease, box-shadow .25s ease;
  box-shadow:0 10px 22px -10px rgba(1,64,56,.5);
}
.am-info-sec .am-info-sec__cta-btn svg{transition:transform .25s ease;}
.am-info-sec .am-info-sec__cta-btn:hover{
  background:var(--am-navy);
  transform:translateY(-2px);
  box-shadow:0 14px 26px -10px rgba(12,36,54,.5);
}
.am-info-sec .am-info-sec__cta-btn:hover svg{transform:translateX(3px);}

.am-who-icon svg {width: 42px; height: 42px;}



/* ---------- responsive ---------- */
@media (max-width:980px){
  .am-info-sec .am-info-sec__grid{grid-template-columns:1fr;gap:30px;}
  .am-info-sec .am-steps-row{flex-wrap:wrap;row-gap:40px;}
  .am-info-sec .am-steps-row::before{display:none;}
  .am-info-sec .am-step{flex:0 0 33.33%;}
}
@media (max-width:640px){
  .am-info-sec{padding:56px 0;}
  .am-info-sec .am-info-sec__steps h2{font-size:24px;margin-bottom:36px;}
  .am-info-sec .am-step{flex:0 0 50%;margin-bottom:12px;}
  .am-info-sec .am-info-sec__cta{flex-direction:column;align-items:flex-start;}
  .am-info-sec .am-info-sec__cta-btn{width:100%;justify-content:center;}
}