/* 1. DISABLE ANIMATIONS
   Stops all movement, hover effects, and entrance animations for this section */
.elementor-widget-propertyfeatures .features-item,
.elementor-widget-propertyfeatures .features-item i,
.elementor-widget-propertyfeatures .features-item p,
.elementor-widget-propertyfeatures .elementor-widget-container {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important; /* Forces visibility in case an animation hides it */
}
/* 2. EQUAL HEIGHT ALIGNMENT */
/* Ensure the row is a flex container (this makes columns equal height) */
.elementor-widget-propertyfeatures .row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* This is key for equal height */
}
/* Ensure the individual column allows its child to grow */
.elementor-widget-propertyfeatures .col-xl-3,
.elementor-widget-propertyfeatures .col-lg-3,
.elementor-widget-propertyfeatures .col-md-4,
.elementor-widget-propertyfeatures .col-sm-6 {
    display: flex;
    align-items: stretch; /* Stretches the inner .features-item */
    margin-bottom: 30px; /* Space between rows */
}
/* 3. BOX STYLING
   Make the inner box fill the space and center the content */
.features-item {
    width: 100%;
    height: 100%; /* Forces it to fill the equal-height column */
    min-height: 200px; /* Set a minimum height to make all boxes equal; adjust this value as needed based on your longest text */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns content to the top to keep icons and text starts aligned horizontally */
    align-items: center; /* Centers content horizontally */
    text-align: center;
    box-sizing: border-box; /* Ensures padding is included in height calculations */
   
    /* Design Tweaks based on your screenshot */
    padding: 40px 20px;
    border: 1px solid rgba(255,255,255,0.3); /* Adjust color if needed */
    border-radius: 8px;
    background-color: transparent; /* Or set a color if needed */
}
/* 4. CONTENT SPACING */
.features-item i.ficon {
    margin-bottom: 20px;
    display: inline-block;
}
.features-item p {
    margin: 0;
    line-height: 1.4;
    width: 100%;
}


/* Unhide any div that contains the plus icon */

.features-item-two a i {
    display: none;
}



/* Mobile only: add space below "Book A Consultation" button */
@media (max-width: 767px) {
  .soulwork-slider-btn .soulwork-transparent-btn {
    margin-bottom: 16px; /* adjust spacing as needed */
    display: inline-block; /* ensures margin works properly */
  }
}


@media (max-width: 767px) {
.before-image-svg {
margin-bottom: 10px;
position: relative;
left: -60px;
margin-top: 15px;
}
}



.elementor-element-45e2300 .after-image-svg,
.elementor-element-45e2300 .before-image-svg {
    display: none !important;
}


@media (max-width: 768px) {
    .premium-slogan {
        display: block;
        text-align: center;
        font-size: 15px;
        margin: 0 auto; /* optional, centers the span if it's inline-block */
    }
}

@media (max-width: 767px) {
    .elementor-element-436f228 .before-image-svg {
      	margin-bottom: 45px;
        position: relative;
        left: -130px;
        margin-top: 20px;
    }
}




@media (max-width: 767px) {
    .footer-area.footer-style-three .footer-top 
    .footer-widget .footer-widget-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        width: 44px;
        height: 8px;
    }
}



@media (max-width: 767px) {
    .footer-widget .footer-widget-title {
        margin-bottom: 50px;
    }
}


.soulwork-slider-content .soulwork-sub-title svg {
    display: none;
}



.soulwork-slider-contact
 {
    right: 50px !important;  
}

.sub-title .before-image-svg svg {
    display: none;
}

.insurance-cat-single h2.title span svg {
    display: none !important;
}


.psp-item::before {
  background: none !important;
}

.psp-top::after{
	background: none !important;
}

footer {
  margin-top: -50px !important;
}

/* Call button base */
.header-call .call-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #000;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: all 0.25s ease;
}

/* Icon */
.header-call .call-btn i {
  font-size: 14px;
  color: #d4af37; /* gold accent */
}

/* Number typography */
.header-call .call-number {
  font-size: 18px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* Hover (desktop only feel) */
.header-call .call-btn:hover {
  background: #000;
  transform: translateY(-1px);
}

/* MOBILE TUNING */
@media (max-width: 768px) {
  .header-call .call-btn {
    padding: 8px 12px;
    border-radius: 8px;
  }

  .header-call .call-number {
    font-size: 13px;
  }
}


@media (max-width: 768px) {
  .footer-logo-wrap.floating-bar {
    top: 130px !important;
  }
}

@media (max-width: 768px) {
  footer {
    margin-top: -125px !important;
  }
}


.md-hero-face__list li::before {
    background: #ffffff; /* solid white background */
    box-shadow: 0 14px 30px rgba(188, 147, 31, 0.22);
}



.footer-area.footer-style-three.footer-bg::before {
   
    background: #0339CC; /* changed from #383838 to red */

}



.footer-logo-wrap.floating-bar {
    background: #0a0a0a;
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    margin-bottom: -60px;
    position: relative;
    z-index: 10;
    max-width: 1340px !important;
    margin-left: auto;
    margin-right: auto;
    top: 80px !important;
}

.header-call .call-btn i {
    color: #0339CC !important;
}


.section-title .title
 {
    margin-bottom: 0;
    font-size: 9pt !important;
    letter-spacing: -0.3px;
}


.section-title .sub-title, .slider-content .sub-title {
    font-size: 60px;
    font-weight: 500 !important;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.1;
}

@media (max-width: 768px) {
.footer-area.footer-style-three.footer-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-top: 200px;
}
}


@media (max-width: 768px) {
.footer-area.footer-bg.footer-style-three .footer-top {
    padding-bottom: 0px;
}
}


@media (max-width: 768px) {
.footer-area.footer-style-three .footer-bottom
 {
    background-color: #0339cc;
    margin-top: 0px !important;

	 }
}


.navbar-wrap ul li a {
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}


.header-style-one .main-header.menu-area .main-menu ul li > a:hover,
.header-style-one .main-header.menu-area .main-menu ul li.current-menu-item > a {
    color: #4B5563 !important; /* red */
	font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

.header-action ul li a:hover
 {
    color: #4B5563 !important;
}

.psp-item.active {
    border-color: transparent !important;
    box-shadow: none !important;
    background: none !important;
}
.psp-item:hover {
    border-color: transparent !important;
    box-shadow: none !important;
    transform: translateY(-2px);
}
.psp-item::before {
    background: none !important;
}
.psp-item-header:hover {
    background: none !important;
}

.psp-item.active .psp-chevron
 {
    transform: rotate(180deg) !important;
    color: #0339cc !important;
}

p {
font-family: 'Poppins', sans-serif;
}


.scroll-top {
transition: none !important;
}


.elementor-11 .elementor-element.elementor-element-45e2300 .section-title .title, .section-title-two .title, .section-title-three .title {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
		font-size: 60px !important;
}

@media only screen and (max-width: 767px) {
    .elementor-11 .elementor-element.elementor-element-45e2300 .section-title .title,
    .section-title-two .title,
    .section-title-three .title {
        font-family: "Poppins", Sans-serif;
        font-weight: 500;
        font-size: 50px !important;
        text-align: left;
        padding: 10px;
    }
}

.section-title .sub-title, .slider-content .sub-title
 {
    font-size: 35px;
    font-weight: 500 !important;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.1;
    font-family: "Poppins", Sans-serif !important;
}

.footer-menu-links ul li a
 {
    text-decoration: none !important;
}

.footer-menu-links ul li a:hover
 {
    color: #4B5563 !important;
    padding-left: 0px !important;
}

.social-icon-box a:hover {
   background: #4B5563 !important;
    transform: none !important;
}
.social-icon-box a {
   text-decoration: none !important;
}
.mobile-menu .navigation li > a
{
	text-decoration: none !important;
}

.mobile-menu .social-links li a {
	text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    .footer-logo-wrap.floating-bar {
        top: 170px !important;
			  left: -2px !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top .row > div.mb-4:first-child {
        margin-top: 50px;
    }
}


.menu-nav .logo::before {
    background: #fff !important;
}


.footer-logo-wrap.floating-bar {
    background: none !important;
    border-radius: 12px;
    padding: 30px 0px !important;
	  box-shadow: none !important;
}


.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: black !important;
}

/* NEW SITE STYLING */
.site-logo img {
	margin: 0 !important;
}

.main-menu-items a.elementor-item-active {
	font-weight: 700 !important;
}

.btn-without-bg .elementor-button:hover {
	border-color: #ffff !important;
}

.btn-with-bg .elementor-button:hover {
	border-color: #CD5134 !important;
}

.body-para p {
	  font-family: "Lexend Peta", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -2px;
}

.body-para.white-para p {
    color: #FFFFFF;
}

.body-para.black-para p {
    color: #000000;
}

.body-para.black-para p a {
	color: #000000;
}

.service-icon-box:hover h4 {
	color: #FFFFFF  !important;
} 

.service-icon-box:hover svg path {
	fill: #FFFFFF  !important;
} 

.services-carousel .swiper-pagination-progressbar {
	width: 90px !important;
  border-radius: 500px !important;
	background: #FFFFFF !important;
	margin-top: 40px !important;
	position: relative !important;
	margin-left: auto;
  margin-right: auto;
}

.services-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #F96846  !important;
  border-radius: 500px !important;
}

.testimonials-row .elementor-widget-reviews .elementor-testimonial__icon {
	display: none;
}

.testimonials-row .elementor-widget-reviews .elementor-testimonial__header {
	justify-content: center;
}

.testimonials-row .elementor-widget-reviews .elementor-testimonial__text {
	text-align: center;
}

.elementor-swiper-button {
	font-size: 30px;
    background-color: #E591E8;
    padding: 10px;
    border-radius: 5px;
	  top: 20% !important;
}

.testimonials-row .elementor-testimonial {
	display: flex;
  flex-direction: column-reverse;
}

.testimonials-row .elementor-widget-reviews .elementor-testimonial__header {
	padding-top: 0px !important;
}

.newsletter-box .elementor-field-group .elementor-field {
	height: 60px !important;
}

.newsletter-box .elementor-button[type="submit"] {
	height: 60px !important;
}

/* NEW HERO MASK */
/* HERO */
.md-custom-hero{
  --blue:#1E32C8;
  --orange:#ff6448;

  position:relative;
  width:100%;
  min-height:90vh;

  overflow:hidden;

  display:flex;
  align-items:center;
}

/* FULL WIDTH BACKGROUND */
.md-bg-slider,
.md-bg-slide{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;
}

.md-bg-slider{
  z-index:1;
}

.md-bg-slide{
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;

  opacity:0;

  transform:scale(1.08);

  transition:
    opacity 1.4s ease,
    transform 8s ease;
}

.md-bg-slide.active{
  opacity:1;
  transform:scale(1);
}

/* DARK GRADIENT */
.md-dark-gradient{
  position:absolute;
  inset:0;

  z-index:2;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.42) 0%,
      rgba(0,0,0,.16) 38%,
      rgba(0,0,0,.04) 70%
    );

  opacity:0;

  transition:opacity 1.2s ease;

  pointer-events:none;
}

/* BLUE OVERLAY */
.md-blue-blur-layer{
  position:absolute;
  inset:0;

  z-index:3;

/*   background:
    radial-gradient(
      circle at 76% 50%,
      rgba(255,255,255,.14),
      transparent 24%
    ),
    rgba(30,50,200,.96); */
	background: #1638c4;

  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);

  transition:
    opacity 1.5s cubic-bezier(.22,1,.36,1),
    transform 1.5s cubic-bezier(.22,1,.36,1),
    backdrop-filter 1.5s cubic-bezier(.22,1,.36,1);

  /* WINDOW CUTOUT */
  -webkit-mask-image:
    linear-gradient(#000 0 0),
    url("https://managedoors.com/wp-content/uploads/2026/04/ManageDoors-Property-Management-clipper-1.png");

  mask-image:
    linear-gradient(#000 0 0),
    url("https://managedoors.com/wp-content/uploads/2026/04/ManageDoors-Property-Management-clipper-1.png");

  -webkit-mask-size:
    100% 100%,
    600px auto;

  mask-size:
    100% 100%,
    600px auto;

  -webkit-mask-position:
    center,
    calc(50% + 280px) center;

  mask-position:
    center,
    calc(50% + 280px) center;

  -webkit-mask-repeat:
    no-repeat,
    no-repeat;

  mask-repeat:
    no-repeat,
    no-repeat;

  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

/* FLOATING ICON */
.md-floating-house-icon{
  position:absolute;

  top:calc(50% - 310px);
  left:calc(50% + -20px);

  width:54px;
  height:auto;

  z-index:6;

  animation:
    mdFloat 4s ease-in-out infinite;

  filter:
    drop-shadow(0 8px 20px rgba(0,0,0,.18));

  transition:
    opacity 1s ease,
    transform 1s ease;
}

@keyframes mdFloat{

  0%{
    transform:translateY(0px);
  }

  50%{
    transform:translateY(-8px);
  }

  100%{
    transform:translateY(0px);
  }

}

/* CONTAINER */
.md-container{
  position:relative;
  z-index:5;

  width:min(1200px,90%);
  margin:0 auto;

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:40px;
}

/* LEFT */
.md-hero-left{
  width:50%;
  max-width:580px;

  flex-shrink:0;
}

.md-hero-left h1{
  font-family: "Guester", Sans-serif;
    font-size: 60px !important;
    font-weight: 400;
    line-height: 70px !important;
    color: #FFFFFF;

  font-size:clamp(48px,5vw,88px);
  text-transform:uppercase;
  margin:0 0 28px;
}

.md-hero-left p{
 font-family: "Morton", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #ABE4FC;

  margin:0 0 50px;
}

/* BUTTONS */
.md-hero-buttons{
  display:flex;
  gap:24px;

  flex-wrap:wrap;
}

.md-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 30px 12px;
  border:1px solid;
  border-radius:6px;
  font:700 20px "Morton", sans-serif;
  text-decoration:none;
  transition:.35s ease;
}

.md-btn a{
  color:inherit;
  text-decoration:none;
}

.md-btn-outline{
  background:transparent;
  color:#FF6844;
  border-color:#FF6844;
}

.md-btn-outline:hover{
  color:#fff;
  border-color:#fff;
  transform:translateY(-2px);
}

.md-btn-fill{
  background:#FF6844;
  color:#fff;
  border-color:#FF6844;
}

.md-btn-fill:hover{
  background:#CD5134;
  border-color:#CD5134;
  color:#fff;
  transform:translateY(-2px);
}

.md-btn-fill:hover a{
  color:#fff;
}

/* RIGHT */
.md-window-space{
  width:50%;
  min-height:620px;

  flex-shrink:0;
}

/* SCROLL REVEAL */
.md-custom-hero.md-revealed .md-blue-blur-layer{
  opacity:0;

  transform:scale(1.08);

  backdrop-filter:blur(0px);
  -webkit-backdrop-filter:blur(0px);

  pointer-events:none;
}

.md-custom-hero.md-revealed .md-dark-gradient{
  opacity:1;
}

.md-custom-hero.md-revealed .md-floating-house-icon{
  opacity:0;

  transform:
    translateY(-20px);

  pointer-events:none;
}

/* TABLET */
@media(max-width:1024px){

  .md-container{
    flex-direction:column;

    align-items:flex-start;

    padding:120px 0;
  }

  .md-hero-left,
  .md-window-space{
    width:100%;
  }

  .md-window-space{
    min-height:500px;
  }

  .md-blue-blur-layer{

    -webkit-mask-size:
      100% 100%,
      70% auto;

    mask-size:
      100% 100%,
      70% auto;

    -webkit-mask-position:
      center,
      center 78%;

    mask-position:
      center,
      center 78%;
  }

  .md-floating-house-icon{
    top:120px;
    left:50%;
    transform:translateX(-50%);
    width:48px;
  }

}

/* MOBILE */
@media(max-width:767px){

  .md-custom-hero{
    min-height:auto;
  }

  .md-container{
    padding:80px 0;
  }

  .md-hero-left h1{
    font-size:44px;
  }

  .md-hero-left p{
    font-size:20px;

    margin-bottom:32px;
  }

  .md-btn{
    width:100%;

    font-size:18px;
  }

  .md-window-space{
    min-height:360px;
  }

  .md-blue-blur-layer{

    -webkit-mask-size:
      100% 100%,
      85% auto;

    mask-size:
      100% 100%,
      85% auto;
  }

  .md-floating-house-icon{
    top:100px;
    width:42px;
  }

}

.service-flip-box-row .swiper-wrapper .swiper-slide a.e-con {
	display: contents !important;
}

.service-flip-box-row .custom-flip-box .elementor-flip-box__front {
	border-radius: 20px;
	border: 2px solid #F96846 !important;
}

.service-flip-box-row .custom-flip-box .elementor-flip-box__back {
	border-radius: 20px;
	border: 2px solid #F96846;
}

.body-para.footer-p-1 p {
	  font-family: "Lexend Peta", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -2px;
}

.body-para.footer-p-1.footer-branding p {
	font-size: 12px;
    line-height: 22px;
}

/* SERVICES */
.sub-services-icon-box:hover .elementor-icon-box-wrapper h3 {
	color: white !important;
}

.sub-services-icon-box:hover .elementor-icon-box-wrapper p {
	color: white !important;
}

.sub-services-icon-box:hover .elementor-button {
	background-color: #FF6844 !important;
	color: white !important;
}

#sub_services_sec .e-con-inner {
	height: 100%;
}

#sub_services_sec .swiper-pagination-progressbar {
	background: #ff684466 !important;
}

.left-icon-btn .elementor-button-icon svg {
    width: 50px;
}

.left-icon-btn .elementor-button span {
	display: flex;
  align-items: center;
}

#custom_faq .e-n-accordion-item-title-icon {
    padding: 10px;
    border-radius: 500px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom_faq .faq-purple-icon .e-n-accordion-item-title-icon {
    background: #E691E8;
}

#custom_faq .faq-violet-icon .e-n-accordion-item-title-icon {
    background: #A601C6;
}

#custom_faq .faq-orange-red-icon .e-n-accordion-item-title-icon {
    background: #E64431;
}

#custom_faq .faq-yellow-icon .e-n-accordion-item-title-icon {
    background: #F5C430;
}

#custom_faq .faq-blue-icon .e-n-accordion-item-title-icon {
    background: #ABE4FC;
}

/* CONTACT */
/* Input + Textarea Height */
.general-from .elementor-field:not(textarea) {
    height: 60px;
    min-height: 60px;
    padding: 0 22px;
    border-radius: 12px;
}

/* Textarea Height */
.general-from textarea.elementor-field {
    min-height: 180px;
    padding: 20px 22px;
    border-radius: 12px;
}

/* Placeholder Styles */
.general-from .elementor-field::placeholder {
    color: #FF6844 !important;
    font-family: "Morton", sans-serif;
    font-size: 18px;
    font-weight: 700;
    opacity: 1;
}

/* Browser Support */
.general-from .elementor-field::-webkit-input-placeholder {
    color: #FF6844 !important;
}

.general-from .elementor-field::-moz-placeholder {
    color: #FF6844 !important;
}

.general-from .elementor-field:-ms-input-placeholder {
    color: #FF6844 !important;
}

.general-from .elementor-field::-ms-input-placeholder {
    color: #FF6844 !important;
}