.elementor-210 .elementor-element.elementor-element-f96aa6e{--display:flex;--min-height:0px;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--flex-wrap:wrap;}.elementor-210 .elementor-element.elementor-element-f96aa6e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-210 .elementor-element.elementor-element-67187d0{--display:flex;}.elementor-210 .elementor-element.elementor-element-67187d0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );color:var( --e-global-color-primary );}.elementor-210 .elementor-element.elementor-element-7754d87.elementor-element{--align-self:center;}.elementor-210 .elementor-element.elementor-element-7754d87 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:800;font-style:italic;text-shadow:0px 0px 10px rgba(11.086956521739124, 255, 0, 0.59);}.elementor-210 .elementor-element.elementor-element-7b19274{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-210 .elementor-element.elementor-element-247e20a.elementor-element{--align-self:center;}.elementor-210 .elementor-element.elementor-element-247e20a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-style:italic;text-shadow:0px 0px 2px #00FF1D;}.elementor-210 .elementor-element.elementor-element-1641900{--grid-template-columns:repeat(0, auto);text-align:center;--icon-size:14px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-210 .elementor-element.elementor-element-f2041cf{width:100%;max-width:100%;}.elementor-210 .elementor-element.elementor-element-4e3da73{--display:flex;}.elementor-210 .elementor-element.elementor-element-d9f9745{--display:flex;}.elementor-210 .elementor-element.elementor-element-cf58186{--display:flex;}.elementor-210 .elementor-element.elementor-element-cb29af4{--display:flex;}.elementor-210 .elementor-element.elementor-element-2a38866{--display:flex;}.elementor-210 .elementor-element.elementor-element-09af7d0{text-align:center;}.elementor-210 .elementor-element.elementor-element-09af7d0 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:bold;}.elementor-210 .elementor-element.elementor-element-0f2a7cc ul.products li.product{padding-left:calc(50px / 2);padding-right:calc(50px / 2);margin-bottom:50px;}.elementor-210 .elementor-element.elementor-element-0f2a7cc .layout-carousel-center .woocommerce-carousel .slick-list .slick-slide.slick-center li.product{padding-left:calc(50px / 2);padding-right:calc(50px / 2);margin-bottom:50px;}.elementor-210 .elementor-element.elementor-element-0f2a7cc ul.products{margin-left:calc(50px / -2);margin-right:calc(50px / -2);}.elementor-210 .elementor-element.elementor-element-0f2a7cc .slick-dots{text-align:center;}.elementor-210 .elementor-element.elementor-element-022fcad{--display:flex;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-210 .elementor-element.elementor-element-f96aa6e{--content-width:500px;--min-height:0px;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-210 .elementor-element.elementor-element-67187d0{--width:278px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-210 .elementor-element.elementor-element-7754d87{text-align:center;}.elementor-210 .elementor-element.elementor-element-7754d87 .elementor-heading-title{font-size:20px;}.elementor-210 .elementor-element.elementor-element-7b19274{width:100%;max-width:100%;}.elementor-210 .elementor-element.elementor-element-247e20a{text-align:center;}.elementor-210 .elementor-element.elementor-element-f41cfc7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:0;}.elementor-210 .elementor-element.elementor-element-09af7d0{text-align:center;}.elementor-210 .elementor-element.elementor-element-09af7d0 .elementor-heading-title{font-size:26px;}}/* Start custom CSS for html, class: .elementor-element-772998f */.video-hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 90%;
    max-width: 900px;
}

/* Slides */
.text-slider {
    position: relative;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
    animation: fadeIn 1s ease;
}

/* Smaller Centered Heading */
.slide-title {
    font-size: 48px;       /* reduced size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

/* Description */
.slide-desc {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
}

/* Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.slider-arrow.left {
    left: -50px;
}

.slider-arrow.right {
    right: -50px;
}

.slider-arrow:hover {
    opacity: 0.7;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
    .slide-title {
        font-size: 32px;
    }
    .slide-desc {
        font-size: 16px;
    }
    .slider-arrow.left {
        left: 10px;
    }
    .slider-arrow.right {
        right: 10px;
    }
}


/* MOBILE VIEW – Reduce video height */
@media (max-width: 768px) {
    .video-hero {
        height: 60vh;   /* Reduce height: change to 50vh / 70vh as you like */
    }

    .bg-video {
        height: 60vh;
        object-fit: cover;
    }

    .hero-content {
        top: 55%;
        transform: translate(-50%, -50%);
    }

    .slide-title {
        font-size: 26px;
    }

    .slide-desc {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2041cf *//* WRAPPER */
.scholar-carousel {
  width: 100%;
  overflow: hidden;
  background: body,
html {
    background-color: #FEFAE0 !important;
}

/* Optional: also apply to common containers */
.site,
.wrapper,
.container,
#page,
#content,
.page-wrapper {
    background-color: #FEFAE0 !important;
}
;
}

/* TRACK */
.carousel-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

/* EACH SLIDE (compact) */
.scholar-slide {
  min-width: 140px;       /* Reduced width */
  padding: 8px;           /* Less padding */
  display: flex;
  flex-direction: column;
  align-items: center;    /* Center content */
  justify-content: center;
  text-align: center;
}

/* IMAGE (smaller + less spacing) */
.scholar-slide img {
  width: 80px;            /* Reduced image size */
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 6px;     /* Reduced gap under image */
}

/* NAME */
.scholar-slide h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 3px 0;
  text-align: center;
}

/* POSITION */
.scholar-slide p {
  font-size: 0.75rem;
  color: #555;
  text-align: center;
}

/* SCROLL ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Because slides are duplicated */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f41cfc7 */.explore-books {
  text-align: center;
  padding: 30px 10px;
}

.explore-books h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}

/* 👇 Force 3 items per row */
.book-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: start;
}

.book-card {
  background: none; /* remove white card if you don’t want it */
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #111;
  display: block;
  transition: all 0.3s ease;
}

.book-card img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.book-card p {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 700; /* bold text */
  color: #000;
}

.book-card:hover {
  transform: scale(1.05);
}

/* 👇 Mobile responsiveness */
@media (max-width: 768px) {
  .book-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .book-card img {
    max-width: 180px;
  }

  .book-card p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .book-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .book-card img {
    max-width: 150px;
  }

  .book-card p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ece465 */.quran-about-section {
  padding: 60px 0;
}

.quran-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.quran-left {
  width: 50%;
}

.about-title {
  color: #c62828;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #0e533d;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-text {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

.quran-right {
  width: 50%;
  position: relative;
}

.main-img {
  width: 100%;
  border-radius: 10px;
}

.small-img {
  width: 230px;
  position: absolute;
  bottom: -25px;
  right: -25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.small-img {
  width: 230px;
  position: absolute;
  bottom: -25px;
  right: -25px;
  border-radius: 12px;
  border: 6px solid #ffffff;   /* WHITE BORDER */
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  background: #fff;
}


/* MOBILE RESPONSIVE */
@media(max-width: 768px){
  .quran-container {
    flex-direction: column;
  }
  .quran-left, .quran-right {
    width: 100%;
  }
  .main-heading {
    font-size: 32px;
  }
  .small-img {
    width: 150px;
    right: 0;
  }
}

@media(max-width: 768px){
  .small-img {
    width: 150px;
    right: 0;
    border: 4px solid #fff;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-600526f */.awq-cards-section {
  padding: 40px 0;
}

.awq-cards-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.awq-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  width: 33.33%;
  box-shadow: 0 18px 35px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.awq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}

/* ICON CENTERED */
.awq-icon {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto; /* centers the icon */
}

.awq-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #0e533d;
  margin-bottom: 15px;
}

.awq-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

@media(max-width: 900px){
  .awq-cards-container {
    flex-direction: column;
    gap: 20px;
  }
  .awq-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-029f163 */.awq-courses-section {
  padding: 60px 0;
  text-align: center;
}

.awq-subtitle {
  color: #c62828;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.awq-heading {
  font-size: 34px;
  font-weight: 700;
  color: #0e533d;
  margin-bottom: 40px;
}

/* Grid */
.awq-courses-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Cards */
.awq-course-card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  overflow: hidden;
  padding-bottom: 25px;
  text-align: center;
}

/* Image */
.awq-course-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Title */
.awq-course-title {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #0e533d;
}

/* Description */
.awq-course-text {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 20px;
  margin: 12px 0 18px;
  color: #333;
}

/* Button */
.awq-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #0e533d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.awq-btn:hover {
  background: #073824;
}

/* View more */
.awq-center {
  margin-top: 35px;
}

.awq-view-more {
  background: #d82020;
  padding: 14px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.awq-view-more:hover {
  background: #b91616;
}

/* Responsive */
@media(max-width: 900px){
  .awq-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .awq-courses-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ba5aab *//* Outer section */
.story-section {
    background-color: #144A37; /* Dark green background */
    padding: 60px 0;
}

/* Inner wrapper */
.story-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    color: white;
    padding: 20px;
}

/* Left text */
.story-left {
    flex: 1;
}

.story-subtitle {
    color: #f4c14b; /* Golden subtitle color */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.story-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.story-text {
    font-size: 18px;
    line-height: 1.7;
    color: #e6e6e6;
}
.icon {
    width: 70px;
    margin-bottom: 15px;
    display: block;              /* ✔ Needed to center */
    margin-left: auto;           /* ✔ Center icon */
    margin-right: auto;          /* ✔ Center icon */
}



/* Responsive */
@media(max-width: 900px) {
    .story-container {
        flex-direction: column;
        text-align: center;
    }
    
    .story-title {
        font-size: 36px;
    }

    .story-text {
        font-size: 16px;
    }
}
@media(max-width: 768px) {
    .icon {
        width: 60px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c52c701 */.why-choose-us {
    background: #124733;
    padding: 70px 20px;
    text-align: center;
    color: white;
}

.small-title {
    color: #d4aa00;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.main-title {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
}

.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.box {
    text-align: center;
    width: 180px;
}

.icon {
    width: 70px;
    margin-bottom: 15px;
}

.number {
    font-size: 48px;
    font-weight: 700;
    color: #d4aa00;
}

.label {
    font-size: 18px;
    margin-top: 5px;
}

@media(max-width: 768px) {
    .main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .counter-container {
        gap: 40px;
    }

    .box {
        width: 100%;
        max-width: 200px;
    }

    .number {
        font-size: 40px;
    }

    .icon {
        width: 60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5500171 */.contact-box-section {
    text-align: center;
    padding: 60px 20px;
    background: body,
html {
    background-color: #FEFAE0 !important;
}

/* Optional: also apply to common containers */
.site,
.wrapper,
.container,
#page,
#content,
.page-wrapper {
    background-color: #FEFAE0 !important;
}
;
}

.contact-title {
    font-size: 48px;
    color: #0e472f;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.contact-box {
    background: white;
    width: 420px;
    padding: 50px 30px;
    border-radius: 5px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.08);
    text-align: center;
}

/* ⭐ ICON CENTER FIX ⭐ */
.contact-icon {
    width: 60px;
    margin: 0 auto 20px auto; /* Center horizontally */
    display: block;
}

.contact-box h3 {
    font-size: 32px;
    color: #0e472f;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-info {
    font-size: 20px;
    color: #222;
    margin-bottom: 30px;
}

.contact-btn {
    display: inline-block;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    color: white;
}

.dark-btn {
    background: #3d3a2f;
}

.red-btn {
    background: #d21616;
}

@media(max-width: 768px) {
    .contact-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .contact-box {
        width: 100%;
        max-width: 380px;
        padding: 40px 25px;
    }

    .contact-box h3 {
        font-size: 26px;
    }

    .contact-info {
        font-size: 18px;
    }
}/* End custom CSS */