* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: var(--primary--color);
    font-family: "Inter", sans-serif;
    border-top: 10px solid var(--RoyalPurple--color);
}

:root {
    --primary--color: #574F5B;
    --secondary--color: #231F25;
    --RoyalPurple--color: #7D3C98;
    --DeepPurple--color: #3B0053;
    --BrightPurple--color: #D598EF;
    --bg--lightPurple--color: #FCF5FF;
    --DeepOrange--color: #f7622a;
    --Light--DeepOrange--color: #fff0f2;
    --Light--orange--color: #FFFAEA;
    --DeepGreen--color: #173514;
    --ForestGreen--color: #4C7B47;
    --BrightGreen--color: #BAEDB5;
    --light--Green--color: #E7F4E6;
    --TealBlue--color: #00a7c4;
    --TealBlue2--color: #51A5C1;
    --DeepTealBlue--color: #00475E;
    --navyBlue--color: #001E27;
    --brightBlue--color: #8BE2FF;
    --OliveGreen--color: #99B636;
    --SoftOrange--color: #ffa94a;
    --Mustard--color: #F3AE53;
    --HotPink--color: #DB2361;
    --Red--color: #FF001A;
    --White--color: #ffffff;
    --Black--color: #000000;
    --Beige--color: #ffd99f;
    --pista--color: #F9FFE8;
    --sky--color: #EDF7F9;
    --dot--color: #E5D8EA;
    --line--color: #D9D9D9;
    --bg--lightyellow--color: #FDFFF8;
    --bg--skyblue--color: #f3fdff;
    --bg--lightpink--color: #FFF4F5;
    --bg--lightpista--color: #e7f4e6;
}


.primary-color {
    color: var(--primary--color);
}
.banner {
    font-size: 20px;
    line-height: 30px;
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: cover;
    height: 800px;
    padding: 0 0 0 10.5%;
}

.banner h1 {
    margin: 35px 0;
    font-size: 72px;
    line-height: 84px;
    position: relative;
    padding-left: 52px;
}

.banner h1::before {
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: var(--DeepOrange--color);
}

.banner h1 span {
    color: var(--DeepOrange--color);
}

.banner .primary-button {
    width: 550px;
}

.banner .primary-button a {
    padding: 23px 16px;
    font-size: 24px;
    line-height: 24px;
}

h1 {
    font-size: 72px;
    line-height: 84px;
    font-weight: 400;
    color: var(--White--color)
}

h2 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
    color: var(--secondary--color);
}

h3.special3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    color: var(--secondary--color);
}

h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: var(--secondary--color);
}

h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: var(--secondary--color);
}

h5 {
    font-size: 24px;
    line-height: 30px;
    /* color: var(--secondary--color); */
}

h6 {
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary--color);
}

.font-weight-600 {
    font-weight: 600;
}

.br-30 {
    border-radius: 30px;
}

.br-20 {
    border-radius: 20px;
}

.br-15 {
    border-radius: 15px;
}

.br-10 {
    border-radius: 10px;
}

.box-shadow-none {
    box-shadow: none !important;
}

.box-shadow-blue {
    box-shadow: 0 10px 20px rgba(81, 165, 193, 10%) !important;
}

.box-shadow-purple {
    box-shadow: 0 10px 20px rgba(125, 60, 152, 10%) !important;
}

.text-underline {
    text-decoration: underline;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section h2 {
    margin-bottom: 26px;
}
/*CSS for Mac Chrome / Safari*/
.mac .heading-section h2 .salawat,
.mac h3.special3 .salawat {
  font-size:20px;
  top:-10px;
  position:relative;
}
/*CSS for Windows Chrome / Edge*/
.windows .heading-section h2 .salawat,
.windows h3.special3 .salawat {
  font-size:48px;
}
.about-box {
    background: url(../images/about-bg.png) no-repeat center 60px var(--Light--orange--color);
}

.project-container {
    background-color: #1e1e1e;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.project-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

/* .progress-bar-container {
    background-color: #333;
    border-radius: 5px;
    overflow: hidden;
    height: 25px;
}

.progress-bar {
    height: 100%;
    background-color: #4caf50;
    text-align: center;
    line-height: 25px;
    color: #fff;
    width: 0;
    transition: width 0.5s ease-in-out;
} */
.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 540px;
}

.video-img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-top-right-radius: 500px;
    border-top-left-radius: 500px;
    display: block;
}

/* Play button */
.play-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: var(--White--color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn img {
    width: 30px;
    margin-left: 4px;
}

.about-us-content-con {
    padding-left: 91px;
}

.video-inner-con p {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    bottom: 60px;
}

.about-box .row {
    margin-bottom: 80px;
}

/* progress bar */
.custom-progress {
    position: relative;
    background: #fff;
    border-radius: 30px;
    height: 30px;
    margin-bottom: 18px;
    overflow: hidden;
}

.custom-progress::before {
    content: "";
    position: absolute;
    height: 100%;
    width: var(--progress-width, 0);
    right: 0;
    left: 0;
    top: 0;
    border-radius: 30px;
    transition: width 1.2s ease;
}

.custom-progress span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.custom-progress .label {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-progress .percent {
    position: absolute;
    right: auto;
    left: calc(var(--progress-width) - 45px);
    top: 50%;
    transform: translateY(-50%);
}

/* Color classes */
.deep-orange::before {
    background: var(--DeepOrange--color);
}

.royal-purple::before {
    background: var(--RoyalPurple--color);
}

.forest-green::before {
    background: var(--ForestGreen--color);
}

.teal-blue::before {
    background: var(--TealBlue--color);
}

.olive-green::before {
    background: var(--OliveGreen--color);
}

.soft-orange::before {
    background: var(--SoftOrange--color);
}

.primary-color::before {
    background: var(--primary--color);
}

/*  */
.statistics-con figure img {
    margin-bottom: 35px
}

.statistics-con h3 {
    margin-bottom: 12px;
}

/*  */
.feature-box {
    border-radius: 30px;
    padding-bottom: 30px;
}
.feature-box:hover {    
    box-shadow: 0 10px 20px rgba(87, 5, 121, 10%);
}
.feature-box figure img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.feature-box .feature-icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.feature-box a{
    color: var(--primary--color);
}
.feature-box a:hover{
    text-decoration: none;
}
.feature-box p {
    padding: 0 30px;
}

.cta-con,.statistics-con {
    background: url(../images/pattern6.png) repeat center;
}

.teal-mobile-pattern {
    background-image: none;
}

.cta-mustard-con {
    background: url(../images/cta-mustrd-bg.jpg) no-repeat center var(--Mustard--color);
    background-size: cover;
}

.courses-con,
.courses-overview-con,
.our-culture-con,
.tilawah-con,
.programs-con,
.meet-the-team-con,
.qaidah-con,
.curriculum-overview-con {
    background: url(../images/pattern2.png) repeat center var(--sky--color);
}
.sunday-circle-tab{
    background: url(../images/pattern2.png) repeat center var(--DeepOrange--color);
}
.course-card {
    background: var(--White--color);
    border-radius: 18px;
    padding: 10px 10px 30px;
    box-shadow: 0 10px 20px rgba(125, 60, 152, 10%);
    transition: 0.3s;
    height: 100%;
}

.course-card:hover {
    transform: translateY(-3px);
}

.course-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 28px;
}

.price {
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: var(--RoyalPurple--color);
    font-weight: 400;
    margin: 10px 0 10px;
}

.course-card p {
    padding: 0 20px;
}

.course-card small {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary--color);
    margin-bottom: 25px;
}

.course-btn {
    background: var(--RoyalPurple--color);
    color: var(--White--color);
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 14px;
}

.courses-con .row {
    margin-bottom: 70px;
}

.courses-con .primary-button {
    margin-top: auto;
}

.podcast-app li {
    background-color: var(--White--color);
    border-radius: 15px;
    padding: 15px 23px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 5%);
    margin: 0 10px;
}

.podcast-app li:first-child {
    margin-left: 0;
}

.podcast-app li:last-child {
    margin-right: 0;
}

/*  */
.qaidah-con .heading-section {
    margin-bottom: 40px;
}

.youtube-spotlight-con p {
    font-size: 16px;
    line-height: 24px;
}

.youtube-spotlight-con li {
    width: 100%;
    border-radius: 15px;
    padding: 21px 20px;
    margin-bottom: 20px;
    border: 2px dotted var(--secondary--color);
}

.youtube-spotlight-con li:last-child {
    margin-bottom: 0;
}

.youtube-spotlight-con li a {
    font-size: 24px;
    color: var(--White--color);
}

/*  */

/* Audio Player */
.audio-card {
    max-width: 550px;
    background: var(--White--color);
    border-radius: 30px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(87, 5, 121, 10%);
}

.play-btn-audio {
    width: 50px;
    height: 50px;
    background: var(--RoyalPurple--color);
    color: var(--White--color);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.audio-info {
    flex: 1;
    margin-left: 15px;
}

.audio-title {
    font-weight: 600;
    color: var(--secondary--color);
    font-size: 18px;
    line-height: 24px;
}

.audio-sub {
    font-size: 14px;
    line-height: 24px;
    color: var(--primary--color);
}

.progress {
    height: 6px;
    margin-top: 6px;
    background: var(--primary--color);
}

.progress-bar {
    background: var(--RoyalPurple--color);
}

.time {
    font-size: 12px;
    color: #555;
}

#mute {
    margin-left: 10px;
    cursor: pointer;
    color: var(--RoyalPurple--color);
    background-color: var(--bg--lightPurple--color);
    border: 1px solid var(--RoyalPurple--color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Event Card */
.event-card {
    background: var(--White--color);
    border-radius: 30px;
    padding: 40px 35px;
    box-shadow: 0 10px 20px rgba(87, 5, 121, 10%);
}

.event-icon {
    margin-bottom: 22px;
}

.event-meta p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.recite-listen-quran-con .heading-section {
    margin-bottom:35px;
}

/*  */
.our-testimonials-con {
    background: url(../images/pattern1.png) no-repeat center var(--bg--lightPurple--color);
}

.testimonials-box {
    background-color: var(--White--color);
    border-top-right-radius: 500px;
    border-top-left-radius: 500px;
    padding: 50px;
    border-bottom: 6px solid var(--RoyalPurple--color);
}

.our-testimonials-con .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto 15px;
}

.testimonials-box h5 {
    margin-bottom: 22px;
}
.secondary-color{
    color: var(--secondary--color);
}
p.text-20 {
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary--color);
}

p.text-18 {
    font-size: 18px;
    line-height: 30px;
    color: var(--primary--color);
}

p.text-24 {
    font-size: 24px;
    line-height: 36px;
}

.text-14 {
    font-size: 14px;
    line-height: 24px;
}

.text-13 {
    font-size: 13px;
    line-height: 24px;
}

.text42 {
    font-size: 42px;
    line-height: 54px;
}

.owl-item,
.owl-stage {
    display: flex;
}

.our-testimonials-con .owl-dots {
    margin-top: 70px;
    text-align: center;
}

.our-testimonials-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.our-testimonials-con .owl-dots button:focus,
.our-testimonials-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.our-testimonials-con .owl-dots button span {
    background-color: var(--dot--color);
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.our-testimonials-con .owl-dots button.active span {
    background-color: var(--RoyalPurple--color);
    width: 16px;
    height: 16px;
}

.test-quote-icon {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 30%;
}

/*  */
.article-box {
    border-radius: 30px;
    padding-bottom: 35px;
}

.article-box img {
    margin-bottom: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.article-box h4 {
    margin-bottom: 18px;
}

.article-box .article-content span {
    font-size: 12px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    color: var(--primary--color);
}

.article-box .article-content {
    padding: 0 22px;
}

.article-box a:hover h4 {
    color: var(--RoyalPurple--color);
}

.article-box a.read-more {
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
}

.article-box a:hover {
    color: var(--DeepOrange--color);
    text-decoration: none;
}

/*  */

.faq-con h5 {
    margin-bottom: 0;
    color: var(--ForestGreen--color);
}

.faq-con .accordion-card {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 15px;
    background-color: var(--White--color);
    border: 1px solid var(--ForestGreen--color);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 22px 50px 22px 30px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 30px 22px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f106";
    font-size: 14px;
    top: 22px;
    right: 30px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--ForestGreen--color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light--Green--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f107";
}

.faq-con .accordion-card:has(.show) .btn-link:before {
    content: "\f106";
    background-color: var(--White--color);
}

.faq-con .accordion-card:has(.show) {
    background-color: var(--ForestGreen--color);
}

.faq-con .accordion-card:has(.show) h5 {
    color: var(--White--color);
}

.faq-con .accordion-card:has(.show) p {
    color: var(--White--color);
}



/* ABOUT THE FOUNDER */
.about-the-founder-banner {
    background-image: url(../images/about-founder-bg-img.jpg);
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--DeepOrange--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.breadcrumb {
    padding: 0;
    min-width: auto;
    transition: ease-in-out 0.6s;
    border-radius: 0;
    justify-content: center;
    background-color: transparent;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--White--color);
    position: relative;
    line-height: 16px;
}

.breadcrumb-item a:hover {
    color: var(--DeepOrange--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--White--color);
    content: "~";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding: 0 8px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.sub-banner-con {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.sub-banner-con h1 {
    margin-bottom: 15px;
}

.about-the-founder-con figure img {
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 30px;
}

.about-the-founder-con h4 {
    margin-bottom: 13px;
}

/* about */
.about-us-banner {
    background-image: url(../images/about-us-bg-img.jpg);
}

.what-is-zill-norain-con .white-box {
    background-color: var(--White--color);
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(238, 105, 28, 10%);
    padding: 60px;
}

.zill-norain-content-con p span {
    line-height: 42px;
}

.pattern5 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mission-statement-con {
    background: url(../images/pattern3.png) repeat center var(--bg--lightpista--color);
}

.mission-statement-con h3.special3,
.statement-con h3.special3,
.the-future-con h3.special3,
.courses-overview-con h3.special3 {
    line-height: 58px;
    margin-bottom: 16px;
}

.key-issues-con .white-box {
    background-color: var(--White--color);
    border-radius: 30px;
    padding: 35px;
    box-shadow: none;
    border: 2px dashed rgb(81, 165, 193, 1);
}

.key-issues-con .white-box h4 {
    margin-bottom: 17px;
}

/* COMMON */
.content-box {
    position: relative;
    z-index: 2;
    padding: 76px 40px;

}

.content-box.var1 {
    padding-right: 87px;
}

.content-box.var2 {
    padding-left: 78px;
}

/* ICON */
.icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--White--color);
    color: var(--RoyalPurple--color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vision-con .d-flex.align-items-center {
    gap: 30px;
    margin-bottom: 30px;
}


.vision-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 49.5%;
    height: 100%;
    background-color: var(--RoyalPurple--color);
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    z-index: 1;
}

.vision-con::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 49.5%;
    height: 100%;
    background-color: var(--HotPink--color);
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .vision-con::before,
    .why-con::after {
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .content-box {
        padding: 60px 25px;
    }
}

/*  */
.inst-con figure {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--White--color);
    border-radius: 100%;
    border: 3px solid var(--RoyalPurple--color);
    margin: 0 auto 30px;
}

.courses-banner {
    background-image: url(../images/courses-bg-img.jpg);
}

.promise-con .heading-section p {
    margin-bottom: 35px;
}

.promise-con .box {
    border: 2px dotted var(--secondary--color);
    border-radius: 15px;
    padding: 35px;
}

/* faq course */
.faq-wrapper {
    background: var(--ForestGreen--color);
    border-radius: 30px;
    padding: 55px 70px;
    color: var(--White--color);
}

/* FAQ ITEM */
.faq-item {
    display: flex;
    gap: 20px;
    padding: 24px 0 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.faq-number {
    width: 36px;
    height: 36px;
    background: var(--White--color);
    color: var(--ForestGreen--color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    flex-shrink: 0;
}

.faq-image {
    top: 0;
    right: 80px;
}

/* course overview  */
.courses-overview-con .course-outer-card {
    background: var(--White--color);
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(81, 165, 193, 10%);
}

.courses-overview-con .course-pill {
    border: 1px solid var(--TealBlue--color);
    border-radius: 20px;
    padding: 17px 17px;
    background-color: var(--White--color);
    margin-bottom: 10px;
    cursor: pointer;
    color: var(--TealBlue--color);
    font-size: 24px;

}

.courses-overview-con .course-pill.active {
    background: var(--TealBlue--color);
    color: var(--White--color);
    border-color: var(--TealBlue--color);
    box-shadow: 0 20px 30px rgba(81, 165, 193, 30%);
}

.courses-overview-con .price-box {
    background: var(--White--color);
    border-radius: 30px;
    margin: 30px 0 0;
    margin-right: 10px;
}

.courses-overview-con .price-top-header {
    background: var(--RoyalPurple--color);
    color: var(--White--color);
    padding: 22px 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.courses-overview-con .price-bottom-con {
    padding: 22px 30px;
}

.courses-overview-con .price-top-header small {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}

.courses-overview-con .price-top-header h3 {
    line-height: 48px;
}

.courses-overview-con .price-bottom-con ul li {
    padding-bottom: 22px;
    border-bottom: 1px solid #DAEEF4;
    margin-bottom: 22px;
}

/* ===== RIGHT CONTENT ===== */
.courses-overview-con .live-badge {
    background: var(--White--color);
    padding: 17px 18px;
    border-radius: 15px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.courses-overview-con .live-dot {
    width: 16px;
    height: 16px;
    background: var(--Red--color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}

/* INNER TABS */
.courses-overview-con .nav-tabs {
    border-bottom: transparent;
    margin-bottom: 45px;
}

.courses-overview-con .nav-tabs .nav-link {
    border: none;
    padding: 0;
    padding-bottom: 16px;
    color: var(--primary--color);
    font-size: 18px;
    /* border-bottom: 2px solid transparent; */
}

.courses-overview-con .nav-tabs li {
    margin: 0 29px;
}

.courses-overview-con .nav-tabs li:first-child {
    margin-left: 0;
}

.courses-overview-con .nav-tabs li:last-child {
    margin-right: 0;
}

.courses-overview-con .nav-tabs .nav-link.active {
    color: var(--TealBlue--color);
    border-bottom: 2px solid var(--TealBlue--color);
    background-color: transparent;

}

.courses-overview-con .course-outer-card {
    margin-right: 10px;
}

.course-inner-content-con h4 {
    margin-bottom: 22px;
}
.course-inner-content-con figure img{
    border-radius: 30px;
}

/*  */
.career-banner {
    background-image: url(../images/career-bg-img.jpg);
}

.our-culture-con .white-box {
    background-color: var(--White--color);
    padding: 10px 10px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(81, 165, 193, 10%);
}

.our-culture-con .white-box figure img {
    margin-bottom: 20px;
}

.our-culture-con .white-box p {
    margin: 0 12px;
}

.col-lg-4.col-md-6,
.col-lg-6.col-md-6,
.col-lg-3.col-md-6,
.our-products-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.col-lg-4.col-md-6:nth-last-of-type(-n+3),
.col-lg-3.col-md-6:nth-last-of-type(-n+4),
.col-lg-6.col-md-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.our-products-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 30px;
}

.our-products-con .col-lg-4.col-md-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

/*  */
.white-box {
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(247, 98, 42, 10%);
    padding: 30px;
    background-color: var(--White--color);
}
.owl-carousel .owl-item .white-box{
    padding: 0;
}
.students-saying-con .owl-carousel .owl-item .white-box{
    padding: 30px;
}
.owl-carousel .owl-item .white-box a{
    padding: 30px;
    display: block;
    color: var(--secondary--color);
    text-decoration: none;
} 
.icon-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-with-us-con .badge-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--White--color);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.review-con {
    background: url(../images/pattern3.png) repeat center var(--DeepOrange--color);
}

.review-content-con h3 {
    line-height: 54px;
    margin-bottom: 22px;
}

.review-content-con {
    padding-left: 64px;
}

.review-content-con .box {
    border: 2px dotted var(--secondary--color);
    border-radius: 20px;
    background-color: var(--White--color);
    padding: 25px;
    margin-bottom: 22px;
}

/*  */
.open-vacancy-con .heading-section figure img {
    margin-bottom: 28px;
}

.job-card {
    background: var(--White--color);
    border-radius: 20px;
    padding: 34px 30px;
    box-shadow: 0 10px 20px rgba(76, 123, 71, 10%);
    border-bottom: 5px solid var(--ForestGreen--color);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-btn {
    margin-top: auto;
    align-self: flex-start;
}


/* Meta row */
.job-meta {
    display: flex;
    gap: 25%;
    margin-bottom: 26px;
}

/* Meta item */
.meta-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #374151;
}

.meta-item img {
    margin-right: 10px;
}

.job-btn {
    display: inline-block;
    padding: 9px 43px;
    border-radius: 11px;
    border: 2px solid var(--ForestGreen--color);
    color: var(--ForestGreen--color);
    background-color: var(--light--Green--color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.6s ease;
}

.job-btn:hover {
    background: var(--ForestGreen--color);
    color: var(--White--color);
    text-decoration: none;
}

/*  */

.tilawah-con .dot {
    height: 16px;
    width: 16px;
    background: var(--Red--color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}

.tilawah-con .table-box {
    background: var(--White--color);
    border-radius: 30px;
    border: 1px solid var(--TealBlue--color);
}

.tilawah-con .table {
    margin-bottom: 0;
    background: var(--White--color);
    border-radius: 30px;
    overflow: hidden;
    display: block;
}

.tilawah-con .table th {
    background: var(--TealBlue--color);
    color: var(--White--color);
    font-weight: 500;
    border: 1px solid var(--TealBlue--color);
    padding: 23px 20px;
    font-size: 20px;
}

.tilawah-con .table th:first-child {
    border-top-left-radius: 30px;
}

.tilawah-con .table th:last-child {
    border-top-right-radius: 30px;
}

.tilawah-con .table td {
    font-size: 16px;
    line-height: 24px;
    color: var(--primary--color);
    padding: 23px 30px;
}

.tilawah-con .table tbody tr td:first-child {
    font-size: 24px;
    line-height: 36px;
    font-family: "Spectral", serif;
    color: var(--secondary--color);
    border-right: 1px solid var(--TealBlue--color);
    position: relative;
    padding: 23px 30px 23px 70px;
}

.tilawah-con .table tbody tr td:first-child i {
    position: absolute;
    font-size: 12px;
    left: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    background-color: var(--TealBlue--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--White--color);
}

.tilawah-con .price-card {
    background: var(--TealBlue--color);
    color: var(--White--color);
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.tilawah-con .price-card h4 {
    background-color: #287A96;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 22px;
}

.tilawah-con .price-card h3 {
    margin-bottom: 18px;
}
.tilawah-con .price-card .btn a{
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    padding: 10px;
    display: block;
    font-size: 18px;
    background: var(--White--color);
    color: var(--secondary--color);
}
.tilawah-con .price-card .btn a:hover{
    background-color: var(--RoyalPurple--color);
    color: var(--White--color);
}
.youtube-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
}
/*  */

.program-card {
    border-radius: 30px;
    padding: 10px 10px 25px;
    color: var(--White--color);
    text-align: center;
}

.program-card h3 {
    padding: 18px 12px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.program-card p,
.program-card h5 {
    margin-bottom: 25px;
}

.program-card span,
.program-card button,
.program-card a.one-btn {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 16px;
    background-color: var(--White--color);
    font-size: 18px;
    color: var(--secondary--color);
    min-width: 300px;
}

.program-card a.one-btn:hover {
    background-color: var(--secondary--color);
    color: var(--White--color);
    text-decoration: none;
}

.view-link {
    display: inline-block;
    color: var(--White--color);
    font-size: 16px;
}

.view-link:hover {
    color: var(--secondary--color);
}
.programs-con  {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.programs-con .row {
    margin-top: -100px;
    position: relative;
    z-index: 2;    
}

/*  */

.our-team-banner {
    background-image: url(../images/our-team-bg.jpg);
}

/* Team Card */
.meet-the-team-con .team-card {
    transition: ease-in-out 0.6s;
    background: var(--White--color);
    border-radius: 30px;
    padding: 10px 10px 26px;
    box-shadow: 0 10px 20px rgba(81, 165, 193, 15%);
    border-bottom: 6px solid var(--TealBlue--color);
    overflow: hidden;
}

.meet-the-team-con .team-card:hover {
    border-bottom: 6px solid var(--RoyalPurple--color);
}

.meet-the-team-con .team-img {
    position: relative;
    margin-bottom: 45px;
}

/* Social Icons */
.meet-the-team-con .social-media-icons {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.meet-the-team-con .social-media-icons a {
    width: 50px;
    height: 50px;
    background: var(--TealBlue--color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet-the-team-con .social-media-icons a:hover {
    text-decoration: none;
    background-color: var(--RoyalPurple--color);
}

.meet-the-team-con .social-media-icons i {
    font-size: 18px;
    color: var(--White--color);
}

.meet-the-team-con .team-card h4 {
    margin-bottom: 10px;
}

/*  */
.faq-banner {
    background-image: url(../images/faq-banner-bg.jpg);
}

/*  */
.faq-pill {
    border: 1px solid var(--ForestGreen--color);
    border-radius: 15px;
    padding: 20px 17px;
    background-color: var(--White--color);
    margin-bottom: 20px;
    cursor: pointer;
    color: var(--ForestGreen--color);
    font-size: 24px;

}

.faq-pill.active {
    background: var(--ForestGreen--color);
    color: var(--White--color);
    border-color: var(--ForestGreen--color);
}

.main-faq-con.faq-con .accordion-card:has(.show) {
    background-color: var(--White--color);
    box-shadow: 0 10px 15px rgba(153, 182, 54, 15%);
}

.main-faq-con.faq-con .accordion-card:has(.show) h5 {
    color: var(--ForestGreen--color);
}

.main-faq-con.faq-con .accordion-card:has(.show) p {
    color: var(--primary--color);
}

.main-faq-con.faq-con .accordion-card:has(.show) .btn-link:before {
    content: "\f106";
    background-color: var(--ForestGreen--color);
    color: var(--White--color);
}

/*  */
.curriculum-banner {
    background-image: url(../images/curriculum-bg-img.jpg);
}

.curriculum-box {
    background-color: var(--White--color);
    border-radius: 15px;
    padding: 10px 10px 26px;
    box-shadow: 0 10px 20px rgba(81, 165, 193, 10%);
}

.curriculum-box figure img {
    margin-bottom: 26px;
}

.curriculum-inner-content {
    padding: 0 0 0 10px;
}

.curriculum-inner-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.curriculum-inner-content ul.includes-list li {
    /* width: calc(50% - 5px); */
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 18px;
}

.curriculum-inner-content ul.includes-list li:first-child {
    width: 230px;
}

.curriculum-inner-content ul.includes-list li:last-child {
    width: 260px;
}

.curriculum-inner-content ul li i {
    color: var(--TealBlue--color);
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}


.approach-to-learning-con .white-box {
    border: 2px solid var(--ForestGreen--color);
    padding: 30px 20px;
}
.approach-to-learning-con .white-box.purple-stroke{
    padding: 0;
}
.approach-to-learning-con .white-box.purple-stroke.sponsor{
    padding: 30px 20px;
}
.approach-to-learning-con .white-box.purple-stroke a{
    display: block;
    color: var(--primary--color);
    padding: 30px 20px;
    text-decoration: none;
}
.approach-to-learning-con a.white-box:hover {
    box-shadow: 0 14px 30px rgba(76, 123, 71, 0.16) !important;
}
.approach-to-learning-con a.white-box.mustard-stroke:hover {
    box-shadow: 0 14px 30px rgba(243, 174, 83, 0.18) !important;
}
.approach-to-learning-con a.white-box.purple-stroke:hover {
    box-shadow: 0 14px 30px rgba(125, 60, 152, 0.18) !important;
}

.approach-to-learning-con .primary-button a {
    min-width:100%;
    background-color: var(--ForestGreen--color);
}

.approach-to-learning-con .white-box span {
    line-height: 36px;
}

/*  */
.support-banner {
    background-image: url(../images/support-bg-img.jpg);
}
.payments-banner {
    background-image: url(../images/payments-banner.jpg);
}

.spread-the-light-con,
.lets-talk-con,
.contact-form-con,
.questions-con,
.bundle-offer-con,
.salah-tracking-cart-con {
    background: url(../images/pattern2.png) repeat center;
}

.spread-the-light-con ul li i {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--DeepOrange--color);
}

.spread-the-light-con ul li {
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 24px;
}

.spread-the-light-con .white-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.donate-and-support-con a.white-box:hover {
    box-shadow: 0 14px 30px rgba(81, 165, 193, 0.18) !important;
}

/*  */
.contact-banner {
    background-image: url(../images/contact-banner-img.jpg);
}

.contact-form {
    z-index: 1;
    position: relative;
}

.contact-form ul {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
    grid-template-columns: 48.4% 48.4%;
}

.contact-form ul li input,
.contact-form ul li textarea,
.contact-form ul li select {
    width: 100%;
    border: none;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 15px;
    padding: 14px 18px 14px;
    color: var(--primary--color);
    border: 1px solid #D9D7DA;
    background: var(--White--color);
}
.contact-form ul li select{
    color: #9aa0a6; /* placeholder style */
}
.contact-form ul li select option {
    color: var(--primary--color);
}
.contact-form ul li textarea {
    resize: none;
    height: 200px;
}

.contact-form ul li input:focus,
.contact-form ul li textarea:focus {
    border-color: var(--DeepOrange--color);
    box-shadow: none;
    outline: none;
}

.contact-form ul li:last-child {
    grid-column: 1 / -1;
}

.contanct-info-con ul li {
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.contanct-info-con ul li:last-child {
    margin-bottom: 0;
}

.contanct-info-con ul li .d-flex {
    gap: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.contanct-info-con ul li::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 170px;
    background-image: url(../images/pattern8.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    left: -20px;
    top: 0;
    z-index: 0;
}

.contanct-info-con ul li figure {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--DeepOrange--color);
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.contanct-info-con ul li a {
    color: var(--White--color);
    position: relative;
    z-index: 1;
}

.contact-map-con iframe {
    height: 468px;
    width: 100%;
    pointer-events: none;
    border-radius: 15px;
    border: none;
    position: relative;
    transition: ease-in-out 0.6s;
}

/*  */
.pagination-con {
    padding-top: 60px;
    padding-bottom: 60px;
}

.read-banner {
    background-image: url(../images/read-banner-img.jpg);
}

.latest-articles-con .primary-button a {
    min-width: 300px;
}

/*  */
.questions-con h5::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: var(--ForestGreen--color);
    bottom: -25px;
    left: 0;
}

.questions-con h5 {
    margin-bottom: 50px;
}

.questions-con .owl-carousel .owl-stage-outer,
.students-saying-con .owl-carousel .owl-stage-outer {
    padding: 3px
}

/* Keep testimonial card borders from getting clipped while Owl translates slides. */
.students-saying-con {
    overflow: visible;
}

.students-saying-con .wrapper1440,
.students-saying-con .owl-carousel,
.students-saying-con .owl-carousel .owl-stage,
.students-saying-con .owl-carousel .owl-item {
    overflow: visible;
}

.students-saying-con .owl-carousel .owl-stage-outer {
    padding: 8px;
    margin: -8px;
}

.questions-con .owl-nav,
.students-saying-con .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    margin: 60px auto 0;
}

.questions-con .owl-nav button span,
.students-saying-con .owl-nav button i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--White--color);
    border: 2px solid var(--ForestGreen--color);
    font-size: 18px;
    color: var(--ForestGreen--color);
    margin: 0 7px;
}

.students-saying-con .owl-nav button i {
    border: 1px solid var(--Mustard--color);
    color: var(--Mustard--color);
}

.students-saying-con .owl-nav button i:hover {
    background-color: var(--Mustard--color);
    color: var(--White--color);
}

.playlist-con .owl-nav {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    margin: 60px auto 0;
}

.playlist-con .owl-nav button i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--White--color);
    border: 1px solid var(--Mustard--color);
    font-size: 18px;
    color: var(--Mustard--color);
    margin: 0 7px;
}

.playlist-con .owl-nav button i:hover {
    background-color: var(--Mustard--color);
    color: var(--White--color);
}

.questions-con .owl-nav button span:hover {
    background-color: var(--ForestGreen--color);
    color: var(--White--color);
}

/*  */
.follow-us-con .heading-section {
    gap: 25px;
}

.follow-us-con .primary-button a {
    min-width: 170px;
}

/* .follow-us-con .owl-carousel .owl-item img, */
.students-saying-con .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.follow-us-con .owl-nav {
    position: absolute;
    right: 0;
    top: -150px;
}

.follow-us-con .owl-nav button span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--bg--lightPurple--color);
    border: 2px solid var(--RoyalPurple--color);
    font-size: 18px;
    color: var(--RoyalPurple--color);
    margin-left: 10px;
}

.follow-us-con .owl-nav button span:hover {
    background-color: var(--RoyalPurple--color);
    color: var(--bg--lightPurple--color);
}

.custom-pagination .page-item {
    margin: 0 5px;
}

.custom-pagination .page-link {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Spectral', serif;
    color: var(--RoyalPurple--color);
    font-weight: 600;
    border: 1px solid var(--RoyalPurple--color);
    background-color: transparent;
}

/* Active + Hover */
.custom-pagination .page-item.active .page-link,
.custom-pagination .page-link:hover {
    background-color: var(--RoyalPurple--color);
    color: var(--White--color);
    border-color: var(--RoyalPurple--color);
}

/* Arrows */
.custom-pagination .page-item.arrow .page-link {
    background-color: var(--bg--lightPurple--color);
    color: var(--RoyalPurple--color);
}

.custom-pagination .page-item.arrow .page-link:hover {
    background-color: var(--RoyalPurple--color);
    color: var(--White--color);
}

.page-item:first-child .page-link {
    border-radius: 15px;
    border: none;
}

.page-item:last-child .page-link {
    border-radius: 15px;
    border: none;
}
.watch-banner{
    background: url(../images/about-bg.png) no-repeat center 60px var(--White--color);
    box-shadow: 0 3px 1px rgba(0,0,0,0.05) inset;
}
.watch-banner .sub-banner-inner-con {
    margin-bottom: 65px;
}
.watch-banner .white-box {
    padding: 30px 24px;
    box-shadow: none;
    border: 2px solid var(--RoyalPurple--color);
}

.watch-banner .white-box .primary-button a {
    min-width: 160px;
    font-size: 16px;
    border-radius: 100px;
    margin-bottom: 13px;
}

.watch-banner .heading-section {
    gap: 20px;
}

.watch-banner .white-box p {
    margin-top: 16px;
}

/*  */
.watch-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.watch-left-con {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.watch-left-con a::before {
    content: "";    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.watch-right-con {
    padding: 30px;
}
.watch-right-con.excerpt-ready {
    display: flex;
    flex-direction: column;
}

.watch-right-con h5 {
    margin-bottom: 35px;
}

.watch-icon-wrapper {
    gap: 15px;
}

.action-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--White--color);
    border: none;
    color: var(--secondary--color);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.action-icon:hover {
    background-color:var(--DeepOrange--color);
    transform: scale(1.06);
}

.action-icon:focus {
    outline: none;
}

.action-icon.saved {
    background-color: var(--OliveGreen--color);
}

.watch-view-con {
    margin-bottom: 35px;
}
.watch-right-body {
    overflow: visible;
}
.watch-right-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--White--color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.watch-right-toggle:focus {
    outline: none;
}
.watch-right-toggle:hover {
    opacity: 0.85;
}

/*  */
.watch-video-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 22px;
}

.watch-video-box img {
    width: 100%;
    display: block;
}

.watch-vid-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.watch-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.watch-meta {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.watch-vid-btn img {
    width: 60px;
    height: auto;
}

.watch-video-box:hover img {
    opacity: 0.85;
}

/*  */
.students-saying-con .white-box figure img {
    margin-bottom: 25px;
}

.playlist-con .primary-button a {
    background-color: var(--TealBlue--color);
}

.shop-banner {
    background-image: url(../images/shop-banner-img.jpg);
}

/*  */
.feature-product-box figure img {
    border: 3px solid var(--RoyalPurple--color);
    margin-bottom: 38px;
}

.feature-product-box span {
    margin-bottom: 25px;
    font-weight: 400;
}

.feature-product-box a {
    text-decoration: underline;
    color: var(--RoyalPurple--color);
    font-weight: 400;
    margin-bottom: 25px;
}

.feature-product-box a:hover {
    color: var(--DeepOrange--color);
}

.feature-product-box h4 {
    margin-bottom: 18px;
}

/*  */
.product-cards {
    padding: 10px 10px 30px;
    display: flex;
    flex-direction: column;
    border: 2px solid var(--White--color);
    transition: ease-in-out 0.6s;
}

.product-cards:hover {
    border: 2px solid var(--RoyalPurple--color);
}

.product-cards .primary-button {
    margin-top: auto;
    align-self: center;
}

.product-cards figure img {
    margin-bottom: 20px;
}

.product-cards h6 {
    margin-bottom: 22px;
}

.product-cards span {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.seperate-btn-outer-wrap {
    margin-top: 70px;
}

.category-box {
    padding: 10px 10px 30px;
}

.category-box h5 {
    background-color: var(--RoyalPurple--color);
    border-radius: 20px;
    padding: 18px 18px;
    margin-bottom: 20px;
}

.category-box .category-content {
    padding: 0 19px;
}

.category-box .category-content span {
    margin-bottom: 22px;
}

.category-box .category-flex {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(87, 79, 91, 20%);
}

.category-box .category-flex small {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.category-box .reset-link {
    color: var(--DeepOrange--color);
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}

.category-box .reset-link:hover {
    color: var(--RoyalPurple--color);
}

.category-box .form-control {
    border-radius: 15px;
    height: 50px;
    width: 100%;
    padding: 10px 19px;
    margin-left: 20px;
}

.category-box .form-control::placeholder {
    color: var(--primary--color);
}

.category-box .form-check-label {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 3px;
}

.category-box input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 0;
}

.category-box select.form-control {
    padding: 10px 19px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 93% 23px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
    font-size: 14px;
}

.category-box hr {
    margin: 30px 0 22px;
}

.publisher-con h3 {
    line-height: 54px;
}

.publisher-con .primary-button a {
    min-width: 180px;
}

/* CART */

.cart-box {
    padding: 30px;
    box-shadow: 0 10px 20px rgba(243, 174, 83, 15%);
}

.cart-box .quantity-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.cart-box .qty-btn {
    width: 50px;
    height: 50px;
    border: 1px solid var(--DeepOrange--color);
    background: var(--Light--orange--color);
    font-size: 20px;
    cursor: pointer;
}

.cart-box .qty-btn.minus {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.cart-box .qty-btn.plus {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cart-box #quantity {
    width: 60px;
    height: 50px;
    text-align: center;
    border: 1px solid var(--DeepOrange--color);
    border-right: none;
    border-left: none;
    margin: 0;
}

.learn-more-link {
    text-decoration: underline;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
}

.cart-btns-outer {
    margin-bottom: 40px;
}

.view-full-details-link {
    font-size: 14px;
    line-height: 14px;
    color: var(--primary--color);
}

.view-full-details-link:hover {
    text-decoration: none;
    color: var(--DeepOrange--color);
}

.view-full-details-link img {
    height: 9px;
    margin-top: 3px;
}

.cart-publisher {
    margin-bottom: 26px;
}

.treasure-inner-con {
    gap: 20px;
}

.treasure-inner-con figure {
    margin-bottom: 25px;
}

.treasure-link {
    text-decoration: underline;
    font-size: 18px;
}

.treasure-link:hover {
    color: var(--RoyalPurple--color);
}

.treasure-inner-con {
    margin-bottom: 70px;
}

.islamic-trasures-con .light-pink-box {
    padding: 10px 10px 30px;
}

.islamic-trasures-con .light-pink-box img {
    margin-bottom: 20px;
}

.treasure-iner-box {
    padding: 0 20px;
}

.watch-con {
    background: url(../images/pattern2.png) repeat center;
}

/*  */
.main-box {
    overflow: hidden;
}

.overflow-none {
    overflow: visible;
}
.youtube-spotlight-con {
    background: url(../images/pattern2.png) repeat center var(--Light--DeepOrange--color);
}
.youtube-spotlight-con .white-box{
    box-shadow:0 0 0 2px var(--RoyalPurple--color);
}
.youtube-spotlight-con .primary-button a{
    border-radius: 100px;
    width: 100%;
}
.programs-con .nav-tabs{
    border: none;
}
.program-card,.programs-con .nav-tabs li:first-child:hover .program-card{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.programs-con .nav-tabs li div.nav-link,.programs-con .nav-tabs li div.nav-link:hover,.programs-con .nav-tabs li div.nav-link.active{
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
.white-space-pre-line {
  white-space: pre-line;
}
.programs-con .nav-tabs li:first-child:hover .program-card,.programs-con .nav-tabs li:first-child button.active .program-card{
    box-shadow: 0 0 25px var(--TealBlue2--color);   
}
.programs-con .nav-tabs li:nth-child(2):hover .program-card,.programs-con .nav-tabs li:nth-child(2) button.active .program-card{
    box-shadow: 0 0 25px var(--Mustard--color);   
}
.programs-con .nav-tabs li:last-child:hover .program-card,.programs-con .nav-tabs li:last-child button.active .program-card{
    box-shadow: 0 0 25px var(--DeepOrange--color);   
}
.programs-con .nav-tabs li:hover .program-card::before,
.programs-con .nav-tabs li:first-child button.active .program-card::before,
.programs-con .nav-tabs li:nth-child(2) button.active .program-card::before,
.programs-con .nav-tabs li:last-child button.active .program-card::before{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    margin: 0 auto;
    position: absolute;
    background: url(../images/flower.png) no-repeat center;
}
.tilawah-con#KeepersQuran .table th,.tilawah-con#KeepersQuran .price-card,
.tilawah-con#KeepersQuran .table tbody tr td:first-child i  {
  background: var(--Mustard--color);
}
.tilawah-con#KeepersQuran .table th,.tilawah-con#KeepersQuran .table-box {
  border: 1px solid var(--Mustard--color);
}
.tilawah-con#KeepersQuran .table tbody tr td:first-child {
  border-right: 1px solid var(--Mustard--color);
}
.tilawah-con#KeepersQuran .price-card h4 {
  background-color: #C97D19;
}
.tilawah-con#SundayCircles .table th,.tilawah-con#SundayCircles .price-card,
.tilawah-con#SundayCircles .table tbody tr td:first-child i  {
  background: var(--DeepOrange--color);
}
.tilawah-con#SundayCircles .table th,.tilawah-con#SundayCircles .table-box {
  border: 1px solid var(--DeepOrange--color);
}
.tilawah-con#SundayCircles .table tbody tr td:first-child {
  border-right: 1px solid var(--DeepOrange--color);
}
.tilawah-con#SundayCircles .price-card h4 {
  background-color: #CE3901;
}
.live-courses-page .programs-con .tab-scroll {
    cursor: pointer;
}

.live-courses-page .programs-con .tab-scroll:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
}

@media screen and (min-width: 768px) {
    .live-courses-page .programs-con .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 28px;
        padding-left: 0;
        margin-bottom: 0;
    }

    .live-courses-page .programs-con .nav-tabs li {
        list-style: none;
        flex: 0 0 calc((100% - 56px) / 3);
        max-width: calc((100% - 56px) / 3);
        margin: 0;
    }

    .live-courses-page .programs-con .nav-tabs li .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .live-courses-page .programs-con .nav-tabs li div.nav-link {
        width: 100%;
    }
}

