

/* =================================
------------------------------------
  Mondy - Real Estate HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #322429;
	font-weight: 700;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #6a6a6a;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h2 {
	font-size: 72px;
}

.section-title p {
	padding: 25px 30px 10px;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 110px;
	padding-bottom: 110px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	padding: 21px 44px;
	min-width: 156px;
	font-size: 16px;
	background: #002269;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}


@media (max-width: 400px) {
	.site-btn{
		margin-top: 10px;
		padding: 15px 30px;
	}
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-light {
	background: #fff;
	color: #241e1e;
}

.site-btn.sb-big {
	font-weight: 700;
	font-family: "Lato", sans-serif;
	padding: 21px 48px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
Header section
 ---------------------*/
 
.header-section {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 53px;
	background: rgba(255, 255, 255);
	z-index: 999;
}

.header-section.header-bg-2 {
	background: rgba(34, 34, 34, 0.83);
}

.header-nav {
	text-align: right;
	padding-top: 35px;
}

.site-logo {
	float: left;
	display: inline-block;
	padding: 39px 0;
}

.main-menu {
	display: inline-block;
	padding-right: 30px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	color: #000000;
	font-family: "Lato", sans-serif;
	padding: 0 1px 5px;
	border-bottom: 2px solid transparent;
	margin-right: 45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.main-menu li a:hover,
.main-menu li a.active {
	border-bottom: 2px solid #002269;
}

.main-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	text-align: left;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}

.main-menu .sub-menu::before {
	position: absolute;
	content: "";
	left: 15px;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fff;
}

.main-menu .sub-menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	left: 0;
	top: -20px;
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 5px 20px;
	border-bottom: none;
}

.main-menu .sub-menu li a:hover {
	color: #002269;
}

.header-right {
	display: inline-block;
}

.header-right a {
	color: #000000;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	display: inline-block;
}

.header-right .register {
	border: 2px solid #000000;
	min-width: 130px;
	text-align: center;
	padding: 8px 15px;
	margin-left: 25px;
}

.slicknav_menu {
	display: none;
}

/* ----------------
Hero section
 -------------------*/
 .hero-section {
    height: 824px;
    padding-top: 325px;
    background-size: cover; /* Ensures the image covers the section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating */
}


.hero-warp {
	padding: 27px 48px 31px;
	background: rgba(34, 36, 43, 0.83);
}

.main-search-form {
	font-family: "Lato", sans-serif;
}



.search-type .st-item {
	display: inline-block;
}

.search-type .st-item input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.search-type .st-item input:checked+label {
	padding: 11px 30px;
	background: #002269;
}

.search-type .st-item input:checked+label:after {
	bottom: -15px;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0.3s;
	transition: all 0.2s ease 0.3s;
}

.search-type label {
	position: relative;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 11px 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.search-type label:after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: calc(50% - 4px);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	opacity: 0;
}

.search-input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.search-input input {
	width: calc(100% - 156px);
	height: 71px;
	padding-left: 47px;
	color: #3a3a3a;
	font-style: italic;
	border: none;
}

.search-input.si-v-2 input {
	width: calc(100% - 384px);
}

.search-input.si-v-2 .sb-light {
	margin-left: 25px;
	min-width: 203px;
}

/* ----------------
Intro section
 -------------------*/

.intro-first {
	margin-bottom: 98px;
}

.about-text h3 {
	margin-bottom: 30px;
}

.about-text h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 35px;
}

.about-text p {
	margin-bottom: 25px;
}

.readmore-btn {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #002269;
	border-bottom: 1px solid #002269;
	line-height: 1;
}

.readmore-btn:hover {
	color: #002269;
}

/* ----------------
Hero section
 -------------------*/

.property-section {
	padding-bottom: 52px;
}

.property-section .section-title {
	margin-bottom: 90px;
}

.property-item {
	margin-bottom: 55px;
}

.property-item img {
	min-width: 100%;
}

.property-item .pi-image {
	position: relative;
	margin-bottom: 35px;
}

.property-item .pi-badge {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 87px;
	padding: 13px 10px 0;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.property-item .pi-badge.new {
	background: #002269;
}

.property-item .pi-badge.offer {
	background: #ffba00;
}

.property-item h3 {
	margin-bottom: 10px;
}

.property-item h5 {
	margin-bottom: 25px;
}

.property-item p {
	margin-bottom: 20px;
}

/* ----------------
Loan section
 -------------------*/

.loan-section {
	padding: 0 54px;
}

.loan-warp {
	background: #22242b;
	padding: 95px 0 110px;
}

.loan-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 878px;
	margin: 0 auto;
}

.loan-form input {
	width: 100%;
	height: 61px;
	padding: 10px 25px;
	color: #3a3a3a;
	font-size: 16px;
	font-style: italic;
	border: none;
	margin-right: 30px;
}

/* ----------------
Footer section
 -------------------*/

.footer-section {
	padding: 110px 0 0;
	background: #22242b;
}

.footer-widger {
	margin-bottom: 60px;
}

.footer-widger h2 {
	font-size: 18px;
	font-weight: 500;
	padding-top: 65px;
	margin-bottom: 33px;
}

.footer-widger ul {
	list-style: none;
}

.footer-widger ul li a {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 13px;
	opacity: 0.7;
}

.about-widget {
	margin-right: 41px;
	border-right: 2px solid #45484e;
}

.about-widget img {
	margin-bottom: 40px;
}

.about-widget .aw-text {
	max-width: 260px;
}

.about-widget .aw-text p {
	padding-right: 15px;
	margin-bottom: 35px;
}

.copyright {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #676767;
	font-family: "Lato", sans-serif;
	padding: 5px 0 35px;
}

/* ----------------
Other Pages
 -------------------*/

.page-top-section {
	height: 410px;
	padding: 152px 15px 0;
}

.page-top-warp {
	max-width: 1280px;
	margin: 0 auto;
}

/* ----------------
About page
 -------------------*/

.sell-section {
	padding: 0 54px;
}

.sell-section .section-title {
	margin-bottom: 100px;
}

.sell-item {
	text-align: center;
	margin-bottom: 40px;
}

.sell-item .si-icon {
	width: 71px;
	height: 71px;
	margin-bottom: 33px;
	border-radius: 50%;
	background: #002269;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sell-item .si-icon span {
	font-size: 24px;
	font-weight: 700;
}

.sell-item h3 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	margin-bottom: 20px;
}

.sell-item p {
	opacity: 0.7;
}

.agents-section {
	padding-bottom: 80px;
}

.agents-section .section-title {
	margin-bottom: 70px;
}

.agent-item {
	text-align: center;
	margin-bottom: 30px;
}

.agent-item .ai-text {
	padding: 0 5px;
}

.agent-item img {
	min-width: 100%;
	margin-bottom: 35px;
}

.agent-item h4 {
	margin-bottom: 20px;
}

.agent-item p {
	margin-bottom: 25px;
}

/* ----------------
Blog page
 -------------------*/

.blog-item {
	margin-bottom: 58px;
}

.blog-item img {
	min-width: 100%;
}

.blog-item .blog-date {
	font-size: 16px;
	font-weight: 700;
	color: #6a6a6a;
	margin-bottom: 5px;
}

.blog-item h4 {
	margin-bottom: 20px;
}

.blog-item .blog-text {
	padding: 24px 22px 30px;
	background: #f5f8fa;
}

.blog-item.feature-blog {
	background: #f5f8fa;
}

.blog-item.feature-blog .blog-text {
	padding-top: 60px;
}

.blog-item.feature-blog h4 {
	margin-bottom: 30px;
}

.site-pagination {
	padding-top: 20px;
}

.site-pagination a {
	display: inline-block;
	color: #6a6a6a;
	font-size: 15px;
	text-align: center;
	padding: 4px 0;
	margin-right: 3px;
}

.site-pagination a.active {
	color: #fff;
	background: #002269;
	padding: 4px 5px;
}

/* -------------------
 Search Result Page
 ----------------------*/

.search-result-map {
	height: 100%;
	background: #ddd;
	position: relative;
}

.search-result-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.search-results {
	padding: 55px 64px 90px;
}

.search-results .property-item h5 {
	margin-bottom: 8px;
}

.search-results .filter-btn {
	list-style: none;
	margin-bottom: 70px;
}

.search-results .filter-btn li {
	display: inline-block;
	margin-right: 38px;
	font-family: "Lato", sans-serif;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #322429;
	cursor: pointer;
}

.search-results .filter-btn li.active {
	color: #002269;
}

.search-results .load-more {
	min-width: 205px;
}

.property-item .pi-metas {
	margin-bottom: 20px;
}

.property-item .pi-meta {
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #6a6a6a;
	padding-right: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
}

.property-item .pi-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.property-item .pi-meta:last-child:after {
	display: none;
}

.property-item .pi-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #6a6a6a;
}

/* ---------------------
Single Property Page
 ------------------------*/

.single-property .sp-image {
	position: relative;
	margin-bottom: 50px;
}

.single-property .sp-badge {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 87px;
	padding: 13px 10px 0;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.single-property .sp-badge.new {
	background: #002269;
}

.single-property .sp-badge.offer {
	background: #ffba00;
}

.property-facilities {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* space between items */
  }
  
  .property-facilities div {
	background-color: #e0e8fa; /* light blue highlight */
	color: #002269; /* dark teal text */
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: bold;
	
  }
  .property-facilities span{
	align-items: center;
	/* display: flex; */
	font-weight: 600;
  }
.single-property .pi-metas {
	padding-top: 20px;
}

.single-property .pi-meta {
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #584d51;
	padding-right: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}

.single-property .pi-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.single-property .pi-meta:last-child:after {
	display: none;
}

.single-property .pi-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #584d51;
	font-weight: 700;
}

.property-header {
	margin-bottom: 45px;
	margin-bottom: 35px;
}

.property-header h3 {
	margin-bottom: 10px;
}

.property-header h5 {
	font-weight: 500;
	color: #6a6a6a;
}

.property-header p {
	line-height: 1;
	margin-bottom: 0;
}

.property-info-bar {
	padding: 11px 29px 13px;
	margin-bottom: 40px;
	border-top: 2px solid #dfe5e8;
	background: #f5f8fa;
}

.offer-btn {
	display: inline-block;
	text-align: center;
	min-width: 260px;
	padding: 15px 44px;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	color: #322429;
	border: 2px solid #475069;
	background: #fff;
}

.offer-btn:hover {
	color: #322429;
}

.property-text h4 {
	margin-bottom: 25px;
}

.property-text p {
	margin-bottom: 35px;
}

.property-feature .pf-box {
	margin-bottom: 30px;
	background-color: #e0e8fa; 
	color: #002269; 
	padding: 10px 5px;
	border-radius: 4px;
	font-weight: bold;
	
}

.property-feature .pf-box h6 {
	margin: 5px;
	display: flex;
    justify-content: center;
}

.property-feature .pf-box p {
	font-size: 16px;
	margin-bottom: 0;
}

.video-item {
	position: relative;
	margin-top: 10px;
	margin-bottom: 61px;
}

.video-item .video-play {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	height: 56px;
	left: calc(50% - 55px);
	top: calc(50% - 28px);
	border-radius: 24px;
	font-size: 17px;
	color: #002269;
	background: #fff;
}

.loan-calculator {
	padding: 53px 37px 44px;
	background: #f5f8fa;
}

.loan-calculator h4 {
	margin-bottom: 35px;
}

.loan-calculator input {
	width: 100%;
	height: 56px;
	padding: 0 23px;
	color: #3a3a3a;
	font-size: 14px;
	border: none;
	margin-bottom: 28px;
}

.loan-calculator .loan-cal-result {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 15px;
	margin-bottom: 28px;
	line-height: 1;
	background: #fff;
}

.agent-widget {
	margin-bottom: 37px;
}

.agent-widget img {
	min-width: 100%;
}

.agent-widget h4 {
	margin-bottom: 10px;
}

.agent-widget h6 {
	color: #6a6a6a;
	margin-bottom: 25px;
}

.agent-widget p {
	margin-bottom: 30px;
}

.agent-widget .aw-text {
	padding: 35px 26px 45px;
	text-align: center;
	background: #f5f8fa;
}

.map-widget {
	position: relative;
	height: 407px;
}

.map-widget iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* ----------------
Contact Page
 ---------------------*/

.contact-section {
	padding: 100px 0;
}

.contact-section .section-title {
	margin-bottom: 50px;
}

.contact-text {
	padding-right: 95px;
}

.contact-info-box {
	text-align: center;
	padding-top: 60px;
}

.contact-info-box .ci-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	margin-bottom: 26px;
	border-radius: 50%;
	background: #000000;
}

.contact-info-box .ci-icon span {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.contact-info-box h4 {
	margin-bottom: 15px;
}

.contact-form {
	padding: 61px 33px;
	margin-top: 50px;
	background: #f5f8fa;
	text-align: center;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 56px;
	padding: 0 23px;
	font-size: 14px;
	color: #3a3a3a;
	border: none;
	margin-bottom: 28px;
	background: #fff;
}

.contact-form textarea {
	height: 233px;
	padding: 20px 23px 10px;
	resize: none;
	margin-bottom: 35px;
}

.contact-form .site-btn {
	min-width: 335px;
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title h2,
	.about-text h2 {
		font-size: 65px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.about-widget {
		margin-right: 15px;
	}
	.search-result-map {
		height: 600px;
	}
	.search-results {
		padding: 55px 30px 90px;
	}
	.offer-btn {
		min-width: 205px;
	}
	.contact-text {
		padding-right: 40px;
	}
	.blog-item.feature-blog .blog-text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.blog-item.feature-blog h4 {
		margin-bottom: 15px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 0 15px;
	}
	.main-menu {
		padding-right: 15px;
	}
	.main-menu li a {
		margin-right: 15px;
	}
	.header-right .register {
		min-width: 110px;
		margin-left: 10px;
	}
	.about-text {
		margin-top: 40px;
	}
	.hero-warp {
		padding: 25px 30px 29px;
	}
	.search-type label {
		margin-right: 5px;
	}
	.search-type .st-item input:checked+label {
		padding: 11px 15px;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 55px;
	}
	.loan-form {
		display: block;
		text-align: center;
		padding: 0 50px;
	}
	.loan-form input {
		margin-bottom: 30px;
	}
	.about-widget {
		border-right: none;
	}
	.about-widget .aw-text {
		max-width: 100%;
	}
	.footer-widger h2 {
		padding-top: 0;
	}
	.page-top-section {
		height: auto;
		padding-bottom: 80px;
	}
	.sell-section {
		padding: 0 20px;
	}
	.search-result-map {
		height: 600px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-text {
		padding-right: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		padding: 0 15px;
	}
	.site-logo {
		padding: 26px 0;
	}
	.header-nav {
		display: none;
	}
	.slicknav_menu {
		padding: 0;
		display: block;
		background: transparent;
	}
	.slicknav_menu .header-right-warp {
		padding: 10px 0;
		padding-right: 10px;
		border-bottom: 1px solid #111;
		text-align: right;
	}
	.slicknav_menu .header-right .login {
		border-bottom: none;
	}
	.slicknav_menu .header-right .register {
		margin-left: 0;
	}
	.slicknav_menu .header-right a:hover {
		background: transparent;
		color: #fff;
	}
	.slicknav_btn{
		background: #616161;
		margin-top: 29px;
	}
	.slicknav_nav {
		background: #22242b;
		margin-bottom: 30px;
	}
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #111;
	}
	.slicknav_nav a:hover {
		color: #002269;
		border-radius: 0;
		background: #0b0e25;
	}
	.slicknav_nav .slicknav_row {
		padding: 10px 20px;
		margin: 0;
	}
	.slicknav_row a {
		border-bottom: none;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #0b0e25;
	}
	.slicknav_parent.slicknav_open {
		background: #0b0e25;
		color: #002269;
	}
	.hero-section {
		height: auto;
		padding-top: 250px;
		padding-bottom: 100px;
	}
	.hero-warp {
		padding: 25px 20px 29px;
	}
	.about-text {
		margin-top: 40px;
	}
	.search-type label {
		margin-right: 5px;
	}
	.search-type .st-item input:checked+label {
		padding: 11px;
	}
	.search-input {
		display: block;
	}
	.search-input input,
	.search-input.si-v-2 input {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 45px;
	}
	.loan-section {
		padding: 0 15px;
	}
	.loan-form {
		display: block;
		text-align: center;
		padding: 0 15px;
	}
	.loan-form input {
		margin-bottom: 30px;
	}
	.about-widget {
		border-right: none;
	}
	.about-widget .aw-text {
		max-width: 100%;
	}
	.footer-widger h2 {
		padding-top: 0;
	}
	.copyright {
		text-align: center;
	}
	.page-top-section {
		height: auto;
		padding-bottom: 80px;
	}
	.search-input.si-v-2 {
		margin-bottom: 0;
	}
	.search-input.si-v-2 .site-btn {
		margin: 0 25px 25px 0;
	}
	.search-results {
		padding: 55px 30px 90px;
	}
	.search-results .filter-btn li {
		margin-right: 10px;
	}
	.search-result-map {
		height: 500px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-text {
		padding-right: 0;
	}
	.sell-section {
		padding: 0 15px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.section-title h2,
	.about-text h2 {
		font-size: 38px;
	}
	.search-type label:after {
		display: none;
	}
	.section-title p {
		padding: 25px 0 10px;
	}
	
	.about-widget {
		margin-right: 0;
	}
	.site-btn.sb-big {
		padding: 21px 25px;
	}
	.search-results {
		padding: 55px 15px 90px;
	}
	.search-results .filter-btn li {
		margin-right: 0;
	}
	.property-info-bar {
		padding: 11px 15px 13px;
	}
	.loan-calculator {
		padding: 30px 15px 25px;
	}
	.contact-form {
		padding: 50px 20px;
	}
	.contact-form .site-btn {
		min-width: auto;
	}
}

/* css written by niraj //////////////////////////////////////////////////////////////////  */

.city-dropdown , #searchInput {
	padding: 8px;
	border: 1px solid #ccc;

	background: white;
	cursor: pointer;
}

#suggestions {
	position: absolute;
    top: 69px;
    left: 116px;
	background: white;
	border: 1px solid #ccc;
	width: 200px;
	max-height: 150px;
	overflow-y: auto;
	z-index: 1000;
}

.suggestion-item {
	padding: 8px;
	cursor: pointer;
}

.suggestion-item:hover {
	background: lightgray;
}

.filter-btn a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Make the text color inherit from the li */
}




/* single-property-page\////////////////////////////////////////////////////////////////////////////*/
.listing-container {
	
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 24px;
	margin-top: 160px;
	margin-bottom: 80px;

}
.left-column {
	display: flex;
	flex-direction: column;
	gap: 24px; /* Adjust spacing between image-gallery and property-feature as needed */
  }
.headline-poperty{
	margin-top: 160px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.headline-poperty h1{
	font-size: 3rem;
}
.image-gallery {
	display: flex;
	gap: 12px;
}

.thumbnails {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: calc((80px * 5) + (8px * 3));
	overflow-y: auto;
	padding-right: 4px; /* Added margin to separate thumbnails from scrollbar */
  }
  

  .thumbnails::-webkit-scrollbar {
	width: 6px;
  }
  
  .thumbnails::-webkit-scrollbar-track {
	background: transparent;
	margin-left: 10px;
  }
  
  .thumbnails::-webkit-scrollbar-thumb {
	background: #959595;
	border-radius: 3px;
	margin-left: 10px;
  }
  
  .thumbnail {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	cursor: pointer;
	object-fit: cover;
  }
.main-image {
	width: 500px;
	height: 400px;
	border-radius: 8px;
	object-fit: cover;
}

.listing-details {
	padding: 0 20px;
}

.address {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 4px;
}

.location {
	color: #666;
	margin-bottom: 16px;
}

.price {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 4px;
}

.property-type {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.specs {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	color: #333;
}

.spec-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.make-offer {
	padding: 8px 20px;
	background: #002269;
	border: none;
	border-radius: 4px;
	color: white;

	cursor: pointer;
	margin-bottom: 24px;
	margin-right: 10px;
}


.section-content {
	color: #333;
	line-height: 1.5;
	margin-bottom: 50px;
}

.agent-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 8px;
	margin-top: 24px;
}

.agent-photo {
	width: 100px;
	height: 100px;
	border-radius: 4px;
	object-fit: cover;
}

.agent-info {
	flex: 1;
}

.agent-title {
	color: #666;
	font-size: 14px;
	margin-bottom: 4px;
}

.agent-name {
	font-weight: 600;
	margin-bottom: 8px;
}

.contact-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	background: white;
	border:#ff4444 solid 1px ;
	color: #ff4444;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 18px;
	
}

.contact-badge {
	background: #ff4444;
	color: white;
	padding: 2px 6px;
	border-radius: 12px;
	font-size: 12px;
}
.line{
	margin: 10px 0px 10px 0px;
	right: 10%;
	background-color: #000;
}

.vertical-line {
border: none;
border-left: 2px solid #000; /* Vertical line */
 /* Adjust the height to match your design */
margin: 0 10px; /* Spacing around the line */
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
 background-color: #000;
}

.placename{
color: white;
font-size: 32px;
font-weight: 1000;
justify-content: center;
display: flex;
}
.intro{
	margin-top: 10px;
	color: white;
	font-size: 15px;
	display: flex;
	justify-content: center;
}

.filter-container {
	display: flex;
	gap: 20px;
	justify-self: center;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
}
.dropdown {
	position: relative;
}
.dropdown select {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}
.toggle-btn {
	background: white;
	border: 1px solid #ff4b5c;
	padding: 8px 12px;
	border-radius: 5px;
	cursor: pointer;
	color: #ff4b5c;
	font-weight: bold;
}
.toggle-btn.active {
	background: #ff4b5c;
	color: white;
}
.save-search {
	background: #7b4dff;
	color: white;
	padding: 8px 12px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.single-property-section{
	display: flex;
	margin-left: 82px;
}
.reset-filters {
	background: none;
	border: none;
	color: #7b4dff;
	cursor: pointer;
	font-weight: bold;
}


/* Responsive Styles */
@media (max-width: 1024px) {
	.image-gallery {
		display: flex;
	}
	.listing-container {
		grid-template-columns: 1fr;
	}

	.main-image {
		width: 100%;
		
	}

	.specs {
		flex-direction: column;
		gap: 10px;
	}

	.filter-container {
		flex-direction: column;
	}
}

@media (max-width: 768px) {

	.image-gallery {
		display: flex;
	}
	.address {
		font-size: 20px;
	}

	.price {
		font-size: 24px;
	}

	.agent-photo {
		width: 80px;
		height: 80px;
	}

	.contact-button {
		font-size: 12px;
		padding: 6px 12px;
	}
}

@media (max-width: 480px) {
	.image-gallery {
		display: flex;
		flex-direction: column;
		margin: 10px;
	}
	.vertical-line{
		border: none;
		border-left: 2px solid #000;
		height: 1px;
		margin: 10 10px;
	}
	.thumbnails{
		order: 2;
		display: grid;
		grid-template-columns: repeat(5, 1fr); /* Adjusted for better mobile display */
		gap: 8px;
		margin-top: 12px;
  
	}
	.grid-container{
		gap: 0rem;
		grid-template-columns: repeat(4, 1fr);
	}
	.listing-container {
		margin-top: 106px;
		margin-bottom: 40px;
	}
	.single-property-section,.property-feature{
		display: flex;
		margin: 0px;
	}
	.make-offer {
		margin-bottom: 16px;
	}

	.filter-container {
		padding: 20px;
	}
}

































/* listing contents start here */

.card {
	border-radius: 16px;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	cursor: pointer;
}
.card:hover {
	/* border: #000000 solid 1px; */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }



  .card-image-test {
	width: 400px;
	height: 350px;
	object-fit: cover;
	border-radius: 15px;
  }

.card-body {
  display: flex;
  width: 100%;
  min-height: 250px; /* Prevent card height jumps */
}

.card-content {
	padding: 5px 16px 16px 26px;
	width: 60%;
}

.price {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 4px;
}

.emi {
	color: #666;
	font-size: 14px;
}

.title {
	margin: 8px 0 4px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.rera-badge {
	color: #32CD32;
	font-size: 14px;
	padding: 2px 8px;
	border: 1px solid #32CD32;
	border-radius: 4px;
}

.negotiable-badge {
  color: #002269;
  background: #cadbff;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* spacing between icon and text */
  font-weight: 500;
  margin-bottom: 10px;
}

.negotiable-badge img {
  height: 20px;
  width: 20px;
  display: block;
}


.developer {
	color: #666;
	font-size: 14px;
	margin-bottom: 8px;
}

.property-type {
	margin-bottom: 16px;
}

.info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
}

.info-item {
	text-align: center;
}



.info-label {
	color: #666;
	font-size: 12px;
	margin-bottom: 4px;
}

.info-value {
	font-weight: 500;
}

.description {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
}


.cta-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.view-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0; /* Light gray background */
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  min-width: 80px; /* Adjust width based on content */
}

.view-box img {
  width: 20px; /* Adjust icon size */
  height: auto;
  margin-right: 6px; /* Space between icon and number */
}

.view-count {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333; /* Darker text for better readability */
}

.cta-btn {
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  flex: 1;
  text-align: center;
  font-size: 20px;
}

.view-phone {
  background: #cadbff;
  color: #002269;
}

.contact-developer {
  background: #002269;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .cta-container {
    flex-direction: column;
    gap: 8px;
  }

  .cta-btn {
    width: 100%;
  }


}





/* card end here  */

.site-logo{
	max-width: 100px;
}

/* new sidebar */
.testing-gap{
  display: flex;
  gap: 30px;
}
.sidebar {
	width: 300px;
	position: sticky;
	top: 20px;
	height: fit-content;
	color: white;
	padding: 20px;
  }
  
  .submenu {
	padding-left: 20px;
  }
  
  .nav-link {
	color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .main-container {
	display: flex;
	gap: 20px;
	justify-content: center;
  }
  
  /* Rotate icon when expanded */
  .nav-link[aria-expanded="true"] i {
	transform: rotate(180deg);
	transition: transform 0.3s;
  }
  




  /* craousel //////////////////////////////////////////////////////////////////////////// */

  .next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 5px;
}
.prev-btn{

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 5px;
	z-index: 1;
}
.prev-btn {
	left: -60px;
}

.next-btn {
	right: -60px;
}
.container {
max-width: 1400px;
margin: 0 auto;
padding: 20px;
}


.home-carousel-container{
	min-width: 1400px;
}

.carousel-container {

width: 100%;
}

.carousel-wrapper {
position: relative;

margin: 0 auto;
padding: 20px 0;
}

.carousel {

display: flex;
gap: 20px;
cursor: pointer;
user-select: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE and Edge */
-webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
padding: 10px 0px 10px 0px;
}

.carousel::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}

.carousel.dragging {
cursor: grabbing;
scroll-behavior: auto;
}





/* Responsive Design */
@media (max-width: 1024px) {
	.property-card {
	  flex: 0 0 calc(100% / 2 - 20px);
	}
	
	.prev-btn { left: -10px; }
	.next-btn { right: -10px; }
  }
  
  @media (max-width: 768px) {
	.property-card {
	  flex: 0 0 100%;
	}
  
	.prev-btn,
	.next-btn {
	  width: 32px;
	  height: 32px;
	  font-size: 0.8rem;
	}
  
	.property-card-title {
	  font-size: 1rem;
	}
  
	.property-card-price {
	  font-size: 1.2rem;
	}
	.home-carousel-container{
		min-width: 300px;
	}
	.property-card-description {
	  font-size: 0.8rem;
	}
  }
  
  @media (max-width: 480px) {
	.home-carousel-container {
	  padding: 1rem 0.5rem;
	}
	.prev-btn { display: none; }
	.next-btn { display: none; }
	.property-details {
	  padding: 1rem;
	}
	.home-carousel-container{
		min-width: 300px;
	}
	.cta {
	  width: 100%;
	  text-align: center;
	}
  }














.property-card {
flex: 0 0 calc(25% - 15px); /* Show 4 cards, accounting for gap */
min-width: 280px;
background-color: white;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
overflow: hidden;
scroll-snap-align: start;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.deposit{
	margin-bottom: 10px;
}
.property-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.property-image {
position: relative;
height: 200px;
overflow: hidden;
}

.property-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.property-card:hover .property-image img {
transform: scale(1.05);
}

.tag {
position: absolute;
top: 20px;
left: 0;
padding: 8px 16px;
color: white;
font-weight: bold;
text-transform: uppercase;
}

.new {
background-color: #002269;
}

.offer {
background-color: #ffcc00;
}

.property-details {
padding: 20px;
display: flex;
flex-direction: column;
height: calc(100% - 200px);
}

.property-card-price {
font-size: 20px;
color: #333;
margin-bottom: 8px;
font-weight: bold;
}

.property-card-title {
font-size: 24px;
color: #555;
margin-bottom: 12px;
}

/* .property-card-description {
	color: #777;
	line-height: 1.5;
	margin-bottom: 20px;
	flex-grow: 1;
	font-size: 14px; 
	word-wrap: break-word; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	max-height: 200px; 
	padding: 10px;
  } */
  

.cta {
display: inline-block;
color: #002269;
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid #002269;
padding-bottom: 2px;
align-self: flex-start;
transition: color 0.3s, border-color 0.3s;

}

.cta:hover {
color: #cc0000;
border-color: #cc0000;
}

/* Responsive styles */
@media (max-width: 1200px) {
.property-card {
flex: 0 0 calc(33.333% - 14px); /* Show 3 cards */
}
}

@media (max-width: 900px) {
.property-card {
flex: 0 0 calc(50% - 10px); /* Show 2 cards */
}
}

@media (max-width: 600px) {
.property-card {
flex: 0 0 calc(100% - 20px); /* Show 1 card */
min-width: 250px;
}

.property-image {
height: 180px;
}

.property-details {
	position: relative; /* Add this */
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 200px);
  }
  
}

.sponsored-label {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 4px 12px;
	background-color: #fff;
	border: 1px solid #32CD32;
	border-radius: 5px 15px 5px 5px;
	font-size: 14px;
	color: #32CD32;
	display: inline-flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 2;
  }
  
  .sponsored-label img {
	width: 18px;
	height: 18px;
	margin-right: 6px;
  }
  


























  .image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.hover-box {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  pointer-events: none;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.zoom-popup {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  width: 400px;
  height: 400px;
  overflow: hidden;
  display: none;
  border: 2px solid #ddd;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  z-index: 3;
}

.zoom-preview {
  width: 100%;
  height: 100%;
  background-size: 200% 200%;
  background-repeat: no-repeat;
}




@media screen and (max-width: 400px) {
	.hover-box,
	.zoom-popup {
	  display: none !important;
	}
	.headline-poperty h1{
		font-size: 1.5rem;
		margin: 10px;
		text-align: center;
	}

  }




  @media screen and (max-width: 400px) {
	.grid-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem; /* Adjust the gap between grid items as needed */
		padding: 10px;
	  }
	  .property-feature .pf-box h6{
		font-size: 11px;
		margin: 0px;
	  }
  }

.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem; /* Adjust the gap between grid items as needed */
  }
  



















  .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
  }
  
  .modal-content {
	background: white;
	padding: 20px;
	border-radius: 8px;
	min-width: 400px;
	position: relative;
  }


  .hero-section-search {
    background-size: cover;  /* Ensures the image fits while maintaining aspect ratio */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image tiling */
	height: 479px;
    padding-top: 205px;
}


  .searchbar-custom-select {
	background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%233a3a3a" d="M2 0L0 2h4z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	display: inline-block;
	width: 100%;
	
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff;
	margin-right: 10px;
	
  }
  
  .direction-small {
	width: 120px; /* Adjust the width as needed */
	font-size: 14px; /* Optional: Adjust font size */
	padding: 5px; /* Optional: Adjust padding */
  }
  .sold-overlay {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 350px;
    object-fit: cover;

    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    pointer-events: none;
    z-index:999;
    border-radius: 15px;
  }
  











/* tool tip for the footer /////////////////////////////////*/
/* Custom Tooltip Styling */
.tooltip-item {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .custom-tooltip {
    visibility: hidden;
    width: 400px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 18px;
    line-height: 1.4;
  }

  .tooltip-item:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
  }

  /* Ensure footer allows tooltip overflow */
  .footer-section {
    position: relative;
    overflow: visible !important;
  }

  .footer-widger ul {
    position: static;
  }


/* Style for the View Contact button */
.view-contact-button {
  background-color: #ff4444; /* Green background */
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: solid #ff4444 1px;
}

.view-contact-button:hover {
  background-color: #ffffff; /* Darker green on hover */
  color: #ff4444;
}



.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 12px 16px;
  pointer-events: none;
  z-index: 1;
}


/* Container for video thumbnail */
.video-thumb-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* YouTube play button styling */
.yt-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  opacity: 0.9;
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none; /* Allows click to pass through to image */
}

.video-thumb-container:hover .yt-play-button {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}