:root
{
	--bg-dark-blue: #0e3441;
	--bg-light-green: #a4cc35;
	--bg-light-blue: #0096d5;
  --bg-orange: #ab4484;
}

:root
{
	--color-dark-blue: #0e3441;
	--color-light-green: #a4cc35;
	--color-light-blue: #0096d5;
  --color-orange: #ab4484;
}

/*********************/
/*Utilities*/
/*********************/

/*Background*/
.bg-dark-blue { background-color: var(--bg-dark-blue); }
.bg-light-green { background-color: var(--bg-light-green); }
.bg-light-blue { background-color: var(--bg-light-blue); }
.bg-orange{ background-color: var(--bg-orange); }

/*Buttons*/
.btn-dark-blue { background-color: var(--bg-dark-blue); color: #ffffff; }
.btn-dark-blue:hover, .btn-dark-blue:focus { background-color: #ffffff; color: var(--bg-dark-blue); border: 1px solid; }

.btn-light-green { background-color: var(--bg-light-green); color: #ffffff; }
.btn-light-green:hover, .btn-light-green:focus { background-color: #ffffff; color: var(--bg-light-green); border: 1px solid; }

.btn-light-blue { background-color: var(--bg-light-blue); color: #ffffff; }
.btn-light-blue:hover, .btn-light-blue:focus { background-color: #ffffff; color: var(--bg-light-blue); border: 1px solid; }

.btn-orange { background-color: var(--bg-orange); color: #ffffff; }
.btn-orange:hover, .btn-orange:focus { background-color: #ffffff; color: var(--bg-orange); border: 1px solid; }

/*Text*/
.color-dark-blue { color: var(--color-dark-blue); }
.color-light-green { color: var(--color-light-green); }
.color-light-blue { color: var(--color-light-blue); }
.color-orange { color: var(--color-orange); }

/*.navbar, footer { background-color: var(--bg-dark-blue); }*/

.navbar-nav .nav-link { color: #ffffff; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-item.active .nav-link { background: var(--bs-dark); }
body { font-family: 'Josefin Sans'; }

/*main { margin-top: 72px; }*/

/*@media only screen and (max-width: 992px) { main { margin-top: 56px; } }*/

.white-popup {
  position: relative;
  background: #FFF;
  /*padding: 25px;*/
  width:auto;
  max-width: 90%;
  margin: 0 auto; 
}

/*Magnific Popup Zoom-in*/

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*Counter Section*/

.projectFactsWrap .item{
  padding: 50px 0px;
  text-align: center;
  background: var(--bs-dark);
}

.projectFactsWrap .item:hover{
  background: var(--bs-black);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

/*Testimonial Carousel*/

#testimonial-section
{
  position: relative;
  z-index: 1;
  background: url(../img/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

#testimonial-section:before
{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .60);
  z-index: -1;
}

#testimonial-carousel .item
{
  max-width: 450px;
}

#testimonial-carousel .item img
{
  width: 100px;
  height: 100px;
  margin: 25px auto;
  border-radius: 50px;
}

/*OwlCarousel*/

.owl-carousel .owl-item img {
	width: 100%;
	/*height: 400px;*/
	object-fit: contain;
}

.owl-theme .owl-nav { margin: 0; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev
{
	position: absolute;
  top: 50%;
  background: black;
  color: #fff;
  padding: 7px 4px !important;
  border: 1px solid;
}

.owl-carousel .owl-nav button.owl-prev { left: 0; }
.owl-carousel .owl-nav button.owl-next { right: 0; }

.card-img img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}

a[data-info] {
    position: relative;
    display: block;
    z-index: 1;
}

a[data-info]:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a[data-info]:hover:before {
    background-color: rgba(0,0,0, .3);
    font-family: bootstrap-icons !important;
    content: '\F62C';
    color: #ffffff;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-info-section { position: relative; z-index: 99; overflow: hidden; }
.contact-info-section #circle-1
{
  position: absolute;
  right: -10rem;
  bottom: -18rem;
  font-size: 1950%;
  z-index: -1;
}

.contact-info-section #circle-2
{
  position: absolute;
  right: 5rem;
  bottom: 1rem;
  font-size: 500%;
  z-index: -1;
}

.contact-info-section .social-icons a { padding: 10px; border-radius: 50%; background: #ffffff; }
.contact-info-section .social-icons a:hover { background: var(--bs-dark); }

.property_loader
{
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
}

#enquiry-form .form-control:focus, .form-control:-internal-autofill-selected
{
  box-shadow: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 5px solid var(--color-orange);
}

#enquiry-form .form-control:focus + label, .form-control:-internal-autofill-selected + label
{
  color: var(--color-orange);
  font-weight: bold;
}

.form-check-input:checked {
  background-color: var(--bg-orange);
  border-color: var(--bg-orange);
}

/*Page Title*/
#page-title
{
  position: relative;
  z-index: 1;
  background: url(../img/real-estate-agent-offer-house-260nw-363324191.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0;
  text-align: center;
  color: #fff;
}

#page-title:before
{
  position: absolute;
  content: '';
  z-index: -1;
  background: rgba(34, 34, 34, .5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*Malwe Page Title Start*/
#malwe-page-title
{
  position: relative;
  z-index: 1;
  background: url(../img/real-estate-agent-offer-house-260nw-363324191.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0;
  text-align: center;
  color: #fff;
  padding: 5% 0;
}

#malwe-page-title:before
{
  position: absolute;
  content: '';
  z-index: -1;
  background: rgba(34, 34, 34, .5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  /*margin-right: 10px;*/
}

@media (max-width: 768px) {
  .white-overlay {
      width: 100% !important; /* Full width for small screens */
      /* padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important; */
  }
}
/*Malwe Page Title End*/

.breadcrumb-item+.breadcrumb-item::before {
  font-family: bootstrap-icons !important;
  content: '\F231';
  color: #ffffff;
}

button .bi:before, a .bi:before { vertical-align: middle; }

.social-icons .bi-facebook { color: #3b5998; }
.social-icons .bi-twitter { color: #00acee; }
.social-icons .bi-instagram { color: #E4405F; }

#scroll-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999999;
  display: none;
}

footer h3:before
{
  position: absolute;
  content: '';
  bottom: 0;
  width: 100px;
  height: 5px;
  background: rgb(33,37,41);
  background: -moz-linear-gradient(90deg, rgba(33,37,41,1) 50%, rgba(241,126,1,1) 50%);
  background: -webkit-linear-gradient(90deg, rgba(33,37,41,1) 50%, rgba(241,126,1,1) 50%);
  background: linear-gradient(90deg, rgba(33,37,41,1) 50%, rgba(241,126,1,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212529",endColorstr="#ab4484",GradientType=1);
}
.footer-list a { color: var(--bs-dark); }
.footer-list a:hover { color: var(--bg-orange); }
.footer-list i { font-size: 7px; }
.footer-list i.bi:before { vertical-align: baseline; }

/*Scroll Bar*/

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    background-color: var(--color-orange);
    border-radius: 15px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}