@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.about-hero {
    padding: 21% 0 15%;
    position: relative;
    background-image: url('../images/about/about-bg-img.svg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: -10%;
    margin-bottom: 129px;
}

/* .about-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #292828;
} */

.hero-sub--about {
    margin-bottom: 33px !important;
}

.floting-about-cm__inner {
    border-radius: 15px;
    background: #070707;
    width: 130px;
    height: 130px;
    aspect-ratio: 1/1;
    padding: 15px;
    position: absolute;
}

.about-1 {
    left: 9%;
    top: 33%;
    margin-left: 3px;
    margin-top: 3px;
}

.about-2 {
    top: 68%;
    left: 9%;
    margin-left: 3px;
    margin-top: -1px;
}

.about-3 {
    right: 8%;
    top: 16%;
    margin-right: -2px;
    margin-top: 2px;
}

.about-4 {
    right: 8%;
    top: 50%;
    margin-right: -2px;
    margin-top: 3px;
}

.about-5 {
    right: 26%;
    bottom: 0%;
    margin-right: 5px;
}

.floting-about-cm__inner img {
    width: 100%;
    border-radius: 12.195px;
}

.about-2 img {
    background: #F3ABA7;
}

.about-1 img {
    background: #F4CE9B;
}

.about-5 img {
    background: #B8DFF2;
}

/* ─── CAPABILITIES SECTION ─── */
.about-capabilities-section {
    padding: 130px 0 0;
}

/* Left image card */
.about-cap-img-card {
    border-radius: 20px;
    border: 1px solid #333232;
    background: #0C0C0C;
    overflow: hidden;
    height: 100%;
    padding: 8px 10px 7px 8px;
}

.about-cap-img-card img {
    border-radius: 20px;
    border: 0.969px solid #727272;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #FFF;
}

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

/* Right info cards */
.about-cap-card {
    border-radius: 10px;
    border: 1px solid #333232;
    background: #0C0C0C;
    padding: 46px 23px 46px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.about-cap-title {
    color: #F6F6F6;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

.about-cap-desc {
    color: #F6F6F6;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    opacity: 0.7;
    letter-spacing: 0.32px;
}

/* ─── TEAM SECTION ─── */
.about-team-section {
    padding: 90px 0;
}

.team-member-card {
    border-radius: 20px;
    border: 1px solid #333232;
    background: #0C0C0C;
    overflow: hidden;
    min-height: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-member-photo {
    width: 100%;
    aspect-ratio: 3/4;
    background: #131313;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    flex: 1;
}

.team-member-info {
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.team-member-name {
    color: #F6F6F6;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.team-member-role {
    color: rgba(246, 246, 246, 0.55);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.top-col-abou-css {
    display: flex;
    gap: 7px;
}

.right-col-abou-css {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.about-services-cm {
    background: url(../images/about/about-goal-bg-cm.svg);
    background-size: contain;
    background-position: center;
    padding: 37px 23px;
    /* margin-bottom: 26px; */
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
}
.about-services-cm img {
    height: 164px;
    width: 100%;
    border-radius: 10px;
    background: rgba(29, 29, 29, 0.20);
    box-shadow: 0.5rem 1rem 1rem rgb(0 0 0 / 40%), -1px -1px 0px rgb(179 179 179), 1px 1px 0px rgb(234 234 234);
    backdrop-filter: blur(4px);
}
.about-services-cm-last {
    padding: 16px 23px;
    /* margin-bottom: 26px; */
    display: flex;
    justify-content: center;
}
.about-services-cm-last img {
    width: 100%;
    border-radius: 10px;
    height: 206px;
}
.about-badge {
    display: flex;
    justify-content: flex-start;
}

.ws-heading {
    color: var(--white, #F6F6F6);
    font-family: "Bricolage Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 11px;
    letter-spacing: 0.84px;
}

.ws-desc {
    color: var(--white, #F6F6F6);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.8;
    /* margin: 18px 0 0; */
}

.my-slider {
    padding: 0 70px;
}

.slick-initialized .slick-slide {
    color: #FFF;
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ws-slide img {
    width: 100%;
    border-radius: 10px;
}

#wsTrack .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}
.about-cap-card-last::after {
    width: 604.684px;
    height: 595.851px;
    transform: rotate(-156.1deg);
    content: '';
    position: absolute;
    opacity: 0.6;
    filter: blur(237px);
    right: -100%;
    background: radial-gradient(50% 50% at 50% 50%, #E0CA34 0%, #F16535 100%);
    top: 14%;
}