h1,
#about-us-strength .card h2 {
    color: var(--blue-navy-light);
}
.text-primary-blue {
    color: var(--primary-blue);
}
@media screen and (max-width: 576px) {
    .px-xs-p10 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

#about-us-content h1, #about-us-strength h1 {
    font-size: 1.5rem;
}

#about-us-content img.img-section{
    object-fit: cover;
    border-radius: 40px;
}

#about-us-content .about-us-text-gray img{
    max-width: 100%;
}

#headline {
    height: 400px;
    background: linear-gradient(to right, #ecf2f6ff, #ecf2f600 70%);
}

#about-us-strength-icon {
    position: absolute;
    top: -35px;
    width: 70px;
    aspect-ratio: 1/1;
}
#about-us-strength .card {
    padding: 70px 20px 30px;
    margin-bottom: calc(3rem + 50px);
}
/* #about-us-strength .card p {
    text-align: center;
    color: #696984;
} */

#strength-card-container .card {
    height: max-content;
    /* min-height: 370px; */
    border-radius: 12px !important;
    border: none;
    padding-top: 70px;
    padding-bottom: 30px;
    cursor: pointer;
}

#strength-card-container .card h2 {
    font-size: 1.2rem;
    /* margin-bottom: 25px;
    height: 70px; */
}

#about-us-strength-cloud1 {
    position: absolute;
    width: 240px;
    top: -80px;
    left: -80px;
}

#about-us-strength-cloud2 {
    position: absolute;
    width: 200px;
    top: 40px;
    right: -80px;
}

#popup-card {
    position: fixed;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    border-radius: 21px;
    border: none;
    opacity: 0;
    z-index: 12;
    transition: transform 0.3s ease, opacity 0.3s ease;
    max-width: 400px;
}

#popup-card img {
    width: 70px;
    height: 70px;
    top: -35px;
    position: absolute;
}

#popup-card.card .card-body h5 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#popup-card.card .card-body h5 p{
    color: var(--blue-navy-light);
}

#popup-card.card .card-body p {
    text-align: center;
    color: #696984;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(7px);
    z-index: 10; /* Ensure it's above other content */
}

#testimonies {
    margin-bottom: 172px;
}

#testimonies p.text-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    /* max-width: 70%; */
}
#testimonies .testimonies-container .card {
    border: none;
    box-shadow: 7px 13px 20px 1px #10101014;
}
#testimonies .card .card-body {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
#testimonies .card .card-body .card-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
#testimonies .card .card-body .card-info {
    gap: 35px;
}
#testimonies .card .card-body .card-info .text h5.text-name {
    margin-bottom: 0;
    color: #101010;
}
#testimonies .card .card-body .card-info .text p.text-position {
    margin-bottom: 0;
    color: #959595;
}
#testimonies .card .card-body p {
    color: #4e4b4b;
}
#testimonies .card .card-body .wrapper-text {
    max-height: 85px;
    overflow: hidden;
}

#highlight-project {
    margin-bottom: 100px;
}

#highlight-project .text-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
}
#highlight-project .btn-view-event {
    color: #ffffff;
    background-color: var(--orange);
    padding: 15px 41px;
}
#highlight-project .wrapper-content-event-highlight{
    border-radius: 15px;
}
#highlight-project .wrapper-content-event-highlight h2{
    font-size: 1.2rem;
    color: var(--blue-navy-light);
    text-align: center;
}
/* #highlight-project .wrapper-content-event-highlight img{
    margin-bottom: 38px;
} */
#highlight-project .wrapper-content-event-highlight .wrapper-desc-event-highlight{
    margin-top: -55px;
}
#highlight-project .wrapper-content-event-highlight .desc-event-highlight{
    background-color: #ffffff;
    padding: 30px 30px 10px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
#highlight-project .btn-view-event:hover{
    background-color: #d74e18;
}

.owl-testimoni.owl-carousel .card.blur {
    opacity: 0.5;
}
.owl-testimoni .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-testimoni .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #d9d9d9 !important;
    border-radius: 50%;
    margin-left: 10px;
}
.owl-testimoni .owl-dots .owl-dot.active {
    height: 14px;
    width: 14px;
    background-color: #faa80d !important;
}

@media screen and (min-width: 1399px) {
    #about-us-strength-icon {
        top: -25px;
        width: 50px;
    }
    #highlight-project {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 991px) {
    /* #strength-card-container .card {
        min-height: 310px;
    } */
    #about-us-content img.img-section{
        border-radius: 20px;
    }
    #highlight-project {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    #about-us-strength .card {
        margin-bottom: calc(1.5rem + 50px);
    }
}

@media screen and (max-width: 575px) {
    #about-us-strength-cloud1 {
        display: none;
    }

    #about-us-strength-cloud2 {
        display: none;
    }
    #popup-card {
        width: 90%;
    }
    #testimonies p.text-title {
        padding: 0px 15px;
        font-size: 25px;
        margin-bottom: 65px;
    }
}

@media screen and (max-width: 350px) {
    #strength-card-container .card {
        padding-bottom: 2rem;
    }
}
