.islamic-bg {
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: 0px auto;
}

.about-us-title {

    color: #40563b;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 30px;

    text-transform: uppercase;

}



.about-us-title::after {

    background: #147a05 none repeat scroll 0 0;

    content: "";

    display: block;

    height: 1px;

    margin-top: 10px;

    width: 340px;

    position: relative;

    left: 30%;

    border-radius: 5px;

}





.faq-title {

    color: #40563b;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 30px;

}



.faq-title::after {

    background: #147a05 none repeat scroll 0 0;

    content: "";

    display: block;

    height: 1px;

    margin-top: 10px;

    width: 100px;

    position: relative;

    left: 44%;

    border-radius: 5px;

}



.product-category-title {

    color: #40563b;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 30px;

    text-transform: uppercase;

}



.product-category-title::after {

    background: #147a05 none repeat scroll 0 0;

    content: "";

    display: block;

    height: 1px;

    margin-top: 10px;

    width: 275px;

    position: relative;

    left: 34%;

    border-radius: 5px;

}



.contact-us-title {

    color: #40563b;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 30px;

    text-transform: uppercase;

}



.contact-us-title::after {

    background: #147a05 none repeat scroll 0 0;

    content: "";

    display: block;

    height: 1px;

    margin-top: 10px;

    width: 230px;

    position: relative;

    left: 44%;

    border-radius: 5px;

    transform: translate(-50px);

}



p {

    margin-bottom: 15px;

}



.islamic-ul {

    list-style: square;

    padding: 0;

}



.islamic-ul li {

    padding: 10px 0;

    border-bottom: 1px solid #ddd;

    margin-left: 20px;

}



.product-title {

    position: absolute;

    left: 15px;

    bottom: 15px;

    width: 90%;

    padding: 20px 35px 20px 35px;

    z-index: 1;

    transition: all 500ms ease;

    text-align: center;

    line-height: normal;

}



.product-title::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: -1;

    transition: all 500ms ease;

}



.product-title h4 {

    font-size: 20px;

    font-weight: 700;

    color: #fff;

    margin-top: 10px;

    text-align: center;

}



.product-cat-div img {

    transition: all 500ms ease;

}



.product-cat-div:hover img {

    transform: scale(1.1);

}



.contact-detail {

    display: flex;

    border: 1px solid #147a05;

    padding: 15px;
    border-radius: 16px;

}



.contact-detail address {

    margin-top: 0px;

}



.contact-detail p {

    font-size: 16px;

    font-weight: 700;

    line-height: 23px;

    text-align: left;

    color: #40563b;

    margin-bottom: 5px;

}



.contact-detail img {

    width: 30px;

    height: 40px;

    margin-right: 15px;

    margin-top: 35px;

}



.map-detail {
    border: 1px solid #147a05;
    padding: 10px;
    border-radius: 16px;
}



.panel-default>.panel-heading {
    color: #40563b;
    background-color: #d5edcf;
    border-color: #d5edcf;
    padding: 20px;
}



.product-category {
    display: flex;
    justify-content: center;
    border-radius: 5px;
}



.cat-product-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #147a05;
    border-radius: 0px 0px 16px 16px;
}



.cat-product-list li {
    margin: 0;
    border-bottom: 1px solid #147a05;
    text-align: center;
}



.cat-product-list li:last-child {
    border-bottom: none;
}



.cat-product-list li a {
    display: inline-block;
    padding: 10px 0px;
    color: #40563b;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}



.cat-product-list li a:hover {
    color: #8f0405 !important;
}



.cat-div {
    padding: 20px;
}



.cat-title {
    font-size: 22px;
    font-weight: 700;
    color: #40563b;
    border: 1px solid #147a05;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background-color: #d5edcf;
    border-radius: 16px 16px 0px 0px;
}



.cat-title:hover {
    color: #8f0405 !important;
}



#show-more {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}



#hide-more {
    color: #019442;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}





.custom-bg-prop {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-color: #e6f9d9;
    background-blend-mode: multiply;
    min-height: 320px;
    padding: 48px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #40563b;
    text-align: left;
    position: relative;
    overflow: hidden;
}



.custom-bg-prop::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}



.custom-bg-prop>* {
    position: relative;
    z-index: 1;
}



.unique-feature-title {
    margin-bottom: 30px;
}

.feature-single-item {
    display: inline-block; /* inline-block to make centering work */
    float: left; /* prevent float left */
    margin-bottom: 80px;
    vertical-align: top;
}

.feature-single-item:last-child {
    float: none;
    margin: 0px;
}

.islamic-feature-item {
    background-color: #d5edcf;
    border-radius: 16px;
    transition: all 0.3s ease;
    min-height: 130px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.islamic-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 120px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: -55px;
}

.icon-wrapper img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.islamic-feature-item:hover img {
    transform: scale(1.1);
}

.islamic-feature-item p {
    color: #40563b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 50px;
    margin-left: 65px;
    text-align: left;
}




.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none !important;
    color: #40563b !important;
}



.panel-body p,
.panel-body li {
    color: #40563b !important;

}

.mb-55{
    margin-bottom: 55px;
}

.mt-55{
    margin-top: 90px;
}


.mb-3{
    margin-bottom: 1rem !important;
}


@media only screen and (max-width: 768px) {

    .islamic-bg {
        width: 100%;
    }

    .custom-bg-prop {
        padding: 20px 0px;
    }



    .about-us-title {
        font-size: 22px;
    }



    .about-us-title::after {
        background: #147a05 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        margin-top: 10px;
        width: 295px;
        position: relative;
        left: 8%;
        border-radius: 5px;
    }



    .product-category-title {
        color: #40563b;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0px;
        text-transform: uppercase;
    }



    .product-category-title::after {
        background: #147a05 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        margin-top: 5px;
        width: 200px;
        position: relative;
        left: 22%;
        border-radius: 5px;
    }



    .contact-us-title {
        font-size: 22px;
    }



    .contact-us-title::after {
        background: #147a05 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        margin-top: 5px;
        width: 165px;
        position: relative;
        left: 41%;
        border-radius: 5px;
    }



    .product-category {
        display: block;
        justify-content: none;
    }



    .faq-title {
        font-size: 22px;
    }



    .faq-title::after {
        background: #147a05 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 1px;
        margin-top: 10px;
        width: 105px;
        position: relative;
        left: 35%;
        border-radius: 5px;
    }


    .feature-single-item {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .show-more-content {
        padding: 0px 20px;
        text-align: justify;
    }

    .unique-feature-title {
        padding-left: 20px;
        font-size: 20px;
    }

    .islamic-feature-item {
        padding: 5px;
        text-align: center;
        border-radius: 8px;
        margin: 5px;
        width: 80%;
        margin: 0px auto;
    }

    .contact-detail p {
        font-size: 11px;
        font-weight: 700;
        line-height: 18px;
        text-align: left;
        color: #40563b;
        margin-bottom: 5px;
    }

    .contact-detail img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        margin-top: 25px;
    }

    .cat-div{
        padding: 10px 30px;
    }

    .cat-div-1{
        padding-top: 20px;
    }

    .faq-panel{
        padding: 0px 20px;
    }

}