@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&display=swap');

:root {
  --primary-color: #452e52;
  --accent-color: #452e52;
  --secondary-color: #6f5d80;
  --orange: #e65c20;
  --text-color: #1b1b1b;
  --text-color2: #0c0c0c;
  --primary-font: "Poppins", sans-serif;
  --heading-font: "Montserrat", sans-serif;
  --lg-container: 1480px;
  --sm-container: 1170px;
  --sm-padding: 16px;
  --md-padding: 24px;
  --lg-padding: 40px;
  --
}
body {
  font-family: var(--primary-font);
}
body h1, body h2, body h3, body h4, body h5, body h6, body a, body span {
  font-family: var(--heading-font);
}
.custom-container {
  max-width: var(--lg-container);
  margin: auto;
}


/*Custom Header*/
#new-custom-header {
  padding: var(--md-padding);
}
#new-custom-header .custom-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1rem;
  align-items: center;
}
#new-nav .main-nav-area {
  display: flex;
  gap: 1rem;
}
#new-nav .main-nav-area li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-color);
}
.new-main-logo a{
  display: block;
  margin: auto;
}
.new-main-logo a img {
  margin: auto;
  max-width: 202px;
  display: block;
}
.social-media-section .social-media-section-menu li a .fa {
  color: var(--orange);
  font-size: 25px;
}
.social-media-section .social-media-section-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}
.theme-custom-button {
  background: var(--primary-color);
  display: block;
  max-width: max-content;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 4px 4px var(--orange);
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.theme-custom-button:hover {
  box-shadow: 4px 4px var(--primary-color);
  color: #fff;
  text-decoration: none;
}



.grid {
  display: grid;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}


#theme-uber-header-text .container {
  width: 100%;
  max-width: 100%;
padding: 0;
}

/* Hamburger Menu Styles */
.hamburger-menu {
    display: none;
    cursor: pointer;
}

.hamburger-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: var(--text-color);
}



body.has_navigation.has_banner header, footer.footer, .uber-footer {
display: none;
}
.container.footer_text {
width: 100%;
max-width: 100%;
padding: 0;
}

/*Footer Area*/
#after-main-footer {
  background: var(--primary-color);
  padding: 10px;
}
#after-main-footer .custom-container {
  max-width: var(--sm-container);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#after-main-footer .custom-container ul {
  display: flex;
  gap: 1rem;
}
#after-main-footer .custom-container ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.footer-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 30px;
}
.widget-par-area p {
  font-size: 14px;
  color: #fff;
}
.footer-middle h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--primary-font);
  margin-bottom: 25px;
  line-height: 1.2em;
  color: #fff;
}
.footer-middle p {
  font-size: 18px;
  color: #fff;
}
.footer-middle p:nth-child(2) {
  margin-bottom: 40px;
}
.footer-middle p > strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.footer-social-media {
  display: flex;
  gap: 1rem;
  margin-top: 40px;
  align-items: center;
}
.footer-social-media li a {
  font-size: 24px;
  color: #fff;
}
#footer-area-custom .custom-container {
  grid-gap: 10em;
  padding-top: 100px;
  padding-bottom: 100px;
}
#footer-area-custom {
  position: relative;
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/footer-area-background_16.jpg) no-repeat;
  background-size: cover;
  background-position: relative;
}
#footer-area-custom:after {
  content: '';
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/footer-background-area_13.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34%;
}



/*BANNER*/
.site-banner img {
  width: initial;
  min-width: initial;
  height: initial !important;
  object-fit: initial;
}
#custom-banner #new-custom-banner {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-banner-photo_17.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 24px;
}
.banner-item {
  background: rgba(111, 93, 128, .7);
  max-width: 526px;
  border-radius: 50px;
  padding: 50px 24px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.banner-item h2 {
  color: #fff;
  font-size: 25px;
  text-align: left;
  max-width: 400px;
  font-weight: 600;
}
.banner-item img {
  max-width: 252px;
}
#find-your-dream-home {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-dragonfly-bg_19.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 24px;
}
#find-your-dream-home .custom-container {
  display: grid;
  grid-template-columns: 640px 1fr;
  align-items: center;
}
#find-your-dream-home h2 {
  font-size: 60px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
}
#find-your-dream-home p {
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
}
#find-your-dream-home p > strong {
  color: var(--orange);
}

#find-your-perfect-home .widget-title {
  max-width: var(--lg-container);
  margin: auto auto 60px;
  text-align: center;
  padding-top: 100px;
}
.widget-custom-title {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: Capitalize;
  border-bottom: 1px solid var(--orange);
  max-width: 500px;
  margin: auto;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.widget-sub-title {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}
#find-your-perfect-home p {
  max-width: 1200px;
  margin: auto;
  color: var(--text-color2);
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.left-break-img .custom-container, .right-break-img .custom-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 4rem;
}
.left-break-img, .right-break-img  {
  padding: 80px 0;
  margin-bottom: 40px;
}
.left-break-img .custom-container .img-container img, .right-break-img .custom-container .img-container img  {
  width: 100%;
  opacity: 0;
}
.left-break-img, .right-break-img {
  position: relative;
}
.left-break-img:before {
  content: '';
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 4rem);
}
.right-break-img:after {
  content: '';
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-luxury_21.png) no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 4rem);
}
.widget-item .left-break-img:nth-child(2):before {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-homebuyers_22.png) no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.widget-item .left-break-img:nth-child(4):before {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-senior_20.png) no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.description-container {
  padding: 24px;
}
.description-container .custom-title {
  font-size: 39px;
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: 1px solid var(--orange);
  max-width: 550px;
  padding-bottom: 20px;
  line-height: 1.2em;
}
.description-container  .sub-title {
  font-size: 22px;
  color: var(--text-color2);
  font-weight: 600;
  max-width: 570px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.description-container p {
  font-size: 17px;
  color: var(--text-color2);
  font-weight: 600;
  margin-bottom: 40px;
}
.description-container .theme-custom-button {
  background: var(--orange);
  box-shadow: 4px 4px #843614;
}


body:not(.home) #static-banner:after {
  display: none;
}
body:not(.home) #static-banner  img {
  opacity: 0;
  height: 2px !important;
}
body:not(.home) #static-banner  {
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-dragonfly-bg_19.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  opacity: 0.8;
}
.agent_one {
  border-radius: 20px;
}

body:not(.home) p, body:not(.home) h1, body:not(.home) h2, body:not(.home) h3, body:not(.home) h4, body:not(.home) h5, body:not(.home) h6, body:not(.home) a, body:not(.home) span, body:not(.home) {
  line-height: 1.2em;
  text-decoration: none;
}
body:not(.home) .-modules a {
  color: var(--primary-color);
}
body:not(.home) a:hover {
  color: var(--orange);
}
.breadcrumb {
  display: none;
}
.alisting-img a img {
  object-fit: cover;
  height: 450px;
  width: 100%;
  border-radius: 20px;
}
.listing_group-wrapper .multiple-listing-view #list .summary .al a {
  font-size: 30px;
  font-weight: 600;
}
.listing_group-wrapper .multiple-listing-view #list .summary .description {
  padding: 0;
}
#slider1_container {
  height: 640px !important;
  border-radius: 20px !important;
}
#slider1_container > div, #slider1_container > div > div, #slider1_container > div > div > #slides, #slider1_container > div > div > #slides > div, #slider1_container > div > div > #slides > div > img {
  height: 700px !important;
  border-radius: 20px !important;
}
#slider1_container > div > div > #slides > div > img {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
}
#slider1_container .jssorb21 {
  display: none !important;
}
#slider1_container > div > div {
  border-radius: 20px;
}
body:not(.home) h2 {
  font-weight: 600;
}
body.home h2, body.home h3, body.home h4, body.home h5, body.home h6, body.home h1, body.home p, body.home a {
  line-height: 1.2em;
}
.real-estate-solutions {
  position: relative;
  padding: 100px 24px;
}
.real-estate-solutions:before {
  content: '';
  width: 30%;
  background-image: linear-gradient(54deg, #6f5983 0%, #a78bc0 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.real-estate-solutions:after {
  content: '';
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/real-estate-solution-bg_29.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
}
.real-estate-solutions .custom-container {
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: center;
  z-index: 1;
  position: relative;
}
.real-estate-solutions .custom-container 
h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
}
.real-estate-solutions .theme-custom-button {
  background: var(--orange);
  box-shadow: 4px 4px #843614;
}
.real-estate-solutions .theme-custom-button:hover {
    box-shadow: 4px 4px var(--orange);
}
.real-estate-solutions  .custom-title {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 20px;
    line-height: 1.2em;
  margin-bottom: 30px;
}
.real-estate-solutions  p {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 40px;
}
.real-estate-solutions .grid-2 {
  grid-gap: 40px;
}

.btn-default:not(.dropdown-toggle), button.submit-btn {
  text-shadow: none;
  box-shadow: none;
  background: var(--primary-color);
  display: block;
  max-width: max-content;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 4px 4px var(--orange);
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn-default:not(.dropdown-toggle):hover, button.submit-btn:hover {
  box-shadow: 4px 4px var(--primary-color);
  color: #fff;
  text-decoration: none;
  background: var(--primary-color);
}

.lead-form input {
  margin-bottom: 20px;
}

body.contact .submit-btn {
  margin-left: 30px;
}

.description-container .theme-custom-button:hover {
  box-shadow: 4px 4px var(--orange);
}

body:not(.home) [data-type="component-title"] h2 {
  border-bottom: 1px solid var(--orange);
  padding-bottom: 20px;
  max-width: max-content;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  color: var(--primary-color);
}
body:not(.home) [data-type="component-title"] h2 {
  border-bottom: 1px solid var(--orange);
  padding-bottom: 20px;
  max-width: max-content;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  color: var(--primary-color);
}
.footer-logos img {
  width: 100%;
}

#journey-made-simple .custom-title {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: Capitalize;
  border-bottom: 1px solid var(--orange);
  max-width: max-content;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align: center;
}
#journey-made-simple .sub-title {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
#journey-made-simple {
  padding: 100px 24px;
}
#journey-made-simple p {
  text-align: center;
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  color: var(--text-color2);
  font-weight: 600;
  margin-bottom: 60px;
  font-family: var(--primary-font);
}
#journey-made-simple .grid {
  grid-gap: 24px;
}
#journey-made-simple .grid a {
  border-radius: 25px;
  border: 4px solid var(--primary-color);
  display: block;
  text-align: center;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-decoration: none;
}
#journey-made-simple .grid a img, #journey-made-simple .grid a strong {
  display: block;
  margin: auto;
}
#journey-made-simple .grid a img {
  max-width: 190px;
}
#journey-made-simple .grid a strong {
  margin-top: auto;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
}
.passion-for-real-estate {
  position: relative;
  padding: 100px 0;
}
.passion-for-real-estate:before {
  content: '';
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/passion-for-real-estate-bg_30.png) no-repeat;
  background-size: cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
}
.passion-for-real-estate h3:not(.custom-title) {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.passion-for-real-estate .grid {
  align-items: center;
  position: relative;
}
.passion-for-real-estate .custom-container.grid {
  grid-gap: 40px;
}
.passion-for-real-estate .custom-container.grid .custom-title {
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: 1px solid var(--orange);
  padding-bottom: 20px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.passion-for-real-estate .custom-container.grid .theme-custom-button {
  background: var(--orange);
  box-shadow: 4px 4px #843614;
}
.passion-for-real-estate .custom-container.grid .theme-custom-button:hover {
  box-shadow: 4px 4px var(--orange);
}
.passion-for-real-estate .custom-container.grid p {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 40px;  
}

.my-testimonial-container .fa.fa-long-arrow-left, .my-testimonial-container .fa.fa-long-arrow-right {
  border-radius: 100px;
  background: var(--orange);
}
.my-testimonial-container .carousel-control  {
  opacity: 1;
  background-image: none; 
  text-shadow: none;
  width: initial;
  background: var(--orange);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30%;
}
.my-testimonial-container {
  padding: 100px 24px;
}
.my-testimonial-container p {
  color: var(--text-color2);
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.my-testimonial-container h4 {
  color: var(--orange);
  text-align: center;
  margin: 40px auto;
  font-weight: 600;
}

.spotlight-property {
  position: relative;
  padding: 20px 24px 100px;
}
.spotlight-property:after {
  content: '';
  background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/margaret-dragonfly-bg_19.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
}
.spotlight-property .custom-container {
  text-align: center;
  position: relative;
  z-index: 1;
}
.spotlight-property .custom-container img {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  display: block;
}
.spotlight-description .custom-title {
  color: #fff;
  font-weight: 600;
  text-transform: Capitalize;
  border-bottom: 1px solid var(--orange);
  max-width: max-content;
  margin: 40px auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align: center;
}
.spotlight-description p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  max-width: 1000px;
  margin: auto;
  font-family: var(--heading-font);
}
/*Featured Listings*/

#new-featured-listings {
  position: relative;
  padding: 80px 24px;
  margin-top: 80px;
}
#new-featured-listings .custom-container {
  position: relative;
}
#new-featured-listings .widget-title-container {
  text-align: center;
}
#new-featured-listings:before {
  content: '';
  background-image: linear-gradient(54deg, #a78bc0 0%, #6f5983 100%);
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#new-featured-listings .widget-title-container h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  border-bottom: 1px solid #452e52;
  margin: auto;
  max-width: max-content;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#new-featured-listings .widget-title-container h4 {
   font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
#new-featured-listings .widget-title-container p {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--heading-font);
  margin: auto auto 60px;
  max-width: 1170px;
  color: #fff;
}

#new-featured-listings .featured-btn .theme-custom-button {
  margin: auto;
  background: var(--orange);
  box-shadow: 4px 4px #843614;
}
#new-featured-listings .featured-btn .theme-custom-button:hover {
  box-shadow: 4px 4px var(--orange);
}

#new-featured-slick .featured-item a {
  display: block;
  position: relative;
  height: 510px;
  border-radius: 50px;
  overflow: hidden;
}
#new-featured-slick .featured-item a img {
  position: absolute;
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  height: 510px;
  left: 0;
}
.featured-item-content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  color: #fff;
}
.featured-item-content .item-price {
  font-weight: 700;
  font-size: 27px;
  margin: 0 0 20px;
}
.featured-item-content .item-address {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.featured-item-content ul {
  display: flex;
  gap: 1rem;
  font-size: 18px;
  margin-bottom: 30px;
}

#new-featured-slick .slick-slide {
  padding: 24px !important;
}
#new-featured-listings .featured-btn .theme-custom-button {
  padding-left: 30px;
  padding-right: 30px;
}
/* Media Queries */

@media screen and (min-width: 1025px) {
.grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 1024px) {
#new-custom-header .custom-container {
grid-template-columns: repeat(3, minmax(0, 1fr));
position: relative;
}

.hamburger-menu {
display: block;
grid-column: 1;
grid-row: 1;
justify-self: start;
z-index: 110;
}

.new-main-logo {
grid-column: 2;
grid-row: 1;
justify-self: center;
}

.social-media-section {
grid-column: 3;
grid-row: 1;
}

.social-media-section .social-media-section-menu {
justify-content: end;
}

.social-media-section .social-media-section-menu li:last-child {
display: none; /* Hide the "Get in touch" button in mobile */
}

#new-nav {
position: fixed;
left: -100%;
top: 0;
width: 100%;
height: 100vh;
background-color: rgba(255, 255, 255, 0.95);
z-index: 100;
transition: 0.3s ease;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#new-nav.active {
left: 0;
}

#new-nav .main-nav-area {
flex-direction: column;
align-items: center;
gap: 2rem;
}

#new-nav .main-nav-area li a {
font-size: 24px;
}
.hamburger-menu.active .bar:nth-child(2) {
opacity: 0;
}

.hamburger-menu.active .bar:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active .bar:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}

.left-break-img .custom-container, .right-break-img .custom-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .left-break-img .custom-container .img-container {
    order: 2;
  }
  .left-break-img .custom-container .description-container {
    order: 1;
  }
  
  .right-break-img:after,
.widget-item .left-break-img:nth-child(2):before,
.widget-item .left-break-img:nth-child(4):before {
   display: none;
}
  .left-break-img .custom-container .img-container img, .right-break-img .custom-container .img-container img  {
    opacity: 1;
  }
  .left-break-img, .right-break-img {
    padding: 0;
  }
  #find-your-perfect-home {
    padding-left: 24px;
    padding-right: 24px;
  }
  .description-container {
    text-align: center;
  }
.description-container .sub-title,  .description-container .custom-title {
    margin-left: auto;
    margin-right: auto;
  }
  .description-container .theme-custom-button {
  margin: auto;
}
}

@media (max-width: 768px) {
    .social-media-section .social-media-section-menu {
    justify-content: end;
    gap: 0.5rem;
    }
    
    .social-media-section .social-media-section-menu li:not(:last-child) {
    margin-right: 5px;
    }
}

@media screen and (max-width: 1500px) {
  #footer-area-custom .custom-container {
    grid-gap: 5em;
    padding-left: 24px;
    padding-right: 24px;
  }
  #footer-area-custom:after {
    width: calc(34% - 5em);
  }
#find-your-dream-home .custom-container {
    grid-template-columns: .6fr 1fr;
  } 
  #find-your-dream-home h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  #footer-area-custom:after {
    display: none;
  }
#find-your-dream-home .custom-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
}

body.home:not(.on-live-editor) div[data-widget-type="featured_listings"] {
  display: none;
}


@media screen and (max-width: 1024px) {
  .real-estate-solutions .custom-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .real-estate-solutions:after,.real-estate-solutions:before {
    display: none;
  }
  .real-estate-solutions {
    background-image: linear-gradient(54deg, #6f5983 0%, #a78bc0 100%);
    padding: 50px 0 0;
  }
  .real-estate-solutions .grid-2 {
    background: url(https://store24-ubertor-com.s3.amazonaws.com/margaretneff.my-ubertor.com/content/image/real-estate-solution-bg_29.jpg) no-repeat;
    background-size: cover;
    padding: 24px 24px 50px;
    text-align: center;
  }
  .real-estate-solutions .custom-container h2 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 42px;
    text-align: center;
  }
  .passion-for-real-estate {
    padding-left: 24px;
    padding-right: 24px;
    background-image: linear-gradient(54deg, #6f5983 0%, #a78bc0 100%);
  }
  .passion-for-real-estate:before {
    display: none;
  }
  .passion-for-real-estate h3:not(.custom-title) {
    font-size: 40px;
    text-align: center;
  }
  .passion-for-real-estate .custom-container.grid .custom-title, .passion-for-real-estate .custom-container.grid p {
    color: #fff;
  }
  .real-estate-solutions .theme-custom-button, .passion-for-real-estate .custom-container.grid .theme-custom-button {
    margin-left: auto;
    margin-right: auto;
  }
  .passion-for-real-estate {
    text-align: center;
  }
  .my-testimonial-container .carousel-control {
    display: none;
  }
  .footer-logos img {
    max-width: 200px;
  }
  .footer-logos img:first-child {
    max-width: 100px;
  }
  .footer-logos {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #new-custom-header .custom-container .social-media-section {
    display: none;
  }
  .passion-for-real-estate .grid img {
    width: 100%;
  }
}





body:not(.on-live-editor) .anim {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
body:not(.on-live-editor) .anim.in-view {
  opacity: 1;
  transform: translateY(0);
}

.mls-logos img:first-child {
  max-width: 50px;
}
.mls-logos img {
  max-width: 110px;
}