p {
    font-size: 15px;
}

.acms-bg-primary {
    background: #0085AA;
}

.acms-bg-secondary {
    background: #006997;
}

.acms-border-primary {
    border: 1px solid #0085AA;
}

.acms-color-gradient-primary {
    background: linear-gradient(356.9deg, #016A97 60%, #00B4E5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.acms-button {
    padding: 10px;
    height: 41px;
}

.acms-w-fit {
    width: fit-content;
}

.acms-text-center {
    text-align: center;
}

.acms-color-primary {
    color: #0085AA;
}

.acms-color-secondary {
    color: #006997;
}

.acms-color-black {
    color: black;
}

.acms-color-white {
    color: white;
}

.acms-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.acms-mb-5 {
    margin-bottom: 5px;
}

.acms-mb-25 {
    margin-bottom: 25px;
}

.acms-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.acms-br-5 {
    border-radius: 5px;
}

.acms-br-10 {
    border-radius: 10px;
}

.acms-d-flex {
    display: flex;
}

.acms-d-flex-wrap {
    flex-wrap: wrap;
}

.acms-flex-center {
    justify-content: center;
}

.acms-bg-white {
    background: white !important;
}

.acms-section-header {
    background: #EEFBFF; 
    padding: 10px 20px; 
    border-radius: 35px;
    margin: auto;
    margin-bottom: 10px;
}

.acms-section-header h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.acms-section-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    line-height: 20px;
}

.acms-section-summary {
    width: fit-content;
    font-size: 13px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
}

/* section-all-in-one-platform */

#section-all-in-one-platform {
    background: url('./../amicoone/bg-section-all-in-one-platform.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

#div-all-in-one-platform {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#hero-section-title {
    font-size: 46px;
    font-weight: 600;
}

#hero-summary {
    font-size: 15px;
    font-weight: 500;
}

#div-apps {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

#img-amicoone {
    margin-left: -85%;
}

/* END - section-all-in-one-platform */

/* WHAT IS AMICO ONE */

#section-what-is-amico-one {
}

#div-why-cards {
    gap: 20px;
}

.acms-amicoone-card {
    display:flex; 
    flex-direction: column;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 250px;
    width: 250px;
}

.acms-amicoone-card img {
    flex: 1;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.acms-amicoone-card hr {
    border-color: #E6E6E6;
    margin: 0.5rem 0;
}

.acms-amicoone-card h4 {
    font-size: 15px;
    font-weight: bold;
}

.acms-amicoone-card p {
    font-size: 13px;
}

/* END - WHAT IS AMICO ONE */

/*  PRODUCTS */

#section-our-products {
}

#ul-product-categories {
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
}

#ul-product-categories li {
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    height: fit-content;
}

#ul-product-categories li.active {
    background: #4D4D4D;
    color: #ffffff;
    border-radius: 25px;
}

.acms-product {
    padding: 30px 0;
}

.acms-product-icon {
    margin-bottom: 15px;
}

.acms-product-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acms-product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.acms-product-summary {
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 15px;
}

.acms-product-learn-more {
    margin-bottom: 15px;
}

.acms-product-amico-mail {
    background: url(./../amicoone/bg-amico-mail.svg) no-repeat center;
}

.acms-product-amico-chat {
    background: url(./../amicoone/bg-amico-chat.svg) no-repeat center;
}

.acms-product-amico-meet {
    background: url(./../amicoone/bg-amico-meet.svg) no-repeat center;
}

.acms-product-amico-calendar {
    background: url(./../amicoone/bg-amico-calendar.svg) no-repeat center;
}

.acms-product-amico-files {
    background: url(./../amicoone/bg-amico-files.svg) no-repeat center;
}

.acms-product-amico-hrm {
    background: url(./../amicoone/bg-amico-hrm.svg) no-repeat center;
}

.acms-amico-mail-bg {
    background: #F7F5FF;
}

.acms-amico-mail-color {
    color: #7759FF
}

.acms-amico-chat-bg {
    background: #E6F1FF;
}

.acms-amico-chat-color {
    color: #006BFF;
}

.acms-amico-meet-bg {
    background: #F7FFF0;
}

.acms-amico-meet-color {
    color: #78C841;
}

.acms-amico-calendar-bg {
    background: #FFF1F1;
}

.acms-amico-calendar-color {
    color: #EA2121;
}

.acms-amico-files-bg {
    background: #FFF9E8;
}

.acms-amico-files-color {
    color: #F8BA03;
}

.acms-amico-hrm-bg {
    background: #E5F3FF;
}

.acms-amico-hrm-color {
    color: #004A88;
}

/* END PRODUCTS */

/* TESTIMONIALS */

#section-what-our-clients-say {
    background: #F3FCFF;
    position: relative;
}

.testimonials {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.testimonials h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #222;
}

.slider-wrapper {
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    /* padding: 0 40px; */
}

.slide p {
    color: #555;
    font-size: 13px;
    line-height: 1.7;
    /* max-width: 900px; */
    margin: 0 auto 30px;
}

.author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #edd6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #7a2cbf;
}

.author-details {
    text-align: left;
}

.author-details strong {
    display: block;
    font-size: 14px;
}

.author-details span {
    font-size: 13px;
    color: #666;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    margin-top: 20px;
}

.nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #007ea7;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.nav button:hover {
    background: #0096c7;
}

.counter {
    font-size: 14px;
    color: #333;
    min-width: 60px;
    text-align: center;
}

/* END TESTIMONIALS */

/* PHILOSOPHY */

#section-amico-one-philosophy .philosophy {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
    text-align: center;
}

#section-amico-one-philosophy .philosophy h2 {
    font-size: 42px;
    line-height: 1.3;
    max-width: 900px;
    margin: 0 auto 24px;
    font-weight: bold;
}

#section-amico-one-philosophy .philosophy p {
    max-width: 900px;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

#section-amico-one-philosophy .stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

#section-amico-one-philosophy .stat-card {
    background: #eef1ff;
    padding: 16px 76px 16px 24px;
    border-radius: 16px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section-amico-one-philosophy .stat-card h2 {
    font-size: 56px;
    font-weight: 600;
    margin: 0;
    color: #002b3f;
}

#section-amico-one-philosophy .stat-card h4 {
    font-size: 15px;
}

#section-amico-one-philosophy .stat-card span {
    font-size: 16px;
    color: #002b3f;
    font-weight: 500;
}

#section-amico-one-philosophy .stat-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
}

@media (max-width: 768.99px) {
    #section-amico-one-philosophy .philosophy h2 {
        font-size: 32px;
    }
}

/* END PHILOSOPHY */

/* PRICING BANNER */

#section-product-plan-banner .pricing-banner {
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(135deg, #002b3f, #003f5c);
    color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

#section-product-plan-banner .left {
    flex: 2;
}

#section-product-plan-banner .left h1 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: bold;
}

#section-product-plan-banner .left p {
    margin: 0 0 30px;
    color: #cfe9f3;
    font-size: 14px;
}

#section-product-plan-banner .plans {
    display: flex;
    gap: 40px;
}

#section-product-plan-banner .plan h3 {
    margin-bottom: 12px;
    font-size: 16px;
}

#section-product-plan-banner .plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#section-product-plan-banner .plan li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e5f6ff;
}

#section-product-plan-banner .plan li::before {
    content: "✔";
    color: #4dd2ff;
    margin-right: 8px;
}

#section-product-plan-banner .right {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section-product-plan-banner .right span {
    font-size: 14px;
    color: #cfe9f3;
}

#section-product-plan-banner .price {
    font-size: 40px;
    font-weight: bold;
    color: #4dd2ff;
    margin: 8px 0 20px;
}

#section-product-plan-banner .price small {
    font-size: 14px;
    font-weight: normal;
    color: #cfe9f3;
}

#section-product-plan-banner .btn {
    background: #007ea7;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 16px;
}

#section-product-plan-banner .btn:hover {
    background: #0096c7;
}

#section-product-plan-banner .links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 20px;
    border-bottom: 1px dotted #ffffff;
    padding-bottom: 2px;
}

#section-product-plan-banner .pricing-banner::after {
    content: "";
    position: absolute;
    right: -147px;
    width: 300px;
    height: 100%;
    background: url(./../amicoone/plan-amicoone-logo.svg) no-repeat;
    border-radius: 50%;
    opacity: 25%;
    top: 5%;
}

.acms-product-amico-mail, .acms-product-amico-chat, .acms-product-amico-meet, 
.acms-product-amico-calendar, .acms-product-amico-files, .acms-product-amico-hrm {
    background-size: contain;
}

.acms-amicoone-card div:first-child {
    height: 50%;
    padding: 5%;
    display: flex;
    align-items: center;
}

#div-stat-cards {
    gap: 10px;
}

#div-stat-cards h4 {
    margin-bottom: 0;
}

/* END PRICING BANNER */

@media screen and (max-width: 768.99px) {
    h2 {
        font-size: 15px;
    }

    h4 {
        font-size: 13px;
    }

    p {
        font-size: 10px;
    }

    .acms-section {
        padding: 25px 25px 25px 25px;
    }

    .acms-button {
        padding: 5px 10px;
        font-size: 12px;
        height: 34px;
    }

    .acms-section-title {
        font-size: 16px;
        line-height: 24px;
    }

    #hero-section-title {
        font-size: 28px;
    }

    #img-amicoone {
        margin-left: -60%;
        width: 90px;
    }

    #img-amicoone-icon {
        width: 30px;
    }
 
    #img-console-page {
        width: 100%;
    }

    #div-apps {
        gap: 25px 10px;
    }

    #div-apps img {
        margin-left: 5px;
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

    .acms-amicoone-card {
        height: fit-content;
        width: 40%;
        padding: 5px;
        margin: 5px;
    }

    .acms-amicoone-card:last-child img {
        padding: 20px 0;
    }

    .acms-amicoone-card hr {
        margin: 0.1rem 0;
    }

    .acms-amicoone-card p {
        font-size: 10px;
    }

    #ul-product-categories {
        font-size: 11px;
        margin: 25px -25px;
        padding: 0;
    }

    .acms-product {
        flex-direction: column;
        padding-right: 0;
    }

    .acms-product-details {
        text-align: center;
        padding: 0 20px;
    }

    .acms-product-even {
        flex-direction: column-reverse;
    }

    .acms-product-img {
        width: 80%;
    }

    .acms-product-bg {
        background-size: contain;
    }

    .stat-card {
        padding: 16px;
    }

    .testimonials-quote {
        position: absolute;
        width: 15%;
        left: 2%;
    }

    .testimonials-bg-left {
        display: none;
        /* position: absolute;
        height: 100%;
        width: 100%;
        margin-left: -50%; */
    }

    .testimonials-bg-right {
        display: none;
        /* position: absolute;
        height: 100%;
        width: 100%;
        left: 50%; */
    }

    #section-amico-one-philosophy .stat-card {
        padding: 16px;
        height: 125px;
    }

    #section-amico-one-philosophy .stat-card h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    #section-amico-one-philosophy .stat-card h4 {
        font-size: 12px;
    }

    .testimonials h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #section-product-plan-banner .pricing-banner {
        flex-direction: column;
        padding: 20px;
    }

    #section-product-plan-banner .left h1 {
        font-size: 16px;
    }

    #section-product-plan-banner .left p {
        font-size: 13px;
    }

    #section-product-plan-banner .plan h3 {
        font-size: 14px;
    }

    #section-product-plan-banner .plan li {
        font-size: 13px;
    }

    #section-product-plan-banner .pricing-banner {
        gap: 20px;
    }

    #section-product-plan-banner .right {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        padding-top: 20px;
    }

    #section-product-plan-banner .pricing-banner::after {
        display: none;
    }

    #div-product-categories {
        margin-left: -25px;
        margin-right: -25px;
    }

    .acms-product-bg {
        display: flex;
        justify-content: center;
    }

    .acms-amicoone-card img {
        padding: 10px 0;
    }

    #div-why-cards {
        gap: 5px;
    }

    .acms-amicoone-card {
        width: 44%;
        height: 200px;
    }

    .acms-amicoone-card div:first-child {
        height: 50%;
        padding: 5%;
    }

    .acms-amicoone-card img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {    
    .testimonials-quote {
        position: absolute;
        left: 10%;
        top: 0%;
    }

    .testimonials-bg-left {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .testimonials-bg-right {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    
    .acms-section {
        padding: 100px 100px 0px 100px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991.99px) {

    #img-console-page, .acms-product-img {
        width: 100%;
    }

    .acms-product {
        gap: 20px;
        padding:20px;
    }
    
    .acms-product-details, .acms-product-bg {
        width: fit-content;
    }

    .acms-product-amico-mail, .acms-product-amico-chat, .acms-product-amico-meet, 
    .acms-product-amico-calendar, .acms-product-amico-files, .acms-product-amico-hrm {
        display: flex;
    }
    
    #section-product-plan-banner .pricing-banner {
        flex-direction: column;
        padding: 20px;
    }

    #section-product-plan-banner .left h1 {
        font-size: 16px;
    }

    #section-product-plan-banner .left p {
        font-size: 13px;
    }

    #section-product-plan-banner .plan h3 {
        font-size: 14px;
    }

    #section-product-plan-banner .plan li {
        font-size: 13px;
    }

    #section-product-plan-banner .pricing-banner {
        gap: 20px;
    }

    #section-product-plan-banner .right {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        padding-top: 20px;
    }

    #section-product-plan-banner .pricing-banner::after {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #img-console-page, .acms-product-img {
        width: 100%;
    }

    .acms-product-details {
        width: 50%;   
    }
}

@media screen and (min-width: 992px) {
    #section-amico-one-philosophy {
        padding-bottom: 55px;
        /* padding-bottom: 100px; */
    }
    
    .acms-product {
        width: 85%;
        justify-content: center;
        gap: 5%;
    }

    .acms-product-bg {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #div-product-categories {
        margin: 0 -100px;
    }
    
    .acms-section-title {
        line-height: 60px;
    }

    #div-stat-cards {
        gap: 20px;
    }
}