/* ------------- abt us-------------  */


.abt-img {
    height: 450px;
}

.abt-img1 {
    height: 90%;
    width: 100%;
    object-fit: cover;
}

.abt-img2 {
    height: 90%;
    width: 100%;
    object-fit: cover;
}

.abt-pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    /* background-color: var(--c1); */
    /* min-width: 240px; */
}

.abt-bor {
    border: 1px solid var(--c2);
}


.ser-crd-1 {
    width: 100%;
    position: relative;
    /* min-height: 165px; */
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.08);
    transition: all .5s;
    border-top: 2px solid var(--c2);
    border-left: 1px solid var(--c2);
    border-right: 1px solid var(--c2);
}

.ser-crd-1:hover {
    box-shadow: unset;
    transition: all .5s;
}


/* ----------- testimonial ----------  */

.tes-pro {
    position: relative;
}

.owl-nav {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    /* top: 40%;
left: 0%; */
}

.sim-arrow {
    background-color: #fff !important;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 1s !important;
}

.h-arrow {
    border: 2px solid var(--c1) !important;
    color: #000 !important;
}

/* .sim-pro:hover .sim-arrow{
transform: scale(1.3);
transition: all 1s !important;
} */

.isim-btn {
    background-color: var(--c1) !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.sim-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sw-nav {
    min-width: 104% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -2%;
}


.social-service-card {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.social-service-card::after {
    content: '';
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background-color: white;
    /* background-image: url(../images/shape-bg.png); */
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    z-index: -1;
    /* border-top: 2px solid var(--c1) ; */
    transition: all .5s;
}

.social-service-card:hover::after {
    height: 100%;
    transition: all .5s;
}

.soc-service-img {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
    border-radius: 50%;
}

.half-card {
    border-radius: 100%;
    background-color: #f6f6f6;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}


/* -------------- celebration of life ----------------  */

.img-left-shape {
    display: flex;
    justify-content: center;
    position: relative;

}


.dif-shape {
    width: 70%;
    height: 400px;
    object-fit: cover;
    border-radius: 59% 41% 70% 30% / 30% 30% 70% 70%;
    /* animation: border-move 15s linear infinite forwards; */
    /* animation: spin 12s ease-in-out infinite alternate-reverse; */
}

.dif-shape2 {
    width: 70%;
    height: 400px;
    object-fit: cover;
    border-radius: 59% 41% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    /* margin-right: 0%; */
    margin-left: 2%;
    background-color: var(--c1);
    z-index: -2;
    /* animation: border-move 15s linear infinite forwards; */
}


.core-learning-section {
    background: #f8f9fa;
}

.core-learning-section h4 {
    letter-spacing: 0.5px;
}

.core-timeline {
    position: relative;
}

.core-item {
    margin-bottom: 30px;
}

.core-card {
    position: relative;
    background: #fff;
    padding: 30px 25px 25px 70px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease;
}

.core-card:hover {
    transform: translateY(-6px);
}

.core-step {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 36px;
    height: 36px;
    background: var(--c2);
    color: var(--c1);
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-card h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

.core-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}

.core-card a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .core-card {
        padding: 25px 20px 20px 60px;
    }
}


.lan-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}



.p-in-line {
    width: 30px;
    height: 2px;
    background-color: var(--c1);
    transition: all .5s;
}

.make-us-box {
    height: 100%;
}

.make-us-box:hover {
    background-color: #f6f6f6;
}

.make-us-box:hover .p-in-line {
    width: 0px;
    /* height: 0px; */
    background-color: unset;
    transition: all .5s;
    margin-right: unset !important;
}

.web-form {
    background-color: #ed979729;
}

.form-web-img {
    width: 100%;
}

.web-pg-input {
    background-color: unset !important;
    border-radius: 0% !important;
    border: 1px solid #000 !important;
    height: 50px;
}


.who-can-join-section {
    background: #f9fafc;
}

.join-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.join-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 30px;
    color: #fff;
}

.join-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.join-card p {
    font-size: 15px;
    color: #666;
}

/* --------------- responsive ------------------- */


@media screen and (max-width:660px) {
    .dif-shape {
        width: 100%;
        height: 330px;
        object-fit: cover;
        margin-bottom: 20px;
        border-radius: 59% 41% 70% 30% / 30% 30% 70% 70%;
        /* animation: border-move 15s linear infinite forwards; */
        /* animation: spin 12s ease-in-out infinite alternate-reverse; */
    }

    .dif-shape2 {
        width: 100%;
        height: 330px;

        /* animation: border-move 15s linear infinite forwards; */
    }
}