@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans Arabic", sans-serif;
    font-style: normal;
}

:root {
    --text-color: #7A716A;
    --active-color: #417339;
    ----btn-color: #417339;
    ----btn-text-color: #FFFFFF;
}


/* ***************************menu section start *********************************************** */
#logo-image {
    margin: 0px 0px !important;
}

.nav-item a {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
}

.navbar-nav .nav-link a:active {
    color: var(--active-color);
    font-size: 16px;
    font-weight: 400;
}

.navbar-collapse button {
    background-color: var(----btn-color);
    color: var(----btn-text-color);
}

.navbar-collapse button:hover {
    background-color: var(----btn-color);
    color: var(----btn-text-color);
}

.navbar-nav .nav-link.active {
    color: var(--active-color) !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none !important;
}

.navbar-toggler i {
    font-size: 1.8rem;
}

/* ***************************menu section end *********************************************** */


/* ***************************second section strat********************************************* */


hero-section {
    padding: 80px 0;
    background: #F9F5F0;
    direction: rtl;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.corner-bg {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 80px;
    right: 10px;
    z-index: 3;
}

.hero-images {
    position: relative;
}

.hero-images .bg-shape {
    position: absolute;
    width: 410px;
    height: 410px;
    top: 90px;
    left: 5px;
    z-index: 0;

}

.hero-images .front {
    width: 230px;
    z-index: 2;
    position: relative;
}

.hero-images .back {
    width: 205px;
    position: absolute;
    top: 90px;
    right: -50px;
    opacity: 0.8;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: 500;
    color: #212529;
    line-height: 1.5;
}

.hero-title span {
    color: var(--active-color);
}

.hero-text {
    color: #6C757D;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.hero-section a {
    background-color: var(----btn-color);
    color: var(----btn-text-color);
}

.hero-section a:hover {
    background-color: var(----btn-color);
    color: var(----btn-text-color);
}

.btn-success:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-images .front,
    .hero-images .back {
        width: 180px;
    }

    .hero-images .back {
        right: -40px;
        top: 15px;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .corner-bg {
        position: absolute;
        width: 90px;
        height: 90px;
        top: 80px;
        right: 10px;
        z-index: 3;
    }

    .hero-images .bg-shape {
        position: absolute;
        width: 270px;
        height: 270px;
        top: 90px;
        left: 5px;
        z-index: 0;
    }
}

/************************************ second section end *****************************************************/
/* ***************************************third section strat***********************************/
.stats-section {

    padding: 80px 0;
    text-align: center;
}


.stats-section .main-header {
    color: #333;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 30px;
}


.stats-section .description-text {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto 60px;
}

.item-box-3 {
    border-right: 2px solid #eee;
}

.item-box-2 {
    border-right: 2px solid #eee;
}

.item-box-4 {
    border-top: 2px solid #eee;
}

.item-box-5 {
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
}

.item-box-6 {
    border-right: 2px solid #eee;
    border-top: 2px solid #eee;
}

.stat-item {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .stat-item:nth-child(3n) {
        border-left: none;

    }
}


.stat-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-placeholder {
    font-size: 30px;
    color: #558B2F;
}


.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #37322F;
    margin-bottom: 5px;
}


.stat-description {
    color: #777;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 180px;
}

@media (max-width: 991.98px) {
    .stats-section .main-header {
        color: #333;
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .stats-section .description-text {
        color: #666;
        font-size: 1rem;
        line-height: 1.8;
        max-width: 850px;
        margin: 0 auto 60px;
    }

    .stats-section {
        padding: 40px 0;
    }

    .item-box-3 {
        border-top: 2px solid #eee;
        border-right: 0px;
    }

    .item-box-4 {
        border-right: 2px solid #eee;
    }

    .item-box-5 {
        border-right: 0px;
    }

    .stat-item {
        padding: 25px 15px;
    }



    .stat-item:first-child {
        border-top: none !important;
    }
}

/* ***************************************third section end***********************************/

/* ****************foruth section start*************************************************** */

.app-landing-page {

    margin: 0 auto;
}

.app-landing-page p {
    color: #7A716A !important;
    font-family: "Noto Sans Arabic";
}

.header-section h1 {
    color: black;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.header-section .lead {
    color: #555;
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto;
}


.feature-item {
    padding: 15px;
}

.feature-item h2 {
    font-size: 1.5rem;
    color: black;
    margin-top: 10px;
    font-weight: 600;
}

.feature-item p {
    color: #555;
    line-height: 1.6;
}

.feature-icon {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.phone-mockup {
    width: 615px;
    height: 597px;
    position: relative;
    transform: rotate3d(156, 465, 171, 16deg) scale(0.9);
}

.phone-mockup::after {
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 8px;
    background: #222;
    border-radius: 5px;
    z-index: 10;
}

.phone-screen-content {
    position: absolute;
    top: -35px;
    right: -60px;
    left: -84px;
    bottom: 10px;
    border-radius: 30px;
    overflow: hidden;
    width: 463px;
}

.app {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.stat-item:hover{
    background-color: #E3DFCD;
}

@media (max-width: 991.98px) {

    .feature-item {
        text-align: center !important;
    }

    .phone-mockup {
        transform: none;
        height: 400px;
        margin-bottom: 2rem;
    }

    .phone-screen-content {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        border-radius: 20px;
    }

    header h1 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    header .lead {
        font-size: 1rem;
        padding: 0 15px;
        line-height: 1.8;
    }
}

@media (max-width: 576px) {
    .feature-icon {
        width: 50px;
    }


    .feature-item h2 {
        font-size: 1.25rem;
    }

    .feature-item p {
        font-size: 0.95rem;
    }
}

/* *********************fourth section end **********************************/

.custom-title {
    color: #4CAF50;
    font-weight: 800;
}

.custom-text {
    color: #555;
    line-height: 1.8;
}

.screenshot-container {
    max-width: 350px;
    margin: 0 auto;
}

.custom-shadow {

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}


.custom-nav-links .btn {
    border-radius: 30px;

    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}



@media (min-width: 992px) {

    .text-lg-end {
        text-align: right !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }


    .screenshot-container {
        margin-inline-start: 50px;

    }
}

/***************** fifth setction strat*************************** */
#tafseer-library {

    padding-bottom: 5rem;

}

.custom-title {
    color: #2A2A2A;
    font-weight: 600;
    line-height: 1.3;
}

.custom-text {
    color: #555;
    line-height: 1.8;
    max-width: 600px;
}

.screenshot-container {
    max-width: 350px;
    margin: 0 auto;
}

.custom-nav-links .btn {
    border-radius: 30px;
    padding: 8px 15px;
    color: var(--text-color);
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.justify-content-lg-start {

    border-radius: 49px;
    padding: 0px 0px;
    width: 470px;
    background-color: #41733914;
}


@media (min-width: 992px) {
    .text-content {
        text-align: right;
        padding-inline-start: 40px;
    }

    .image-column {
        display: flex;
        justify-content: flex-end;
    }


}

@media (max-width: 576px) {
    #tafseer-library {
        padding-bottom: 0rem;
    }

    .text-content {
        text-align: center;
    }

    .custom-nav-links .btn {
        border-radius: 30px;
        padding: 8px 5px;
        color: var(--text-color);
        font-weight: 500;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }

    .justify-content-lg-start {
        border-radius: 49px;
        padding: 0px 0px;
        width: 350px;
        background-color: #41733914;
    }

    .text-content {
        padding-top: 80px;
    }
}

/***************** fifth setction end*************************** */


/**************************** < !-- six section strat -->*************************************/
.faq-section {
    padding: 40px 15px;
}

.faq-header h2 {
    font-weight: 700;
    color: #222;
}

.faq-header p {
    color: #6c757d;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    background-color: #F9F5F0;

}

#faqAccordion {
    padding: 40px 100px;
}

.accordion-button {
    background-color: #FEFBF6;
      font-weight: 600;
    color: #212529;
    text-align: right !important;
    font-size: 20px !important;
    box-shadow: none !important;
    position: relative;
    transition: background-color 0.3s ease;
}


.accordion-button::after {
    content: "+" !important;
    font-size: 1.6rem;
    color: #417339;
    position: absolute;
    text-align: right;
    left: 20px;
    font-weight: bold;
    transform: rotate(0deg);
    transition: transform 0.3s ease, content 0.3s ease;
    background-image: none !important;



}

.accordion-button:not(.collapsed)::after {
    content: "–" !important;

    transform: rotate(180deg);
    color: #417339 !important;
}

.accordion-button:not(.collapsed) {
    color: #417339 !important;
    background-color: #F3EEE7 !important;
}

.accordion-body {
    background-color: #F3EEE7;
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
}
.accordion-body ul{
    padding: 10px 20px;
}
@media (max-width: 768px) {

    #faqAccordion {
        padding: 40px 15px;
    }

    .faq-section {
        padding: 50px 10px;
    }

    .accordion-button {
        font-size: 1rem !important;
        padding: 14px;
    }

    .accordion-body {
        background-color: #F9F5F0;
        color: #555;
        line-height: 1.5;
        font-size: .8rem;
    }

}

/****************************< !-- six section end --> **************************************/


/****************************< !-- seven section start --> **************************************/

.app-section {
    background-color: #224225;
    border-radius: 20px;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}
.app-image{  background-image: url('../../assets/images/waves_bg.png');
      background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.app-section h3 {
    line-height: 1.5;
    text-align: right;
    font-size: 1.6rem;

}

.phone {
    max-width: 250px;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


.phone-left {
    position: absolute;
    left: 0%;
    bottom: -65px;
    z-index: 1;
}


.phone-right {
    position: relative;
    right: -10px;
    z-index: 2;
    top: 122px;
}

.app-contant {
    padding: 0px 90px;
}

@media (max-width: 767px) {
    .app-contant {
            padding: 0px 20px;
    }

    .app-section h3 {
        line-height: 1.8;
        text-align: center;
        font-size: 1.2rem;
    }

    .app-image {
        padding: 40px;
    }

    .phone {
        max-width: 180px;
        border-radius: 30px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .phone-left {
        position: relative;
        left: 0;
        display: none;
        bottom: 0;
    }

    .app-section h3 {

        padding-right: 0px;
    }

    .phone-right {
        position: relative;
        right: 0;
        top: -20px;
    }
}

/****************************< !-- seven section end --> **************************************/

/* ******************************footer section start************************************** */

.footer-section {
    background: #f4f7f0;
    color: #333;
    width: 100%;
 margin-top: -150px;

}
.footer-contant{
    margin-top: 150px;
}
.footer-logo {
    max-width: 100px;
}

.footer-links a,
.footer-contact li {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;

}

.footer-section h3 {
    color: var(----btn-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.footer-links a:hover {
    color: #1b5e20;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    /* aligns top of text with icon */
    gap: 8px;
    /* space between icon and text */
    margin-bottom: 8px;
    line-height: 1.6;
    color: #555;
}

.footer-contact img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    /* adjust icon vertical alignment */
    flex-shrink: 0;
    /* prevents icon from shrinking */
}

.footer-contact span,
.footer-contact li {
    text-align: right;
    /* ensures Arabic text aligns cleanly */
    direction: rtl;
}

.footer-contact i {
    color: #877D75;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2;
    margin-left: 8px;
}

.footer-contact img {
    width: 25px;
    height: 25px;
}

.footer-links li {
    padding: 5px 0px;
}

.social {
    color: #1b5e20;
    font-size: 20px;
    transition: all 0.3s ease;

    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 2;
    text-align: center;
}

.social img {
    width: 35px;
    height: 35px;
    margin-top: 10px;
}

.social:hover {
    color: #0f3f14;
    transform: scale(1.1);
}

.footer-links-bottom a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.footer-links-bottom a:hover {
    color: #1b5e20;
}

.footer-contact h3,
h6 {
    color: #417339;
    font-size: 1.2rem;
}

/******************************* footer section end ***********************************************/

/******************************* privacy section start ***********************************************/

.terms-container {
    margin: 33px auto;

}
.terms-container ul{
    padding-right: 20px;

}
.terms-container li {
    margin: 10px;

}

.main-heading {
    color: var(----btn-color);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
  text-align: right;

}
.content-paragraph a{
    color: var(----btn-color);
    text-decoration: none;
}

.section-header {
    color: #333;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;

    padding-bottom: 5px;
}


.sub-section-header {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}

.content-paragraph {
    line-height: 1.8;
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

@media (max-width: 768px) {

    .footer-section {
        padding: 1rem
    }


    .terms-container {
        max-width: 100%;
        margin: 15px 0;
        padding: 0 15px;

    }


    .main-heading {

        margin-left: 0;
        text-align: right;

        font-size: 1.6rem;
        margin-bottom: 15px;
    }


    .section-header,
    .sub-section-header {
        font-size: 1.1rem;
        margin-top: 20px;
        margin-bottom: 8px;
    }


    .content-paragraph {
        line-height: 1.7;
        font-size: 0.9rem;
    }
}

/******************************* privacy section end ***********************************************/
