/* ERP/CRM Hero Section */
.erp-hero-section {
    padding: 8rem 2rem 4rem;
    background: transparent;
    position: relative;
}

.erp-hero-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 2;
}

.erp-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.erp-hero-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.erp-hero-content {
    flex: 1;
    max-width: 600px;
}

.erp-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ff9784;
    padding: 0.875rem 1.75rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.erp-hero-label i {
    color: #ed654c;
    font-size: 1.1rem;
}

.erp-hero-title {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
}

.erp-hero-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 2.5rem;
    font-weight: 400;
    font-style: italic;
}

.erp-view-packages-btn {
    background: #ed654c;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.erp-view-packages-btn:hover {
    background: #fe7a4d;
}

/* ERP Systems Section */
.erp-systems-section {
    padding: 0 2rem;
    background: transparent;
    position: relative;
    text-align: center;
}

.erp-systems-wrapper {
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
    z-index: 2;
}

.erp-systems-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ff9784;
    padding: 0.875rem 1.75rem;
    padding-left: 3.75rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 107, 53, 0.3);
}
.erp-systems-label::before {
    content: "";
    position: absolute;
    left: 1.75rem;
    width: 1.45rem;
    height: 1.45rem;
    background-color: #ed654c;
    -webkit-mask: url('img/loyalty.svg') no-repeat center / contain;
    mask: url('img/loyalty.svg') no-repeat center / contain;
}

.erp-systems-title {
    font-size: 2.75rem;
    font-weight: 600;
    color: white;
    margin-bottom: 3rem;
}

.erp-dashboard-container {
    width: 100%;
    max-width: 1100px;
    border-radius: 12px;
    margin: 0 auto 4rem;
    position: relative;
}

.erp-dashboard-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.erp-dashboard-description {
    margin-bottom: 4rem;
}

.erp-dashboard-title {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
}

.erp-dashboard-text {
    font-size: 1.125rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
}

.erp-highlight {
    color: #ff9784;
    font-style: italic;
}

/* CRM Section */
.crm-section {
    padding: 3rem 2rem;
    background: transparent;
    text-align: center;
}

.crm-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.crm-title {
    font-size: 2.75rem;
    font-weight: 600;
    color: white;
    margin-bottom: 3rem;
}

.crm-dashboard-container {
    margin: 0 auto 3rem;
    max-width: 1000px;
}

.crm-dashboard-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.crm-dashboard-description {
    margin-bottom: 2rem;
}

.crm-dashboard-title {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
}

.crm-dashboard-text {
    font-size: 1.125rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
}

@media (max-width: 1024px) {
    .erp-hero-wrapper {
        flex-direction: column-reverse;
        gap: 3rem;
        text-align: center;
    }

    .erp-hero-title {
        font-size: 2.75rem;
    }

    .erp-systems-title,
    .crm-title {
        font-size: 2.25rem;
    }

    .erp-dashboard-title,
    .crm-dashboard-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .erp-hero-title {
        font-size: 2.25rem;
    }

    .erp-systems-title,
    .crm-title {
        font-size: 1.875rem;
    }

    .erp-dashboard-title,
    .crm-dashboard-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .erp-hero-title {
        font-size: 1.875rem;
    }

    .erp-systems-title,
    .crm-title {
        font-size: 1.5rem;
    }

    .erp-dashboard-img {
        object-fit: cover
    }
}


/* ERP Circle Section */
.agora-erp-circle-section {
    position: relative;
    padding: 1rem 2rem;
    padding-top: 0;
    text-align: center;
    background: transparent;
}

.agora-erp-circle-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.agora-erp-circle-label {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ff9784;
    gap: 0.75rem;
    margin-bottom: 2rem;
    border-radius: 50px;
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.agora-erp-circle-label .agora-erp-circle-label-icon {
    width: 25px;
    height: 25px;
}

.agora-erp-circle-container {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    transform: translateX(0);
}

.agora-erp-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.agora-erp-text {
    font-size: 4.5rem;
    font-weight: 900;
    color: white;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.agora-erp-subtitle {
    font-size: 1rem;
    color: white;
    font-weight: 400;
}

.agora-erp-module {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.agora-erp-module img {
    max-width: 140px;
    max-height: 140px;
}

/* Text labels positioned outside circles */
.agora-erp-module::after {
    content: attr(data-label);
    position: absolute;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    white-space: nowrap;
}

/* Positioning around the circle */
.agora-module-production {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.agora-module-production::after {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.agora-module-api {
    top: 120px;
    right: 100px;
}

.agora-module-api::after {
    top: 0%;
    left: 140px;
    transform: translateY(-50%);
    content: "API System\AIntegration";
    white-space: pre;
}

.agora-module-crm {
    top: 240px;
    right: 30px;
}

.agora-module-crm::after {
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
}

.agora-module-inventory {
    bottom: 90px;
    right: 100px;
}

.agora-module-inventory::after {
    bottom: -20%;
    left: 140px;
    transform: translateY(-50%);
    content: "Inventory\AManagement";
    white-space: pre;
}

.agora-module-accounting {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.agora-module-accounting::after {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    content: "Accounting\A& Finance";
    white-space: pre;
    text-align: center;
}

.agora-module-hr {
    bottom: 90px;
    left: 100px;
}

.agora-module-hr::after {
    bottom: -10%;
    right: 140px;
    transform: translateY(-50%);
}

.agora-module-sales {
    top: 240px;
    left: 30px;
}

.agora-module-sales::after {
    top: 50%;
    right: 160px;
    transform: translateY(-50%);
    content: "Sales &\AMarketing";
    white-space: pre;
    text-align: center;
}

.agora-module-reporting {
    top: 120px;
    left: 100px;
}

.agora-module-reporting::after {
    top: 0%;
    right: 140px;
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .agora-erp-circle-container {
        transform: scale(0.8) translateX(calc((100vw - 659px) * 0.63));
        margin: -55px 0;
    }
}
@media screen and (max-width: 600px) {
    .agora-erp-circle-container {
        transform: scale(0.58) translateX(calc((100vw - 662px) * 0.8));
        margin: -100px 0;
    }
    .agora-erp-module img {
        max-width: 115px;
        max-height: 115px;
    }

    .agora-erp-module::after {
        font-size: 1.3rem;
    }

    .agora-module-crm::after {
        left: 130px;
    }

    .agora-module-sales::after {
        right: 130px;
    }

    .agora-erp-circle-wrapper h1 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 430px) {
    .agora-erp-circle-container {
        transform: scale(0.5) translateX(calc(100vw - 650px));
        margin: -140px 0;
    }

    .agora-module-production {
        top: 65px;
    }

    .agora-module-api {
        right: 110px;
    }
    
    .agora-module-api::after {
        left: 135px;
    }

    .agora-module-crm {
        top: 260px;
        right: 40px;
    }

    .agora-module-inventory {
        bottom: 90px;
        right: 110px;
    }

    .agora-module-inventory::after {
        left: 120px;
    }

    .agora-module-accounting {
        bottom: 45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .agora-module-hr {
        left: 115px;
    }

    .agora-module-hr::after {
        right: 130px;
    }

    .agora-module-sales {
        top: 260px;
        left: 50px;
    }

    .agora-module-sales::after {
        top: 50%;
        right: 130px;
        transform: translateY(-50%);
        content: "Sales &\AMarketing";
        white-space: pre;
        text-align: center;
    }

    .agora-module-reporting {
        top: 120px;
        left: 115px;
    }
}
@media screen and (max-width: 360px) {
    .agora-erp-circle-container {
        transform: scale(0.46) translateX(calc(100vw - 676px));
        margin: -140px 0;
    }
}

/* ERP Feature Boxes */
.erp-feature-boxes-section {
    background: transparent;
}

.erp-feature-boxes-instruction {
    text-align: center;
    margin-bottom: 2rem;
    color: #999999;
    font-size: 1rem;
    font-style: italic;
}

.erp-feature-boxes-container {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 auto;
}

.erp-feature-boxes-container::-webkit-scrollbar {
    display: none;
}

.erp-feature-box {
    flex: 0 0 400px;
    background: #000000;
    border-radius: 16px;
    border-top: 10px solid #4F52FF;
    padding: 2rem;
    transition: all 0.3s ease;
    opacity: 0.6;
    transform: scale(0.9);
}

.erp-feature-box:nth-child(1) {
    margin-left: calc((100vw - 400px) / 2);
}
.erp-feature-box:last-child {
    margin-right: calc((100vw - 400px) / 2);
}

.erp-feature-box.active {
    opacity: 1;
    background: #121212;
}

.erp-feature-box-header {
    margin-bottom: 1.5rem;
}

.erp-feature-box-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.erp-feature-box-subtitle {
    font-size: 1rem;
    color: #cccccc;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.erp-feature-box-description {
    font-size: 0.95rem;
    color: #bbbbbb;
    line-height: 1.6;
}

/* ERP Circle Module Interaction */
.agora-erp-module {
    cursor: pointer;
    transition: all 0.3s ease;
}

.agora-erp-module.active img {
    filter: brightness(1);
}
.agora-erp-module img {
    filter: brightness(0.7);
}

@media (max-width: 900px) {
    .erp-feature-boxes-container {
        /* Show 2 boxes on smaller screens */
        max-width: calc(2 * 400px + 2rem + 4rem);
    }

    .erp-feature-box {
        flex: 0 0 400px;
        padding: 1.5rem;
    }

}

@media (max-width: 768px) {
    .erp-feature-box {
        flex: 0 0 320px;
        padding: 1.5rem;
    }

    .erp-feature-box-title {
        font-size: 1.25rem;
    }

    .erp-feature-box:nth-child(1) {
        margin-left: calc((100vw - 320px) / 2);
    }
    .erp-feature-box:last-child {
        margin-right: calc((100vw - 320px) / 2);
    }
}

/* Arrow Controls */
.erp-feature-boxes-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.erp-feature-boxes-arrow {
    width: 50px;
    height: 50px;
    background: #ff9784;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erp-feature-boxes-arrow:hover {
    background: #ffa794;
    transform: scale(1.1);
}

.erp-feature-boxes-arrow:disabled {
    background: #333;
    color: #666;
    cursor: not-allowed;
    transform: none;
}





/* Key Benefits Section */
.key-benefits-section {
    padding: 6rem 2rem;
    background: transparent;
    position: relative;
    text-align: center;
}

.key-benefits-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.key-benefits-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #ff9784;
    padding: 0.875rem 1.75rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 107, 53, 0.3);
}

.key-benefits-label i {
    color: #ed654c;
    font-size: 1.1rem;
}

.key-benefits-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: white;
    margin-bottom: 3rem;
}

.key-benefits-image-container {
    margin: 0 auto 4rem;
    max-width: 1000px;
}

.key-benefits-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.key-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.key-benefit-item {
    position: relative;
}

.key-benefit-line {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 2rem;
}

.key-benefit-line-1 {
    background: #8db6ee;
}

.key-benefit-line-2 {
    background: rgb(255,151,132);
}

.key-benefit-line-3 {
    background: #ff9784;
}

.key-benefit-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.key-benefit-description {
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.key-benefit-result {
    font-size: 0.95rem;
    color: #bbbbbb;
    font-style: italic;
}

.key-benefit-result strong {
    color: white;
}

@media (max-width: 1024px) {
    .key-benefits-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .key-benefit-line {
        margin: 0 auto 2rem;
    }
}

@media (max-width: 768px) {
    .key-benefits-title {
        font-size: 2rem;
    }

    .key-benefit-title {
        font-size: 1.25rem;
    }

}

@media (max-width: 480px) {
    .key-benefits-title {
        font-size: 1.75rem;
    }
}