/* Corporate Pages Common Styles */
:root {
    --fx-primary-color: #1a1a1a;
    --fx-secondary-color: #666;
    --fx-light-gray: #f5f5f5;
    --fx-border-color: #e0e0e0;
    --fx-background: #ffffff;
}

.fx-breadcrumb {
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .fx-breadcrumb .container {
        padding: 1rem 15px;
    }

.fx-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

    .fx-section-header.center {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

.fx-section-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: var(--primary-color);
    color: white;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.fx-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    line-height: 1.2;
}

    .fx-section-title .fx-highlight {
        color: var(--primary-color);
    }

.fx-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Container Overrides */
.fx-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .fx-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .fx-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .fx-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .fx-container {
        max-width: 1140px;
    }
}

/* Section Spacing */
.corporate-section {
    padding: 4rem 0;
}

    .corporate-section:nth-child(even) {
        background-color: var(--light-bg);
    }

/* Card Styles */
.corporate-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .corporate-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    }

/* Grid Layouts */
.corporate-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.corporate-text p {
    font-size: 14px;
    font-weight: 900;
}

/* Responsive Text */
@media (max-width: 768px) {
    .fx-section-title {
        font-size: 2rem;
    }

    .corporate-section {
        padding: 3rem 0;
    }

    .corporate-text p {
        font-size: 12px;
    }

    .fx-mission-grid {
        flex-direction: column;
        margin-bottom: 1rem;
    }

        .fx-mission-grid .fx-mission-item {
            margin: auto;
        }

    .fx-mission-item {
        position: inherit !important;
    }

    .fx-mission-grid {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .fx-mission-section {
        padding-bottom: 1rem !important;
    }

    .fx-mission-item p {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .fx-section-title {
        font-size: 1.75rem;
    }

    .corporate-section {
        padding: 2rem 0;
    }
}

.fx-mission-grid {
    display: flex;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
    margin-bottom: 4rem;
}

.fx-pulse {
    animation: pulse 2.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.2);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.fx-mission-section {
    padding-bottom: 30rem;
    overflow: visible;
}

.fx-mission-grid .fx-mission-item:nth-child(1) {
    top: 4%;
    left: 12%;
}

.fx-mission-grid .fx-mission-item:nth-child(2) {
    top: 10%;
    right: 18%;
}

.fx-mission-grid .fx-mission-item:nth-child(3) {
    top: 18%;
    left: 25%;
}

.fx-mission-grid .fx-mission-item:nth-child(4) {
    top: 26%;
    right: 30%;
}

.fx-mission-grid .fx-mission-item:nth-child(5) {
    top: 34%;
    left: 40%;
}

.fx-mission-grid .fx-mission-item:nth-child(6) {
    top: 42%;
    right: 10%;
}

.fx-mission-grid .fx-mission-item:nth-child(7) {
    top: 50%;
    left: 15%;
}

.fx-mission-grid .fx-mission-item:nth-child(8) {
    top: 58%;
    right: 20%;
}

.fx-mission-grid .fx-mission-item:nth-child(9) {
    top: 66%;
    left: 35%;
}

.fx-mission-grid .fx-mission-item:nth-child(10) {
    top: 74%;
    right: 28%;
}

.fx-mission-grid .fx-mission-item:nth-child(11) {
    top: 82%;
    left: 50%;
}

.fx-mission-grid .fx-mission-item:nth-child(12) {
    top: 90%;
    right: 5%;
}

.fx-mission-grid .fx-mission-item:nth-child(13) {
    top: 98%;
    left: 20%;
}

.fx-mission-grid .fx-mission-item:nth-child(14) {
    top: 106%;
    right: 15%;
}


.fx-mission-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    box-shadow: 1px 1px 14px 1px #1414140d;
    border-radius: 50%;
    padding: 2rem;
    margin: 1rem;
    transition: 1.5s ease;
    height: 300px;
    position: absolute;
    background: #fff;
    text-align: center;
}

    .fx-mission-item p {
        font-size: 13px;
        font-weight: 600;
    }

    .fx-mission-item:hover {
        transform: scale(1.1);
    }

    .fx-mission-item:hover {
        z-index: 1;
        transition: 0.5s ease;
        box-shadow: 2px 2px 12px 4px #197f193d;
    }

    .fx-mission-item i {
        height: 50px;
        width: 50px;
        background: #ffffff;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.2rem;
        font-size: 24px;
        margin-bottom: 1rem;
        background-image: radial-gradient(#2a801c, #d2ffa7);
        border-radius: 50%;
        border: 4px solid #6bc043;
    }

.corporate-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
