		a#signup {
		background: #e50914;
		border-radius: 5px;
			padding: 5px 10px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}
	a#login {padding: 2px 5px;font-size: 16px;font-weight: 500;border: 2px solid #e50914;border-radius: 5px  !important;     margin-right: 10px;}
	.member-links ul {
		gap: 9px;
		margin-left: 10px;
	}
	.navigation .primary {flex: unset !important;gap: 18px;}
	.navigation .primary ul li {
		font-size: 20px !important;
	}
	.navigation .primary li a {
		font-size: 13px !important;
	}
	.navigation .primary li:first-child {
		display: flex;
		justify-content: space-between !IMPORTANT;
		gap: 20px !IMPORTANT;
	}
	.navigation .primary a:after {
		display: none;
	}
	a#login:hover {
		background: #e50914;
		color:#000;
	}
	a#signup:hover {
		color: #000;
	}
	.member-links ul li {
		font-size: 14px;
		padding: 0;
	}
	.content {max-width: 1260px;}

	.content .slides img {
		border-radius: 25px;
	}
	.list-videos .img {
		border-radius: 10px;
	}
	.list-models .img img {
		border-radius: 10px;
	}
	.list-models  a.item {
		border-radius: 10px !important;
	}
	.list-models  .img {
		border-radius: 10px;
	}
	.navigation .primary .selected a {
		color: #e50914 !important;
	}
	.navigation .primary a:before {
		background: #e50914 !important;
	}
	.navigation .primary a:hover {
		color: red !important;
	}
	/*Footer Css*/
	.footer .footer-wrap {
		display: flex !important;
		flex-direction: row !IMPORTANT;
		text-align: left !important;
		flex-wrap: nowrap !important;
			padding-bottom: 0 !IMPORTANT;
	}
	.left {
		width: 35%;
	}
	.inner-content-f {
		width: 66%;
	}
	p.all-models {
		text-align: left;
		padding: 0px;
		font-size: 14px;
		color: #807e7e;
		text-transform: uppercase;
	}
	div#explanation-trial {
		color: #fff;
		padding: 10px  0 0;
	}

	.footer-biller-section.footer-crypto-img-cls p {
	  text-align: left;
	  padding: 0px;
	  font-size: 14px;
	  color: #807e7e;
	  text-transform: uppercase;
	  padding: 0 0 10px;
	}
	.left span {
		width: 200px;
		margin: auto;
		display: block !important;
		text-align: center;
	   
		padding: 14px 0 0;
	}

	.footer {
		padding: 30px  0;
	}
	.footer .nav {
		justify-content: flex-start !important;
		margin: 0 0 15px !important;
	}

	.footer .nav li a {
		padding: 0 39px 0 0px;
		background: transparent !IMPORTANT;
	}

	div#list_models_featured_models_items {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
	}
	div#list_models_featured_models_items a {
		width: 100%;
	}
	.list_models h2 {
		padding: 3px 0 14px;
	}

	@media (min-width:1500px) and (max-width:1920px) {
	  .navigation,
	  .header-inner,
	  .content,
	  .footer-wrap {
		max-width: 1500px !important;
	  }
	}

	@media screen and (max-width: 1152px){
		.navigation button.button {
		text-align: left;
		padding-left: 10px !important;
		width: 50% !important;
	 
	}
	 
	.navigation  .member-links {
		margin-right: 0 !important;
		text-align: right;
	}
	.navigation .member-links ul {
		justify-content: right;
		padding-right: 15px;
	}
	a#login {
		font-size: 16px;
		padding: 0 5px;
	}
	a#signup {
		padding: 3px 24px;
		font-size: 16px;
	}

	 
	.navigation .button {
		width: 50%;
	}
	 
		
	}

	@media(max-width:768px){
		.left {
		width: 100%;
	}

	.footer .footer-wrap {
		flex-wrap: wrap !IMPORTANT;
	}

	.inner-content-f {
		width: 100% !important;
	}

	.footer {
		padding: 30px 10px;
	}
	.left {
		width: 100%;
		padding-bottom: 20px;
	}
	.footer .nav li a {
		padding: 5px 20px 0 0px;
		background: transparent !IMPORTANT;
	}
	.left a img {
		width: 100%;
	}
	div#list_models_featured_models_items {
		grid-template-columns: repeat(2, 1fr);
	}
	}



	/*Invest page css start*/


	*{margin:0;padding:0;box-sizing:border-box}
	body{font-family:'Inter',sans-serif}

	/* Hero Section */

	img{
		max-width: 100%;
		max-height: 100%;
	}
	.container{
		/* width: 100%; */
		/* padding: 0 2%; */
		/* margin: auto; */
	}
	.hero {
		position: relative;
		width: 100%;
		overflow: hidden;
		color: #fff;
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}

	/* .hero video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
	   
	}

	.hero::after {
		content: "";
		position: absolute;
		top: 0; left: 0;
		width: 100%; height: 100%;
		background: rgba(0,0,0,0.35);
		z-index: -1;
	}
	*/
	.hero-content {
		max-width: 900px;
		padding: 0 20px;
		margin-left: 5%;
		z-index: 99999;
		position: absolute;
		top: 30%;
		bottom: 0;
	}

	.hero-content h1 {
		font-size: 4rem;
		line-height: 1.2;
		margin-bottom: 10px;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}
	.hero-content .line {
		margin: 0 0 30px;
			font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}


	.hero-content h1 span.bold {
		font-weight: 700;
	}

	.hero-btn {
		text-transform: uppercase;
		padding: 14px 58px !important;
		align-items: center;
		gap: 10px;
		cursor: pointer;
		transition: background 0.3s ease;
		background-color: #e50914;
		-webkit-border-radius: 5px;
		color: #000;
		font-size: 20px;
		display: flex;
		border: 0;
		margin-top: 20px;
	}
	.hero-btn:hover {
		background: #e50914;
		color: #fff;
	}
	.hero-btn svg {
		width: 18px;
		height: 18px;
		fill: currentColor;
	}


	/*About css*/

	section.about-section {
		padding: 60px  0 40px;
	}

	.same-hadding {
		font-size: 23px;
		line-height: 1.2;
		margin-bottom: 20px;
		font-weight: 700;
		display: block;
	}

	.about-pargrph p {
		font-size: 16px ;
		margin: 0 0 8px;

	}

	.about-btn {
		text-transform: uppercase;
		padding: 14px 24px !important;
		align-items: center;
		gap: 10px;
		cursor: pointer;
		transition: background 0.3s ease;
		background-color: #e50914;
		-webkit-border-radius: 5px;
		color: #000;
		font-size: 20px;
		display: flex;
		border: 0;
		margin: 17px 0 0;
		font-size: 18px;
	}

	.about-btn:hover {
		background: #e50914;
		color: #fff;
	}

	.about-btn svg {
		width: 18px;
		height: 18px;
		fill: currentColor;
	}
	.row-about {
		display: flex;
	}

	.about-content {
		width: 30%;
	}
	.about-pargrph {
		width: 70%;
		padding-right:30px
	}

		/* Default faded state */
		.text-block__large-text .line div {
		  opacity: 0.6;
		  color: #999;
		  display: inline-block;
		  margin-right: 5px;
		}

		/* Animation when visible */
		.text-block__large-text.visible .line div {
		  animation: fadeInWord 0.6s forwards;
		}

		@keyframes fadeInWord {
		  from {
			opacity: 0.6;
			color: #ddd;
		  }
		  to {
			opacity: 1;
			color: #fff;
		  }
		}
	.text-block__large-text.visible {
		padding: 0 0 10px;
	}
	.line {
		display: inline;
		word-spacing: -1px;
		font-size: 28px;
		line-height: 1.4;
	}
	/*real check section css*/

	.the-reality-check {
	  padding: 40px 0;}

	.FilmyFantasyss {
	  display: flex;
	  gap: 30px;
	  align-items: stretch; 
	}

	.box-content {
	  flex: 0.7;
	  background: #f9f9f9;
	  padding: 20px;
	  border-radius: 6px;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}
	.box-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
		color: #222;
	}
	.box-content p {
		font-size: 22px;
		line-height: 1.6;
		margin-bottom: 12px;
		color: #000;
	}

	.image-row {
	  flex: 2;
	  display: grid;
	  grid-template-columns: repeat(4, 1fr);
	  gap: 12px;
	}

	.image-box {
	  display: flex;
	  align-items: stretch;
	  overflow: hidden; 
	  border-radius: 6px;
	}
	.image-box img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  border-radius: 6px;
	  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	  transition: transform 0.4s ease; 
	}
	.image-box img:hover {
	  transform: scale(1.1); 
	}
	/*invest Section css*/
	.investment-section {
	  padding: 40px 0;
	}

	.top-boxes {
		display: flex;
		gap: 20px;
		margin-bottom: 30px;
		justify-content: space-between;
	}
	.bottom-boxes {
	  display: flex;
	  gap: 20px;
	}
	.investment-section .box {
	  background-color: #e50914; /* Ferrari Red */
	  color: #000; /* Black text */
	  padding: 15px 25px;
	  border-radius: 8px;
	  text-align: center;
	  font-weight: bold;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
	}

	.investment-section .box:hover {
		color: #fff;
	}
	.investment-section .box:hover h3{
		color:#fff;
	}
	.investment-section .box:hover p{
		color:#fff;
	}
	.investment-section .box h3 {
	  font-size: 18px;
	  font-weight: bold;
	  margin-bottom: 12px;
	  color: #000;
	}
	.investment-section .box p {
	  font-size: 14px;
	  line-height: 1.6;
	  color: #000;
	}

	/*invested section css*/
	.contact-section {
	  padding: 60px 20px;
	  display: flex;
	  justify-content: center;
	}

	.contact-content {

	  width: 100%;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  gap: 30px;
	}
	.contact-section .right {
	  max-width: 500px;
	}
	.contact-section .right p {
	  margin-bottom: 16px;
	  line-height: 1.6;
	}

	.email-link {
	  color: #fff;
	  font-weight: bold;
	  text-decoration: none;
	  display: inline-flex;
	  align-items: center;
	  gap: 8px;
	}

	.email-link .arrow {
	  background-color: red;
	  color: black;
	  border-radius: 50%;
	  padding: 4px 8px;
	  font-weight: bold;
	  font-size: 0.9em;
	}
	.contact-section .right p:first-child {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 1.2;
	}
	section.contact-section a.about-btn {
		display: inline-flex;
	}
	div#list_categories_list_categories_home_page_items .item .img {
		background: #151515;
	}
	/* div#list_categories_list_categories_home_page_items img.thumb { */
		/* border-radius: 0px 20px 0px 20px  !important; */
	/* } */
	div#list_categories_list_categories_home_page_items {
		margin: auto;
		max-width: 100%;
	}

	.list-albums .img {
		border-radius: 10px;
	}
	.list-albums .item {
		border-radius: 10px !important;
	}



	/* Responsive */
	@media(max-width:768px){
		.hero-content h1 {
			font-size: 2.5rem;
		}
		.about-content h2 {
			font-size: 2.2rem;
		}
		 .contact-content {
		flex-direction: column;
		align-items: flex-start;
	  }

	  .left, .right {
		width: 100%;
	  }

	  .row-about {
		grid-template-columns: repeat(1, 1fr);
	}

	section.about-section {
		padding-bottom: 0;
	}

	.FilmyFantasyss {
		flex-wrap: wrap;
	}

	.FilmyFantasyss .box-content {
		flex: auto;
	}

	.image-row {
		flex: auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.investment-section {
		padding-top: 0;
	}

	.top-boxes {flex-wrap: wrap;gap: 0;}
	.same-hadding {
		margin: 0 0 10px;
		font-size: 18px;
	}

	.bottom-boxes {
		flex-wrap: wrap;
	}

	.contact-section {
		padding: 0 0 40px;
	}
	.contact-section .right p:first-child {
		font-size: 20px;
	}
	.about-content h2 {
		font-size: 32px;
	}
	.about-pargrph {
		width: 100%;
		padding: 0;
	}
	.about-content {
		width: 100%;
	}
	.row-about {
		flex-wrap: wrap;
	}
	.about-content h2 {
		font-size: 20px;
	}
	.line {
		font-size: 18px !important;
	}
	.box-content h3 {
		font-size: 18px;
	}
	.box-content p {
		font-size: 18px;
	}

	}


	video#bg-video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: left center;
		position: absolute;
		top: 0;
		left: 0;
	}
	section.about-section .container, section.the-reality-check .container, section.investment-section .container, section.contact-section .container {
		width: 100%;
		padding: 0 5%;
		margin: auto;
	}
	.video-wrapper img {
		width: 100%;
	}
	.hero-content h1 {
		font-size: 4rem;
		line-height: 1.2;
		margin-bottom: 10px;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}
	/*End*/

	/*girlfriend page css start*/

	.updatesBlock {
		padding-top: 34px !important;
	 width: 1250px;
		margin:auto;
		max-width: 100%;
		padding: 0 10px;
	}
	.title_bar_block {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	h2.title {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-weight: 500;
		font-size: 20px;
		background-color: #232323;
		line-height: 44px;
		padding-bottom: 1px;
		padding-left: 16px;
		position: relative;
		display: inline-block;
		margin-bottom: 38px;
		padding-right: 15px;
		color: #fff;
	}
	h2.title:after {
		background: url(https://www.filmyfantasy.com/tour/custom_assets/images/downArrow.png) no-repeat;
		width: 14px;
		height: 9px;
		content: '';
		position: absolute;
		left: 19px;
		bottom: -9px;
	}
	.girlfriend_listings_pg.clear {
		display: grid;
		grid-template-columns: repeat(5,1fr);
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.girlfriend_listings_pg  .updateItem {
		position: relative;
	}
	.updatesArea {
		text-align: left;
		margin: 0 -5px;
		position: relative;
	}
	.girlfriend_listings_pg  .updateItem {
		position: relative;
		overflow: hidden;
		border-radius: 12px;
		width: 100% !important;
	}
	.girlfriend_listings_pg  .updateItem a {
		display: block;
		position: relative;
		z-index: 1;
		aspect-ratio: 9 / 12;
		margin: 0;
		border-radius: .75rem;
	}
	.girlfriend_listings_pg img {
		border-radius: .75rem;
		object-fit: cover;
		box-shadow: 0px 0px 3px 4px #00000082;
		margin: 0;
		height: 100%;
		width: 100%;
	}

	.girlfriend_listings_pg  .updateItem .updateDetails {
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		color: #fff;
		padding: 10px;
		transform: translateY(60%);
		z-index: 2;
		height: 100%;
		box-sizing: border-box;
		pointer-events: none;
		background: transparent;
		overflow: hidden;
	}
	.girlfriend_listings_pg  .updateItem a {
		display: block;
		position: relative;
		z-index: 1;
		aspect-ratio: 9 / 12;
		margin: 0;
		border-radius: .75rem;
	}
	.girlfriend_listings_pg  .updateItem .updateDetails h4 {
		margin: 0 0 5px;
		font-size: 18px;
		font-weight: 700;
	}
	.updateDetails h4 {
		font-size: 18px;
		padding-bottom: 2px;
		color: #fff;
		font-weight: 500;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.girlfriend_listings_pg  .updateItem .updateDetails p {
		margin: 0;
		white-space: break-spaces;
		color: #ffffff;
		font-size: 14px !important;
		line-height: 1.3 !important;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-weight: 600;
	}
	.girlfriend_listings_pg  .updateItem .updateDetails p+p {
		visibility: hidden;
		color: #ffffff;
		font-size: 14px !important;
		line-height: 1.3 !important;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-weight: 600;
	}
	.girlfriend_listings_pg  .updateItem:hover .updateDetails {
		transform: translateY(0);
	}
	a:hover img {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
	.girlfriend_listings_pg .updateItem.nectar_girlfriends:hover  p.thumb_descpreview {
		display: block;
		white-space: break-spaces;
		visibility: visible;
	}

	.girlfriend_listings_pg .updateItem.nectar_girlfriends:hover p.thumb_shortdesc {
		display: none;
	}

	/*End*/


	.custom_pages_content {
		max-width: 1260px;
		padding: 50px 10px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .nav li a {
		padding-right: 5px;
	}


	/* Option 1 - Common selector */
	.search-suggestions,
	.search-autocomplete,
	.autocomplete-suggestions {
	  background-color: #fff !important;
	  color: #000 !important;
	   padding:8px !important;
	}

	/* Option 2 - If your dropdown is inside .search */
	.search .suggestion-list,
	.search .autocomplete-results,
	.search ul {
	  background-color: #fff !important;
	  color: #000 !important;
	   padding:8px !important;
	}

	/* Option 3 - Force white background for dropdown items */
	.search input[type="text"] + div,
	.search input[type="text"] + ul {
	  background-color: #fff !important;
	  color: #000 !important;
	 
	}


	/* Normal background white */
	.autocomplete-suggestions,
	.search-suggestions {
	  background-color: #fff !important;
	  color: #000 !important;
	}

	/* Hover par bhi white background */
	.autocomplete-suggestion:hover,
	.search-suggestions div:hover,
	.search-suggestions li:hover {
	  background-color: #ffffff !important; /* halka grey effect */
	  color: #000 !important;
	  cursor: pointer;
	}.footer .nav li:last-child {
		margin: 0px 0 0 0 !important;
	}


	/*affiliates pages css start*/

	.updatesBlock {
		padding-top: 34px;
	}

	.updatesBlock img {
		max-width: 100%;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.spacer20 {
		display: inline-block;
		width: 100%;
		height: 20px;
	}
	.updatesBlock.noPadding {
		padding-top: 10px;
	}

	.modelUpdates {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.update_block {
		/* width: 100%; */
		margin-bottom: 10px;
		background: #222;
		color: #FFF;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 5px;
	}
	.update_hr {
		color: #333;
		border-color: #333;
			width: 100%;
		height: 1px;
		margin:10px 0
	}

	.update_block p {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #FFF;
		line-height: 2.3;
	}
	.modelUpdates {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		width: 1250px;
		margin: auto;
		display: block;
	}
	.update_table_left {
		float: left;
		display: inline-block;
	}
	.update_block_info {
		color: #FFF;
			padding: 10px;
		padding-right: 10px;
		text-align: left;
		line-height: 22px;

	}

	.filmy_fantasy img {
		width: 100%;
		max-width: 100% !important;
	}
	.update_table_right {
		display: inline-block;
		float: right;
		padding-right: 10px;
	}

	.comments_box {
		background: #232323;
		color: #c7c7c7;
		margin-bottom: 5px;
		padding: 10px;
		line-height: 20px;
		font-weight: normal;
		text-align: left;
	}
	.rating_text, .model_bio {
		color: #FFF;
	}
	.model_bio {
		padding-bottom: 16px;
			padding-left: 10px;
		text-align: left;
		vertical-align: top;
		line-height: 22px
	}
	.model_bio_heading {
		color: #e50914;
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
	}
	.update_block {
		background: #222;
		color: #FFF;
		width: 1250px;
		margin: auto;
		max-width: 100%;
		padding: 0 5px;
		display: flex;
	}

	.getAccess {
		text-align: center;
	}
	.getAccess a {
		font-size: 29px;
		color: #000;
		background-color: #e50914;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		width: auto;
		padding: 20px 30px;
		line-height: 100%;
		display: inline-block;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom:70px;
		margin-top:40px;
	}

	.getAccess a:hover {
		color: #fff !important;
	}

	.footer-banner.content {
		max-width: 100%;
		padding: 0;
		border-radius: 0 !important;
	}

	/*End*/

	/*slider arrow*/
	/* Arrows styling */
	#list_categories_list_categories_home_page .slick-prev,
	#list_categories_list_categories_home_page .slick-next {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: #000;
	  color: #fff;
	  border: none;
	  font-size: 24px;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  z-index: 5;
	  opacity: 0.7;
	  transition: all 0.3s ease;
	  cursor: pointer;
	}



	#list_categories_list_categories_home_page .slick-prev {
	  left: -0px;
	}

	#list_categories_list_categories_home_page .slick-next {
	  right: -0px;
	}

	.navupdates .member-links {
		width: 100% !important;
		display: flex;
		justify-content: end;
		padding-bottom: 11px;
	}
	.navupdates .navigation {
		flex-wrap: wrap;
	}
	.navupdates .member-links ul li {
		text-transform: uppercase;
	}

	.navupdates  .primary {
		gap: 36px !important;
	}
	.navupdates {
		flex-wrap: wrap;
	}

	div#list_categories_list_categories_home_page img.thumb, div#list_categories_categories_list img.thumb {

	  border-radius: 0 25px 0  25px  ; 

	}

	div#list_categories_list_categories_home_page .img, div#list_categories_categories_list .img{ background:#151515 !important;}

	.bannner-ads {
		display: grid;
		gap: 10px;
		background: #000;
		padding: 10px 10px;
		grid-template-columns: repeat(4, 1fr);
		border-radius: 5px;
		margin-top: 10px;
	}


	.view-all {
	padding: 5px 5px !important;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #e50914;
    border-radius: 5px !important;
    margin-right: 10px;
	}
	.view-all:hover {
		background: #e50914;
    color: #000 !important;
	}


.xtweter {
    text-align: right;
}

.xtweter i {
    font-size: 40px;
    position: absolute;
    z-index: 9999;
    top: 70%;
    right: 20px;
}

.item .wrap .rating.negative::before {
    transform: inherit !important;
    color: #276fdb;
    top: calc(50% - 9px);
}
.item .negative {
    color: #276fdb !important;
}
.footer-biller-section.footer-crypto-img-cls {
    position: relative;
}
.fancybox-inner strong {
    text-align: center;
}
.main-div-f {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px  0 0;
}
.box-onesdise .headline {
    padding-top: 0;
    display: block;
    text-align: center;
}
.box-onesdise .post-thumb {
    width: 300px !important;
    height: auto !important;
}



/*Post css*/


div#list_posts_common_posts_list h1 {
    text-align: left;
}
/* Overall block */
.all-listing{
    background: #151515;
    padding: 40px 0px;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Heading */


/* Grid layout */
.all-listing .list-posts .margin-fix {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}

/* Card */
.all-listing .item {
    background: #0f0f0f;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.all-listing .item:hover {

    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* Clickable card */
.all-listing .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
       padding: 0px 0 25px;
    color: inherit;
    text-decoration: none;
	color:#e50914 !important;
}

/* Image */
.all-listing .post-thumb {
    width: 303px !important;
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 0px;
}

/* Title */
.all-listing .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

/* Description */
.all-listing .description {
    font-size: 14px;
    line-height: 1.6;
    color: #cfcfcf !important;
    margin-bottom: 10px;
	    padding: 0 10px;
}

/* Bottom meta */
.all-listing .wrap {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Date */
.all-listing} .added {
    font-size: 12px;
    color: #9a9a9a;
}

/* Read more style (fake link look) */
.all-listing .item a::after {
    content: "Read More →";
    font-size: 13px;
    color: #e50914 !important;
    margin-top: 12px;
    align-self: flex-start;
    padding: 0 10px !important;
}

.description {
    position: relative;
    line-height: 1.5em; /* adjust according to your design */
    max-height: 3.5em; /* 3 lines = 1.5em * 3, 4 lines = 1.5em * 4 */
    overflow: hidden;
}
 
.description .read-more {
    display: inline-block;
    margin-top: 5px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
 
 
 

/* Responsive */
@media (max-width: 992px) {
    .all-listing .list-posts .margin-fix {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .all-listing .list-posts .margin-fix {
        grid-template-columns: 1fr;
    }
}

/*End*/
	/*===================
	Responsive Css Start 
	=====================*/
	@media only screen and (max-width: 1590px) {
		.update_block_info {
			width: 530px;
		}
	}

	@media (max-width: 1024px) {
		.girlfriend_listings_pg.clear {
			grid-template-columns: repeat(4, 1fr);
		}
		.centerwrap {
		width: 748px;
	}
	}
	@media (max-width: 768px) {
		.girlfriend_listings_pg.clear {
			grid-template-columns: repeat(3, 1fr);
		}
		.tour_top_menu_container, .update_block, .update_table_left, .update_table_right {
		width: 100%;
	}
	.bannner-ads {
		grid-template-columns: repeat(1, 1fr);
	}
	}

	@media only screen and (max-width: 767px) {
		.updatesArea .updateItem a img {
			width: 100%;
			height: auto;
		}
		.centerwrap {
		width: 95%;
	}
	h2.title {
		font-size: 16px;
	}
	.update_block_info {
		width: 100%;
	}
	.model_bio {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.getAccess a {
		font-size: 18px;
		line-height: 125%;
	}
	.centerwrap {
		width: 95%;
		margin:auto;
	}
	.modelUpdates {
		max-width: 100%;
		width: 100%;
	}

	.update_block {
		flex-wrap: wrap;
	}
	}
	@media (max-width: 480px) {
		.girlfriend_listings_pg.clear {
			grid-template-columns: repeat(2, 1fr);
		}
		.girlfriend_listings_pg .updateItem .updateDetails {
		bottom: -10px;
	}
	}

	.post-content {
		color: #000;
		padding: 10px;
	}


.fancybox-opened  input.submit {
   border: 1px solid #e50914 !important;
    background-color: #e50914 !important;
    
}