/*
Theme Name: OneCompliant
Theme URI: https://onecompliant.com/
Author: Techrida
Author URI: https://techrida.com/
Description: OneCompliant is a professional, modern, and secure theme designed for cybersecurity, compliance, and risk management businesses. It offers a clean, corporate design with sections for services, industries, testimonials, and call-to-actions. Perfect for companies specializing in cybersecurity, data protection, and compliance consulting.
Tags: cybersecurity, compliance, risk management, corporate, consulting, IT security, data protection, modern business, technology, secure, responsive, minimal, professional, services, startup, GDPR, ISO 27001, SOC 2, PCI DSS
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onecompliant
*/

.logged-in .sticky-wrapper.sticky, .logged-in .preloader .ot-btn {
    top: 0px !important;
}

.protection-section {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.protection-content {
    background-size: cover, auto;
    border-radius: 12px;
    padding: 30px 40px;
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    gap: 20px; /* Add spacing for smaller screens */
}

.protection-content h2 {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    max-width: 250px;
    text-align: left;
}

.features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1;
    flex-wrap: wrap;
}

.feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 120px; /* Flexible item sizing */
}

.feature-item .icon {
    width: 40px;
    height: 40px;
    filter: invert(36%) sepia(92%) saturate(7497%) hue-rotate(223deg) brightness(101%) contrast(101%);
    transition: transform 0.3s;
}

.feature-item .icon:hover {
    transform: scale(1.1);
}

.feature-item p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.help {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 20px;
}

.help span {
    font-size: 12px;
    color: #ccc;
    display: block;
}

.phone {
    font-size: 22px;
    color: #3963ED;
    font-weight: 700;
    margin: 0;
}

.feature-item.help {
    margin-left: 40px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Tablets and smaller */
@media (max-width: 992px) {
    .protection-content {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .protection-content h2 {
        text-align: center;
        max-width: 100%;
    }

    .help {
        border-left: none;
        padding-left: 0;
        justify-content: center;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .protection-section {
        padding: 10px;
    }

    .protection-content {
        padding: 15px;
    }

    .features {
        gap: 15px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .phone {
        font-size: 18px;
    }
}


.accordion-body p {
    color: white !important;
}

.boxContact{
	color: white;
}
.boxContact:hover{
	color:#3C72FC;
	cursor: pointer;
}