/* .working-in-kosmonte-section,
.diversiteti-dhe-gjithe-pershirja-kosmonte-section {
    margin-top: 100px;
} */

.working-in-kosmonte-quotes h4 {
    margin-bottom: 40px;
}
.working-in-kosmonte-main-title {
    font-size: 45px;
    /* margin-left: 12%; */
    padding-bottom: 20px;
    padding-top: 7%;
}

.te-punosh-ne-kosmone-p p {
    margin-left: 20px;
}

.working-in-kosmonte-quotes-title {
    color: #59be40;
    font-size: 20px;
}
.working-in-kosmonte-sub-title {
    color: #eb192d;
    font-size: 20px;
    padding-bottom: 10px;
}

.working-in-kosmonte-paragraph {
    font-size: 20px;
    margin-left: 2%;
}
.col-top {
    margin-bottom: 50px;
}
.content-section {
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #333;
}

.content-section p {
    line-height: 1.6;
}

.karriera-overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    mix-blend-mode: multiply;
}

.container-cards {
    width: 100%;
}

.container-cards-1 {
    width: 60%;
}

.container-cards-1 .employee-card .card-image .card-image-person-info {
    transform: translateY(-75px) !important;
}
.container-cards-2 .employee-card .card-image .card-image-person-info {
    transform: translateY(-60px) !important;
}

.employee-card {
    width: 100%;
}

.card-description {
    width: 50%;
}

.card-description p {
    transform: translateY(-30px);
}

.card-image {
    width: 50%;
}

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

.card-image-person-info {
    position: relative;
    transform: translateY(-40px);
}

.btn-diversiteti-apliko {
    background-color: white;
    color: red;
    border: 1px solid gray;
    padding: 5px 30px;
    border-radius: 10px;
}

.card-image-person-info p {
    position: absolute;
    top: 50%;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.employee-card .card-description p {
    width: 100%;
    margin: 0 30px;
}

/*Diversiteti dhe Gjithepershirja Section */

.diversiteti-row {
    display: flex;
    justify-content: center;
}

.col-4 {
    width: calc(33.333% - 20px); /* Adjust the width as needed */
    margin: 10px;
}

.red-line-and-paragraph {
    display: flex;
    gap: 20px;
    margin-top: 100px;
}

.employee-img-and-square {
    display: flex;
    flex-direction: column;
}
.diversiteti-img {
    height: fit-content;
    align-self: end;
    width: 100%; /* Adjust as needed */
    margin-top: -20%; /* Overlap the girl image and red square */
    position: relative;
}
.employee-quotes {
    display: flex;
    width: 431px;
    height: 478px;
}

.diversiteti-red-line-img {
    height: fit-content;
}

.name-tag {
    color: white;
    padding: 5px 10px 0 30px;
    z-index: 1;
    margin-top: -50px;
}
.swiper-container {
    display: none;
}
/* Add responsive styling for mobile */
@media (max-width: 768px) {
    .desktop-quotes {
        display: none; /* Hide the row layout on mobile */
    }
    .swiper-container {
        display: block;
    }
    .swiper-slide {
        width: 100%;
    }
    .mobile-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mobile-slider .red-line-and-paragraph,
    .mobile-slider .employee-img-and-square {
        width: 100%;
    }

    .mobile-slider .diversiteti-red-line-img,
    .mobile-slider .diversiteti-girl-img,
    .mobile-slider .diversiteti-img {
        max-width: 100%; /* Ensure images are not larger than the container */
    }
}

/*Limit max 2 employees per row*/
.te-punosh-employee-container {
    display: grid!important; /* Use grid layout */
    grid-template-columns: repeat(2, 1fr); /* Two cards per row */
}

.te-punosh-employee-container .employee-card {
    width: 100%!important; /* Ensure cards fit within grid columns */
}

@media (max-width: 767px) {
    .te-punosh-employee-container {
        display: grid!important; /* Use grid layout */
        grid-template-columns: repeat(1, 1fr); /* Two cards per row */
    }

    .te-punosh-employee-container .diversiteti-red-line-img{display: none!important;}

    .te-punosh-employee-container .employee-card {
        flex-direction: column-reverse!important;
    }

    .te-punosh-employee-container .card-description {width: 100% !important}
    .te-punosh-employee-container .card-image {width: 100% !important}
}
