/* 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;
}