/*!
Theme Name: Jodoa_Properties_ng
Theme URI: https://jodoaproperties.com/ng
Author: Underscores.meF
Author URI: https://jodoaproperties.com/ng
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jodoa_properties_ng
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jodoa_Properties_ng is based on Underscores https://https://jodoaproperties.com/ng, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: unset;
  font-family: "Roboto", serif;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

p:empty {
  display: none;
}

/* Form */
/* Form Fields */
/* input,
textarea,
.form-control {
    font-family: var(--OpenSans-Font);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--black);
    border: 1px solid rgba(19, 106, 177, 0.5);
    min-height: 51px;
    border-radius: 0;
} */

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  text-transform: capitalize;
  color: #A4A4A4;
}


input:focus,
textarea:focus,
.form-control:focus {
  border-color: var(--black);
  box-shadow: none;
}

.zoom-img {
  overflow: hidden;
}

.bor-20px {
  border-radius: 20px;
}

.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.zoom-img img:hover {
  transform: scale(1.1);
}

/* Common CF7 Setup */

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-not-valid-tip {
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: green;
  color: green;
}

form .wpcf7-response-output {
  animation: fadeOutError 3s forwards;
}

.wpcf7-form.submitting .wpcf7-response-output {
  display: none !important;
}

/* Define the fadeOutError animation */
@keyframes fadeOutError {
  0% {
    display: block;
  }

  100% {
    display: none;
  }
}

button[type="submit"] br {
  display: none;
}

svg.loading-svg {
  display: none !important;
}

.wpcf7-form .processing_text {
  display: none;
}

.wpcf7-form.submitting .processing_text {
  display: inline-block;
}

.wpcf7-form.submitting svg.loading-svg {
  display: inline-block !important;
}

.wpcf7-form.submitting .sub_text {
  display: none;
}

.wpcf7-form.submitting .btn_svg_wrapper {
  display: none;
}

.wpcf7-form.submitting .btn_fsubmit_rounded,
.wpcf7-form.submitting button[type="submit"] {
  /* width: auto !important; */
  pointer-events: none;
}

.wpcf7-not-valid-tip+.wpcf7-not-valid-tip {
  display: none;
}

.intl-tel-input ul.country-list {
  z-index: 222;
}

#mega-menu-wrap-Primary #mega-menu-Primary>li.mega-menu-item>a.mega-menu-link {
  /* display: inline-flex; */
  overflow: hidden;
}

#mega-menu-wrap-Primary #mega-menu-Primary>li.mega-menu-item>a.mega-menu-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

#mega-menu-wrap-Primary #mega-menu-Primary>li.mega-menu-item>a.mega-menu-link:hover:before {
  transform: translateX(0);
}

/* Banner Section */
.main-banner-wrap {
  background-repeat: no-repeat;
  background-size: cover;

  height: 900px;
  position: relative;
}

.main-banner-wrap .overrelay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
}

div#page {
  position: relative;
}

.main-banner-inner-wrap {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #00a9ac;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-banner-inner-wrap.sticky img.custom-logo {
  width: 190px;
}

.header-container {
  width: 95%;
  margin: 0 auto;
}

/* Light Mode Color Scheme */
:root {
  --color-bg: #fff;
  --color-bg2: #f4f4f4;
  --color-toggle-accent: #00A9AC;
  --color-text: #FFFFFF;
}

.register-now-btn {
  max-width: 1050px;
  padding: 56px 40px;
}

.register-now-btn .modal-content {
  padding: 56px 40px;
  border: none;
  border-radius: 20px;

}

.register-now-btn .modal-content h6 {
  font-size: 40px;
  color: #000000;
  font-weight: 400;
}

.register-now-btn .modal-content .form-resiter-description {
  color: #35333E;
  display: block;
  opacity: 0.6;
  display: inline-block;
  margin: 15px 0;
}

.register-now-btn .row {
  align-items: center;
}

.form-main [data-name="FullName"]::before {
  content: url(/wp-content/uploads/2025/01/user-alt.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.form-main input[type="text"],
.form-main input[type="tel"],
.form-main input[type="email"],
.contact-form-main input[type="number"] {
  width: 100%;
  border: 1px solid #C8C8C8;
  height: 54px;
  border-radius: 9px;
  padding: 10px 40px;
  margin-bottom: 0px;
}

.form-main .wpcf7-list-item {
  margin: 0 0 0 0em;
  opacity: 0.6;
}

.form-main .btn {
  background-color: #00A9AC;
  padding: 10px 0px;
  font-size: 19px;
  font-weight: 500;
  border: none;
  border-radius: 100px;
  color: #fff;
  transition: 0.4s;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.form-main .form-ctc-name-input {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.form-main [data-name="Email"]::before {
  content: url(/wp-content/uploads/2025/01/envelope_form.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.form-main .processing_text {
  display: none;
}

/* Header */


/* Menu Button */
.banner-text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.container_custom {
  padding: 0px 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.inner-banner .container_custom {
  display: inherit;
}

.banner-text h4 {
  font-size: 100px;
  color: #fff;
  font-weight: 100;
}

.container_custom h5 {
  font-size: 50px;
  font-weight: 200;
  color: #fff;
}

.container_custom h5 span {
  color: #00A9AC;
}

.ms-slider {
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  vertical-align: middle;
  mask-type: luminance;
  mask-mode: alpha;
}

.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #00A9AC;
  list-style: none;
  -webkit-animation-name: wordSlider;
  animation-name: wordSlider;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.ms-slider__word {
  display: block;
  line-height: 1.3em;
  text-align: left;
}

.btm-arrow-down {
  position: relative;
  bottom: 5px;
}

.menu-links-header {
  text-align: right;
}

ul.translator-careers li a {
  text-transform: capitalize;
  color: rgb(255 255 255 / 70%);
}

.menu-links-header {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

nav.jodoa-nav-bar {
  display: flex;
  justify-content: space-between;
  padding: 22px 0 0 0;
  align-items: end;
}

@-webkit-keyframes wordSlider {

  0%,
  27% {
    transform: translateY(0%);
  }

  33%,
  60% {
    transform: translateY(-25%);
  }

  66%,
  93% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(-75%);
  }
}

@keyframes wordSlider {

  0%,
  27% {
    transform: translateY(0%);
  }

  33%,
  60% {
    transform: translateY(-25%);
  }

  66%,
  93% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(-75%);
  }
}

/* Style the default state of the paths */
.rotating-text-testimonial path {
  transform-origin: center;
  /* Set transform origin for animation */

}

/* Animation for pulsing effect */
@keyframes pulseAnimation {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Rotate the whole group in the default state */
.rotating-text-testimonial {
  transform-origin: center;
  animation: rotateAnimation 10s infinite linear;
}

/* Keyframes for rotating animation */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Your Trusted Partner in Property Solutions.  */
section.trusted-partner-main-wrap {
  padding: 70px 0 70px 0;
}

.inner-trusted-wrap h4 {
  font-size: 59px;
  font-weight: 300;
  margin-top: 34px;
}

.inner-trusted-wrap p {
  font-weight: 400;
  font-size: 18px;
  padding-top: 30px;
  opacity: 0.8;
  color: #35333E;
}

.inner-welcome-cotent span {
  font-size: 24px;
  color: #00A9AC;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid;
}

.client-testmonial {
  margin-top: 70px;
}

.client-testmonial svg {
  position: relative;
}

.testimonial-counter {
  font-size: 48px;
  fill: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  top: 10px;
  transform: translate(18%, 32%);
}

/* Combining local expertise with industry  */
.serveices_top_text {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  font-weight: 200;
  font-size: 24px;
}

.main-combining-industry {
  background: #2A4751 url(/wp-content/uploads/2025/01/jodoa_bg_svg_logo.svg) no-repeat top right;
  background-size: 623px 631px;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.inner-combining-industry h4 {
  color: #fff;
  font-size: 59px;
  max-width: 398px;
  font-weight: 300;
  padding-top: 34px;
}

.inner-combining-industry .swiper {
  width: 100%;
  padding-top: 50px;
  height: 100%;
}

.main-combining-industry .pigantion {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.inner-combining-industry .row {
  align-items: end;
}

.inner-combining-industry .ici_col_2 {
  margin-top: -200px;
}

.inner-combining-industry .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.inner-combining-industry .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.inner-combining-industry .swiper-pagination-fraction {
  color: #fff;
  font-size: 30px;
  text-align: left;
}

.inner-combining-industry-arrows {
  display: flex;
  justify-content: end;
  gap: 7px;
}

.inner-combining-industry-arrows_wrap {
  min-width: 53px;
  height: 53px;
  background: #00A9AC;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-combining-industry-arrows img {
  width: 24px;
  height: 17px;
}

.inner-combining-industry-arrows_wrap:hover {
  background: rgb(0 169 172 / 20%);
}

.main-comning-services-text h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.main-comning-services-text p {
  color: rgb(255 255 255 / 80%);
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
}

.swiper-slide-active {
  position: relative;
}

.swiper-slide-active::after {
  z-index: 1;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.52%, #000000 100%);
  top: 0;
}

.main-combining-industry-text {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px 30px;
  z-index: 9;
  justify-content: space-between;
  align-items: end;
}

.swiper-slide-active .main-combining-industry-text {
  display: flex;
}

.main-comning-services-text {
  width: 80%;
}

.right-up-arrow {
  width: 73px;
  height: 73px;
  background: #00a9ac;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.right-up-arrow:hover {
  background: rgb(0 169 172 / 60%);
}

.right-up-arrow img {
  width: 26px !important;
  height: 17px !important;
  object-fit: contain !important;
}

/* Featured Developments */

section.featured-development {
  padding: 70px 0;
}

.featured-development-inner .row {
  align-items: center;
}

.featured-development-inner span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #00A9AC;
  font-weight: 300;
  border-bottom: 1px solid;
}

.featured-development-inner h3 {
  font-size: 59px;
  font-weight: 300;
  margin-top: 30px;
}

.featuredevelopments {
  width: 100%;
  overflow: hidden;
  /* Hide overflow to achieve half-slide effect */
}

.featured-development .owl-stage {
  padding-top: 170px;
}

.featured-text {
  margin-top: 20px;
  display: none;
}

.featured-text h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}

.featured-text a {
  color: #00A9AC;
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: inline-flex;
  padding-bottom: 3px;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  transition: 0.3s ease;
}

.featured-text a:hover {
  color: #000;
  border-color: #000;
}

.featured-text a img {
  width: 17px !important;
  height: 11px;
  transition: 0.3s ease;
}

.featured-text a:hover img {
  filter: brightness(0);
}

.featured-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px 43px;
  align-items: center;
}

.featured-text p {
  margin: 18px 0;
  color: rgb(53 51 62 / 50%);
}

.featured-development_btns img {
  width: 53px;
  height: 53px;
  background: #00A9AC;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  margin: 0 7px;
  transition: 0.4s;
}

.featured-development_btns img:hover {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(587%) hue-rotate(138deg) brightness(97%) contrast(101%);
  border: 1px solid #00A9AC;
  background-color: transparent;
}

.view-all-featured a img {
  margin-left: 10px;
  transition: 0.3s ease;
}

.featured-development .owl-stage .is-first .featured-text {
  display: block !important;
}

.featuredevelopments .owl-item {
  transition: transform 0.5s ease-in-out;
}

.featuredevelopments .owl-item.is-first {
  transform: translateY(-80px);
}

.view-all-featured a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #00A9AC;
  transition: 0.3s ease;
}

.view-all-featured a:hover {
  color: #000;
}

.view-all-featured a:hover img {
  filter: brightness(0);
}

.featuredevelopments .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.featuredevelopments .owl-carousel .owl-item img:hover {
  transform: scale(1.05);
}

.featuredevelopments .featured-developimage {
  border-radius: 20px;
  overflow: hidden;
}

/* Featured Developments */

/* Discover Properties that inspire living  */
.discover-properties {
  background-size: cover;
  background-repeat: no-repeat;

  padding: 70px 0;
  position: relative;
}

.inner-porpertise-inspire-living {
  position: relative;
  padding-bottom: 95px;
}

.discover-properties .overrelay {
  background: rgb(0 0 0 / 90%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.inner-porpertise-inspire-living h4 {
  color: #fff;
  font-size: 59px;
  font-weight: 300;
  max-width: 542px;
  margin-top: 34px;
}

.inner-porpertise-inspire-living span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #00A9AC;
  font-weight: 300;
  border-bottom: 1px solid;
}

.accreditations-Title-Here-main-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  align-items: center;
}

.accreditations-Title,
.accreditations-text {
  width: 33.33%;
}

.accreditations-image {
  width: 33.33%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.accreditations-main:hover .accreditations-image {
  opacity: 1;
}

.accreditations-Title-Here-main-wrap .accreditations-Title h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
  max-width: 60%;
  transition: all 0.4s ease-in-out;
}

.accreditations-main:hover .accreditations-Title h4 {
  color: #00A9AC;
}

.accreditations-Title-Here-main-wrap .accreditations-Title span {
  font-size: 24px;
  color: #fff;
  height: 53px;
  width: 53px;
  display: inline-block;
  background: #141414;
  text-align: center;
  line-height: 53px;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.accreditations-main:hover .accreditations-Title span {
  color: #00A9AC;
}

.accreditations-text p {
  color: rgb(255 255 255 / 40%);
  font-size: 18px;
  line-height: 27px;
  transition: all 0.4s ease-in-out;
}

.accreditations-main:hover .accreditations-text p {
  color: #fff;
}

.accreditations-main {
  position: relative;
  margin: 0px 38px 40px 38px;
  transition: 0.4s;
}

.accreditations-main::before {
  content: '';
  position: absolute;
  border: 1px solid #00A9AC;
  border-left: 0;
  border-right: 0;
  width: 100%;
  height: 88%;
  top: 11px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.accreditations-main:hover:before {
  opacity: 1;
}

.accreditations-Title {
  display: flex;
  gap: 27px;
  align-items: center;
}
.vv_about_home_img {
    height: 100%;
}
/* client-testmonial */
section.testimonials {
  padding: 70px 0;
}

.testimonials-inner-main h4 {
  font-size: 59px;
  font-weight: 300;
  margin-top: 30px;
}

.testimonials-inner-main span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #00A9AC;
  font-weight: 300;
  border-bottom: 1px solid;
}

.owl-carousel-testimonial {
  padding: 55px 0px 0px 15px;
}

.owl-carousel-testimonial .owl-stage {
  padding-left: 0 !important;
}

.inner-slide-content {
  background: rgb(77 195 197 / 10%);
  padding: 43px 48px;
  border-radius: 20px;
  transition: 0.4s;
}

.inner-slide-content:hover {
  background: rgb(77 195 197 / 30%);
}

.inner-slide-content p {
  font-size: 20px;
  padding: 14px 0 32px 0;
  font-weight: 500;
  color: #35333E;
}

.inner-slide-content span {
  border: none;
  display: inline-block;
}

.inner-slide-content span img {
  width: 35px;
  height: 25px;
}

.clients-info {
  display: flex;
  gap: 15px;
}

.client-name-post h6 {
  font-size: 21px;
  font-weight: 500;
  color: #35333E;
}

.client-name-post p {
  font-size: 17px;
  font-weight: 200;
  color: #35333E;
  padding: 0;
}

.owl-carousel-testimonial .owl-nav .owl-prev span,
.owl-carousel-testimonial .owl-nav .owl-next span {
  font-size: 0;
  position: relative;
  width: 53px;
  height: 53px;
  background: #00A9AC;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.our_team_slider_btns {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: end;
}

.our_team_slider_btns img {
  width: 53px;
  height: 53px;
  background: #00A9AC;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  transition: 0.4s;
}

.our_team_slider_btns img:hover {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(587%) hue-rotate(138deg) brightness(97%) contrast(101%);
  border: 1px solid #00A9AC;
  background-color: transparent;
}

.testimonials-inner-main .row {
  width: 100%;
  align-items: center;

}

:root {
  --star-size: 20px;
  --star-color: #fff;
  --star-background: #FCCB32;
}

.Stars {
  --percent: calc(var(--rating) / 5* 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  display: block;
  margin-top: 15px;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* client-testmonial */

/* News and Updates */
.news-and-updates {
  background: linear-gradient(0deg, #2A4751, #2A4751), #00A9AC;
  padding: 70px 0;
}

.inner-updated-boxes {
  position: relative;
}

.news-and-updates-inner span {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  font-weight: 200;
  text-transform: uppercase;
}

.news-and-updates-inner h5 {
  color: #fff;
  font-size: 59px;
  font-weight: 300;
  max-width: 542px;
  margin-top: 34px;
}

.news-and-updates-inner .row {
  align-items: end;
}

.owl-carousel-new-updates {
  padding-top: 65px;
}

.updates-new-infos span {
  border: none;
  color: #fff;
  padding: 0 0 10px 0;
  font-weight: 200;
  text-transform: capitalize;
}

.post-title-news h6 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  padding: 15px 0;
}

.updates-new-infos {
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.permalink-anchor {
  padding-top: 20px;
}

.permalink-anchor a {
  color: #00A9AC;
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: inline-flex;
  padding-bottom: 3px;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}

.permalink-anchor a img {
  width: 17px !important;
  height: 11px;
}

.post-execpt-news p {
  color: #ffffff;
}

.over-relay-updated-boxes {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 88%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;
}

.inner-updated-boxes-image-featured img {
  border-radius: 20px;
}

/* News and Updates */
/* Contact Details  */
section.home-contact-main {
  padding: 70px 0;

}

.home-contact-inner .row>div>span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #00A9AC;
  font-weight: 300;
  border-bottom: 1px solid;
}

.home-contact-inner h4 {
  font-size: 45px;
  font-weight: 300;
  margin-top: 30px;
  text-transform: capitalize;
}

.home-contact-form {
  padding-top: 65px;
}

.home-contact-form input {
  background-color: #C8C8C8;
  border: none;
  background: rgba(147, 147, 147, 0.1);
  border: none;
  margin-bottom: 20px;
  height: 54px;
  border-radius: 9px;
  width: 100%;
  padding: 15px 40px;
  color: #A4A4A4;
}

.home-contact-form textarea {
  background-color: rgb(200 200 200 / 30%);
  border: none;
  margin-bottom: 20px;
  height: 162px;
  border-radius: 9px;
  width: 100%;
  color: #A4A4A4;
  padding: 15px;
}

.home-contact-form .btn_primary {
  background-color: #00A9AC;
  color: #fff;
  border-radius: 100px;
  font-size: 19px;
  font-weight: 500;
  transition: 0.4s;
  padding: 19.5px 0;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.wpcf7-not-valid-tip {
  margin-bottom: 5px;
}

.home-contact-form .btn_primary:hover, .enquiry-form-container .btn_primary:hover,.form-group .btn:first-child:active, .form-group button:focus:not(:focus-visible)
{
  background-color: #ffffff;
  color: #00A9AC;
  outline: 1px solid #00A9AC;
}

.home-contact-form input:focus-visible {
  outline: none;
}

.home-contact-form textarea:focus-visible {
  outline: none;
}

.inner-cont-col {
  margin: 72px 0 0px 0;
  background: url(/wp-content/uploads/2025/01/building-is-designed-by-architect-home-contact.jpg);
  height: 662px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 23px 40px;
  border-radius: 20px;
}

.form-name-input {
  position: relative;
}

.form-name-input::before {
  content: url(/wp-content/uploads/2025/01/user-alt.svg);
  width: auto;
  top: 0;
  position: absolute;
  left: 12px;
  top: 15px;
}

.form-email-input,
.form-messgae-input {
  position: relative;
}

.form-email-input::before {
  content: url(/wp-content/uploads/2025/01/envelope_form.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 18px;
  height: 16px;
}

.form-break [data-name="Phone"]::before {
  content: url(/wp-content/uploads/2025/01/phone_ctc_tel.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.ctc-overrelay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;
  transform: rotate(-180deg);
  left: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 55.07%);
}

.ctc-logo {
  position: relative;
}

.ctc-list-item {
  position: relative;
}

.ctc-list-item ul {
  list-style-type: none;
  padding: 0;
  margin: 36px 0 0 0;
}

.ctc-list-item ul li a {
  font-family: 'Poppins';
  color: rgb(255 255 255 / 70%);
  font-size: 18px;
  display: flex;
  padding: 23px 0;
  transition: 0.3s ease;
}

.ctc-list-item ul li a:hover {
  color: #fff;
}

.ctc-list-item ul li a img {
  margin-right: 10px;
}

.get_direction {
  position: relative;
}

.get_direction h4 {
  color: #ffffff;
  font-size: 42px;
  border-bottom: 2px solid;
  display: inline-block;
  transition: 0.3s ease;
}

.get_direction a:hover h4 {
  color: rgb(255, 255, 255, 0.7);
}

.get_direction img {
  width: 26px;
  height: auto;
  margin-left: 10px;
  transition: 0.3s ease;
}

.get_direction a:hover img {
  filter: brightness(0.7);
}

.form-break {
  display: flex;
  gap: 45px;
}

.form-break>div {
  width: 100%;
}

.contact-form-main [data-name="FullName"]::before {
  content: url(/wp-content/uploads/2025/01/user-alt.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.contact-form-main [data-name="Email"]::before {
  content: url(/wp-content/uploads/2025/01/envelope_form.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.contact-form-main [data-name="Phone"]::before {
  content: url(/wp-content/uploads/2025/01/phone_ctc_tel.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.contact-form-main [data-name="Subject"]::before {
  content: url(/wp-content/uploads/2025/01/note-text.svg);
  width: 19px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
}

.iframe-container,
.iframe-container p {
  height: 100%;
}

/* Contact Details  */
/* Services */
section.services_main_wrap {
  padding: 70px 0;
}

.services-inner-wrap h4 {
  font-size: 45px;
  font-weight: 300;
  color: #000000;
  text-transform: capitalize;
}

.services-inner-wrap p {
  padding-top: 40px;
  color: #35333E;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.services-inner-wrap .row {
  align-items: center;
}

.inner-service-box-img {
  margin-top: 20px;
}

.inner-service-box-img img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

section.developement-funding {
  background: #243F49;
  padding: 70px 0;
}

.innner-developement-funding h4 {
  font-size: 45px;
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.innner-developement-funding .btn_link {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.innner-developement-funding .btn_link:hover {
  background-color: #fff;
  color: #00A9AC !important;
}

.developement-funding-project p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.services_info {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.services_title h5 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 400;

}

.services_title p {
  color: #35333E;
  padding: 15px 0 0 0;
}

.services_title p img {
  margin-right: 6px;
}

.images_texture {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.completed-projects-inner .item:hover .images_texture {
  opacity: 1;
}

.completed-projects-inner .item:hover .services_info {
  opacity: 0;
}

.images_texture_content h6 {
  font-size: 22px;
  color: #00A9AC;
}

.images_texture_content p {
  color: rgb(255 255 255 / 80%);
  padding: 10px 0;
}

.images_texture_content a {
  text-transform: uppercase;

}

.inner-col-guide a {
  margin-top: 37px;
}

.inner-col-guide {
  padding-right: 110px;
  padding-bottom: 50px;
}

.inner-col-guide-top {
  padding-right: 110px;
}

.service-col-img {
  width: 100%;
  height: 548px;
  object-fit: cover;
  border-radius: 22px;
}

.featureservices .owl-item img {
  display: initial;
  width: auto;
}

.completed-projects-inner .item:hover .services-col-overelay {
  position: absolute;
  width: 100%;
  height: 83%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 22px;
  top: 5px;
  opacity: 1;
}

.inner-earn-stable p {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
  padding-top: 20px;
}

.image_with_box_title {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 50px;
}

.triple_column_main_wrap {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.triple_column_main_wrap .row {
  align-items: center;
}

.main-heading-image {
  padding: 70px 0;
}

.title_with_dual_colum {
  padding: 70px 0;
}

.inner_title_with_dual_colum p {
  opacity: 0.8;
  font-size: 18px;
}

.inner_title_with_dual_colum img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.off-plan-inner-box_with_image {
  display: flex;
  align-items: center;
}

.box_with_image {
  background: rgb(0 169 172 / 10%);
  padding: 70px 0;
}

.invesstment-box_with_image {
  width: 60%;
}

.invesstment-box_with_grid {
  width: 40%;
  background: #2a4751;
  padding: 40px;
  border-radius: 20px;
  display: inline-block;
  height: max-content;
  position: relative;
  z-index: 999;
  right: 110px;
}

.invesstment-box_with_grid h5 {
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #fff;
}

.invesstment-box_with_grid p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  opacity: 0.8;
  color: #fff;
}

/* Services */

/* Investment Options */
section.earn-stable-returns {
  padding: 70px 0;
}

.inner-earn-stable h5 {
  font-size: 45px;
  color: #000000;
  font-weight: 300;
  text-transform: capitalize;
}

.inner-earn-stable .row {
  align-items: center;
}

section.investment-sector-main-options {
  padding: 70px 0;
  background: #2a4751;
}

section.investment-sector-main-options h5 {
  font-size: 59px;
  color: #fff;
  font-weight: 300;
}

section.investment-sector-main-options p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 43px 0 0 0;
  opacity: 0.8;
}

.inner-investment-sector-option .row {
  align-items: center;
}

.inner-investment-sector-option .row .col-md-6:nth-child(2) {
  padding-left: 80px;
}

.inner-investment-sector-option img {
  border-radius: 20px;
}

.off-plan-investment-main {
  padding: 70px 0;
}

.off-plan-investment-inner {
  display: flex;
  align-items: center;
}

.invesstment-grid {
  width: 40%;
  background: #2a4751;
  padding: 40px;
  border-radius: 20px;
  display: inline-block;
  height: max-content;
  position: relative;
  left: 150px;
  z-index: 999;
}

.invesstment-grid .btn_link {
  margin-top: 20px;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.invesstment-grid h5 {
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #fff;
}

.invesstment-grid p {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}

.invesstment-grid-image {
  width: 60%;
}

.joint-venture-partnership {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.inner-joint-venture {
  background: #2a4751;
  padding: 25px;
  border-radius: 20px;
}

.inner-joint-venture img {
  border-radius: 20px;
}

.inner-box-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  height: 100%;
  justify-content: center;
}

.inner-box-content h5 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}

.inner-box-content p {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}

.inner-box-content .btn_link {
  color: #fff;
  border: 1px solid #fff;
}

.inner-box-content .btn_link:hover {
  border: 1px solid #fff;
}

/* Investment Options */
/* Single Service */


section.investment-sector-main_service h4 {
  font-size: 30px;
  color: #35333E;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.content_col3 {
  border-bottom: 0 !important;
}

.content_col4 {
  border-bottom: 0 !important;
}

.inner-investment-sector .col-md-6 {
  position: relative;
}

.inner-investment-sector .row .col-md-6::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90%;
  border-right: 1px solid #D7D8D8;
  top: 10px;
  left: 0;
}

.inner-investment-sector .row .col-md-6:nth-child(2)::after {
  display: none;
}

.inner-investment-sector .row .col-md-6:nth-child(4)::after {
  display: none;
}

.inner-investor-col-title-heading p {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
  opacity: 0.8;
  font-weight: 400;
}

.inner-investor-col-title-heading {
  padding: 30px 15px;
  border-bottom: 1px solid #D7D8D8;
  min-height: 210px;
}

.inner-investment-sector .col-md-6:last-child .inner-investor-col-title-heading {
  border-bottom: 0px solid;
}

.inner-investment-sector .col-md-6:nth-last-child(2) .inner-investor-col-title-heading {
  border-bottom: 0px solid;
}

.content_col h5 {
  margin-bottom: 10px;
}

.row .inner-investor-col-title-heading:nth-child(3),
.row .inner-investor-col-title-heading:nth-child(4) {
  border-bottom: none;
}

.accessible-property-development {
  padding: 70px 0;
}

.accessible-property-development p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  opacity: 0.8;
}

.Our-funding-solutions-helps {
  padding: 70px 0;
  background: #243F49;

}

.Our-funding-solutions-helps-inner p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}

.gross-development-value {
  padding: 70px 0;
}

.gross-development-value h5 {
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
}

.gross-development-value p {
  font-size: 18px;
  color: rgb(0 0 0 / 80%);
  opacity: 0.8;
}

section.earn-like-property-main {
  padding: 70px 0;
}

.inner-earn-like-property-main {
  background: #243F49;
  padding: 50px 45px;
  border-radius: 20px;
}

.inner-earn-property h5 {
  font-size: 45px;
  font-weight: 300;
  padding-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
}

.inner-earn-property p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.inner-earn-property ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inner-earn-property ul li a {
  color: #fff;
  display: flex;
  padding: 10px 20px;
  margin: 25px 0;
  border-radius: 10px;
  background: rgb(42 71 81);

}

.inner-earn-property ul li a span {
  font-size: 16px;
  opacity: 0.8;
}

.inner-earn-property ul li a img {
  background: #00a9ac;
  padding: 13px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: none;
}

.inner-earn-like-property-main .btn_link {
  margin-top: 20px;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.inner-earn-like-property-main .btn_link:hover {
  background-color: #fff;
  color: #00A9AC !important;
}

.triple_column_inner p {
  opacity: 0.8;
  font-size: 18px;
  color: #000;
}

.triple_column_inner img {
  border-radius: 20px;
}

.title_image_decription {
  padding: 70px 0;
}

.inner-heading-with-image-colums .row {
  align-items: center;
}

.inner-title-image-descritpion p {
  opacity: 0.8;
  font-size: 18px;
  color: #000000;
}

.inner-title-image-descritpion img {
  height: 325px;
  width: 100%;
  object-fit: cover;
}

.inner-heading-image {
  background: #2a4751;
  padding: 30px 30px;
  border-radius: 20px;
}

.inner-heading-image h5 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}

.poster_dual_column_heading {
  background: #2a4751;
  padding: 70px 0;
}

.poster_dual_column_heading .row {
  align-items: center;
}

.inner-poster_dual_column_heading h5 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.inner-poster_dual_column_heading p {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
  padding-top: 20px;

}

.poster_dual_column_heading img {
  height: 215px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
}

section.main_bullets_wrap {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.inner-bullets-wrap h5 {
  font-size: 25px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  opacity: 0.8;
}

.inner-bullets-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 300px;
}

.bullets_lines {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bullets_lines li {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.inner-main-bullets-of-benefits {
  padding: 10px 50px;
}

section.accessible-property-development+.gross-development-value {
  background: rgb(0 169 172 / 10%);
}

.pster_title_image {
  padding: 70px 0;
}

.pster_title_image .row {
  align-items: center;
}

.pster_title_image img {
  border-radius: 20px;
}

section.bottom_corner_heading {
  padding: 70px 0;
}

.postid-135 .bottom_corner_heading {
  padding: 70px 0 0px 0;
}

.inner-bottom_corner_heading {
  background: #2a4751;
  padding: 40px 30px 40px 50px;
  border-radius: 20px;
}

.inner-bottom_corner_heading h5 {
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #fff;
  line-height: 38px;
}

/* Single Service */
/* Investment Guide Page  */
.dubai-property-investment-brochure {
  padding: 70px 0;
}

.inner-dubai-investment-brochure {
  background: #243F49;
  padding: 40px;
  border-radius: 10px;
}

.inner-dubai-investment-brochure h5 {
  color: #ffffff;
  font-size: 28px;
  text-transform: capitalize;
}

.inner-dubai-investment-brochure p {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

.inner-dubai-investment-brochure .btn_link {
  color: #fff;
  border: 1px solid #fff;
}

.property-investment-brochure {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.property-investment-brochure-inner {
  display: flex;
  align-items: center;
}

.invesstment-grid-property {
  width: 40%;
  background: #243F49;
  padding: 40px;
  border-radius: 20px;
  display: inline-block;
  height: max-content;
  position: relative;
  right: 150px;
  z-index: 999;
}

.invesstment-grid-property h5 {
  font-size: 45px;
  font-weight: 300;
  padding-bottom: 20px;
  color: #fff;
}

.invesstment-grid-image-property {
  width: 60%;
}

.invesstment-grid-image-property img {
  border-radius: 20px;
}

.invesstment-grid-property p {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
  font-weight: 400;
}

.invesstment-grid-property .btn_link,
.invesstment-grid-offplan .btn_link {
  margin-top: 20px;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.affordable-housing-brochure {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.affordable-housing-brochure-inner .row {
  align-items: center;
}

.affordable-housing-brochure-inner h5 {
  font-size: 45px;
  color: #000000;
  font-weight: 300;
}

.affordable-housing-brochure-inner p {
  padding: 20px 0;
  color: #35333E;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.affordable-housing-brochure-inner strong {
  opacity: 0.8;
}

section.lorem-ipsum-main {
  background: linear-gradient(to left, #2a4751 50%, #fff 50%);
  padding: 70px 0;
}

section.lorem-ipsum-main .row {
  align-items: center;
}

.lorem-ipsum-inner .col-md-6:first-child {
  padding-right: 80px;
}

.lorem-ipsum-inner h6 {
  font-size: 35px;
  color: #000000;
  font-weight: 400;
}

.lorem-ipsum-inner h5 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 400;
}

.lorem-ipsum-inner p {
  padding: 30px 0 0 0;
  color: #35333E;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.lorem-ipsum-inner .btn_link {
  font-size: 18px;
  color: #fff;
  border-color: #fff;
  margin-top: 30px;
}

.inverment-contact-form-main .form-group.form-ctc-name-input {
  display: flex !important;
  gap: 15px !important;
}

.inverment-contact-form-main .form-break {
  display: flex !important;
  gap: 15px !important;
}

.inverment-contact-form-main .form-group.form-ctc-name-input>div {
  width: 100%;
}

.inverment-contact-form-main input:focus-visible {
  outline: none;
}

.inverment-contact-form-main textarea:focus-visible {
  outline: none;
}

.inverment-contact-form-main input[type="text"],
.inverment-contact-form-main input[type="tel"],
.inverment-contact-form-main input[type="email"],
.inverment-contact-form-main input[type="number"] {
  width: 100%;
  border: none;
  height: 54px;
  border-radius: 9px;
  padding: 10px 35px;
  font-size: 17px;
  background: rgba(147, 147, 147, 0.1);
}

.inverment-contact-form-main textarea {
  height: 162px;
  width: 100%;
  border: none;
  padding: 15px 16px;
  border-radius: 9px;
  background: rgba(147, 147, 147, 0.1);
}

.inverment-contact-form-main .ctc-submit-btn {
  text-align: center;
  padding: 0 !important;
}

.inverment-contact-form-main .btn {
  background-color: #00A9AC;
  padding: 10px 50px;
  font-size: 17px;
  font-weight: 500;
  border: none;
  border-radius: 100px;
  color: #fff;
  transition: 0.4s;
  width: 100%;
}

.inverment-contact-form-main .btn:hover {
  background-color: transparent;
  color: #00A9AC;
  outline: 1px solid #00A9AC;
}

.inverment-contact-form-main .form-ctc-name-input [data-name="FullName"]::before {
  content: url(/wp-content/uploads/2025/01/user-alt.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.inverment-contact-form-main .form-ctc-name-input [data-name="Email"]::before {
  content: url(/wp-content/uploads/2025/01/envelope_form.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.inverment-contact-form-main .form-ctc-email-input [data-name="Phone"]::before {
  content: url(/wp-content/uploads/2025/01/phone_ctc_tel.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.inverment-contact-form-main .form-ctc-email-input [data-name="Subject"]::before {
  content: url(/wp-content/uploads/2025/01/note-text.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.inner-lorem-box {
  padding: 60px;
}

.inner-lorem-box p {
  padding: 20px 0 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
  line-height: 35px;
}

.inner-lorem-box a {
  color: #fff;
  text-decoration: underline;
}

/* Investment Guide Page  */
/* Contact Us */
.contact-us-main {
  padding: 70px 0;
}

.contact-us-inner h3 {
  font-size: 59px;
  font-weight: 400;
  color: #000000;
}

.contact-form-main {
  padding-top: 70px;
}

.form-group.form-ctc-name-input {
  display: flex;
  gap: 35px;
}

.form-group.form-ctc-name-input>div {
  width: 100%;
}

.contact-form-main input:focus-visible {
  outline: none;
}

.contact-form-main textarea:focus-visible {
  outline: none;
}

.contact-form-main input[type="text"],
.contact-form-main input[type="tel"],
.contact-form-main input[type="email"],
.contact-form-main input[type="number"] {
  width: 100%;
  border: 1px solid #C8C8C8;
  height: 54px;
  border-radius: 9px;
  padding: 10px 40px;
  margin-bottom: 18px;

}

.contact-form-main textarea {
  height: 200px;
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 15px 16px;
  border-radius: 9px;
}

.ctc-submit-btn {
  text-align: center;
  padding-top: 42px;
}

.contact-form-main .btn {
  background-color: #00A9AC;
  padding: 12px 66px;
  font-size: 19px;
  font-weight: 500;
  border: none;
  border-radius: 100px;
  color: #fff;
  transition: 0.4s;
}

.contact-form-main .btn:hover {
  background-color: transparent;
  color: #00A9AC;
  outline: 1px solid #00A9AC;
}

.ctc-details-main {
  padding: 70px 0;
  background: #EDF9F9;
}

.ctc-details-inner {
  display: flex;
}

.ctc-details h5 {
  font-size: 58px;
  color: #000;
  font-weight: 400;
}

.ctc-details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ctc-details ul li {
  display: inline-flex;
  gap: 20px;
}

.ctc-details ul li a {
  color: #00A9AC;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  padding: 22px 0;
}

.inner_social_items li a img {
  width: 24px;
  height: 24px;
}

.inner_social_items li a {
  padding: 10px 10px !important;
}

.ctc-details {
  background: #fff;
  padding: 86px 39px;
  width: 50%;
}

.ctc-iframe {
  width: 50%;
}

.faqs-main-wrap {
  padding: 80px 0;
}

.faqs-inner h5 {
  font-size: 58px;
  color: #000;
  font-weight: 400;
}

.faqs_jodoa {
  margin-top: 75px;
}

.faqs_jodoa .accordion-button:focus {
  box-shadow: none;
}

.faqs_jodoa .accordion-button {
  border: none;
  background: transparent;
  border-radius: 0 !important;
  font-size: 22px;
  font-weight: 400;
  color: rgb(0 0 0 / 50%);
  text-transform: capitalize;
}

.faqs_jodoa .accordion-item {
  border: 1px solid #E7E7E7;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  background: #EDF9F9;
}

.faqs_jodoa .show {
  background: #EDF9F9;
}

.faqs_jodoa .accordion-button::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/01/angle-down-circle.svg) !important;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-color: var(--dbs-red);
  position: relative;
  background-position: center;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  background-size: contain;
  transform: unset;
}

.faqs_jodoa .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/01/angle-down-circle.svg) !important;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-color: var(--dbs-red);
  position: relative;
  background-position: center;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  background-size: contain;
  transform: rotate(180deg);
}

.faqs_jodoa .accordion-body {
  font-size: 18px;
}

/* Contact Us */
/* Off Plan Investment Page */
.participating-in-our-inner {
  padding: 70px 0;
}

.inner-title-description {
  background: #243F49;
  padding: 40px;
  border-radius: 20px;
}

.participating-in-our-inner .row {
  align-items: center;
}

.inner-title-description h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.inner-title-description p {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  padding-top: 10px;
}

.spread-your-payments {
  background: rgba(0, 169, 172, 0.1);
  padding: 70px 0;
}

.spread-your-payments-inner h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  text-transform: capitalize;
  color: #000000;
}

span.invest-to-sell {
  display: block;
  padding: 20px 20px;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 18px;
  margin-top: 20px;
}

span.invest-to-keep {
  display: block;
  padding: 20px 20px;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 18px;
  margin-top: 20px;
}

.inner-options {
  margin-top: 40px;
}

section.investment-dual-title-image {
  padding: 70px 0px 60px 0px;
}

.investment-sell-dual-title-image {
  padding: 0px 0px 70px 0px;
}

.investment-dual-title-image-inner .row {
  align-items: center;
}

.investment-dual-title-image-inner h4 {
  text-transform: capitalize;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 63px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 34px;
}

.investment-dual-title-image-inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #35333e;
  opacity: 0.8;
  margin-bottom: 15px;
}

.inves-to-keep {
  padding-left: 60px;
}

.invest-to-sell {
  padding-right: 60px;
}

.offplan-investment-brochure {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.offplan-investment-brochure-inner {
  display: flex;
  align-items: center;
}

.invesstment-grid-image-offplan {
  width: 60%;
}

.invesstment-grid-offplan {
  width: 40%;
  background: #243F49;
  padding: 40px;
  border-radius: 20px;
  display: inline-block;
  height: max-content;
  position: relative;
  left: 150px;
  z-index: 999;
}

.invesstment-grid-offplan h5 {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
  color: #fff;
}

/* Off Plan Investment Page */
/* On Going Projects */
.onggoing_item {
  margin-bottom: 58px;
}

.completed_item {
  margin-bottom: 58px;
}

/* On Going Projects */

/* Why Jodoa */
.Quick-Turnaround-time {
  padding: 70px 0;
}

.inner-turnaround-time .row {
  align-items: center;
}

.inner-col-turnaround {
  background: #EDF9F9;
  padding: 40px;
  border-radius: 16px;
  height: 374px;
  margin-top: 30px;
}

.inner-cols-turn {
  padding-top: 30px;
}

.inner-col-turnaround h3 {
  font-size: 28px;
  font-weight: 400;
  display: block;
  padding: 20px 0 10px 0;
  text-transform: capitalize;
}

.inner-col-turnaround p {
  color: #9C9C9C;
  font-size: 16px;
}

.liquidity-exit-strategy-main {
  background: #030303;
  padding: 70px 0;
}

.liquidity-exit-strategy-inner h5 {
  font-size: 59px;
  color: #fff;
  font-weight: 200;
}

.liquidity-exit-strategy-inner img {
  height: 100%;
}

.liquidity-exit-strategy-inner p {
  font-size: 18px;
  color: #9C9C9C;
  padding: 24px 0 60px 0;
  font-weight: 400;
}

.inner-steps-liquidity ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inner-steps-liquidity {
  padding-left: 20px;
}

.inner-steps-liquidity ul li {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding: 39px 0;
}

.inner-steps-liquidity ul li:last-child {
  border-bottom: 0;
}

span.list-num-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-num-title {
  font-size: 28px;
  color: #fff;
}

.list-num-description {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
}

span.list-number {
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 13px 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.commitment-main-wrap {
  padding: 70px 0;
}

.commotment-content {
  background: rgb(0 169 172 / 10%);
  padding: 65px 69px;
  border-radius: 20px;
}

.commotment-content h3 {
  font-size: 50px;
  font-weight: 400;
  color: #00A9AC;
  border-bottom: 1px solid rgb(0 169 172 / 10%);
  padding-bottom: 30px;
}

.commitment-bullets {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.commitment-bullets li {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.commitment-bullet-title {
  font-size: 28px;
  font-weight: 400s;
}

.commitment-bullet-discription {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
}

.commitment-inner-wrap img {
  height: 100%;
}

.bg-primary-green {
  background-color: #2A4751;
}

.bg-primary-green .home-contact-inner h4 {
  color: #fff;
}

.bg-primary-green .home-contact-form textarea {
  background: rgba(147, 147, 147, 0.1);
}

/* Why Jodoa */

/* Leadership Team */
.main-leadership-team {
  background: #ffffff url(/wp-content/uploads/2025/03/leadership-team-bg.png) no-repeat top right;
  padding: 70px 0;
}

.main-leadership-team h4 {
  font-size: 59px;
  font-weight: 400;
  color: #000000;
}

.team-member-container {
  margin-top: 60px;
  cursor: pointer;
}

.team-member-container img {
  border-radius: 22px;
  width: 100%;
}

.team-member-info h6 {
  font-size: 28px;
  color: #000000;
  margin-top: 25px;
}

.team-member-info span {
  font-size: 22px;
  color: rgb(0 0 0 / 60%);
  font-style: italic;
}

.team-members-modal {
  border-radius: 16px;
  max-width: 1108px;
}

.team-modal-dismiss {
  background: transparent;
  border: none;
  float: right;
  border-radius: inherit;
  padding: 17px 19px;
  position: absolute;
  right: 0;
  top: 0;
}

.name-desingnation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0;
}

.name-desingnation h6 {
  color: #00A9AC;
  font-size: 40px;
}

.name-desingnation span {
  color: rgb(0 0 0 / 60%);
  font-size: 24px;
  font-style: italic;
}

.team-members-modal .modal-body {
  padding: 44px;
}

.team-members-modal .modal-body img {
  border-radius: 14px;
  width: 100%;
  object-fit: cover;
}

.about-member p {
  color: #9C9C9C;
  font-size: 20px;
}

/* Leadership Team */
/* Why Invest in Dubai */
.uae-thriving-wrap {
  padding: 70px 0;
}

.uae-thriving-inner-wrap .row {
  align-items: center;
}

.uae-thriving-inner-wrap h4 {
  font-size: 59px;
  font-weight: 300;
  color: #000000;
}

.uae-thriving-inner-wrap p {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
  padding-top: 45px;
}

.invest-in-uae-main {
  background: #2A4751;
  padding: 70px 0;
}

.invest-uae-inner h5 {
  font-size: 42px;
  color: #fff;
  font-weight: 300;
}

.invest-uae-inner p {
  font-size: 20px;
  color: rgb(255 255 255 / 50%);
}

.invest-mian-featured img {
  border-radius: 20px;
  margin-top: 60px;
}

.invest-mian-featured p {
  margin-top: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

/* Why Invest in Dubai */
/* Sharia Compliance */
.gatway-exceptional-main-wrap {
  padding: 70px 0 30px 0;
}

.inner-gateway-inner-cols {
  background: rgb(0 169 172 / 10%);
  padding: 65px 69px;
  border-radius: 20px;
  height: 100%;
}

.inner-gateway-inner-cols h4 {
  font-size: 50px;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
}

.inner-gateway-inner-cols p {
  color: rgb(53 51 62 / 60%);
  font-size: 16px;
  padding-top: 24px;
}

.inner-goal-wrap {
  border-radius: 24px;
  padding: 72px !important;
  border-radius: 24px;
  overflow: hidden;
  min-height: 557px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.m-btm {
  margin-bottom: 60px;
}

/* Sharia Compliance */
/* Project Detail */
.single-project .main-banner-inner-wrap {
  position: relative;
  background: #00A9AC;
  padding-bottom: 19px;
}

.breadcums {
  padding-top: 20px;
  font-family: 'Poppins';
  color: #969696;
}

.inner-breacums-single-page a {
  color: #969696;
  font-family: 'Poppins';
  font-size: 16px;
}

.breadcums .project-name-title {
  color: #00A9AC;
  font-family: 'Poppins';
}

.project-gallery img {
  width: 100%;
}

.project-gallery-image-featured img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.inner-project-detail > .row:first-child,
.row.project-gallery {
	gap: 16px 0;
}

/* .row.project-gallery .col-md-6:first-child {
  margin-bottom: 16px;
}

.row.project-gallery .col-md-6:nth-child(2) {
  margin-bottom: 16px;
} */

section.project_detail_main {
  padding: 70px 0;
}

.project-gallery-title {
  font-size: 30px;
  padding: 36px 0 24px 0;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}

.project-gallery-discription {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
}

section.status-updates-detail-wrap {
  padding: 70px 0;
}

.inner-status-col {
  background: rgb(0 169 172 / 10%);
  padding: 65px;
  border-radius: 20px;
  height: 100%;
}

.inner-status-col h4 {
  font-size: 59px;
  color: #000;
  font-weight: 300;
}

.inner-status-col p {
  color: #35333E;
  font-size: 16px;
  opacity: 0.6;
  padding-top: 24px;
}

.key-highlights-main {
  background: rgb(0 169 172 / 10%);
  padding: 70px 0;
}

.key-highlights-inner h3 {
  font-size: 59px;
  color: #000000;
  font-weight: 300;
}

.key-highlights-inner .row:nth-child(2) {
  align-items: center;
  padding-top: 65px;
}

.inner-box-border {
  padding: 40px 25px;
  border-bottom: 1px solid #D7D8D8;
  position: relative;
	height:100%

}

.key-highlights-inner .row .col-md-6 {
  position: relative;
}

.key-highlights-inner .row .col-md-6::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90%;
  border-right: 1px solid #D7D8D8;
  top: 10px;
  left: 0;
}

.inner-box-border h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000000;
}

.inner-box-border p {
  color: #35333E;
  opacity: 0.8;
  font-size: 18px;
}

.features-main-wrap {
  padding: 70px 0;
}

.features-inner .row {
  align-items: center;
}

.features-main-wrap h5 {
  font-size: 59px;
  color: #000000;
  font-weight: 300;
}

.features-main-wrap p ,.features-main-wrap li,l li{
  color: #35333E;
  opacity: 0.6;
}

.amenties-featured {
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 80px;
  padding: 60px 0;
}

.amenties-featured li {
  display: inline-block;

}

.amenties-featured li span {
  color: #999999;
  margin-left: 15px;
}

.amenties-featured li img {
  border: 1px solid #DEDEDE;
  padding: 17px 10px;
  border-radius: 10px;
  width: 61px;
  height: 61px;
}

section.enquiry-form-main {
  background: rgb(0 169 172 / 10%);
  padding: 70px 0;
}

.enquiry-form-inner h5 {
  font-size: 59px;
  font-weight: 300;
  margin-bottom: 20px;
}

.inner-enquiry-form-box {
  padding: 65px;
  background: #fff;
  border-radius: 20px;
	height: 100%;
}

.inner-enquiry-form-box h6 {
  font-size: 45px;
  font-weight: 300;
  text-transform: capitalize;
}

.inner-enquiry-form-box p {
  color: #35333E;
  opacity: 0.6;
  font-size: 16px;
  padding-top: 25px;
}

.enquiry-form-container input[type="text"],
.enquiry-form-container input[type="tel"],
.enquiry-form-container input[type="email"],
.enquiry-form-container input[type="number"] {
  width: 100%;
  border: none;
  height: 54px;
  border-radius: 9px;
  padding: 10px 35px;
  font-size: 17px;
  background: rgb(255 255 255);

}

.enquiry-form-container textarea {
  height: 162px;
  width: 100%;
  border: none;
  padding: 15px 16px;
  border-radius: 9px;
  background: rgb(255 255 255);

}

.enquiry-form-container .btn {
  background-color: #00A9AC;
  padding: 10px 50px;
  font-size: 17px;
  font-weight: 500;
  border: none;
  border-radius: 100px;
  color: #fff;
  transition: 0.4s;
  width: 100%;
}

.enquiry-form-container .form-ctc-name-input [data-name="FullName"]::before {
  content: url(/wp-content/uploads/2025/01/user-alt.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.enquiry-form-container .form-ctc-name-input [data-name="Email"]::before {
  content: url(/wp-content/uploads/2025/01/envelope_form.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.enquiry-form-container .form-ctc-email-input [data-name="Subject"]::before {
  content: url(/wp-content/uploads/2025/01/note-text.svg);
  width: 16px;
  top: 0;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 10px;
}

.enquiry-form-container p {
  padding: 30px 0 0 0;
  color: #35333E;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}

.enquiry-form-container input:focus-visible {
  outline: none;
}

.enquiry-form-container textarea:focus-visible {
  outline: none;
}

.enquiry-form-container .ctc-submit-btn {
  padding-top: 0px;
}

section.timeline-main-wrap {
  background: #EDF9F9;
  padding: 70px 0;
}

.inner-time-line h5 {
  font-size: 59px;
  color: #000000;
  font-weight: 400;
}

.time-line-items-main.owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding-top: 80px;
}

.timeline-year-justify {
  position: relative;
  border-left: 1px solid #00A9AC;
  padding-left: 20px;
  bottom: -32px;
}

.timeline-title {
  padding: 77px 0 68px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  position: relative;
  left: 150px;
}

.owl-item:nth-child(even) .timeline-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 225px;
  background: url(/wp-content/uploads/2025/04/upper-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.owl-item:nth-child(odd) .timeline-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 225px;
  background: url(/wp-content/uploads/2025/04/lower_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.timeline-year-justify::before {
  content: '';
  width: 21px;
  height: 21px;
  background-image: url(/wp-content/uploads/2025/04/timeline-node.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  top: -8px;
  left: -11px;
  z-index: 1;
}

.owl-item:nth-child(odd) .timeline-item .timeline-year-justify {
  padding-top: 66px;
  left: 15px;
}

.owl-item:nth-child(even) .timeline-item .timeline-year-justify {
  top: 0;
  height: 150px;
}

.owl-item .timeline-item .timeline-year-justify {
  position: absolute;
}

.timeline-item {
  padding: 150px 0;
}

.owl-item:nth-child(odd) .timeline-item .timeline-year-justify::before {
  bottom: 0;
}

.owl-item:nth-child(even) .timeline-item .timeline-year-justify::before {
  top: unset;
  left: -10px;
  content: '';
  bottom: 0px;
}

.timeline-year-justify span {
  display: block;
}

.timeline-year {
  color: #00A9AC;
  font-size: 22px;
  font-weight: 600;
  display: inline-block !important;
  border-bottom: 1px solid #000000;
}

span.timeline-inner-title {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

span.timeline-discritpion {
  color: #9C9C9C;
  font-family: 'Poppins';
  font-size: 15px;
}

.timeline-item {
  padding: 150px 0;
}

/* Project Detail */
/* UK Investment Opportunities */
.JODOA-UK-real-estate {
  padding: 70px 0;
}

.JODOA-UK-real-estate-inner h5 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 50px;
}

.JODOA-UK-real-estate-col-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.JODOA-UK-real-estate-col-text {
  opacity: 0.8;
  font-size: 18px;
}

.JODOA-UK-real-estate-inner .row:nth-child(2) {
  align-items: center;
}

.UK-offer-investment {
  background: rgb(0 169 172 / 10%);
  padding: 70px 0;
}

.UK-inner-offer-investment h4 {
  font-size: 30px;
  margin: 20px 0 10px 0;
}

.uk-btm-text-invest {
  opacity: 0.8;
  font-size: 18px;
}

.inner-box-uk-offers {
  background: #243f49;
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  text-align: center;
  display: block;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

a.inner-box-uk-offers:hover {
  background: transparent;
  border-color: #243f49;
  color: #243f49;
}

.inner-box-uk-offers h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

a.inner-box-uk-offers:hover h5 {
  color: #243f49;
}

.inner-box-uk-offers span {
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}

a.inner-box-uk-offers:hover span {
  color: #243f49;
}

.our-exclusive-UK {
  padding: 70px 0;
}

.our-exclusive-UK-inner h5 {
  font-size: 30px;
  text-transform: capitalize;
}

.our-exclusive-specialist {
  opacity: 0.8;
  font-size: 18px;
}

.uk-exclusive-cols {
  align-items: center;
}

.our-exclusive-UK-left-col {
  opacity: 0.8;
  font-size: 18px;
}

.our-exclusive-UK-btm-text {
  opacity: 0.8;
  font-size: 18px;
  margin-top: 30px;
}

.can-liquidate-box {
  background: #2a4751;
  padding: 40px;
  border-radius: 20px;
}

.can-liquidate-box h5 {
  color: #fff;
  font-size: 38px;
  font-weight: 300;
}

.description-can-liquidate {
  opacity: 0.8;
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}

.cta-can-liquidate a {
  background: #00a9ac;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
}

section.can-liquidate-main {
  padding-bottom: 70px;
}

/* UK Investment Opportunities */
/* Joint Venture Partnership */
.joint-venture-partnership-page {
  padding: 70px 0;
}

.inner-box-first {
  background: #243F49;
  padding: 60px 40px;
  border-radius: 20px;
}

.inner-box-first h5 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
}

.inner-box-first p {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
  margin-top: 30px;
}

.inner-joint-box h4 {
  color: #000000;
  font-size: 45px;
  font-weight: 300;
}

.inner-joint-box p {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
  margin-top: 30px;
}

.innner-joint-second-wrap .row {
  align-items: center;
}

section.joint-venture-second-wrap {
  padding: 70px 0;
  background: rgb(0 169 172 / 10%);
}

.jodoa-joint-venture-box-wrap {
  padding: 70px 0 0 0;
}

.jodoa-joint-venture-inner-box {
  display: flex;
  align-items: center;
}

.jodoa-joint-venture-image {
  width: 60%;
}

.jodoa-joint-venture-inner-grid {
  width: 40%;
  background: #2a4751;
  padding: 40px;
  border-radius: 20px;
  display: inline-block;
  height: max-content;
  position: relative;
  right: 150px;
  z-index: 999;
}

.jodoa-joint-venture-inner-grid h5 {
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #fff;
}

.partnership-modal-wrap {
  display: flex;
  padding: 70px 0;
  align-items: center;
}

.partnership-modal-title {
  width: 50%;
}

.partnership-modal-content-box {
  width: 50%;
}

.partnership-modal-title h5 {
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 20px;
}

.partnership-modal-content-box-title h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.partnership-modal-content-box-description p {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
  margin-top: 30px;
}

.inner-Benefits-Jodoa-Joint {
  background: #2a4751;
  padding: 40px 30px 40px 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.inner-Benefits-Jodoa-Joint-title {
  width: 100%;
}

.inner-Benefits-Jodoa-Joint-title h5 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.Benefits-title-discription {
  width: 50%;
  margin-top: 40px;
  padding-right: 70px;
}

.Benefits-title h5 {
  color: #fff;
  margin-bottom: 10px;
}

.Benefits-discription p {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
}

.our-funds-inner-wrap {
  background: #2a4751;
  padding: 40px 30px 40px 50px;
  border-radius: 20px;
  margin: 70px 0;
  display: flex;
}

.our-funds-title {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.our-funds-title h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}

.our-funds-title p {
  color: #9C9C9C;
  font-size: 16px;
  font-family: 'Poppins';
}

.our-funds-featured {
  width: 50%;
}

.our-funds-featured img {
  border-radius: 22px;
}

.our-funds-investor {
  display: inline-flex;
  background: #00a9ac;
  padding: 15px;
  border-radius: 15px;
  width: 50%;
  gap: 20px;
}

.investor-image img {
  width: 80px;
  border-radius: 5px;
}

.investor-info span {
  color: #fff;
}

.investor-info span:first-child {
  font-weight: 500;
  font-size: 20px;
  display: block;
}

.investor-info span:nth-child(2) {
  font-size: 14px;
}

/* Joint Venture Partnership */
/* news page */
.featured-news {
  padding: 70px 0;
}

.featured-post-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.featured-post-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
	object-fit:cover;
}

.featured-post-image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(.jpg);
  border-radius: 20px;
}

.featured-post-list {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  gap: 30px;
}

.featured-post-item {
  position: relative;
}

.featured-content {
  position: absolute;
  top: 60%;
  padding: 0px 30px;
}

.featured-post-item:last-child .featured-content {
  top: 50%;
}

.featured-post-list .featured-post-item:nth-child(1) {
  height: 530px;
}

.featured-post-list .featured-post-item:nth-child(2) {
  height: 277px;
  grid-row: 1;
  grid-column: 2;
}

.featured-post-list .featured-post-item:nth-child(2) .excerpt-text,
.featured-post-list .featured-post-item:nth-child(2) .featured-content .btm-content {
  display: none;
}

.featured-post-list .featured-post-item:nth-child(3) {
  grid-column: 2;
  width: 49%;
  grid-row: 1;
  margin-left: auto;
  height: 218px;
  margin-top: auto;
}

.featured-post-list .featured-post-item:nth-child(3) .featured-content {
  padding: 0 20px;
}

.featured-post-list .featured-post-item:nth-child(3) .featured-content .excerpt-text,
.featured-post-list .featured-post-item:nth-child(3) .featured-content .btm-content {
  display: none;
}

.featured-post-list .featured-post-item:nth-child(4) {
  grid-column: 2;
  width: 49%;
  grid-row: 1;
  height: 218px;
  margin-top: auto;
}

.featured-post-list .featured-post-item:nth-child(4) .featured-content {
  padding: 0 20px;
}

.featured-post-list .featured-post-item:nth-child(4) .featured-content .excerpt-text,
.featured-post-list .featured-post-item:nth-child(4) .featured-content .btm-content {
  display: none;
}

.featured-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 15px;
}

.featured-content p {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 25px;
}

.btm-content a {
  color: #00A9AC;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #00A9AC;
}

.btm-content {
  display: flex;
  justify-content: space-between;
}

.meta-data {
  display: flex;
  gap: 15px;
}

.meta-data span {
  font-size: 12px;
  opacity: 0.6;
  color: #fff;
  font-family: "Roboto", serif;
}

.meta-data span img {
  margin-right: 5px;
}

.all-news-main-wrap {
  background: #EDF9F9;
  padding: 70px 0;
}

.all-news-inner-wrap h4 {
  font-size: 59px;
  color: #000;
  font-weight: 400;
}

.news-col-top {
  padding-top: 34px;
}

.news-col-top a {
  color: #000000;
}

.featured-content-col {
  background: #fff;
  padding: 33px 15px 11px 15px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 27px;
}

.featured-content-col h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 25px;
}

.featured-content-col span {
  font-size: 18px;
  color: #35333E;
  opacity: 0.8;
}

.featured-meta-data {
  margin-top: 30px;
  border-top: 1px solid #DFDFDF;
}

.featured-meta-data span {
  display: inline-block;
  padding: 20px 5px 0px 5px;
  font-size: 12px;
}

.featured-meta-data span img {
  margin-right: 5px;
  width: auto !important;
  display: inline !important;
}

.featured-image-col img {
  width: 100%;
  height: 297px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.single-news .main-banner-inner-wrap {
  position: relative;
  background: #00A9AC;
  padding-bottom: 19px;
}

.main-new-content {
  padding: 70px 0 35px 0;
}

.inner-news-content h4 {
  font-size: 54px;
  color: #000;
  text-align: center;
  font-weight: 300;
}

/* .inner-news-content .col-md-12 img{
  width: 100%;
} */
.date-cat-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}

.date-cat-tags span {
  color: #35333E;
  margin-top: 30px;
  opacity: 0.6;
}

.inner-news-content h5 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  margin-top: 50px;
}

.inner-news-content p {
  color: #35333E;
  font-size: 18px;
  opacity: 0.8;
  margin-top: 12px;
}

.news-share {
  margin: 40px 0 70px 0;
  padding: 0;
  list-style-type: none;
}

.news-share li {
  display: inline-block;
  padding: 0 10px;

}

.news-share li:first-child {
  font-size: 18px;
  font-weight: 400;
  color: #35333E;
  opacity: 0.8;
}

.more-like-news {
  background-color: #EDF9F9;
  padding: 70px 0;
}

.more-like-news h4 {
  font-size: 59px;
  color: #000;
  font-weight: 400;
  margin-bottom: 35px;
}

.more-like-news a {
  color: #000000;
}

.new-slider-controls {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.career_details_file span {
  margin-bottom: 12px;
  color: #ffffff;
  opacity: 0.4;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 2px dashed #00A9AC;
  border-radius: 3px;
  transition: 0.2s;
  min-height: 190px;
  background: rgb(255 255 255 / 50%);
  text-align: center;
  margin-top: 60px;
      flex-direction: column;
    /*gap: 15px;*/
    overflow:hidden;
}

.file-message {
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
  text-align: start;
  color: #000000;
}

.file-drop-area .file-input {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.file-input {
  position: absolute;
    left: -300%;
    top: -45px;
    height: 40px;
    width: 100%;
    cursor: pointer !important;
    opacity: 0;
    transform: scale(12);
}

.file-drop-area .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}

.inner-two-featured-wrap h5 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  margin-top: 50px;
}

.inner-two-featured-wrap p {
  color: #35333E;
  font-size: 18px;
  opacity: 0.8;
  margin-top: 12px;
}

/* news page */

/* Careers */
.careers-inner-main {
  padding: 70px 0;
}

.careers-inner-main .row {
  align-items: center;
}

.careers-inner-main h5 {
  font-style: normal;
  font-weight: 300;
  font-size: 59px;
  line-height: 63px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 34px;
}

.careers-inner-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #35333e;
  opacity: 0.8;
  margin-bottom: 15px;
}

section.careers-why-us {
  background: #EDF9F9;
  padding: 70px 0;
}

section.careers-why-us h6 {
  font-style: normal;
  font-weight: 300;
  font-size: 59px;
  line-height: 63px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 34px;
}

section.careers-why-us h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 9px;
}

section.careers-why-us p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #35333e;
  opacity: 0.8;
  margin-bottom: 15px;
}

.careers-inner-why .row:nth-child(2) {
  align-items: center;
}

.current-openings-main-wrap {
  padding: 70px 0;
}

.current-openings-inner h6 {
  font-style: normal;
  font-weight: 300;
  font-size: 59px;
  line-height: 63px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 34px;
}

.inner-openeing-box {
  background: #EDF9F9;
  padding: 33px 27px;
  border-radius: 10px;
}

.job-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-job {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgb(0 169 172 / 50%);
}

.icon-title h5 {
  font-size: 22px;
  margin: 0;
}

.job-loc {
  margin: 19px 0;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 19px;
}

.job-loc span {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
  font-weight: 400;
}

.date-permalink {
  display: flex;
  justify-content: space-between;
}

.date span {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
  font-weight: 400;
}

.careers-inner-why .row .col-md-6 {
  position: relative;
}

.careers-inner-why .row .col-md-6::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 90%;
  border-right: 1px solid #D7D8D8;
  top: 10px;
  left: 0;
}

.why-us-inner-col {
  padding: 30px 15px;
  border-bottom: 1px solid #D7D8D8;
  min-height: 210px;
}

.current-detail-main {
  padding: 70px 0;
}

.opening-info {
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.opening-share ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.opening-share ul li {
  display: inline-block;
}

.opening-share ul li:first-child {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
}

.opening-date {
  display: flex;
  gap: 20px;
}

.opening-date span {
  color: rgb(53 51 62 / 80%);
  font-size: 18px;
}

.description_title h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-transform: capitalize;
  color: #000000;
  margin: 44px 0 12px 0;
}

section.submit-your-resume {
  background: #EDF9F9;
  padding: 70px 0;
}

section.submit-your-resume h4 {
  font-size: 59px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}

.recent-opening {
  padding: 70px 0;
}

.recent-opening h4 {
  font-size: 59px;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 48px;
}

.recent-opening .inner-openeing-box {
  background-color: #fff;
  border: 1px solid #E7E7E7;
}

.time-line-items-main .owl-stage {
  padding: 0 0 80px 0;
}

/* Careers */

/* Term of Use */
.inner-terms {
  padding: 70px 0;
}

.inner-terms h5 {
  font-size: 25px;
  margin-bottom: 10px;
}

.inner-terms span {
  font-weight: 400;
  font-size: 18px;
  padding-top: 30px;
  opacity: 0.8;
  color: #35333E;
}

/* Term of Use */
/* footer */
.footer-top-bar {
  display: flex;
  background: #243F49;
  padding: 50px 38px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-bar-ctc ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-bar-ctc ul li {
  display: inline-block;
  padding: 0 40px;
}

.footer-bar-ctc ul li a {
  font-size: 34px;
  color: #fff;
  font-weight: 200;
}

.footer-bar-ctc ul li a span {
  border: 1px solid #00A9AC;
  display: inline-block;
  line-height: 40px;
  height: 46px;
  width: 46px;
  text-align: center;
  border-radius: 25px;
  transition: 0.4s;
}

.footer-bar-ctc ul li a span:hover {
  background: #fff;

}

.footer-bar-ctc ul li a span:hover img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(95%) saturate(970%) hue-rotate(147deg) brightness(96%) contrast(101%);
  border: none;
}

.footer-bottom-cols {
  background-color: #2A4751;
  padding: 75px 38px;
  position: relative;
}

.back-to-top {
  position: absolute;
  top: -45px;
  right: 50px;
}

.back-to-top a {
  cursor: pointer;
}

.footer-bottom-cols h6 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase
}

.main-bottom-cols-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-bottom-cols-wrap ul li {
  position: relative;
}

.main-bottom-cols-wrap ul li::after {
  content: url(/wp-content/uploads/2025/01/arrow-right-small-bullet.svg);
  position: absolute;
  left: 0;
  top: 5px;
}

.completion ul {
  margin: 0;
  padding: 17px 0 0 0;
  list-style-type: none;
}

.completion ul li a {
  color: rgb(255 255 255 / 50%);
  line-height: 38px;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  transition: 0.4s;
}

.completion ul li a:hover {
  color: #fff;
}

.property-investment ul {
  margin: 0;
  padding: 17px 0 0 0;
  list-style-type: none;
}

.property-investment ul li a {
  color: rgb(255 255 255 / 50%);
  line-height: 38px;
  display: inline-block;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 16px;
  transition: 0.4s;
}

.property-investment ul li a:hover {
  color: #fff;
}

.services-insights ul {
  margin: 0;
  padding: 17px 0 0 0;
  list-style-type: none;
}

.services-insights ul li a {
  color: rgb(255 255 255 / 50%);
  line-height: 38px;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  transition: 0.4s;
}

.services-insights ul li a:hover {
  color: #fff;
}

.legal-col ul {
  margin: 0;
  padding: 17px 0 0 0;
  list-style-type: none;
}

.legal-col ul li a {
  color: rgb(255 255 255 / 50%);
  line-height: 38px;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  transition: 0.4s;
}

.legal-col ul li a:hover {
  color: #fff;
}

.inner-copy-rights-btm {
  background: #2A4751;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.insights-menu-heading {
  margin-top: 30px;
}

.inner-copy-rights-btm {
  background: #2A4751;
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding: 27px 38px;
  display: flex;
  justify-content: space-between;
}

.inner-copy-rights-btm ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inner-copy-rights-btm ul li {
  display: inline-block;
  padding: 0 10px;
}

.inner-copy-rights-btm ul li a {
  background: #ffffffb5;
  display: inline-block;
  border-radius: 70px;
  line-height: 24px;
  height: 27px;
  width: 27px;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.4s;
}

.inner-copy-rights-btm ul li a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(9%) saturate(2404%) hue-rotate(149deg) brightness(96%) contrast(81%);
}

.inner-copy-rights-btm ul li a:hover {
  background-color: transparent;
  border: 1px solid #00A9AC;
}

.inner-copy-rights-btm ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(95%) saturate(16%) hue-rotate(214deg) brightness(104%) contrast(100%);
}

.inner-copy-rights-btm ul li:first-child {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}

.all-reserved-right {
  font-size: 17px;
  font-weight: 400;
}

.all-reserved-right span {
  color: rgb(255 255 255 / 50%);
  font-size: 17px;
}

/* footer */
.page-template-services-template .earn-like-property-main {
  padding: 0px 0 70px 0;
}

/* Responsive Media For All Devices */

@media (min-width: 320px) {}

@media (min-width: 380px) {}

@media (min-width: 420px) {}

@media (min-width: 480px) {}

@media (min-width: 557px) {}

@media (min-width: 576px) {}

@media (min-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 991px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
  .inner-combining-industry .swiper-slide-prev {
    width: 312px !important;
    height: 355px !important;
    position: relative;
    top: 210px;
  }

  .inner-combining-industry .swiper-slide-active {
    width: 634px !important;
    height: 567px !important;
    border-radius: 20px;
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }

  .main-banner-wrap {
    height: 700px;
  }
}

@media (min-width: 1440px) {
  .home-contact-form .wpcf7-form.init {
    max-width: 100%;
  }

  /* .accreditations-main{
  margin: 0px 80px 40px 80px;
} */
}

@media (min-width: 1600px) {}

@media (min-width: 1601px) {}

@media (min-width: 1700px) {}

@media (min-width: 1920px) {}

@media (max-width: 1920.98px) {}

@media (max-width: 1700.98px) {}

@media (max-width: 1601.98px) {}

@media (max-width: 1600.98px) {}

@media (max-width: 1440.98px) {}

@media (max-width: 1400.98px) {


  .banner-text h4 {
    font-size: 95px;
  }

  section.trusted-partner-main-wrap,
  .main-combining-industry,
  section.featured-development,
  section.testimonials,
  section.home-contact-main {
    padding: 70px 0;
  }

  .hci_col:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .inner-cont-col {
    margin: 0;
    padding: 15px;
    height: 622px;
  }

  .inner-trusted-wrap h4,
  .inner-combining-industry h4,
  .featured-development-inner h3,
  .testimonials-inner-main h4,
  .home-contact-inner h4 {
    font-size: 45px;
  }
 
}

@media (max-width: 1250.98px) {

  .inner-combining-industry-arrows_wrap {
    min-width: 35px;
    height: 35px;
  }

  .inner-combining-industry-arrows img {
    width: 18px;
  }

  .main-combining-industry .pigantion {
    max-width: 77px;
    margin-left: auto;
  }

  .jodoa-nav-bar ul li a {
    font-size: 16px;
  }
}

@media (max-width:1201px) {
  .jodoa-nav-bar ul li a {
    font-size: 16px;
  }
}

@media (max-width:1200px) {
  a.custom-logo-link {
    width: 100%;
  }

  .featured-post-list .featured-post-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1 / 3;
  }

  .featured-content {
    bottom: 0;
    top: unset !important;
    padding-bottom: 20px !important;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 30px;
  }

  .completed-projects-inner {
    padding: 20px 0;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  .inner-combining-industry .ici_col_2 {
    margin-top: 0;
  }

  .main-combining-industry {
    height: auto;
  }

}

@media (max-width: 1200.98px) {
  a.custom-logo-link {
    width: 100%;
    display: block;
  }

  img.custom-logo {
    width: 100%;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 30px;
  }

  .completed-projects-inner {
    padding: 20px 0;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  .inner-combining-industry .swiper-slide {
    height: 567px !important;
    border-radius: 20px;
    overflow: hidden;
  }

  .icon-title h5 {
    font-size: 16px;
  }

  section.careers-why-us h6 {
    font-size: 35px;
  }

  .current-openings-inner h6 {
    font-size: 35px;
  }

  .careers-inner-main h5 {
    font-size: 35px;
  }
.features-main-wrap h5 {
    font-size: 45px;
}
}

@media (max-width: 992.98px) {
  a.custom-logo-link {
    width: 50%;
  }
	    .form-group.form-ctc-name-input,
    .form-break {
        flex-wrap: wrap;
    }
		.form-group.form-ctc-name-input ,   .home-contact-form, .form-break {
    gap: 0;
}
	.features-main-wrap h5 {
    font-size: 35px;
}
	.inner-enquiry-form-box h6 {
    font-size: 32px;
}
  img.custom-logo {
    width: 100%;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 30px;
  }

  .completed-projects-inner {
    padding: 20px 0;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  .uae-thriving-inner-wrap h4 {
    font-size: 26px;
  }

  .uae-thriving-inner-wrap p {
    padding-top: 20px;
  }

  .gateway-image {
    margin-top: 30px;
  }

  .liquidity-exit-strategy-inner p {
    padding: 10px 0 0px 0;
  }

  .liquidity-exit-strategy-inner h5 {
    font-size: 30px;
  }

  .inner-lorem-box a {
    color: #ffffff;
  }

  .lorem-ipsum-inner .col-md-6:first-child {
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  .offplan-investment-brochure {
    padding: 50px 0;
  }

  a.custom-logo-link {
    width: 50%;
  }

  img.custom-logo {
    width: 100%;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 30px;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  .inner-trusted-wrap h4 {
    margin: 20px 0;
  }

  .right-up-arrow {
    width: 35px;
    height: 35px;
  }

  .right-up-arrow img {
    width: 20px !important;
    height: 13px !important;
    object-fit: contain !important;
  }

  .main-combining-industry-text {
    padding: 15px;
  }

  .inner-combining-industry .swiper-slide {
    height: 450px !important;
  }

  .inner-welcome-cotent br {
    display: none;
  }

  .developement-funding,
  .earn-like-property-main {
    padding: 50px 0 !important;
  }

  .inner-col-guide {
    padding-right: 0px;
  }

  .Quick-Turnaround-time,
  .liquidity-exit-strategy-main,
  .commitment-main-wrap {
    padding: 50px 0;
  }

  .featured-post-list {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
  }

  .featured-post-list .featured-post-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .featured-post-list .featured-post-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .featured-post-list .featured-post-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
  }

  .featured-post-list .featured-post-item:last-child {
    grid-row: 5;
    grid-column: 1;
    width: 100%;
  }
}

@media (max-width: 850.98px) {
  a.custom-logo-link {
    width: 50%;
  }

  img.custom-logo {
    width: 100%;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 30px;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  .image_with_box_title {
    font-size: 26px;
    line-height: 35px;
  }

  section.lorem-ipsum-main {
    background: linear-gradient(to left, rgb(0 169 172 / 10%) 50%, rgb(0 169 172 / 10%) 50%);
  }

  .inner-lorem-box a {
    color: #000000;
  }

  .lorem-ipsum-inner h5 {
    color: #000000;
  }

  .inner-lorem-box a {
    color: #000000;
  }

  .inner-lorem-box p {
    color: #000000;
  }

  section.submit-your-resume h4 {
    font-size: 30px;
  }

  .recent-opening h4 {
    font-size: 30px;
  }

  .opening-info {
    flex-direction: column;
    gap: 15px;
  }

  .opening-share ul li:first-child {
    font-size: 14px;
  }

  .opening-date span {
    font-size: 14px;
  }

  .current-detail-main {
    padding: 35px 0;
  }
	.key-highlights-inner h3{
    font-size: 35px;
	}
	.features-main-wrap h5,.enquiry-form-inner h5 {
    font-size: 30px;
}
	.key-highlights-main,.features-main-wrap,section.enquiry-form-main,
section.project_detail_main,.featured-news,.featured-post-list{
    padding: 50px 0;
}
.key-highlights-inner .row:nth-child(2) {
    padding-top: 30px;
}
	.key-highlights-inner img {
    padding: 0 10px;
}
	.inner-box-border {
    padding: 20px;
}
	.inner-box-border h4 {
    font-size: 22px;
    margin-bottom: 8px;
}
	.inner-box-border p {
    font-size: 16px;
}
	.features-main-wrap h5 {
    margin-bottom: 15px;
}
	.amenties-featured {
    gap: 40px;
    padding:  0;
}	
	.enquiry-form-container p {
    padding: 15px 0 0 0;
}
	.inner-enquiry-form-box h6 {
    font-size: 25px;
}
	.inner-enquiry-form-box {
    padding: 25px;
}
	.view-all-featured a {
    font-size: 14px;
}
}

@media (max-width: 768.98px) {
  .participating-in-our-inner {
    padding: 50px 0;
  }

  .form-break {
    display: flex;
  }

.project-gallery-title {
    font-size: 26px;
}
.enquiry-form-container {
    margin-bottom: 35px;
}
  .spread-your-payments {
    padding: 50px 0;
  }

  section.investment-dual-title-image {
    padding: 50px 0px 50px 0px;
  }

  .inves-to-keep {
    padding-left: 15px;
  }

  .investment-dual-title-image-inner h4 {
    font-size: 40px;
  }

  .invest-to-sell {
    padding-right: 30px;
  }

  .investment-dual-title-image-inner h4 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .invesstment-grid-offplan {
    left: auto;
    padding: 30px;
  }

  .invesstment-grid-offplan h5 {
    font-size: 24px;
  }

  a.custom-logo-link {
    width: 50%;
  }

  img.custom-logo {
    width: 100%;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 30px;
  }

  .completed-projects-inner {
    padding: 20px 0;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  section.completed-projects-main {
    padding: 50px 0;
  }

  .inner-col-guide {
    padding-left: 0px;
  }

  .services-inner-wrap p {
    padding-top: 10px;
  }

  section.services_main_wrap {
    padding: 50px 0;
  }

  .services-inner-wrap p {
    font-size: 16px;
  }

  .footer-bottom-cols h6 {
    font-size: 16px;
  }

  /* home tab responsive */
  .banner-text h4 {
    font-size: 40px !important;
  }

  .container_custom h5 {
    font-size: 35px;
  }

  section.trusted-partner-main-wrap {
    padding: 50px 0 50px 0;
  }

  .inner-trusted-wrap h4 {
    font-size: 35px;
  }

  .inner-welcome-cotent br {
    display: none;
  }

  .inner-combining-industry .ici_col_2 {
    margin-top: 0px;
  }

  .featured-development-inner h3 {
    font-size: 35px;
  }

  .testimonials-inner-main h4 {
    font-size: 35px;
  }

  .home-contact-inner h4 {
    font-size: 35px;
  }

  .ctc-list-item ul li a {
    font-size: 16px;
  }

  .inner-cont-col {
    padding: 23px 15px;
    margin: 72px 0 0px 0px;
  }

  section.home-contact-main {
    padding: 50px 0 50px 0;
  }

  section.testimonials {
    padding: 50px 0;
  }

  .footer-bar-ctc ul li a {
    font-size: 20px;
  }

  /* home tab responsive */

  nav.jodoa-nav-bar {
    align-items: center;
  }

  .inner-cont-col {
    margin: 50px 0 0px 0px;
    padding: 15px 15px;
    padding-bottom: 80px;
    height: auto;
  }

  .inner-banner .banner-text h4 {
    font-size: 40px;
  }

  .offplan-investment-brochure-inner {
    flex-direction: column;
    gap: 20px;
  }

  .invesstment-grid-image-offplan {
    width: 100%;
  }

  .invesstment-grid-offplan {
    width: 100%;
  }

  .spread-your-payments-inner h4 {
    font-size: 25px;
  }

  .inner-title-description {
    margin-bottom: 20px;
  }

  .inner-joint-box h4 {
    font-size: 30px;
  }

  .faqs_jodoa .accordion-button {
    font-size: 16px;
  }

  section.careers-why-us h6 {
    font-size: 30px;
  }

  .current-openings-inner h6 {
    font-size: 30px;
  }

  section.careers-why-us {
    padding: 35px 0;
  }

  .icon-title h5 {
    font-size: 20px;
  }

  .inner-openeing-box {
    margin-bottom: 20px;
  }

  .description_title h5 {
    font-size: 20px;
    margin: 20px 0 12px 0;
  }

  .btm-content a {
    border: none;
  }

  .btm-content {
    flex-direction: column;
    gap: 30px;
  }

  .notification-main-wrap h4 {
    font-size: 35px !important;
  }

  .notification-main-wrap {
    padding-top: 35px !important;
  }

  .jodoa-joint-venture-inner-box {
    flex-direction: column;
  }

  .jodoa-joint-venture-inner-box img {
    width: 100%;
  }

  .jodoa-joint-venture-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .jodoa-joint-venture-inner-grid {
    width: 100%;
    right: auto;
  }
}

@media (max-width: 767.98px) {
  .invesstment-grid-image-offplan {
    width: 100%;
    padding-top: 20px;
  }
	.project_pg_form.form-break {
    margin-bottom: 18PX;
}
  .invesstment-grid-offplan h5 {
    font-size: 20px !important;
  }

  .inner-box-first {
    padding: 40px 30px;
    margin-bottom: 30px;
  }

  .jodoa-joint-venture-inner-grid h5 {
    font-size: 20px;
  }
	.news-and-updates-inner h5{
		font-size:40px
	}
	.page-id-1416 .inner-banner .banner-text h4, .page-id-1412 .inner-banner .banner-text h4{
		line-height:normal!important
	}
  .jodoa-joint-venture-inner-box {
    flex-direction: column;
  }

  .jodoa-joint-venture-inner-grid {
    margin-top: 20px;
  }

  .jodoa-joint-venture-image {
    width: 100%;
  }

  .jodoa-joint-venture-inner-grid {
    width: 100%;
    right: auto;
  }

  .partnership-modal-title {
    width: 100%;
  }

  .partnership-modal-content-box {
    width: 100%;
  }

  .partnership-modal-wrap {
    padding: 35px 0;
    flex-direction: column;
  }

  .partnership-modal-title h5 {
    font-size: 30px;
  }

  .inner-Benefits-Jodoa-Joint {
    padding: 40px 20px 40px 20px;
  }

  .Benefits-title-discription {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
  }

  .our-funds-inner-wrap {
    flex-direction: column;
  }

  .our-funds-title h5 {
    font-size: 30px;
  }

  .our-funds-inner-wrap {
    padding: 40px 10px 40px 10px;

  }

  .our-funds-title {
    width: 100%;
  }

  .notification-main-wrap h4 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .our-funds-featured {
    width: 100%;
  }

  .inner-Benefits-Jodoa-Joint-title h5 {
    font-size: 30px;
  }

  .inner-box-first h5 {
    font-size: 20px;
  }

  .inner-bottom_corner_heading h5 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #fff;
    line-height: 31px;
  }

  .team-member-info h6 {
    font-size: 25px;
  }

  .team-members-modal .modal-body {
    padding: 60px 30px;
  }

  .name-desingnation h6 {
    font-size: 30px;
  }

  .name-desingnation span {
    font-size: 20px;
  }

  .about-member p {
    font-size: 16px;
  }

  .uae-thriving-inner-wrap h4 {
    font-size: 25px;
    margin-top: 20px;
  }

  .uae-thriving-wrap {
    padding: 35px 0;
  }

  .home-contact-inner h4 {
    font-size: 25px !important;
  }

  .invest-uae-inner h5 {
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .team-member-info span {
    font-size: 18px;
  }

  section.investment-dual-title-image {
    padding: 50px 0px 50px 0px;
  }

  .investment-sell-dual-title-image {
    padding: 0px 0px 50px 0px;
  }

  .inves-to-keep {
    padding-left: 15px;
    padding-top: 20px;
  }

  .invest-to-sell {
    padding-right: 10px;
  }

  .spread-your-payments {
    padding: 50px 0;
  }

  .participating-in-our-inner {
    padding: 50px 0;
  }

  .inner-title-description {
    padding: 30px;
    margin-bottom: 20px;
  }

  nav.jodoa-nav-bar {
    align-items: center;
  }

  .btm-arrow-down a svg {
    height: 50px;
    width: 50px;
  }

  .inner-trusted-wrap h4 {
    font-size: 30px;
  }

  .banner-text h4 {
    font-size: 30px !important;
  }

  .container_custom h5 {
    font-size: 35px;
  }

  .container_custom {
    padding: 0px 15px;
  }

  .inner-welcome-cotent p br {
    display: none;
  }

  .inner-combining-industry h4 {
    font-size: 35px;
  }

  .featured-development-inner h3 {
    font-size: 35px;
  }

  .testimonials-inner-main h4 {
    font-size: 35px;
  }

  .home-contact-inner h4 {
    font-size: 35px;
  }

  section.trusted-partner-main-wrap {
    padding: 50px 0 50px 0;
  }

  .main-combining-industry {
    padding: 50px 15px;
  }

  section.featured-development {
    padding: 50px 0;
  }

  section.testimonials {
    padding: 50px 0;
  }

  .home-contact-form {
    padding-top: 30px;
  }


  .home-contact-form .form-break {
    gap: 0;
	  margin-bottom:0
  }

  footer.footer-main-wrap {
    margin-top: 50px;
  }

  .client-testmonial {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .featured-development .owl-stage {
    padding-top: 110px;
  }

  .footer-top-bar {
    padding: 35px 20px;
    flex-direction: column;
    text-align: left;
  }

  .footer-bar-ctc ul li {
    display: inline-block;
    padding: 10px 0px;
  }

  .footer-bar-ctc {
    padding-top: 15px;
  }

  .footer-bar-ctc ul li a {
    font-size: 20px;
  }

  .main-bottom-cols-wrap {
    flex-direction: column;
    gap: 25px;
  }

  .footer-bottom-cols {
    padding: 50px 15px;
  }

  .insights-menu-heading {
    margin-top: 0px;
  }

  .inner-copy-rights-btm {
    padding: 27px 15px;
    flex-direction: column;
    gap: 25px;
  }

  h6.insights-menu-heading {
    margin-top: 25px;
  }

  a.custom-logo-link {
    width: 50%;
  }

  .custom-logo-link img {
    width: 100%;
  }

  .ctc-details-inner {
    flex-direction: column;
  }

  .ctc-details {
    width: 100%;
  }

  .ctc-iframe {
    width: 100%;
  }

  .ctc-details h5 {
    font-size: 35px;
  }

  .ctc-details ul li a {
    padding: 10px 0;
    font-size: 16px;
  }

  .faqs-main-wrap {
    padding: 50px 0;
  }

  .ctc-details {
    padding: 39px 30px;
  }

  .ctc-details-main {
    padding: 50px 0;
  }

  .contact-us-main {
    padding: 50px 0;
  }

  .contact-us-inner h3 {
    font-size: 35px;
  }

  .contact-form-main {
    padding-top: 40px;
  }

  .ctc-submit-btn {
    padding-top: 20px;
  }

  .contact-form-main .btn {
    padding: 12px 60px;
    font-size: 15px;
  }

  .faqs-inner h5 {
    font-size: 35px;
  }

  .faqs_jodoa {
    margin-top: 35px;
  }

  .inner-earn-stable h5 {
    font-size: 35px;
  }

  .inner-box-content {
    padding: 25px 0;
  }

  .off-plan-investment-main {
    padding: 50px 0;
  }

  .invesstment-grid {
    width: 100%;
    left: 0px;
  }

  .off-plan-investment-inner {
    width: 100%;
    flex-direction: column;
  }

  .invesstment-grid-image {
    width: 100%;
  }

  .joint-venture-partnership {
    padding: 50px 0;
  }

  .inner-investment-sector-option .row .col-md-6:nth-child(2) {
    padding-left: 15px;
  }

  section.investment-sector-main-options p {
    padding: 20px 0 0 0;
  }

  section.investment-sector-main-options h5 {
    font-size: 35px;
  }

  section.earn-stable-returns {
    padding: 50px 0;
  }

  .affordable-housing-brochure-inner h5 {
    font-size: 35px;
  }

  section.lorem-ipsum-main {
    padding: 50px 0;
  }

  .inner-lorem-box a {
    color: #2eb8bb;
  }

  .lorem-ipsum-inner .col-md-6:first-child {
    padding-right: 10px;
  }

  .lorem-ipsum-inner .col-md-6:first-child {
    padding-right: 15px;
  }

  .JODOA-UK-real-estate-col-text {
    margin-bottom: 20px;
  }

  .our-exclusive-UK-left-col {
    margin-bottom: 20px;
  }

  section.lorem-ipsum-main {
    background: linear-gradient(to left, rgb(0 169 172 / 10%) 50%, rgb(0 169 172 / 10%) 50%);
  }

  .inner-lorem-box {
    padding: 20px 10px;
  }

  .inner-lorem-box h5 {
    color: #000000;
  }

  .inner-lorem-box p {
    color: #000000;
  }

  .lorem-ipsum-inner .btn_link {
    color: #00A9AC;
    border: 1px solid #00A9AC;
  }

  .form-break [data-name="Phone"]::before {
    /* display: none; */
  }

  .invesstment-grid-property {
    padding: 30px;
  }

  .dubai-property-investment-brochure {
    padding: 50px 0;
  }

  .property-investment-brochure {
    padding: 50px 0;
  }

  .property-investment-brochure-inner,
  .offplan-investment-brochure-inner {
    flex-direction: column;
  }

  .invesstment-grid-image-property {
    width: 100%;
    padding-bottom: 20px;
  }

  .inverment-contact-form-main {
    padding-right: 0px;
  }

  .innner-joint-second-wrap img {
    margin-top: 20px;
  }

  .invesstment-grid-property {
    width: 100% !important;
    right: auto !important;
  }

  .invesstment-grid-offplan {
    width: 100% !important;
    left: auto !important;
  }

  .affordable-housing-brochure-inner .col-md-6 img {
    padding-top: 20px;
  }

  .affordable-housing-brochure {
    padding: 50px 0;
  }

  section.services_main_wrap {
    padding: 50px 0;
  }

  section.completed-projects-main {
    padding: 50px 0;
  }

  .completed-projects-main h4 {
    font-size: 35px;
  }

  .completed-projects-inner {
    padding: 20px 0;
  }

  .inner-col-guide-top {
    padding-right: 0px;
  }

  .inner-col-guide {
    padding-left: 0px;
  }

  .services-inner-wrap h4 {
    font-size: 35px;
  }

  .services-inner-wrap p {
    padding-top: 10px;
  }

  .services-inner-wrap h4 {
    margin-top: 20px;
  }

  .services-inner-wrap p {
    font-size: 16px;
  }

  .services-inner-wrap img {
    margin-top: 20px;
  }

  .header .menu-btn:checked~.menu {
    max-height: 400px;
    background: #00A9AC;
    position: absolute;
    left: 0;
    margin: 0 15px;
  }

  ul#menu-top-left-menu li {
    display: inline-block;
    width: 100%;
  }

  .menu li a {
    text-align: left;
  }

  .main-banner-wrap {
    height: 500px;
  }

  .footer-logo {
    width: 100%;
  }

  .inner-combining-industry-arrows {
    justify-content: start;
    position: relative;
    z-index: 9;
  }

  .inner-combining-industry .ici_col_2 {
    margin-top: 0px;
  }

  .main-combining-industry {
    height: auto;
  }

  .inner-combining-industry .ici_col_2 {
    margin-top: 0px;
  }

  .inner-combining-industry .swiper-slide-active {
    width: auto;
  }

  .main-combining-industry .pigantion {
    max-width: unset;
    margin: 10px 0;
  }

  .inner-trusted-wrap p {
    padding-top: 0;
  }

  .inner-slide-content {
    padding: 30px 25px;
  }

  .our_team_slider_btns img,
  .featured-development_btns img {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .featured-controls,
  .our_team_slider_btns {
    gap: 10px 16px;
    margin-top: 15px;
    justify-content: flex-start;
  }

  .home-contact-main .ctc-logo img {
    width: 100%;
    max-width: 314px;
  }

  .ctc-list-item ul li a {
    padding: 15px 0;
  }

  .get_direction h4 {
    font-size: 30px;
  }

  .get_direction img {
    width: 20px;
  }

  section.developement-funding {
    padding: 50px 0;
  }

  section.services_main_wrap {
    padding: 50px 0;
  }

  .inner-earn-like-property-main {
    padding: 30px 25px;
  }

  .inner-box-content h5 {
    font-size: 30px;
    font-weight: 400;
  }

  .inner-content-turnaround {
    padding-top: 30px;
  }

  .inner-cols-turn {
    padding-top: 0px;
  }

  .inner-col-turnaround {
    margin-top: 15px;
  }

  .inner-col-turnaround h3 {
    font-size: 25px;
    padding: 25px 0 10px 0;
  }

  .liquidity-exit-strategy-inner h5 {
    font-size: 30px;
  }

  .inner-steps-liquidity {
    padding-left: 0px;
  }

  .inner-steps-liquidity ul li {
    gap: 20px;
  }

  .list-num-title {
    font-size: 20px;
  }

  span.list-num-content {
    gap: 10px;
  }

  .commotment-content {
    padding: 50px 40px;
    margin-bottom: 30px;
  }

  .commotment-content h3 {
    font-size: 30px;
  }

  .bg-primary-green .home-contact-inner {
    padding: 50px 0;
  }

  .careers-inner-main {
    padding: 35px 0;
  }

  .careers-inner-main h5 {
    font-size: 30px;
    line-height: unset;
    margin-bottom: 15px;
  }

  .current-openings-main-wrap {
    padding: 35px 0;
  }

  .current-openings-inner h6 {
    font-size: 30px;
    line-height: 45px;
  }

  .inner-openeing-box {
    margin-bottom: 15px;
  }

  .current-openings-inner h6 {
    margin-bottom: 15px;
  }

  .gatway-exceptional-main-wrap {
    padding: 35px 0 35px 0;
  }

  .inner-gateway-inner-cols h4 {
    font-size: 30px;
  }

  .gateway-image {
    margin-top: 15px;
  }

  .inner-goal-wrap {
    padding: 45px !important;
  }

  .liquidity-exit-strategy-inner p {
    padding: 24px 0 30px 0;
  }

  .Quick-Turnaround-time,
  .liquidity-exit-strategy-main,
  .commitment-main-wrap {
    padding: 35px 0;
  }

  .inner-gateway-inner-cols {
    padding: 35px 30px;
  }

  .featured-post-list .featured-post-item:nth-child(3) {
    grid-row: 3;
    height: 100%;
    grid-column: 1;
    margin: 0;
    width: 100%;
  }

  .all-news-inner-wrap h4 {
    font-size: 30px;
  }

  .featured-content h4 {
    font-size: 20px;
  }

  .featured-content p {
    font-size: 14px;
  }
}

@media (max-width: 667px) {
  .featured-post-list {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
  }

  .featured-post-list .featured-post-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }

  .featured-post-list .featured-post-item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .featured-post-list .featured-post-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
    width: 100%;
  }

  .featured-post-list .featured-post-item:last-child {
    grid-row: 5;
    grid-column: 1;
    width: 100%;
  }
}

@media (max-width: 557.98px) {}

@media (max-width: 480.98px) {}

@media (max-width: 420.98px) {}

@media (max-width: 380.98px) {}

@media (max-width: 320.98px) {}

.aboutus-home-main-wrap {
  padding: 70px 0;
}

.vv_card {
  padding: 65px 38px;
  background: #30535f;
  border-radius: 20px;
}

.aboutus-home-inner-wrap .btn_link {
  margin-top: 20px;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.vv_desc {
  margin-top: 36px;
}

.vv_about_home_img img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.home .vv_card {
  max-width: 666px;
}

.page-id-1412 .zoom-img img,
.page-id-1416 .zoom-img img {
  max-height: 400px;
}

.page-id-1416 .inner-investor-col-title-heading {
  padding: 30px 15px;
  border-bottom: 1px solid #D7D8D8;
  min-height: auto;
}

.page-id-1416 .inner-banner .banner-text h4,
.page-id-1412 .inner-banner .banner-text h4 {
  font-style: normal;
  font-weight: 100;
  font-size: 72px;
  line-height: 124px;
  text-transform: capitalize;
  color: #ffffff;
}

.invesstment-grid ul li {
  color: white;
}

.notification-main-wrap {
  padding-top: 70px;
}

.nitification_text {
  margin-top: 15px;
}

.notification-main-wrap h4 {
  font-size: 59px;
  color: #000;
  font-weight: 400;
  line-height: 63px;
}
/*changes done  by ujala*/
.dg_home_btn{
	    background-color: #00A9AC;
    padding: 15px 25px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    border-radius: 100px;
    color: #fff;
    transition: 0.4s;
    width: 100%;
}
a.dg_home_btn:hover {
    border: 1px solid #00A9AC;
    background: #fff;
    color: #00A9AC;
}
.dg_home_btn_wrapper{
	margin-top:30px
}
.select-wrapper [data-name="select-278"]::before {
    z-index: 1;
}
 
.project_pg_form .agents-brokers-register{
background-color: #fff;
}
@media(max-width:767px){
.project-gallery-desk{
   display:none
}
}
.project-gallery-mobile img{ 
       height: 332px;
    object-fit: cover;
    border-radius: 10px;
}
.sp_mobile_slider_wrapper {
  position: relative;
}

.sp_mobile_slider_wrapper .slider_btns {
  position: absolute;
  top: 47%; 
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between; 
  transform: translateY(-50%);
  pointer-events: none; 
	z-index:999
}

.sp_mobile_slider_wrapper .slider_btns button {
  pointer-events: all;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
