@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif !important;
}

#about-sec {
    padding: 20px;
    background-color: #ffff;
    max-width: 1320px;
    margin: 40px auto;
    border-radius: 5px;
}

.ab-img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.ab-con h2 {
  
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #000;

}

.ab-con h4 {
    font-size: 16px;
    font-weight: 500;
    color: 0000;
    margin-bottom: 20px;
}

.ab-con p {
    font-size: 14px;
    margin: 5px 0px 20px 0px;
    font-weight: 400;
    color: #9d9d9d;
    text-align: justify;
}

/* Scroller container */
.scroller {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

/* Track with flex for images */
.scroller-track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

/* Each image */
.scroller-track img {
    height: 300px !important;
    /* adjust as needed */
    margin: 0 20px;
    border-radius: 25px !important;
    object-fit: cover;
}

/* Keyframes for infinite loop */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.stats-section {
    padding: 20px 10px 30px 10px;
    background: #fff;
    text-align: center;
}

/* custom wrapper instead of bootstrap container */
.stats-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.stat-item {
    margin-bottom: 30px;
}

.stat-number {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}

.stat-number span {
    color: #d98a3f;
    /* orange accent */
    margin: 0 0 0 5px;
}

.stat-label {
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #d98a3f;
    font-weight: 600;
    text-transform: uppercase;
}



.ab-con button {
    background-color: transparent;
    border: none;
    margin-top: 20px;
}

.ab-con button a {
    background-color: #000;
    padding: 7px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}



/* /about us page  */

#page-title-sec {
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 20px;
}

.ab-tag h2 {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 1.3;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(244deg, #ffc584, #9f8568 18%, #ffb15a 54%, #7c664e 78%, #9f8568 90%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ab-tag p {
    color: #6B7385;
    font-size: 14px;
    margin: 5px auto;
    max-width: 900px;
    text-align: center;
}

.ab-tag h5 {
    color: var(--color-heading);
    font-size: 16px;
    font-weight: var(--f-medium);
    line-height: 1;
    padding: 19px 24px 21px 20px;
    box-shadow: 0 15px 40px rgba(210, 211, 226, 0.631372549);
    background: #fff;
    border-radius: 4px;
    width: fit-content;
    margin: auto;
}

.ab-img-sec {
    max-width: 1300px;
    margin: 20px auto;
}

.ab-img-sec img {
    border-radius: 5px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.ab-story {
    max-width: 1300px;
    margin: 40px auto;

}

.ab-s-img img {
    border-radius: 5px;
}

.ab-s-con h4 {
    background-color: #000;
    color: #fff;
    padding: 7px 40px;
    border-radius: 30px;
    margin: 0 0 25px 0;
    font-size: 16px;
    width: fit-content;
    font-weight: 600;
}

.ab-s-con h5 {
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: justify;
}

.ab-s-con p {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 400;
    color: #6B7385;
}

.ab-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.ab-btn .ac-btn {
    background-color: #000 !important;
    color: #fff !important;
    transition: all 150ms;
}

.ac-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.ab-btn button {
    border: 1px solid #6B7385;
    border-radius: 5px;
    padding: 6px 20px;
    background-color: #ffffff;
    color: #000000;
    transition: all 150ms;

}

.ab-btn button:hover {
    background-color: #F5EBDD;
    color: #000;
}

.academy-banner-title {
    margin: 50px 0px;
    background-color: #000;
    padding: 20px;
}

.abt-inner {
    max-width: 1300px;
    margin: 20px auto;
}

.abt-inner h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.abt-inner p {
    margin: 15px auto;
    max-width: 900px;
    font-size: 14px;
    color: #6B7385;
    text-align: center;
}

.abt-inner button {
    margin: 30px auto 10px auto;
    display: block;
    padding: 6px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border: none;
    transition: all 150ms;

}

.abt-inner button:hover {
    transform: translateY(-10px);
}

/* wus sec */

.wus {
    max-width: 1300px;
    margin: 0 auto 30px auto;
}

.wus h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 40px 0;
    text-align: center;
}

.wus-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wus-list {
    padding: 30px 20px 20px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    transition: all 150ms;
}

.wus-list:hover {
    transform: translateY(-5px);
    border: 1px solid #000;
}

.wus-list h4 {
    font-weight: 600;
    font-size: 20px;
}

.wus-list p {
    color: #6B7385;
    font-size: 14px;
}

.wus-list i {
    font-size: 30px;
    margin-bottom: 10px;
}

/* team sec */

#our-team {

    max-width: 1300px;
    margin: 40px auto;
}

.team-list-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: start;
    justify-content: start;
    place-items: start;
    margin-top: 30px;
}

.team-list h4 {
    color: #000;
    margin: 16px auto 6px auto;
    font-size: 16px;

    width: fit-content;
    font-weight: 600;
}

.team-list h5 {
    font-weight: 500;
    margin: 0 0 13px 0;
    font-size: 14px;
    text-align: center;
}

.team-list p {
    font-size: 13px;
    margin: 5px auto;
    text-align: center;
    color: #6B7385;
}

.team-list button {
    margin: 10px 0px;
    width: 100%;
    border: none;
    background-color: transparent;
}

.team-list a {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(244deg, #ffc584, #9f8568 18%, #ffb15a 54%, #7c664e 78%, #9f8568 90%);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
}



.team-list {
    padding: 20px;

    border-radius: 10px;
    max-width: 350px;
    box-shadow: 0 0 30px -3px #69697b33;
}

.team-list img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top;
    display: block;
    text-align: center;
    margin: 0px auto 10px auto;
}



@media (max-width:1300px) {
    .ab-story .row {
        --bs-gutter-x: 0rem !important;
    }

    .ab-img-sec img {
        height: 100%;
        width: 100%;
        border-radius: 0px;
    }

    .ab-s-con {
        padding: 0px 10px;
    }

    .wus {
        padding: 0px 10px;
    }
    .stats-wrapper .row

 {
--bs-gutter-x: 0px !important;
 }
}




@media (max-width:768px) {
    .ab-tag h2 {
        font-size: 45px;
    }
#about-sec
{
    margin: 20px 10px;
}
    .ab-story .row {
        flex-direction: column-reverse !important;
    }

    .ab-story {
        padding: 0px 10px;
        margin: 20px auto;
    }

    .ab-s-con {
        padding: 20px 0px;
    }

    .wus h2 {
        font-size: 24px;
        margin: 0px 0px 25px 0;
    }

    .academy-banner-title {
        margin: 30px 0px;
    }

    .academy-banner-title h2 {
        font-size: 24px;
    }

    .wus-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    #our-team {

    max-width: 1300px;
    margin: 40px auto;
    padding: 10px;
}

.team-list-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    place-items: center !important;
    margin-top: 30px;
}

}


@media (max-width:550px) {
    .ab-s-con {
        padding: 10px 0px 20px 0px;
    }

    .ab-btn button {
        border: 1px solid #6B7385;
        border-radius: 5px;
        padding: 4px 15px;
        background-color: #ffffff;
        color: #000000;
        transition: all 150ms;
        font-size: 14px;
    }
.ab-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}
    .wus-list h4 {
        font-size: 16px;
    }

    .wus-list p {
        font-size: 13px;
    }

    .ab-tag p {
        color: #6B7385;
        font-size: 13px;

        text-align: center;
    }

    .ab-tag h2 {
        font-size: 35px;
    }

    .ab-tag h5 {
        color: var(--color-heading);
        font-size: 13px;

    }

    #page-title-sec {
        padding: 30px 10px;
    }

    .ab-s-con h4 {
        font-size: 14px;
    }

    .ab-s-con h5 {
        font-weight: 500;
        margin: 0 0 20px 0;
        font-size: 16px;
    }

    .ab-story {
        margin: 0 0 20px 0;
    }

    .ab-con h2 {
       
        font-size: 20px;
        font-weight: 500;
        margin: 15px 0 25px 0;
    }

    .ab-con h4 {
        font-size: 16px;
    }

    .ab-con p {
        font-size: 13px;
    }

    .ab-con button a {

        padding: 5px 40px;
        font-size: 14px;

    }

    .team-list-sec {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        align-items: start;
        justify-content: start;
        place-items: start;
        margin-top: 30px;
    }
}