/*--------------------------------------------------------------
# API Packages Section
--------------------------------------------------------------*/
.package-section-bg{
    background-color: #ffffff;
}
.api-packages .packages-section-title h2 {
    color: #3f4044;
    text-align: center;
    font-weight: 700;
	margin-top: 30px;
    margin-bottom: 20px;
}

.api-packages .packages-section-title p {
    text-align: center;
    margin: 0 auto;
    /* width: 70%; */
    padding-bottom: 60px;
    font-size: 15px;
    color: #5c5c5c;
}

.api-packages .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
     box-shadow: 0 2px 5px 0 rgba(18, 38, 63, .16), 0 2px 10px 0 rgba(18, 38, 63, .16);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid #F6F6F6;
    margin-bottom: 20px;
        --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.api-packages .icon-box .icon {
    /* margin: 0 auto 20px auto; */
    width: 40px;
    height: 40px;
    background: #e9f1f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    margin-bottom: 20px;

}

.api-packages .icon-box .icon img {
    width: 40px;
    height: 40px;
}

.api-packages .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: left;
}

.api-packages .icon-box h4 a {
    color: #3f4044;
    text-decoration: none;
    font-size: 15px;
        font-weight: 600;
    font-family: sans-serif;
}

.api-packages .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #5c5c5c;
    text-align: left;
}

.api-packages .icon-box:hover {
    transform: translateY(-10px);
    border-color: #FD7B33; /* Adjust to your brand color */
}

/* .api-packages .icon-box:hover .icon {
    background: #5cb874; 
} */

/* .api-packages .icon-box:hover .icon img {
    filter: brightness(0) invert(1);
} */

.api-packages .icon-box:hover h4 a {
    color: #FD7B33; /* Adjust to your brand color */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .api-packages .packages-section-title p {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .api-packages .packages-section-title p {
        width: 100%;
    }
    .api-packages .col-md-6 {
        margin-bottom: 20px;
    }
}