body {
    margin: 0;
    padding: 0;	
	color: #1D1D1B;
	font-size: 16px;
	font-family: "Mulish", sans-serif;
	font-weight: 300;
	line-height: 24px;
}
.fullboxlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
    width: 100%;
    height: 100%;
}

/*body.single .logo a img{
	filter: brightness(0);
} */
.floatBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.floatBtn a:hover svg path{
	fill:#25D366
}
.MainBannerHm,
.MainBannerHm .elementor-container.elementor-column-gap-no{
    height: 100vh;
}
header.Fixedheader {
    background-color: rgba(21,21,21,0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
	top:0;
	z-index:999;
    padding: 15px 0;
}
header {
    position: absolute;
    left: 0;
    right: 0;
	z-index: 1;
	padding: 38px 0;
	transition: 1s ease;
	/*background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box; */
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important;
}
/* Transparent Header Css Start */

header.rfSinglePage .logo svg,
header.page-id-765 .logo svg,
header.page-id-779 .logo svg{
    filter: brightness(0);
}
header.rfSinglePage,
header.page-id-765,
header.page-id-779{
	position: inherit;
    padding: 20px 0;;
}
header.rfSinglePage .navbar-nav a,
header.page-id-765 .navbar-nav a{
	color: #1D1D1B;
}
header.rfSinglePage .navbar-nav li:hover a,
header.rfSinglePage .navbar-nav li.current-menu-item a,
header.page-id-765 .navbar-nav li:hover a,
header.page-id-765  .navbar-nav li.current-menu-item a,
header.page-id-779 .navbar-nav li:hover a,
header.page-id-779  .navbar-nav li.current-menu-item a{
	color: #1D1D1B !important;
}

/* scroll down animation */
.scroll-down{
	border: 1px solid #fff;
	border-radius: 20px;
	bottom: 50px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 25px;
	height: 45px;
	z-index: 1;
	cursor: pointer;

}
.scroll-down-wrapper {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 4;
}
.scroll-down-wrapper:after {
    content: '';
    position: absolute;
    bottom: 28px;
    background: url(https://zoomdevdxb.com/reckersfischer/wp-content/uploads/2025/08/animation-down-arrow.svg) no-repeat center;
    width: 12px;
    height: 13px;
    left: 6px;
}
.scroll-down-wrapper .scroll-down::before {
	-webkit-animation: scrollDownAnimation 2s infinite;
	animation: scrollDownAnimation 2s infinite;
	background-color: #fff;
	border-radius: 5px;
	content: '';
	height: 8px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
	width: 2px;
}
.scroll-down-wrapper .scroll-down::after {
	content: '';
	position: absolute;
	background-size: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	width: 21px;
	bottom: -18px;

}
.scroll-down-wrapper span {

	font-family: 'Montserrat';
	color: #333;
	text-align: center;
	padding-top: 25px;
	font-size: 12px;
	display: block;
	z-index: 2;
	text-transform: uppercase;

}


@keyframes scrollDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
	100% {
		opacity: 0;
	}
}
/* scroll down animation */

/* Transparent Header Css End */

img.alignleft{
	margin-right:30px;
	float:left;
	border-radius:20px !important;
}
.csbtn a.elementor-button:hover .elementor-button-icon svg path{
	fill:#fff
}
/* FAQ load more button */
.CustomStyleFAQ {
	text-align:center;
}
a.rfLoadMoreFaq {
    width: 200px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border-radius: 30px;
    background: #262A40 url(https://zoomdevdxb.com/reckersfischer/wp-content/uploads/2025/07/DownArrowFaq.svg) no-repeat center right 30px;
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 35px;
    margin-top: 40px;
}
/* FAQ load more button */

/* contanct form css start */

.WrapContactFrm {
    border-radius: 20px;
    background: #F5F6F8;
    padding: 40px 30px;
}
.WrapContactFrm input[type="text"],
.WrapContactFrm input[type="email"],
.WrapContactFrm textarea { 
    border-radius: 20px;
    border: 1px solid rgba(29, 54, 92, 0.25);
    width: 100%;
    height: 56px;
    padding: 17px 21px 18px 21px;
    margin: 0 0 30px;
}
.WrapContactFrm textarea { 
	height: 180px;
	resize:none;
}
.WrapContactFrm input[type="submit"] {
    width: 171.72px;
    height: 49.19px;
    padding: 13.61px 20.72px 14.58px 21px;
    color: #1D365C;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-transform: capitalize;
    cursor: pointer;
    transition: ease all 1s;
    border-radius: 20px;
    background: #DDD;
    border: none;
}
.WrapContactFrm input[type="submit"]:hover{
	background-color:#1D365C;
	color:#fff;
}
.WrapContactFrm h3 {
    color: #1D365C;
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    margin: -30px 26px 0px;
}

/* contanct form css end */

/* navbar style start */
.logoMobile {
    padding-left: 15px;
    width: 157px;
    height: 62.804px;
}
.logoMobile a img,
.logoMobile a svg{
	width:100%;
	height:auto;
	object-fit:contain;
}
.navbar-toggler{
	position: absolute;
	top: 45px;
	right: 25px;
	z-index: 1;
	color:#fff;
	font-size: 30px;
}
nav.mobilenav .navbar-nav {
    gap: 0;
}
nav.mobilenav {
    position: fixed;
    width: 100%;
	height:100vh;
    background: #262A40;
    top: 0px;
    left: 0;
    padding: 152px 15px 25px 15px !important;
    z-index: -1;
    bottom: 0;
}
nav.mobilenav a{
	text-align: left
}
/* navbar style end */

/* blog css start */


.blog-post {
	position:relative;
    border-radius: 20px;
    border: 1px solid rgba(29, 54, 92, 0.25);
	display: grid;
	align-items: center;
    grid-template-columns: 313px 1fr;
    height: 220px;
    overflow: hidden;
	margin-bottom:30px;
	padding:0;
}
.blog-post .post-thumbnail a img {
    width: 313px;
    height: 220px;
}
#rfPropertyListing .post-thumbnail {
	border-radius:0;
}
.post-thumbnail {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    z-index: 1;
}
.post-thumbnail img {
	max-width: 100%;
	object-fit: cover;
	height: 100% !important;
	object-position: center;
	filter: brightness(0.7);
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.post-thumbnail:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.PostDateCS {
	margin: 20px 0 0;
	color: #1D1D1B;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.7px;
	background: url(https://zoomdevdxb.com/ghalliconsultants/wp-content/uploads/2025/08/lightblue-icon.svg) no-repeat left center;
	padding-left: 20px;
	background-size: contain;
}
/* blog css end */
/* contact form */

.wraphalffld {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.adpContactFrm input::placeholder,
.adpContactFrm textarea::placeholder{
	font-family: "Mulish", sans-serif;
	color: #1D1D1B;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.7px;
}
.adpContactFrm span.phone_numb{
	position:relative;    
	margin: 0 0 20px;
    display: block;
}
.adpContactFrm span.phone_numb:before{
	content:''
}
.adpContactFrm input, .wrapfrm input[type=tel] {
    border: none;
    border-bottom: solid 1px #1D1D1B;
    padding: 5px 0 10px;
    outline: none;
    margin: 0 0 20px;
    width: 100%;
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.adpContactFrm input[type=tel] {
	padding-left:75px !important;
}
.adpContactFrm textarea{
	border: none;
    border-bottom: solid 1px #1D1D1B;
    padding: 5px 0 10px;
    outline: none;
    margin: 0 0 20px;
    width: 100%;
    color: #1D1D1B;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
	height:100px;
}
.adpContactFrm input[type="submit"] {
    border: none;
    width: 200px;
    height: 44px;
    line-height: 44px;
    outline: none;
    border-radius: 30px;
    background: #262A40 url(../images/white-arrow.svg) no-repeat center right 51px;
    color: #FFF;
    text-align: left;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 0 51px 0 51px;
	cursor:pointer;
}
.adpContactFrm input[type="submit"]:hover {
	background: #000 url(../images/white-arrow.svg) no-repeat center right 51px;
	color:#fff;
}

/* contact form end */

/* blog css start */

/* list blog start */

.blog-posts.list .BlogPostCustom .post-thumbnail {
    overflow: hidden;
    position: relative;
	height: 542px;
}
.blog-posts.list .BlogPostCustom .post-thumbnail:before {
    content: 'Featured';
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.90);
    width: 120px;
    line-height: 32px;
    height: 32px;
    display: block;
    color: #1D1D1B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    z-index: 1;
}
.blog-posts.list .BlogPostCustom .post-thumbnail:hover:before{
	background-color:#1D1D1B;
	color:#fff;
}
.blog-posts.list .blog-post.BlogPostCustom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	gap:50px;
}
.blog-posts.list .BlogInsideTxt h3.post-title{
	margin-bottom:0;
}
.blog-posts.list .BlogInsideTxt h3.post-title a{
	font-size: 24px;
	display:block;
	margin:26px 0 26px;
}
.blog-posts.list .BlogInsideTxt a.read-more {
	width: 200px;
	height: 44px;
	line-height:44px;
	padding-left:35px;
	border-radius: 30px;
	border: 1px solid #262A40;
	font-weight:700;
	background: url(https://zoomdevdxb.com/reckersfischer/wp-content/themes/reckersfischer/assets/images/btn-arrow.svg) no-repeat center right 30px;
	margin-top:36px;
}
.blog-posts.list .BlogInsideTxt a.read-more:hover {
    background: #262A40 url(https://zoomdevdxb.com/reckersfischer/wp-content/themes/reckersfischer/assets/images/white-arrow.svg) no-repeat center right 30px;
    color: #fff;
}

/* list blog end */

#relatedProperties .BlogPostCustom {
    padding: 0;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: initial;
    height: auto;
}
#relatedProperties .blog-post.BlogPostCustom a img{
	width:100%;
}

.BlogInsideTxt {
    padding: 24px 30px;
}
.BlogInsideTxt .PostDateCS {
    font-weight: 400;
    margin: 0 0 12px;
}
.BlogInsideTxt h3.post-title {
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.BlogInsideTxt h3.post-title a{
	color: #1D1D1B;
	text-decoration:none;
	font-weight: 500;
}
.BlogInsideTxt a.read-more {
    margin: 20px 0 0;
    color: #262A40;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 25px;
    text-decoration: underline;
    text-underline-offset: 10px;
}
/* blog css end */

/* Slider Css Start */

ul.MainSlider li .sliderItem img{
	height:100vh;
	object-fit:cover;
	object-position:center;
}
.sliderContent {
    position: absolute;
    top: 30%;
    max-width: 620px;
}
.sliderSubTitle {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 5.88px;
    text-transform: uppercase;
	margin:0 0 30px;
}
.sliderTitle {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 110px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.sliderTitle .sliderSubTitle {
	display:inline-block;
}
.sliderDescription {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 37px;
}
.sliderContent a {
    text-decoration: none;
    display: block;
    text-align: left;
    width: 220px;
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
    color: #262A40;
    border-radius: 30px;
    background: #fff url(../images/btn-arrow.svg) no-repeat center right 35px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
	transition:ease all 1s
}
.sliderContent a:hover {
    background: #262A40 url(../images/white-arrow.svg) no-repeat center right 35px;
    color: #fff;
}

/* Slider Css End */

/* FAQ Css Start */

.CustomStyleFAQ .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon svg {
    transform: inherit;
}
.CustomStyleFAQ .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 34px;
    height: 34px;
    transform: rotate(180deg);
    position: relative;
    top: -6px;
}
.CustomStyleFAQ .elementor-accordion .elementor-accordion-item {
    border-top: 1px solid  rgba(38, 42, 64, 0.15) !important;
}

.CustomStyleFAQ .elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: 1px solid  rgba(38, 42, 64, 0.15) !important;
}
.CustomStyleFAQ .elementor-accordion .elementor-accordion-item p{
	margin-bottom:0;
}

/* FAQ Css End */

.ClientLogo .swiper-slide img {
    width: 200px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}
.logo svg {
	width: 215px;
	fill: #fff;
}
.navbar-nav{
	gap: 30px;
}
.navbar-nav a{
	color: #FFF;
	text-align: right;
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	text-decoration:none;
	display:block;
}
.navbar-nav li:hover a,
.navbar-nav li.current-menu-item a {
	color:#fff !important;
	text-decoration:underline;
	text-underline-offset: 10px;
}
.navbar-nav li.navnumber a {
	background: url(https://zoomdevdxb.com/ghalliconsultants/wp-content/uploads/2025/08/calltopIcon.svg) no-repeat left center;
    padding-left: 20px !important;
}
.navbar-nav li.navnumber:hover a{
	text-decoration:none;
}

a.rfShowMoreBtn {
    color: #1D1D1B;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 22px;
    background: url(https://zoomdevdxb.com/reckersfischer/wp-content/uploads/2025/08/down-arrow-mobile.svg) no-repeat right center;
    padding-right: 18px;
    background-size: 12px;
	outline:none;
}
a.rfShowMoreBtn.rfShowLess {
   transform:rotate(190deg);
}

/* footer css start */

footer {
    background: #E1E7F0;
    padding: 50px 0 20px;
}
ul#menu-footer-menu{
	display:grid;
	grid-template-columns:1fr 1fr
}
ul#menu-footer-menu li a{
	color: #1D365C;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.7px;
	text-transform:capitalize;
}
.footerSectionHeading{
	color: #1D365C;
	text-transform: uppercase;
	font-family: "Mulish", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
footer ul li{
	margin-bottom: 10px;
}
footer ul a{
	text-transform: uppercase;
	font-family: "Mulish", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}
ul.footersocicalinks {
	width:100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.footersocicalinks li a{
	margin-top:-7px;
	border:solid 1px transparent;
	border-radius:25px;
	width:34px;
	height:34px;
	line-height:30px;
	display:block;
	text-align:center;
}
ul.footersocicalinks li a:hover {
	border:solid 1px #1d365c;
}
.footerText{
	font-weight: 400;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
}
.contactInfo{
	color: #1D365C;
}
.contactInfo img{
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
.copyrightcs {
	color: #1D365C;
}
.boxIcon {
    border-radius: 20px;
    background: #334B6F;
    height: 140px;
    display: flex;
    padding-left: 60px;
	gap:20px;
}

/* footer css end */

.adpBannerContainer{
	width:100vw;
	height: 100vh;
	position: relative
}
.adpBannerContainer .adpBannerVideo{
	position: absolute;
	z-index: 0;
}
#adpBannerVideo {
	width: 100vw;
	height: auto;
}
.adpBannerContent {
	position: absolute;
	z-index: 1;
	text-align: center;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	align-content: center;
}
h1.banner-heading.banner-text {
	font-size: 100px;
	line-height: 90px;
	text-align: center;
	padding: 0 6rem;
	font-weight: 300;
}
#bookingModal {
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
	text-transform: uppercase;
	padding: 15px 20px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	width: 290px;
	display: inline-block;
}
#bookingModal:hover {
	background-color: rgba(255,255,255,.8);
	color: #000;
	border-color: 1px solid rgba(0,0,0,.8);
}
.HomeMainSlider .lSSlideOuter .lSPager.lSpg {
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: 40px;
}
.HomeMainSlider .lSSlideOuter .lSPager.lSpg>li a {
	opacity:0.7;
}
.HomeMainSlider .lSSlideOuter .lSPager.lSpg>li.active a, 
.HomeMainSlider .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ffffff;
	opacity:1
}
.lSSlideOuter .lSPager.lSpg>li a {
	opacity:0.2;
}
.lSSlideOuter .lSPager.lSpg>li.active a, 
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #262A40 !important;
	opacity:1
}
.adpListIcon{
	position:relative;
}
.adpListIcon .elementor-icon-box-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    background-color: rgba(29, 54, 92, 0.25);
    width: 1px;
    height: 150px;
}
.adpListIcon.cslastNum .elementor-icon-box-icon::before {
    background-color:transparent !important;
}
.WrapFaqsSec .elementor-accordion .elementor-accordion-item {
    border-top: 1px solid rgba(29, 54, 92, 0.25) !important;
    border-bottom: 1px solid rgba(29, 54, 92, 0.25) !important;
    margin: 10px 0;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1500px;
    }
	
}
@media (min-width: 992px) and (max-width: 1320px) {
	
	.navbar-toggler {
   		display: none;
	}
	header .navbar-nav {
		gap: 20px;
		margin-top: -20px;
	}
	header .navbar-nav a{
		font-size:15px;
	}
	.col-12.col-sm-6.ColLefPost {
		width: 100%;
	}
	.removebglogo{
		background-image:none !important;
	}
	footer .footerFirstCol img {
		width: 70%;
	}
	footer #menu-footer-menu-1 {
 	   gap: 20px;
	}
	footer #menu-footer-menu-1 a {
		font-size: 15px;
	}
	footer .subscribeForm .wpcf7-email {
		width: 60%;
		margin-right: 10px;
	}
	footer .subscribeForm .wpcf7-submit {
    	background: #1D365C url(https://zoomdevdxb.com/ghalliconsultants/wp-content/themes/ghalliconsultant/assets/images/submit_icon.svg) no-repeat 20px center;
		padding: 16px 20px 16px 42px;
	}
	footer ul.footersocicalinks {
		gap: 0px;
	}
	
}
@media (min-width: 768px) and (max-width: 992px) {
	.adpListIcon .elementor-icon-box-icon:before {
		height: 240px;
	}
	.adpHideOnMbl, .ProjectFloatingLogo {
		display: none;
	}
	.removebglogo{
		background-image:none !important;
	}
	footer .col-12{
		width:100%;
		margin-bottom:20px;
	}
	footer .footerThirdCol {
		margin-top: 0 !important;
	}
	footer .footersocicalinks {
   	 	position: initial;
   }
}
@media screen and (max-width: 768px) {
	.projects__project {
		min-height: 300px;
	}
	header.Fixedheader {
		position: inherit !important;
	}
	.removebglogo{
		background-image:none !important;
	}
	.col-12.col-sm-6.ColLefPost {
		width: 100%;
	}
	.col-12.col-sm-6.ColLefPost:nth-child(1) .blog-post:first-child, .col-12.col-sm-6.firstRowBlog .blog-post {
		height: 355px !important;
	}
	.blogDtWrapHeading h1.postTitleDt {
		font-size: 24px;
		line-height: 32px;
		max-width: 100%;
	}
	.BlogDetailPg .blogFeaturedThumbDt {
		width: 94%;
		height: auto;
		margin: 0 auto 30px;
	}
	.boxIcon {
		height:auto !important;
		padding: 40px !important;
	}
	.adpListIcon {
		margin-bottom: 30px !important;
	}
	section .projects__project-title {
		font-size: 24px;
		line-height: 30px;
	}
	.container .projectSectionHeading,
	.teamTopSection .teamSectionHeading{
		font-size: 32px;
		line-height: 34px;
	}
	.container .feature-text {
		padding: 0 20px;
		margin: 0 0 40px;
	}
	.container .projectSectionIntro {
		padding-right: 0;
	}
	.teamTopSection .teamSliderArrows{
		display:none;
	}
	.LatestNewsSubscribe .leftcolSubscribe {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
		max-width:100%;
	}
	.rightcolSubscribe form.wpcf7-form.init {
		position: relative;
	}
	.rightcolSubscribe input[type='submit'] {
		font-size: 14px;
		padding-left: 20px;
		background: #fff url(https://zoomdevdxb.com/reckersfischer/wp-content/uploads/2025/07/black-arrow.svg) no-repeat center right 15px;
		width: 150px;
	}
	.adpHideOnMbl, .ProjectFloatingLogo{
		display:none;
	}
	ul#menu-main-menu li a {
		border-bottom: solid 1px rgba(255, 255, 255, 0.05);
		padding-bottom: 25px;
		margin-bottom: 15px;
		font-size:13px;
	}
	ul#menu-main-menu li a:last-child {
		border-bottom:none;
	}
	.container.WrapInsideBnrCnt .sliderContent {
		max-width: 25%;
	}
	.container.WrapInsideBnrCnt .sliderSubTitle {
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 3.78px;
	}
	.container.WrapInsideBnrCnt .sliderTitle {
		font-size: 64px;
		line-height: 0.5;
	}
	.sliderDescription {
		font-size: 14px;
		font-weight: 300;
		line-height: 22px;
	}
	.HomeMainSlider .lSSlideOuter .lSPager.lSpg {
		right: 0px;
	}
	section .teamMembers {
	    grid-template-columns: 1fr 1fr;
	}
	ul.propTypesList {
		display: none !important;
	}
	.container.propertyListingHeader {
		padding: 0;
		margin: 0 0 20px;
	}
	#rfPropertyListing ul.rfPropertyListing .propertyDetails {
		padding: 10px 20px 30px;
	}
	.propertyDetails .propertyMeta {
		gap: 30px;
	}
	#rfPropertyListing ul.rfPropertyListing{
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-posts.list .BlogInsideTxt h3.post-title a {
		font-size: 16px;
		margin: 12px 0 0;
		display: block;
	}
	.blog-posts.list .blog-post.BlogPostCustom{
		grid-template-columns: 1fr;
		gap:10px;
	}
	.blog-posts.list .post-excerpt {
		margin-top: 16px;
	}
	.blog-posts.list .BlogInsideTxt a.read-more {
		width: 160px;
		padding-left: 25px;
		background: url(https://zoomdevdxb.com/reckersfischer/wp-content/themes/reckersfischer/assets/images/btn-arrow.svg) no-repeat center right 20px;
		margin-top: 24px;
	}
	.propertyListingHeader .propertyPageTitle {
		font-size: 26px;
		line-height: 30px;
	}
	.blog-posts.list .BlogPostCustom .post-thumbnail {
		height: 261px;
	}
	.WrapContactFrm h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.col-12.col-sm-6.ColLefPost:nth-child(1) .blog-post:first-child .post-thumbnail, .col-12.col-sm-6.firstRowBlog .blog-post .post-thumbnail {
		height: 350px !important;
	}
	.col-12.col-sm-6.ColLefPost:nth-child(1) .blog-post:first-child .BlogInsideTxt h3.post-title a, .col-12.col-sm-6.firstRowBlog .blog-post .BlogInsideTxt h3.post-title a {
		font-size: 20px !important;
	}
	
	.blog-post .post-thumbnail a img {
		width: 100%;
	}
	.projects .projects__project:after {
		padding-bottom: calc(100dvh - 550px);
	}
	.projects .projects__project-title{
		top:0;
	}
	.projects .projects__project-button {
		bottom: 0;
	}
	section.BlogDetailPg {
		padding: 50px 0;
	}
	footer .footerText, .footerTextSmall {
		margin-top: 20px;
	}
	footer #menu-footer-menu-1 {
		gap: 20px;
	}
	footer  #menu-footer-menu-1 a {
		font-size: 14px;
	}
	footer .footerCopyright {
		padding: 0 15px;
	}
	footer .footerCopyright p {
		text-align: left;
	}
	footer .subscribeForm .wpcf7-email {
		font-size: 13px;
		padding: 10px 20px;
		width: 60%;
		margin-right: 10px;
	}
	footer .subscribeForm .wpcf7-submit {
		background: #1D365C url(https://zoomdevdxb.com/ghalliconsultants/wp-content/themes/ghalliconsultant/assets/images/submit_icon.svg) no-repeat 20px center;
		padding: 10px 20px 10px 40px;
		font-size: 13px;
		background-size: 13px;
	}
	footer .footerThirdCol {
		margin-top: -40px;
	}
	footer ul.footersocicalinks {
		gap: 10px;
		position: initial;
	}
}
@media screen and (max-width: 431px) {
	.blog-post {
		grid-template-columns: 1fr;
		height: auto;
	}
}
@media screen and (max-width: 385px) {
	header {
		padding: 20px 0;
	}
	.navbar-toggler {
		top: 22px;
	}
	.logoMobile {
		width: 120px;
	}
	
	.blogDtWrapHeading h1.postTitleDt {
		font-size: 18px;
		line-height: 24px;
	}
	.blogDetailTxt h2 {
		font-size:18px;
		line-height:1.3;
	}
	section .projects__project-title {
		font-size: 18px;
	}
	.projects__project-content .project_excerpt {
		font-size: 14px;
	}
	footer #menu-footer-menu-1 {
		gap: 15px;
	}
	footer  #menu-footer-menu-1 a {
		font-size: 12px;
	}
	footer .footerText, .footerTextSmall {
		font-size: 18px;
		line-height: 1.3;
	}
	footer .subscribeForm .wpcf7-email {
		font-size: 13px;
		padding: 10px 20px;
		width: 60%;
		margin-right: 10px;
	}
	footer .subscribeForm .wpcf7-submit {
		background: #1D365C url(https://zoomdevdxb.com/ghalliconsultants/wp-content/themes/ghalliconsultant/assets/images/submit_icon.svg) no-repeat 12px center;
		padding: 10px 15px 10px 30px;
		font-size: 12px;
		background-size: 12px;
	}
}