.elementor-2200 .elementor-element.elementor-element-8fe101e{--display:flex;--min-height:0px;--background-transition:0.3s;}.elementor-2200 .elementor-element.elementor-element-8fe101e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2200 .elementor-element.elementor-element-d8e930c{width:100%;max-width:100%;}.elementor-2200 .elementor-element.elementor-element-7db4a13{width:var( --container-widget-width, 102.017% );max-width:102.017%;--container-widget-width:102.017%;--container-widget-flex-grow:0;}.elementor-2200 .elementor-element.elementor-element-7db4a13.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-2200 .elementor-element.elementor-element-ae02b01 .elementor-cta__content{min-height:339px;text-align:center;}.elementor-2200 .elementor-element.elementor-element-ae02b01 .elementor-cta__button{background-color:var( --e-global-color-51ab936 );border-radius:34px;}.elementor-2200 .elementor-element.elementor-element-ae02b01 .elementor-cta__button:hover{color:var( --e-global-color-kadence9 );background-color:var( --e-global-color-646c5b2 );}.elementor-2200 .elementor-element.elementor-element-ae02b01 .elementor-cta__content-item{transition-duration:1000ms;}.elementor-2200 .elementor-element.elementor-element-ae02b01.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}.elementor-2200 .elementor-element.elementor-element-ae02b01.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}.elementor-2200 .elementor-element.elementor-element-ae02b01.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}.elementor-2200 .elementor-element.elementor-element-ae02b01 .elementor-cta .elementor-cta__bg, .elementor-2200 .elementor-element.elementor-element-ae02b01 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}@media(min-width:768px){.elementor-2200 .elementor-element.elementor-element-8fe101e{--width:124.53%;}}/* Start custom CSS for html, class: .elementor-element-d8e930c */.hero {
  position: relative;
  min-height: 100vh;
  padding: 100px 8%;
  display: flex;
  align-items: center;

  background: url("https://quranbliss.com/wp-content/uploads/2026/03/Quran-Classes-1.jpg-1.webp")
              center center / cover no-repeat;

  overflow: hidden;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 60, 50, 0.85),
    rgba(0, 60, 50, 0.4)
  );
  z-index: 1;
}

/* Content above overlay */
.hero-container {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* Text Styling */
.hero-subtitle {
  font-size: 14px;
  color: #ffcc70;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.hero-left h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero-left p {
  font-size: 18px;
  color: #eeeeee;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Buttons */
.hero-buttons a {
  padding: 14px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.3s;
}

.btn-primary {
  background: linear-gradient(135deg, #61CE70 0%, #4bb85d 100%);
  color: #fff;
}

.btn-primary:hover {
  background: #00a874;
  color:#fff
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #004f46;
}

/* Responsive */
@media (max-width: 992px) {
  .hero {
    text-align: center;
  }
  
  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons a {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .hero-container {
    margin: auto;
  }

  .hero-left h1 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7db4a13 *//* Quran Courses Section - Enhanced Design */
.quran-courses-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
  font-family: 'Arial', 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

.quran-courses-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(97, 206, 112, 0.05) 0%, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(0, 168, 132, 0.04) 0%, transparent 55%),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8fffc 40%,
      #f1fbf7 70%,
      #ffffff 100%
    );

  pointer-events: none;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Section Header */
.section-intro {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInDown 0.8s ease;
}

.section-header {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.section-subheader {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
}

/* Courses Grid */
.courses-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-items: center;
  max-width: 1800px;
  margin: 0 auto;
}

/* Course Card */
.course-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 380px;
  position: relative;
  animation: fadeInUp 0.6s ease backwards;
}

.course-card:nth-child(1) { animation-delay: 0.1s; }
.course-card:nth-child(2) { animation-delay: 0.2s; }
.course-card:nth-child(3) { animation-delay: 0.3s; }
.course-card:nth-child(4) { animation-delay: 0.4s; }
.course-card:nth-child(5) { animation-delay: 0.5s; }

.course-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #61CE70 0%, #4bb85d 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.course-card:hover::before {
  transform: scaleX(1);
}

.course-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(97, 206, 112, 0.2);
}

/* Card Image */
.card-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.course-card:hover .card-image img {
  transform: scale(1.08);
}

/* Card Badge */
.card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(97, 206, 112, 0.95);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(97, 206, 112, 0.3);
}

/* Card Body */
.card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1a1a1a;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.course-card:hover .card-body h3 {
  color: #61CE70;
}

.card-body p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Learn More Button */
.learn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  background: linear-gradient(135deg, #61CE70 0%, #4bb85d 100%);
  color: #fff !important;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(97, 206, 112, 0.2);
  position: relative;
  overflow: hidden;
}

.learn-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.learn-btn:hover::before {
  left: 100%;
}

.learn-btn:hover {
  background: linear-gradient(135deg, #4bb85d 0%, #3da04d 100%);
  box-shadow: 0 6px 25px rgba(97, 206, 112, 0.35);
  transform: translateY(-2px);
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1400px) {
  .courses-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 1200px) {
  .section-header {
    font-size: 36px;
  }
  
  .courses-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .quran-courses-section {
    padding: 60px 20px;
  }
  
  .section-header {
    font-size: 32px;
  }
  
  .section-subheader {
    font-size: 16px;
  }
  
  .courses-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .section-intro {
    margin-bottom: 40px;
  }
  
  .section-header {
    font-size: 28px;
  }
  
  .section-subheader {
    font-size: 15px;
  }
  
  .card-body {
    padding: 24px;
  }
  
  .card-body h3 {
    font-size: 20px;
  }
  
  .card-body p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .quran-courses-section {
    padding: 50px 15px;
  }
  
  .courses-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .course-card {
    max-width: 100%;
  }
  
  .section-header {
    font-size: 26px;
  }
  
  .card-image {
    height: 200px;
  }
  
  .learn-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 400px) {
  .section-header {
    font-size: 24px;
  }
  
  .section-subheader {
    font-size: 14px;
  }
  
  .card-body h3 {
    font-size: 18px;
  }
  
  .card-badge {
    font-size: 11px;
    padding: 5px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for call-to-action, class: .elementor-element-ae02b01 */.cta-image-box {
    border-radius: 15px; 
    overflow: hidden; 
    transition: 0.3s ease;
}/* End custom CSS */