@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Teko:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");

.card {
    height: auto !important;
    margin: 18px auto auto auto !important;
}

.link.whatsapp .whatsapp-number {
    display: none;
    position: absolute;
    background-color: #25D366;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    bottom: 100%;
    white-space: nowrap;
    font-size: 0.8rem;
    z-index: 20;
    margin-left: -10%;
}

.link.whatsapp:hover .whatsapp-number {
    display: block;
}

.containerx {
    word-break: break-word !important;
}

.expertise-section {
    font-family: Arial, sans-serif;
    padding: 1px 13px;
    border-radius: 8px;
    width: 98%;
    margin: 15px 1% 0 1%;

}


.expertise-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    padding: 2px;
    border-radius: 5px;
    color: #333;
}

.expertise-label {
    font-size: 10px;
    font-weight: bold;
    flex-basis: 50%;
    text-align: left;
    color:#333;
}

.progress-container {
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    position: relative;
    flex-grow: 1;
    margin-left: 10px;
    height: 11px;
}

.progress-bar {
    background: linear-gradient(60deg, #43a047, #9ae39d);
    height: 100%;
    width: 0;
    transition: width 2s ease;
    position: relative;
}

.progress-percentage {
    position: absolute;
    right: 5px;
    top: -5px;
    line-height: 20px;
    font-size: 10px;
    color: black;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
.team-mxt-carousel .owl-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transitions */
}

.team-mxt-carousel .carousel-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    word-break: break-word !important;
}
.carousel-item{
    padding: 0 !important;
  }

/* Responsive Styles */
@media only screen and (max-width: 767px) {
    .team-mxt-carousel .carousel-item {
        margin: 0 10px;
    }
}

.team-mxt-carousel .owl-nav .owl-prev {
    background-color: #fff;
    color: #333;
    font-size: 24px;
    position: absolute;
    top: 50%;

}

.team-mxt-carousel .owl-nav .owl-next {
    background-color: #fff;
    color: #333;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 0;
}

.team-mxt-carousel .owl-dots {
    display: flex;
  justify-content: center;
}
.team-mxt-carousel .owl-dots .owl-dot {
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
}

.team-mxt-carousel .owl-dots .owl-dot.active {
    background: #333;
}
.social-link {
    text-decoration: none !important;
}

/* For styles that depend on PHP variables, use CSS custom properties */
:root {
    --cards-in-row-pc: 3;
    --cards-in-row-tablet: 2;
}

@media only screen and (max-width: 767px) {
    .team-mxt-carousel .carousel-item {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .team-mxt-carousel .owl-item {
        width: calc(100% / var(--cards-in-row-tablet));
    }
}

@media only screen and (min-width: 1170px) {
    .team-mxt-carousel .owl-item {
        width: calc(100% / var(--cards-in-row-pc));
    }
}