/* .custom-card {
    position: relative;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
    max-width: 350px;
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
    background-color: #cbedffd9;
}

.card-content h5 {
    margin-bottom: 12px;
}

.card-content p {
    color: var(--gray);
    margin-bottom: 20px;
}

.card-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0.15;
    z-index: 0;
}

.card-icon img {
    width: 90px;
    height: auto;
}

.equal-height-cards-row > .col-class {
    display: flex;
}

.equal-height-cards-row > .col-class > .custom-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}
 */

.enterprise-uptime-card {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: start;
}

.cards-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.content-card {
    color: #64748b;
}

.icon-wrapper {
    margin-bottom: 16px;
    width: 60px;
    height: 60px;
    background: #f39c12;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.enterprise-uptime-card h5 {
    font-weight: 600;
    margin: 0 0 8px 0;
}

.enterprise-uptime-card p {
    margin: 0;
}



.equal-height-cards-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-cards-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.triangle-card {
    padding: 30px;
    border-radius: 30px 0 30px 0;
    background: rgba(178, 224, 235, 0.057);
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: start;
    margin: 10px 0px;
    flex: 1 1 auto;
}

.triangle-card h5 {
    font-weight: 600;
}

.card-img {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

/* odoo Card */
.odoo-service-card {
    background: linear-gradient(100deg, #f4f7f9 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.odoo-service-card:hover {
    transform: translateY(-5px);
}

.odoo-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    max-width: 650px;
    margin: 0 auto;
}

.odoo-service-list {
    list-style: none;
    padding-left: 0;
    max-width: 650px;
    margin: 1.5rem auto 0;
}

.odoo-service-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #444;
}

.odoo-service-list li::before {
    content: "🛠️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.1rem;
    color: #7c4dff;
}

@media (max-width: 768px) {
    .odoo-service-card {
        flex-direction: column;
        text-align: center;
    }

    .odoo-description,
    .odoo-service-list {
        text-align: center;
    }

    .odoo-service-list li {
        padding-left: 1.5rem;
    }
}

/* zoho  */
@media (max-width: 768px) {
    .zoho-service-card {
        text-align: center;
    }

    .zoho-paragraph,
    .zoho-service-list {
        text-align: center;
    }

    .zoho-service-list li {
        padding-left: 1.5rem;
        text-align: left;
    }
}

.zoho-service-card {
    background: linear-gradient(100deg, #ffffff, #fdf9f8);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.zoho-service-list {
    list-style: none;
    padding-left: 0;
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
}

.zoho-service-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.zoho-service-list li::before {
    content: "🔧";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #0077b5;
}

@media (max-width: 768px) {
    .zoho-service-card {
        text-align: center;
    }

    .zoho-paragraph,
    .zoho-service-list {
        text-align: center;
    }

    .zoho-service-list li {
        padding-left: 1.5rem;
        text-align: left;
    }
}

/* salesforce */
.salesforce-service-card {
    background: linear-gradient(100deg, #f4f9ff, #ffffff);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.salesforce-service-card:hover {
    transform: translateY(-4px);
}

.salesforce-paragraph {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2c3e50;
}

.salesforce-service-list {
    list-style: none;
    font-size: 1rem;
    color: #444;
    padding-left: 0;
}

.salesforce-service-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.salesforce-service-list li::before {
    content: "⚙️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.1rem;
    color: #00a1e0;
}

@media (max-width: 768px) {
    .salesforce-service-card {
        text-align: center;
    }

    .salesforce-paragraph,
    .salesforce-service-list {
        text-align: center;
    }

    .salesforce-service-list li {
        padding-left: 1.5rem;
        text-align: left;
    }
}

@media (min-width: 344px) and (max-width: 364px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 257px !important;
        left: 0px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
    .hero3-img {
        height: 45vh !important;
    }
}

@media (min-width: 365px) and (max-width: 384px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 255px !important;
        left: 0px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
    .hero3-img {
        height: 46vh !important;
    }
}

@media (min-width: 385px) and (max-width: 394px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 273px !important;
        left: 3px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
    .hero3-img {
        height: 60vh !important;
    }
}

@media (min-width: 395px) and (max-width: 404px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 288px !important;
        left: 12px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
    .hero3-img {
        height: 60vh !important;
    }
}

@media (min-width: 405px) and (max-width: 414px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 288px !important;
        left: 8px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
}

@media (min-width: 415px) and (max-width: 419px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 288px !important;
        left: 3px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 288px !important;
        left: 0px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .diamond-grid {
        height: 151px !important;
        width: 147px !important;
        bottom: 288px !important;
        left: 0px !important;
    }
    .diamond-card {
        box-shadow: none !important;
    }
}

@media (min-width: 1026px) and (max-width: 1199px) {
    .diamond-grid {
        height: 0px !important;
        width: 0px !important;
        bottom: 208px !important;
        left: 230px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .diamond-grid {
        height: 0px !important;
        width: 0px !important;
        bottom: 208px !important;
        left: 275px !important;
    }
}

@media (min-width: 1400px) and (max-width: 2000px) {
    .diamond-grid {
        height: 0px !important;
        width: 0px !important;
        bottom: 208px !important;
        left: 320px !important;
    }
}

.recognition {
    /* margin-top: 20px; */
    padding: 10px;
}

.recognition .row {
    align-items: center;
}

.award-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.recognition .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
