/* Custom Styles for Home Cleaning Experts Theme */

/* Header Styles */
.header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.navbar {
    background-color: transparent !important;
}


/* Hero Section */
.hero {
    background-size: cover;
    background-position: center;
}


.hero {
    background-color: #2d2d2d !important;
}

/* How It Works Cards */
.how-it-works-card {
    transition: transform 0.3s ease;
    height: 100%;
}

.how-it-works-card:hover {
    transform: translateY(-5px);
}

/* Services Cards */
.service-card {
    transition: transform 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Footer Styles */
.footer {
    background-color: #363636;
    color: #fff;
    padding-bottom: 20px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #006fe3;
}


.footer h4 {
    color: white;
}


.footer-logo img {
    max-height: 80px;
}

.footer-description {
    margin: 1rem 0;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

.social-links {
    margin-top: 1rem;
}

.social-icon {
    margin-right: 1rem;
    font-size: 1.5rem;
}

.footer-menu {
    list-style: none;
    margin-left: 0;
}

.footer-menu li {
    margin-bottom: 0.5rem;
}

.contact-block .contact-action {
    font-weight: bold;
    font-size: 1.2rem;
}

.contact-block .contact-phone {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5rem 0;
}

.contact-block .contact-form-text {
    margin: 1rem 0 0.5rem;
}

.copyright {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #555;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
   
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    color: #FFF;
}

/* Accordion Styles for FAQ */
.accordion-item {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.accordion-header {
    background-color: #f5f5f5;
}

.accordion-button {
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-button:hover {
    background-color: #e8e8e8;
}

.accordion-content {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 1rem 1.5rem;
}

.accordion-item.active .accordion-button .icon {
    transform: rotate(180deg);
}

.accordion-button .icon {
    transition: transform 0.3s ease;
}

/* Form Styles */
.quote-form-section {
    background-color: #f5f5f5;
}

/* TrustPilot Widget */
.trustpilot-widget {
    margin: 2rem 0;
}



.custom-logo-link img {
    width:250px;
    height:auto;
    min-height:none;
    max-height:none;
}

.custom-logo-link {
    display: flex;
}

#navbarMenu a {
    color: white;
    height: auto;
}

#navbarMenu  .navbar-item:hover {
    background: none;
    color: gainsboro;
}


.hero.is-medium.is-primary.is-bold .buttons.are-medium a {
    font-size: 16px;
}

.navbar-start {
    align-items: center;
}

.navbar-item .button.is-info.is-outlined {
    background: none;
    border-color: white;
}

.hero {
    position:relative;
    
}


.hero.is-service {
      background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

 .hero.is-page {
      background-position:  center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    z-index: 1;
}

.hero.is-primary.is-bold .hero-body {
    z-index: 2;
}

.section.is-fullheight {
    min-height: 100vh;
}

.title.is-2.has-text-centered {
 
    margin-bottom: 55px;
}
.navbar-burger {
    color: white;
    z-index:1;
}

.navbar-burger:hover {
    color: gainsboro;
}
.card-image:first-child img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /*border-bottom-left-radius: .25rem;*/
    /*border-bottom-right-radius: .25rem;*/
}

/*.card-content {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    background-color: #ffffff8c;*/
    /*background: rgb(0 0 0 / 3%); */
    /*backdrop-filter: blur(3px);         */
    /*-webkit-backdrop-filter: blur(10px);  */
/*    color:white;*/
/*}*/


/*.card-content .title.is-4 {*/
/*    color: white;*/
/*}*/

.card-content .subtitle {
    color: #8f8f8f;
}

.services-section {
    background-color: #f7f7f7;
}
/* Responsive Adjustments */
@media screen and (max-width: 1023px) {
    
    .custom-logo-link img {
    width: auto;
    height: 50px;
}

.hero.is-service, .hero.is-page {
    padding-top: 50px;
}

    .navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: transparent !important;
    color: black;
}

  .navbar-menu.is-active {
    right: 0;
}

.navbar-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: calc(100% - 100px);
    background-color: #313131;
    padding-top: 57px;
    transition: right 0.3s ease;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
}

    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
    
    .hero .title {
        font-size: 2rem !important;
    }
    
    .hero .subtitle {
        font-size: 1.25rem !important;
    }
}

.button.is-info {
    background-color: #006fe3;
}



.has-spark:after {
    content: "";
    background-image: url(/wp-content/themes/hce-ds-theme/assets/images/sparkle-title.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: bottom;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
}

.has-spark {
    position: relative;
    margin-top:0px;
}

.has-spark span {
    position: relative;
}


.has-spark span:before {
    content: "";
    display: block;
    width: calc(50% - 40px);
    height: 2px;
    background-color: #006fe3;
    position: absolute;
    bottom: -15px;
    left: 20px;
}


.has-spark span:after {
    content: "";
    display: block;
    width: calc(50% - 40px);
    height: 2px;
    background-color: #006fe3;
    position: absolute;
    bottom: -15px;
    right: 20px;
}



@media screen and (min-width: 1024px) {
 /* Remove dropdown background */
.navbar-dropdown {
  background-color: #ffffff !important;
  box-shadow: none !important; /* remove shadow if needed */
  border: none !important;
}


.navbar-dropdown  a {
    color: black;
}
  
/* Remove item background */
.navbar-dropdown .navbar-item {
  background-color: transparent !important;
  color: black !IMPORTANT;
}

/* Remove hover/active background */
.navbar-dropdown .navbar-item:hover,
.navbar-dropdown .navbar-item.is-active {
  background-color: transparent !important;

}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
    color: black !important;
}

}