@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//rahiqacademy.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(18,49,72);
	--wd-alternative-color: rgb(6,116,117);
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(239,239,239);
	--btn-accented-bgcolor: rgb(131,183,53);
	--btn-accented-bgcolor-hover: rgb(116,163,47);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: left center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* Rahiq Academy Homepage CSS */

.rahiq-home {
  --primary: #067475;
  --secondary: #508AA1;
  --dark: #073b3c;
  --text: #244345;
  --muted: #6b7f82;
  --light: #f5fbfb;
  --cream: #fffaf1;
  --white: #ffffff;
  --border: rgba(6, 116, 117, 0.14);
  --shadow: 0 20px 55px rgba(6, 116, 117, 0.12);
  --page-bg-image: url("https://rahiqacademy.com/wp-content/uploads/2026/06/bg.webp");
  --cta-bg-image: url("https://rahiqacademy.com/wp-content/uploads/2026/06/CTA-Background.webp");
  font-family: inherit;
  color: var(--text);
  overflow: hidden;
}

.rahiq-home * {
  box-sizing: border-box;
}

.rahiq-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.rahiq-section {
  padding: 90px 0;
  position: relative;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(6, 116, 117, 0.09);
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
}

.rahiq-home h1,
.rahiq-home h2,
.rahiq-home h3 {
  margin: 0;
  color: var(--dark);
  line-height: 1.18;
}

.rahiq-home h1 {
  font-size: clamp(34px, 3.6vw, 52px);
  letter-spacing: -0.6px;
  max-width: 660px;
}

.rahiq-home h2 {
  font-size: clamp(30px, 3.4vw, 48px);
  letter-spacing: -1px;
}

.rahiq-home h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.rahiq-home p {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
  font-size: 17px;
}

.rahiq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rahiq-btn.primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  box-shadow: 0 15px 35px rgba(6, 116, 117, 0.25);
}

.rahiq-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(6, 116, 117, 0.32);
  color: var(--white);
}

.rahiq-btn.secondary {
  background: var(--white);
  color: var(--primary);
  border-color: var(--border);
}

.rahiq-btn.secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-3px);
}

.rahiq-btn.white {
  background: var(--white);
  color: var(--primary);
}

.rahiq-btn.outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}

.rahiq-btn.outline-white:hover {
  background: rgba(255,255,255,0.12);
  color: var(--white);
}

/* Hero */

.rahiq-hero {
  position: relative;
  padding: 105px 0 80px;
  background:
    linear-gradient(rgba(245, 251, 251, 0.9), rgba(245, 251, 251, 0.94)),
    var(--page-bg-image) center/cover no-repeat;
}

.rahiq-hero::before {
  content: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 42px;
  align-items: center;
  padding-top: 80px;
}

.hero-content p {
  max-width: 700px;
  margin-top: 24px;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-points span {
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--border);
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--dark);
  font-weight: 700;
  font-size: 14px;
}

.hero-image {
  position: relative;
}

.hero-image img,
.section-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  border-radius: 34px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-image img {
  height: clamp(420px, 41vw, 520px);
}

/* Stats */

.rahiq-stats {
  padding: 70px 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: #2A8288;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 18px 42px rgba(7, 59, 60, 0.14);
  backdrop-filter: blur(8px);
}

.stat-card strong {
  display: block;
  font-size: 28px;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 8px;
}

.stat-card span {
  color: rgba(255,255,255,0.86);
  font-weight: 700;
  font-size: 14px;
}

/* Common Layout */

.two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.section-content p + p {
  margin-top: 14px;
}

.section-content .rahiq-btn {
  margin-top: 28px;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}

.section-head p {
  margin-top: 14px;
}

/* About */

.about-section {
  background: var(--white);
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.mini-features div {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  color: var(--primary);
  font-weight: 800;
  text-align: center;
}

/* Courses */

.courses-section {
  background:
    linear-gradient(rgba(245, 251, 251, 0.92), rgba(245, 251, 251, 0.94)),
    var(--page-bg-image) center/cover no-repeat;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.course-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 16px 45px rgba(6,116,117,0.07);
  transition: 0.25s ease;
}

.course-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.course-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(6,116,117,0.12), rgba(80,138,161,0.12));
  color: var(--primary);
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 18px;
}

.course-card p {
  font-size: 15.5px;
}

.card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary);
  font-weight: 900;
  text-decoration: none !important;
}

.card-link:hover {
  color: var(--secondary);
}

.center-action {
  text-align: center;
  margin-top: 38px;
}

/* Kids */

.kids-section {
  background: var(--white);
}

.rahiq-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}

.rahiq-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text);
  font-weight: 700;
}

.rahiq-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(6,116,117,0.12);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

/* Process */

.process-section {
  background:
    linear-gradient(135deg, rgba(6,116,117,0.08), rgba(80,138,161,0.09)),
    #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 30px 24px;
  box-shadow: 0 14px 38px rgba(6,116,117,0.07);
}

.process-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--primary);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 18px;
}

.process-card p {
  font-size: 15px;
}

/* Why */

.why-section {
  background: var(--light);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 28px;
  transition: 0.25s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(6,116,117,0.09);
}

.why-card h3 {
  color: var(--primary);
}

.why-card p {
  font-size: 15.5px;
}

/* Tutors */

.tutors-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(80,138,161,0.13), transparent 28%),
    #ffffff;
}

.tutor-image img {
  object-position: center 36%;
}

.tutor-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tutor-points span {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--light);
  border: 1px solid var(--border);
  font-weight: 800;
  color: var(--dark);
}

/* Testimonials */

.testimonials-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(6,116,117,0.08), transparent 28%),
    var(--light);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 14px 38px rgba(6,116,117,0.06);
}

.testimonial-card p {
  color: var(--text);
  font-size: 16px;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--primary);
}

/* Plans */

.plans-section {
  background: var(--white);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.plan-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 34px;
  text-align: center;
}

.plan-card.featured {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}

.plan-card.featured h3,
.plan-card.featured p {
  color: var(--white);
}

.plan-card p {
  margin: 14px 0 24px;
}

/* FAQ */

.faq-section {
  background: var(--white);
}

.faq-list {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.faq-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.faq-item {
  background: var(--white);
  border: 1px solid rgba(7, 59, 60, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(6, 116, 117, 0.05);
}

.faq-item + .faq-item {
  padding-top: 0;
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 58px 22px 24px;
  color: #001e52;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(42, 130, 136, 0.1);
  color: #2A8288;
  display: grid;
  place-items: center;
  font-size: 21px;
  line-height: 1;
}

.faq-item[open] summary {
  border-bottom: 1px solid rgba(7, 59, 60, 0.1);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  color: #123567;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  padding: 20px 24px 24px;
}
/* Final CTA */

.rahiq-final-cta {
  padding: 90px 0;
  background:
    linear-gradient(135deg, rgba(6, 116, 117, 0.92), rgba(80, 138, 161, 0.9)),
    var(--cta-bg-image) center/cover no-repeat;
}

.final-cta-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
}

.final-cta-box h2 {
  color: var(--white);
  font-size: clamp(32px, 4vw, 54px);
}

.final-cta-box p {
  color: rgba(255,255,255,0.88);
  margin-top: 18px;
  font-size: 18px;
}

.final-cta-box .hero-actions {
  justify-content: center;
}

/* Responsive */

@media (max-width: 1024px) {
  .hero-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero-image img {
    height: auto;
  }

  .stats-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .courses-grid,
  .why-grid,
  .testimonials-grid,
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-card.featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  .rahiq-container {
    width: min(100% - 22px, 1180px);
  }

  .rahiq-hero {
    padding: 70px 0 50px;
  }

  .rahiq-section {
    padding: 60px 0;
  }

  .rahiq-home h1 {
    font-size: 34px;
    letter-spacing: 0;
  }

  .rahiq-home h2 {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .rahiq-btn {
    width: 100%;
  }

  .stats-grid,
  .courses-grid,
  .process-grid,
  .why-grid,
  .testimonials-grid,
  .plans-grid,
  .mini-features {
    grid-template-columns: 1fr;
  }

  .stat-card {
    padding: 22px 18px;
  }

  .course-card,
  .why-card,
  .testimonial-card,
  .plan-card,
  .process-card {
    padding: 24px;
  }

  .section-image img,
  .hero-image img {
    border-radius: 24px;
    height: auto;
  }

  .reverse-mobile .section-content {
    order: 1;
  }

  .reverse-mobile .section-image {
    order: 2;
  }

  .faq-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-column {
    gap: 12px;
  }

  .faq-column + .faq-column {
    margin-top: 12px;
  }

  .faq-item summary {
    font-size: 17px;
    padding: 20px 52px 20px 20px;
  }

  .faq-item p {
    font-size: 16px;
    padding: 18px 20px 22px;
  }

  .rahiq-final-cta {
    padding: 65px 0;
  }
}
