/*
# OOm Custom CSS Here for better file structure
*/

:root {
--card-bg: #fff;
--card-border: #e2e8f0;
--highlight-bg: #50c7b7;
--highlight-color: #fff;
--text-color: #262626;
--transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

.entry-content {
    max-width: none;
}

h1, h2 ,h3, h4, h5, h6 {
    font-family: Questrial !important;
    letter-spacing: 0.4px;
}

span, p, li {
    font-family: muli !important;
}

.single-post .pagelayer-post-title h1{
    font-size:35px;
}
.postid-582 .single-heading h2 {
    color: rgb(17, 17, 17);
    font-size: 40px !important;
    font-weight: 500 !important;
    text-decoration-style: solid !important;
    line-height: 1.2em !important;
    text-transform: capitalize !important;
}
.sec2-single .text-wrap h3 {
    color: #2b2b2b;
    font-size: 25px !important;
    font-weight: 500 !important;
    margin-top: 30px;
    margin-bottom: 15px;
}

#home--about-img-2 img{
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.px-home--header-block {
    position: absolute;
    top: 0;
    left: 50%;
}

.p-ksl8725.px-home--hero-content {
    padding: 0 0 100px;
    min-height: 70vh;
}

.p-ksl8725.px-home--hero-content .pagelayer-col {
    max-width: 767px;
    width: 100%;
}

.px-home--hero-content h1
.px-home--hero-content p,
p.is_onDark {
    color: white;
}

p.is_center {
    text-align: center;
}

.px-home--section {
    padding: 100px 14px !important;
}

.px-home-header-h1 h1,
#px-home-header-h1 h1 {
    font-size: clamp(36px, 5vw, 60px) !important;
}

.services-container {
    margin-top: 40px;
}

.px-grid,
.grid {
    display: grid;
    gap: 24px;
    width: 100%;
}

.px-grid--4col {
    grid-template-columns: repeat(4, 1fr);
}

.px-grid--3col,
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.px-grid--2col {
    grid-template-columns: repeat(2, 1fr);
}

.card-maintenance {
    border-radius: 12px;
}

.service-card {
    background: var(--card-bg);
    border-radius: 12px;
    border: 1px solid var(--card-border);
    box-shadow: 0 1px 4px rgba(18,23,34,0.06);
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    min-width: 0;
    transition: background var(--transition), color var(--transition), box-shadow var(--transition);
    cursor: pointer;
    color: var(--text-color);
position: relative;
}

.service-card .icon {
    margin-bottom: 16px;
    width: 50px;
    filter: brightness(0) saturate(100%) sepia(35%) hue-rotate(135deg) brightness(0.95) saturate(700%);
}

.service-card:hover img,
.service-card.active .icon {
    filter: brightness(0) invert(1);
}

.service-card h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.service-card p {
    margin: 0 0 16px;
    font-size: 1rem;
    font-weight: 400;
}

.service-card * {
    color: #111111;
}


.service-card a {
    color: #50C7B7;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color var(--transition);
    user-select: none;
    align-self: flex-start;
}

/* Highlighted (active/hovered) styling */
.service-card.active, .service-card:hover, .service-card:focus-visible {
    background: var(--highlight-bg);
    color: var(--highlight-color);
    box-shadow: 0 4px 24px rgba(80,199,183,0.18);
    border-color: var(--highlight-bg);
}

.service-card.active .icon,
.service-card:hover .icon {
    color: #fff;    
}

.service-card.active *,
.service-card:hover * {
    color:#fff;
    text-decoration: none;
}

.ctahome-section {
  width: 100%;
  overflow: hidden;
}

.ctahome-content-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.ctahome-content-left {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ctahome-content-left h2 {
  font-family: "Questrial";
  font-size: 2.4em;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 20px 0;
  color: #fff;
}

.ctahome-content-left p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  max-width: 550px;
  margin: 0;
  color: #fff;
}

.ctahome-content-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 46px;
}

.chemical-content p {
    text-align: left;
}

.px-padding--top.px-padding--100 {
    padding-top: 100px;
}

.cta-section p {
    color: #fff !important;
}

.symptom-card ul {
    margin: unset;
    padding: unset;
    padding-left: 20px;
}

.fa-caret-down:before {
    content: "\f0d7";
    top: -3px;
}

.fa-chevron-left:before,
.fa-chevron-right:before,
.fa-caret-down:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

aside.widget-area {
    display: none;
}
/*
# Styles for Tablet Screens > 1024px
*/
@media (max-width: 1024px) {
    .px-hidden--onTablet {
        display: none;
        opacity: 0;
        max-height: 0;
    }
    
    .p-ksl8725.px-home--hero-content .pagelayer-col {
        max-width: 100%;
    }
    
    .px-section--content,
    .px-section--image {
        width: 100%;
        padding: 0 0 40px 0 !important;
        margin: unset;
    }
    
    .px-section--image img {
        width: 100%;
    }
    
    .px-grid--4col,
    .px-grid--3col,
    .md\:grid-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ctahome-content-row {
        flex-direction: column;
        padding: 45px 0 0;
    }
    
    .ctahome-content-left {
        padding: 0 20px 24px 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    
    .ctahome-content-left h2 {
    font-   size: 1.8em;
    }
    
    .ctahome-content-right {
        display: none;
        padding-right: 0;
        justify-content: center;
    }
    
    .px-padding--top.px-padding--100 {
        padding-top: 80px;
    }
    
    .p-03m5276.px-home--header-block {
        padding: 14px;
    }
    
    .p-4nj9152 {
        text-align: center !important;
    }
}

/*
# Styles for Mobile Screens > 767px
*/
@media (max-width: 767px) {
    .p-4g42055 .pagelayer-heading-holder *{
        font-size: 40px !important;
    }
    
    .px-home--hero-content p {
        font-size: 14px;
    }
    
    .px-home--section {
        padding: 80px 14px !important;;
    }
    
    .px-grid {
        gap: 16px;
    }
    
    .px-grid--4col,
    .px-grid--3col, 
    .px-grid--2col,
    .md\:grid-cols-3 {
        grid-template-columns: 1fr;
    }
    
    .services-container {
        margin: 28px 16px 0 16px;
    }
    
    .px-padding--top.px-padding--100 {
        padding-top: 60px;
    }
    
    .p-ksl8725.px-home--hero-content {
        padding: 40px 14px 60px;
    }
}