body { margin:0; padding:0; background: #F7F7F7; }
a:hover { text-decoration:none; }

/* top 10 page css start */
.top-10-page-wapper { padding:41px 0 60px; }
.top-10-page-title { padding: 0 0 28px; position: relative; }
.top-10-page-title h1 {
	margin: 0;
	color: #270719;
	text-align: center;
	font-family: Inter;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}
.top-10-page-title h4 {
	margin: 0;
	color: #270719;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 18px;
}
.top-10-page-title p {
	color: #270719;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.sect-c-lp-list-wapper { display:flex; flex-direction:column; gap:25px; }
.sect-c-lp-list-card {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: #fff;
	padding: 26px 43px;
	border-radius: 16px; 
	column-gap: 40px;
	row-gap: 20px;
}
.sect-c-lp-list-left { max-width: 260px; width: 100%; display:flex; flex-direction:column; gap:12px; }
.sect-c-lp-list-thumb { max-width: 260px; height: 76px; margin: auto; }
.sect-c-lp-list-thumb img { max-width:unset; width:100%; height:100%; object-fit:contain; margin:auto; }
.content-lp-stars { 
	display: flex; 
	flex-direction:row-reverse; 
	gap:6px; 
	border-radius: 36px;
	background-color: rgba(255, 68, 81, 0.1);
	position: relative;
	padding: 7px 10px;
	align-items: center;
	max-width: 176px;
	width: 100%;
	margin: auto;
    justify-content: center;
}
.content-lp-stars-rating { unicode-bidi:bidi-override; direction:ltr; font-size:18px; }
.content-lp-stars-rating span.star { font-family:'Font Awesome 5 Free'; font-weight:normal; font-style:normal; display:inline-block; }
.content-lp-stars-rating span.star:hover { cursor:pointer; }
.content-lp-stars-rating span.star:before { content:"\f005"; padding-right:1px; color:rgba(255, 68, 81, 0.3); font-weight:900; }
.content-lp-stars-rating span.star.filled:before { font-weight: 900; color:#FF4451; content:"\f005"; }
.content-lp-stars-rating span.star.half-filled:before { content:"\f089"; color:#FF4451; }
.content-lp-stars-rating span.star.half-filled:after { content:"\f005"; color:#FF4451; margin-left:-22px; }
.content-lp-rating-table { text-align:center; }
#content-lp-rating-table {
	color:#141619;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	display: block;
}
.sect-c-lp-list-text { display: flex; flex-direction: column; gap: 4px; }
.sect-c-lp-list-text h3 {
	margin: 0;
	color: #141619;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.sect-c-lp-list-text ul { margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.sect-c-lp-list-text ul li {
	position: relative;
	list-style-type: none;
	color:#141619;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	padding-left: 20px;
}
.sect-c-lp-list-text ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #FF4451;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}
.sect-c-lp-list-right { max-width:145px; width:100%; display:flex; flex-direction:column; gap:12px; }
.sect-c-lp-visit-now-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	background-color: #B92871;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.sect-c-lp-visit-now-btn:hover { color:#fff; }
.sect-c-lp-reviews-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #412AE0;
	border-radius: 8px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.sect-c-lp-reviews-btn:hover { color:#fff; }

.top-10-page-inner-text { margin-top:35px; position:relative; }
.top-10-page-inner-text h2 {
	color: #270719;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 24px;
}
.top-10-page-inner-text:first-child { margin-top:0; }
.top-10-page-inner-text p {
	color: #270719;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.faq-sect-wapper { border-radius: 8px; background: #E7E4E0; padding: 32px; margin-bottom:30px; }
.faq-sect-wapper h4 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin: 0;
	margin-bottom: 16px;
	color: #270719;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
.faq-sect-wapper h4 img { width: 24px; height: 24px; margin:0; }
.faq-sect-wapper p {
	color: rgba(39, 7, 25, 0.90);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.faq-sect-wapper p:last-child { margin:0; }
.faq-sect-wapper:last-child { margin-bottom:0; }
/* top 10 page css end */

/* bottom news section css start */
.top-10-page-bottom-title { margin-bottom:30px; display:flex; flex-flow:row wrap; justify-content:space-between; align-items:center; }
.top-10-page-bottom-title h2 {
	color: #270719;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
}
.see-more-btn {
	max-width: 101px;
	width: 100%;
	height: 36px;
	background-color: #B92871;
	border-radius: 6px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.see-more-btn:hover { color:#fff; }
.top-10-page-bottom-new { position:relative; padding-bottom:60px; }
.top-10-page-bottom-card { position:relative; }
.top-10-page-bottom-img { overflow: hidden; position: relative; height: 137px; }
.top-10-page-bottom-img a {
	height: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
}
.top-10-page-bottom-img a .top-10-page-bottom-img {
	min-width: 100%;
	background-position: center !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.top-10-page-bottom-img span a {
	position: absolute;
	display: block;
	padding: 4px 8px;
	height: auto !important;
	border-radius: 8px;
	border: 1px solid #FF4451;
	background: #FF4451;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
.top-10-page-bottom-text { position:relative; margin-top:16px; }
.top-10-page-bottom-text h2 { margin:0; line-height:0; }
.top-10-page-bottom-text h2 a {
	color:#141619;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: block;
	margin-bottom: 16px;
}
.top-10-page-bottom-text ul { margin:0; padding:0; display:flex; flex-direction:row; align-items:center; gap:16px; }
.top-10-page-bottom-text ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	position: relative;
	color: #141619;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.top-10-page-bottom-text ul li:first-child:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	right: -10px;
	top: 14px;
	background-color: #141619;
	border-radius: 100%;
}
.top-10-page-bottom-text ul li a { color:#141619; }
.top-10-page-bottom-text ul li img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
/* bottom news section css end */

@media(max-width:1199px){
	.sect-c-lp-list-card { column-gap:20px; padding:20px 30px; }
	.sect-c-lp-list-center { max-width: 450px; width: 100%; }
	.sect-c-lp-list-left { max-width: 200px; }
	.sect-c-lp-list-right { max-width:100%; flex-direction:row; }
}
@media(max-width:991px){
	.sect-c-lp-list-center { max-width:400px; }
}
@media(max-width:767px){
	.sect-c-lp-list-left, .sect-c-lp-list-center { max-width:100%; }
	.sect-c-wapper { padding-bottom:30px; }
	.top-10-page-title h1 { font-size:32px; line-height:40px; }
	.top-10-page-wapper { padding: 31px 0 50px; }
}



.top-10-page-inner-text h3 {
    color: #270719;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 24px;
}


@media screen and (max-width: 768px) {
    .sect-c-lp-list-card {
        display: block; /* or display: initial; */
        padding: 20px; /* Optional: adjust padding for mobile */
        column-gap: 0; /* Remove gaps since flex is disabled */
        row-gap: 0;
    }
    
    .sect-c-lp-list-text{
        margin-bottom:20px;
    }
}

@media screen and (max-width: 768px) {
    .sect-c-lp-list-thumb {
        transform: scale(2);  /* Makes the thumbnail 200% larger */
        transform-origin: top left;  /* Keeps the scaling from the top left corner */
        margin:0px !important;
        margin-bottom: 4rem !important;  /* Add some space below for the enlarged thumbnail */
    }
    
    .sect-c-lp-list-thumb img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin:0px !important;
        margin-bottom: 50px !important;
    }
}

.content-author-wapper { display: flex; flex-flow: row wrap; align-items: center; gap: 10px;margin-bottom:18px; }
.content-author-card, .content-date-card { display:flex; flex-direction:row; align-items:center; gap:18px; }
.content-author-card img {
	width: 34px !important;
	height: 34px !important;
/* 	border: 1px solid #000; */
	margin: 0 !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}
.content-author-card .author-name a, .content-author-card .author-name, .content-date-card {
	color: #270719;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}