@charset "UTF-8";

:root {
	--primaryColor: #00456a;
	--blackColor: #2b2b2b;
	--darkBgGaryColor: #f2f2f2;
	--lightYellow: #ffc556;
	--whiteColor: #fff;
}

body {
	font-family: "Manrope";
	font-size: 0.875rem;
	line-height: 1.715;
	font-weight: 400;
	overflow-x: hidden;
}

@font-face {
	font-family: "Arial Bold";
	font-style: normal;
	src: url("./ARIALBD.woff") format("woff");
}

@font-face {
	font-family: "Arial Bold";
	font-style: normal;
	src: url("./ARIALBD 1.woff") format("woff");
}

@font-face {
	font-family: "Arial Regular";
	font-style: normal;
	font-weight: normal;
	src: url("./ARIAL.woff") format("woff");
}

img {
	max-width: 100%;
}

h1,
.h1 {
	font-size: 56px;
	line-height: 1.36;
	font-weight: 600;
	font-family: "Playfair Display", serif;
	color: var(--primaryColor);
}

h2,
.h2 {
	font-size: 38px;
	line-height: 51px;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	color: var(--primaryColor);
}

h3,
.h3 {
	font-size: 34px;
	line-height: 44px;
	font-family: "Manrope";
	font-weight: 500;
}

h4,
.h4 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 800;
	font-family: "Manrope";
}

h5,
.h5 {
	font-size: 16px;
	line-height: 1.63;
}

h6,
.h6 {
	font-size: 14px;
	line-height: 1.63;
}

p {

	/* font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 500; */
	font-size: 18px;
	font-weight: 500;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
}

ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.container-small {
	padding-left: 12px;
	padding-right: 12px;
	width: 1214px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gap-x-40 {
	--bs-gutter-x: 2.5rem;
}

.gap-y-40 {
	--bs-gutter-y: 2.5rem;
}

.gx-72 {
	--bs-gutter-x: 4.5rem;
}

.mt-100 {
	margin-top: 100px;
}

.admin-bar .mt-100 {
	margin-top: 68px;
}

.btn-rounded-outline {
	border: 3px solid var(--primaryColor);
	border-radius: 30px;
	padding: 14px 55px;
	color: var(--primaryColor);
	background-color: transparent;
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 700;

	/*display: inline-flex;*/
	font-size: 20px;
	line-height: 26px;
	font-family: "Manrope";
	justify-content: center;
	display: inline-block;
}

.btn-rounded-outline:hover {
	background-color: var(--primaryColor);
	color: #fff;
}

.site-primary-btn {
	border: 3px solid var(--primaryColor);
	border-radius: 30px;
	padding: 14px 55px;
	color: #fff;
	background-color: var(--primaryColor);
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 700;

	/*display: inline-flex;*/
	font-size: 20px;
	line-height: 26px;
	font-family: "Manrope";
	min-width: 163px;
	text-align: center;
	display: inline-block;
}

.site-primary-btn:hover {
	background-color: #fff;
	color: #003f4f;
}

.g-66 {
	--bs-gutter-x: 4.188rem;
	--bs-gutter-y: 4.188rem;
}

.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 3rem;
}

.section-heading h2 {
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
}

.middle-section .section-heading h2 {
	display: none;
}

.main-left-col {
	width: calc(100% - 400px);
	padding-right: 40px;
}

.main-right-col {
	width: 400px;
	padding-left: 40px;
}

.body-main {
	margin-top: 124px;
}

.page-id-3000 .body-main {
	margin-top: 100px;
}

.admin-bar .body-main {
	margin-top: 90px;
}

.home .body-main {
	margin-top: 0;
}

.inner-banner {
	background-color: #fff;
	width: 100%;
	position: relative;
	color: white;
	padding: 100px 0;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.inner-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 69, 106, 0.6);
	z-index: 1;
}

.banner-with-breadcrum {
	display: flex;
	flex-direction: column;
}

.banner-with-breadcrum h2 {
	color: #fff;
}

.breadcrumb-path {
	font-size: 14px;
}

.breadcrumb-path a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb-path span {
	color: #ffc556;
}

.banner-with-breadcrum h2,
.breadcrumb-path,
.breadcrumb-path a,
.breadcrumb-path span {
	position: relative;
	z-index: 2;
}

/*************************************************Header Start******************************************/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: var(--primaryColor);
	transition: all 0.3s ease-in-out;
	z-index: 999;
	padding: 27px 0;
}

.home .header {
	background: transparent;
}

.header.scrolled {
	background: var(--primaryColor);
	padding: 18px 0;
	padding: 10px 0;

	/*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.header .custom-logo-link {
	display: block;
}

.header .navbar-brand img {
	height: 40px;
	width: 100%;
}

.menu-icon {
	width: 36px;
	height: 24px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.toggle-btn {
	background-color: transparent;
}

.menu-icon span {
	display: block;
	height: 3px;
	background: var(--whiteColor);
	margin-bottom: 8px;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.menu-icon span:last-child {
	margin-bottom: 0;
}

.offcanvas-end.custom-offcanvas {
	width: 600px;
	max-width: 100%;
	border: 0;
}

.offcanvas-body {

	/*display: flex;*/
	flex-direction: column;
}

.menu-content {
	display: flex;
	min-height: 100%;
}

.offcanvas-header-close {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 20px;
	color: var(--whiteColor);
	cursor: pointer;
}

.offcanvas-backdrop {
	background-color: #00456a;
}

.offcanvas-backdrop.show {
	opacity: 0.31;
}

.offcanvas-header-close .btn-close {
	filter: invert(100%);
	opacity: 1;
}

.offcanvas-header-close .btn-close:focus {
	box-shadow: none;
}

.left-col {
	width: 50%;

	/* background-color: var(--darkBgGaryColor); */
	display: none;
	flex-direction: column;

	/* padding-bottom: 40px; */
}

.right-col {
	width: 100%;
	background: var(--primaryColor);
	color: #0e3c4c;

	/*padding: 69px 0px 69px 83px;*/

	/* padding-bottom: 40px; */
}

.right-col .sidebar-section li a,
.right-col .menu-title {
	color: var(--whiteColor);
}

/* .right-col .sidebar-section li a{
      font-weight: 800;
} */
.left-col .sidebar-section:first-child {
	background-color: var(--whiteColor);
}

.sidebar-section {
	padding: 66px 10px 30px 85px;
}

.left-col .menu-title a {
	text-decoration: none;
	color: var(--primaryColor);
	font-size: 24px;
	font-weight: 800;
}

/*.left-col .sidebar-section:last-child {
  padding: 69px 0px 0px 83px;
}*/
.footer-top .social-icons ul li:nth-child(2) img {
	width: 95px;
}

.sidebar-section .social-icons ul li:nth-child(3) img {
	width: 95px;
}

.menu-title {
	color: var(--primaryColor);
	font-size: 24px;

	/* margin: 0px 0 38px; */
	margin: 0 0 0;
	font-weight: 800;
}

.sidebar-section ul {
	padding-left: 17px;
}

.sidebar-section li {
	list-style-image: url("../images/list-bullet.svg");
	padding-left: 16px;

	/* margin-bottom: 39px; */
	margin-bottom: 14px;
}

.highlight-text {
	text-decoration: underline !important;
	color: #ffc556 !important;
}

.sidebar-social {
	padding: 22px 10px 0 85px;
}

.sidebar-section li a {
	color: var(--primaryColor);
	font-size: 24px;
	margin: 0;
	font-weight: 500;
	line-height: 44px;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
}

.sidebar-section li a {
	display: inline-block;
	color: var(--primaryColor);
	text-decoration: none;

	/* font-family: 'Arial Bold'; */
	font-weight: 600;
}

.sidebar-section li a:hover {
	font-weight: 800;
}

.sidebar-section li a::after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: var(--primaryColor);
	transition: width 0.3s;
}

.sidebar-section li a:hover::after {
	width: 100%;
	transition: width 0.5s;
}

.right-col .sidebar-section ul,
.right-col .sidebar-section li {
	padding-left: 0;
	list-style: none;
}

.sidebar-section .sidebar-social li a::after {
	display: none;
}

.social-icons img {
	width: 28px;
	margin-right: 10px;
}

.header .social-icons ul li:nth-of-type(2) img {
	padding: 10px 0;
}

.header .menu-bottom-image {
	bottom: 20px;
	position: absolute;
}

.header .menu-bottom-image img {
	margin-left: -6px;
	max-width: 140px;
	width: 100%;
}

.header .logo img {
	transition: all 0.3s ease-in-out;
	height: 80px;
	width: auto;
}

.header.scrolled .logo img {
	height: 70px;
	width: auto;
}

/*************************************************Header End******************************************/

/*****************************************Hero Section Start******************************************/
.hero-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 158px 0 174px;
	color: white;
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* background:rgba(0,69,106,0.45); */

	/* background: rgba(5,72,109,0.53); */
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.hero-banner-container {
	position: relative;
	z-index: 2;

	/*padding:0 0px 174px 0px;*/
}

.hero-banner .banner-head {

	/*margin-bottom: 87px;*/
	max-width: 1030px;
	margin: 0 auto;
}

.hero-banner .banner-head h1 {
	color: #fff;
	margin-bottom: 77px;
}

.hero-banner .banner-head span {
	color: #f9c648;
	display: inline-flex;
}

.banner-card {
	border: none;
	border-radius: 10px;

	/* background-color: var(--darkBgGaryColor); */
	background: rgba(0, 69, 106, 0.6);
	padding: 56px 32px 61px;
	text-align: center;
}

.banner-card .card-body {
	padding: 0;
	max-width: 375px;
	margin: 0 auto;
}

.banner-card .btn-rounded-outline {
	min-width: 300px;
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff;
	border-color: var(--lightYellow);
}

.banner-card .btn-rounded-outline:hover {
	border-color: var(--lightYellow);
	color: var(--primaryColor);
	background: #fff;
}

.banner-card .card-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 43px;
	font-family: "Manrope";
	color: var(--whiteColor);
	margin-bottom: 30px;

	/* min-height:130px; */
}

.banner-cards .container-small .row > .col-md-6:first-child .card-title {
	padding: 0 65px;
}

.search-container {
	background-color: var(--lightYellow);
	padding: 24px 40px 35px;
	border-radius: 8px;
}

.search-title {
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 18px;
	color: var(--primaryColor);
	text-align: center;
	font-family: "Manrope";
	line-height: 38px;
}

.search-container .search-input {
	padding: 15px 33px;
	font-size: 14px;
	font-family: "Manrope";
	font-weight: 500;
	line-height: 28px;
	color: var(--primaryColor);
	border-radius: 100px;
	padding-right: 200px !important;
}

.search-container .search-input::placeholder {
	color: #a7a7a7;
}

.search-box {
	position: relative;
	width: calc(100% - 385px);
}

.search-box .form-select {
	position: absolute;
	right: 40px;
	width: auto;
	top: 13px;
	border: 0;
	color: #00456a;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 20px;
	border-radius: 0 20px 20px 0;
	background-color: transparent;
	border-left: 2px solid #00456a;
	box-shadow: none;
	background-image: url(../images/arrow_drop_down.svg);
	padding-right: 35px !important;
}

.actions-type {
	width: 385px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

/*Latest Properties Start*/
.latest-properties {
	padding: 73px 0 82px 0;
	background: #f2f2f2;
}

.property-card {
	border-radius: 10px;
	background-color: var(--whiteColor);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	width: 100%;
	position: relative;

	/*margin-bottom: 60px;*/
	transition: all 0.3s ease-in-out;
	height: 100%;
}

.property-card:hover {
	background-color: var(--lightYellow);
}

.property-card:hover .property-area,
.property-card:hover .property-price {
	color: var(--whiteColor);
}

.property-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column !important;
	height: calc(100% - 210px);
}

.property-type {
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	font-family: "Manrope";
	padding: 8px 18px;
	color: var(--primaryColor);
	margin: 0;
}

.property-for {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	font-family: "Manrope";
	padding: 6px 18px;
	color: var(--primaryColor);
	margin: 0;
}

.property-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	font-family: "Manrope";
	padding: 0 18px 6px 18px;
	color: var(--primaryColor);
	margin: 0;
}

.property-title a {
	color: var(--primaryColor);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 47px;
}

.property-title a::after {
	content: "";
	position: absolute;
	inset: 0;
}

.property-area {
	font-size: 14px;
	font-weight: 800;
	line-height: 24px;
	padding: 0 18px 12px 18px;
	color: var(--lightYellow);
	margin: 0;
}

.property-detail {
	padding: 0 18px 12px 18px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--primaryColor);
	margin: 0;
	max-width: 285px;
}

.property-offer {
	padding: 0 18px 0 18px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: var(--primaryColor);
	margin: 0;
}

.property-price {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	padding: 6px 18px 16px 18px;
	color: var(--lightYellow);
	margin: 0;
}

.property-label {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--lightYellow);
	color: #000;
	font-weight: 800;
	font-size: 14px;
	min-width: 152px;
	text-align: left;
	line-height: 20px;
	color: var(--primaryColor);
	padding: 5px 16px 5px 25px;
}

.property-img {
	height: 210px;
	width: 100%;
}

.property-card img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.property-card.featured {
	background-color: var(--primaryColor);
}

.property-card.featured .property-label {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}

.property-card.featured .property-type {
	background: var(--lightYellow);
}

.property-card.featured .property-title,
.property-card.featured .property-for,
.property-card.featured .property-detail,
.property-card.featured .property-title a {
	color: var(--whiteColor);
}

/*Latest Properties End*/

/*Footer Start*/
.footer {
	background-color: #00456a;
}

.footer-top {
	padding: 60px 0 20px;
}

.footer-logo {
	margin-bottom: 44px;
}

.footer-menu {
	padding-left: 60px;
	padding-bottom: 40px;
}

.footer-top .social-icons {
	padding-left: 60px;
}

.footer-top .social-icons ul {
	display: block;
	padding: 0 0 48px;
	margin: 0;
	list-style: none;
}

.footer-top .social-icons ul li {
	display: inline-block;
	vertical-align: top;
}

.footer-top .social-icons ul li + li {
	margin-left: 30px;
}

.footer-top .social-icons ul li a {
	display: block;
}

.footer-top .social-icons ul li svg {

	/*  width: 45px;
  height: 45px;*/
}

.footer-heading {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 800;
	color: #ffc556;
	margin-bottom: 10px;
}

.footer .contact-info {
	font-size: 24px;
	display: block;
	color: #fff;
	gap: 2px;
	margin-bottom: 10px;
	line-height: 2.25rem;
}

.footer .contact-info a {
	color: #fff;
	text-decoration: none;
}

.footer-links {
	padding-left: 0;
	margin-bottom: 40px;
}

.footer-links:last-child {
	margin-bottom: 0;
}

.footer-links li {
	list-style: none;
	padding-left: 0;
}

.footer-links li a {
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.footer-links li a::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #00456a;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 6px;
	left: 0;
}

.footer-links li a:hover::after {

	/*text-decoration: underline;*/
	width: 100%;
}

.copyright-box {
	background-color: var(--whiteColor);
	padding: 25px 0;
}

.copyright-box p {
	margin-bottom: 0;
	color: #00456a;
	font-size: 16px;
	font-weight: 600;
}

.logo-box {
	margin-bottom: 40px;
}

.property-search {
	background-color: #ffc556;
	padding-bottom: 25px;
}

.footer-search .property-search {
	margin-top: 0 !important;
}

.footer-menu .footer-heading {
	position: relative;
}

/*Footer End*/
.services-section {
	padding: 72px 0 60px;
	background-color: var(--lightYellow);
	display: none;
}

.new-section {
	display: none;
}

.services-section .section-heading {
	margin-bottom: 7rem;
}

.service-item {
	padding-bottom: 40px;
	max-width: 685px;
	margin: 0 auto;
	text-align: center;
}

.service-item img {
	height: 152px;
	margin-bottom: 36px;
}

.service-item h5 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 22px;
	color: var(--primaryColor);
}

.service-item p {
	font-size: 20px;
	color: var(--primaryColor);
	line-height: 28px;
	max-width: 570px;
	margin: 0 auto;
}

.news-section {
	padding: 81px 0;
	background-color: var(--darkBgGaryColor);
}

.news-card {
	background: var(--whiteColor);
	border-radius: 10px;
	overflow: hidden;

	/*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
	position: relative;
	transition: 0.3s all ease-in-out;
}

.news-card:hover {
	background-color: var(--lightYellow);
}

.news-img {
	position: relative;
	width: 100%;
	height: 270px;
	display: block;
}

.news-img .img-fluid {
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.news-card .property-label {
	font-size: 18px;
	padding: 10px 16px;
	min-width: initial;
}

.news-content {
	padding: 15px 34px 20px;
}

.news-card .card-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 800;
	color: var(--primaryColor);
	margin-bottom: 8px;
}

.news-card .desc {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: var(--primaryColor);
	margin-bottom: 12px;
	max-width: 208px;
}

.read-more {
	color: var(--lightYellow);
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
	font-weight: 800;
	line-height: 36px;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}

.read-more:hover {
	text-decoration: underline;
}

.news-card .read-more::after {
	content: "";
	position: absolute;
	inset: 0;
}

.news-card:hover .read-more {
	color: var(--whiteColor);
	text-decoration: none;
}

.partners-section {
	background-color: var(--whiteColor);
	padding: 80px 0;
}

.our-partners {
	padding: 0 180px;
	min-height: 50px;
}

.our-partners::after,
.our-partners::before {
	content: "";
	width: 2000rem;
	height: 100%;
	position: absolute;
	right: calc(100% - 180px);
	top: 0;
	background-color: var(--whiteColor);
	z-index: 2;
}

.our-partners::after {
	left: calc(100% - 180px);
	right: auto;
}

.swiper-button-prev,
.swiper-button-next {
	width: 56px;
	height: 56px;
	border: 3px solid var(--primaryColor);
	border-radius: 50%;
	text-align: center;
	color: var(--primaryColor);
	transition: all 0.3s ease-in-out;
	margin-top: -28px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 7px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
}

.client-logo {
	text-align: center;
}

.client-logo img {
	height: 150px;
	width: auto;
}

/*Properties Listing Page Start*/
.post-type-archive-property .header,
.page-template-search-property .header {
	background: var(--primaryColor);
}

.property-listing-search {

	/* margin-top: 100px; */
}

.listing-wrapper {
	background: #f2f2f2;
	overflow: hidden;
}

.g-44 {
	--bs-gutter-x: 2.75rem;
	--bs-gutter-y: 2.75rem;
}

.listing-container {
	padding: 38px 0 45px 0;
}

.listing-sidebar-col {
	position: relative;
	z-index: 1;
}

.listing-sidebar {
	height: 100%;

	/* padding: 38px 0px 38px 40px; */
	padding: 38px 0 38px 0;
}

.sidebar-top-0 .listing-sidebar {
	padding: 0 0 38px 0;
}

.listing-sidebar-col::after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	width: 10000px;
	height: 100%;
	z-index: -1;
}

.listing-sidebar-card {
	border: none;
	border-radius: 10px;
	background-color: var(--darkBgGaryColor);
	padding: 20px 16px 36px 26px;
	max-width: 389px;
	margin-bottom: 34px;
	transition: all 0.3s ease-in-out;
}

.listing-sidebar-card:hover {
	background-color: var(--lightYellow);
}

.listing-sidebar-card h5 {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	font-family: "Manrope";
	color: var(--primaryColor);
	margin-bottom: 30px;
}

.listing-sidebar-card a {
	color: #003f4f;
	font-weight: 700;
	font-size: 18px;
	line-height: 1px;
	font-family: "Manrope";
	cursor: pointer;
	display: inline-block;
}

.show-more {
	text-align: center;
	margin-top: 30px;
}

.section-heading-inner-page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 3rem;
}

.section-heading-inner-page h2 {
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 18px;
	color: var(--primaryColor);
	text-align: center;
	font-family: "Manrope";
	line-height: 38px;
}

.listing-container .section-heading-inner-page {
	justify-content: end;
}

.listing-container .section-heading-inner-page h2 {
	display: none;
}

.subscribe-card {
	padding: 27px 31px 38px 37px;
	background-color: var(--primaryColor);
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column !important;
}

.subscribe-card:hover {
	background-color: var(--lightYellow);
}

.subscribe-card:hover .subscribe-btn {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
	border: 3px solid var(--lightYellow);
}

.subscribe-card h2 {
	color: var(--whiteColor);
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
	font-family: "Manrope";
	margin-bottom: 30px;
}

.subscribe-input {
	padding: 15px 33px !important;
	font-size: 14px !important;
	font-family: "Manrope" !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	color: var(--primaryColor);
	border-radius: 100px !important;
}

.subscribe-btn {
	border: 3px solid var(--lightYellow);
	border-radius: 30px;
	padding: 0;
	color: var(--primaryColor);
	background-color: var(--lightYellow);
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	height: 40px;
	font-family: "Manrope";
	min-width: 166px;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
}

/*Properties Listing Page End*/

/*Properties Detail Page Start*/
.single-property .header {
	background: var(--primaryColor);
}

.property-detail-page {
	padding-top: 20px;

	/* margin-top: 140px; */
}

/* .property-detail-left {
  padding: 38px 0px 38px 40px;
} */
.back-link {
	padding-bottom: 50px;
}

.back-link a {
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	color: var(--primaryColor);
	text-decoration: none;
	line-height: 28px;
}

.back-link a strong {
	margin-right: 5px;
	font-weight: 800;
}

.back-link .arrow {
	margin-right: 17.5px;
}

.detail-slider-container {
	display: flex;
	max-height: 576px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.page-sidebar {
	padding: 38px 0 38px 40px;
}

.property-detail-page .page-sidebar {
	padding: 0 0 38px 0;
}

.detail-slider-container .swiper-main {
	flex: 3;
	position: relative;
}

.detail-slider-container .swiper-main .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-slider-container .swiper-thumbs {
	flex: 1;
	max-width: 225px;
	position: relative;
	margin-left: 8px;
}

.detail-slider-container .swiper-thumbs .swiper-slide {
	margin-bottom: 6px !important;
	cursor: pointer;
}

.detail-slider-container .swiper-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;

	/* object-fit: cover; */
	border: 0;
}

.detail-slider-container .swiper-button-prev:hover,
.detail-slider-container .swiper-button-next:hover {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}

.detail-slider-container .swiper-button-prev svg,
.detail-slider-container .swiper-button-next svg {
	width: 7px;
}

.detail-slider-container .swiper-button-prev::after,
.detail-slider-container .swiper-button-next::after {
	content: "";
}

.detail-slider-container .thumbs-navigation {
	padding-bottom: 8px;
}

.detail-slider-container .thumbs-navigation .swiper-button-prev,
.detail-slider-container .thumbs-navigation .swiper-button-next {
	width: 100%;
	max-width: 225px;
	height: 30px;
	border: beige;
	text-align: center;
	color: var(--primaryColor);
	transition: all 0.3s ease-in-out;
	background: #ffc107;
	border-radius: 2px;
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	color: #000;
	margin: 0;
}

.detail-slider-container .swiper-main .swiper-button-prev,
.detail-slider-container .swiper-main .swiper-button-next {
	width: 31.34px;
	height: 30px;
	border: beige;
	text-align: center;
	color: var(--primaryColor);
	transition: all 0.3s ease-in-out;
	margin-top: -28px;
	background: #ffc107;
	border-radius: 0;
}

.detail-slider-container .swiper-main .swiper-button-prev {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 26px;
}

.detail-slider-container .swiper-main .swiper-button-next {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	right: 26px;
}

.detail-slider-container .thumbs-navigation .swiper-button-prev {
	top: 0;
	bottom: auto;
	border-top-right-radius: 10px;
}

.detail-slider-container .thumbs-navigation .swiper-button-next {
	top: auto;
	bottom: 0;
	border-bottom-right-radius: 10px;
}

.detail-slider-container .thumbs-navigation .swiper-button-prev:hover,
.detail-slider-container .thumbs-navigation .swiper-button-next:hover {
	background-color: var(--primaryColor);
	color: var(--whiteColor);
}

.detail-slider-container .thumbs-navigation .swiper-button-prev svg,
.detail-slider-container .thumbs-navigation .swiper-button-next svg {
	width: 7px;
	transform: rotate(90deg);
}

/* .thumbs-navigation  .swiper-button-prev::after,.thumbs-navigation .swiper-button-next::after{content: '';} */
.detail-slider-container .swiper-button-next.swiper-button-disabled,
.detail-slider-container .swiper-button-prev.swiper-button-disabled {

	/* opacity: 1; */
	cursor: auto;
	pointer-events: none;
}

.detail-slider-container .swiper-thumbs .swiper-slide img {
	opacity: 0.7;
	padding: 0;
}

.detail-slider-container .swiper-thumbs .swiper-slide-thumb-active img {
	border: 0;
	opacity: 1;

	/* transform: scale(1.05); transition: 0.3s ease; */
}

.property-information {
	margin-top: 49px;
	padding-right: 60px;
	padding-left: 34px;
}

/* .property-detail-address {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  font-family: Manrope;
  color: var(--primaryColor);
  margin: 0px 0px 18px 0px;
  padding: 0px;
} */

/* .property-detail-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 28px;
  font-family: Manrope;
  color: var(--primaryColor);
  margin: 0px 0px 27px 0px;
  padding: 0px;
} */

/* .property-area-detail {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  font-family: Manrope;
  color: var(--primaryColor);
  margin: 0px 0px 24px 0px;
  display: flex;
  align-items: center;
}

.property-type-detail {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  font-family: Manrope;
  color: var(--primaryColor);
  margin: 0px;
  display: flex;
  align-items: center;
} */
.property-area-detail span,
.property-price-detail span,
.property-type-detail span {
	margin-right: 19.5px;
	width: 34px;
}

.property-price-detail {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	font-family: Manrope;
	color: var(--primaryColor);
	margin: 0 0 24px 0;
	display: flex;
	align-items: center;
}

.facility {
	padding: 37px 0 30px 0;
}

.facility p br {
	display: none;
}

/* .facility ul {
    padding: 0;
    margin: 0px;
} */

/* .facility p {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  font-family: Manrope;
  color: var(--primaryColor);
  line-height: 28px;
} */
.comprises,
.side-access {
	margin: 0 0 20px 0;
}

.property-location-detail p {
	margin: 0;
	padding: 0;
}

.property-location-detail {
	padding-bottom: 42px;
}

.map-container {
	padding-top: 29px;
}

.download-brochure-btn {
	width: 100%;
	margin-bottom: 24px;
}

.enquire-btn {
	width: 100%;
}

.contact-agents {
	background-color: #054b66;
	padding: 26px 26px 0 26px;
	color: white;
	border-radius: 10px;
	max-width: 389px;
	margin: 24px auto 40px auto;
}

.contact-agents h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	font-family: Manrope;
	margin: 0 0 13px 0;
}

.agent-card {
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 26px;
	text-align: left;
	transition: all 0.3s ease-in-out;
}

.agent-card img {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 10px;
}

.agent-info {
	padding-top: 24px;
}

.agent-info strong {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.agent-info p {
	font-size: 16px;
	line-height: 24px;
	color: var(--whiteColor);
	padding: 0;
	margin: 0;
}

.agent-info a {
	font-size: 16px;
	line-height: 24px;
	color: var(--lightYellow);
	text-decoration: underline;
	word-break: break-word;
}

.enquire-section {
	padding: 49px 0 64px 0;
	background-color: #b4b4b4;
	display: none;
}

.enquire-section h3 {
	color: #00415a;
	margin-bottom: 30px;
	font-weight: bold;
}

.enquire-section .form-control[type="text"],
.enquire-section .form-control[type="email"],
.enquire-section .form-control[type="tel"] {
	border-radius: 50px;
	padding: 21px 34px;
	height: 60px;
	font-size: 14px;
	font-weight: 500;
}

.enquire-section textarea.form-control {
	border-radius: 10px;
	resize: none;
	padding: 21px 34px;
}

.btn-send {
	min-width: 266px;
}

.g-33 {
	--bs-gutter-y: 2.063rem;
	--bs-gutter-x: 2.5rem;
}

.similar-properties-slider {
	background: #f2f2f2;
	padding: 40px 0 70px 0;
}

.similar-properties-slider .swiper-slide {
	margin-right: 76px;
	height: auto;
}

.similar-properties-slider .swiper-button-next,
.similar-properties-slider .swiper-button-prev {
	top: 37%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	margin: 0;
	width: auto;
	border-radius: 0;
}

.similar-properties-slider .swiper-button-prev {
	left: -40px;
}

.similar-properties-slider .swiper-button-next {
	right: -40px;
}

.similar-properties-slider .swiper-button-prev svg,
.similar-properties-slider .swiper-button-next svg {
	width: 14px;
}

.property-detail-page .property-detail-left h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5;
	font-family: Manrope;
	margin: 0 0 18px 0;
	padding: 0;
}

.property-detail-page .property-detail-left li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 25px;
	padding-bottom: 28px;
}

.property-detail-page .property-detail-left h5 {
	font-weight: 600;
	color: #ffc556;
	font-size: 20px;
	line-height: 28px;
	padding: 14px 0 40px 0;
}

.property-detail-page .property-detail-left h4 {
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	font-family: Manrope;
	color: var(--primaryColor);
	margin: 0 0 24px 0;
	display: flex;
	align-items: center;
}

.property-detail-page .property-detail-left h4 span {
	margin-right: 19.5px;
	width: 34px;
}

/* .property-detail-page .property-detail-left li:not(:last-child) {
  padding-bottom: 28px;
} */
.property-detail-page .property-detail-left li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-image: url(https://snellers.dev.idslogic.net/wp-content/uploads/2025/07/list-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 6px;
}

.property-detail-page .property-detail-left h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 28px;
	font-family: Manrope;
	margin: 0 0 27px 0;
	padding: 0;
}

.property-detail-page .property-detail-left p {
	font-weight: 600;
}

/*Properties Detail Page Start*/

/*Services Details Page Start*/
.page-template-page-sidebar-php .header {
	background: var(--primaryColor);
}

.back-to-home {
	background-color: #f2f2f2;
}

.service-page-titles {
	background: #8097a3;
	color: #fff;
	font-weight: 600;
	margin-top: 100px;
	font-size: 28px;
	font-family: "Playfair Display", serif;
}

.admin-bar .service-page-titles {
	margin-top: 68px;
}

.services-back-btn .back-link {
	padding: 13px 0;
}

.back-link a {
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	color: var(--primaryColor);
	text-decoration: none;
	line-height: 28px;
}

.back-link a strong {
	margin-right: 5px;
	font-weight: 800;
}

.back-link .arrow {
	margin-right: 17.5px;
}

/* .services-detail-page {
  padding-top: 130px;

} */
.services-detail-page .listing-sidebar {
	padding: 0;
}

.ast-icon {
	margin-bottom: 20px;
}

.ast-heading {
	margin-bottom: 20px;
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	font-size: 38px;
	line-height: 51px;
}

.ast-paragraph {
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

/* .ast-subheading {
  font-weight: 600;
  color: #ffc556;
  font-size: 20px;
  line-height: 28px;
  padding: 14px 0px 40px 0px;
}
.ast-subheading a {
  text-decoration: none;
  color: #ffc556;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
} */

/* .ast-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
} */

/* .ast-list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("https://snellers.dev.idslogic.net/wp-content/uploads/2025/07/list-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 6px;
}

.ast-list li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  font-family: Manrope;
  color: var(--primaryColor);
  line-height: 28px;
  margin: 0px;
  padding: 0px;
  position: relative;
  padding-left: 25px;
}

.ast-list li:not(:last-child) {
  padding-bottom: 28px;
} */
.commercial-agency-link {
	font-weight: 500;
	color: var(--primaryColor);
	font-size: 20px;
	line-height: 28px;
	padding: 40px 0 40px 0;
	text-decoration: none;
	display: block;
}

.commercial-agency-link a {
	text-decoration: none;
	color: var(--primaryColor);
}

.money-protect-logo {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.ast-details-address {
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

.services-detail-page .main-left-col h1 {
	margin-bottom: 20px;
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	font-size: 38px;
	line-height: 51px;
	font-family: "Arial Bold";
	display: none;
}

.team-section .section-heading h2 {
	display: none;
	font-family: "Arial Bold";
}

.services-detail-page .main-left-col p {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

.services-detail-page .main-left-col p a {
	color: #ffc556;
}

.services-detail-page .main-left-col h5 {
	font-weight: 600;
	color: #ffc556;
	font-size: 20px;
	line-height: 28px;
	padding: 14px 0 40px 0;
}

.services-detail-page .main-left-col h4 {
	color: var(--primaryColor);
}

.services-detail-page .main-left-col h3 {
	color: var(--primaryColor);
}

.services-detail-page .main-left-col h5 a {
	text-decoration: none;
	color: #ffc556;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.services-detail-page .main-left-col ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 25px;
	padding-bottom: 28px;
}

.services-detail-page .main-left-col ul li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-image: url(https://snellers.dev.idslogic.net/wp-content/uploads/2025/07/list-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 6px;
}

/*Services Details page End*/

/*Contact Agent Section Start*/
.agent-contact-wrapper {
	padding: 80px 0 100px 0;
}

.agent-contact-heading {
	margin-bottom: 50px;
	color: var(--primaryColor);
	font-weight: 600;
}

.agent-conatct-card {
	background: var(--whiteColor);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: 0.3s all ease-in-out;
	border: 1px solid #3f3737;
	display: flex;
	height: 100%;
}

.agent-conatct-card:hover {
	background-color: var(--lightYellow);
}

.agent-conatct-card:hover .agent-email {
	color: var(--primaryColor);
}

.agent-profile-img {
	width: 145px;
	height: 100%;
	display: block;
}

.agent-profile-img img {
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}

.agent-content {
	padding: 19px;
	background-color: #f2f2f2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.agent-name {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: var(--primaryColor);
	margin-bottom: 9px;
}

.agent-designation {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: var(--primaryColor);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}

.agent-email {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: var(--lightYellow);
	text-decoration: none;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

	.agent-row {
		--bs-gutter-y: 24px;
	}

	.agent-col {
		width: 50%;
	}
}

@media only screen and (max-width: 991px) {

	.agent-row {
		gap: 20px;
	}
}

/*Contact Agent Section End*/

/* Enquire Modal Start */
.custom-modal-width .form-group {
	margin-bottom: 20px;
}

.custom-modal-width .form-group > label {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
	font-family: Manrope;
	color: var(--primaryColor);
	display: none;
}

.custom-modal-width .form-control {
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 50px;
	padding: 21px 34px;
}

/* .custom-modal-width {
  max-width: 100%;
 width: 600px;
} */
.custom-modal-width .form-control:focus {
	border-color: var(--primaryColor);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.custom-modal-width textarea.form-control {
	height: 160px;
	padding-top: 15px;
	resize: none;
	border-radius: 10px;
}

#enquire-now-modalLabel {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	font-family: Manrope;
	color: var(--primaryColor);
	display: flex;
	align-items: center;
}

/* Enquire Modal Start */
.property-detail-page .property-detail-left table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	font-size: 16px;
}

.property-detail-page .property-detail-left table thead {
	background-color: #f8f9fa;
}

.property-detail-page .property-detail-left table th,
.property-detail-page .property-detail-left td {
	padding: 12px 20px;
	text-align: left;
	border-bottom: 1px solid #dee2e6;
}

.property-detail-page .property-detail-left th {
	color: #004869;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
}

.property-detail-page .property-detail-left tbody tr:hover {
	background-color: #f1f3f5;
}

/* .property-area {
  margin: 0;
  color: #495057;
  font-weight: 500;
} */
.property-detail-page .property-detail-left table p {
	margin: 0;
}

.middle-section,
.services-detail-page {
	padding-top: 50px;
}

/* Teams Section Start */
.team-card {
	cursor: pointer;
}

.team-img {
	width: 100%;
	height: 380px;
	border-radius: 10px;
}

.team-img:hover {
	border: 1px solid var(--primaryColor);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.team-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	object-position: top;
}

.team-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	font-family: "Manrope";
	padding: 0 18px 6px 0;
	color: var(--primaryColor);
	margin: 0;
}

.team-role {
	font-size: 16px;
	color: #000;
}

.g-50 {
	--bs-gutter-x: 50px;
	--bs-gutter-y: 50px;
}

.g-40 {
	--bs-gutter-x: 40px;
}

.teams-modal-body {
	padding: 40px 40px 100px 40px;
	position: relative;
}

.team-modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.team-skill {
	font-size: 18px;
	line-height: 28px;
	font-family: "Manrope";
	padding: 25px 0 0 0;
	margin: 0;
	color: var(--primaryColor);
	font-weight: 600;
	list-style: none;
}

.team-skill li {
	list-style: none;
	position: relative;
	padding: 0 0 26px 40px;
}

.team-skill li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: var(--primaryColor);
	font-weight: bold;
	font-size: 30px;
	line-height: 0;
	top: 12px;
}

.team-modal-img {
	width: 100%;
	height: 380px;
	border: 1px solid #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
}

.team-modal-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	object-position: top;
}

.team-name {
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	font-family: "Manrope";
	padding: 0 0 13px 0;
	color: var(--primaryColor);
	margin: 0;
}

.team-designation {
	font-size: 18px;
	line-height: 28px;
	font-family: "Manrope";
	padding: 0 0 18px 0;
	margin: 0;
	color: #000;
	font-weight: 600;
}

.team-contact-detail {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	font-family: "Manrope";
	padding: 0 0 18px 0;
	color: var(--primaryColor);
	margin: 0;
	display: none;
}

.team-contact-detail a {
	color: var(--primaryColor);
	text-decoration: none;
}

.team-info-detail {
	font-size: 16px;
	line-height: 32px;
	font-family: "Manrope";
	padding: 0;
	margin: 0;
}

.team-info-detail p {
	color: #000;
	font-size: 16px;
	line-height: 32px;
}

@media (max-width: 1399px) {

	.teams-modal-dialog {
		max-width: 100%;
		width: 80%;
		margin: auto;
	}

	.g-50 {
		--bs-gutter-x: 30px;
		--bs-gutter-y: 30px;
	}
}

@media (min-width: 1400px) {

	.teams-modal-dialog {
		max-width: 100%;
		width: 1340px;
	}
}

/* Teams Section End */

/* Testimonial Slider Start */
.testimonial-box {
	border: 1px solid var(--primaryColor);
	border-radius: 10px;
	padding: 32px 40px;
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.testimonial-text {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 32px;
	color: var(--primaryColor);
}

.stars {
	color: var(--primaryColor);
	font-size: 1.2rem;
	margin-bottom: 13px;
	line-height: 19px;
	display: none;
}

.author {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: var(--primaryColor);
}

.testimonial-section {
	padding: 100px 0 130px 0;
}

.section-with-subheading {
	margin-bottom: 60px;
}

.section-with-subheading h2 {
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	margin-bottom: 30px;
}

.section-with-subheading p {
	color: var(--primaryColor);
	font-size: 18px;
	list-style: 28px;
	font-weight: 500;
}

.testimonial-slider-wrapper .swiper-wrapper {
	display: flex;
}

.testimonial-slider-wrapper .swiper-slide {
	height: auto;
}

.testimonial-slider-wrapper .swiper-button-prev,
.testimonial-slider-wrapper .swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	margin: 0;
	width: auto;
	border-radius: 0;
}

.testimonial-slider-wrapper .swiper-button-next {
	right: -40px;
}

.testimonial-slider-wrapper .swiper-button-prev {
	left: -40px;
}

.testimonial-slider-wrapper .swiper-button-prev svg,
.testimonial-slider-wrapper .swiper-button-next svg {
	width: 14px;
}

/* Testimonial Slider End */

/*Clients Logo Start */
.client-logo-box {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	text-align: center;
	height: 100%;
	min-height: 147px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.3s ease;
}

.client-logo-box:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.client-logo-box img {
	max-height: 145px;
	width: auto;
	object-fit: contain;
}

.g-38 {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 38px;
}

/*Clients Logo End */

/* News Blogs Start */
.filter-buttons {
	display: flex;
	gap: 30px;
	margin-bottom: 73px;
	flex-wrap: wrap;
}

.filter-buttons button {
	line-height: 27px;
	border-radius: 50px;
	border: 2px solid #004b6b;
	background-color: transparent;
	color: #004b6b;
	font-weight: bold;
	cursor: pointer;
	height: 60px;
	width: 120px;
	font-size: 20px;
}

.filter-buttons button.active {
	background-color: #004b6b;
	color: #fff;
}

.news-blogs-card {
	background-color: var(--whiteColor);
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
	height: 100%;
	border-radius: 10px;
}

.news-blogs-img {
	height: 230px;
	width: 100%;
}

.news-blogs-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.news-blogs-label {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--lightYellow);
	color: #000;
	font-weight: 800;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	color: var(--primaryColor);
	padding: 5px 16px 5px 25px;
}

.news-blogs-card h1 {
	font-size: 24px;
	font-weight: 800;
	line-height: 32px;
	font-family: "Manrope";
	padding: 16px 0 13px 0;
	color: var(--primaryColor);
	margin: 0;
}

.news-blogs-card h1 a {
	color: var(--primaryColor);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 64px;
}

.news-blogs-card p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: var(--primaryColor);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 56px;
}

.news-blogs-read-more-btn {
	margin-top: 25px;
}

.news-blogs-read-more-btn a {
	text-decoration: none;
	position: relative;
	padding-right: 10px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	color: var(--primaryColor);
	margin: 0;
}

.news-blogs-read-more-btn a::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #004b6b;
	margin-top: 5px;
	max-width: 123px;
}

.news-blogs-read-more-btn a .arrow {
	margin-left: 5px;
	font-weight: bold;
}

.news-blogs-read-more-btn svg {
	width: 8px;
}

/* News Blogs End */

/* Client logo Section Start */
.client-logo-wrapper {
	padding-bottom: 100px;
}

.client-logo-grid {
	display: grid;
	flex-wrap: wrap;
	gap: 1.5rem;
	column-gap: 29px;
	row-gap: 45px;
	grid-template-columns: repeat(4, 1fr);
}

.client-logo-box {
	height: 147px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease;
	padding: 10px;
}

.client-logo-box img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Client logo Section End */

/* All Services Section Start  */
.services-card-box {
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	height: 300px;
	padding: 0 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.services-card-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 72, 105, 0.8); /* blue overlay */
	transition: background 0.3s ease;
	z-index: 1;
}

.services-card-box:hover::before {
	background: rgba(0, 72, 105, 0.4); /* darker overlay on hover */
}

.services-card-box:hover {
	transform: translateY(-5px) scale(1.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.services-card-box span {
	position: relative;
	z-index: 2;
}

.services-card-box.active-card {
	background-color: #004869;
	color: white;
	pointer-events: none;
	opacity: 0.2;
}

.services-card-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Box styles with slide animation */
.all-services-box .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}

.services-detail-slide-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px);
	background: var(--darkBgGaryColor);
	padding: 0 20px; /* fixed padding */
	margin-bottom: 0;
	border-radius: 10px;
	transition: height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
	pointer-events: none;
}

.services-detail-slide-box.showing {
	display: block;
}

.services-detail-slide-box.opening,
.services-detail-slide-box.closing {
	overflow: hidden;
}

.services-detail-slide-box.open {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	margin-bottom: 24px;
	padding: 30px;
}

.services-detail-slide-box h2 {
	margin-bottom: 20px;
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	font-size: 38px;
	line-height: 51px;
	font-family: Manrope;
}

.services-detail-slide-box p {
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

.services-detail-slide-box h3 {
	font-weight: 600;
	color: #ffc556;
	font-size: 20px;
	line-height: 28px;
}

.services-detail-slide-box h3 a {
	color: #ffc556;
	text-decoration: none;
}

.services-detail-slide-box h4 {
	font-weight: 600;
	color: var(--primaryColor);
	font-size: 20px;
	line-height: 28px;
	padding: 14px 0 40px 0;
}

.services-detail-slide-box ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 25px;
}

.services-detail-slide-box ul li:not(:last-child) {
	padding-bottom: 28px;
}

.services-detail-slide-box ul li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-image: url(https://snellers.dev.idslogic.net/wp-content/uploads/2025/07/list-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 6px;
}

.detail-slide-close-btn {
	position: absolute;
	top: -11px;
	right: 20px;
	border: none;
	font-size: 46px;
	color: rgb(0, 72, 105);
}

.other-service-btn {
	text-align: center;
	display: none;
}

/* All Services Section End */

/* Application From Start*/
.wpcf7-form .custom-file-upload {
	cursor: pointer;
	color: #757575;
	border-color: transparent;
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 50px;
	padding: 10px 20px 10px 30px;
	width: 100%;
	font-weight: 500;
}

.wpcf7-form .custom-file-upload input {
	display: none;
}

.custom-file-upload .wpcf7-not-valid-tip {
	padding-top: 16px;
	padding-left: 0;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding-left: 30px;
}

.wpcf7-form .wpcf7-form-control[type="text"],
.wpcf7-form .wpcf7-form-control[type="email"],
.wpcf7-form .wpcf7-form-control[type="tel"],
.wpcf7-form .wpcf7-form-control[type="number"],
.wpcf7-form .wpcf7-form-control[type="password"],
.wpcf7-form .wpcf7-form-control[type="file"] {
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 50px;
	padding-left: 30px;
	width: 100%;
	outline: none;
	border-width: 1px;
}

.wpcf7-textarea {
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	padding-left: 30px;
	width: 100%;
	outline: none;
}

.wpcf7-submit {
	border: 3px solid var(--primaryColor);
	border-radius: 30px;
	padding: 14px 55px;
	color: #fff;
	background-color: var(--primaryColor);
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	font-family: "Manrope";
	min-width: 250px;
	text-align: center;
	display: inline-block;
}

.wpcf7-submit:hover {
	background-color: #fff;
	color: var(--primaryColor);
}

.wpcf7-form label {
	display: inline-block;
	width: 100%;
}

.wpcf7-form textarea.wpcf7-form-control {
	height: 160px;
	padding-top: 15px;
	resize: none;
	border-radius: 10px;
	outline: none;
}

.wpcf7-form-control:focus {
	border-color: var(--primaryColor) !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	outline: none;
}

.wpcf7-form h2 {
	font-weight: 600;
	font-size: 34px;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 38px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ecf0f4;
}

.application-form p {
	margin-bottom: 14px !important;
}

/* Application From End */

/* News Detail page Start */
.news-detail {
	padding-bottom: 100px;
}

.news-detail-img {
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
	height: 100%;
	border-radius: 10px;
	max-height: 700px;
}

.news-detail-img span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--lightYellow);
	color: #000;
	font-weight: 800;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	color: var(--primaryColor);
	padding: 5px 16px 5px 25px;
}

.news-detail-img img {
	width: 100%;
	object-fit: cover;
}

.news-detail h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 46px;
	font-family: "Manrope";
	padding: 16px 0 13px 0;
	color: var(--primaryColor);
	margin: 0;
}

.return-to-news-btn {
	margin-top: 25px;
	display: flex;
}

.return-to-news-btn a {
	text-decoration: none;
	position: relative;
	padding-right: 10px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	color: var(--primaryColor);
	margin: 0;
}

.return-to-news-btn a .arrow {
	margin-right: 5px;
	font-weight: bold;
}

.return-to-news-btn a::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #004b6b;
	margin-top: 5px;
}

.return-to-news-btn svg {
	width: 8px;
	transform: rotate(180deg);
}

/* News Detail Page End */

/* Contact Us Page Start */
.contact-page-section {
	background-color: #fff;
	margin: 100px 0 0 0;

	/* margin: 50px  0px 0px 0px; */
}

.contact-page-section .icon-box {
	min-width: 40px;
	height: 40px;
	background: var(--primaryColor);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0.5rem;
}

.contact-page-section iframe.map {
	width: 100%;
	height: 100%;
	min-height: 300px;
	border: 0;
	border-radius: 0.5rem;
}

.contact-page-section .card {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-page-section .form-control {
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	border-radius: 50px;
}

.contact-page-section textarea.form-control {
	height: 160px;
	padding-top: 15px;
	resize: none;
	border-radius: 10px;
}

.contact-page-section h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5;
	font-family: Manrope;
	margin: 0 0 18px 0;
	padding: 0;
	color: var(--primaryColor);
}

.contact-page-section p {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

.contact-page-section h6 {
	font-size: 18px;
	font-weight: 800;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
}

.contact-page-section address {
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.contact-page-section .form-control:focus {
	border-color: var(--primaryColor);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Conatct Us Page End*/

/*************************************************commercial-service-card_start************************************/
.commercial-services {
	padding-top: 50px;
	padding-bottom: 50px;
}

.commercial-services-heading {
	margin-bottom: 20px;
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	font-size: 38px;
	line-height: 51px;
}

.commercial-service-card {
	position: relative;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
	background-repeat: no-repeat;
	background-size: 300% 300%;
	transition: transform 0.4s ease;
	padding-top: 130px !important;
}

.commercial-service-card:hover {
	transform: scale(1.03);
}

.commercial-service-card a {
	color: #fff !important;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

.commercial-service-card .commercial-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
	font-size: 22px;
}

.commercial-service-card:hover .overlay {
	background: rgba(0, 0, 0, 0.85);
}

.commercial-service-card {
	color: #fff !important;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}

.commercial-card-1 {
	background-position: 0% 0%;
}

.commercial-card-2 {
	background-position: 50% 0%;
}

.commercial-card-3 {
	background-position: 100% 0%;
}

.commercial-card-4 {
	background-position: 0% 50%;
}

.commercial-card-5 {
	background-position: 50% 50%;
}

.commercial-card-6 {
	background-position: 100% 50%;
}

.commercial-card-7 {
	background-position: 0% 100%;
}

.commercial-card-8 {
	background-position: 50% 100%;
}

.commercial-card-9 {
	background-position: 100% 100%;
}

.commercial-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	font-size: 45px;
	color: rgb(0, 72, 105);
	opacity: 1;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	outline: none;
}

.commercial-content-box {
	padding: 30px;
}

.commercial-content-box p {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

.commercial-content-box ul li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-image: url(https://snellers.dev.idslogic.net/wp-content/uploads/2025/07/list-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 6px;
}

.commercial-content-box ul {
	margin: 0;
	padding: 0;
}

.commercial-content-box ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 25px;
	padding-bottom: 28px;
}

.commercial-content-box h4 {
	font-weight: 600;
	color: var(--primaryColor);
	font-size: 20px;
	line-height: 28px;
	padding: 14px 0 40px 0;
}

.commercial-content-box h3 {
	font-weight: 600;
	color: #ffc556;
	font-size: 20px;
	line-height: 28px;
}

.commercial-content-box h3 a {
	color: #ffc556;
	text-decoration: none;
}

.commercial-content-box h2 {
	margin-bottom: 20px;
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	font-size: 38px;
	line-height: 51px;
	font-family: Manrope;
}

.commercial-services a {
	text-decoration: none;
}

/*************************************************commercial-service-card_start************************************/
.careers-modal-width {
	max-width: 900px;
}

/*****************************************************ABOUT US NEW SECTION START**************************************/
.sticky-tabs {
	position: sticky;
	top: 77px;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.sticky-tabs .nav-tabs {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
}

.sticky-tabs .nav-tabs::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}

.about-us-tab-section .nav-tabs .nav-link {
	border: none;
	color: var(--primaryColor);
	font-size: 26px;
	margin: 0;
	font-weight: 700;
	line-height: 30px;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
}

.about-us-tab-section .nav-tabs {
	justify-content: space-around;
}

.about-us-tab-section .nav-tabs .nav-link.active {
	color: #ffc556;
	border-bottom: 3px solid #ffc556;
	background: transparent;
}

.about-us-tab-section .nav-tabs .nav-link:hover {
	color: #ffc556;
}

.about-us-tab-content {
	padding: 3rem 1rem;
	scroll-margin-top: 220px;
}

.about-us-tab-content h2 {
	color: var(--primaryColor);
	position: relative;
	font-size: 38px;
	line-height: 51px;
	font-weight: 600;
	font-family: "Playfair Display", serif;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 37px;
	font-size: 2rem;
}

.about-us-tab-content h3 {
	margin-bottom: 0;
	color: var(--primaryColor);
	position: relative;
	font-weight: 900;
	font-size: 20px;
	line-height: 51px;
	font-family: Manrope;
}

.about-us-tab-content h4 {
	margin-bottom: 0;
	color: var(--primaryColor);
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	font-family: Manrope;
}

.about-us-tab-content p {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 26px;
}

.about-us-tab-content ul li {
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 25px;
	padding-bottom: 28px;
}

.about-us-tab-content ul li::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-image: url(https://snellers.dev.idslogic.net/wp-content/uploads/2025/07/list-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 5px;
	top: 6px;
}

.about-us-tab-content a {
	font-size: 18px;
	font-weight: 600;
	font-family: Manrope;
	color: var(--primaryColor);
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
}

.fade-section {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s ease-out;
}

.fade-section.visible {
	opacity: 1;
	transform: translateY(0);
}

.showcase .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 69, 106, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

.showcase h2 {
	font-size: 3em;
	z-index: 2;
	position: relative;
	color: #fff;
}

.showcase .container-md {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
}

.section-holder .about-us-tab-content:nth-child(odd) {
	background: #f8f9fa;
}

.section-holder .about-us-tab-content:nth-child(even) {
	background: white;
}

.stats-section {
	text-align: center;
}

.stats-grid {
	display: grid;
	gap: 40px;
	justify-content: center;
}

.top-row {
	grid-template-columns: repeat(3, 1fr);
	width: 90%;
	max-width: 1200px;
	margin: auto auto 100px auto;
}

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

.stats-grid h3 {
	font-size: 50px;
	font-weight: 800;
	margin-bottom: 30px;
}

.top-row h3 {
	font-size: 80px;
	margin-bottom: 30px;
}

.stat-text {
	font-size: 20px;
}

.with-border {
	position: relative;
}

.with-border::before,
.with-border::after {
	content: "";
	position: absolute;
	top: 10%;
	bottom: 10%;
	width: 1px;
	background: #0c5473;
}

.with-border::before {
	left: 0;
}

.with-border::after {
	right: 0;
}

.timeline-slider {
	padding: 0 100px;
}

.timeline-slider::after,
.timeline-slider::before {
	content: "";
	width: 2000rem;
	height: 100%;
	position: absolute;
	right: calc(100% - 85px);
	top: 0;
	background-color: var(--primaryColor);
	z-index: 2;
}

.timeline-slider::after {
	left: calc(100% - 85px);
	right: auto;
}

.timeline-slider .swiper-button-prev:hover > svg path,
.timeline-slider .swiper-button-next:hover > svg path {
	fill: #ffc556 !important;
}

section#section2 {
	background: var(--primaryColor);
}

.timeline-slider h3 {
	font-size: 54px;
	margin-bottom: 10px;
	color: #ffc556 !important;
	text-align: center;
}

.timeline-card p {
	color: #fff !important;
}

.timeline-slider .swiper-button-prev,
.timeline-slider .swiper-button-next {
	width: 56px;
	height: 56px;
	border: none;
	border-radius: 0;
	text-align: center;
	color: #ffc556;
	transition: all 0.3s ease-in-out;
	margin-top: -28px;
}

.timeline-slider svg path {
	fill: #ffc556;
}

.timeline-slider .swiper-button-prev svg,
.timeline-slider .swiper-button-next svg {
	width: 30px;
}

@media (max-width: 991px) {

	.top-row {
		grid-template-columns: 1fr;
	}

	.bottom-row {
		grid-template-columns: 1fr 1fr;
	}

	.with-border::before,
	.with-border::after {
		display: none;
	}
}

@media (max-width: 575px) {

	.bottom-row {
		grid-template-columns: 1fr;
	}
}

/*****************************************************ABOUT US NEW SECTION END****************************************************/

/*****************************************************Property Alert Modal SECTION Start*************************************/
.property-alert-modal-width {
	max-width: 900px;
}

.property-alert h3 {
	font-size: 1.8rem;
	color: #00394f;
	margin-bottom: 8px;
}

.property-alert h4 {
	font-size: 1.3rem;
	color: #00618a;
}

.property-alert label {
	font-weight: 600;
	font-size: 0.95rem;
	color: #004869;
	margin-bottom: 6px;
}

.property-alert .form-control,
.property-alert .form-select {
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 15px;
	border: 1px solid #d1d9de;
}

.property-alert .form-control::placeholder {
	color: #999;
	font-size: 0.9rem;
}

.property-alert .form-control:focus,
.property-alert .form-select:focus,
.property-alert .form-check-input:focus {
	border-color: #004869 !important;
	box-shadow: 0 4px 14px rgba(0, 72, 105, 0.18);
	outline: none;
}

.property-alert textarea {
	resize: none;
	min-height: 140px;
	font-size: 15px;
}

.property-alert .form-check-input {
	width: 22px;
	height: 22px;
	border-radius: 5px;
	border: 2px solid #004869;
	margin-top: 2px;
	cursor: pointer;
}

.property-alert .form-check-input:checked {
	background-color: #004869;
	border-color: #004869;
}

.property-alert .form-check-label {
	font-size: 0.95rem;
	margin-left: 6px;
	color: #222;
	cursor: pointer;
}

.property-alert .btn-primary {
	border-radius: 10px;
	padding: 14px 34px;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	background: linear-gradient(135deg, #004869, #00618a);
	border: none;
	color: #fff;
}

.property-alert .btn-primary:hover {
	background: linear-gradient(135deg, #00618a, #0080b5);
	box-shadow: 0 6px 16px rgba(0, 72, 105, 0.35);
	transform: translateY(-2px);
}

.property-alert small {
	font-size: 11px;
	line-height: 1.2;
	color: #555;
	text-align: right;
	max-width: 600px;
	margin: 0;
	padding: 0;
	margin-left: auto;
}

.property-alert {
	position: relative;
}

.property-alert .btn-close {
	position: absolute;
	right: 0;
	top: 0;
}

.property-alert .property-detial-title {
	font-size: 1.1rem;
	margin-top: 20px;
	border-bottom: 2px solid #004869;
	padding-bottom: 5px;
}

/*****************************************************Property Alert Modal SECTION End*************************************/
.advice-section {
	padding: 50px 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.advice-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.advice-left {
	text-align: center;
}

.advice-left h2 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 18px;
	color: var(--primaryColor);
	text-align: center;
	font-family: "Manrope";
	line-height: 38px;
}

.advice-right p {
	color: #f5f5f5;
}

.advice-right {
	flex: 1;
	font-size: 1rem;
	line-height: 1.8;
	color: #d0d0d0;
	display: none;
}

.advice-right p + p {
	margin-top: 15px;
}

.home .bcn_display {
	display: none;
}

.bcn_display a.home {
	text-decoration: none;
	font-weight: 800;
	color: #004869;
}

.bcn_display a {
	text-decoration: none;
}

/* Case Study Start */
.case-slider-wrapper {
	padding: 50px 0;
}

.showcase {
	width: 100%;
	position: relative;
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 40vh;
}

.showcase .overlay {
	width: 100%;
	height: 100%;
	background-color: #162937;
	position: absolute;
	top: 0;
	left: 0;
}

.showcase h2 {
	font-size: 3em;
	z-index: 2;
	position: relative;
	color: #fff;
	font-family: "Arial Bold";
}

.showcase .container-md {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
}

.project-overview-wrapper {
	background-color: #f8f9fa;
	padding: 100px 0;
}

.section-title {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 500;
	color: var(--primaryColor);
	text-align: center;
	font-family: "Manrope";
	line-height: 38px;
}

.info-card {
	background-color: white;
	border-radius: 8px;
	padding: 10px 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
	text-align: center;
	height: 100%;
	border: 1px solid #f1f1f1;
	border-bottom: 2px solid #ffc107;
}

.info-card:hover {
	transform: translateY(-5px);
}

.info-label {
	font-size: 18px;
	font-family: "Manrope";
	color: #ffc05c;
	margin: 0;
}

.info-card h3 {
	font-size: 20px;
	font-weight: 700;
	font-family: "Manrope";
	padding: 0;
	color: var(--primaryColor);
	margin: 0;
}

@media (max-width: 767px) {

	.info-card {
		height: auto;
		margin-bottom: 20px;
	}

	.casestudy-product-title,
	.casestudy-product-button {
		font-size: 16px !important;
	}

	.casestudy-slider {
		padding: 0 69px !important;
	}

	.swiper.casestudy-slider::after,
	.swiper.casestudy-slider::before {
		right: calc(100% - 50px) !important;
	}

	.casestudy-slider::after {
		left: calc(100% - 10px);
	}

	.casestudy-slider::after {
		left: calc(100% - 50px) !important;
	}
}

.related-property-gallery-box {
	display: flex;
	gap: 21px;
}

.case-study-show-case {
	padding: 100px 0;
}

.case-study-show-case .heading {
	text-align: center;
	margin-bottom: 50px;
}

.case-study-show-case p {
	font-size: 18px;
	font-weight: 500;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
}

.case-related-property-tilte {
	font-size: 26px;
	font-weight: 700;
	font-family: Manrope;
	color: var(--primaryColor);
	line-height: 28px;
	margin-bottom: 10px;
}

.image-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.image-box {
	height: 300px;
	flex: 0 0 calc(50% - 10px);
}

.image-box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.image-row .image-box:first-child:last-child {
	flex: 0 0 100%;
}

.image-row .image-box:last-child:nth-child(odd) {
	flex: 0 0 100%;
}

@media (max-width: 576px) {

	.image-row .image-box {
		flex: 0 0 100%;
	}
}

.related-property-text {
	padding: 37px;
}

.case-study-slider {
	padding: 100px 0;
	background: #f2f2f2;
}

.case-study-slider .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.case-study-slider .swiper-slide {
	display: flex;
	height: auto !important;
}

.casestudy-product-card {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	background: #f1f1f1;
	border-radius: 10px;
	border: 1px solid #dbd0d0;
}

.casestudy-product-image {
	height: 240px;
	overflow: hidden;
	position: relative;
}

.casestudy-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casestudy-product-info {
	padding: 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.casestudy-product-title {
	color: var(--primaryColor);
	font-size: 24px;
	font-weight: 800;
	line-height: 28px;
	font-family: "Manrope";
	margin-bottom: 10px;
	min-height: 56px;
}

.casestudy-product-description {
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
}

.casestudy-product-description p {
	font-size: 16px;
	font-weight: 600;
	color: var(--primaryColor);
	margin: 0;
	line-height: 1.4;
}

.casestudy-product-button {
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	margin-top: 25px;
	line-height: 24px;
	color: var(--lightYellow);
	align-self: flex-start;
}

.casestudy-product-card:hover {
	background-color: var(--lightYellow);
}

.casestudy-product-card:hover .casestudy-product-button {
	color: #fff;
}

.case-slider-wrapper .swiper-button-prev:hover > svg path,
.case-slider-wrapper .swiper-button-next:hover > svg path {
	fill: #f2f2f2 !important;
}

.swiper.casestudy-slider {
	padding: 0 150px;
}

.casestudy-slider::after,
.casestudy-slider::before {
	content: "";
	width: 2000rem;
	height: 100%;
	position: absolute;
	right: calc(100% - 135px);
	top: 0;
	background-color: var(--whiteColor);
	z-index: 2;
}

.single-case_study .casestudy-slider::after,
.single-case_study .casestudy-slider::before {
	background-color: #f2f2f2 !important;
}

.casestudy-slider::after {
	left: calc(100% - 135px);
	right: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
}

@media (max-width: 576px) {

	.case-study-slider {
		padding: 40px 0;
	}
}

.case-slider-wrapper .swiper-slide {
	display: flex;
	height: auto !important;
}

.casestudy-product-category {
	font-size: 20px;
	font-weight: 600;
	color: var(--primaryColor);
	margin-top: 8px;
}

/* Case Study End */

/*********************About-Us-New-Section-Start******************/
.stats-wrapper {
	width: 100%;
	padding: 70px 20px;
}

.stats-section h2 {
	color: #fff !important;
	font-size: 50px;
}

.stats-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

/* LEFT */
.stats-left {
	flex: 1;
	position: relative;
}

.stats-title {
	font-size: 90px !important;
	font-weight: 800 !important;
	color: #ffc556 !important;
	margin-bottom: 22px !important;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stats-label {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	line-height: 34px !important;
}

.stats-sub {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #fff !important;
}

section#section4 {
	background: var(--primaryColor);
}

/* DIVIDER */
.stats-divider {
	width: 2px;
	height: 170px;
	background: #ffc556;
	margin: 0 50px;
}

/* RIGHT */
.stats-right {
	flex: 1;
	text-align: center;
}

.stats-number {
	font-size: 90px;
	font-weight: 700;
	color: #ffc556 !important;
	line-height: 1;
}

.stats-right-label {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
}

/* BOTTOM STATS */
.stats-bottom {
	max-width: 1200px;
	margin: 80px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: center;
}

.stats-box .stats-big {
	font-size: 90px;
	font-weight: 700;
	color: #ffc556 !important;
	line-height: 1;
}

.stats-box {
	position: relative;
}

.stats-box p {
	font-size: 20px;
	font-weight: 700;
	color: #fff !important;
	margin-top: 20px;
	margin-bottom: 0;
}

.statistcs-title-box {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.asset-circa {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #ffc556 !important;
	margin-right: 4px !important;
	margin-bottom: 0 !important;
}

.asterisk {
	font-size: 28px;
	vertical-align: super;
	height: 20px;
}

.stats-left::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 80%;
	background-color: #ffc556 !important;
}

.stats-bottom .stats-box:nth-child(2) {
	border-left: 2px solid #ffc556;
	border-right: 2px solid #ffc556;
}

@media (max-width: 991px) {

	.stats-left::after {
		display: none;
	}
}

/* RESPONSIVE */
@media (max-width: 768px) {

	.stats-container {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.stats-divider {
		width: 70px;
		height: 2px;
		margin: 40px 0;
	}

	.stats-number {
		font-size: 60px;
	}

	.stats-bottom {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.stats-box .stats-big {
		font-size: 56px;
	}

	.stats-bottom .stats-box:nth-child(2) {
		border: none;
	}
}

/*********************About-Us-New-Section-End******************/

/* Responsive */
@media (max-width: 768px) {

	.advice-content {
		flex-direction: column;
		border-left: none;
		padding-left: 0;
		gap: 30px;
		padding: 20px;
	}

	.advice-left {
		border-right: none;
		padding-right: 0;
	}

	.advice-left h2 {
		font-size: 1.4rem;
	}
}

.accordion-bx h2 {
	font-size: 22px;
	line-height: 1.9;
}

.has-submenu a::after {
	display: none !important;
}

.has-submenu .submenu {
	max-height: 0;
	overflow: hidden;
	padding-left: 15px;
	transition: max-height 0.4s ease, opacity 0.3s ease;
	opacity: 0;
	margin-top: 5px;
}

.has-submenu.open .submenu {
	max-height: 500px;
	opacity: 1;
	padding-left: 33px;
}

.arrow-new {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	margin-left: 12px;
	margin-top: -22px;
	position: relative;
	top: -3px;
}

.open .arrow-new {
	transform: rotate(-135deg);
	top: 3px;
}

.has-submenu .submenu .sidebar-link {
	font-weight: 400 !important;
	display: block;
	font-family: "Arial Regular";
}

.has-submenu .submenu li {
	margin-bottom: 10px;
	list-style-image: url(../images/list-bullet.svg) !important;
}

.has-submenu .submenu li a {
	font-size: 20px;
}

.has-submenu .submenu .sidebar-link:hover {
	color: #dae4e9;
}

#caseStudyFilterForm select {
	border: 1px solid #d9d9d9;
	padding: 15px 60px 15px 33px;
	font-family: "Manrope";
	line-height: 28px;
	color: var(--primaryColor);
	border-radius: 100px;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../images/arrow_drop_down.svg");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 18px;
}

#caseStudyFilterForm select:focus {
	border-color: #004869 !important;
	box-shadow: 0 4px 14px rgba(0, 72, 105, 0.18);
	outline: none;
}

/*Media Query*/
@media screen and (max-width: 1799px) and (min-width: 1681px) {

	.news-img {
		height: 300px;
	}
}

@media (max-width: 1680px) {

	h1,
	.h1 {
		font-size: 42px;
		line-height: 1.25;
	}

	.g-66 {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 2rem;
	}

	.gx-72 {
		--bs-gutter-x: 1.5rem;
	}

	.g-44 {
		--bs-gutter-x: 1rem;
		--bs-gutter-y: 1rem;
	}

	.property-card {
		margin-bottom: 2rem;
	}

	.hero-banner .banner-head h1 {
		margin-bottom: 48px;
	}

	.banner-card {
		padding: 36px 20px 48px;
	}

	.banner-card .card-title {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 24px;

		/* min-height: 110px; */
	}

	.btn-rounded-outline {
		border: 2px solid var(--primaryColor);
		border-radius: 30px;
		padding: 10px 30px;
		font-size: 16px;
		line-height: 26px;
	}

	.banner-card .btn-rounded-outline {
		min-width: auto;
	}

	.site-primary-btn {
		border: 2px solid var(--primaryColor);
		padding: 10px 32px;
		font-size: 16px;
	}

	.search-container .search-input {
		padding: 10px 33px;
		font-size: 14px;
	}

	.search-box .form-select {
		right: 30px;
		top: 13px;
		font-size: 14px;
		padding: 2px 10px;
		border-left: 1px solid #00456a;
	}

	.menu-title {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.sidebar-section li {
		margin-bottom: 24px;
	}

	.sidebar-section li a {
		font-size: 16px;
		line-height: 30px;
	}

	.submenu li a {
		font-size: 16px !important;
	}

	.social-icons ul li a svg {
		height: 34px;
	}

	.sidebar-section {
		padding: 48px 10px 30px 32px;
	}

	.footer-heading {
		font-size: 18px;
		line-height: 1.1;
		margin-bottom: 10px;
	}

	.footer .contact-info {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.contact-info p {
		color: #fff !important;
	}

	.footer-links li a {
		font-size: 14px;
		padding: 8px 0;
	}

	.footer-menu {
		padding-left: 20px;
		padding-bottom: 20px;
	}

	.footer-top .social-icons ul {
		padding: 0 0 30px;
	}

	.footer-logo img {
		max-width: 180px;
	}

	.service-item img {
		height: 102px;
		margin-bottom: 24px;
	}

	.services-section .section-heading {
		margin-bottom: 5rem;
	}

	.service-item h5 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 18px;
	}

	.service-item p {
		font-size: 16px;
		line-height: 24px;
		max-width: 520px;
	}

	.news-card .card-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 6px;
	}

	.news-card .desc {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}

	.news-card .property-label {
		font-size: 14px;
		padding: 3px 14px;
		min-width: initial;
	}

	.read-more {
		font-size: 14px;
		line-height: 30px;
	}

	.news-content {
		padding: 15px 24px 20px;
	}

	.our-partners {
		padding: 0 100px;
	}

	.our-partners::after,
	.our-partners::before {
		right: calc(100% - 100px);
	}

	.our-partners::after {
		left: calc(100% - 100px);
	}

	.team-img {
		width: 100%;
		height: 280px;
	}

	.subscribe-card h2 {
		color: var(--whiteColor);
		font-size: 25px;
		line-height: 38px;
	}

	.subscribe-card {
		padding: 20px;
	}
}

@media (max-width: 1399px) {

	.listing-sidebar {
		padding: 38px 0 38px 0;
	}

	.listing-sidebar-card h5 {
		font-size: 21px;
		line-height: 32px;
	}

	.subscribe-card h2 {
		color: var(--whiteColor);
		font-size: 21px;
		line-height: 38px;
	}
}

@media (max-width: 1199px) {

	.footer-menu {
		padding-left: 0;
		padding-bottom: 40px;
	}

	.listing-container {
		padding: 38px 0 45px 0;
	}

	.listing-sidebar {
		padding: 38px 0 38px 10px;
	}

	.listing-sidebar-card h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.property-information {
		padding-left: 0;
		padding-right: 0;
	}

	/* .property-detail-left,
  .page-sidebar {
    padding: 38px 0px 38px 0px;
  } */
	.client-logo-grid {
		column-gap: 24px;
		row-gap: 24px;
		grid-template-columns: repeat(3, 1fr);
	}

	.main-left-col {
		padding-right: 20px;
	}

	.main-right-col {
		padding-left: 20px;
	}

	.client-logo-box {
		height: 100px;
	}

	.teams .col-12 {
		width: 50%;
	}

	.team-modal-img {
		width: 100%;
		height: 250px;
	}

	.teams-modal-body {
		padding: 40px;
	}
}

@media (max-width: 991px) {

	.search-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.banner-card .card-title {
		font-size: 20px;
		margin-bottom: 16px;

		/* min-height:90px; */
	}

	.hero-banner .banner-head h1 {
		margin-bottom: 38px;
		font-size: 36px;
	}

	.banner-card {
		padding: 36px 20px 38px;
	}

	.search-container .search-input {
		padding: 11px 16px;
		padding-right: 150px !important;
	}

	.search-title {
		font-size: 24px;
		margin-bottom: 18px;
		line-height: 1.25;
	}

	.actions-type {
		width: 100%;
		justify-content: center;
	}

	.search-box .form-select {
		right: 20px;
	}

	.footer-top .social-icons ul li + li {
		margin-left: 10px;
	}

	.listing-container {
		padding: 38px 0 45px 0;
	}

	.listing-sidebar {
		padding: 20px;
		background: #fff;
	}

	.listing-sidebar-col::after {
		position: static;
	}

	.listing-sidebar-card {
		max-width: 100%;
	}

	.contact-agents {
		max-width: 100%;
	}

	.agent-card {
		display: flex;
	}

	.agent-card img {
		max-width: 200px;
		margin-right: 20px;
	}

	.client-logo-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.main-left-col {
		width: 100%;
	}

	.main-right-col {
		padding-left: 10px;
		width: 100%;
	}

	.team-modal-img img {
		width: auto;
	}

	.news-blogs-card h1 a,
	.news-blogs-card p {
		height: auto;
	}

	.testimonial-slider-wrapper .swiper-button-next {
		right: -25px;
	}

	.testimonial-slider-wrapper .swiper-button-prev {
		left: -25px;
	}
}

@media (max-width: 767px) {

	.banner-card .card-title {
		min-height: auto;
	}

	.timeline-slider {
		padding: 0;
	}

	.timeline-slider::after,
	.timeline-slider::before {
		height: auto;
		top: auto;
		bottom: 0;
	}

	.timeline-slider .swiper-slide {
		border: 1px solid var(--primaryColor);
		border-radius: 10px;
		padding: 32px 40px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	#section2 h2 {
		color: #ffc556 !important;
	}

	.body-main {
		margin-top: 105px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.hero-banner .banner-head h1 {
		font-size: 1.8rem;
	}

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

	.offcanvas-end.custom-offcanvas {
		width: 90%;
	}

	.gap-y-40 {
		--bs-gutter-y: 1.5rem;
	}

	.gap-x-40 {
		--bs-gutter-x: 1.5rem;
	}

	.hero-banner {
		padding: 120px 0 80px;
	}

	/* .menu-content {
    flex-direction: column;
  } */
	.sidebar-section {
		padding: 48px 60px 20px 20px;
	}

	.menu-icon {
		width: 26px;
		height: 20px;
	}

	.menu-icon span {
		margin-bottom: 6px;
	}

	.social-icons ul li a svg {
		width: auto;
		height: 24px;
	}

	.services-section .section-heading {
		margin-bottom: 4rem;
	}

	.section-heading,
	.section-heading-inner-page {
		justify-content: center;
		text-align: center;
	}

	.our-partners {
		padding: 0 80px;
	}

	.our-partners::after,
	.our-partners::before {
		right: calc(100% - 80px);
	}

	.our-partners::after {
		left: calc(100% - 80px);
	}

	.subscribe-card {
		text-align: center;
	}

	.detail-slider-container {
		flex-direction: column;
		max-height: unset;
	}

	.detail-slider-container .swiper-main {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		flex: none;
	}

	.detail-slider-container .swiper-slide img {
		height: auto;
	}

	.detail-slider-container .swiper-thumbs {
		width: 100%;
		max-width: 100%;
		height: auto;
		flex: none;
		order: 1;
		padding: 0;
		overflow: hidden;
		margin-top: 10px;
		margin-left: 0;
	}

	.detail-slider-container .swiper-thumbs .swiper-wrapper {
		flex-direction: row !important;
		display: flex;
	}

	.detail-slider-container .swiper-thumbs .swiper-slide {
		width: 100px;
		height: 70px;
		flex-shrink: 0;
	}

	.detail-slider-container .swiper-thumbs .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.detail-slider-container .thumbs-navigation .swiper-button-prev,
	.detail-slider-container .thumbs-navigation .swiper-button-next {
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: auto;
		width: 30px;
		height: 30px;
	}

	.detail-slider-container .thumbs-navigation .swiper-button-next {
		left: auto;
		right: 0;
	}

	.detail-slider-container .thumbs-navigation .swiper-button-prev svg,
	.detail-slider-container .thumbs-navigation .swiper-button-next svg {
		width: 7px;
		transform: rotate(0);
	}

	.detail-slider-container .swiper-button-next {
		right: 20px;
	}

	.detail-slider-container .swiper-button-prev {
		left: 20px;
	}

	.similar-properties-slider .swiper-button-next {
		right: 40%;
	}

	.similar-properties-slider .swiper-button-prev {
		left: 40%;
	}

	.similar-properties-slider .swiper-button-next,
	.similar-properties-slider .swiper-button-prev {
		top: 105%;
	}

	.property-information {
		margin-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}

	.property-detail-left {
		padding: 38px 0;
	}

	.property-detail-address {
		font-size: 28px;
	}

	.property-detail-page .property-detail-left h1,
	.services-detail-page .main-left-col h1 {
		font-size: 28px;
	}

	.property-detail-page .property-detail-left h2 {
		font-size: 26px;
	}

	.property-detail-page .property-detail-left h4 {
		font-size: 20px;
	}

	.money-protect-logo {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.property-address-info svg {
		width: 20px;
	}

	.property-type-detail {
		align-items: start;
	}

	.page-sidebar {
		padding: 0;
	}

	.filter-buttons {
		margin-bottom: 50px;
		gap: 19px;
		justify-content: center;
	}

	.filter-buttons button {
		height: 40px;
		font-size: 14px;
		width: 70px;
	}

	.testimonial-section {
		padding: 0 0 100px 0;
	}

	.testimonial-text {
		margin-bottom: 10px;
	}

	.testimonial-box {
		padding: 20px;
	}

	.testimonial-slider-wrapper .swiper-button-next,
	.testimonial-slider-wrapper .swiper-button-prev {
		top: 100%;
		transform: translate(10px, 10px);
	}

	.testimonial-slider-wrapper .swiper-button-next {
		right: 40%;
	}

	.testimonial-slider-wrapper .swiper-button-prev {
		left: 40%;
	}

	.subscribe-card h2 {
		font-size: 30px;
	}

	.teams-modal-body {
		padding: 16px;
	}

	.team-modal-img {
		width: 100%;
		height: 150px;
		width: 150px;
		margin: auto;
		border: 1px solid #e1e1e1;
		border-radius: 50%;
		overflow: hidden;
	}

	.agent-contact-wrapper {
		padding: 10px 0 50px 0;
	}

	.services-detail-page {
		padding-top: 90px;
	}

	.services-detail-page .main-left-col h5 {
		padding: 0 0 17px 0;
	}

	.nav-tabs {
		justify-content: space-between;
		flex-wrap: nowrap;
		overflow: auto;
		width: 100%;
	}

	.nav-tabs .nav-link {
		white-space: nowrap;
		padding: 14px 24px;
		font-size: 14px;
	}

	.sticky-tabs {
		top: 70px;
	}

	.commercial-content-box {
		padding: 2px;
	}

	.header .logo img {
		transition: all 0.3s ease-in-out;
		height: 50px;
		width: auto;
	}

	.showcase h2 {
		font-size: 2em;
	}

	.commercial-content-box h2,
	.contact-page-section h1 {
		font-size: 24px;
		font-weight: 700;
	}

	.about-us-tab-section .nav-tabs .nav-link {
		font-size: 16px;
	}

	.about-us-tab-content {
		padding: 1rem;
	}

	.stats-grid h3 {
		font-size: 31px;
		margin-bottom: 0;
	}

	.timeline-slider h3,
	.top-row h3 {
		font-size: 40px;
		margin-bottom: 0;
	}

	.about-us-tab-content h2 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.latest-properties {
		padding: 40px 0 40px 0;
	}

	.news-section,
	.partners-section {
		padding: 20px 0;
	}

	.news-card .desc {
		max-width: 100%;
	}

	.property-alert .btn-close {
		z-index: 99999;
	}

	.property-alert {
		padding: 7px !important;
	}

	.property-alert h3 {
		font-size: 1.5rem;
		margin-bottom: 8px !important;
	}

	.property-alert-modal-width {
		max-width: 500px;
		margin: auto;
	}

	.property-alert .form-control,
	.property-alert .form-select {
		padding: 10px;
	}

	.property-location-detail {
		padding-bottom: 20px;
		margin-block-start: 20px;
	}

	.news-detail h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.modal-dialog-scrollable .modal-content {
		max-height: 80%;
		overflow: hidden;
	}
}

@media (max-width: 575px) {

	.actions-type {
		width: 100%;
		display: flex;
		gap: 2%;
		justify-content: space-between;
	}

	.actions-type .site-primary-btn {
		min-width: auto;
		max-width: 50%;
		flex: 0 0 48%;
	}

	.search-container {
		padding: 24px 24px 35px;
	}

	.footer-links {
		margin-bottom: 20px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 42px;
		height: 42px;
		border: 2px solid var(--primaryColor);
		margin-top: -21px;
	}

	.footer-menu {
		padding-bottom: 0;
	}

	.footer-menu .footer-links {
		display: none;
	}

	.footer-menu .footer-heading {
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255, 197, 86, 0.5215686275);
		padding-bottom: 10px;
	}

	.agent-card img {
		max-width: 120px;
	}

	.main-left-col,
	.main-right-col {
		padding: 12px;
	}

	.teams .col-12 {
		width: 100%;
	}

	.agent-profile-img {
		width: 147px;
		height: 100%;
		display: block;
		max-width: 80px;
		min-width: 80px;
	}

	.teams-modal-dialog {
		width: 90%;
		margin: auto;
	}

	.team-skill li {
		padding: 0 0 20px 26px;
	}

	.team-img {
		height: auto;
	}

	.agent-email {
		font-size: 16px;
		line-height: 20px;
	}

	.agent-name,
	.agent-designation {
		font-size: 16px;
	}

	.agent-content {
		padding: 10px;
	}

	.footer-menu .footer-heading::after {
		content: "▼";
		font-size: 0.8rem;
		position: absolute;
		right: 0;
		top: 7px;
	}
}

@media (min-width: 1440px) {

	.container-md {
		max-width: 1464px;
	}
}

@media (min-width: 1800px) {

	.container {
		max-width: 1700px;
	}
}

.contact-info p {
	color: #fff !important;
}

.commercial-services-heading {
	font-family: "Arial Bold" !important;
}

.testimonial-section .section-with-subheading p {
	display: none;
}

.our-story-gallery-section {
	padding: 80px 20px;
	background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.our-story-gallery-grid {
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.our-story-gallery-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
	transition: all 0.4s ease;
	position: relative;
}

.our-story-gallery-card:hover {
	transform: translateY(-10px);
}

.our-story-gallery-card:hover::after {
	box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.25);
}

.our-story-gallery-image {
	padding-top: 60%;
	position: relative;
}

.our-story-gallery-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: transform 0.6s ease, filter 0.6s ease;
	position: absolute;
	top: 0;
}

.our-story-gallery-card:hover img {
	transform: scale(1.08);
}

.our-story-gallery-content {
	padding: 22px 24px 26px;
	background-color: rgba(0, 72, 105, 0.0588235294);
	border-top: 1px solid #e7e1e1;
}

.our-story-gallery-content:hover {
	background-color: #ffc556;
}

.our-story-gallery-content h4 {
	margin: 0;
	font-size: 19px;
	font-weight: 800;
	color: #00456a;
	font-family: "Manrope";
	letter-spacing: -0.01em;
}

.our-story-gallery-content p {
	margin: 10px 0 0;
	font-size: 14.5px;
	color: #00456a;
	font-family: "Manrope";
	line-height: 1.7;
}

@media (max-width: 992px) {

	.our-story-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {

	.our-story-gallery-grid {
		grid-template-columns: 1fr;
	}
}

.page-id-3000 #section0 {
	position: sticky;
	top: 77px;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

#section2.about-us-tab-content h2 {
	color: #fff !important;
	font-size: 50px;
}

.sidebar-section .social-icons ul {
	display: flex;
	gap: 20px;
}

.footer-top .social-icons ul {
	display: flex;
}

.sidebar-section .social-icons ul li:nth-child(3) a img,
.social-icons ul li:nth-child(3) a img {
	width: 150px;
}

.social-icons ul li:nth-child(3) {
	display: block !important;
}

.footer-top .social-icons ul li + li {
	margin-left: 12px;
}
