/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
::-webkit-scrollbar
{
	width: 0px;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #27272A;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #27272A;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 115%;
    color: #27272A;
}
h2 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
	color: #27272A;
}
h3 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 56px;
	line-height: 120%;
	color: #27272A;
}
h4 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #27272A;
}
h5 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #27272A;
}
h6 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: #27272A;
}
p {
	font-size: 18px;
	line-height: 26px;
	color: #27272A;
}
 p strong {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}
p a {
    color: #27272A;
	text-decoration: underline;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
    padding-bottom: 20px;
    padding-left: 15px;
    margin-bottom: 0;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #27272A;
}
li a {
	color: #27272A;
}
li a:hover {
	color: #27272A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.cmn-btn {
	min-width: 174px;
	padding: 12px 10px;
    min-height: 48px;

	display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	text-align: center;

    font-family: "Jost", sans-serif;
	color: #E61D27;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: 0.03em;

    border: 1px #E61D27 solid;
	background: none;
	border-radius: 100px;

	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.cmn-btn:hover {
	background: #E61D27;
	color: #fff;
}
.cmn-btn.btn-white {
    border-color: #fff;
    color: #fff;
}
.cmn-btn.btn-white:hover{
	background: #fff;
	color: #000;
}
.btn-black {
	background: #27272A;
	border-color: #27272A;
	font-weight: normal;
	color: #fff;
}
.btn-black:hover {
	background: #3f3f46;
	color: #fff;
	border-color: #3f3f46;
}
.btn-border {
	background: transparent;
	border-color: #27272A;
	color: #27272A;
}
.btn-border:hover {
	background: #3f3f46;
	border-color: #3f3f46;
	color: #fff;
}
.btn-border:hover svg path {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btn-border:hover svg path {
    fill: #fff;
}
.cus-btn-2 {
    position: relative;
    overflow: hidden;
    color: #E61D27;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 500px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #E61D27;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #E61D27 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.cus-btn-2 span:first-child {
    position: relative;
    transition: all 602ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 110;
}
.cus-btn-2 span:last-child {
    color: #FAFAFA;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.cus-btn-2:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 102%;
    height: 100%;
    background-color: #E61D27;
    border: 0;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}
.cus-btn-2:hover {
    border-radius: 500px;
}
.cus-btn-2:hover span:first-child {
    opacity: 0;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: translateX(-50%) translateY(-50%);
}
.cus-btn-2:hover span:last-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 600ms cubic-bezier(0.48, 0, 0.12, 1);
}
.cus-btn-2:hover:after {
    transform-origin: bottom center;
    transform: skewY(6.3deg) scaleY(2);
}
/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 10px 0px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 14px rgba(0,0,0,0.08);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo {
    width: 160px;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.main-nav {
    width: calc(100% - 160px - 20px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.nav-manu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}
.nav-manu ul li {
    padding: 0 0;
    position: relative;
    margin-right: 28px;
    font-size: 16px;
    line-height: normal;
	color: #27272A;
}
.nav-manu ul li a {
    color: #27272A;
	position: relative;
}
.nav-manu ul li a::after{
	content: "";
	background: #E61D27;
	width: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	margin: 0 auto;
}
.nav-manu ul li a:hover {
    color: #E61D27;
}
.nav-manu ul li.current-menu-item a {
	color: #E61D27;
}
.nav-manu ul li.current-menu-item a::after, .nav-manu ul li a:hover::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
	position: absolute;
	display: block;
	top: 23px;
	width: auto;
	transform: scale(1, 0);
	transition: all 0.5s;
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	min-width: 208px;
	left: 0;
	z-index: 1999;
	padding: 13px 0 0 0;
	width: auto;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 -1px;
    transition: .4s;
    background-color: #f3eded;
    position: relative;
    box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
    border-radius: 0;
    border: 1px solid #d9d9d9;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	color: #27272A;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}

.navigation ul li ul.sub-menu li:hover {
    background-color: #e61d27;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #e61d27;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 55%;
	right: -12px;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	transition: 0.4s;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #27272A;
	margin-top: 2px;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #E61D27;
	transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
.mob-login {
	display: none;
}
.menu-overlay {
    content: "";
    background: rgb(0 0 0 / 71%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // HERO SECTION START // ================== **/
.banner-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    padding: 0;
    height: 500px;
    background: #F3EDED;
}
.banner-info-holder {
    justify-content: flex-end;
    display: flex;
    width: auto;
}
.banner-info-card {
    padding-right: 45px;
    padding-bottom: 0;
    align-items: end;
    width: 100%;
    max-width: 40rem;
}
.banner-info-card p {
    font-size: 18px;
    line-height: 35px;
}
.banner-img-holder {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner-img-holder:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100px;
    pointer-events: none;
    background: #f3eded;
    clip-path: ellipse(100% 60% at 0 50%);
}
.banner-img-card {
    width: 100%;
    height: 100%;
}
.banner-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/** ================== // HERO SECTION END // ================== **/

/** ================== // CATEGORIES SECTION CSS START // ================== **/
.section {
    padding: 100px 0;
}
.heading {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}
.heading h6 {
    margin-bottom: 10px;
}
.heading p {
	font-size: 16px;
    line-height: 26px;
}
 .heading h2, .heading h3, .heading h4, .heading h5 {
    margin: 0;
    padding: 0;
    font-size: 45px;
    position: relative;
    line-height: 1;
}
.heading h2 + p, .heading h3 + p, .heading h4 + p, .heading h5 + p {
	margin-top: 25px;
}
.heading h2 {
	text-transform: capitalize;
}
.tittle-icon-border {
    margin-bottom: 15px;
}
.categories-section {
    background: url("../images/categories-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.categories-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 25px;
}
.categories-card-inner {
    position: relative;
    border-radius: 150px 150px 0px 0px;
    overflow: hidden;
}
.categories-img-card {
    position: relative;
    height: 380px;
}
.categories-img-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories-img-card h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 120%;
    color: #fffefd;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding: 0 15px;
}
.categories-img-card::before {
    content: "";
    position: absolute;
    background: linear-gradient(rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 78%) 98.54%);
    width: 100%;
    height: 30%;
    left: 0;
    right: 0;
    bottom: 0;
}
.categories-hover-card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    background: rgb(240 233 225 / 92%);
    border: 1px solid #e61d27;
    transition: 0.5s;
    border-radius: 150px 150px 0px 0px;
}
.categories-hover-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 15px;
    text-align: center;
    height: 100%;
    position: relative;
}
.categories-card-inner:hover .categories-hover-card {
	bottom: 0;
}
.categories-hover-info img {
    max-height: 50px;
	margin-bottom: 20px;
}
.categories-hover-info h3 {
    font-size: 23px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.categories-hover-info p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}
.categories-hover-info .book-btn {
    position: absolute;
    bottom: 20px;
}
.book-btn .cmn-btn {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: 1px #7a5c4f solid;
    background: #7a5c4f;
}
.categories-wrap.categories-slider.slick-initialized,
.shaadi-cmn-property-slider.slick-initialized {
    display: block;
	margin: 0 -15px;
}
.categories-slider .slick-slide,
.shaadi-cmn-property-slider .slick-slide {
	margin: 0px 15px;
}
.categories-section .testimonials__pagination,
.cmn-property-slider-section .cmn__slider__pagination {
    justify-content: center;
}
.cmn__slider__pagination.shaadi-slider-action.hide-arrow {
    margin: 0;
}
.cmn-property-slider-section .slick-arrow.slick-hidden {
	display: none !important;
}
/** ================== // CATEGORIES SECTION CSS END // ================== **/

/** ================== // PROPERTIES SECTION CSS END // ================== **/
.gary-bg {
	/* background: #fff8f8; */
    background: url("../images/gary-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.light-bg {
	background: url("../images/categories-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.properties-wrap {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 30px 15px;
}
.properties-item-holder {
    background: #FFFFFF;
    box-shadow: rgb(32 32 32 / 16%) 0 0 5px;
    border-radius: 10px;
	height: 100%;
}
.properties-image {
    padding: 15px 15px;
}
.properties-image img {
    border-radius: 6.66667px;
}
.properties-content {
    padding: 10px 15px 20px;
}
.properties-content h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 12px;
}
.properties-content h3 a {
	color: #000;
}
.properties-content h3 a:hover {
	color: #E61D27;
}
.properties-content p {
    color: #000000;
    font-size: 15px;
}
.properties-content p i {
    margin-right: 4px;
}
.plc-count-room {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.plc-count-room li {
	color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.plc-count-room li i {
    margin-right: 4px;
	margin-bottom: 4px;
	display: block;
}
.properties-btn {
    margin-top: 20px;
}
.properties-btn .cus-btn-2 {
    width: 100%;
    color: #000 !important;
    border-color: #000000;
}

.properties-btn .cus-btn {
	width: 100%;
}
.cus-btn {
	position: relative;
	overflow: hidden;
	color: #E61D27;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	justify-content: center;
	padding: 12px 28px;
	text-decoration: none;
	border-radius: 500px;
	cursor: pointer;
	border: 1px solid #000000;
    background-color: transparent;
    color: #000;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.cus-btn .text {
    position: relative;
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(16px, 1.042vw, 40px);
    height: clamp(16px, 1.042vw, 40px);
    background-color: #000000;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.cus-btn:hover {
    border: 0.2px solid #000000;
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.1) inset, 4px 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
    color: #FAFAFA;
}


.cus-btn:hover .circle {
    background-color: #000000;
    width: 420px;
    height: 420px;
    opacity: 1;
}

/** ================== // PROPERTIES SECTION CSS END // ================== **/

/** ================== // APP-WEBSITES SECTION CSS START // ================== **/
.section.app-websites-section {
	position: relative;
	padding: 80px 0;
	background: #fff;
}
.app-websites-section::before,
.app-websites-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.app-websites-section::before {
    background: url("../images/app-websites-shape-left.png");
    background-repeat: no-repeat;
	width: 220px;
    height: 430px;
    top: 0;
    left: 0;
    background-size: 100%  auto;
    background-position: left top;
}
.app-websites-section::after {
    background: url("../images/app-websites-shape-right.png");
    background-repeat: no-repeat;
	width: 220px;
    height: 430px;
    bottom: 0;
    right: 0;
    background-size: 100%  auto;
    background-position: right bottom;
}
.app-websites-content-holder a {
    text-align: center;
    background: #fff;
    box-shadow: rgb(195 195 195) 0 0 5px;
    padding: 30px 25px;
    border-radius: 5px;
    display: block;
}
.app-websites-content-holder a img {
    max-width: max-content;
    max-height: 55px;
    margin-bottom: 15px;
    transition: 0.7s;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.app-websites-content-holder h4 {
    margin: 0;
    margin-bottom: 15px;
    transition: 0.7s;
    font-size: 24px;
    line-height: 28px;
}
.app-websites-content-holder p {
    font-size: 15px;
	transition: 0.7s;
}
.app-websites-content-holder a:hover {
    background: #000000;
}
.app-websites-content-holder a:hover h4,
.app-websites-content-holder a:hover p {
	color: #fff;
}
.app-websites-content-holder a:hover img {
	filter: invert(1);
}
.app-websites-wrap {
    margin: 0 -15px;
    position: relative;
    z-index: 2;
}
.app-websites-wrap .slick-slide {
    margin: 0 15px;
}
.app-websites-content-holder {
    padding: 2px 0;
}
/** ================== // APP-WEBSITES SECTION CSS END // ================== **/

/** ================== // WHY SHAADI SECTION CSS END // ================== **/
.why-shaadi-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background-attachment: fixed; */
    background-position: center;
}
.why-shaadi-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 84%) 0%, rgb(0 0 0 / 65%) 50%, rgb(143 34 34 / 0%) 100%);
}
.why-shaadi-section .container {
    position: relative;
    z-index: 1;
}
.why-shaadi-wrap {
	padding-top: 20px;
}
.why-shaadi-section .heading * {
    color: #fff;
}
.counter-box {
    text-align: center;
    position: relative;
}
.counter-box .icon {
    position: relative;
    font-size: 45px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.counter-box .icon::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px dashed #fff;
    border-radius: 100%;
    z-index: -1;

	-webkit-animation-name: Rotate;
 -webkit-animation-duration: 5s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: Rotate;
 -moz-animation-duration: 5s;
 -moz-animation-iteration-count: infinite;
 -moz-animation-timing-function: linear;
 -ms-animation-name: Rotate;
 -ms-animation-duration: 5s;
 -ms-animation-iteration-count: infinite;
 -ms-animation-timing-function: linear;
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.counter-box .icon img {
    width: 50px;
}

.rank-nums-ser {
    margin-top: 20px;
}
.rank-nums-ser h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
}
.counter-box p {
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
/** ================== // WHY SHAADI SECTION CSS END // ================== **/


/** ================== // TESTIMONIAL SECTION CSS START // ================== **/
.testimonial-section {

}
.testimonial-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    padding: 0;
}
.testimonial-heading {
    justify-content: flex-end;
    display: flex;
    width: auto;
}
.testimonial-heading .heading {
    padding-right: 55px;
    padding-bottom: 0px;
    align-items: end;
    width: 100%;
    max-width: 39rem;
    text-align: left;
    margin: 0;
}
.testimonial-slider-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.testimonial-slider {
    margin-right: -150px;
}
.testimonial-slider .slick-slide {
    margin: 0 10px;
    opacity: 0.7;
    transform: scale(0.9);
    filter: blur(1px);
    transition: 0.5s;
}
.testimonial-slider .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}
.testimonial-slider-holder {
    background: #fff;
    border: 1px solid #333;
    padding: 30px;
    border-radius: 35px;
    text-align: left;
    min-height: 487px;
    position: relative;
    overflow: hidden;
}
.testimonial-slider-holder::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/testimonials-shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 260px;
    height: 190px;
    pointer-events: none;
    z-index: 0;
}
.testimonials-quote {
    margin-bottom: 15px;
	position: relative;
    z-index: 1;
}
.testimonials-quote img {
    opacity: 0.3;
}
.testimonial-slider-content {
    max-height: 300px;
    min-height: 252px;
    overflow-y: auto;
    margin-bottom: 10px;
	position: relative;
    z-index: 1;
}
.testimonial-slider-holder p {
	font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
	color: #000000;
}
.testimonial-slider-content p {
    margin: 0;
}
.testimonial-footer p {
    line-height: 24px;
	margin-bottom: 10px;
}
.testimonial-footer {
    margin-top: 20px;
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
	position: relative;
    z-index: 1;
}
.testimonial-slider-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.testimonial-slider-content::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.testimonial-slider-content::-webkit-scrollbar-thumb {
	background-color: #555;
}
.testimonials__pagination.testi__pagi__mob {
    display: none;
}
.testimonials__pagination,
.cmn__slider__pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.slider-dots-box {
	margin: 0px 15px;
}

.slider-dots-box ul.slider-dots {
	padding: 0;
	margin: 0;
	display: flex !important;
	align-items: center;
	list-style-type: none;
	line-height: 1;
	column-gap: 8px;
}

.slider-dots-box ul.slider-dots li {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-dots-box ul.slider-dots li::before {
	display: none;
}

.slider-dots-box ul.slider-dots li button {
	font-size: 0;
	width: 8px;
	height: 8px;
	background: rgb(0 0 0 / 26%);
	border-radius: 100%;
	transition: 0.7s;
	cursor: pointer;
}

.slider-dots-box ul.slider-dots li.slick-active button,
.slider-dots-box ul.slider-dots li.slick-active button:hover {
	background: #000;
}

.testimonials__pagination .cmn-arrow,
.cmn__slider__pagination .cmn-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    cursor: pointer;
    font-size: 16px;
    color: #27272A;
}

.testimonials__pagination .cmn-arrow:hover,
.cmn__slider__pagination .cmn-arrow:hover {
    background: #000000;
    border-color: #000;
	color: #fff;
}
/** ================== // TESTIMONIAL SECTION CSS END // ================== **/

/** ================== // FAQS SECTION CSS START // ================== **/
.faqs-wrap {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px 15px;
}
.faqs-col-left {
    max-width: 585px;
    position: relative;
}
.faqs-img-card {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.faqs-img-card::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
	background: #000;
	opacity: 0.1;
}
.faqs-img-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.faqs-img-card .heading {
    margin: 0;
    position: absolute;
    top: 40px;
    inset-inline-start: 30px;
    max-width: 400px;
    z-index: 2;
    text-align: left;
}
.box-area {
    max-width: 215px;
    bottom: 0;
    inset-inline-end: 0;
    inset-inline-start: inherit;
    padding: 15px 0 0 15px;
    border-start-start-radius: 12px;
    border-start-end-radius: 0;
    background: #ecf0f0;
    position: absolute;
}
.box-area::after, .box-area::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: -13px;
    width: 13px;
    height: 13px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.box-area::before {
    inset-inline-start: inherit;
    inset-inline-end: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.box-area::after {
    inset-inline-start: auto;
    top: auto;
    inset-inline-end: -13px;
    bottom: 0;
}
.box-area::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    inset-inline-start: -12px;
    inset-inline-end: inherit;
}
.call-box {
    background-color: #000000;
    border-radius: 10px;
    padding: 25px 20px 30px;
}
.call-box h4 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.call-icon {
    display: block;
    width: 50px;
    margin-bottom: 10px;
}
.call-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.call-box .number {
    color: #fff;
    font-weight: 500;
}
.accordion-collapse-list {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 2px;
    border-radius: 5px;
}
.accordion-collapse-list:last-child {
	margin-bottom: 0;
}
.accordion-heading {
    padding: 25px 25px;
	cursor: pointer;
}
.accordion-heading h3 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    padding-right: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #0c1e21;
}
.accordion-heading h3::before {
	content: "";
    position: absolute;
    top: 4px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    transform: rotate(45deg);
    margin: 0;
}
.accordion-collapse-list.active .accordion-heading h3::before {
	top: 9px;
	transform: rotate(-135deg);
}
.accordion-collapse-content {
    padding-bottom: 25px;
    display: none;

	padding: 25px 25px;
}
.accordion-collapse-content p {
    font-weight: normal;
    font-size: 14px;
    color: #364e52;
}
.accordion-collapse-list.active .accordion-collapse-content {
	display: block;
}
.accordion-collapse-list.active .accordion-heading {
    border-bottom: 1px dashed #c9d1d1;
}
/** ================== // FAQS SECTION CSS END // ================== **/

/** ================== // VENDORS CITY SECTION CSS START // ================== **/
.vendors-city-section {
	position: relative;
	background:  #fafafa;
}
.vendors-city-section::before {
    content: "";
    background: url("../images/vendors-city-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.03;
	pointer-events: none;
}
.vendors-city-section .container {
    position: relative;
	z-index: 1;
}
.vendors-city-listing {
    row-gap: 20px;
}
.vendors-city-listing h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
    font-size: 18px;
}
.vendors-city-listing ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.vendors-city-listing ul li {
    font-size: 16px;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.vendors-city-listing ul li a {
    color: #27272A;
}
.vendors-city-listing ul li a:hover {
    color: #E61D27;
}
.vendors-city-listing ul li:last-child {
    margin-bottom: 0px;
}
.vendors-city-listing ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 14px;
}
/** ================== // VENDORS CITY SECTION CSS END // ================== **/

/** ================== // BOTTOM CONTACT SECTION CSS START // ================== **/
.bottom-contact-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background-attachment: fixed; */
    background-position: top center;
}
.bottom-contact-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 84%) 0%, rgb(0 0 0 / 65%) 50%, rgb(143 34 34 / 0%) 100%);
}
.bottom-contact-wrap {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0;
}
.bottom-contact-wrap h2 {
    color: #fff;
    font-size: 60px;
}
.bottom-contact-wrap p {
    color: #fff;
}
.call-btn .cus-btn {
	border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.call-btn .cus-btn .circle {
    background-color: #fff;
}
.call-btn .cus-btn:hover {
    border: 0.2px solid #E61D27;
    color: #FAFAFA;
}
.call-btn .cus-btn:hover .circle {
    background-color: #E61D27;
}
.call-btn {
    padding-top: 20px;
}
/** ================== // BOTTOM CONTACT SECTION CSS END // ================== **/

/** ================== // SITE FOOTER CSS START // ================== **/
.section.footer-section {
    padding: 80px 0px 35px;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-left-col {
    width: 25%;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    max-width: 190px;
}
.logo-info p {
    margin-bottom: 7px;
    font-size: 15px;
}
.logo-info p strong {
    color: #E61D27;
	font-family: "Poppins", sans-serif;
}
.logo-info p:last-child {
    margin-bottom: 0px;
}
.logo-info {
    margin-bottom: 15px;
}
.footer-right-col {
    width: 70%;
}
.footer-menu-wrap {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px 15px;
}
.footer-wrap h5 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.footer-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-menu-item ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px;
}
.footer-menu-item ul li:last-child {
    margin-bottom: 0;
}
.footer-menu-item ul li a {
    color: #000;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.footer-menu-item ul li a:hover {
    color: #E61D27;
}
.footer-menu-item .footer-contact ul li a i {
    margin-right: 5px;
}
.footer-social {
    margin-top: 30px;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.footer-social ul li {
    margin: 0;
}
.footer-social ul li a {
    background: #000000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
}
.footer-social ul li a:hover {
    background: #E61D27;
}
.footer-social ul li a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
.footer-copyright {
    border-top: 1px solid #000000;
    padding-top: 35px;
    margin-top: 45px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px 15px;
}
.footer-copyright ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.footer-copyright ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1E1E1E;
}
.footer-copyright ul li a {
    color: #1E1E1E;
}
.footer-copyright ul li a:hover {
    color: #E61D27;
}
.designby li a img {
    max-width: 130px;
    margin-left: 10px;
}
.footer-copyright ul.designby {
    justify-content: flex-end;
}
.footer-menu-item.footer-link ul li {
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 6px;
}
.footer-menu-item.footer-link ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 14px;
}
/** ================== // SITE FOOTER CSS END // ================== **/

/** ================== // PROPERTY TYPE SECTION CSS START // ================== **/

.property-type-section .testimonials__pagination {
    margin-top: 50px;
    justify-content: center;
}
.property-type-section .heading h2 {
    line-height: 1.4;
    margin-top: -7px;
}
.property-type-holder {
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: rgb(0 0 0 / 34%) 0 0 5px;
    border-radius: 5px;
    overflow: hidden;
}
.property-type-holder a {
    display: block;
}
.property-type-img-card {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.property-type-img-card img {
	display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
	height: 100%;
	object-fit: cover;
}
.property-type-holder:hover .property-type-img-card img {
    transform: scale(1.05);
}
.property-type-content-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 10px 15px 10px 15px;
    position: absolute;
    width: 95%;
    z-index: 1;
    border-radius: 5px;
    margin: 0 auto;
}
.property-type-content-card h3 {
    font-style: italic;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    transition: 0.7s;
}
.property-arrow-btn {
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 18px;
    height: 32px;
    line-height: 36px;
    text-align: center;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.property-type-slider {
	margin: 0 -8px;
}
.property-type-slider .slick-slide {
	background: #fff;
	transition: 0.5s;
	margin: 0px 8px;
}
.property-type-section {
	overflow: hidden;
}
.property-arrow-btn img {
    max-width: 14px;
}
/** ================== // PROPERTY TYPE SECTION CSS END // ================== **/

/** ================== // CLIENT LOGO SECTION CSS END // ================== **/
.client-logo-inner {
    display: flex !important;
    align-items: center;
}
.client-logo-item {
    margin: 0 50px;
}
.client-logo-item img {
	width: auto;
    max-height: 120px;
}
#scroller {
    width: 10000%;
}
#scroller.ready > * {
    display: inline-block;
    float: left;
    overflow: hidden;

    webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-delay: 1s;
    animation-delay: 1s;

    -webkit-animation-duration: 40s;
    animation-duration: 40s;

    -webkit-animation-name: marginator;
    animation-name: marginator;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#scroller:hover > * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes marginator {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marginator {
    0% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);

        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
#scroller-wrapper {
    overflow: hidden;
}

/** ================== // CLIENT LOGO SECTION CSS END // ================== **/


/** ================== // BANNER SEARCH CSS START // ================== **/
.banner-search-section {
    max-width: 670px;
    width: 50vw;
    position: relative;
    z-index: 1;
	padding-top: 10px;
}
.search-warp-row {
    grid-template-columns: 1fr 250px auto;
    display: grid;
    border-radius: .5rem;
    box-shadow: 0 2px 8px #00000026;
    grid-template-rows: auto;
    grid-row-gap: 0;
    background: #fff;
}
.banner-search-section .form-group {
    position: relative;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-radius: .5rem 0 0 .5rem;
    background: #fff;
    flex-grow: 1;
    padding: 0 .9rem;
    display: flex;
    align-items: center;
    height: 56px;
	font-family: "Poppins", sans-serif;
}
.banner-search-section .form-group.search-location {
    border-radius: 0;
}
.banner-search-section .form-group .text-input {
    border: none;
    width: 100%;
    outline: none;
    height: 100%;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 300;
}
.input-icon {
    width: 1.16rem;
    margin-right: .9rem;
    display: inline-block;
    line-height: 1;
    font-style: normal;
    color: #8c8c8c;
    font-size: 15px;
    font-weight: 500;
}
.search-icon .cmn-btn {
    background: #E61D27;
    border-color: #E61D27;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    min-width: 95px;
    height: 56px;
    border-radius: 0 .5rem .5rem 0;
}
.search-icon .cmn-btn:hover {
    background: #000;
    border-color: #000;
}
.cat-dropdown {
    border: 1px solid #efefef;
    box-shadow: 0 1px 5px #00000026;
    border-radius: .5rem;
    background-color: #fff;
    position: absolute;
    display: none;
    top: calc(100% + 5px);
    left: 0;
    z-index: 3;
    width: 100%;
	max-height: 400px;
	overflow-y: scroll;
}
.cat-dropdown-heading {
    display: none;
}
.cat-dropdown ul {
    margin: 0;
    list-style-type: none;
    column-count: 3;
    column-rule: 1px solid #d9d9d9;
    padding: .63rem 1rem;
}
.cat-dropdown ul li {
    font-size: 13px;
    line-height: 22px;
}
.cat-dropdown ul li a {
    color: #27272A;
    display: flex;
    border-bottom: 1px solid #eee;
    line-height: 22px;
    padding: 5px 0px;
    position: relative;
    column-gap: 5px;
}
.cat-dropdown ul li a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 11px;
}
.cat-dropdown ul li a:hover {
	color: #e61d27;
}
.cat-dropdown ul li.categ-has-children > a {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #e61d27;
    margin: 0;
    padding: 0;
    border: 0;
}
.cat-dropdown ul li.categ-has-children > a::before {
	display: none;
}
.cat-dropdown ul li.categ-has-children ul.categ-sub-menu {
    column-count: inherit;
    padding: 0px 0 0 10px;
	column-count: 1;
	width: 100%;
}
.cat-dropdown ul li.categ-has-children {
    padding-bottom: 0;
    border: 0;
	margin-bottom: 12px;
}
.cat-dropdown ul li.categ-has-children ul.categ-sub-menu li {
    margin: 0;
}
.advance-search-btn {
    margin-top: 10px;
    text-align: right;
}
.advance-search-btn a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    column-gap: 5px;
}
.advance-search-btn a i {
    position: relative;
    top: 1px;
	transition: 0.7s;
}
.advance-search-btn a span {
	position: relative;
}
.advance-search-btn a span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 0.7s;
}
.advance-search-btn a:hover span::after {
	opacity: 0;
}
.advance-search-btn a:hover, .advance-search-btn a:hover i  {
	color: #E61D27;
}
/** ================== // BANNER SEARCH CSS END // ================== **/

/** ================== // LISTING PAGE CSS START // ================== **/
.banner-section.inner-banner {
    position: relative;
}
.inner-banner .banner-info-card {
    padding-right: 0;
}
.inner-banner .banner-info-card h1 {
    font-size: 35px;
    line-height: 115%;
}
.inner-banner .banner-info-card p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}
li.breadcrumb-item {
    font-size: 14px;
    line-height: 1.2;
}
.properties-listing-two-col {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-left-col {
    width: 25%;
}
.filter-left-col .popup-filter-header {
    display: none;
}
.left-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, 0.65);
}
.mob-filter-active .left-filter-overlay {
	display: block;
}
.mob-filter-active body {
    overflow-y: hidden;
    touch-action: none;
}
.filter-search-box {
	display:flex;
	align-items:center;
	gap:8px;
	background:#fff;
	border:1px solid #e0e0e0;
	border-radius:8px;
	padding:8px 12px;
	margin-bottom:14px
}
.filter-search-box input {
	border:none;
	outline:none;
	background:transparent;
	font-size:13px;
	color:#333;
	width:100%
}
.filter-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.filter-header h4 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 10px;

    font-family: "Poppins", sans-serif;
	font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #27272A;

	background: #f7f7f7;
    position: relative;
    margin: 0;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
}
.filter-header h4::after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-size: 11px;
}
.filter-item.open .filter-header h4::after {
	transform:rotate(180deg);
}
.filter-body {
    padding: 10px 15px;
    /* border-top: 1px solid #f0f0f0; */
    /* display: none; */
}
.open .filter-body {
    display: block;
}
.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 13px;
    color: #333;
}
.filter-option input[type=checkbox], .filter-option input[type=radio] {
    accent-color: #000000;
    width: 14px;
    height: 14px;
    cursor: pointer;
    flex-shrink: 0;
}
.filter-detail-right-col {
    width: calc(75% - 24px);
}
.search-results-head {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.filter-btn-hide-desktop {
	display: none;
}
.search-results h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #6c6c6c;
    font-weight: 600;
    grid-area: results;
    text-transform: uppercase;
    letter-spacing: .0625rem;
}
.search-view-mode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #efefef;
    border-radius: .5rem;
    margin-left: auto;
    padding: 4px;
    column-gap: 5px;
}
.filter-btn {
    display: inline-flex;
    align-items: center;
    color: #6c6c6c;
    font-size: .875rem;
    line-height: 1.3125rem;
    transition: all .15s;
    height: 35px;
    border-radius: .5rem;
    padding: 7px 16px;
    column-gap: .5rem;
	cursor: pointer;
}
.filter-btn:hover {
	background-color: #fff;
    color: #222;
}
.filter-btn.active {
    box-shadow: 0 2px 8px #00000026;
    background-color: #fff;
    color: #222;
    font-weight: 600;
}
.vendor-detail-card {
    display: grid;
    grid-template-columns: minmax(255px, 290px) auto;
    grid-template-areas: "vendor-img vendor-tile-content";
    grid-gap: 1.5rem;
    align-items: start;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    padding: 15px 15px;
}
.properties-image.vendor-img {
    padding: 0;
    position: relative;
}
.vendortag {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #E61D27;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    padding: 0 8px;
    display: flex;
    align-items: center;
    border-radius: .19rem;
}
.properties-content.vendor-tile-content {
    padding: 0;
}
.properties-content .vendor-name h3 {
    margin-bottom: 0px;
}
.properties-content .vendor-rating p {
    color: #6c6c6c;
    font-size: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 5px;
}
.properties-content .vendor-rating p span {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.properties-content .vendor-rating p span img {
    width: 16px;
    height: 16px;
}
.vendor-name, .vendor-rating, .location-location, .vendor-description {
    margin-bottom: 10px;
}
.properties-content .location-location p {
    font-size: 14px;
    color: #505050;
    line-height: 20px;
}
.properties-content .vendor-description p {
    font-size: 14px;
    color: #161616;
    line-height: 24px;
}
.vendor-footer {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr minmax(0, 160px);
    align-items: center;
    column-gap: 15px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.vendor-footer-info .plc-count-room {
    justify-content: flex-start;
    gap: .5rem 1rem;
}
.vendor-footer-info .plc-count-room li {
    color: #161616;
	font-weight: normal;
}
.vendor-footer-info .plc-count-room li i {
    display: inline-block;
    margin-bottom: 0;
}
.property-inner-faqs-section .faqs-wrap {
    grid-template-columns: unset;
}
.property-inner-faqs-section .faqs-col-left {
    display: none;
}
.property-inner-faqs-section .heading h2 {
    line-height: 1.3;
	text-wrap: balance;
}
.list-wrap.grid-view-filter {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    column-gap: 15px;
}
.grid-view-filter .properties-item-col-3.vendor-detail-card {
    display: block;
    border-radius: 10px;
}
.grid-view-filter .properties-image.vendor-img {
    margin-bottom: 15px;
}
.grid-view-filter .vendor-footer {
    display: block;
}
.grid-view-filter .vendor-detail-btn {
    margin-top: 20px;
}
.grid-view-filter .vendor-detail-btn .cus-btn {
    width: 100%;
}
.advance-search-sidebar-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    height: 100%;
    background: #0D0D0D;
    z-index: 9999;
    box-shadow: -0.1vw 0 0.52vw rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}
.advance-search-sidebar-popup.open {
	right: 0;
    transition: 0.3s;
}
.advance-search-sidebar-holder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 9999;
}
.popup-filter-header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-filter-header h3 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1.12px;
}
.close-filter img {
    width: 24px;
	cursor: pointer;
}
.popup-filter-body {
    padding: 0 0 20px;
    flex-grow: 1;
    overflow-y: auto;
    border-top: 1px solid rgb(0 0 0 / 25%);
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    padding-top: 20px;
}
.popup-filter-body .filter-item {
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    margin-bottom: 0;
    border-radius: 0;
}
.popup-filter-body .filter-item:last-child {
	border-bottom: 0;
}
.filter-header.filter_toggle_head h4 {
    background: transparent;
    margin-bottom: 0;
    font-size: 18px;
    padding: 20px 0px;
}
.filter-body.filter_toggle_body {
    border: 0;
    padding: 0;
    padding-bottom: 20px;
}
.filter-body.filter_toggle_body .filter-option {
    font-size: 16px;
}
.filter-body.filter_toggle_body .filter-option input[type=checkbox], .filter-body.filter_toggle_body .filter-option input[type=radio] {
    accent-color: #000;
}
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background: rgba(0, 0, 0, 0.65);
    /* backdrop-filter: blur(0.26vw); */
}
.filter-overlay.show {
    display: block;
}
.popup-filter-header, .popup-filter-body, .popup-filter-actions {
    position: relative;
    z-index: 9999;
}
.popup-filter-actions {
    padding: 25px 30px;
    display: flex;
    gap: 0.52vw;
}
.popup-filter-actions button {
    width: 50%;
}
.popup-filter-actions .cus-btn {
    width: 50%;
    background: #000;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 15px;
	border: 1px solid #000;
    transition: 0.7s;
	color: #fff;
}
.popup-filter-actions .cus-btn.btn-clear {
    background: transparent;
    color: #E61D27;
    border-color: #E61D27;
}
.popup-filter-actions .cus-btn:hover {
    color: #fff;
	background: #E61D27;
	border-color: #E61D27;
}
.popup-filter-actions .cus-btn.btn-clear:hover {
    color: #000;
	background: #fff;
	border-color: #000;
}
body.fliter-is-active {
    overflow: hidden;
}
.popup-filter-body::-webkit-scrollbar {
	width: 5px;
	background-color: #737373;
}
.popup-filter-body::-webkit-scrollbar-thumb {
	background-color: #000;
}

.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
	position: relative;
	line-height: 0;
	outline: 0;
	padding: 0 !important;
	border: 2px solid #000;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
	margin: 0;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: 0.65;
}
.filter-option input[type="checkbox"]::before,
.filter-option input[type="radio"]::before {
	content: '';
	position: absolute;
	right: 50%;
	top: 49%;
	width: 4px;
	height: 10px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	margin: -1px 0px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
}
.filter-option input[type="checkbox"]:checked,
.filter-option input[type="radio"]:checked {
	opacity: 1;
	background-color: #fff;
}
.filter-option input[type="checkbox"]:checked::before,
.filter-option input[type="radio"]:checked::before {
	opacity: 1;
}

.filter-left-col .filter-option input[type="checkbox"],
.filter-left-col .filter-option input[type="radio"] {
	border-color: #000;
}
.filter-left-col .filter-option input[type="checkbox"]::before,
.filter-left-col .filter-option input[type="radio"]::before {
	border: solid #fff;
	border-width: 0 2px 2px 0;
}
.filter-left-col .filter-option input[type="checkbox"]:checked,
.filter-left-col .filter-option input[type="radio"]:checked {
	opacity: 1;
	background-color: #000;
}
.filter-option input[type="radio"] {
	border-radius: 100%;
}
/** ================== // LISTING PAGE CSS END // ================== **/

/** ================== // DETAIL PAGE CSS START // ================== **/
.section.properties-details-section {
    padding: 60px 0;
}
.properties-details-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.properties-details-left-col {
    width: 70%;
	padding-right: 30px
}
.properties-detail-aff-slider {
    height: 480px;
    margin: 0 -5px 10px
}
.properties-detail-aff-slider div {
	width: 100%;
	height: 100%;
}
.properties-detail-aff-slider .slick-slide {
	margin: 0 5px;
}
.properties-detail-thumb-slider {
	margin: 0 -5px;
}
.properties-detail-thumb-slider .slick-slide {
	margin: 0 5px;
}
.properties-detail-slider-item {
    width: 100%;
    height: 480px;
}
.properties-details-slider-holder img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.properties-details-slider-holder .slick-prev, .properties-details-slider-holder .slick-next {
	width: 35px;
	height: 35px;
}
.properties-details-slider-holder .slick-prev {
	left: 20px;
}
.properties-details-slider-holder .slick-next {
	right: 20px;
}
.properties-details-right-col {
    width: 30%;
}
.ven-info {
	padding: 20px;
    box-shadow: 0 2px 8px #00000026;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}
.ven-info h3 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 20px;
	text-transform: capitalize;
}
.ven-info h4 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-top: 5px;
    color: #000;
}
.ven-info p {
	margin-bottom: 10px;
}
.ven-info .table tr th, .ven-info .table tr td, .ven-info p {
    font-size: 14px;
    color: #27272A;
    font-family: "Poppins", sans-serif;
	line-height: 23px;
}
.ven-info .table tr th, .ven-info .table tr td, .ven-info ul li {
    font-size: 14px;
    color: #27272A;
    font-family: "Poppins", sans-serif;
}
.ven-info .table tr th, .ven-info .table tr td {
    padding: 12px 15px;
}
.ven-info .table tr th {
    width: 35%;
}
.ven-info .table tr td {
    width: 65%;
}
.ven-info ul {
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
    column-gap: 15px;
}
.ven-info ul li {
	position: relative;
	line-height: 1.6em;
	margin: 0 5px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #ededed;
}
.ven-info ul li::before {
	position: absolute;
	left: 0;
	font-family: "FontAwesome";
	content: "\f00c";
	margin-right: 12px;
	width: 20px;
	line-height: 1;
	padding: 4px 0;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #000;
}
.tab-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.tab-map {
    height: 350px;
}
.tab-map iframe {
    width: 100%;
    height: 100%;
}
.properties-details-tab-head {
    margin-top: 30px;
    margin-bottom: 30px;
    position: sticky;
    top: 0;
    z-index: 9;
}
.properties-details-tab-head ul {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    display: block;
    list-style-type: none;
    padding: 10px 0;
    box-shadow: 0 2px 8px #00000026;
    background: #fff;
}
.properties-details-tab-head ul li {
    padding: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
}
.properties-details-tab-head ul li a {
    padding: 10px 15px;
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 115px;
}
.properties-details-tab-head ul li a:hover  {
    color: #E61D27;
}
.properties-details-tab-head ul li a.active {
	background: #E61D27;
	color: #fff;
}

.properties-details-tab-head ul::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.properties-details-tab-head ul::-webkit-scrollbar {
	height: 3px;
	background-color: #F5F5F5;
}
.properties-details-tab-head ul::-webkit-scrollbar-thumb {
	background-color: #000;
}
.properties-details-right-inner {
    position: sticky;
    top: 20px;
}
.properties-details-right-col h2 {
    font-size: 45px;
    line-height: 120%;
}
.properties-details-right-col p i {
    margin-right: 5px;
}
.properties-details-right-col p .fa-star {
    color: #cda50b;
    margin-right: 5px;
}
.properties-details-right-col p {
    font-size: 16px;
    border-top: 1px solid #bdbdbd;
    margin: 0;
    padding: 12px 0px;
}
.properties-details-right-col .vendor-detail-btn .cus-btn {
    width: 100%;
    border: 1px solid #E61D27;
    color: #E61D27;
}
.properties-details-right-col .vendor-detail-btn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.properties-details-right-col .vendor-detail-btn .cus-btn {
    width: 48%;
    border: 1px solid #E61D27;
    color: #E61D27;
    padding: 12px 17px;
    font-size: 14px;
    gap: 10px;
}
.properties-details-right-col .vendor-detail-btn .cus-btn.btn-mail {
    background: #E61D27;
    color: #fff;
}
.properties-details-right-col .vendor-detail-btn .cus-btn.btn-cal {
    background: transparent;
    color: #E61D27;
}
.properties-details-right-col .vendor-detail-btn .cus-btn.btn-mail:hover {
	background: transparent;
    color: #E61D27;
}
.properties-details-right-col .vendor-detail-btn .cus-btn.btn-cal:hover {
	background: #E61D27;
    color: #fff;
}
.properties-details-right-col .card-footer {
    background: transparent;
    text-align: center;
    padding: 20px 15px;
}
.properties-details-right-col .card-footer  h5 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #46722f;
    font-style: italic;
}
.properties-details-right-col .card {
    margin-bottom: 20px;
}
.properties-details-right-col .card:last-child {
    margin-bottom: 0px;
}
.properties-details-right-col h3 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    padding-bottom: 10px;
}
.properties-details-right-col h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #f20;
    right: 0;
    margin: 0 auto;
}
.form-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.field label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}
.field .form-control {
    background: transparent;
    border: 1px solid rgb(141 141 141 / 25%);
    border-radius: 4px;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #3B4256;
    padding: 10px 10px;
    box-shadow: none !important;
}
.field textarea.form-control {
    resize: vertical;
    min-height: 88px;
}
.field .form-control:hover {
    border: 1px solid #000;
}
.field.field-submit-btn input.cus-btn-2 {
    width: 100%;
    border-color: #000;
    color: #000 !important;
	transition: 0.7s;
}
.field.field-submit-btn input.cus-btn-2::after {
    display: none;
}
.field.field-submit-btn input.cus-btn-2:hover {
    background: #000;
    color: #fff !important;
}
.hotel-nema-details-mob {
	display: none;
}
/** ================== // DETAIL PAGE CSS END // ================== **/

/** ================== // CONTACT US PAGE CSS START // ================== **/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.banner-section.inner-banner.contact-banner-section .banner-wrap {
    height: 300px;
}
.contact-main-wrapper .let-connect-wrap {
    max-width: 1058px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}
.let-connect-col-left {
    width: 390px;
}
.let-connect-col-left .heading {
    margin-bottom: 30px;
}
.let-connect-col-left .heading h2 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.let-connect-col-left .heading p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 0;
}
.contact-detail-inner {
    background: #1E1E1E;
    border-radius: 30px;
    padding: 42px;
}
.contact-detail-item {
    margin-bottom: 36px;
}
.contact-detail-item:last-child {
    margin-bottom: 0px;
}
.contact-detail-item h5 {
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.contact-detail-item p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}
.contact-detail-item p a {
    color: #FFFFFF;
	text-decoration: none;
}
.contact-detail-item p a:hover {

}
.let-connect-col-right {
    width: 602px;
}
.let-connect-form {
	row-gap: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}
.let-connect-form .form-group label {
    color: #6F7482;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}
.let-connect-form .form-group label sup {
    color: #ED0131;
}
.let-connect-form .form-group .form-control {
    background: #F5F5F5;
    border: 1px solid rgb(207 207 207);
    border-radius: 4px;
    height: 55px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3B4256;
    padding: 10px 15px;
    box-shadow: none !important;
}
.let-connect-form .form-group .form-control:hover {
    border: 1px solid #000;
}
.let-connect-form .form-group textarea.form-control {
    height: 150px;
}
.form-group.submit-group input.cus-btn-2 {
	min-width: 180px;
	min-height: 48px;
    border-color: #000;
    color: #000 !important;
    transition: 0.7s;
}
.form-group.submit-group input.cus-btn-2::after {
    display: none;
}
.form-group.submit-group input.cus-btn-2:hover {
    background: #000;
    color: #fff !important;
}

/** ================== // CONTACT US PAGE CSS END // ================== **/

/** ================== // LOGIN PAGE CSS START // ================== **/
.login-main-section .heading {
    margin: 0;
}
.login-main-section .card-header {
    padding: 20px 15px;
    margin-bottom: 20px;
}
.login-main-section .heading h2 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 500;
}
.login-main-section .heading h2 span {
    color: #E61D27;
}
.login-main-section .card-body {
    padding: 10px 15px;
}
.login-main-section  .form-group.submit-group {
    text-align: center;
}
.card-footer.login-with-wrap {
    background: transparent;
    text-align: center;
    padding: 30px;
    margin-top: 20px;
}
.card-footer.login-with-wrap p strong {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.login-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-social-icon {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.45rem;
    color: #333;
    border-radius: 50%;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}
.login-social-icon:hover {
    border: 1px solid #E61D27;
    background: #E61D27;
	color: #fff;
}
.login-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.login-with-wrap p {
    font-size: 15px;
}
.login-with-wrap p a {
    font-size: 15px;
	color: #E61D27;
}
.form-group.forgot-group {
    text-align: right;
}
.form-group.forgot-group p {
    font-size: 13px;
    line-height: 1;
}
.form-group.forgot-group p a {
    color: #282828;
    text-decoration: underline;
}
.form-group.forgot-group p a:hover {
	color: #E61D27;
}
.login-main-section .form-group.group-half {
    width: 49%;
}
.login-main-section .form-group {
    width: 100%;
}
.login-main-section .let-connect-form {
    flex-direction: unset;
}
.wedding-option-radio {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
}
.login-main-section .wedding-option-radio .filter-option {
    margin: 0;
    display: flex;
    color: #333;
}
.login-main-section .wedding-option-radio .filter-option input[type="radio"] {
    border-color: #000;
}
.login-main-section .wedding-option-radio .filter-option input[type="checkbox"]::before, .login-main-section .wedding-option-radio .filter-option input[type="radio"]::before {
    border-color: #000;
    top: 50%;
}
.signup-main-section .let-connect-wrap {
    justify-content: center;
}
.let-connect-form .form-group select.select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 14px;
    padding-right: 2rem;
}
.login-with-img-sec .login-img-holder {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.login-with-img-sec .login-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.login-main-section .login-with-img-sec .card-body {
    padding: 50px 25px 10px;
}
 .card-footer.login-with-wrap.to {
    margin: 0;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
}
 .card-footer.login-with-wrap.to .login-social-media {
    margin: 0;
}
.or-span span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #404040;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
}
.or-span {
    margin-top: 25px;
    margin-bottom: -50px;
}
/** ================== // LOGIN PAGE CSS END // ================== **/

/** ================== // ABOUT PAGE CSS START // ================== **/
.about-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.about-us-left-col {
    height: 720px;
    overflow: hidden;
}
.about-us-left-col img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 30px;
}
.about-wrap .heading {
    text-align: left;
    margin: 0;
}
.about-wrap .heading ul {
    position: relative;
    display: block;
	padding: 0;
	margin-bottom: 20px;
}
.about-wrap .heading ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.about-wrap .heading ul li .about-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
}

.about-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-call-icon {
  width: 55px;
  height: 55px;
  font-size: 25px;
  border-radius: 50px;
  background: #EDF3F8;
  color: #E61D27;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-call-content span {
  font-weight: 500;
  color: #06002E;
font-size: 14px;
}
.about-call-content p a {
  color: #E61D27;
   font-weight: 500;
   text-decoration: none;
}
.fa-user-headset::before {
	content: "\f82d";
}
.about-bottom .cus-btn {
    background: #E61D27;
    color: #fff;
    border-color: #E61D27;
}
.about-bottom .cus-btn:hover {
    background: transparent;
    color: #E61D27;
}

.story-timeline{
	position: relative;
}

.story-timeline::after{
	content: "";
	position: absolute;
	background: #000;
	width: 2px;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.story-circle-start {
	position: absolute;
	background: #fff;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 0;
	border: 2px solid #000;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
}

.story-right-img .story-img {
	margin-left: 80px;
	padding: 0px;
}

.story-left-img .story-img{
	margin-left: auto;
	margin-right: 80px;
}

.story-img {
	width: 400px;
	height: 400px;
	position: relative;
}
.story-img img {
	border-radius: 50%;
	border: 2px solid #353535;
	padding: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-content {
	max-width: 33rem;
	margin-left: auto;
}
.story-left-content .story-content{
	margin-right: 40px;
	padding: 40px;
	text-align: right;
}

.story-right-content .story-content{
	margin-left: 40px;
	padding: 40px;
}

.story-content span{
	font-weight: 500;
	color: #659494;
	margin: 5px 0;
	display: block;
}

.story-timeline .row {
	position: relative;
}

.story-icon {
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 0px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.story-icon img {
	filter: invert(1);
	max-width: 28px;
}
.story-content h3 {
	font-size: 35px;
	line-height: 120%;
	font-weight: normal;
}
.story-content p {
	font-size: 15px;
	line-height: 26px;
}
.how-it-work-item {
	margin-bottom: 80px;
	align-items: center;
}
.how-it-work-item:last-child {
	margin-bottom: 0;
}
.about-wrap .heading p, .about-wrap .heading ul li {
	font-size: 15px;
	line-height: 26px;
}
/** ================== // ABOUT PAGE CSS END // ================== **/

/** ================== // 404 PAGE CSS START // ================== **/

.error-wrapper {
  text-align: center;
}
.error-wrapper h1 {
    font-size: 150px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #E61D27;
    line-height: 1;
    margin-top: -40px;
}
.error-wrapper h1 span {
  color: #000;
}
.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
}
.error-wrapper p {
    margin-bottom: 30px;
}
.cus-btn i {
    margin-right: 5px;
}
/** ================== // 404 PAGE CSS END // ================== **/


/** ================== // PRIVACY POLICY PAGE CSS START // ================== **/

.privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content h4, .privacy-policy-content h5, .privacy-policy-content h6 {
    margin-top: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	color: #000000;
	letter-spacing: -0.04em;
}
.privacy-policy-content .heading h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.04em;
	color: #000000;
}
.privacy-policy-content h2 {
	font-size: 36px;
    line-height: 43px;
}
.privacy-policy-content h3 {
    font-size: 30px;
    line-height: 38px;
}
.privacy-policy-content h4 {
    font-size: 26px;
    line-height: 32px;
}
.privacy-policy-content h5 {
    font-size: 22px;
    line-height: 28px;
	margin-bottom: 15px;
}
.privacy-policy-content h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.privacy-policy-content p, .privacy-policy-content ul li, .privacy-policy-content ol li {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.privacy-policy-content p a, .privacy-policy-content ul li a, .privacy-policy-content ol li a {
    color: #E61D27;
	text-decoration: underline;
}
.privacy-policy-content p a:hover, .privacy-policy-content ul li a:hover, .privacy-policy-content ol li a:hover {
    color: #000;
	text-decoration: none;
}
.privacy-policy-content p, .privacy-policy-content ul, .privacy-policy-content ol {
    margin-bottom: 20px;
}
.privacy-policy-content ul {
    padding: 0px 0px 0px 20px;
}
.privacy-policy-content ul li {
    margin-bottom: 8px;
}
.privacy-policy-content ul li:last-child {
    margin-bottom: 0px;
}
.privacy-policy-content ol {
    padding: 0px 0px 0px 20px;
}
.privacy-policy-content ol li {
    margin-bottom: 8px;
}
.privacy-policy-content ol li:last-child {
    margin-bottom: 0px;
}
/** ================== // PRIVACY POLICY PAGE CSS END // ================== **/

/** ================== // SITEMAP PAGE CSS START // ================== **/
.sitemap-content .nav-manu {
    display: block;
    width: 100%;
}
.sitemap-content ul {
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    list-style-type: disc;
	display: block;
}
.sitemap-content .nav-manu ul li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
.sitemap-content .nav-manu ul li ul {
    margin: 10px 0px 20px;
}
.sitemap-content .nav-manu ul li:last-child {
    margin-bottom: 0;
}
/** ================== // SITEMAP PAGE CSS END // ================== **/
.property-type-slider-v2 .property-type-img-card {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0px auto 0;
}
.property-type-slider-v2 .property-type-content-card {
    position: unset;
    justify-content: center;
    text-align: center;
}
.property-type-slider-v2 .property-arrow-btn {
    display: none;
}

/* Ensure the track is a flex container */
.property-type-slider-v2 .slick-track {
    display: flex !important;
    align-items: stretch;
    padding: 5px 0px;
}

/* Ensure individual slides take up the full height of the track */
.property-type-slider-v2 .slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

/* If your slide has an inner wrapper (like a card), make it fill the space */
.property-type-slider-v2 .slick-slide > div {
    height: 100%;
}
.property-type-slider-v2 .property-type-item {
    height: 100%;
}
.property-type-slider-v2 .property-type-content-card {
    background-color: transparent;
}
.property-type-holder:hover {
    transition: 0.7s;
	background: #fff
}
.property-type-holder:hover .property-type-content-card h3{
    color: #fff;
}
.property-type-holder:hover {
    transition: 0.7s;
    background: #e61d27;
}
.property-type-slider-v2 .property-type-content-card h3 {
    font-size: 18px;
}
.property-type-listing-page .heading h2 {
    font-size: 28px;
}
.property-type-listing-page .heading h2 br {
    display: none;
}
.property-type-listing-page .heading {
    margin-bottom: 30px;
}
.property-type-section.property-type-listing-page {
    padding: 50px 0px;
    /* background: #eee; */
}
.property-type-slider-listing .slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
    margin: 0 7px;
}
.property-type-slider-v2.property-type-slider-listing .property-type-img-card {
    height: 100px;
}
.property-type-slider-v2.property-type-slider-listing .property-type-content-card {
    background-color: transparent;
    padding: 10px 4px;
}
.property-type-slider-listing.property-type-slider-v2 .property-type-content-card h3 {
    font-size: 15px;
}
.property-type-listing-page.property-type-section .testimonials__pagination {
    margin-top: 30px;
}

/* ── Equal 1:1 image crop across all cards ───────────────────────────────── */
.properties-image.vendor-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.properties-image.vendor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.grid-view-filter .properties-image.vendor-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.tab-gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
}
.tab-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Force square crop (override all previous rules) ────────────────────── */
.properties-image.vendor-img,
.properties-image.vendor-img > div {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    padding: 0 !important;
}
.properties-image.vendor-img img,
.properties-image.vendor-img > div > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* ── Square crop for ALL card image containers ──────────────────────────── */
.properties-item-holder .properties-image,
.properties-item-col-3 .properties-image {
    padding: 0 !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 10px 10px 0 0 !important;
}
.properties-item-holder .properties-image img,
.properties-item-col-3 .properties-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

/* ── Restore padded image design + fix equal height ─────────────────────── */
.properties-item-holder .properties-image,
.properties-item-col-3 .properties-image {
    padding: 15px !important;
    aspect-ratio: unset !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    border-radius: 0 !important;
}
.properties-item-holder .properties-image img,
.properties-item-col-3 .properties-image img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 6.67px !important;
}
/* vendor-img variant stays flush (no padding) */
.properties-item-holder .properties-image.vendor-img,
.properties-item-col-3 .properties-image.vendor-img {
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 10px 10px 0 0 !important;
}
.properties-item-holder .properties-image.vendor-img img,
.properties-item-col-3 .properties-image.vendor-img img {
    border-radius: 0 !important;
    height: 220px !important;
}

/* ── View toggle buttons ─────────────────────────────────────────────────── */
button.filter-btn { background: transparent; border: 1px solid #d4d4d4; font-family: inherit; }
button.filter-btn.active { box-shadow: 0 2px 8px #00000026; background-color: #fff; color: #222; font-weight: 600; border-color: transparent; }
button.filter-btn:focus { outline: none; }
