body {
  font-family: "Inter", sans-serif;
  background: #fcfcfc;
  color: #1c1c1c;
}
.theme-text-base{
  color:#1c1c1c;
}
.text-purple{
  color:#6f42c1;
}
.bg-light-theme{
    background-color: #f5f3ff;
}
.text-primary-theme{
  color: #1f7a63;
}
.text-gold-theme{
  color: #e6b85c;
}
.text-body-theme{
  color: #9ca3af;
}
.btn-outline-success{
  border-color: #1f7a63;
  color: #1f7a63;
}
.btn-success {
  background-color: #1f7a63;
  border-color: #1f7a63;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
  background-color: #16624f;
  border-color: #16624f;
  box-shadow: none;
}
.btn-outline-secondary{
  border-color:#9ca3af;
  color: #1c1c1c;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  background-color: #16624f;
  border-color: #16624f;
  box-shadow: none;
}
.fs-14{font-size: 14px}
.fs-15{font-size: 15px}
.fs-13{font-size: 13px}
.fs-12{font-size: 12px}
.theme-sm-btn {
    font-size: 12px!important;
    border-radius: 10px;
}


.gradient-green {
  background: linear-gradient(45deg, #4caf50, #8bc34a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-blue {
  background: linear-gradient(45deg, #2196f3, #3f51b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-purple {
  background: linear-gradient(45deg, #9c27b0, #673ab7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-orange {
  background: linear-gradient(45deg, #ff9800, #ffc107);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ip-navbar {
  background:#fcfcfc;
  padding: 12px 0;

}
.ip-navbar .nav-link {
  color: #1c1c1c;
}

.ip-navbar .dropdown-toggle {
  cursor: pointer;
}

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

/* SEARCH OVERLAY */
.ip-navbar.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.ip-navbar.search-overlay.active {
  opacity: 1;
  visibility: visible;
}


.search-overlay-content {
  width: 60%;
  max-width: 600px;
  position: relative;
}
.search-overlay input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  outline: none;
}
.search-overlay i {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #9ca3af;
}
.theme-toggle {
  width: 50px;
  height: 25px;
  background: #e2e8f0;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.theme-toggle .toggle-circle {
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 2.5px;
  left: 3px;
  border-radius: 50%;
  transition: 0.3s;
}
.theme-toggle .icon {
  position: absolute;
  top: 6px;
  font-size: 12px;
}
.theme-toggle .sun {
  left: 6px;
  color: orange;
}
.theme-toggle .moon {
  right: 6px;
  opacity: 0;
}
.ip-navbar .search-icon {
  cursor: pointer;
}
.ip-navbar .navbar-toggler:focus {
  box-shadow: none;
}
/* MOBILE OFFCANVAS FIX */
.ip-navbar .offcanvas {
  width: 280px;
}
.ip-navbar .offcanvas .nav-link {
  padding: 10px 0;
}
#themeToggleMobile {
  transform: scale(0.9);
}
.ip-navbar .accordion-btn i {
  transition: 0.3s ease;
}
.ip-navbar .accordion-btn[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.ip-navbar .offcanvas-header {
  color: #9ca3af;
}
.ip-navbar .navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
  transition: color 0.3s ease;
  color: #1c1c1c;
  font-weight: 500;
}
.ip-navbar .navbar-nav .nav-link:hover {
  color: #1f7a63;
}
.ip-navbar .navbar-nav .nav-link.active {
  color: #1f7a63;
}
.ip-navbar .navbar-nav .nav-link.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -5px;

  height: 3px;

  background: #1f7a63;

  border-radius: 2px;
}
@media (min-width: 992px) {

  .ip-navbar .dropdown:not(.mega-dropdown):hover > .dropdown-menu {
    display: block;
  }

}
.ip-navbar .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ip-navbar .dropdown-toggle::after {
  vertical-align: middle;
  margin-top: 2px;
}
.ip-navbar .mega-dropdown {
  position: static;
}

.ip-navbar .mega-menu {
  width: 100%;
  max-width: 1140px;

  left: 50%;
  transform: translateX(-50%) translateY(10px);

  display: block;

  opacity: 0;
  visibility: hidden;

  transition: all 0.3s ease;

  border: none;
  border-radius: 20px;

  padding: 30px;

  margin-top: 12px;

  background: #fff;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.08),
    0 8px 24px rgba(0,0,0,0.05);
}
.ip-navbar .mega-menu h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
  position: relative;
}

.ip-navbar .mega-menu h6::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -8px;

  width: 30px;
  height: 2px;

  background: #1f7a63;

  border-radius: 50px;
}
.ip-navbar .mega-menu .dropdown-item {

  padding: 10px 14px;

  border-radius: 10px;

  color: #64748b;

  font-size: 14px;

  margin-bottom: 4px;

  transform: translateX(0);

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.22s ease;
}

.ip-navbar .mega-menu .dropdown-item:hover {
    background-color:#f5f3ff;
    transform: translateX(2px);
}
.ip-navbar .mini-dropdown .dropdown-menu{
    padding: 8px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    animation: drop 0.25s ease;
}
.ip-navbar .mini-dropdown .dropdown-item {
    border-radius: 6px;
    color: #9ca3af;
    font-size: 14px;
}
.ip-navbar .mini-dropdown .dropdown-item.active,
.ip-navbar .mini-dropdown .dropdown-item:active {
    background-color:#1f7a63;
    color: #fff;
}


/* Quick Start SECTION */
.QuickStart {
  background-color: #fff;
}
.qs-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qs-header h5,
.qs-header h6 {
  color: #1c1c1c;
}
.qs-header small {
  color: #9ca3af;
}

.qs-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* SLICK SHADOW FIX */
.qs-slider .slick-list {
  margin: -15px 0;
}
.qs-slider .slick-slide {
  padding: 15px 10px;
}
.qs-card {
  border-radius: 12px;
  padding:15px 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  border: solid 1px #eff3fd;
}
.qs-card h6 {
  font-size: 12px;
  font-weight: 500;
  min-height: 35px;
  margin: 0;
}
.qs-card .arrow {
  font-size: 14px;
  transition: transform 0.35s ease;
  line-height: 14px;
}
.qs-card .icon {
  font-size:30px;
  margin-bottom:13px;
  display: inline-block;
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.35s ease;
}
/* ICON COLORS */
.icon.green {
  background-image: linear-gradient(135deg, #4caf50, #8bc34a);
}
.icon.blue {
  background-image: linear-gradient(135deg, #2196f3, #3f51b5);
}
.icon.red {
  background-image: linear-gradient(135deg, #f44336, #ff9800);
}
.icon.purple {
  background-image: linear-gradient(135deg, #9c27b0, #673ab7);
}
.icon.orange {
  background-image: linear-gradient(135deg, #ff9800, #ffc107);
}
/* BG COLORS */
.bg-green {
  background: #eefaf0;
}
.bg-blue {
  background: #eef4ff;
}
.bg-red {
  background: #fff3f0;
}
.bg-purple {
  background: #f5f0ff;
}
.bg-purple-dark{
  background: #6f42c1;
}
.bg-orange {
  background: #fff8e6;
}
/* SOFT BORDER */
.qs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(76, 175, 80, 0.2),
    rgba(33, 150, 243, 0.2),
    rgba(255, 152, 0, 0.2)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.qs-link:hover .qs-card {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); /* balanced shadow */
}
.qs-link:hover .qs-card::before {
  opacity: 1;
}
.qs-link:hover .icon {
  transform: scale(1.12);
}
.qs-link:hover .arrow {
  transform: translateX(5px); /* smooth */
}
/* Slick arrows */
/*.slick-prev:before,
.slick-next:before {
  color: #000;
  font-size: 22px;
}*/
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 99;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background: #fff;
    box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

.slick-prev:before {
  content: "\f104"; /* fa-angle-left */
}

.slick-next:before {
  content: "\f105"; /* fa-angle-right */
}



/* LEARNING PATH */
.LearningPath .lp-card {
    position: relative;
    display: block;
    border-radius: 16px;
    padding:12px 15px;
    min-height: 128px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: solid 1px #ebe7fd;
}
.LearningPath .lp-content {
    position: relative;
    z-index: 2;
    width: 60%;
}
.LearningPath .lp-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.LearningPath .lp-desc {
    font-size: 13px;
    color: #555;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.LearningPath .lp-progress {
    margin-top: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.LearningPath .progress {
    flex: 1;
    height: 6px;
    border-radius: 10px;
    background: rgba(0,0,0,0.08);
}

.LearningPath .progress-bar {
    border-radius: 10px;
}
.LearningPath .lp-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: 0.9;
    z-index: 1;
}
.LearningPath .lp-1::after {
    background-image: url("../images/bg-1.png");
}

.LearningPath .lp-2::after {
    background-image: url("../images/bg-2.png");
}

.LearningPath .lp-3::after {
    background-image: url("../images/bg-3.png");
}

.LearningPath .lp-4::after {
    background-image: url("../images/bg-4.png");
}
.LearningPath .lp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}
.LearningPath .lp-card:hover::after {
    transform: scale(1.05);
    transition: 0.3s ease;
}
.FeaturedCourses .fc-card {
    position: relative;
    display: block;
    border-radius: 16px;
    padding: 16px;
    height: 180px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}
.FeaturedCourses .fc-body {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding-top: 28px;
    width:80%;
}
.fc-top h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fc-teacher {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.fc-teacher img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.fc-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    z-index: 3;
}
.fc-badge.beginner { background: #22c55e; }
.fc-badge.popular { background: #3b82f6; }
.fc-badge.intermediate { background: #f59e0b; }
.fc-bottom {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px 8px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    color: #272c3f;
}
.FeaturedCourses .fc-card::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    width: 65%;
    height: 120%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 0.9;

}

/* PLACEHOLDERS for Featured Courses*/
.fc-1::after { background-image: url("../images/bg-5.png");}
.fc-2::after { background-image: url("../images/bg-6.png"); }
.fc-3::after { background-image: url("../images/bg-7.png"); }
.fc-4::after { background-image: url("../images/bg-8.png"); }
.fc-5::after { background-image: url("../images/bg-9.png"); }

.FeaturedCourses .fc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.FeaturedCourses .slick-slide {
    padding: 10px;
}

.FeaturedCourses .slick-track {
    display: flex !important;
}

.FeaturedCourses .slick-slide > div {
    height: 100%;
}
.FeaturedCourses .slick-list {
    overflow: hidden;
    padding:0px; 
}
.FeaturedCourses .slick-slide {
    padding: 15px 10px; 
}
.FeaturedCourses .fc-card {
    position: relative;
    z-index: 1;
}
.FeaturedCourses .fc-card:hover {
    z-index: 5;
}



.btn{
  font-size: 14px;
}

.quran-card {
    width: 100%;
    background-image: url(../images/Qleft-bg.png), url(../images/Qright-bg.png);
    background-position: left top, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 470px auto, 437px auto;
}
.quran-card ul {
  list-style: none;
}

.quran-hadith-card {
  background-image: url('../images/left-book.png'), url('../images/right-pattern.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 660px auto, 400px auto;
}

.revert-guide-section {
    background-image: url(../images/left-revert.png), url(../images/right-pattern.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 162px, 400px auto;
    padding-left: 300px;
}
.store-card {
  border-radius: 12px;
  transition: all 0.3s ease;
  background:linear-gradient(to right, #fff9f2 0%, #f8f4ff 50%, #f5f7ff 100%);
}
.store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.store-card h6{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
}
.store-card img {
    display: block;
    height: 70px;
    object-fit: contain;
}

/* ===== FOOTER WRAPPER ===== */
.Footer .footer-box {
  background-image: url(../images/fot-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.Footer .footer-links a {
    text-decoration: none;
    color: #1c1c1c;
    transition: 0.25s;
    margin-bottom: 2px;
    display: block;
}

.Footer .footer-links a:hover {
  color: #198754;
  padding-left: 5px;
}
.Footer .form-control:focus {
    border-color: #66cccc;
    box-shadow: 0 0 0 .15rem rgba(31, 122, 99, .25);
}

/* SOCIAL */
.IslamicSocial a {
    color: #1c1c1c;
    font-size: 14px;
    transition: 0.25s;
    width: 35px;
    height: 35px;
    border: solid 1px #dde2e6;
    text-align: center;
    border-radius: 100px;
    line-height: 34px;
}
.IslamicSocial a:hover {
  color: #198754;
  transform: translateY(-2px);
}



#goTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #1f7a63;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
#goTopBtn.show {
  opacity: 1;
  visibility: visible;
}
#goTopBtn:hover {
  transform: translateY(-4px);
  background: #16624f;
}

/*Hero Slider*/
.heroSlider .hero-image{
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  transition: transform 1.2s ease;
}
/* ZOOM 3% */
.heroSlider .carousel-item.active .hero-image{
  transform: scale(1.005);
}


.heroSlider .carousel-item h1,
.heroSlider .carousel-item p,
.heroSlider .carousel-item .btn,
.heroSlider .carousel-item .kpi{
  opacity: 0;
  transform: translateY(20px);
}

.heroSlider .carousel-item.active h1{
  animation: fadeUp 0.6s ease forwards 0.2s;
}
.heroSlider .carousel-item.active p{
  animation: fadeUp 0.6s ease forwards 0.4s;
}
.heroSlider .carousel-item.active .btn{
  animation: fadeUp 0.6s ease forwards 0.6s;
}
.heroSlider .carousel-item.active .kpi{
  animation: fadeUp 0.6s ease forwards 0.8s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.heroSlider .kpi-box{
  transition: 0.25s;
}
.heroSlider .kpi-box:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* DOTS */
.heroSlider .carousel-indicators{
  bottom: -52px;
}
.heroSlider .carousel-indicators [data-bs-target]{
  background-color: #198754;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0.4;
}
.heroSlider .carousel-indicators .active{
  opacity: 1;
  transform: scale(1.2);
}

/* ARROWS */
.heroSlider .carousel-control-prev-icon,
.heroSlider .carousel-control-next-icon{
  filter: invert(1);
  opacity: 0.5;
}
.heroSlider .carousel-control-prev:hover .carousel-control-prev-icon,
.heroSlider .carousel-control-next:hover .carousel-control-next-icon{
  opacity: 1;
}

.HeroSlider-Img-1{
  background-image: url(../images/hero.png);
}
.HeroSlider-Img-2{
  background-image: url(../images/hero2.png);
}
/*Hero Slider*/


/*Explore course page css*/


.inner_hero{
    background:
    linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)),
    url(../images/inner-hero.png);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.search_wrap{
    max-width: 700px;
    margin: auto;
    background-color: #fff;
}
.inner_hero .btn{
    transition: all .3s ease !important;
}

.inner_hero .btn:hover{
    transform: translateY(-2px);
}

/* SIDEBAR LINKS */
.sidebar_link{
    background: transparent;
    color: #212529;
    padding:10px 12px;
    border-radius: 14px;
    transition: all .3s ease;
}

.sidebar_link:hover{
    background: #ede9fe;
    transform: translateX(3px);
}

.sidebar_link.active{
    background: #e9ddff;
}

.sidebar_link .badge{
    background: #d6d6d6;
    color: #212529;
}

.sidebar_link.active .badge{
    background: #7c3aed;
    color: #fff;
}
/* CUSTOM CHECKBOX */
.custom_checkbox{
    --checkbox-color: #198754;
}

.custom_checkbox .form-check{
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_checkbox .form-check-input{
    width: 18px;
    height: 18px;
    border: 2px solid #cfcfcf;
    cursor: pointer;
    transition: all .25s ease;
}

.custom_checkbox .form-check-input:checked{
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color);
    box-shadow: none;
}

.custom_checkbox .form-check-input:focus{
    box-shadow: none;
    border-color: var(--checkbox-color);
}

.custom_checkbox .form-check-label{
    cursor: pointer;
    transition: all .25s ease;
}

.custom_checkbox .form-check:hover .form-check-label{
    color: var(--checkbox-color);
}
.advisor_box{
    background:
    linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)),
    url('../images/advisor_box_bg.png');

    background-size: cover;
    background-position: center;
}
.course_card{
    transition: all .35s ease;
}

.course_card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08) !important;
}
.course_thumb{
    height: 150px;
    overflow: hidden;
}

.course_card img{
    transition: transform .5s ease;
}

.course_card:hover img{
    transform: scale(1.05);
}


.course_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:41px;
}


.course_desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.wishlist_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 12px;
    right: 12px;
    transition: all .3s ease;
    font-size: 16px;
    line-height: 30px;
}

.wishlist_btn:hover{
    background: #dc2626;
    color: #fff;
    transform: scale(1.08);
}

/* ISLAMIC BREADCRUMB */

.islamicBread .breadcrumb{
    font-size: 14px;
}

.islamicBread .breadcrumb-item + .breadcrumb-item::before{
    color: #adb5bd;
}

.islamicBread .breadcrumb-item a{
    color: #6c757d;
    text-decoration: none;
    transition: all .25s ease;
}

.islamicBread .breadcrumb-item a:hover{
    color:#1f7a63;
}

.islamicBread .breadcrumb-item.active{
    color:#1f7a63;
    font-weight: 500;
}
.hero_rating i{
font-size: 14px;
}
.hero_creator img{
width: 34px;
height: 34px;
object-fit: cover;
}
.courseLearnBox{
transition: .25s ease;
}
.courseLearnBox:hover{
transform: translateY(-2px);
}
.learn_item i{
color: #198754;
font-size: 18px;
margin-top: 2px;
flex-shrink: 0;
}
.customAccordion .accordion-item{
border-radius: 14px !important;
overflow: hidden;
margin-bottom: 14px;
}
.customAccordion .accordion-button{
background:#eef2ff;
padding: 18px 20px;
box-shadow: none !important;
align-items: flex-start;
transition: .25s ease;
}
.customAccordion .accordion-button:not(.collapsed){
background: #e8f3f0;
color: inherit;
}
.customAccordion .accordion-button::after{
transition: transform .25s ease;
transform: rotate(0deg);
}
.customAccordion .accordion-button:not(.collapsed)::after{
transform: rotate(-180deg);
}
.customAccordion .accordion-button:focus{
box-shadow: none;
border-color: transparent;
}
.accordion_head_wrap{
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
.lecture_item{
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 20px;
border-bottom: 1px solid #f1f1f1;
gap: 15px;
transition: .2s ease;
}
.lecture_item:hover{
background: #fafafa;
}
.lecture_left{
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;

}
.lecture_left i{
font-size: 17px;
flex-shrink: 0;
}
.lecture_right{
display: flex;
align-items: center;
gap: 14px;
font-size: 13px;
white-space: nowrap;
flex-wrap: wrap;
justify-content: flex-end;
}
.lecture_right a{
text-decoration: none;
color: #198754;
font-weight: 500;
}
.lecture_right span{
color: #6b7280;
}
.viewAll_sections{
font-size: 14px;
font-weight: 500;
text-decoration: none;
color: #198754;
}
.courseInstructorSection{
transition: .25s ease;
}
.courseInstructorSection:hover{
transform: translateY(-2px);
}
.instructor_left{
width: 190px;
flex-shrink: 0;
}
.instructor_img img{
width: 110px;
height: 110px;
object-fit: cover;
}
.instructor_stats{
display: flex;
flex-direction: column;
gap:8px;
}
.instructor_stat_item{
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
}
.instructor_stat_item i{
color: #198754;
font-size: 15px;
}
.feedback_left{
border-right: 1px solid #eee;
padding: 20px;
}
.feedback_rating{
font-size: 48px;
font-weight: 700;
line-height: 1;
}
.feedback_stars i{
color: #fbbf24;
font-size: 16px;
margin: 0 1px;
}
.feedback_right{
padding: 10px 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 12px;
}
.rating_row{
display: flex;
align-items: center;
gap: 10px;
}
.rating_label{
width: 45px;
}
.progress_feed{
flex: 1;
height: 6px;
background: #e5e7eb;
border-radius: 20px;
overflow: hidden;
}
.progress_feed-bar{
background: #198754;
height: 100%;
border-radius: 20px;
}
.rating_percent{
width: 40px;
}
.courseReviewSection{
background: transparent;
}
.review_card{
transition: .2s ease;
min-height: 100%;
}
.review_card:hover{
transform: translateY(-2px);
}
.review_avatar img{
width: 60px;
height: 60px;
object-fit: cover;
}
.courseSidebar{
position: sticky;
top: 20px;
z-index: auto;
}
.enroll_card{
background: #e9f8ee;
border: 1px solid #d6f5df;
transition: .25s ease;
}
.enroll_card:hover{
transform: translateY(-2px);
}
.course_info_list li{
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.course_info_list i{
color: #198754;
}
.sidebar_actions a{
text-decoration: none;
font-size: 14px;
color: #198754;
transition: .2s ease;
}
.sidebar_actions a:hover{
opacity: 0.7;
}
.community_box{
background: #fff3e6;
border: 1px solid #ffe0b3;
transition: .25s ease;
}
.community_box:hover{
transform: translateY(-2px);
}
.Mega_Menu_desc {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
}
.Mega_Menu_icon {
    width: 28px;
    height: 28px;
}
.localTabs{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
}

/* ====================================
   LEFT SIDEBAR
==================================== */

.localTabs .tabsSidebar{
    background:#f8fbfa;
    position:relative;
    overflow:hidden;

    padding:24px;

    display:flex;
    flex-direction:column;

    min-height:700px;
}

/* ====================================
   TABS
==================================== */

.localTabs .nav-pills{
    gap:14px;
    position:relative;
    z-index:2;
}

.localTabs .nav-link{
    width:100%;
    text-align:left;

    border:1px solid #e5e7eb;
    border-radius:14px;

    background:#fff;
    color:#1f2937;

    padding:16px;

    transition:.3s ease;
}

.localTabs .nav-link:hover{
    border-color:#cfd4dc;
}

.localTabs .nav-link.active{
    background:#f2fbf6;
    border-color:#22a06b;
    border-left:5px solid #22a06b;
    color:#1f2937;
}

.localTabs .tabItem{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.localTabs .tabIcon{
    width:52px;
    height:52px;
    min-width:52px;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;
}

.localTabs .tabTitle{
    font-size:16px;
    font-weight:600;
    margin-bottom:4px;
}

.localTabs .tabDesc{
    font-size:13px;
    color:#6b7280;
    margin:0;
}

/* ====================================
   BOTTOM MOSQUE AREA
==================================== */

.localTabs .sidebarBottom{

    margin-top:auto;

    min-height:440px;

    display:flex;
    align-items:flex-end;

    margin-left:-24px;
    margin-right:-24px;
    margin-bottom:-24px;

    padding:24px;

    background:url('../images/localTabsBg.png') center bottom no-repeat;
    background-size:cover;
}

/* ====================================
   QUICK SUMMARY CARD
==================================== */

.localTabs .summaryCard{

    width:100%;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(8px);

    border-radius:18px;

    padding:22px;

    border:1px solid rgba(255,255,255,.8);

    box-shadow:0 10px 30px rgba(0,0,0,.06);
}



.localTabs .summaryCard ul{
    margin:0;
    padding:0;
    list-style:none;
}

.localTabs .summaryCard li{

    display:flex;
    align-items:flex-start;
    gap:10px;

    margin-bottom:14px;

    color:#4b5563;
    font-size:14px;
}

.localTabs .summaryCard li:last-child{
    margin-bottom:0;
}

.localTabs .summaryCard li i{
    margin-top:2px;
}

/* ====================================
   CONTENT AREA
==================================== */

.localTabs .contentArea{
    min-height:700px;
    background:#fff;
    padding:40px;
}

.localTabs .contentArea h2{
    font-weight:700;
    margin-bottom:15px;
}


.localTabs .nav-link.active{
    position:relative;
    overflow:visible;
}

/* Arrow container */
.localTabs .nav-link.active::after{
    content:"\f285"; /* bootstrap bi-chevron-right */
    font-family:"bootstrap-icons";

    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);

    width:30px;
    height:30px;

    background:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:14px;
    color:#22a06b;
}
.localTabs .nav-link.active::after{
    transition:.2s ease;
}
/* ===============================
   WHAT IS SHAHADAH SECTION
=============================== */

.overviewIntro{
    margin-bottom:50px;
}

.overviewCard{
    border-radius:18px;
    padding:18px;
    text-align:center;
    height:100%;
}

.overviewIcon{
    width:56px;
    height:56px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

    margin:0 auto 12px;
}






/* ===============================
   FOUNDATION TIMELINE
=============================== */

.foundationSteps{
    position:relative;
}

.foundationStep{
    display:flex;
    gap:18px;
    position:relative;
    padding-bottom:34px;
}

.foundationStep:last-child{
    padding-bottom:0;
}

/* NUMBER BOX */
.stepNumber{
    width:56px;
    height:56px;
    min-width:56px;

    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
    font-size:18px;

    position:relative;
    z-index:2;
}

/* LINE CONNECTOR */
.foundationStep:not(:last-child) .stepNumber::after{
    content:'';
    position:absolute;

    top:48px;
    left:50%;

    width:2px;
    height:60px;

    background:#d1d5db;

    transform:translateX(-50%);
}

/* TEXT */
.stepContent{
    flex:1;
    padding-top:4px;
}


/* =========================================
   DECLARATION TAB GLOBAL
========================================= */

.declarationTab{
    display:flex;
    flex-direction:column;
    gap:10px;
}






/* =========================================
   1. ARABIC SECTION
========================================= */

.arabicCard{
    background:#164e3c;
    color:#fff;

    padding:40px;
    border-radius:20px;

    overflow:hidden;
}

.arabicText{
    font-size:38px;
    font-weight:700;
    line-height:1.8;
}

.arabicTextWrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.audioBtn{
    background:#fff;
    border:none;
    width:42px;
    height:42px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#195543;
    font-size:20px;
    cursor:pointer;
}


/* Background decorations */
.bgDecor{
    position:absolute;
    width:28px;
    height:31px;
    background-size:contain;
    background-repeat:no-repeat;
}

.bgDecorLeft{
    bottom:-1px;
    left:0;
    background-image:url("../images/decor-left.png");
}

.bgDecorRight{
    bottom:-1px;
    right:0;
    background-image:url("../images/decor-right.png");
}


/* =========================================
   2. BREAKDOWN SECTION
========================================= */

.breakItem{
    padding:18px;
    border-radius:14px;
    background:#fff;
}

.audioSmall{
    border:none;
    background:#f3f4f6;
    width:34px;
    height:34px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#22a06b;
}


/* =========================================
   3. REFLECT SECTION
========================================= */

.reflectBox{
    background:#f8fafc;
    padding:28px;
    border-radius:18px;

    position:relative;
    overflow:hidden;
}

.reflectBg{
    position:absolute;
    top:0;
    right:0;

    width:160px;
    height:160px;

    background:url("images/reflect-bg.png") no-repeat center;
    background-size:contain;

    opacity:0.08;
}

.Transliteration_Translation {
    background: #1a5644;
    border: solid 1px #2f634d;
}
.shahadah-meaning-tab .icon-wrap{
    width:46px;
    height:46px;
    border-radius:12px;
}

