:root {
    --fontSecondary: #676767;
    --primary: #fd5602;
}

.bg-gray-100 {
    background-color: #f2f3f4 !important;
}

.banner-image img {
    width: 100%;
}

.seeMore {
    font-weight: 600;

    cursor: pointer;
    transition: color 0.3s ease;
}

.seeMore:hover {
    color: var(--primary);
}

@media only screen and (max-width: 600px) {

    /*Smartphones [0 -> 600px]*/
    .tab-item {
        width: 100px;
    }
}

.tab-icon-box img {
    margin: 0 auto;
    height: 65px;
}

.tab-item:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.tab-item .btn-text {
    color: var(--fontSecondary);
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.1;
}

.enterprise-core-services-section .entp-core-service-tab-btn .show {
    display: block;
}

.enterprise-core-services-section .entp-core-service-tab-btn .hide {
    display: none;
}

.enterprise-core-services-section .entp-core-service-tab-btn .tab-item.active {
    transform: scale(1.1);
    background: var(--primary);
}

.enterprise-core-services-section .entp-core-service-tab-btn .bg-gray-100.tab-item.active {
    transform: scale(1.1);
    background: var(--primary) !important;
}

.entp-core-service-tab-btn .active .show {
    display: none;
}

.entp-core-service-tab-btn .active .hide {
    display: block;
}

[data-tab-content],
[data-content-bcc] {
    display: none;
}

.active[data-tab-content],
.active[data-content-bcc] {
    display: grid;
}

.enterprise-core-services-section .tab-item {
    width: 130px;
    padding: 20px;
    background-color: white;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease;
}

.enterprise-core-services-section .service-item {
    position: relative;
}

.enterprise-core-services-section .service-item .icon {}

.enterprise-core-services-section .service-item .icon img {
    width: 100%;
    height: 65px;
}

.enterprise-core-services-section .service-item .text-box {}

.enterprise-core-services-section .service-item .text-box h2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #464646;
}

.enterprise-core-services-section .service-item .text-box p {}

.entp-core-service-tab-btn .tab-item .tab-icon-box {}

.entp-core-service-tab-btn .tab-item .btn-text {
    font-size: 14px;
}

.entp-core-service-tab-btn .active .btn-text {
    color: #fff;
    font-size: 15px;
}

.entp-core-service-tab-btn .btn-text
/* Industry SOlutions */

.clients-container .nav.nav-tabs {
    justify-content: center;
    row-gap: 15px;
}

.clients-container .nav.nav-tabs .nav-link {
    width: max-content;
}

/* Popular Business Solutions */
.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .content-box {
    min-height: 200px;
    max-width: 200px;
}

.entp-about-us-section .about-us-carousel-contaienr .about-us-carousel .slick-dots {
    height: 35px;
    overflow: hidden;
    bottom: -33px !important;
}

/* Testimonial */

.tesimonial-card {
    border-radius: 10px;
    background: #f2f3f4;
    transition: height 0.3s ease-in-out;
}

.tesimonial-card::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f2f3f4;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
    border-radius: 10px;
    top: 5%;
    left: 45%;
}

.tesimonial-card h3 {
    color: var(--primary);
}

.testimonial-item .logo {
    width: 8rem;
    height: 5rem;
    margin: 0 auto;
}

.testimonial-item .logo img {
    object-fit: contain;
}

/* Video  */
#myVideo {
    min-width: 100%;
    min-height: 100%;
}

@media only screen and (max-width: 599px) {
    .enterprise-core-services-section .tab-item {
        width: 110px;
        padding: 20px 10px;
    }
}


.home-slider-section .slick-dots {
    bottom: 5px;
}
