/* All CSS from your original file has been copied here */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden; /* Added to prevent horizontal scroll */
}

/* --- HEADER STYLES --- */
.elementor-widget-image-carousel .cert-logos {
    gap: 10px;
}
.elementor-widget-image-carousel .cert-logos .swiper-slide img {
    height: 30px;
    width: auto !important;
}
.elementor-widget-heading .contact-banner {
    background-color: #0056b3;
    color: #fff;
    padding: 8px 25px 8px 60px;
    font-size: 14px;
    font-weight: 500;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    margin-right: -20px;
}
.elementor-widget-image .site-logo img {
    max-height: 65px;
    width: auto;
}
.elementor-widget-nav-menu .main-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.elementor-widget-nav-menu .main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.elementor-widget-nav-menu .main-navigation a:hover,
.elementor-widget-nav-menu .main-navigation .elementor-item.elementor-item-active {
    color: #0056b3;
}

/* --- UNIFIED BUTTON STYLES --- */
.header-quote-button .elementor-button, .hero-cta .elementor-button, .know-more-btn .elementor-button, .view-services .elementor-button, .learn-more .elementor-button, .contact-form .elementor-button {
    background: #1976D2;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    cursor: pointer;
    transform: skew(-8deg);
    transition: background-color 0.3s ease;
}
.header-quote-button .elementor-button-text, .hero-cta .elementor-button-text, .know-more-btn .elementor-button-text, .view-services .elementor-button-text, .learn-more .elementor-button-text, .contact-form .elementor-button-text {
    display: block;
    transform: skew(8deg);
}
.header-quote-button .elementor-button:hover, .hero-cta .elementor-button:hover, .know-more-btn .elementor-button:hover, .view-services .elementor-button:hover, .learn-more .elementor-button:hover, .contact-form .elementor-button:hover {
    background-color: #0056b3;
}
.hero-cta .elementor-button { font-size: 16px; }
.know-more-btn, .learn-more { margin-top: 15px; }
.view-services { margin-top: 25px; position: relative; z-index: 2; }
.learn-more { width: fit-content; }
.contact-form .elementor-button { width: 100%; padding: 0; font-size: 1rem; }
.contact-form .elementor-button .elementor-button-text { padding: 15px; }

/* --- HERO STYLES --- */
.hero.elementor-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: rgb(251, 251, 251);
    clip-path: ellipse(80% 100% at 50% 101%);
}

/* --- ABOUT SECTION STYLES --- */
.about-image-wrapper { position: relative; }
.about-image-wrapper::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%; 
    height: 100%;
    background-color: #1976D2; 
    z-index: 1;
}
.about-image-wrapper .elementor-widget-container img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
}
p.sub-heading {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #1976D2;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
p.sub-heading::before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #1976D2;
    margin-right: 10px;
}

/* --- EXPERTISE STYLES --- */
.expertise.elementor-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%230D47A1" width="1200" height="800"/><circle fill="%23ffffff" cx="200" cy="150" r="3" opacity="0.1"/><circle fill="%23ffffff" cx="800" cy="300" r="2" opacity="0.1"/><circle fill="%23ffffff" cx="400" cy="500" r="2" opacity="0.1"/><circle fill="%23ffffff" cx="1000" cy="200" r="3" opacity="0.1"/></svg>');
    background-size: cover;
    pointer-events: none;
}
.expertise-grid .expertise-card {
    background: white;
    color: #333;
    text-align: center;
    transform: skew(-8deg);
    transition: transform 0.3s ease;
    position: relative;
    height: 460px;
    padding: 20px;
}
.expertise-grid .expertise-card:hover {
    transform: skew(-8deg) translateY(-10px);
}
.expertise-grid .expertise-card .elementor-widget-wrap {
    transform: skew(8deg);
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
}
.expertise-grid .expertise-card::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); 
    width: 220px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}
.expertise-card:nth-child(1)::before { background-image: url('https://images.pexels.com/photos/2402438/pexels-photo-2402438.jpeg'); }
.expertise-card:nth-child(2)::before { background-image: url('https://images.pexels.com/photos/9989522/pexels-photo-9989522.jpeg'); }
.expertise-card:nth-child(3)::before { background-image: url('https://images.pexels.com/photos/28900569/pexels-photo-28900569/free-photo-of-complex-network-of-power-lines-and-transformers.jpeg'); }
.expertise-card:nth-child(4)::before { background-image: url('https://images.pexels.com/photos/7867332/pexels-photo-7867332.jpeg'); }


/* --- AIDA / SPLIT SECTIONS --- */
.aida-content.elementor-column {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    z-index: 1;
}
.precision-washing > .elementor-container > .elementor-column:first-child {
    background: url('https://images.pexels.com/photos/3184418/pexels-photo-3184418.jpeg?') center/cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 1;
}
.washing-content.elementor-column {
    padding-left: 55% !important;
}

/* --- CLIENTS SECTION --- */
.clients-section .elementor-image-carousel-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.clients-section .elementor-image-carousel img {
    max-height: 60px;
    width: auto !important;
    max-width: 140px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}

/* --- COMMITMENT SECTION --- */
.commitment-icon.elementor-widget-icon .elementor-icon {
    transform: rotate(45deg);
}
.commitment-icon.elementor-widget-icon .elementor-icon i,
.commitment-icon.elementor-widget-icon .elementor-icon svg {
    transform: rotate(-45deg);
}
.commitment-item:nth-child(2) .commitment-icon .elementor-icon { color: #0D47A1; }
.commitment-item:nth-child(4) .commitment-icon .elementor-icon { color: #0D47A1; }


/* --- FOOTER --- */
.footer .social-icons .elementor-icon {
     transform: rotate(45deg);
}
.footer .social-icons .elementor-icon i,
.footer .social-icons .elementor-icon svg {
     transform: rotate(-45deg);
}

/* --- RESPONSIVE FIXES --- */
@media (max-width: 767px) {
    .expertise-grid .expertise-card {
        transform: none !important;
        height: auto;
        padding: 30px 20px;
    }
    .expertise-grid .expertise-card:hover {
        transform: translateY(-10px) !important;
    }
    .expertise-grid .expertise-card::before {
        position: static;
        display: block;
        transform: none;
        margin: 0 auto 15px;
        width: 100%;
    }
    .expertise-grid .expertise-card .elementor-widget-wrap {
        position: static;
        transform: none !important;
    }
    .aida-content.elementor-column,
    .precision-washing > .elementor-container > .elementor-column:first-child {
        clip-path: none;
    }
    .washing-content.elementor-column {
        padding: 60px !important;
    }
}