@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hmquranlearning.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.0") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(255,182,6);
	--wd-alternative-color: rgb(5,124,70);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(5,124,70);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(233,45,116);
	--btn-accented-bgcolor-hover: rgb(210,39,106);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://hmquranlearning.com/wp-content/uploads/2021/09/sport-promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://hmquranlearning.com/wp-content/uploads/2021/09/sport-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(26,26,26);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* testimonial slider */
* { 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0; 
    }

.slider-container { 
    width: 100%; 
    margin: auto; 
    overflow: hidden; 
    position: relative; 
    text-align: center; 
		padding: 20px 0; 
}

.slides { 
    display: flex; 
    transition: transform 0.5s ease-in-out; 
}

.slide { 
    min-width: 100%; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    padding: 20px; 
}

.slide img { 
    width: 80px; 
    height: 80px; 
    border-radius: 50%; 
    margin-bottom: 10px; 
}

.stars { 
    color: gold; 
    font-size: 20px; 
    margin-bottom: 10px; 
} /* Star Rating Style */

.slide p { 
    max-width: 80%; 
    line-height: 1.5; 
    min-height: 60px; 
	 color: white ;
} /* Ensures consistent height */

.name-title { 
		color: white;
    margin-top: 10px; 
    font-weight: bold; 
    min-height: 40px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
} /* Keeps names aligned */

.name-title span { 
    font-weight: normal; 
    font-size: 14px; 
}

.arrows { 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
    pointer-events: none; 
}

.arrow { 
    color: #fff; 
    cursor: pointer; 
    border: none; 
    background: none; 
    font-size: 24px; 
    pointer-events: all; 
    padding: 10px; 
}

.dots { 
    text-align: center; 
    margin-top: 10px; 
}

.dot { 
    height: 10px; 
    width: 10px; 
    margin: 0 5px; 
    background-color: #bbb; 
    border-radius: 50%; 
    display: inline-block; 
    cursor: pointer; 
}

.dot.active { 
    background-color: white; 
}

/* testimonial slider */


