/*
Theme Name: Astra Child
Theme URI: https://amolarora.com/landing-page.php
Description: Child Theme for Astra
Author: Nikhil Rathore
Author URI: https://amolarora.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/









* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    body {
      color: #222222;
      background: #ffffff;
      line-height: 1.6;
    }

    .container {
      width: 90%;
      max-width: 1180px;
      margin: auto;
    }
.hidden-fields-container {
    display: none;
}
    header {
      background: #111111;
      padding: 18px 0;
      color: #ffffff;
    }

    .header-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 26px;
      font-weight: 800;
      color: #F7941D;
    }

    .call-btn {
      background: #F7941D;
      color: #ffffff;
      padding: 10px 18px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
    } 

   .hero {
  position: relative;
  color: #222222;
  padding: 75px 0;
  border-bottom: 4px solid #F7941D;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98) 0%,
      rgba(255, 248, 239, 0.94) 38%,
      rgba(255, 248, 239, 0.72) 62%,
      rgba(255, 248, 239, 0.45) 100%
    ),
    url("https://amolarora.com/wp-content/themes/astra-child/images/start-a-preschool-franchise.png");

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

    .hero-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 40px;
      align-items: center;
    }

    .hero h1 {
      font-size: 46px;
      line-height: 1.15;
      margin-bottom: 20px;
      color: #111111;
    }

    .hero h1 span {
      color: #F7941D;
    }

    .hero p {
      font-size: 19px;
      margin-bottom: 24px;
      color: #444444;
    }

    .badges {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-bottom: 28px;
    }

    .badge {
      background: #ffffff;
      border: 1px solid #FFD7A2;
      padding: 12px;
      border-radius: 12px;
      font-weight: bold;
      color: #222222;
    }

    .cta-btn {
      display: inline-block;
      background: #F7941D;
      color: #ffffff;
      padding: 15px 28px;
      border-radius: 35px;
      text-decoration: none;
      font-weight: 800;
      font-size: 16px;
      transition: 0.3s ease;
    }

    .cta-btn:hover,
    .call-btn:hover,
    .sticky-btn:hover,
    button:hover {
      background: #111111;
      color: #ffffff;
    }

    .form-box {
      background: #ffffff;
      color: #222222;
      padding: 30px;
      border-radius: 22px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.12);
      border-top: 5px solid #F7941D;
    }

    .form-box h2 {
      color: #111111;
      margin-bottom: 10px;
    }

    .form-box p {
      color: #555555;
      font-size: 15px;
      margin-bottom: 18px;
    }

    input, select, textarea {
      width: 100%;
      padding: 13px;
      margin-bottom: 14px;
      border: 1px solid #dddddd;
      border-radius: 8px;
      font-size: 15px;
    }

    input:focus,
    select:focus,
    textarea:focus {
      outline: none;
      border-color: #F7941D;
    }

    button {
      width: 100%;
      padding: 15px;
      border: none;
      background: #F7941D;
      color: #ffffff;
      border-radius: 8px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s ease;
    }

    section {
      padding: 70px 0;
    }

    .section-title {
      text-align: center;
      font-size: 34px;
      color: #111111;
      margin-bottom: 15px;
    }

    .section-title span {
      color: #F7941D;
    }

    .section-subtitle {
      text-align: center;
      max-width: 760px;
      margin: 0 auto 40px;
      color: #555555;
      font-size: 17px;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      text-align: center;
    }

    .stat-card {
      background: #ffffff;
      padding: 30px 15px;
      border-radius: 18px;
      border: 1px solid #FFD7A2;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    }

    .stat-card h3 {
      color: #F7941D;
      font-size: 32px;
    }

    .stat-card p {
      color: #333333;
      font-weight: 600;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .card {
      background: #ffffff;
      padding: 28px;
      border-radius: 18px;
      border: 1px solid #eeeeee;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
      transition: 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      border-color: #F7941D;
    }

    .card h3 {
      color: #111111;
      margin-bottom: 10px;
    }

    .card h3::before {
      content: "● ";
      color: #F7941D;
    }

    .investment {
      background: #FFF8EF;
    }

    .price-box {
      background: #ffffff;
      border-radius: 22px;
      padding: 35px;
      box-shadow: 0 8px 28px rgba(0,0,0,0.08);
      text-align: center;
      max-width: 760px;
      margin: auto;
      border-top: 5px solid #F7941D;
    }

    .price {
      font-size: 46px;
      color: #F7941D;
      font-weight: 900;
      margin: 15px 0;
    }

    .list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 24px;
      text-align: left;
    }

    .list div {
      background: #FFF8EF;
      padding: 12px;
      border-radius: 10px;
      font-weight: 600;
      border: 1px solid #FFD7A2;
    }

    .process {
      background: #ffffff;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      text-align: center;
    }

    .step {
      background: #FFF8EF;
      padding: 24px 12px;
      border-radius: 18px;
      border: 1px solid #FFD7A2;
    }

    .step span {
      display: inline-block;
      background: #F7941D;
      color: #ffffff;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      line-height: 38px;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .step h3 {
      color: #111111;
      font-size: 17px;
    }

    .faq-item {
      max-width: 850px;
      margin: 14px auto;
      background: #ffffff;
      border: 1px solid #eeeeee;
      border-left: 5px solid #F7941D;
      border-radius: 12px;
      padding: 20px;
    }

    .faq-item h3 {
      color: #111111;
      margin-bottom: 8px;
    }

    .final-cta {
      background: #F7941D;
      color: #ffffff;
      text-align: center;
    }

    .final-cta h2 {
      font-size: 38px;
      margin-bottom: 15px;
      color: #ffffff;
    }

    .final-cta .cta-btn {
      background: #111111;
      color: #ffffff;
    }

    .final-cta .cta-btn:hover {
      background: #ffffff;
      color: #111111;
    }

    footer {
      background: #111111;
      color: #ffffff;
      text-align: center;
      padding: 25px 0;
    }

    footer strong {
      color: #F7941D;
    }

    .sticky-btn {
      position: fixed;
      bottom: 18px;
      right: 18px;
      background: #F7941D;
      color: #ffffff;
      padding: 14px 22px;
      border-radius: 40px;
      font-weight: bold;
      text-decoration: none;
      box-shadow: 0 8px 25px rgba(0,0,0,0.25);
      z-index: 999;
      transition: 0.3s ease;
    }

    @media (max-width: 900px) {
      .hero-grid,
      .stats,
      .cards,
      .steps {
        grid-template-columns: 1fr;
      }

      .badges,
      .list {
        grid-template-columns: 1fr;
      }

      .hero h1 {
        font-size: 34px;
      }

      .section-title {
        font-size: 28px;
      }

      .header-wrap {
        flex-direction: column;
        gap: 12px;
      }
    }












/* Second landing page */ 



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif
}

body {
    color: #222;
    background: #fff;
    line-height: 1.6
}

.container {
    width: 90%;
    max-width: 1180px;
    margin: auto
}

header {
    background: #111;
    padding: 18px 0;
    color: #fff
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    font-size: 26px;
    font-weight: 800;
    color: #F7941D
}

.call-btn {
    background: #F7941D;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold
}



.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    align-items: center
}

.hero h1 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #111
}

.hero h1 span,
.section-title span {
    color: #F7941D
}

.hero p {
    font-size: 19px;
    margin-bottom: 24px;
    color: #444
}

.badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 28px
}

.badge {
    background: #fff;
    border: 1px solid #FFD7A2;
    padding: 12px;
    border-radius: 12px;
    font-weight: bold;
    color: #222
}

.cta-btn {
    display: inline-block;
    background: #F7941D;
    color: #fff;
    padding: 15px 28px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    transition: .3s
}

.cta-btn:hover,
.call-btn:hover,
.sticky-btn:hover,
button:hover {
    background: #111;
    color: #fff
}

.form-box {
    background: #fff;
    color: #222;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    border-top: 5px solid #F7941D
}

.form-box h2 {
    color: #111;
    margin-bottom: 10px
}

.form-box p {
    color: #555;
    font-size: 15px;
    margin-bottom: 18px
}

input,
select,
textarea {
    width: 100%;
    padding: 13px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #F7941D
}

button {
    width: 100%;
    padding: 15px;
    border: none;
    background: #F7941D;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s
}

section {
    padding: 70px 0
}

.section-title {
    text-align: center;
    font-size: 34px;
    color: #111;
    margin-bottom: 15px
}

.section-subtitle {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 17px
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    text-align: center
}

.stat-card {
    background: #fff;
    padding: 30px 15px;
    border-radius: 18px;
    border: 1px solid #FFD7A2;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05)
}

.stat-card h3 {
    color: #F7941D;
    font-size: 32px
}

.stat-card p {
    color: #333;
    font-weight: 600
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.card {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    transition: .3s
}

.card:hover {
    transform: translateY(-5px);
    border-color: #F7941D
}

.card h3 {
    color: #111;
    margin-bottom: 10px
}

.card h3:before {
    content: '● ';
    color: #F7941D
}

.investment {
    background: #FFF8EF
}

.price-box {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    text-align: center;
    max-width: 760px;
    margin: auto;
    border-top: 5px solid #F7941D
}

.price {
    font-size: 38px;
    color: #F7941D;
    font-weight: 900;
    margin: 15px 0
}

.list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
    text-align: left
}

.list div {
    background: #FFF8EF;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid #FFD7A2
}

.process {
    background: #fff
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    text-align: center
}

.step {
    background: #FFF8EF;
    padding: 24px 12px;
    border-radius: 18px;
    border: 1px solid #FFD7A2
}

.step span {
    display: inline-block;
    background: #F7941D;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: bold
}

.step h3 {
    color: #111;
    font-size: 17px
}

.faq-item {
    max-width: 850px;
    margin: 14px auto;
    background: #fff;
    border: 1px solid #eee;
    border-left: 5px solid #F7941D;
    border-radius: 12px;
    padding: 20px
}

.faq-item h3 {
    color: #111;
    margin-bottom: 8px
}

.final-cta {
    background: #F7941D;
    color: #fff;
    text-align: center
}

.final-cta h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff
}

.final-cta .cta-btn {
    background: #111;
    color: #fff
}

.final-cta .cta-btn:hover {
    background: #fff;
    color: #111
}

footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 25px 0
}

footer strong {
    color: #F7941D
}

.sticky-btn {
    position: fixed;
    bottom: 18px;
    right: 18px;
    background: #F7941D;
    color: #fff;
    padding: 14px 22px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    z-index: 999;
    transition: .3s
}

@media(max-width:900px) {

    .hero-grid,
    .stats,
    .cards,
    .steps {
        grid-template-columns: 1fr
    }

    .badges,
    .list {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 34px
    }

    .section-title {
        font-size: 28px
    }

    .header-wrap {
        flex-direction: column;
        gap: 12px
    }
}










.why-shemrock-section {
  padding: 80px 20px;
  background: #ffffff;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #050505;
}

.section-title span {
  color: #f58612;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #444444;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
}

.card-image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  background: #fffaf4;
}

.card-content {
  padding: 24px;
}

.card h3 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 21px;
  line-height: 1.35;
  color: #080808;
}

.card h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f7941d;
  border-radius: 50%;
}

.card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #404040;
}

@media (max-width: 991px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-shemrock-section {
    padding: 55px 16px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card-image {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}


/* ==========================================================
   SHEMROCK Preschool Franchise Cost Page - Scoped Corrections
   Applies only when the body has class: shemrock-franchise-page
   ========================================================== */

.shemrock-franchise-page,
.shemrock-franchise-page * {
  box-sizing: border-box;
}

.shemrock-franchise-page {
  margin: 0;
  color: #222222;
  background: #ffffff;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.shemrock-franchise-page .container {
  width: min(90%, 1180px);
  margin-inline: auto;
}

.shemrock-franchise-page .hidden-fields-container {
  display: none;
}

.shemrock-franchise-page .site-header {
  background: #111111;
  padding: 18px 0;
  color: #ffffff;
}

.shemrock-franchise-page .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shemrock-franchise-page .logo {
  font-size: 26px;
  font-weight: 800;
  color: #f7941d;
}

.shemrock-franchise-page .call-btn,
.shemrock-franchise-page .cta-btn,
.shemrock-franchise-page .sticky-btn {
  display: inline-block;
  background: #f7941d;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.shemrock-franchise-page .call-btn {
  padding: 10px 18px;
  border-radius: 30px;
}

.shemrock-franchise-page .cta-btn {
  padding: 15px 28px;
  border-radius: 35px;
  font-size: 16px;
}

.shemrock-franchise-page .call-btn:hover,
.shemrock-franchise-page .cta-btn:hover,
.shemrock-franchise-page .sticky-btn:hover,
.shemrock-franchise-page button:hover {
  background: #111111;
  color: #ffffff;
}

.shemrock-franchise-page section {
  padding: 70px 0;
}

.shemrock-franchise-page .hero {
  position: relative;
  color: #222222;
  padding: 75px 0;
  border-bottom: 4px solid #f7941d;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98) 0%,
      rgba(255, 248, 239, 0.94) 38%,
      rgba(255, 248, 239, 0.72) 62%,
      rgba(255, 248, 239, 0.45) 100%
    ),
    url("https://amolarora.com/wp-content/themes/astra-child/images/start-a-preschool-franchise.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.shemrock-franchise-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 40px;
  align-items: center;
}

.shemrock-franchise-page .eyebrow {
  margin: 0 0 12px;
  color: #f7941d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shemrock-franchise-page .hero h1 {
  margin: 0 0 20px;
  color: #111111;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.15;
}

.shemrock-franchise-page .hero h1 span,
.shemrock-franchise-page .section-title span {
  color: #f7941d;
}

.shemrock-franchise-page .hero-content > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: #444444;
  font-size: 19px;
}

.shemrock-franchise-page .badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.shemrock-franchise-page .badge {
  background: #ffffff;
  border: 1px solid #ffd7a2;
  padding: 12px;
  border-radius: 12px;
  color: #222222;
  font-weight: 700;
}

.shemrock-franchise-page .form-box {
  min-width: 0;
  background: #ffffff;
  color: #222222;
  padding: 30px;
  border-top: 5px solid #f7941d;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.shemrock-franchise-page .form-box h2 {
  margin: 0 0 10px;
  color: #111111;
}

.shemrock-franchise-page .form-box p {
  margin: 0 0 18px;
  color: #555555;
  font-size: 15px;
}

.shemrock-franchise-page input,
.shemrock-franchise-page select,
.shemrock-franchise-page textarea {
  width: 100%;
  max-width: 100%;
  padding: 13px;
  margin-bottom: 14px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
}

.shemrock-franchise-page input:focus,
.shemrock-franchise-page select:focus,
.shemrock-franchise-page textarea:focus {
  outline: none;
  border-color: #f7941d;
  box-shadow: 0 0 0 3px rgba(247, 148, 29, 0.15);
}

.shemrock-franchise-page button,
.shemrock-franchise-page input[type="submit"] {
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 8px;
  background: #f7941d;
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.shemrock-franchise-page .authority-section,
.shemrock-franchise-page .support-section,
.shemrock-franchise-page .why-trust-section,
.shemrock-franchise-page .faq-section {
  background: #ffffff;
}

.shemrock-franchise-page .light-section,
.shemrock-franchise-page .process-section {
  background: #fff8ef;
}

.shemrock-franchise-page .section-title {
  max-width: 900px;
  margin: 0 auto 15px;
  color: #111111;
  text-align: center;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.25;
}

.shemrock-franchise-page .section-subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #555555;
  text-align: center;
  font-size: 17px;
}

.shemrock-franchise-page .stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.shemrock-franchise-page .stat-card {
  background: #ffffff;
  padding: 30px 15px;
  border: 1px solid #ffd7a2;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.shemrock-franchise-page .stat-card h3 {
  margin: 0 0 6px;
  color: #f7941d;
  font-size: 32px;
  line-height: 1.15;
}

.shemrock-franchise-page .stat-card p {
  margin: 0;
  color: #333333;
  font-weight: 600;
}

.shemrock-franchise-page .price-box {
  max-width: 760px;
  margin: auto;
  background: #ffffff;
  padding: 35px;
  border-top: 5px solid #f7941d;
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.shemrock-franchise-page .price-label,
.shemrock-franchise-page .price-note {
  margin: 0;
}

.shemrock-franchise-page .price {
  margin: 15px 0;
  color: #f7941d;
  font-size: clamp(36px, 5vw, 46px);
  font-weight: 900;
  line-height: 1.1;
}

.shemrock-franchise-page .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  text-align: left;
}

.shemrock-franchise-page .list > div {
  background: #fff8ef;
  padding: 12px;
  border: 1px solid #ffd7a2;
  border-radius: 10px;
  font-weight: 600;
}

.shemrock-franchise-page .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.shemrock-franchise-page .card {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.shemrock-franchise-page .card:hover {
  transform: translateY(-7px);
  border-color: #f7941d;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
}

.shemrock-franchise-page .card-image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  background: #fffaf4;
}

.shemrock-franchise-page .card-content {
  padding: 24px;
}

.shemrock-franchise-page .card h3 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 18px;
  color: #080808;
  font-size: 21px;
  line-height: 1.35;
}

.shemrock-franchise-page .card h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f7941d;
  border-radius: 50%;
}

.shemrock-franchise-page .card p {
  margin: 0;
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
}

.shemrock-franchise-page .applicant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.shemrock-franchise-page .applicant-card {
  background: #ffffff;
  padding: 26px;
  border: 1px solid #ffd7a2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.shemrock-franchise-page .applicant-card h3 {
  margin: 0 0 8px;
  color: #111111;
}

.shemrock-franchise-page .applicant-card p {
  margin: 0;
  color: #555555;
}

.shemrock-franchise-page .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.shemrock-franchise-page .feature-copy h3 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 28px;
}

.shemrock-franchise-page .feature-copy > p {
  margin: 0;
  color: #555555;
}

.shemrock-franchise-page .feature-image-wrap {
  min-width: 0;
}

.shemrock-franchise-page .feature-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.shemrock-franchise-page .steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

.shemrock-franchise-page .step {
  background: #ffffff;
  padding: 24px 12px;
  border: 1px solid #ffd7a2;
  border-radius: 18px;
}

.shemrock-franchise-page .step span {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #f7941d;
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
}

.shemrock-franchise-page .step h3 {
  margin: 0;
  color: #111111;
  font-size: 17px;
}

.shemrock-franchise-page .faq-list {
  max-width: 850px;
  margin: 0 auto;
}

.shemrock-franchise-page .faq-item {
  margin: 14px auto;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-left: 5px solid #f7941d;
  border-radius: 12px;
}

.shemrock-franchise-page .faq-item summary {
  position: relative;
  padding-right: 28px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.shemrock-franchise-page .faq-item summary::-webkit-details-marker {
  display: none;
}

.shemrock-franchise-page .faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #f7941d;
  font-size: 24px;
}

.shemrock-franchise-page .faq-item[open] summary::after {
  content: "−";
}

.shemrock-franchise-page .faq-item p {
  margin: 14px 0 0;
  color: #555555;
}

.shemrock-franchise-page .final-cta {
  background: #f7941d;
  color: #ffffff;
  text-align: center;
}

.shemrock-franchise-page .final-cta h2 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 38px);
}

.shemrock-franchise-page .final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
}

.shemrock-franchise-page .final-cta .cta-btn {
  background: #111111;
  color: #ffffff;
}

.shemrock-franchise-page .final-cta .cta-btn:hover {
  background: #ffffff;
  color: #111111;
}

.shemrock-franchise-page .site-footer {
  background: #111111;
  color: #ffffff;
  padding: 25px 0;
  text-align: center;
}

.shemrock-franchise-page .site-footer p {
  margin: 0;
}

.shemrock-franchise-page .site-footer strong {
  color: #f7941d;
}

.shemrock-franchise-page .sticky-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  padding: 14px 22px;
  border-radius: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .shemrock-franchise-page .hero-grid,
  .shemrock-franchise-page .feature-layout {
    grid-template-columns: 1fr;
  }

  .shemrock-franchise-page .stats,
  .shemrock-franchise-page .applicant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shemrock-franchise-page .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shemrock-franchise-page .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .shemrock-franchise-page section {
    padding: 55px 0;
  }

  .shemrock-franchise-page .hero {
    padding: 55px 0;
    background-position: 64% center;
  }

  .shemrock-franchise-page .header-wrap {
    flex-direction: column;
    text-align: center;
  }

  .shemrock-franchise-page .badges,
  .shemrock-franchise-page .stats,
  .shemrock-franchise-page .cards,
  .shemrock-franchise-page .applicant-grid,
  .shemrock-franchise-page .steps,
  .shemrock-franchise-page .list {
    grid-template-columns: 1fr;
  }

  .shemrock-franchise-page .form-box,
  .shemrock-franchise-page .price-box {
    padding: 24px 18px;
  }

  .shemrock-franchise-page .card-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .shemrock-franchise-page .sticky-btn {
    right: 12px;
    bottom: 12px;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* ==========================================================
   SHEMROCK Preschool Franchise Cost - Compatibility Overrides
   Works with the current template even when the body class
   "shemrock-franchise-page" has not yet been added.
   These selectors are tied to the unique sections of this page.
   ========================================================== */

.site-header .container,
body > .site-header + main > .hero .container,
.authority-section .container,
.support-section .container,
.light-section .container,
.why-trust-section .container,
.process-section .container,
.faq-section .container,
.final-cta .container,
.site-footer .container {
  width: min(90%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

.site-header {
  background: #111111;
  padding: 18px 0;
  color: #ffffff;
}

.site-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.site-header .logo {
  color: #f7941d;
  font-size: 26px;
  font-weight: 800;
}

.site-header .call-btn,
body > .site-header + main .cta-btn,
body > .site-header + main + .site-footer + .sticky-btn,
body > .sticky-btn {
  display: inline-block;
  border-radius: 35px;
  background: #f7941d;
  color: #ffffff;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.site-header .call-btn:hover,
body > .site-header + main .cta-btn:hover,
body > .sticky-btn:hover {
  background: #111111;
  color: #ffffff;
}

body > .site-header + main > .hero {
  position: relative;
  padding: 75px 0;
  border-bottom: 4px solid #f7941d;
  color: #222222;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98) 0%,
      rgba(255, 248, 239, 0.94) 38%,
      rgba(255, 248, 239, 0.72) 62%,
      rgba(255, 248, 239, 0.45) 100%
    ),
    url("https://amolarora.com/wp-content/themes/astra-child/images/start-a-preschool-franchise.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .site-header + main > .hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 40px;
}

body > .site-header + main > .hero .hero-content,
body > .site-header + main > .hero .form-box {
  min-width: 0;
}

body > .site-header + main > .hero .eyebrow {
  margin: 0 0 12px;
  color: #f7941d;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body > .site-header + main > .hero h1 {
  margin: 0 0 20px;
  color: #111111;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.15;
}

body > .site-header + main > .hero h1 span,
.authority-section .section-title span,
.support-section .section-title span,
.light-section .section-title span,
.why-trust-section .section-title span,
.process-section .section-title span,
.faq-section .section-title span {
  color: #f7941d;
}

body > .site-header + main > .hero .hero-content > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: #444444;
  font-size: 19px;
}

body > .site-header + main > .hero .badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

body > .site-header + main > .hero .badge {
  padding: 12px;
  border: 1px solid #ffd7a2;
  border-radius: 12px;
  background: #ffffff;
  color: #222222;
  font-weight: 700;
}

body > .site-header + main > .hero .form-box {
  padding: 30px;
  border-top: 5px solid #f7941d;
  border-radius: 22px;
  background: #ffffff;
  color: #222222;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

body > .site-header + main > .hero .form-box h2 {
  margin: 0 0 10px;
  color: #111111;
}

body > .site-header + main > .hero .form-box > p {
  margin: 0 0 18px;
  color: #555555;
  font-size: 15px;
}

body > .site-header + main > .hero .form-box input,
body > .site-header + main > .hero .form-box select,
body > .site-header + main > .hero .form-box textarea {
  width: 100%;
  margin-bottom: 14px;
  padding: 13px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #ffffff;
  color: #222222;
  font: inherit;
  font-size: 15px;
}

body > .site-header + main > .hero .form-box button,
body > .site-header + main > .hero .form-box input[type="submit"] {
  width: 100%;
  padding: 15px;
  border: 0;
  border-radius: 8px;
  background: #f7941d;
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.authority-section,
.support-section,
.light-section,
.why-trust-section,
.process-section,
.faq-section,
.final-cta {
  padding: 70px 0;
}

.authority-section,
.support-section,
.why-trust-section,
.faq-section {
  background: #ffffff;
}

.light-section,
.process-section {
  background: #fff8ef;
}

.authority-section .section-title,
.support-section .section-title,
.light-section .section-title,
.why-trust-section .section-title,
.process-section .section-title,
.faq-section .section-title {
  max-width: 900px;
  margin: 0 auto 15px;
  color: #111111;
  text-align: center;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.25;
}

.authority-section .section-subtitle,
.support-section .section-subtitle,
.light-section .section-subtitle,
.why-trust-section .section-subtitle,
.process-section .section-subtitle,
.faq-section .section-subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #555555;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}

.authority-section .stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.authority-section .stat-card {
  padding: 30px 15px;
  border: 1px solid #ffd7a2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.authority-section .stat-card h3 {
  margin: 0 0 6px;
  color: #f7941d;
  font-size: 32px;
  line-height: 1.15;
}

.authority-section .stat-card p {
  margin: 0;
  color: #333333;
  font-weight: 600;
}

.light-section .price-box {
  max-width: 760px;
  margin: auto;
  padding: 35px;
  border-top: 5px solid #f7941d;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.light-section .price-label,
.light-section .price-note {
  margin: 0;
}

.light-section .price {
  margin: 15px 0;
  color: #f7941d;
  font-size: clamp(36px, 5vw, 46px);
  font-weight: 900;
  line-height: 1.1;
}

.light-section .price-box .list,
.why-trust-section .feature-copy .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  text-align: left;
}

.light-section .price-box .list > div,
.why-trust-section .feature-copy .list > div {
  padding: 12px;
  border: 1px solid #ffd7a2;
  border-radius: 10px;
  background: #fff8ef;
  font-weight: 600;
}

.support-section .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.support-section .card {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.support-section .card:hover {
  transform: translateY(-7px);
  border-color: #f7941d;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.1);
}

.support-section .card-image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  background: #fffaf4;
}

.support-section .card-content {
  padding: 24px;
}

.support-section .card h3 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 18px;
  color: #080808;
  font-size: 21px;
  line-height: 1.35;
}

.support-section .card h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f7941d;
}

.support-section .card p {
  margin: 0;
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
}

.light-section .applicant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.light-section .applicant-card {
  padding: 26px;
  border: 1px solid #ffd7a2;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.light-section .applicant-card h3 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
}

.light-section .applicant-card p {
  margin: 0;
  color: #555555;
}

.why-trust-section .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 44px;
}

.why-trust-section .feature-copy,
.why-trust-section .feature-image-wrap {
  min-width: 0;
}

.why-trust-section .feature-copy h3 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 28px;
  line-height: 1.3;
}

.why-trust-section .feature-copy > p {
  margin: 0;
  color: #555555;
}

.why-trust-section .feature-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #fff8ef;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

.process-section .steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  text-align: center;
}

.process-section .step {
  padding: 24px 12px;
  border: 1px solid #ffd7a2;
  border-radius: 18px;
  background: #ffffff;
}

.process-section .step span {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #f7941d;
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
}

.process-section .step h3 {
  margin: 0;
  color: #111111;
  font-size: 17px;
}

.faq-section .faq-list {
  max-width: 850px;
  margin: 0 auto;
}

.faq-section .faq-item {
  margin: 14px auto;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-left: 5px solid #f7941d;
  border-radius: 12px;
  background: #ffffff;
}

.faq-section .faq-item summary {
  position: relative;
  padding-right: 28px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #f7941d;
  font-size: 24px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

.faq-section .faq-item p {
  margin: 14px 0 0;
  color: #555555;
}

.final-cta {
  background: #f7941d;
  color: #ffffff;
  text-align: center;
}

.final-cta h2 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 38px);
}

.final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
}

.final-cta .cta-btn {
  background: #111111;
  color: #ffffff;
}

.final-cta .cta-btn:hover {
  background: #ffffff;
  color: #111111;
}

.site-footer {
  padding: 25px 0;
  background: #111111;
  color: #ffffff;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer strong {
  color: #f7941d;
}

body > .sticky-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  padding: 14px 22px;
  border-radius: 40px;
  background: #f7941d;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  body > .site-header + main > .hero .hero-grid,
  .why-trust-section .feature-layout {
    grid-template-columns: 1fr;
  }

  .authority-section .stats,
  .light-section .applicant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-section .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-section .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .site-header .header-wrap {
    flex-direction: column;
    text-align: center;
  }

  body > .site-header + main > .hero,
  .authority-section,
  .support-section,
  .light-section,
  .why-trust-section,
  .process-section,
  .faq-section,
  .final-cta {
    padding: 55px 0;
  }

  body > .site-header + main > .hero {
    background-position: 64% center;
  }

  body > .site-header + main > .hero .badges,
  .authority-section .stats,
  .support-section .cards,
  .light-section .applicant-grid,
  .process-section .steps,
  .light-section .price-box .list,
  .why-trust-section .feature-copy .list {
    grid-template-columns: 1fr;
  }

  body > .site-header + main > .hero .form-box,
  .light-section .price-box {
    padding: 24px 18px;
  }

  .support-section .card-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  body > .sticky-btn {
    right: 12px;
    bottom: 12px;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* ==========================================================
   Educational Trust Registration Page - Missing Section Fix
   Fixes the Why Register cards and protects the page from
   conflicting global styles in the existing child theme CSS.
   Requires body class: shemrock-franchise-page
   ========================================================== */

.shemrock-franchise-page .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.shemrock-franchise-page .benefit-item {
  position: relative;
  min-width: 0;
  padding: 26px 24px 24px;
  overflow: hidden;
  border: 1px solid #ffd7a2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.shemrock-franchise-page .benefit-item::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff3e3;
  color: #f7941d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.shemrock-franchise-page .benefit-item:hover {
  transform: translateY(-6px);
  border-color: #f7941d;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.10);
}

.shemrock-franchise-page .benefit-item h3 {
  margin: 0 0 9px;
  color: #111111;
  font-size: 21px;
  line-height: 1.3;
}

.shemrock-franchise-page .benefit-item p {
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.65;
}

/* Keeps the Why Choose section styled even if the older class
   name remains in a cached template. */
.shemrock-franchise-page .why-choose-section {
  padding: 70px 0;
  background: #ffffff;
}

.shemrock-franchise-page .why-choose-section .section-title {
  max-width: 900px;
  margin: 0 auto 15px;
  color: #111111;
  text-align: center;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 700;
  line-height: 1.25;
}

.shemrock-franchise-page .why-choose-section .section-title span {
  color: #f7941d;
}

.shemrock-franchise-page .why-choose-section .section-subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #555555;
  text-align: center;
  font-size: 17px;
}

.shemrock-franchise-page .why-choose-section .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.shemrock-franchise-page .why-choose-section .feature-copy,
.shemrock-franchise-page .why-choose-section .feature-image-wrap {
  min-width: 0;
}

.shemrock-franchise-page .why-choose-section .feature-copy h3 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 28px;
  line-height: 1.3;
}

.shemrock-franchise-page .why-choose-section .feature-copy > p {
  margin: 0;
  color: #555555;
}

.shemrock-franchise-page .why-choose-section .feature-copy .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  text-align: left;
}

.shemrock-franchise-page .why-choose-section .feature-copy .list > div {
  padding: 12px;
  border: 1px solid #ffd7a2;
  border-radius: 10px;
  background: #fff8ef;
  font-weight: 600;
}

.shemrock-franchise-page .why-choose-section .feature-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #fff8ef;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .shemrock-franchise-page .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shemrock-franchise-page .why-choose-section .feature-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .shemrock-franchise-page .benefit-grid,
  .shemrock-franchise-page .why-choose-section .feature-copy .list {
    grid-template-columns: 1fr;
  }

  .shemrock-franchise-page .benefit-item {
    padding: 22px 20px;
  }

  .shemrock-franchise-page .why-choose-section {
    padding: 55px 0;
  }
}


/* ==========================================================
   Educational Trust Registration Page - FINAL FIX
   Fixes the unstyled "Why Register an Educational Trust?"
   section and supports both old/new section class names.
   ========================================================== */

/* Benefit cards: works even if the custom body class is missing */
.shemrock-franchise-page .benefit-grid,
.light-section .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.shemrock-franchise-page .benefit-item,
.light-section .benefit-item {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 28px 26px 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ffd7a2;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.shemrock-franchise-page .benefit-item::before,
.light-section .benefit-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f7941d;
}

.shemrock-franchise-page .benefit-item:hover,
.light-section .benefit-item:hover {
  transform: translateY(-6px);
  border-color: #f7941d;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
}

.shemrock-franchise-page .benefit-item h3,
.light-section .benefit-item h3 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 20px;
  color: #111111;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.shemrock-franchise-page .benefit-item h3::before,
.light-section .benefit-item h3::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f7941d;
}

.shemrock-franchise-page .benefit-item p,
.light-section .benefit-item p {
  margin: 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.7;
}

/* The template currently uses .why-choose-section.
   These rules make it behave like .why-trust-section. */
.shemrock-franchise-page .why-choose-section,
.why-choose-section {
  padding: 70px 0;
  background: #ffffff;
}

.shemrock-franchise-page .why-choose-section .container,
.why-choose-section .container {
  width: min(90%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

.shemrock-franchise-page .why-choose-section .feature-layout,
.why-choose-section .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.shemrock-franchise-page .why-choose-section .feature-copy,
.shemrock-franchise-page .why-choose-section .feature-image-wrap,
.why-choose-section .feature-copy,
.why-choose-section .feature-image-wrap {
  min-width: 0;
}

.shemrock-franchise-page .why-choose-section .feature-copy h3,
.why-choose-section .feature-copy h3 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 28px;
  line-height: 1.3;
}

.shemrock-franchise-page .why-choose-section .feature-copy > p,
.why-choose-section .feature-copy > p {
  margin: 0;
  color: #555555;
}

.shemrock-franchise-page .why-choose-section .feature-copy .list,
.why-choose-section .feature-copy .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
  text-align: left;
}

.shemrock-franchise-page .why-choose-section .feature-copy .list > div,
.why-choose-section .feature-copy .list > div {
  padding: 12px;
  border: 1px solid #ffd7a2;
  border-radius: 10px;
  background: #fff8ef;
  font-weight: 600;
}

.shemrock-franchise-page .why-choose-section .feature-image,
.why-choose-section .feature-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #fff8ef;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .shemrock-franchise-page .benefit-grid,
  .light-section .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shemrock-franchise-page .why-choose-section .feature-layout,
  .why-choose-section .feature-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .shemrock-franchise-page .benefit-grid,
  .light-section .benefit-grid,
  .shemrock-franchise-page .why-choose-section .feature-copy .list,
  .why-choose-section .feature-copy .list {
    grid-template-columns: 1fr;
  }

  .shemrock-franchise-page .benefit-item,
  .light-section .benefit-item {
    padding: 24px 20px 22px;
  }

  .shemrock-franchise-page .why-choose-section,
  .why-choose-section {
    padding: 55px 0;
  }
}

/* ======================================================================
   SHARED RESPONSIVE SAFETY LAYER - FOUR LANDING PAGES
   Keep this block at the END of style.css so it overrides older rules.
   Tested breakpoints: 1600, 1440, 1366, 1280, 1024, 991, 768, 600, 480, 375, 320.
   ====================================================================== */

:root {
  --lp-orange: #f7941d;
  --lp-orange-soft: #fff8ef;
  --lp-orange-border: #ffd7a2;
  --lp-black: #111111;
  --lp-text: #222222;
  --lp-muted: #555555;
  --lp-white: #ffffff;
  --lp-container: 1180px;
  --lp-gutter: clamp(16px, 4vw, 32px);
  --lp-section-space: clamp(48px, 6vw, 76px);
  --lp-radius: 18px;
}

html {
  width: 100%;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  overflow-x: clip;
}

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

img,
picture,
svg,
video,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

img,
picture,
video,
canvas {
  height: auto;
}

iframe {
  width: 100%;
}

main,
section,
header,
footer,
.site-header,
.site-footer,
.hero,
.authority-section,
.light-section,
.support-section,
.why-shemrock-section,
.why-trust-section,
.why-choose-section,
.process-section,
.faq-section,
.final-cta {
  width: 100%;
  max-width: 100%;
}

.container,
.site-header .container,
.site-footer .container,
.hero .container,
.authority-section .container,
.light-section .container,
.support-section .container,
.why-shemrock-section .container,
.why-trust-section .container,
.why-choose-section .container,
.process-section .container,
.faq-section .container,
.final-cta .container {
  width: min(calc(100% - (var(--lp-gutter) * 2)), var(--lp-container));
  max-width: var(--lp-container);
  margin-inline: auto;
}

section,
.authority-section,
.light-section,
.support-section,
.why-shemrock-section,
.why-trust-section,
.why-choose-section,
.process-section,
.faq-section,
.final-cta {
  padding-block: var(--lp-section-space);
}

.hero {
  padding-block: clamp(52px, 6vw, 78px);
}

.header-wrap,
.hero-grid,
.stats,
.cards,
.benefit-grid,
.applicant-grid,
.feature-layout,
.steps,
.badges,
.list,
.form-box,
.card,
.card-content,
.feature-copy,
.feature-image-wrap,
.price-box,
.faq-list {
  min-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
button,
summary,
label {
  overflow-wrap: break-word;
}

.hero h1 {
  font-size: clamp(32px, 4.1vw, 48px);
  line-height: 1.12;
  text-wrap: balance;
}

.section-title,
.why-shemrock-section .section-title,
.why-trust-section .section-title,
.why-choose-section .section-title {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(27px, 3.2vw, 40px);
  line-height: 1.2;
  text-wrap: balance;
}

.section-subtitle,
.why-shemrock-section .section-subtitle,
.why-trust-section .section-subtitle,
.why-choose-section .section-subtitle {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-content > p:not(.eyebrow),
.feature-copy > p,
.final-cta p {
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  max-width: 100%;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.2;
}

.call-btn,
.cta-btn,
.sticky-btn,
button,
input[type="submit"] {
  max-width: 100%;
  min-height: 44px;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  overflow-wrap: anywhere;
  touch-action: manipulation;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
}

.badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.badge {
  min-width: 0;
  height: 100%;
}

.form-box {
  width: 100%;
  max-width: 100%;
  padding: clamp(22px, 3vw, 32px);
}

.form-box form,
.form-box .wpcf7,
.form-box .wpcf7-form,
.form-box .wpcf7-form-control-wrap,
.form-box p {
  width: 100%;
  max-width: 100%;
}

input,
select,
textarea,
.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  font-size: 16px;
}

textarea,
.form-box textarea {
  min-height: 110px;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  min-height: 0;
}

.wpcf7-spinner {
  margin: 12px auto 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.cards,
.support-section .cards,
.why-shemrock-section .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.card,
.support-section .card,
.why-shemrock-section .card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.card-image,
.support-section .card-image,
.why-shemrock-section .card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.benefit-grid,
.light-section .benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
}

.benefit-item,
.light-section .benefit-item {
  min-width: 0;
  height: 100%;
}

.applicant-grid,
.light-section .applicant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
}

.applicant-card {
  min-width: 0;
  height: 100%;
}

.feature-layout,
.why-trust-section .feature-layout,
.why-choose-section .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(28px, 4vw, 48px);
}

.feature-image,
.why-trust-section .feature-image,
.why-choose-section .feature-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.list,
.feature-copy .list,
.price-box .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.list > div {
  min-width: 0;
}

.steps,
.process-section .steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.7vw, 18px);
  align-items: stretch;
}

.step,
.process-section .step {
  min-width: 0;
  height: 100%;
}

.faq-list,
.faq-section .faq-list {
  width: 100%;
}

.faq-item,
.faq-section .faq-item {
  width: 100%;
  max-width: 850px;
}

.faq-item summary,
.faq-section .faq-item summary {
  min-height: 28px;
  line-height: 1.45;
}

.final-cta .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.site-footer p,
.final-cta p {
  max-width: 100%;
}

.sticky-btn,
body > .sticky-btn {
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 9999;
}

/* Large laptop and small desktop */
@media (max-width: 1199px) {
  :root {
    --lp-container: 1080px;
  }

  .hero-grid,
  .feature-layout,
  .why-trust-section .feature-layout,
  .why-choose-section .feature-layout {
    gap: 32px;
  }

  .steps,
  .process-section .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Tablet landscape and smaller laptops */
@media (max-width: 991px) {
  :root {
    --lp-section-space: clamp(48px, 7vw, 64px);
  }

  .hero-grid,
  .feature-layout,
  .why-trust-section .feature-layout,
  .why-choose-section .feature-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-content,
  .form-box,
  .feature-copy,
  .feature-image-wrap {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards,
  .support-section .cards,
  .why-shemrock-section .cards,
  .benefit-grid,
  .light-section .benefit-grid,
  .applicant-grid,
  .light-section .applicant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-image-wrap {
    order: 2;
  }
}

/* Tablet portrait */
@media (max-width: 767px) {
  :root {
    --lp-gutter: 22px;
    --lp-section-space: 52px;
  }

  .site-header,
  header.site-header {
    padding-block: 14px;
  }

  .header-wrap {
    gap: 14px;
  }

  .hero {
    padding-block: 52px;
    background-position: 62% center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(255, 248, 239, 0.18);
  }

  .hero > .container,
  .hero .hero-grid {
    position: relative;
    z-index: 1;
  }

  .badges,
  .list,
  .feature-copy .list,
  .price-box .list {
    grid-template-columns: minmax(0, 1fr);
  }

  .cards,
  .support-section .cards,
  .why-shemrock-section .cards,
  .benefit-grid,
  .light-section .benefit-grid,
  .applicant-grid,
  .light-section .applicant-grid {
    gap: 18px;
  }

  .steps,
  .process-section .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-image,
  .support-section .card-image,
  .why-shemrock-section .card-image {
    aspect-ratio: 16 / 9;
  }
}

/* Mobile */
@media (max-width: 600px) {
  :root {
    --lp-gutter: 18px;
    --lp-section-space: 46px;
  }

  .header-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .site-header .call-btn,
  .header-wrap .call-btn {
    width: 100%;
    max-width: 340px;
  }

  .hero {
    padding-block: 44px;
    background-position: 68% center;
  }

  .hero h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .section-title,
  .why-shemrock-section .section-title,
  .why-trust-section .section-title,
  .why-choose-section .section-title {
    font-size: clamp(26px, 7.5vw, 32px);
  }

  .section-subtitle {
    margin-bottom: 30px;
  }

  .stats,
  .cards,
  .support-section .cards,
  .why-shemrock-section .cards,
  .benefit-grid,
  .light-section .benefit-grid,
  .applicant-grid,
  .light-section .applicant-grid,
  .steps,
  .process-section .steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .form-box,
  .price-box,
  .card-content,
  .benefit-item,
  .light-section .benefit-item,
  .applicant-card,
  .faq-item,
  .faq-section .faq-item {
    padding: 20px 18px;
  }

  .stat-card,
  .step,
  .process-section .step {
    padding: 22px 16px;
  }

  .cta-btn,
  .final-cta .cta-btn {
    width: 100%;
    max-width: 360px;
  }

  .sticky-btn,
  body > .sticky-btn {
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    padding: 13px 16px;
    border-radius: 14px;
    text-align: center;
  }

  .site-footer {
    padding-bottom: 86px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  :root {
    --lp-gutter: 15px;
    --lp-section-space: 42px;
  }

  .hero {
    padding-block: 40px;
  }

  .logo {
    font-size: 20px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .section-title,
  .why-shemrock-section .section-title,
  .why-trust-section .section-title,
  .why-choose-section .section-title {
    font-size: 27px;
  }

  .form-box h2,
  .feature-copy h3,
  .why-trust-section .feature-copy h3,
  .why-choose-section .feature-copy h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .benefit-item h3,
  .light-section .benefit-item h3,
  .card h3,
  .applicant-card h3 {
    font-size: 19px;
  }

  .faq-item summary,
  .faq-section .faq-item summary {
    padding-right: 24px;
    font-size: 16px;
  }
}

/* Very small devices */
@media (max-width: 359px) {
  :root {
    --lp-gutter: 12px;
  }

  .form-box,
  .price-box,
  .card-content,
  .benefit-item,
  .light-section .benefit-item,
  .applicant-card,
  .faq-item,
  .faq-section .faq-item {
    padding: 18px 15px;
  }

  .call-btn,
  .cta-btn,
  .sticky-btn,
  button,
  input[type="submit"] {
    font-size: 15px;
  }
}

/* Touch devices should not keep cards visually lifted after tap */
@media (hover: none) {
  .card:hover,
  .benefit-item:hover,
  .stat-card:hover,
  .applicant-card:hover {
    transform: none;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
