/* banner */
.people-behind-banner {
    background: url('/assets/wedding-services/our-team-banner.png');
    background-size: cover;
    height: 575px;
}

.people-behind-ekka {
    background-image: url('/assets/ekaa/people-behind-ekaa-banner.png');
    background-size: cover;
    height: 575px;
    background-position: center;
}

.team-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.team-banner-content p {
    font-size: 42px;
    color: white;
    font-weight: 600;
    padding: 0px 10px;
    line-height: 1.4;
}

/* ph-description */

.ph-description {
    padding: 100px 160px;
}

.ph-description p {
    font-size: 24px;
    color: #2F2F2F;
}

/* our-team-intro */
.our-team-intro {
    padding: 30px 50px !important;
    gap: 70px;
}

.our-team-intro .card-details .content h2 {
    font-size: 32px !important;
}

.our-team-intro .card-details .content p {
    font-size: 16px !important;
}

.our-team-intro .card-details {
    gap: 20px !important;
    flex: 1;
}

/* carousel */
.our-team-carousel .single-carousel img {
    height: 600px !important;
    object-fit: cover;
}

/* ws-expertise */

.ws-expertise-card {
    padding: 0px 120px 60px 120px;
}

.ws-expertise-card .card-details {
    gap: 40px;
    margin-bottom: 20px;
}

.ws-expertise-card .card-details .icon img {
    height: 100%;
    object-fit: cover;
}

.ws-expertise-card .card-details .icon,
.ws-expertise-card .card-details .content {
    flex: 1;
}

.ws-expertise-card .card-details .content h2 {
    font-size: 36px;
    line-height: 1.2;
}

.ws-expertise-card .card-details .content p {
    font-size: 18px;
    line-height: 1.4;
}

.ws-expertise-banner {
    background: url("/assets/wedding-services/our-expertise-banner.png");
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    /* Centers the child vertically */
    justify-content: flex-end;
}

.ws-expertise-banner .banner-detail-content {
    background-color: #FFEDDF;
    color: #44331C;
    padding: 20px 40px;
    width: 35%;
    margin-right: 60px;
}

.ws-expertise-banner .banner-detail-content p:not(:last-child) {
    border-bottom: 1px solid #000;
}

.ws-expertise-banner .banner-detail-content p {
    padding: 18px 0px;
    font-size: 15px;
}

.ws-expertise-section .title {
    font-size: 42px;
}

.team-single-card {
    width: 50%;
}

@media screen and (max-width: 767.98px) {
    .ph-description {
        padding: 60px 15px;
    }

    .ph-description p {
        font-size: 16px;
        line-height: 1.4;
    }

    .ph-description p:first-child {
        margin-bottom: 10px;
    }

    .card-details {
        display: block;
    }

    .ws-expertise-card {
        padding: 0px 20px 0px 20px;
        display: block;
    }

    .ws-expertise-card .card-details .content p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .ws-expertise-card .card-details .content h2 {
        font-size: 26px !important;
        line-height: 1.2;
        margin-top: 6px;
    }

    .card-details .icon img {
        width: 100%;
    }

    .our-team-intro {
        padding: 0px 20px !important;
    }

    .ws-expertise-card .card-details {
        margin-bottom: 40px;
    }

    .team-banner-content {
        width: 100%;
        padding: 0px 10px;
    }

    .team-banner-content p {
        font-size: 32px;
    }

    .our-team-carousel png {
        display: none;
    }

    .our-team-carousel .slick-dots li button:before {
        font-size: 8px;
    }

    .people-behind-ekka {
        height: 440px;
    }

    .ws-expertise-section .title {
        font-size: 32px;
    }
    
    .our-team-carousel .single-carousel img {
        height: 420px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .ws-expertise-card {
        padding: 20px;
    }

    .ws-expertise-card .card-details .content h2 {
        font-size: 32px;
    }

    .ws-expertise-card .card-details .content p {
        font-size: 14px;
    }

    .ws-expertise-card {
        display: block;
    }

    .ph-description {
        padding: 60px 40px;
    }

    .ph-description p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px) {
    .team-single-card {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .our-team-intro .card-details .content p {
        font-size: 16px;
    }
}