.industries-section {
    padding: 80px 0;
    position: relative;
    z-index: 2;
    background-color: #f9fbfa;
    /* Subtle off-white/greenish tint to match branding */
}

.industries-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.industry-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.industry-item.reverse {
    flex-direction: row-reverse;
}

.industry-image {
    flex: 1;
    overflow: hidden;
    height: 350px;
    min-width: 0;
    /* Prevents flex overflow */
}

.industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.industry-item:hover .industry-image img {
    transform: scale(1.05);
}

.industry-content {
    flex: 1;
    padding: 50px;
    position: relative;
}

.industry-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #181b31;
}

.industry-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #6a6a6a;
    margin-bottom: 30px;
}

.accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4E7569, #76c7a8);
    border-radius: 2px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .industries-list {
        gap: 30px !important;
        padding: 0 15px !important;
    }

    .industry-item,
    .industry-item.reverse {
        flex-direction: column !important;
        margin-bottom: 0;
    }

    .industry-image {
        width: 100% !important;
        height: 250px !important;
        aspect-ratio: auto;
    }

    .industry-content {
        padding: 30px 20px !important;
        text-align: center !important;
    }

    .industry-content h3 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }

    .industry-content p {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .accent-line {
        margin: 0 auto !important;
    }
}

/* Remove gap for the staff section */
.elementor-element.elementor-element-859e8b8 {
    padding: 0 !important;
    --padding-top: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --padding-right: 0px !important;
}

/* Logo Visibility Control */
.logo-mobile {
    display: none;
}

@media (max-width: 991px) {

    .logo-default,
    .logo-sticky {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
    }
}

/* Corner Rounding Utility */
.rounded-40 {
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* Call Button Styling */
.menu-item-call-button {
    margin-left: 20px;
    overflow: visible !important;
}

.call-button-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 20px !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: #000000 !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.call-button-link:hover {
    background: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.35) !important;
}

.call-button-link svg {
    width: 16px;
    height: 16px;
    color: currentColor;
    flex-shrink: 0;
}

.call-button-link .call-number {
    color: inherit;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Force visibility for call button in all contexts */
.menu-item-call-button,
li.menu-item-call-button {
    display: list-item !important;
    list-style: none !important;
}

.menu-item-call-button a,
.menu-item-call-button .call-button-link {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Mobile Menu Refinement */
@media (max-width: 991px) {
    .menu-item-call-button {
        margin: 30px auto 0 !important;
        padding: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .call-button-link {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
        padding: 8px 16px !important;
        border-radius: 15px !important;
        display: inline-flex !important;
        width: auto !important;
        min-width: unset !important;
        justify-content: center !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .call-button-link svg {
        color: #000000 !important;
    }

    /* Center all text links in mobile menu */
    .ld-module-sd .main-nav li,
    #mobile-primary-nav li,
    #primary-nav-dup-1 li {
        text-align: center !important;
        width: 160px !important;
    }

    .ld-module-sd .main-nav li a,
    #mobile-primary-nav li a,
    #primary-nav-dup-1 li a {
        justify-content: center !important;
        display: flex !important;
    }

    /* Force the list container to align children centrally */
    .ld-module-sd .main-nav,
    #mobile-primary-nav {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}

/* WhatsApp Floating Button */
.lqd-whatsapp-btn {
    position: fixed;
    bottom: 95px;
    right: 30px;
    z-index: 98;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    cursor: pointer;
    outline: none !important;
}

.lqd-whatsapp-btn:focus,
.lqd-whatsapp-btn:active {
    outline: none !important;
}

.lqd-whatsapp-btn:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
    background-color: #20ba5a;
}

.lqd-whatsapp-btn svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

/* Pulse Animation */
.lqd-whatsapp-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25D366;
    z-index: -1;
    animation: wa-pulse 2s infinite;
    opacity: 0.5;
}

@keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .lqd-whatsapp-btn {
        bottom: 100px;
        right: 30px;
        width: 50px;
        height: 50px;
    }
}

