.aboutus-retreat {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 69px;
}

.retreat-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.retreat-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 992px) {
    .aboutus-retreat {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .aboutus-retreat {
        margin-top: 170px;
    }
}

@media (max-width: 576px) {
    .retreat-content {
        top: 20%;
    }
}

.aboutus-badge-outline {
    border: 1px solid #e0e0e0;
    color: #333;
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.aboutus-ourstory {
    padding: 60px 0;
}

/* team image */
@media (max-width: 576px) {
    .team-img.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    .team-img .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* mission and vision*/
.aboutus-card-wrapper {
    position: relative;
    padding: 20px 20px 60px 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.aboutus-blue-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 75%;
    background-color: #0d6efd;
    border-radius: 30px;
    z-index: 1;
}

.aboutus-content-layer {
    position: relative;
    background: #ffffff;
    padding: 50px 40px;
    z-index: 2;
    border-radius: 20px 80px 30px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.aboutus-card-wrapper h2.aboutus-card-title {
    font-weight: 700 !important;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.aboutus-card-text {
    color: #444;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: justify;
}

.aboutus-icon {
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 65px;
    height: 65px;
    z-index: 5;
}

.aboutus-section-wrapper {
    max-width: 100%;
    overflow-x: hidden;
}

/* responsive design */
@media (max-width: 992px) {
    .aboutus-content-layer {
        padding: 40px 30px;
    }

    .aboutus-title {
        font-size: 2rem;
    }

    .aboutus-icon {
        width: 55px;
        height: 55px;
        left: 20px;
    }
}

@media (max-width: 768px) {
    .aboutus-card-wrapper {
        padding: 15px 15px 50px 15px;
    }

    .aboutus-blue-layer {
        width: 100%;
        height: 70%;
        border-radius: 25px;
    }

    .aboutus-content-layer {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .aboutus-title {
        font-size: 1.6rem;
    }

    .aboutus-text {
        font-size: 0.95rem;
    }

    .aboutus-icon {
        position: static;
        display: block;
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .aboutus-title {
        font-size: 1.4rem;
    }

    .aboutus-text {
        font-size: 0.9rem;
    }
}

/* Expertise  */
.about-expertise-section {
    background-color: #010b1d;
    color: #ffffff;
}

.about-expertise-title {
    color: #007bff;
    font-weight: 700;
    text-transform: capitalize;
}

.about-expertise-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0 auto;
}

.about-expertise-card {
    border: 2px solid #1a3a5a;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.about-expertise-card:hover {
    border-color: #007bff;
    transform: translateY(-8px);
}

.about-expertise-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.about-expertise-section .card-img-overlay {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0) 70%);
    padding: 25px;
    border-radius: 18px;
}

.about-expertise-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.4;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* WHAT SETS US APART? */
.about-feature-card {
    border: 2px solid #007bff;
    border-radius: 20px;
    padding: 60px 20px 30px 20px;
    height: 100%;
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
}

/*  Icon Circle */
.about-icon-wrapper {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border: 2px solid #007bff;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    z-index: 5;
}

.about-icon-img {
    width: 80%;
    height: auto;
    display: block;
}

.about-card-body {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
}