html {
    scroll-behavior: smooth;
}

.bottom-divider {
    border-bottom: 3px solid #f3f4f5;
}


.tooltip-inner {
    background-color: #fff;
    color: #313A42
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #fff;
}

.favourite-icon-heart,
.favourite-icon-bell {
    position: absolute;
    top: 10px;
    font-size: 24px;
    color: white;
    z-index: 2;
}

.favourite-icon-heart {
    right: 50px;
}

.favourite-icon-bell {
    right: 10px;
}

#search_post_code {
    height: 50px;
    color: #313A42;
    font-size: 14px;
    border-radius: 0;
    transition: color 0.3s, font-size 0.3s;
}

#search_post_code::placeholder {
    color: #b4b6b6;
    font-size: 14px;
}

.card-img-top:hover {
    /*border: 2px solid #d9ccba;*/
    cursor: pointer;
}
.zoomscal-hov:hover{
    border: 2px solid var(--primary-color);
}
.ss-mega-title {
    font-size: 10px;
}
.newsletter_btn:hover {
    border: 2px solid var(--primary-color);
}

.product-category-title {
    font-size: 12px;
    font-weight:400;
    color: #acaeb0 !important;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}



.iti .iti--allow-dropdown .iti--show-flags .iti--inline-dropdown {
    width: 100%;
}

.page-heading-styled {
    /*display: inline-block;*/
    position: relative;
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold; /* Adjust font weight as needed */
}

.page-heading-styled::after {
    content: "";
    display: block;
    height: 3px; /* Underline height */
    width: 40px; /* Underline width */
    background-color: var(--primary-color); /* Underline color */
    position: absolute;
    bottom: -10px; /* Adjust the distance of the underline from the text */
    left: 50%;
    transform: translateX(-50%);
}

.category-icon-styled {
    position: relative;
    font-weight: bold;
}

.category-click {
    cursor: pointer;
}

.category-icon-styled::after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.skin-btn-hover:hover {
    background-color: #D9CCBA !important;
    color: #313A42
}

.bg-primary {
    background-color: var(--primary-color) !important;
}
.input-grid-align {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    padding: 0;
}
.selection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}

.selected .selection-overlay {
    /*border-color: var(--primary-color);*/
}

.mosque-title {
    font-size: 16px;
    font-weight: 400;
}

.selected-mosque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}
.selected-mosque-overlay {
    border-color: var(--primary-color);
}

.selected-mosque {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    font-size: 18px;
}

.selected-mosque {
    display: block;
}

.selection-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    font-size: 18px;
}

.selected .selection-icon {
    display: block;
}

.step-badge {
    margin-bottom: 20px; /* Adjust as needed for spacing between steps */
    text-align: left; /* Center the badge and content */
}

.step-badge .badge {
    font-size: 14px; /* Adjust the font size as needed */
    margin-bottom: 10px; /* Adjust as needed for spacing between badge and content */
}

.bg-primary {
    background-color: var(--primary-color) !important;
}


.slick-slide {
    margin: 0 5px 0 5px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: visible;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.banner-image-mobile {
    width: 100%;
    min-height: 600px; /* Minimum height in pixels to ensure it's big on all screens */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
}

.dropdown-menu[data-bs-popper='static'] {
    position: static;
}

.dropdown-menu.show > a {
    pointer-events: none;
}

.icon-text-container {
    display: flex;
    align-items: center;
}

.icon-container {
    margin-right: 5px;
}

select.form-select {
    color: grey;
}
/* Hidden placeholder */
select option[disabled]:first-child {
    display: none;
}

h2#swal2-title
{
    font-size: 20px;
}

.form-select {
    font-size: 14px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}


/* Base styles for the header */
div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 40em !important;
    max-width: 100% !important;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}


.hero-details {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

h2#swal2-title {
    font-size: 22px !important;
    font-weight: bold;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 18px !important;
}

.lookbook-grid .lookbook-caption {
    padding: 5px 5px !important;
}


/* homepage */
.learn-more-btn {
    display: inline-flex;
}

.learn-more-btn i {
    margin-left: 10px;
}

.learn-more-btn:hover {
    background-color: #005f47;
    color: #ffffff;
    border-color: #005f47;
    text-decoration: none;
}

/*/*/

.learn-more-btn-almond {
    background-color: var(--secondary-color);
    color: #ffffff;
    border: 2px solid #F4EADD;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.learn-more-btn-almond i {
    margin-left: 10px;
}

.learn-more-btn-almond:hover {
    background-color: #F4EADD;
    color: #ffffff;
    border-color: #F4EADD;
    text-decoration: none;
}

.service-local-support-section .service-area {
    background: url(../images/homepage/iphone.png) no-repeat;
    background-position: bottom center;
    background-size: 27%;
    padding-top: 8%;
}
.section-heading-two {
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
}
.service-local-support-section .service-left .service-list {
    text-align: right;
}
.service-local-support-section .service-right .service-list {
    text-align: left;
}
.service-local-support-section .service-left .service-list, .service-local-support-section .service-right .service-list {
    display: block;
    margin: 0 0 40px;
}
.service-local-support-section .service-left .service-list, .service-local-support-section .service-right .service-list p {
    line-height: 35px;
}

.service-local-support-section {
    background-color: #313A42;
    color: #ffffff;
}
.service-local-support-section h2 {
    color: #ffffff;
}
.service-local-support-section h4 .icon-circle {
    background-color: var(--secondary-color);
    border-radius: 100%;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.service-local-support-section .service-left .service-list {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
}

.border-dark-grey {
    border-color: #E4E4E4;
}
.mosque-detail-right-card {
    border: 1px solid #E4E4E4;
    border-radius: 11px;
    padding: 20px;
}
.mosque-detail-right-card .date-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: max-content;
}
.mosque-detail-right-card .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.6px;
    color: #748B9D;
}
.mosque-detail-right-card .date {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    color: #313A42;
}
.mosque-detail-right-card .donations-list {
    flex-wrap: nowrap;
    display: flex;
}
.mosque-detail-right-card .donations-list li {
    display: flex;
    position: relative;
}
.mosque-detail-right-card .donations-list li a {
    white-space: nowrap;
}
.mosque-detail-right-card .donations-list li::after {
    content: ",";
    width: 10px;
    height: 10px;
    display: block;
}
.mosque-detail-right-card .rating .star {
    color: #AAD632;
    margin-right: 5px;
}
.date-section {
    height: max-content;
    padding: 0px 0 20px 0;
}
.donation-section {
    border-top: 1px solid #323b4333;
    border-bottom: 1px solid #323b4333;
    padding: 20px 0;
    height: max-content;
}
.mosque-detail-right-card .rating {
    height: max-content;
    padding: 20px 0 0 0;
    margin-top: auto;
}
.mosque-item .mosque-name {
    font-size: clamp(0.10rem, calc(0.8em + 1vmin), 1rem);
}
.mosque-item .see-details-link {
    font-size: clamp(0.6rem, calc(0.5em + 1vmin), 1rem);
}
.mosque-item .details {
    padding: 7px 0 7px 5px;
}
.spesification-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    grid-gap: 0.75rem;
    gap: 0.75rem;
    background-color: #ffffff;
}
.spesification-container .card {
    position: relative;
    margin-bottom: 0px;
    border: 0px;
    padding: 10px 30px;
}
.spesification-container .card .title {
    font-size: 16px;
    font-weight: 400;
    color: #748B9D;
}
.spesification-container .card .value {
    font-size: 22px;
    font-weight: 600;
    color: #313A42;
    margin-top: 13px;
}


.product-detail-container.icon-section {
    display: flex;
    gap: 0.75rem;
    background-color: #ffffff;
    margin-top: 2rem;
    justify-content: space-between;
}
.product-detail-container.icon-section .icon-box {
    position: relative;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
}
.product-detail-container.icon-section .title {
    font-size: 14px;
    font-weight: 400;
    color: #313A42;
    margin-top: 10px;
}

.products-found, .btn-filter, #sortByDropdown {
    font-size: 18px;
}

.shop-page .classicHeader.header {
    background-color: #313A42 !important;
}
.mosque-page .classicHeader.header {
    background-color: #313A42 !important;
}
.white-header .classicHeader.header {
    background-color: #fff !important;
}
.city-detail-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.blog-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.sgd_compliance-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.donation-usage-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.cities-where-most-needed .classicHeader.header {
    background-color: var(--secondary-color);
}
.wishlist-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.secure-checkout-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.how-it-works-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.homepage .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.cart-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.order-success-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}

.order-success-page .howitswork-bg {
    height: 300px !important;
}

.cart-page .howitswork-bg {
    height: 270px !important;
}

.checkout-page .checkoutpage-bg {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-page .checkoutpage-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

.about-us-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.why-5alas-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.receive-donations-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.cart-page .classicHeader.header {
    background-color: var(--primary-color) !important;
}
.classicHeader.header.header-fixed.is-fixed {
    background-color: #fff !important;
}

.sgd_compliance_hero_section {
    display: flex;
}

/* Default styles for larger screens */
.section-heading {
    line-height: 50px;
    text-align: left;
}

.description-text {
    line-height: 31px;
    text-align: left;
}

.about-text-sm {
    text-align: left;
}

.section-padding-md {
    padding: 75px 0 0 0;
}

.section-padding-lg {
    padding: 95px 0 95px 0;
}

.btn-changelocation {
    font-size: 16px;
    line-height: 35px;
    white-space: nowrap;
}

.btn-outline-primary {
    font-size: 14px;
    font-weight: 500;
}


/* Default styles for larger screens */
.message-heading {
    text-align: left;
    margin-bottom: 15px;
    line-height: 49.5px;
}

.message-paragraph {
    line-height: 34px;
    text-align: left;
}



.section-sdg-commitment {
    width: 100%;
    background-image: url("../images/backgrounds/silhouette.svg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

/* Content container styling */
.sdg-commitment-content-container {
    max-width: 800px;
    padding: 0 20px;
    border-radius: 8px;
    padding-bottom: 300px;
}

.hero-title {
    line-height: 50px;
    font-weight: bold;
    color: #333;
}

.hero-details {
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}

.testimonial-slider.style1 .testimonial-slide {
    background-color: #454d54 !important;
    border-radius: 20px !important;
}

.slick-dots li.slick-active button {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.slick-dots li button {
    border: 1px solid var(--secondary-color);
}

.slick-slide img {
    display: inline !important;
}

/* Center alignment for mobile by default */
.testimonial-content,
.testimonial-content .quote-icon,
.testimonial-content .content,
.testimonial-content .product-review,
.testimonial-content .auhimg {
    text-align: left;
}

/*map section homepage*/
.bottom-map-cities-box {
    display: flex;
    justify-content: center;
    background-color: var(--secondary-color);
    height: 20em;
    position: relative;
    padding-bottom: 300px;
    /*margin-top: -3%;*/
}
.map-cities-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 23px;
    padding: 6em;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}
.map-cities-box-body:after {
    content: '';
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    /*border-top: 8px solid var(--secondary-color);*/
    top: -3px;
    position: absolute;
    z-index: -2;
    height: -webkit-fill-available;
    height: 100%;
    flex: auto;
    right: 0px;
    left: 0px;
}

.map-cities-box-body p {
    font-size: 1.2em;
}

.section-heading-two {
    text-align: center;
    margin: 0 auto;
}

/* newsletter section */
.newsletter-section-bg {
    background-image: url('../images/cta-shapes.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer */
.footer-section {
    background-color: #ffffff !important;
}

.footer-section h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-section a {
    color: #313A42;
    text-decoration: none;
    opacity: 62%;
}

.social-links a {
    font-size: 18px;
    color: #6c757d;
}

.footer-bottom {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 100%;
}


.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    color: #6c757d;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.hdr-icon {
    font-size: 18px; /* Adjust icon size */
}


.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px; /* Adjust size as needed */
    height: 35px; /* Adjust size as needed */
    border: 2px solid #ddd; /* Border color */
    border-radius: 50%; /* Makes it circular */
    text-align: center;
    transition: all 0.3s ease;
}

.social-icon i {
    font-size: 16px; /* Adjust icon size as needed */
    color: #017cff; /* Primary color for the icons */
}


/* new-css */

.page-top-section {
    display: flex;
    align-items: center;
    min-height: 400px;
}
.page-top-section-body {
    /*margin-bottom: 70px;*/
}
.page-top-section-body h3 {
    text-align: center;
    color: #fff;
    /*font-size: 3rem;*/
    margin-bottom: 0px;
}

.bg-color-dark {
    background-color: #313A42;
}
.bg-color-green {
    background-color: var(--primary-color);
}
.lookbook-page .classicHeader ul li a {
    /*color: #fff;*/
}
.lookbook-page .classicHeader.is-fixed ul li a {
    color: #171717;
}

.bg-color-light {
    background-color: #ffffff;
}

.category-item {
    border: 1px solid rgba(255, 255, 255, 0.3);;
    border-radius: 10px;
    padding: 1px;
    width: 244.5px !important;
    margin: 5px 5px 10px 5px;
    cursor: pointer;
}

.category-item:hover {
    background-color: #fff;
}

/* Default link color */
.see-details-link {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Change color when hovering on the entire category-item */
.category-item:hover .see-details-link {
    color: var(--primary-color) !important;
}

.category-item .category-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.category-item .category-link .zoom-scal {
    width: 65%;
    border-radius: 10px;
}
.category-item .category-link .zoom-scal img {
    height: 100% !important;
    border-radius: 10px;
    background-color: transparent;
    border: 0px;
}
.category-item .category-link .details {
    width: 100%;
}
.category-item .category-link .details .selected_mosque_title, .category-item .category-link .details .mosque-name {
    color: #fff;
}
.category-item:hover .category-link .details .selected_mosque_title, .category-item:hover .category-link .details .mosque-name {
    color: #171717;
}

.about-section {
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
    background-color: var(--secondary-color);
    position: relative;
}
.about-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 23px;
    padding: 6em;
    position: relative;
    margin-top: -40px;
    z-index: 1;
    justify-content: center;
    border-top: 8px solid var(--secondary-color);
}

.step-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0px;
}

.step-image {
    border-radius: 10px;
    object-fit: cover;
}

.step-number-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.step-number {
    background-color: #f0f8f3;
    color: #007a53;
    font-size: 40px;
    font-weight: bold;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-line {
    height: 2px;
    background-color: #007a53;
    margin: 0 5px;
}

/* Positioning for left/right layouts */
.step-number-wrapper.right {
    left: calc(80% + 0px);
    flex-direction: row;
}

.step-number-wrapper.left {
    right: calc(64% + 0px);
    flex-direction: row-reverse;
}

.step-line.overlap {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.step-line.overlap.right {
    left: -0px;
}

.step-line.overlap.left {
    right: -0px;
}
.sortby-dropdown, .location-change {
    display: inline;
}
.delivering-heading {
    text-align: left !important;
}
.page-header {
    padding: 15px 0;
}
.citydetail-section .about-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 23px;
    padding: 4em;
    position: relative;
    margin-top: -50px;
    z-index: 1;
    justify-content: center;
    border-top: 6px solid var(--secondary-color);
}

.wishlist-bg {
    background-color: var(--secondary-color);
    padding-bottom: 30px;
}
.wishlist-container {
    position: relative;
    margin-top: -40px;
}
.wishlist-product-thumbnail {
    position: relative;
    display: flex;
}

.wishlist-items-maincard {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 40px;
}
.wishlist-items-cardlist {
    row-gap: 15px;
    display: flex;
    flex-direction: column;
}
.wishlist-items-card {
    background-color: #fff;
    display: flex;
    flex: auto;
    padding: 30px 0px;
    border-bottom: 1px solid #313a424f;
}
.wishlist-items-card:last-child {
    border-bottom: 0px solid #313a424f;
}

.wishlist-items-maincard .product-details {
    margin: 0px;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}
.wishlist-items-maincard .product-detail-name a {
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.wishlist-items-maincard .product-img {
    width: fit-content;
}

.wishlist-items-maincard .product-name {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Gilroy-SemiBold', sans-serif;
}
.wishlist-items-maincard .text-in-stock-light {
    list-style: disc;
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy-Medium', sans-serif;
}
.wishlist-items-maincard .mosque-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy-Medium', sans-serif;
}
.wishlist-items-maincard .product-img img {
    margin-right: 20px;
}

.wishlist-item-category {
    font-size: 14px;
    font-weight: 400;
}
.wishlist-items-maincard .product-price {
    margin: 0px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Gilroy-Bold', sans-serif;
    align-content: end;
}
.wishlist-items-cardlist .product-stock, .wishlist-items-maincard .mosque-detailurl {
    align-content: end;
    margin-bottom: 5px;
}

.add-to-cart-wishlist-item {
    margin-top: 15px;
}

.message-box-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 23px;
    padding: 6em;
    position: relative;
    margin-top: -50px;
    z-index: 1;
    justify-content: center;
}
.message-box-body:after {
    content: '';
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    border-top: 8px solid var(--secondary-color);
    top: -3px;
    position: absolute;
    z-index: -2;
    height: -webkit-fill-available;
    height: 100%;
    flex: auto;
    right: 0;
    left: 0;
}

.howitswork-bg {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howitswork-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/how-it-works-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

.explore-5alas-click-to-action {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-5alas-click-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/backgrounds/mosque-tomb-vector.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

.sgd_compliance-bg {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0 0;
}

.sgd_compliance-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/how-it-works-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}
.sgd_compliance_hero_content {
    color: #fff;
    text-align: left;
}

.sgd_compliance_hero_img {
    position: relative;
    z-index: 1;
}

.whats_make_us_diff_sec h2::after {
    content: "\A";
    white-space: pre;
    display: inline;
}
.whats_make_us_diff_sec h2 {
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    font-size: 40px;
    line-height: 1.4;
    text-align: left;
}

.why-5alas-call-to-action {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-5alas-call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/how-it-works-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}


/*.collection-slider-8items .slick-slide:after {*/
/*    content: "";*/
/*    border: 1px solid #fff;*/
/*    padding: 2px;*/
/*    display: block;*/
/*}*/

.collection-slider-8items {
    overflow: visible !important;
}
.collection-slider-8items .slick-slide {
    /*display: contents;*/
    /*width: 50% !important;*/
    /*box-sizing: border-box;*/
    /*flex: 0 0 50%;*/
}

/*.collection-slider-8items {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

.white-header .classicHeader .iconset .hdr-icon {
    color: #313A42 !important;
}
.white-header .main-logo {
    display: none !important; /* Hide the white logo */
}

.white-header .main-logo-onscroll {
    display: inline !important; /* Show the black logo */
}



.rounded-input-group {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.input-group-text {
    border: none;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 0;
    height: 100%;
}

.rounded-input {
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 10px;
    margin: 0;
}

.phone_number {
    border-radius: 6px;
}

.rounded-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

/*.btn {*/
/*    border-radius: 25px;*/
/*}*/

.faqs-style .accordion .accordion-item {
    padding: 10px 0 10px 0;
}

.rounded-input-group {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}


.shippingMsg .icon {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    line-height: 1;
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 0.5L5 4.5L9 0.5' stroke='%23313A42'/%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 10px;
}

#supplierRegisterForm .iti__country, .iti-mobile .iti__country-list {
    /*width: max-content !important;*/
    max-height: 200px !important;
}
.iti-mobile .iti__country-list {
    width: 80% !important;
}
.iti-mobile .iti--container {
    top: -11% !important;
    display: flex;
    align-items: center;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip); /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;

    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
      */
    min-width: auto;
    max-width: 25em;
    /*white-space: nowrap;*/
    overflow: visible;
    text-overflow: clip;

    word-wrap: break-word;
    white-space: nowrap;

    padding: 1ch 1.5ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: var(--primary-color);
}
[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.fa-sliders-h, .fa-angle-down {
    margin-top: 3px;
}

#cityDropdown {
    width: calc(100% + 4px); /* Adjust width to fully match the search bar */
    left: -2px; /* Align with the search bar */
    top: 100%;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1000;
    padding: 15px;
}

#cityDropdown .container {
    max-width: 100%;
    width: 100%;
}

#cityDropdown .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cityDropdown .col-4 {
    flex: 0 0 30%; /* Makes 3 columns per row */
    max-width: 30%;
    text-align: center;
}

.spinner-border {
    vertical-align: middle;
    margin-right: 8px; /* Adjust spacing */
}

.mosque-item {
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.mosque-item.selected {
    background-color: white;
}

.category-item.selected .mosque-name {
    color: #000 !important;
}

.category-item.selected .see-details-link {
    color: var(--primary-color) !important;
}

.product-thumbnail {
    object-fit: cover;
    height: 200px;
    border-radius: 15px 15px 0 0 !important;
}

.people-in-need-count-badge {
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    padding: 5px 8px 5px 8px;
    background-color: #fff;
    color: #000;
}



/* Global Spacing & Font Adjustments */
.checkout-summary {
    background: white;
    border-radius: 10px;
}
.checkout-summary .d-flex {
    padding: 12px 0 12px 0;
}
.checkout-summary span {
    font-size: 16px;
}
.checkout-summary .fw-bold {
    font-weight: 600;
}

/* Borders for Sections */
.checkout-summary .section-border {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

/* Toggle Switch Styling */
.form-switch .form-check-input {
    width: 40px;
    height: 22px;
    background-color: #ddd;
    border: none;
    transition: 0.3s;
}

.form-switch .form-check-input:checked {
    background-color: #007b46;
    border-color: #007b46;
}

/* Total Section */
.checkout-summary .text-primary {
    color: #007b46 !important;
    font-weight: 700;
}

/* Place Order Button */
.btn-place-order {
    border-radius: 30px;
    font-size: 18px;
    padding: 12px;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
}

.blog-grid-view .card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure all cards are equal height */
}

.blog-grid-view .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-grid-view .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit title to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-view .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit description to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    min-height: 60px; /* Ensure uniform description height */
}

.blog-grid-view .btn {
    margin-top: auto; /* Push button to the bottom */
}


.default-img {
    transition: opacity 0.3s ease;
}

.hover-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

a:hover .hover-img {
    opacity: 1;
}

a:hover .default-img {
    opacity: 0;
}

.default-img,
.hover-img {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(1);
}

.hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

a:hover .hover-img {
    opacity: 1;
    transform: scale(1.05);
    border-radius: 15px 15px 0 0 !important;
}

a:hover .default-img {
    opacity: 0;
    transform: scale(1.05);
}

.beneficiary_pref_categs_img {
    border-radius: 6px;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.preferred_mosque_img {
    border-radius: 6px;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.donator_pref_interest_img {
    border-radius: 6px;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-1_5 {
    line-height: 1.5 !important;
}

/*== WHY 5alas Page CSS Start ==*/
.why-5alas-counter-section .counter-title {
    font-size: 3.75rem;
}

.why_5alas_hero_section {
    display: block;
    height: 85vh;
    padding: 40px 0;
}

.why_5alas_hero_bg {
    position: relative;
    /*height: 100vh;*/
    display: block;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0 0;
}

.why_5alas_hero_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/how-it-works-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}
.why_5alas_hero_content {
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 2; /* bring content above background */
}
.why_5alas_hero_img {
    position: relative;
    z-index: 1;
}

.why_5alas_hero_content {
    color: #fff;
    text-align: left;
}
.why_5alas_hero_img {
    position: absolute;
    z-index: 1;
    display: block;
    background-image: url('../images/why-5alas/why-5alas-donation.svg');
    height: 623px;
    width: 600px;
    background-size: 118%;
    right: 0px;
    background-repeat: no-repeat;
    bottom: 0;
}
.why_5alas_hero_section_content {
    display: flex;
    align-items: flex-start;
}

.floating-card-wrapper {
    bottom: -130px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon-wrapper--primary {
    background-color: var(--bs-primary);
    width: 56px;
    height: 56px;
}

.icon-wrapper img {
    width: 28px;
}


.why-5alas-card-custom {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 1rem;
    border-top: 4px solid #000000; /* black top border */
    box-shadow: none; /* removed subtle shadow */
    transition: 0.3s ease;
}

.why-5alas-card-custom img {
    display: block;
    margin: 0 auto;
}
/*== WHY 5alas Page CSS End ==*/

.receive-donations-page .our-vision .our-vision-heading{
    font-size: 35px;
}

.sgd_compliance_hero_title {
    font-size: 60px;
}
.sgd_compliance_hero_text {
    font-size: 18px;
}

.what-makes-us-diff-icon {
    color: #19743B;
    background: #F2F8F2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.what-makes-us-diff-icon img {
    width: 23px;
    height: 23px;
}

.feature-content {
    min-height: 100%;
}

.whats_make_us_diff_sec .learn-more {
    font-weight: bold;
    color: #19743B;
    text-decoration: none;
}

.whats_make_us_diff_sec .learn-more:hover {
    text-decoration: underline;
}

.united_nation_sdgds {
    background-color: #f5e9d7;
    padding: 100px 0 !important;
}

.united_nation_sdgds h2 {
    max-width: 1000px;
    margin: auto;
    font-size: 40px;
    word-wrap: break-word;
}

.united_nation_sdgds .accordion {
    max-width: 800px;
    margin: auto;
}

.united_nation_sdgds .accordion-item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; /* Added spacing */
}

.united_nation_sdgds .accordion-item:first-child .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.united_nation_sdgds .accordion-item:last-child .accordion-button {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.united_nation_sdgds .accordion-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.united_nation_sdgds .accordion-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.united_nation_sdgds .accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    border: none;
    padding: 25px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
}

.united_nation_sdgds .accordion-button::after {
    display: none;
}

.united_nation_sdgds .accordion-body {
    text-align: left;
    padding-left: 40px;
}

.united_nation_sdgds .plus-icon {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
}

.see-difference-section {
    padding: 100px 0 !important;
}

.see-difference-section a {
    padding: 0.65rem 0;
}

/* Background Styling */
.support-section {
    background-color: var(--primary-color);
    color: white;
    padding: 80px 0;
}

.support-section h2 {
    font-size: 28px;
}

/* Box Styling */
.support-section .info-box {
    background-color: #066F49;
    border-radius: 12px;
    padding: 40px;
    text-align: left;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Text Sizes */
.support-section .info-box p {
    font-size: 18px;
}

/* FAQ Link Styling */
.support-section .faq-link a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: color 0.3s ease-in-out;
    font-size: 1.3rem;
}

.support-section .faq-link a:hover {
    color: #F4EADD;
}

/* Cities where most needed section */
.cities_where_most_needed_bg {
    position: relative;
    min-height: 90vh;
    background-color: #EEE0CC;
    padding: 90px 80px 200px;
    overflow: hidden;
}

/* Menu links */
body.cities-where-most-needed .classicHeader:not(.stickyNav) .siteNav a {
    color: #000 !important;
}

body.cities-where-most-needed .classicHeader:not(.stickyNav) .iconset .hdr-icon {
    color: #000 !important;
}

body.cities-where-most-needed .main-logo {
    display: none;
}

body.cities-where-most-needed .main-logo-onscroll {
    display: inline !important;
}

.cities_where_most_needed_bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('../images/backgrounds/multiple-mosques-group.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-position-y: 43vh;
    z-index: 0;
    opacity: 1;
}

.cities_where_most_needed_bg::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(to bottom, rgba(245, 232, 216, 0) 0%, var(--secondary-color) 100%);
    z-index: 1;
    pointer-events: none;
}

.cities_where_most_needed_bg .container {
    position: relative;
    z-index: 2;
    color: #1f2937;
}
.dropdown-content {
    gap: 10px
}

.dropdown-pill {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 999px;
    padding: 6px 46px 6px 26px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2b2b2b;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%232b2b2b' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    white-space: nowrap;
    width: min-content;
}

.cities-where-most-needed .mosque-name {
    font-size: 17px;
    font-weight: 500;
}

.cities-where-most-needed .mosque-vector {
    width: 20px;
    height: 20px;
    margin-top: -6px;
    object-fit: contain;
    vertical-align: middle;
}

/* Supplier Registration CSS Start */
.supplier_registration_bg_img {
    background-image: url('../images/supplier/supplier-registration-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    background-blend-mode: multiply;
    background-color: #666666;
}
/* Supplier Registration CSS End */


/* Cart Page CSS End */
.cart-page {
    overflow-x: hidden;
    background-color: var(--secondary-color);
}

#cart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.cart-main-col {
    flex: 2;
}

.cart-footer {
    flex: 1;
    max-width: 400px;
}

.cart-card-box {
    position: relative;
    top: -50px;
}
.cart-page tbody, td, tfoot, th, thead, tr {
    border-color: #313a423b !important;
    border-style: solid;
    border-width: 0;
}
.table-bottom-brd table th {
    padding: 0 0 10px 0;
}
/* Cart Page CSS End */


/* Checkout Page CSS Start */
.gift-aid-section {
    background-color: var(--primary-color);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

/* Background Image */
.gift-aid-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background: url('{{ asset("assets/images/backgrounds/mosques-checkout-small-bg.png") }}') no-repeat bottom right;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
}

/* Gift Icon */
.gift-icon {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.gift-icon img {
    width: 24px;
    height: 24px;
}

/* Modal content container */
.giftAidModalBox .modal-content {
    background-color: var(--primary-color);
    background-size: cover;
    color: white;
    border-radius: 16px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.giftAidModalBox .modal-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.giftAidModalBox .modal-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.giftAidModalBox .checkbox-box {
    /*background-color: white;*/
    color: #333;
    padding: 15px;
    border-radius: 12px;
    text-align: left;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
}

.giftAidModalBox .checkbox-box input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 5px;
    background-color: transparent !important;
    border: 1px solid white;
}

.giftAidModalBox .gift-aid-modal {
    border-radius: 20px !important;
}

.giftAidModalBox .gift-aid-modal:before {
    content: "";
    display: block;
    background: url("{{ asset('assets/images/donation-popup-header.svg') }}") no-repeat top;
    position: absolute;
    width: 100%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    height: 100%;
    top: 0;
    left: 0;
}

.giftAidModalBox .donate-icon {
    display: block;
    background-color: #FDFCFA;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

.custom-check {
    width: 20px;
    height: 25px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.custom-check:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.custom-check:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 6px;
    height: 12px;
    border: solid #006400;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
/* Checkout Page CSS End */

/* Donation Usage Page CSS End */
.donation-usage-page .how-your-donation-used-bg {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donation-usage-page .how-your-donation-used-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('assets/images/how-it-works-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

.donation-usage-page.section-title {
    font-size: 2.5rem;
    line-height: 1.3;
}
/* Donation Usage Page CSS End */


/* Adjustments for mobile screens */
@media (max-width: 767px) {
    .about-section-box .about-images,
    .about-section-box .about-details {
        text-align: center;
    }

    .section-heading {
        line-height: 40px;
        text-align: center;
    }

    .description-text {
        line-height: 28px;
        text-align: center;
    }

    .ss-btnWrap {
        justify-content: center;
    }

    .about-text-sm {
        text-align: center;
    }

    .section-padding-lg {
        padding: 60px 0 60px 0;
    }

    .search-location {
        font-size: 12px !important;
        height: 32px !important;
        padding: 10px 4px !important;
    }
    .btn-changelocation {
        font-size: 12px !important;
        padding: 8px 8px !important;
        white-space: wrap !important;
        line-height: 17px;
    }
    .products-found, .btn-filter, #sortByDropdown {
        font-size: 14px !important;
    }

    .mosque-title {
        font-size: 12px;
        font-weight: 400;
    }

    .btn-outline-primary {
        font-size: 12px;
        font-weight: 400;
    }

    .message-heading,
    .message-paragraph {
        text-align: center;
    }

    .message-heading {
        line-height: 100%;
        font-size: 32px;
    }

    .message-paragraph {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .mosque-item .details {
        /*padding: 7px 0 7px 0px;*/
        line-height: 1;
    }

    .hero {
        padding: 0px 0 100px;
        background-size: cover;
    }

    .hero-title {
        line-height: 40px;
    }

    .testimonial-content,
    .testimonial-content .quote-icon,
    .testimonial-content .content,
    .testimonial-content .product-review,
    .testimonial-content .auhimg {
        text-align: center !important;
    }

    .auhimg {
        justify-content: center;
    }

    /* Content container styling */
    .sdg-commitment-content-container {
        padding-bottom: 160px;
    }

    .support-section .info-box {
        text-align: center;
        padding: 30px;
    }
    .support-section .info-box p {
        font-size: 1rem;
    }

    .sgd_compliance_hero_title {
        font-size: 36px;
    }

    .sgd_compliance_hero_text {
        font-size: 16px;
    }

    .feature-content {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }

    .what-makes-us-diff-icon {
        margin-bottom: 0;
    }

    .united_nation_sdgds h2 {
        margin: auto;
        font-size: 25px;
        word-wrap: break-word;
    }

    .united_nation_sdgds .accordion-button {
        font-size: 16px;
    }

    .see-difference-section h2 {
        margin: auto;
        max-width: 70%;
        font-size: 28px;
        word-wrap: break-word;
    }

    .see-difference-section h4 {
        font-size: 22px;
        word-wrap: break-word;
    }
    .support-section .faq-link a {
        font-size: 20px;
    }
    .footer-bottom {
        display: block;
        text-align: center;
    }
    .footer-section .row > [class*="col-"] {
        text-align: center;
        margin-bottom: 1rem;
    }
    .social-links {
        justify-content: center;
    }

    .step-number-wrapper {
        position: relative;
        transform: translateY(0);
        margin-bottom: 1rem;
    }

    .step-number-wrapper.left,
    .step-number-wrapper.right {
        left: auto;
        right: auto;
        display: none;
    }

    .step-line {
        width: 50px;
    }
    .step-text {
        /*margin: 0 0 30px 0;*/
    }

    .step-container {
        margin-bottom: 0px;
    }
    .about-box-body {
        background-color: var(--secondary-color);
        padding: 0em;
        border-radius: 15px;
        margin-top: -30px;
    }
    .citydetail-section .about-box-body {
        background-color: #fff;
        padding: 0em;
        border-radius: 20px;
        margin-top: -31px;
        border-top: 5px solid var(--secondary-color);
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        padding-top: 1rem;
    }
    .page-top-section-body h2 {
        /*font-size: 2rem;*/
    }
    .overall-header .fa-star {
        font-size: 17px !important;
        margin: 0px 3px !important;
    }
    .overall-header .header-title {
        font-size: 18px !important;
    }
    .slider-container {
        padding: 5px 0px !important;
        border: 0px !important;
        margin-bottom: 0px !important;
    }
    .slider-card-body {
        display: flex !important;
        flex-flow: column-reverse !important;
        margin-bottom: 0px !important;
    }
    .slider-label {
        font-size: 14px !important;
        text-align: center !important;
    }

    .overall-header {
        margin-bottom: 1rem !important;
        display: flex !important;
        flex-flow: column;
        align-items: center !important;
    }
    .slider.value-bar {
        display: none !important;
    }
    .slider-container .grid-wrapper {
        grid-gap: 0rem 0.8rem !important;
    }
    .order-md-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .category-item {
        border-radius: 10px;
        padding: 3px 3px;
        width: 220.5px !important;
    }
    .category-item .category-link .zoom-scal {
        width: 60%;
        border-radius: 10px;

    }
    .cart-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .cart-image img {
        /*width: 60px;*/
        height: 60px;
        object-fit: cover;
    }
    .cart-meta {
        flex-grow: 1;
        font-size: 14px;
        margin-left: 10px;
    }
    .cart-qty {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .cart-remove {
        color: red;
        font-size: 16px;
    }
    .howitswork-bg {
        padding: 50px 0;
    }

    .howitswork-bg::before {
        background-size: auto;
        opacity: 0.2;
    }

    .explore-5alas-click-to-action {
        padding: 50px 0;
    }

    .explore-5alas-click-to-action::before {
        background-size: auto;
        opacity: 0.2;
    }
    .sgd_compliance-bg {
        padding: 50px 0 0 0;
    }

    .sgd_compliance-bg::before {
        background-size: auto;
        opacity: 0.2;
    }
    .whats_make_us_diff_sec h2 {
        font-size: 28px;
    }

    .wishlist-items-maincard .product-name {
        font-size: 14px;
    }

    .wishlist-item-category {
        font-size: 12px;
    }

    .wishlist-items-maincard .product-price {
        font-size: 18px;
    }

    .wishlist-items-maincard .text-in-stock-light, .mosque-detailurl {
        font-size: 12px;
        margin-left: 12px;
    }
    .wishlist-items-maincard .mosque-name {
        font-size: 12px;
    }
    .why_5alas_hero_section {
        height: auto;
    }

    .why_5alas_hero_bg {
        padding: 50px 0 0 0;
    }

    .why_5alas_hero_bg::before {
        background-size: auto;
        opacity: 0.2;
    }
    .why_5alas_hero_section_content {
        align-items: start;
    }

    .why-5alas-counter-section .counter-title {
        font-size: 2.5rem;
    }

    .faith-in-action-section h2 {
        font-size: 30px;
    }

    .floating-card-wrapper {
        bottom: -200px !important;
    }

    .why-5alas-page .why-5alas-call-to-action h2 {
        font-size: 30px;
    }

    .cities_where_most_needed_bg {
        padding: 50px 20px;
        min-height: 60vh;
    }

    .cities_where_most_needed_bg::before {
        background-size: cover;
        opacity: 0.8;
        background-position: inherit;
    }

    .why-these-cities-box {
        margin-top: -50% !important;
    }
    .dropdown-pill {
        width: 100%;
    }
    .dropdown-pill-w50 {
        width: 50% !important;
    }

    .receive-donations-page .our-vision .our-vision-heading{
        font-size: 35px;
    }

    /* Checkout Page CSS Start */
    .gift-aid-section {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px 16px;
    }

    .gift-icon {
        margin: 0 auto;
        width: 60px;
        height: 60px;
    }

    .gift-aid-section h4 {
        font-size: 18px;
    }

    .gift-aid-section button {
        width: auto;
        margin-top: 12px;
    }
    /* Checkout Page CSS End */


    /* Cart Page CSS Start */
    .cart-item-detail {
        max-width: 150px;
    }
    .cart-list-view-item-title a {
        -webkit-line-clamp: 2;
        font-size: 14px;
        font-weight: 600 !important;
        line-height: 1.3;
    }
    thead.cart-header {
        padding: 0;
    }
    .table-bottom-brd table thead tr:first-child {
        border-bottom: 0;
    }

    .cart-product-tile {
        font-size: 14px;
    }

    .cart-subtotal-title {
        font-size: 15px;
    }

    .mosque-donation-text {
        font-size: 15px;
    }

    .carthowitworks {
        font-size: 12px;
    }

    .cart-total-sum {
        font-size: 16px;
    }

    .cart-item-detail {
        max-width: 200px;
    }

    .cart-list-view-item-title a {
        display: -webkit-box;
        /*max-width: 200px; !* Adjust width as needed *!*/
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .cart-image {
        height: 100px !important;
        object-fit: cover;
    }

    .cart-item-detail {
        vertical-align: super;
    }

    .cart-product-tile {
        font-size: 16px;
        line-height: 1.5;
    }

    .mosque-donation-text {
        font-size: 16px;
    }

    .carthowitworks {
        font-size: 13px;
    }

    .cart-total-sum {
        font-size: 18px;
    }
    /* Cart Page CSS End */

    /* Donation Usage Page CSS Start */
    .donation-usage-page .how-your-donation-used-bg {

        padding: 50px 0;
        height: 100% !important;
    }

    .donation-usage-page .how-your-donation-used-bg::before {
        background-size: auto;
        background-position: center bottom;
        opacity: 0.2;
    }

    .donation-usage-page.section-title {
        font-size: 1.75rem; /* ~28px */
        line-height: 1.4;
        padding: 0 1rem;
    }

    .unused-platform-funds-section h2 {
        font-size: 28px;
    }
    /* Donation Usage Page CSS End */
}
@media only screen and (max-width: 992px) {
    .service-local-support-section .service-area {
        background: #313A42;
        justify-content: center;
        text-align: center;
    }
    .service-local-support-section .service-left .service-list, .service-local-support-section .service-right .service-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        text-align: center;
    }
    .service-local-support-section .service-left .service-list, .service-local-support-section .service-right .service-list p{
        line-height: 28px;
    }

    .slick-track {
        display: flex;
        flex-wrap: nowrap;
    }

    .mosque-detail .buttons {
        display: none;
    }
    .mosque-detail-right-card {
        flex-flow: wrap;
    }
    .mosque-detail-right-card .rating {
        margin-top: 0;
        padding-top: 0;
    }
    .donation-section {
        border-bottom: 0;
    }
    .spesification-container .card {
        padding: 10px 20px;
    }
    .product-detail-container.icon-section .title {
        display: none;
    }
    .input-grid-align {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        width: 100%;
        padding: 0;
    }
    .hr-border-line, .custom-rating {
        display: block;
    }
    .main-rating {
        display: none !important;
    }
    .mosque-info {
        margin-bottom: 15px;
    }
    .mosque-in-section .mosque-info-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .date-section {
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex: auto;
    }

    .why_5alas_hero_section {
        height: auto;
    }

    .why_5alas_hero_bg {
        height: auto;
    }
    .why_5alas_hero_content {
        text-align: center;
    }
    .why_5alas_hero_content button {
        width: 100%;
    }
    .why_5alas_hero_img {
        display: none !important;
    }
    .message-box-body {
        padding: 3em 1em;
    }
    .order-lg-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .wishlist-items-maincard {
        background-color: transparent;
        padding: 30px 0px;
    }
    .wishlist-items-card {
        border-bottom: 0px solid #313a424f;
        display: flow;
        padding: 15px;
        border-radius: 10px;
    }
    .wishlist-items-maincard .product-img {
        width: 25%;
        max-width: none;
    }
    .wishlist-items-maincard .product-img img {
        max-width: none;
        width: 90%;
        min-width: 90px;
        margin-right: 10px;
    }
    .wishlist-items-maincard .product-detail-name {
        width: 75%;
        height: fit-content;
        margin-right: auto;
    }
    .wishlist-items-remove .remove {
        display: none;
    }
    .wishlist-items-remove {
        margin-left: auto;
    }
    .wishlist-product-thumbnail {
        margin-bottom: 20px;
    }
    .add-to-cart-wishlist-item {
        margin-top: 0px;
    }
    .sgd_compliance_hero_content {
        text-align: center;
    }
    .sgd_compliance_hero_content button {
        width: 100%;
    }
    .sgd_compliance_hero_img {
        width: 70%;
    }

    #cart-container {
        flex-direction: column;
    }

    .cart-footer {
        max-width: 100%;
    }
}
@media (max-width: 1280px) {
    .slick-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: hidden;
    }
    .page-top-section {
        min-height: 400px;
    }
}
@media (max-width: 1199px) {
    .order-xl-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
}
@media (max-width: 1024px) {
    /*.step-number-wrapper.left,*/
    /*.step-number-wrapper.right {*/
    /*    display: none;*/
    /*}*/
    .slick-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow: hidden;
    }
    .step-number-wrapper.right {
        left: calc(75% + 0px);
    }

    .step-number-wrapper.left {
        right: calc(60% + 0px);
    }

    .step-number-wrapper.right .step-line, .step-number-wrapper.left .step-line {
        width: 70px !important;
    }
    .sortby-dropdown, .location-change {
        display: block
    }

    .sortby-dropdown button {
        display: flex;
        justify-content: space-between !important;
        padding: 15px 20px !important;
        border-radius: 10px !important;
        border: 0;
        background-color: #ffffff24;
    }

    .sortby-dropdown button:hover {
        background-color: #ffffff24;
    }
    .delivering-heading {
        text-align: center !important;
    }
}
@media (max-width: 577px) {
    .order-sm-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-sm-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
}
@media (max-width: 480px) {
    .order-xs-1 {
        order: 1 !important ;
    }
    .order-xs-2 {
        order: 2 !important;
    }
    .order-xs-3 {
        order: 3 !important;
    }
    .order-xs-4 {
        order: 4 !important ;
    }
    .order-xs-5 {
        order: 5 !important ;
    }
    .order-xs-6 {
        order: 6 !important ;
    }
    .order-xs-7 {
        order: 7 !important ;
    }
    .order-xs-8 {
        order: 8 !important ;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .why-5alas-counter-section .counter-title {
        font-size: 2.5rem;
    }

    .faith-in-action-section h2 {
        font-size: 30px;
    }

    .cities_where_most_needed_bg::before {
        background-position-y: 30vh;
    }

    .cities_where_most_needed_bg {
        min-height: 45vh;
    }
}
@media (max-width: 852px) and (orientation: landscape) {
    .cities_where_most_needed_bg::before {
        height: 60%;
    }

    .cities_where_most_needed_bg {
        min-height: 120vh;
    }

    .responsive-width {
        width: 100%;
    }

    .how-your-donation-used-bg h2 {
        font-size: clamp(1rem, calc(2.4em + 1vmin), 6rem) !important;
    }

    .unused-platform-funds-section .row {
        flex-direction: column-reverse;
    }

    .unused-platform-funds-section img {
        max-height: 300px;
        object-fit: contain;
        margin-bottom: 3rem;
    }
}
@media (max-width: 991.98px) and (orientation: landscape) {
    .hide-on-landscape {
        display: none !important;
    }
}



.marker-icon {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marker-icon i {
    font-size: 15px;
    color: #000;
}

.marker-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.custom-map-label {
    position: absolute;
    background: #fff;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    white-space: nowrap;
    pointer-events: auto; /* ✅ allows clicks */
    transform: translate(-50%, calc(-100% - 6px));
    transition: all 0.2s ease;
    z-index: 10000; /* ✅ make sure it’s above map tiles */
}
.custom-map-label a {
    color: #000;
    text-decoration: none;
}
.custom-map-label a:hover {
    text-decoration: underline;
}


