/* ------------- 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 ------------------- */



/* --------------- Skill Level Cards ------------------- */

.skill-level-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    border-top: 4px solid var(--c1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.skill-level-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.skill-level-card--mid {
    border-top-color: #2563eb;
}

.skill-level-card--adv {
    border-top-color: #7c3aed;
}

.skill-level-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c1), #f59e0b);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 4px 14px rgba(var(--c1-rgb, 245,158,11), 0.35);
}

.skill-level-card--mid .skill-level-icon {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    box-shadow: 0 4px 14px rgba(37,99,235,0.3);
}

.skill-level-card--adv .skill-level-icon {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    box-shadow: 0 4px 14px rgba(124,58,237,0.3);
}

.skill-level-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--c1);
    background: rgba(245,158,11,0.1);
    border-radius: 20px;
    padding: 3px 12px;
    margin-top: 4px;
}

.skill-level-card--mid .skill-level-badge {
    color: #2563eb;
    background: rgba(37,99,235,0.1);
}

.skill-level-card--adv .skill-level-badge {
    color: #7c3aed;
    background: rgba(124,58,237,0.1);
}


/* --------------- Structured Curriculum Block ------------------- */

.curr-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c1);
    background: rgba(245,158,11,0.1);
    border-radius: 20px;
    padding: 4px 14px;
    display: inline-block;
}

.curr-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.curr-item:hover {
    border-color: var(--c1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateX(4px);
}

.curr-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c1), #f59e0b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

/* --------------- 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; */
    }
}

/* --------------- Coach Cards ------------------- */

.coach-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coach-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.11);
}

.coach-card-header {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #fff8e7, #fff3cc);
    border-bottom: 2px solid var(--c1);
    padding: 22px 28px;
}

.coach-card--ai .coach-card-header {
    background: linear-gradient(135deg, #eef4ff, #dbeafe);
    border-bottom-color: #2563eb;
}

.coach-card--ai .coach-card-icon {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.coach-card--ai h5.c1 {
    color: #2563eb !important;
}

.coach-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--c1), #f59e0b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 4px 14px rgba(245,158,11,0.3);
}

.coach-card-body {
    padding: 28px;
}

.coach-card-subheading {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--c1);
    margin-bottom: 14px;
}

.coach-card--ai .coach-card-subheading {
    color: #2563eb;
}

.coach-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.coach-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.coach-feature-list li:last-child {
    border-bottom: none;
}

.coach-check {
    color: var(--c1);
    font-size: 17px;
    margin-top: 2px;
    flex-shrink: 0;
}

.coach-card--ai .coach-check {
    color: #2563eb;
}

.coach-card-insight {
    background: #fafafa;
    border-left: 3px solid var(--c1);
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

.coach-card--ai .coach-card-insight {
    border-left-color: #2563eb;
}

/* --------------- Who Can Join Cards ------------------- */

.who-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 22px 20px;
    border-top: 3px solid var(--c1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.who-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.who-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.who-num {
    font-size: 28px;
    font-weight: 800;
    color: var(--c1);
    opacity: 0.25;
    line-height: 1;
    font-family: 'Segoe UI', sans-serif;
}

.who-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--c1), #f59e0b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(245,158,11,0.3);
}

.who-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.who-footer-note {
    background: #fff;
    border-left: 4px solid var(--c1);
    border-radius: 0 12px 12px 0;
    padding: 14px 20px;
    font-size: 15px;
    color: #444;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

