body {
    font-family: 'Open Sans', sans-serif;
    color: #1f2937;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
}

.word-break {
    word-break: break-all;
}

.btn-primary-custom {
    display: inline-block;
    background-color: #f97316;
    color: #ffffff !important;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color 0.3s, transform 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary-custom:hover {
    background-color: #ea580c;
    transform: translateY(-2px);
}

.card-custom {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.responsible-bar a:hover {
    color: #f97316;
}

.hero-section h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.collapse-title {
    padding-right: 3rem !important;
}

.footer-logo-container img {
    filter: none !important;
    transition: transform 0.3s ease;
}

.footer-logo-container img:hover {
    transform: scale(1.05);
}
#platforms img {
        object-fit: contain;
    }
 #platforms img {
        object-fit: contain;
    }
@media (max-width: 767px) {
    #platforms img {
        object-fit: contain;
    }
    .hero-section {
        padding: 80px 0;
        min-height: auto;
    }
    
    .btn-primary-custom {
        width: 100%;
        text-align: center;
    }
}/* Container spacing: top and sides */
.complianceCoreSlot {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Headings with moderate font sizes */
.complianceCoreSlot h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.2;
}

.complianceCoreSlot h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.25;
}

.complianceCoreSlot h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.complianceCoreSlot h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 8px;
}

.complianceCoreSlot h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

/* Standard paragraph styles */
.complianceCoreSlot p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 12px;
}

/* List styles */
.complianceCoreSlot ul {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 24px;
    list-style-type: disc;
}

.complianceCoreSlot li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
}

/* Remove bottom margin from the last element in the container */
.complianceCoreSlot > *:last-child {
    margin-bottom: 0;
}
.logo  {
    font-weight: 800;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}