/*
 Theme Name: Online Quran
 Theme URI: http://example.com/my-theme
 Author: Zaki
 Author URI: http://example.com
 Description: Online Quran Zone.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: my-theme
*/

html {
    margin: 0px !important;
}
* {
	font-family: 'Poppins';
	font-style: normal;
}
.header-top-links li i {
    margin-left: 0px;
    margin-right: 5px;
}
.header-top-links li {
    list-style: none;
    display: inline;
    margin-right: 13px;
}
.header-top-links ul {
    padding: 0px;
    margin: 0px;
}
.header-top-links a i {
    font-size: 20px;
    margin-left: 11px;
}
.header-top-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
    display: inline-flex;
}
.header-top-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    flex-wrap: wrap;
}
.header-top {
    background: #078307;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-nav a.navbar-brand img {
    max-width: 200px;
    max-height: 90px;
}
.header-nav a.navbar-brand {
    padding: 0px;
}
.header-nav div#navbarNav {
    justify-content: end;
}
.header-nav div#navbarNav a:hover {
    background: #fec300;
    color: #fff;
    text-decoration: none;
}
.header-nav div#navbarNav .current_page_item > a {
    background: #fec300;
    color: #fff;
    text-decoration: none;
}
.menu-item {
    position: relative;
}
.menu-item:hover > ul.sub-menu {
    display: block;
}
ul.sub-menu li {
    list-style: none;
}
ul.sub-menu {
    position: absolute;
    width: max-content;
    background: #078307;
    padding: 15px;
    left: 20px;
    top: 35px;
    border-radius: 0px 8px 8px 8px;
    display: none;
    max-width: 200px;
    z-index: 10;
}
ul.sub-menu a {
    color: #fff !important;
    font-size: 16px !important;
    margin: 0px !important;
    display: block;
    border-bottom: 1px solid transparent;
    border-radius: 0px !important;
}
ul.sub-menu a:hover {
    background: transparent !important;
    border-bottom: 1px solid;
}
.header-nav div#navbarNav a {
    padding: 10px;
    margin-left: 20px;
    color: #078307;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
span.navbar-toggler-icon {
    background-image: url(https://onlinequranzone.com/wp-content/uploads/2024/12/Group-126.png) !important;
    height: 16px;
    width: 20px;
    background-size: cover;
}
.header-nav .navbar-nav ul li {
    list-style: none;
}
@media (min-width: 991px){
    .header-nav .navbar-nav ul {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .header-nav .container, section.footer .container {
        max-width: 1400px;
    }
}
section.banner .carousel-item {
    max-height: 700px;
    min-height: 650px;
}
section.banner .carousel-item img {
    object-fit: cover;
    min-height: 650px;
    width: 100% !important;
}
.banner-data .btn {
    font-weight: 600;
    background: transparent;
    padding: 10px 16px;
    border: 2px solid #fff;
}
.banner-data .btn:hover {
    background: #fff;
    color: #000;
}
.banner-data h1 {
    color: #fff;
    margin-bottom: 34px;
    font-size: 55px;
    text-align: center;
    font-weight: 700;
    margin: 15px 0px;
}
.banner-data > img {
    max-width: 210px;
    object-fit: contain !important;
    min-height: unset !important;
}
.banner-data {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    max-width: 970px;
    margin: auto;
}
section.footer {
    background: linear-gradient(90deg, #036003 0%, #002e00 35%, #058305 100%);
    padding-top: 50px;
}
.footer-bottom p {
    text-align: center;
    color: #fff;
    margin: 0px;
    border-top: 1px solid;
    padding: 28px 10px;
    margin-top: 30px;
}
.footer-data p {
    color: #fff;
    margin-top: 30px;
    max-width: 400px;
}
.footer-data img {
    max-width: 210px;
    max-height: 110px;
}
.footer-menu .social-links {
    margin-top: 30px;
}
.footer-menu .social-links a {
    color: #fff;
    font-size: 22px;
    margin-right: 23px;
}
.footer-menu li a i {
    margin-right: 8px;
}
.footer-menu li a {
    color: #fff;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}
.footer-menu li {
    list-style: none;
}
.footer-menu ul {
    padding: 0px;
    margin: 0px;
}
.footer-menu h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: double;
    max-width: max-content;
}
section.home-page-header p {
    margin-bottom: 0px;
}

section.home-page-header h2 {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px double;
    padding-bottom: 10px;
}
section.home-page-header {
}
section.home-page-header {
    background: #d1d0c0;
    padding: 20px;
    text-align: center;
}
.begin-learning-data {
    padding: 50px 0px;
}
.begin-learning-data > p {
    text-align: center;
    margin-bottom: 30px;
}

.begin-learning-data h1 {
    text-align: center;
    color: #078307;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.begin-learning-img img:hover, .start-online img:hover, .why-choose-img img:hover, .about-page-data .col-lg-4 img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s;
    transform: scale(1.01);
}
.about-page-data .row {
    margin: 30px 0px;
}

.about-page-data .col-lg-4 img {
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.begin-learning-img img {
    max-width: 100%;
    border-radius: 15px;
    transition: all 0.3s;
    cursor: pointer;
    max-height: 450px;
}
.learning-step-item h4 span, .learning-step-item a {
    color: #078307;
}
.learning-step-item h4 {
    font-size: 28px;
    font-weight: 700;
}
.learning-step-item i {
    color: #078307;
    font-size: 60px;
    margin-right: 20px;
}
.learning-step-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.begin-learning-data .row {
    align-items: center;
}
.start-online h5 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 700;
}

.start-online h3 {
    color: #078307;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
}
.start-online-data li:before {
    content: "";
    position: absolute;
    left: -18px;
    height: 10px;
    width: 10px;
    background: #078307;
    top: 6px;
    border-radius: 50px;
}

.start-online-data li {
    margin-bottom: 11px;
    list-style: none;
    position: relative;
}
.start-online-data ul {
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.start-online-data div {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.start-online img {
    max-height: 470px;
    margin-left: auto;
    display: block;
    max-width: 100%;
    transition: all 0.3s;
    border-radius: 15px;
    cursor: pointer;
}
.start-online-image {
    padding-right: 15px;
}
.start-online .row {
    align-items: center;
}
.start-online {
    padding: 50px 0px;
}
.about-home {
    padding: 50px 0px;
    text-align: center;
}
.about-home p, .start-online p {
	margin: 0px;
}
.why-choose-img img {
    max-width: 100%;
    border-radius: 15px;
    transition: all 0.3s;
    cursor: pointer;
    max-height: 500px;
}
.wh-choose-data {
    padding: 50px 0px;
}
.why-choose-info p:nth-last-child(1) {
    font-size: 18px;
    font-weight: 500;
}
.why-choose-info ul {
    padding-left: 20px;
}
.why-choose-info p {
    color: #000;
}
.why-choose-info div {
    display: flex
;
    align-items: center;
}
.why-choose-info li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #078307;
    left: -18px;
    top: 7px;
    border-radius: 50px;
}
.why-choose-info li {
    position: relative;
    margin-bottom: 5px;
    list-style: none;
    font-weight: 500;
}
.why-choose-info div > ul:nth-child(1) {
    margin-right: 15px;
}
.wh-choose-data .row {
    align-items: center;
}
.why-choose-info h3 {
    color: #078307;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 5px;
}
section.home-courses-content h3 {
    margin-bottom: 20px;
}
section.home-courses-content {
    padding: 50px 0px;
}
h5.card-title a {
    color: #078307;
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 49px;
}
.card.h-100 img {
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
section.home-blog-posts h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    color: #078307;
}
section.home-blog-posts h6 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.home-blog-posts .card > .card-body {
    width: 65%;
}
.home-blog-posts .card > a {
    display: block;
    width: 35%;
}
.home-blog-posts .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s;
}
.home-blog-posts .card {
    flex-direction: row;
    border: none;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    max-height: 200px !important;
    height: unset !important;
}
.home-blog-posts .card p.text-muted i {
    color: #078307;
}
.home-blog-posts .card p.text-muted {
    margin-bottom: 10px;
}
.page-banner a, .page-banner p {
    margin: 0px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
}
.page-banner {
    text-align: center;
    background: #078307;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 250px;
    margin-bottom: 50px;
    position: relative;
}
.page-banner h1 {
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.home-courses-content .btn {
    background: #078307;
    border: none;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    padding: 10px 5px;
}
.cstm-h3 {
    text-align: center;
    color: #078307;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-content p {
    margin: 0px;
    font-size: 14px;
}
.testimonial-content h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #078307;
}
.testimonials-slides > h3 {
    margin-bottom: 20px;
}
.testimonials-slides {
    padding: 50px 0px;
}
.testimonials-slides .owl-nav span:hover {
    color: #fff;
    background: #078307;
}
.testimonials-slides .owl-nav span {
    display: flex
;
    font-size: 30px;
    height: 34px;
    width: 35px;
    border: 2px solid #078307;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
    border-radius: 50px;
    color: #078307;
    outline: 0;
}
.testimonials-slides .owl-nav button {
    outline: 0;
}
.testimonials-slides .owl-nav {
    display: block !important;
    text-align: center;
    margin-top: 30px;
} 
.testimonial-item {
    border: 2px solid #c19b20;
    padding: 20px;
    border-radius: 13px;
}
section.Courses-page-content h3 {
    margin-bottom: 40px;
}
section.Courses-page-content {
    padding: 50px 0px;
}






/* contact page */
.contact-form .wpforms-container {
    margin-top: 10px !important;
}
.contact-form h2 {
    margin-bottom: 0px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #078307; 
}
.contact-form {
    max-width: 700px;
    margin: 50px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 40px;
}
.contact-form button.wpforms-submit {
    background: #036003 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.courses-content {
    margin: 80px 0px;
}
.courses-content h1.entry-title {
    color: #078307;
    font-weight: 700;
    font-size: 34px;
}
.faqs-data {
    margin: 80px 0px;
}
.faqs-data > h2 {
    color: #078307;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
.faqs-data button.accordion-button br {
    display: none;
}
.faqs-data button.accordion-button {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    box-shadow: none !important;
}
.faqs-data .accordion-button:not(.collapsed) {
    background: #00000026;
}
.faqs-data h2.accordion-header br {
    display: none;
}
.faqs-data .accordion-item > p {
    margin-bottom: 0px;
}


/*media queries*/
@media(max-width:1200px) {
    .header-nav div#navbarNav a {
        padding: 8px;
        margin-left: 10px;
        color: #078307;
        font-size: 16px;
    }
}
@media(max-width:991px) {
    .header-nav div#navbarNav a {
        margin: 0px;
        display: block;
    }
    .header-nav div#navbarNav ul {
        padding: 15px 0px;
    }
    ul.sub-menu a {
        color: #078307 !important;
    }
    ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: unset;
        background: #00000017;
        border-radius: 4px;
        padding: 5px 22px !important;
        display: block;
    }
    section.banner .carousel-item {
        min-height: 400px;
        max-height: 400px;
    }
    section.banner .carousel-item img {
        min-height: 400px;
    }
    .banner-data h1 {
        margin-bottom: 15px;
        font-size: 34px;
    }
    .banner-data .btn {
        padding: 10px;
        font-size: 12px;
    }
    button.navbar-toggler {
        border: 1px solid #00000042 !important;
        padding: 10px;
        display: flex;
        align-items: center;
        border-radius: 0px;
    }
    .begin-learning-img img, .start-online img, .why-choose-img img {
        max-height: 300px;
        margin: auto;
        display: block;
        margin-bottom: 25px;
    }
    .begin-learning-data .row {
        align-items: center;
        flex-direction: column-reverse;
    }
    .learning-step-item h4 {
        font-size: 22px;
    }
    .learning-step-item i {
        color: #078307;
        font-size: 50px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .learning-step-item {
        align-items: start;
        margin-bottom: 0px;
        flex-direction: column;
    }
    .begin-learning-data h1, .why-choose-info h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .begin-learning-data {
        padding: 30px 0px;
    }
    .start-online h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .start-online-data li {
        margin-bottom: 0px;
        list-style: none;
        position: relative;
    }
    .why-choose-info div {
        display: block;
    }
}
@media(max-width:767px) {
    .start-online img {
        margin: 0px auto 20px auto;
    }
    .start-online, .about-home, .testimonials-slides, section.home-courses-content {
        padding: 30px 0px;
    }
    section.banner .carousel-item {
        min-height: 350px;
        max-height: 350px;
    }
    section.banner .carousel-item img {
        min-height: 350px;
    }
    .banner-data h1 {
        margin-bottom: 5px;
        font-size: 28px;
    }
    .banner-data p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-data .btn {
        padding: 8px 10px;
        font-size: 12px;
    }
    .home-blog-posts .card {
        flex-direction: column !important;
        border: none;
        align-items: center;
        max-height: unset !important;
        height: unset !important;
    }
    .home-blog-posts .card > .card-body {
        width: 100%;
    }
    .home-blog-posts .card > a {
        display: block;
        width: 100%;
    }
    .card.h-100 img {
        max-height: 200px;
        min-height: 200px;
        object-fit: cover;
    }
}


.downloads-page-data h1 {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #078307;
    border-width: 0px 0px 4px 0px;
    border-style: double;
    max-width: max-content;
    margin: auto;
    margin-bottom: 20px;
}
.downloads-page-table a {
    text-decoration: none;
    background: #078307;
    color: #fff;
    padding: 5px 10px;
    display: block;
    max-width: max-content;
    margin: auto;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
}
.downloads-page-table td {
    border: 1px solid #0000001f;
    border-collapse: collapse;
    padding: 7px 10px;
    text-align: center;
    font-size: 16px;
}
.downloads-page-table table {
    width: 100%;
    max-width: 900px;
    margin: auto;
    overflow: auto;
    min-width: 500px;
}
.downloads-page-table {
    overflow: auto;
}


.services-data p {
    color: #000;
}
.services-data > p {
    text-align: center;
    margin-bottom: 30px;
}
.services-data h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #078307;
}
.services-page-info {
    max-width: 900px;
    margin: auto;
    margin-bottom: 60px;
}
.services-page-info img {
    max-width: 100%;
}
.services-page-info .row {
    align-items: center;
}
.basic-concept-item p {
    text-align: center;
    font-size: 14px;
}
.basic-concept-item h5 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #078307;
}
.basic-concept-item img {
    max-width: 150px;
    margin: auto;
    display: block;
    border-radius: 26px;
    margin-bottom: 15px;
}
.basic-concept-cards .row > div {
    margin-bottom: 20px;
    height: 100%;
}
.services-data {
    padding-bottom: 50px;
}
.payments-page img {
    max-width: 210px;
    max-height: 170px;
}
.payments-page div {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.payments-page h1 {
    color: #078307;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px;
}
.payments-page {
    text-align: center;
    padding-bottom: 80px;
}



.packages-blocks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.package-item-head p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
.package-item-head h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.package-item-head {
    background: #078307;
    text-align: center;
    padding: 15px;
}
.package-block-item {
    min-width: 250px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 23.1%;
}
.package-item-body a {
    color: #fff;
    background: #078307;
    text-decoration: none;
    padding: 7px 15px;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}
.package-item-body p {
    margin-bottom: 5px;
}
.package-item-body li i {
    color: #078307;
    font-size: 19px;
    margin-right: 10px;
    padding: 8px 0px;
    display: inline-block;
}
.package-item-body li {
    list-style: none;
    border-bottom: 1px solid #00000033;
    font-size: 14px;
}
.package-item-body ul {
    padding: 0px;
}
.package-item-body h5 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 26px;
}
.package-item-body {
    text-align: center;
    padding: 20px;
}
.packages-table td {
    border: 1px solid #0000003d;
    padding: 5px 10px;
}
.packages-table table {
    width: 100%;
    margin: 40px 0px;
}
.discount-policies h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.discount-policy-block li:before {
    content: "";
    position: absolute;
    left: -20px;
    height: 10px;
    width: 10px;
    background: #078307;
    top: 6px;
    border-radius: 10px;
}

.discount-policy-block li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.discount-policy-block ul {
    padding-left: 20px;
}
.discount-policy-block p {
    margin-bottom: 9px;
}
.discount-policy-block h5 {
    color: #078307;
    font-weight: 700;
    margin-bottom: 10px;
}
.discount-policy-block {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    height: 100%;
}
.discount-policies {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 60px;
}
.discount-policies .row > div {
    margin-bottom: 25px;
}