html, body {
	height: auto !important
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	size-adjust: 100%;
	descent-override: 25%;
	ascent-override: 75%;
	line-gap-override: 0%;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	size-adjust: 100%;
	descent-override: 25%;
	ascent-override: 75%;
	line-gap-override: 0%;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Medium.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	size-adjust: 100%;
	descent-override: 25%;
	ascent-override: 75%;
	line-gap-override: 0%;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	size-adjust: 100%;
	descent-override: 25%;
	ascent-override: 75%;
	line-gap-override: 0%;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	size-adjust: 100%;
	descent-override: 25%;
	ascent-override: 75%;
	line-gap-override: 0%;
}

:root {
	--figtree: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
	--dark-color: #151517;
	--primary-color: #D90429;
	--primary-color-hover: #ba0221;
	--body-bg: #FFFAF1;
	--wht-text: #ffffff;
	--section-padding-min: 30px;
	--section-padding-max: 48px;
	--section-padding-preferred: 1.5vw + 46.2px
}

body {
	font-family: var(--figtree);
	font-size: var(--fs-base);
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: var(--dark-color)
}

.header-wrapper .container-fluid {
	max-width: 100%
}

@media (min-width:640px) {
	:root {
		--fs-12:12px;
		--fs-xs: clamp(0.7rem, 0.7rem + 0.146vw, 0.875rem);
		--fs-sm: clamp(0.8rem, 0.8rem + 0.167vw, 1rem);
		--fs-base: clamp(1rem, 1rem + 0.104vw, 1.125rem);
		--fs-md: clamp(1rem, 1rem + 0.3125vw, 1.375rem);
		--fs-lg: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
		--fs-xl: clamp(1.25rem, 1rem + 1.0417vw, 2.25rem);
		--fs-2xl: clamp(1.5rem, 1rem + 1.5625vw, 2.875rem);
		--fs-3xl: clamp(3rem, 3rem + 1.875vw, 5.25rem)
	}

}

.title-hero {
	font-size: var(--fs-3xl);
	font-weight: 800;
	line-height: 120.81%;
	letter-spacing: -0.25px;
	margin-bottom: 0.5em
}

.title1 {
	font-size: var(--fs-2xl);
	font-weight: 800;
	line-height: 120.81%;
	letter-spacing: -0.25px;
	margin-bottom: 1rem
}

.title2 {
	font-size: var(--fs-xl);
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.25px;
	margin-bottom: 1rem;
	position: relative;
	z-index: 2
}

.title3 {
	font-size: var(--fs-lg);
	line-height: 1.4;
	margin-bottom: 1rem
}

.title4 {
	font-size: var(--fs-md);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem
}

p {
	font-size: var(--fs-xs);
	color: #fff;
	margin-bottom: 1.5em
}

.dark-bg {
	background-color: var(--dark-color)
}

.gap48 {
	gap: 48px
}

.head-gap {
	margin-top: 48px
}

.subtitle {
	font-size: var(--fs-base);
	line-height: 140%;
	margin-bottom: 1em
}

.fs-base {
	font-size: var(--fs-base);
	line-height: 140%
}

.fs-sm {
	font-size: var(--fs-xs);
	line-height: 147%
}

.fs-12 {
	font-size: 12px
}

strong {
	font-weight: 800
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.fw-800 {
	font-weight: 800
}

@media (max-width:639px) {
	:root {
		--fs-xs: 0.75rem;
		--fs-sm: 0.875rem;
		--fs-base: 1rem;
		--fs-md: 1.125rem;
		--fs-lg: 1.25rem;
		--fs-xl: 1.5rem;
		--fs-2xl: 2rem;
		--fs-3xl: 3.5rem
	}

}

.d-flex, .dp_flx {
	display: flex
}

.jcsb {
	justify-content: space-between
}

.jcsa {
	justify-content: space-around
}

.jcc {
	justify-content: center
}

.jcfe {
	justify-content: flex-end
}

.aic {
	align-items: center
}

.fdc {
	flex-direction: column
}

.block {
	display: block
}

.btn-wrapper {
	margin-top: 36px
}

.btn {
	display: inline-flex;
	padding: 0.5em 1em;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	font-size: var(--fs-xs);
	font-weight: 700;
	line-height: 160%;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: background-color 0.2s, color 0.2s
}

.md-primary-btn {
	background-color: var(--primary-color);
	color: var(--wht-text);
	border: none;
	gap: 8px
}

.md-primary-btn span {
	line-height: 1.5
}

.md-secondry-btn {
	background-color: transparent;
	color: var(--wht-text);
	border: 1px solid var(--wht-text)
}

.md-wht-btn {
	background-color: #fff;
	color: var(--dark-color)
}

.md-wht-btn:hover {
	background-color: #f1f1f1
}

.md-secondry-btn.blk-btn {
	border: 1px solid var(--dark-color);
	color: #151517
}

.md-primary-arrow-btn {
	background-color: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	transition: color 0.2s;
	margin-top: clamp(1rem, 1rem + 0.83vw, 2rem)
}

.md-primary-arrow-btn:hover {
	color: var(--primary-color)
}

.wht-arrow-btn {
	border: 1px solid #fff;
	color: #fff
}

.wht-arrow-btn:hover {
	color: #fff
}

.full-btn {
	display: flex
}

.md-primary-btn:hover, .md-primary-btn:focus {
	background-color: var(--primary-color-hover);
	color: var(--wht-text)
}

.link-with-arrow {
	display: inline-flex;
	align-items: center;
	font-size: var(--fs-xs);
	font-weight: 700;
	color: var(--primary-color);
	text-decoration: none;
	gap: 8px;
	transition: transform 0.2s
}

.link-with-arrow .arrow, .md-primary-arrow-btn .arrow {
	display: inline-flex;
	transition: transform 0.2s
}

.link-with-arrow:hover {
	color: var(--primary-color)
}

.link-with-arrow:hover .arrow, .md-primary-arrow-btn:hover .arrow {
	transform: translate(2px, -2px)
}

.default-btn {
	border: 1px solid #FFF
}

.default-btn:hover {
	color: #c7c4c4
}

a:hover {
	color: var(--dark-color)
}

.section {
	padding-top: clamp(var(--section-padding-min), var(--section-padding-preferred), var(--section-padding-max));
	padding-bottom: clamp(var(--section-padding-min), var(--section-padding-preferred), var(--section-padding-max))
}

.container-fluid {
	width: 100%;
	max-width: clamp(320px, 82.29vw, 1420px);
	padding-inline: 15px;
	margin: 0 auto
}

.container-small {
	max-width: 698px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}

.main_wrapper {
	padding-top: 79px
}

.wht {
	color: var(--wht-text)
}

.blk {
	color: var(--dark-color)
}

.theme-color {
	color: var(--primary-color)
}

.theme-link {
	color: var(--primary-color)
}

.dp_flx .title2 {
	margin-bottom: 0
}

.owl-theme .owl-nav {
	margin-top: 24px
}

.owl-carousel .owl-nav [class*="owl-"] {
	background: #fff !important;
	border: 1px solid #DADBDD;
	position: relative;
	width: 32px;
	height: 32px;
	margin-top: 6px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.22)
}

.owl-carousel {
	margin-top: 48px
}

.owl-carousel .owl-stage {
	padding: 6px 0 0
}

.owl-carousel .item {
	display: flex;
	flex-direction: column;
	min-width: auto
}

.owl-nav {
	display: flex;
	justify-content: center;
	margin-top: 48px
}

.owl-next svg {
	transform: rotate(180deg)
}

.mb0 {
	margin-bottom: 0
}

.mt0 {
	margin-top: 0
}

.gap8 {
	gap: 8px
}

.gap10 {
	gap: 10px
}

.gap12 {
	gap: 12px
}

.gap24 {
	gap: 24px
}

.gap16 {
	gap: 16px
}

.gap36 {
	gap: 36px
}

.grid-col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px
}

.pb0 {
	padding-bottom: 0
}

.desktop-block {
	display: block
}

.mobile-block {
	display: none
}

.rating-wrap {
	display: flex;
	align-items: center
}

.star-rating {
	width: 120px;
	height: 20px;
	background: url(https://s3.amazonaws.com/mobileappdaily/mad/uploads/mad-review-rating-stars_mad_img_1749797995.svg) no-repeat;
	background-position: 0 -31px;
	background-size: 120px auto;
	position: relative;
	overflow: hidden
}

.star-rating .yellow_star {
	display: block;
	height: 20px;
	background: url('https://s3.amazonaws.com/mobileappdaily/mad/uploads/mad-review-rating-stars_mad_img_1749797995.svg') no-repeat;
	background-position: 0 -2px;
	background-size: 120px auto
}

.rating-count {
	padding-left: 8px;
	line-height: 1
}

.average-rating-text {
	opacity: 0.5;
	padding-left: 8px;
	display: inline-block
}

.md-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	gap: 15px
}

.md-pagination li.active .page-link {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000
}

.md-pagination .page-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	transition: 0.5s;
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s
}

.md-pagination .continues {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 22px;
	display: flex;
	justify-content: center
}

.prev-page img {
	transform: rotate(180deg)
}

.scoller-sec::-webkit-scrollbar-thumb {
	background-color: #DADBDD;
	border-radius: 10px
}

@media (max-width:639px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px
	}

}

@media (max-width:1600px) {
}

@media (max-width:1550px) {
}

@media (max-width:1366px) {
}

@media (max-width:1023px) {
	.container-fluid {
		max-width: 100% !important
	}

}

@media (max-width:767px) {
	.main_wrapper {
		padding-top: 48px
	}

	.btn {
		height: 36px
	}

	.btn span {
		line-height: 1
	}

	.fx-column {
		flex-direction: column
	}

	.desktop-block {
		display: none
	}

	.mobile-block {
		display: block
	}

	.hero-breadcrumb .item {
		line-height: 1.2 !important
	}

	.hero-banner-info .fx-column {
		align-items: flex-start;
		gap: 24px
	}

	.hero-breadcrumb {
		align-items: center
	}

	.hero-breadcrumb .item:last-child a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		line-clamp: 1;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.hero-breadcrumb .item::before {
		left: -24px !important;
		width: 14px !important;
		height: 14px !important;
		background-size: 16px !important
	}

	.hero-breadcrumb .item:not(:last-child) {
		margin-right: 30px !important;
		white-space: nowrap
	}

	.table-container::-webkit-scrollbar-thumb {
		background-color: #DADBDD;
		border-radius: 10px
	}

	.table-container::-webkit-scrollbar {
		height: 4px
	}

	.m-none {
		display: none
	}

}
