/* =========================================================================
   Teach Quran Online - theme stylesheet (original)
   Palette: green #098a46 / dark #123e2a / gold #e0b63c / cream #f4f7f5
   ========================================================================= */
:root {
  --green: #098a46; --green-dark: #10713e; --green-light: #e8f5ee; --ink: #123e2a;
  --gold: #e0b63c; --text: #1c1c1c; --muted: #6b7570; --line: #e2e8e4; --cream: #f4f7f5;
}
html { scroll-behavior: smooth; }
body { font-family: "Poppins", sans-serif; font-size: 16px; color: var(--text); line-height: 1.5; background: #fff; }
body::-webkit-scrollbar { width: 9px; } body::-webkit-scrollbar-track { background: #f1f1f1; } body::-webkit-scrollbar-thumb { background: var(--green); }
ul { list-style: none; margin: 0; padding: 0; }
a { color: var(--green); } a:hover { color: var(--green-dark); }
p:last-of-type { margin-bottom: 0; }
img { max-width: 100%; }

/* ---------- header ---------- */
.header { background: #fff; position: relative; z-index: 200; }
.header-top { font-size: 13px; border-bottom: 1px solid var(--line); }
.header-top ul > li { float: left; }
.header-top ul > li > a { display: inline-block; color: var(--text); text-decoration: none; padding: 6px 12px; border-right: 1px solid var(--line); font-weight: 500; }
.header-top ul > li:first-child > a { border-left: 1px solid var(--line); }
.header-top ul > li > a > i { color: var(--green); margin-right: 5px; font-size: 12px; }
.right-ul { float: right; }
.header-bottom { padding: 12px 0; background: #fff; width: 100%; z-index: 100; }
.header-logo img { width: 100%; max-width: 210px; }
.header-menu > ul { float: right; }
.header-menu > ul > li { float: left; position: relative; }
.header-menu > ul > li > a { display: inline-block; text-decoration: none; text-align: center; padding: 0 14px; color: #9c9d9b; }
.header-menu > ul > li > a > i { display: block; font-size: 13px; color: var(--green); }
.header-menu > ul > li > a > p { margin: 0; font-size: 14px; font-weight: 600; text-transform: uppercase; color: var(--text); line-height: 1.2; transition: color .3s; }
.header-menu > ul > li > a > span { font-size: 11px; font-style: italic; }
.header-menu > ul > li.active > a > p, .header-menu > ul > li:hover > a > p { color: var(--green); }
.menu-drop { position: absolute; left: 0; bottom: 0; transform: translateY(100%); opacity: 0; visibility: hidden; transition: all .25s; padding-top: 8px; }
.header-menu > ul > li:hover > .menu-drop, .menu-drop > ul > li:hover > .menu-drop { opacity: 1; visibility: visible; }
.menu-drop > ul { background: #fff; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.12); min-width: 220px; overflow: visible; }
.menu-drop > ul > li { position: relative; }
.menu-drop > ul > li > a { display: flex; align-items: center; padding: 9px 30px 9px 14px; color: var(--text); text-decoration: none; border-bottom: 1px solid #f0f0f0; white-space: nowrap; font-size: 14px; }
.menu-drop > ul > li > a > img { width: 26px; height: 26px; margin-right: 8px; }
.menu-drop > ul > li:last-child > a { border-bottom: 0; }
.menu-drop > ul > li:hover > a { background: var(--green); color: #fff; }
.menu-drop > ul > li.sub-drop-li::before { content: '\f0da'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 12px; top: 10px; color: #999; }
.menu-drop > ul > li.sub-drop-li:hover::before { color: #fff; }
.menu-drop > ul > li > .menu-drop { left: 100%; top: 0; bottom: auto; transform: none; padding: 0 0 0 4px; }
.header.scrolled { height: 112px; }
.header.scrolled .header-top { display: none; }
.header.scrolled .header-bottom { position: fixed; top: 0; left: 0; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.mob-menu-btn { display: none; float: right; font-size: 26px; cursor: pointer; color: var(--text); }
.mob-menu { display: none; position: absolute; left: 0; right: 0; bottom: 0; transform: translateY(100%); background: #f5f7f6; z-index: 100; font-size: 14px; box-shadow: 0 10px 20px rgba(0,0,0,.08); }
.mob-menu > ul > li > a { display: block; padding: 11px 16px; border-top: 1px solid rgba(0,0,0,.05); color: var(--text); text-decoration: none; }
.mob-menu > ul > li > a > i { color: var(--green); margin-right: 6px; width: 16px; }
.mob-menu > ul > li > a:hover { color: var(--green); }

/* ---------- hero ---------- */
.home-banner { position: relative; height: 100vh; max-height: 560px; background: var(--ink) url(../images/bg/hero.svg) no-repeat center center; background-size: cover; color: #fff; }
.banner-center-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.banner-heading { color: #fff; }
.banner-heading h3 { font-size: 26px; font-weight: 400; margin: 0; }
.banner-heading h1 { font-size: 44px; font-weight: 700; line-height: 1.15; }
.banner-heading p.after-head-p { font-style: italic; font-size: 19px; font-weight: 300; max-width: 460px; line-height: 1.35; }
.banner-form { margin-top: 20px; }
.banner-mini-text { font-size: 12px; margin-top: 12px; color: #fff; font-weight: 300; }
.home-banner-side { width: 120%; max-width: none; margin-left: -10%; filter: drop-shadow(0 20px 30px rgba(0,0,0,.35)); }

/* ---------- generic sections ---------- */
.white-section { padding: 80px 0; }
.section-heading h2 { position: relative; font-size: 36px; font-weight: 600; padding-bottom: 46px; margin: 0; }
.section-heading h2::before { content: ''; position: absolute; left: 0; bottom: 0; width: 160px; height: 32px; background: url(../images/ornament/divider.svg) no-repeat center / contain; }
.section-heading.text-center h2::before { left: 50%; transform: translateX(-50%); }
.section-heading.white-text { color: #fff; }
.section-heading.white-text h2::before { background-image: url(../images/ornament/divider-white.svg); }
.section-heading.white-text p, .section-heading.white-text ul { color: #d5dfd9; }
.section-heading p { color: var(--muted); font-size: 17px; line-height: 1.5; }
.section-heading p strong { color: var(--text); }
.section-heading.text-center p { max-width: 960px; margin-left: auto; margin-right: auto; }
.heading-ayat { display: block; font-family: "Amiri", "Scheherazade New", serif; font-size: 40px; line-height: 1.3; color: var(--green); margin-bottom: 8px; direction: rtl; }
.heading-ayat.small { font-size: 30px; }
.white-text .heading-ayat { color: var(--gold); }
.normal-ul { list-style: disc; padding-left: 20px; margin-top: 15px; }
.ornament-section { position: relative; overflow: hidden; }
.ornament-section::before, .ornament-section::after { content: ''; position: absolute; width: 480px; height: 480px; z-index: -1; background: url(../images/ornament/corner.svg) no-repeat center / contain; }
.ornament-section::before { top: 0; left: 0; transform: translate(-40%, -40%); }
.ornament-section::after { right: 0; bottom: 0; transform: translate(40%, 40%); }
.ornament-section.only-bottom-right::before, .ornament-section.pb-0::after { display: none; }
.center-link-area { margin-top: 50px; text-align: center; }
.center-link-area a, .filled-link, .contact-form-submit, input.step-form-submit, .offer-form-submit { display: inline-block; color: #fff !important; background: var(--green); padding: 10px 40px; font-size: 16px; text-decoration: none !important; border-radius: 6px; border: 0; transition: all .25s; box-shadow: 0 8px 18px rgba(9,138,70,.25); }
.center-link-area a:hover, .filled-link:hover, .contact-form-submit:hover, input.step-form-submit:hover, .offer-form-submit:hover { background: var(--green-dark); transform: translateY(-2px); }
.small-link-area { margin-top: 15px; }
.small-link-area a.filled-link { padding: 9px 18px; font-size: 14px; }
.small-link-area a + a { margin-left: 15px; }
.small-link-area a.simple-link { display: inline-block; color: var(--green); padding: 8px 0; font-size: 14px; text-decoration: none; font-weight: 600; }

/* ---------- feature cards ---------- */
.service-area > .row { margin: 0 -8px; }
.service-area > .row > [class*="col-"] { padding: 0 8px; }
.single-service { display: flex; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.07); padding: 20px; border-radius: 8px; margin: 8px 0; transition: all .3s; height: calc(100% - 16px); }
.service-img { width: 64px; flex-shrink: 0; }
.service-img img { width: 100%; }
.service-detail-area { padding-left: 14px; width: 100%; }
.service-detail-area h3 { font-size: 18px; font-weight: 600; transition: color .3s; }
.service-detail-area p { font-size: 14px; line-height: 1.4; color: #616161; margin: 0 0 10px; transition: color .3s; }
.service-detail-area p:last-child { margin-bottom: 0; }
.service-detail-area a { color: var(--green); font-size: 14px; font-weight: 500; text-decoration: none; transition: color .3s; }
.single-service:hover { background: var(--green); transform: translateY(-3px); }
.single-service:hover h3, .single-service:hover p, .single-service:hover a { color: #fff; }
.single-service:hover .service-img img { filter: brightness(0) invert(1); }

/* ---------- course cards ---------- */
.single-course { background: #fff; border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,.07); overflow: hidden; padding: 10px 10px 0; }
.single-course img { width: 100%; border-radius: 6px 6px 0 0; }
.single-course-detail { padding: 15px; }
.single-course-detail h3 { font-size: 22px; font-weight: 600; margin-bottom: 10px; color: #383838; }
.single-course-detail p { font-size: 14px; color: #8a8a8a; line-height: 1.4; margin-bottom: 18px; }
.single-course-link a.filled-link { padding: 8px 16px; font-size: 14px; }
.single-course-link a.right-link { display: inline-block; margin-left: 12px; color: var(--green); font-size: 14px; font-weight: 600; text-decoration: none; }

/* ---------- course tabs (home + courses) ---------- */
.pricing-top-section { position: relative; background: var(--ink) url(../images/bg/section-dark.svg) no-repeat center / cover; z-index: 2; }
.pricing-top-tabs { border: 0; justify-content: center; }
.pricing-top-tabs .nav-item { margin: 0 6px; }
.pricing-top-tabs .nav-item .nav-link { padding: 20px 36px; background: #1c2a24; color: #95a3ae; border: 0; border-top: 5px solid #1c2a24; border-radius: 6px 6px 0 0; text-align: center; position: relative; transition: all .3s; }
.pricing-top-tabs .nav-item .nav-link img { max-height: 70px; margin-bottom: 12px; filter: grayscale(1); opacity: .6; transition: all .3s; }
.pricing-top-tabs .nav-item .nav-link h3 { font-size: 18px; font-weight: 600; margin: 0; }
.pricing-top-tabs .nav-item .nav-link.active { background: #fff; color: #333; border-color: var(--green); }
.pricing-top-tabs .nav-item .nav-link.active img { filter: none; opacity: 1; }
.pricing-top-tabs .nav-item .nav-link::after { content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 16px solid #fff; transform: translate(-50%, 100%); opacity: 0; transition: opacity .3s; }
.pricing-top-tabs .nav-item .nav-link.active::after { opacity: 1; }
.pricing-sec { position: relative; background: url(../images/bg/light.svg) no-repeat center / cover; }
.pricing-sec > .container, .pricing-sec > section > .container { position: relative; z-index: 1; }
.pricingsec { padding-top: 10px; }
.pricingseccoursepage { background: #fff; }
.single-inner-course-area + .single-inner-course-area { margin-top: 80px; }
.course-side-img { width: 100%; }
.small-img-head .heading-ayat { font-size: 30px; }
.sidecontentsec { margin-top: 5px; }

/* ---------- pricing cards ---------- */
.pricing-area-head { padding: 40px 0; }
.pricing-area-head h3 { font-size: 34px; font-weight: 600; }
.pricing-area-head p { color: var(--muted); font-size: 17px; max-width: 900px; margin: 0 auto; }
.pricing-tabs { border: 0; justify-content: center; margin-bottom: 50px; }
.pricing-tabs .nav-item { padding: 0 7px; }
.pricing-tabs .nav-item .nav-link { padding: 10px 36px; color: var(--green); border: 3px solid var(--green); border-radius: 6px; transition: all .3s; font-weight: 500; }
.pricing-tabs .nav-item .nav-link.active { background: var(--green); color: #fff; }
.pricing-row { margin: 0 -8px; }
.pricing-row > [class*="col-"] { padding: 0 8px; }
.single-pricing { position: relative; transition: transform .3s; }
.single-pricing-head { position: relative; }
.single-pricing-head svg { display: block; width: 100%; filter: drop-shadow(0 -4px 10px rgba(0,0,0,.06)); }
.pricing-ornament-path { fill: #fff; transition: fill .3s; }
.single-pricing-head img { position: absolute; top: 58%; left: 50%; transform: translate(-50%, -50%); max-height: 84px; transition: all .3s; }
.single-pricing-body { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.08); border-radius: 0 0 8px 8px; transition: background .3s; }
.single-pricing-body h5 { margin: 0; padding: 10px 15px; text-align: center; font-size: 15px; font-weight: 600; background: #eef2ef; transition: all .3s; }
.single-inner-pricing { padding: 0 26px 40px; }
.single-inner-pricing h3 { font-size: 54px; font-weight: 700; text-align: center; padding: 14px 0; margin: 0; border-bottom: 1px solid #ddd; transition: all .3s; }
.single-inner-pricing h3 sup { font-size: 18px; font-weight: 300; top: -24px; }
.single-inner-pricing h3 sub { font-size: 14px; font-weight: 300; }
.single-inner-pricing h3 p { font-size: 12px; font-weight: 400; margin: 4px 0 0; min-height: 16px; }
.single-inner-pricing ul { margin: 22px 0; font-size: 13px; color: #757575; transition: color .3s; }
.single-inner-pricing ul li { position: relative; padding: 3px 0 3px 24px; }
.single-inner-pricing ul li::before { content: '\f058'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; color: var(--green); }
.single-inner-pricing a { display: block; width: max-content; margin: 0 auto; border: 1px solid #a7a7a7; color: #757575; padding: 10px 28px; font-size: 13px; font-weight: 600; text-transform: uppercase; text-decoration: none; border-radius: 6px; transition: all .3s; }
.single-pricing:hover, .pricing-row:not(:hover) .single-pricing[data-recommended="1"] { transform: scale(1.06); z-index: 2; }
.single-pricing:hover .pricing-ornament-path, .pricing-row:not(:hover) .single-pricing[data-recommended="1"] .pricing-ornament-path { fill: var(--green); }
.single-pricing:hover .single-pricing-body, .pricing-row:not(:hover) .single-pricing[data-recommended="1"] .single-pricing-body { background: var(--green); }
.single-pricing:hover .single-pricing-body h5, .pricing-row:not(:hover) .single-pricing[data-recommended="1"] .single-pricing-body h5 { background: var(--green-dark); color: #fff; }
.single-pricing:hover .single-inner-pricing h3, .single-pricing:hover .single-inner-pricing ul, .single-pricing:hover .single-inner-pricing a,
.pricing-row:not(:hover) .single-pricing[data-recommended="1"] .single-inner-pricing h3, .pricing-row:not(:hover) .single-pricing[data-recommended="1"] .single-inner-pricing ul,
.pricing-row:not(:hover) .single-pricing[data-recommended="1"] .single-inner-pricing a { color: #fff; border-color: #fff; }
.single-pricing:hover .single-inner-pricing ul li::before, .pricing-row:not(:hover) .single-pricing[data-recommended="1"] .single-inner-pricing ul li::before { color: var(--gold); }
.single-pricing .ribbon { position: absolute; top: 34%; right: -6px; background: #d63a2f; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 10px; border-radius: 4px 0 0 4px; z-index: 3; }

/* ---------- steps / why-qm ---------- */
.why-qm-section { background: var(--cream) url(../images/ornament/pattern-light.svg); }
.courseplan { position: relative; }
.courseplan > img { max-width: 170px; margin-bottom: 26px; }
.courseplan > h3 { font-size: 18px; font-weight: 600; }
.courseplan > h3 > span { color: var(--green); }
.courseplan > p { color: #3d3d3d; padding: 0 25px; }
.arrowright::after { content: '\f30b'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: -14px; top: 26%; color: var(--green); opacity: .5; font-size: 28px; }

/* ---------- vision / stats / testimonials ---------- */
.vision-mission-section { background: var(--ink) url(../images/bg/section-dark.svg) no-repeat center / cover; }
.stats-section { background: var(--green-dark) url(../images/bg/stats.svg) no-repeat center / cover; }
.single-stats { text-align: center; color: #fff; padding: 40px 0; }
.single-stats h3 { font-size: 54px; font-weight: 700; margin: 0; color: var(--gold); }
.testimonial-section { background: url(../images/bg/light.svg) no-repeat center / cover; }
.single-testi { position: relative; background: #fff; padding: 55px 20px 30px; border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,.07); margin-top: 40px; transition: all .3s; height: calc(100% - 40px); }
.single-testi img { position: absolute; top: 0; left: 50%; transform: translate(-50%, -35%); width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.single-testi h3 { font-size: 20px; text-align: center; margin: 0; }
.testimonial-stars { text-align: center; color: var(--gold); font-size: 13px; }
.single-testi p { position: relative; font-size: 13px; font-style: italic; color: #8a8a8a; padding-left: 46px; margin-top: 15px; }
.single-testi p::before { content: '\f10d'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 6px; top: 0; font-size: 26px; color: var(--green); font-style: normal; }
.single-testi:hover { background: var(--green); color: #fff; }
.single-testi:hover h3, .single-testi:hover p { color: #fff; }
.single-testi:hover p::before { color: var(--gold); }

/* ---------- contact ---------- */
.contact-section { position: relative; overflow: hidden; }
.before-footer-div { position: relative; padding-bottom: 240px; }
.footer-absolute-img { position: absolute; left: 0; right: 0; bottom: -2px; text-align: center; line-height: 0; z-index: 1; }
.footer-absolute-img img { width: 100%; max-width: none; height: 210px; object-fit: cover; object-position: center bottom; display: block; }
.contact-form-input { position: relative; margin-bottom: 12px; }
.contact-form-input input { width: 100%; padding: 11px 15px 11px 40px; border: 1px solid #d7d7d7; border-radius: 6px; font-size: 14px; color: #4b4b4b; outline: 0; }
.contact-form-input input:focus, .contact-form-textarea:focus { border-color: var(--green); }
.contact-form-input i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--green); font-weight: 900; }
.contact-form-input .iti input { padding-left: 52px; }
.contact-form-textarea { width: 100%; height: 125px; padding: 11px 15px; border: 1px solid #d7d7d7; border-radius: 6px; font-size: 14px; resize: none; outline: 0; }
.contact-form-submit { padding: 10px 30px; font-size: 14px; text-transform: uppercase; font-weight: 500; }
.contact-section-text h3 { font-size: 28px; font-weight: 600; margin-bottom: 14px; }
.contact-section-text p { color: var(--muted); font-size: 17px; margin-bottom: 15px; }
.contact-section-text ul li { position: relative; padding: 4px 0 4px 26px; color: var(--muted); }
.contact-section-text ul li i { position: absolute; left: 0; top: 8px; color: var(--green); }
.contact-section-text ul li a { color: var(--muted); text-decoration: none; }
.contact-section-text ul li a:hover { color: var(--green); }

/* ---------- inner banners ---------- */
.inner-banner, .big-inner-banner { position: relative; height: 100vh; max-height: 350px; background: var(--ink) url(../images/bg/banner.svg) no-repeat center / cover; color: #fff; }
.inner-banner .banner-heading h1 { position: relative; padding-bottom: 46px; margin: 0; font-size: 42px; }
.inner-banner .banner-heading h1::before { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 160px; height: 32px; background: url(../images/ornament/divider-white.svg) no-repeat center / contain; }
.banner-heading p.after-head-normal-p { font-size: 18px; font-weight: 300; line-height: 1.4; }
.course-banner-img { width: 100%; max-width: 260px; display: block; margin: 0 auto; }

/* ---------- course detail ---------- */
.inner-course-detail h3 { font-size: 28px; font-weight: 600; margin-bottom: 20px; }
.inner-course-detail p { color: var(--muted); }
.inner-course-detail blockquote { margin: 15px 0; padding: 12px 20px 12px 26px; border-left: 3px solid var(--green); background: rgba(9,138,70,.06); font-style: italic; color: #333; border-radius: 0 6px 6px 0; }
.inner-side-course-area { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,.07); }
.inner-side-course-detail-head { padding: 15px; background: var(--green); color: #fff; text-align: center; }
.inner-side-course-detail h5 { font-size: 20px; font-weight: 600; margin: 5px 0 0; }
.inner-side-course-detail p { font-size: 14px; margin: 0; }
.inner-side-course-area > ul { padding: 0 15px 25px; font-size: 14px; color: var(--muted); background: #fff; }
.inner-side-course-area > ul > p.ayat { font-family: "Amiri", "Scheherazade New", serif; font-size: 34px; text-align: center; color: var(--green); margin: 14px 0 6px; }
.inner-side-course-area > ul > p.text-center { padding: 0 20px; margin-bottom: 14px; }
.inner-side-course-area > ul > li { position: relative; padding: 4px 0 4px 24px; }
.inner-side-course-area > ul > li::before { content: '\f058'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; top: 4px; color: var(--green); }
.why-tutor-section { background: var(--cream) url(../images/ornament/pattern-light.svg); position: relative; }
.why-tutor-side-img { width: 100%; max-width: 440px; display: block; margin: 0 auto; }

/* ---------- FAQ ---------- */
.faq-accordion > .card { border: 0; border-radius: 0; margin-bottom: 6px; box-shadow: none; }
.faq-accordion > .card > .card-header { padding: 0; border: 0; background: transparent; }
.faq-accordion > .card > .card-header > a { display: block; padding: 14px 44px 14px 20px; color: var(--text); font-weight: 500; background: #f0f3f1; text-decoration: none; border-radius: 6px; position: relative; }
.faq-accordion > .card > .card-header > a::after { content: '\f078'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 18px; top: 16px; font-size: 12px; transition: transform .3s; }
.faq-accordion > .card > .card-header > a:not(.collapsed) { color: var(--green); background: rgba(9,138,70,.1); border-radius: 6px 6px 0 0; }
.faq-accordion > .card > .card-header > a:not(.collapsed)::after { transform: rotate(180deg); }
.faq-accordion > .card .card-body { background: #f9faf9; color: #555; border-radius: 0 0 6px 6px; }
.privacy-n-terms-detail a { color: var(--text); } .privacy-n-terms-detail a:hover { color: var(--green); }

/* ---------- footer ---------- */
.footer { background: #1c1c1c; color: #fff; }
.footer-top { text-align: center; padding: 40px 0 30px; }
.footer-logo img { max-width: 220px; }
.footer-social-links { display: inline-flex; margin: 20px 0 10px; font-size: 20px; }
.footer-social-links li { margin: 0 8px; }
.footer-social-links li a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; text-decoration: none; transition: all .3s; }
.footer-social-links li a:hover { background: var(--green); }
.footer-links { display: inline-flex; flex-wrap: wrap; justify-content: center; font-size: 12px; }
.footer-links li a { display: inline-block; padding: 5px 10px; color: #fff; text-transform: uppercase; font-weight: 600; text-decoration: none; transition: color .3s; }
.footer-links li a:hover { color: var(--gold); }
.footer-payment-link { margin-top: 12px; }
.footer-payment-link img { max-width: 370px; width: 100%; }
.footer-bottom { background: #222328; padding: 18px 0; font-size: 12px; }

/* ---------- popups ---------- */
.signup-popup-bg, .offer-bg { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 10000; opacity: 0; visibility: hidden; transition: all .3s; }
.signup-popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 480px; max-height: calc(100vh - 24px); overflow-y: auto; padding: 40px 50px; background: #fff url(../images/ornament/pattern-light.svg); border-radius: 10px; text-align: center; z-index: 10001; opacity: 0; visibility: hidden; transition: all .3s; }
.signup-popup h3 { font-size: 28px; font-weight: 700; }
.signup-popup-cross, .close-popup { position: sticky; float: right; margin: 8px 8px -40px auto; right: 8px; top: 8px; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 6px; background: #d63a2f; color: #fff; cursor: pointer; z-index: 2; }
.second-form-input { position: relative; margin-top: 12px; }
.second-form-input input { width: 100%; height: 46px; padding: 10px 15px 10px 40px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; outline: 0; }
.second-form-input .iti input { padding-left: 52px; }
.second-form-input i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--green); font-weight: 900; }
.second-form-submit { width: 100%; margin-top: 10px; padding: 11px; background: var(--green); color: #fff; border: 0; border-radius: 6px; font-size: 15px; font-weight: 500; cursor: pointer; }
.second-form-submit:hover { background: var(--green-dark); }
.show-bg, .show-popup { opacity: 1 !important; visibility: visible !important; }
.offer-popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: calc(100% - 30px); max-width: 900px; max-height: calc(100vh - 24px); overflow-y: auto; overflow-x: hidden; background: #fff; border-radius: 10px; z-index: 10001; opacity: 0; visibility: hidden; transition: all .3s; }
.offer-popup > .row { margin: 0; }
.offer-popup img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; display: block; }
.mobile-offer-img { display: none; }
.max-55-per { width: 100%; max-width: 45%; padding: 0; }
.max-45-per { width: 100%; max-width: 55%; padding: 0 15px; }
.offer-form { width: 100%; padding: 30px 20px; }
.offer-form-heading h2 { font-size: 34px; font-weight: 600; text-align: center; margin: 0 0 7px; }
.offer-form-heading h2 span { color: var(--green); font-style: italic; }
.offer-top-p { font-style: italic; text-align: center; margin: 0; font-size: 14px; font-weight: 600; }
.black-strip { width: 100%; background: var(--green); color: #fff; text-align: center; text-transform: uppercase; font-size: 13px; line-height: 1.8; padding: 2px 5px; margin: 0 0 14px; }
.offer-form-input { width: 100%; padding: 10px 15px; border: 1px solid #d7d7d7; border-radius: 6px; margin-bottom: 12px; outline: 0; font-size: 14px; }
.offer-form-input:focus { border-color: var(--green); }
.offer-form .iti { margin-bottom: 12px; } .offer-form .iti .offer-form-input { margin-bottom: 0; padding-left: 52px; }
.price-enrolldiv { display: flex; align-items: center; padding: 10px 15px; background: #fff; border: 1px solid #ccc; border-radius: 6px; margin-bottom: 12px; font-size: 14px; }
.price-enrolldiv > p { margin: 0 12px 0 0; padding-right: 12px; border-right: 1px solid #ccc; color: #495057; }
.price-enrollform { margin-right: 12px; }
.price-enrollform input { display: none; }
.price-enrollform label { display: flex; align-items: center; margin: 0; cursor: pointer; color: #495057; }
.price-enrollform label::before { content: ''; width: 16px; height: 16px; border: 2px solid var(--green); border-radius: 50%; margin-right: 6px; box-sizing: border-box; }
.price-enrollform input:checked + label::before { background: radial-gradient(var(--green) 45%, #fff 50%); }
.offer-form-submit-area { text-align: center; margin-top: 4px; }
.offer-form-submit { padding: 10px 30px; font-size: 15px; cursor: pointer; }
.offer-term-privacy { font-size: 12px; color: #999; text-align: center; margin: 14px 0 0; }
.offer-term-privacy a { color: #999; }
.width-100per { width: 100%; margin: 0; }

/* ---------- floating buttons ---------- */
a.whatsapp-popup-btn { position: fixed; left: 16px; bottom: 16px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; font-size: 30px; line-height: 58px; text-align: center; z-index: 9999; text-decoration: none; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.scrolltop { position: fixed; right: 16px; bottom: 16px; z-index: 9999; }
.scroll { width: 48px; height: 48px; border-radius: 6px; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.scroll .fa { font-size: 22px; margin: 0; }

/* ---------- Start Now flow ---------- */
.step-header { position: fixed; top: 0; left: 0; right: 0; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.1); z-index: 100; }
.step-header .header-menu ul li a { color: var(--text); font-weight: 600; padding: 12px 0; display: inline-block; text-decoration: none; }
.step-header .header-menu ul li a i { color: var(--green); margin-right: 5px; }
.step-form { position: relative; width: 100%; min-height: 100vh; background: var(--cream) url(../images/ornament/pattern-light.svg); }
.step-container { padding: 120px 0 130px; display: flex; align-items: center; min-height: 100vh; }
.step-center { width: 100%; }
.step-heading { padding-bottom: 20px; }
.single-step-hidden-input { display: none; }
.single-step-select { display: block; margin: 0; cursor: pointer; transition: transform .3s; }
.single-step-head { text-align: center; padding: 22px 15px; background: #fff; border-radius: 8px 8px 0 0; box-shadow: 0 4px 18px rgba(0,0,0,.07); position: relative; transition: all .3s; }
.single-step-head::before { content: '\f058'; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 14px; top: 12px; font-size: 30px; color: #c9d3cd; transition: color .3s; }
.single-step-head img { max-height: 95px; }
.single-step-body { background: #fff; border-radius: 0 0 8px 8px; box-shadow: 0 4px 18px rgba(0,0,0,.07); text-align: center; transition: all .3s; }
.single-step-body h5 { margin: 0; padding: 10px 15px; background: var(--green); color: #fff; font-size: 19px; font-weight: 600; }
.single-step-body-detail { padding: 20px 26px; }
.single-step-body-detail p { font-size: 14px; color: var(--muted); margin-bottom: 5px; font-weight: 500; }
.single-step-body-detail i { font-size: 26px; color: #fff; opacity: 0; transition: opacity .3s; }
:checked + .single-step-select { transform: scale(1.06); }
:checked + .single-step-select .single-step-head { background: var(--green); }
:checked + .single-step-select .single-step-head::before { color: #fff; }
:checked + .single-step-select .single-step-body { background: var(--green); }
:checked + .single-step-select .single-step-body h5 { background: var(--green-dark); }
:checked + .single-step-select .single-step-body-detail p { color: #fff; }
:checked + .single-step-select .single-step-body-detail i { opacity: 1; }
.step-footer { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; padding: 18px 0; box-shadow: 0 -2px 10px rgba(0,0,0,.1); z-index: 90; text-align: center; }
.step-form-submit-area { display: inline-block; }
input.step-form-submit { padding: 10px 44px; cursor: pointer; }
.step-input { width: 100%; padding: 14px 22px; border: 1px solid #d7d7d7; border-radius: 6px; margin-bottom: 14px; font-size: 15px; outline: 0; background: #fff; }
.step-input:focus { border-color: var(--green); }
.max-600 { max-width: 600px; margin: 0 auto; } .max-700 { max-width: 700px; margin: 0 auto; } .max-900 { max-width: 900px; margin: 0 auto; }
.mt-40 { margin-top: 40px; } .mb-40 { margin-bottom: 40px; } .mt-80 { margin-top: 80px; }

/* ---------- animation helpers ---------- */
.animated { animation-duration: .6s; animation-fill-mode: both; }
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/* ---------- responsive ---------- */
@media (min-width: 1200px) { .container { max-width: 1110px; } }
@media (max-width: 1199px) {
  .header-menu > ul > li > a { padding: 0 9px; }
  .banner-heading h1 { font-size: 38px; }
  .pricing-top-tabs .nav-item .nav-link { padding: 18px 22px; }
  .single-inner-pricing { padding: 0 16px 34px; }
}
@media (max-width: 991px) {
  .header-top, .header-menu, .home-banner-side, .course-banner-img { display: none; }
  .mob-menu-btn { display: block; }
  .header.scrolled { height: 70px; }
  .home-banner { text-align: center; }
  .banner-heading p.after-head-p { margin: 0 auto; max-width: 560px; }
  .banner-form { max-width: 420px; margin-left: auto; margin-right: auto; }
  .single-service { height: auto; }
  .course-side-img, .why-tutor-side-img { max-width: 480px; margin: 40px auto 0; display: block; }
  .pricing-row > [class*="col-"] { margin-bottom: 40px; }
  .pricing-row:not(:hover) .single-pricing[data-recommended="1"] { transform: none; }
  .arrowright::after { display: none; }
  .courseplan { margin-bottom: 30px; }
  .before-footer-div { padding-bottom: 190px; }
  .contact-section-text h3, .none-on-pad { display: none; }
  .reverse-on-mob { flex-direction: column-reverse; }
  .inner-side-course-area { margin-top: 40px; }
  .max-55-per { display: none; } .max-45-per { max-width: 100%; }
  .offer-popup { max-width: 520px; max-height: calc(100% - 30px); overflow-y: auto; }
  :checked + .single-step-select { transform: none; }
  .single-step-select { margin-bottom: 16px; }
}
@media (max-width: 576px) {
  body { font-size: 14px; }
  .header-logo img { max-width: 170px; }
  .banner-heading h3 { font-size: 20px; }
  .banner-heading h1 { font-size: 30px; }
  .banner-heading p.after-head-p, .banner-heading p.after-head-normal-p { font-size: 15px; }
  .heading-ayat { font-size: 28px; }
  .section-heading h2 { font-size: 27px; padding-bottom: 40px; }
  .section-heading p, .pricing-area-head p, .contact-section-text p { font-size: 15px; }
  .white-section { padding: 60px 0; }
  .ornament-section::before, .ornament-section::after { width: 220px; height: 220px; }
  .center-link-area a { padding: 10px 26px; font-size: 15px; }
  .pricing-top-tabs .nav-item { margin: 0 3px; }
  .pricing-top-tabs .nav-item .nav-link { padding: 14px 12px; }
  .pricing-top-tabs .nav-item .nav-link img { max-height: 40px; }
  .pricing-top-tabs .nav-item .nav-link h3 { font-size: 12px; }
  .pricing-area-head h3 { font-size: 26px; }
  .pricing-tabs .nav-item { width: 100%; text-align: center; margin-bottom: 8px; }
  .pricing-tabs .nav-item .nav-link { width: 100%; }
  .single-stats { padding: 18px 0; } .single-stats h3 { font-size: 40px; }
  .inner-banner .banner-heading h1 { font-size: 30px; }
  .inner-course-detail h3 { font-size: 24px; }
  .signup-popup { width: calc(100% - 30px); padding: 36px 24px; }
  .offer-form { padding: 24px 16px; }
  .offer-form-heading h2 { font-size: 28px; }
  .price-enrolldiv { flex-wrap: wrap; }
  .price-enrolldiv > p { width: 100%; border: 0; margin: 0 0 6px; padding: 0; }
  .footer-links li a { padding: 8px 10px; }
  .before-footer-div { padding-bottom: 140px; }
  a.whatsapp-popup-btn { width: 50px; height: 50px; line-height: 50px; font-size: 26px; }
  .step-container { padding: 100px 0 120px; }
}
