.about-page h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

a {
    text-decoration: none !important;
}

.about-banner-img img {
    height: 30rem;
    width: 100%;
}

@media (max-width:1199px) {
    .about-banner-img img {
        height: auto;
    }
}

.glass-card {
    position: relative;
    padding: 32px;
    border-radius: 28px;
    background: #1b1143;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    transition: 0.4s ease;
    overflow: hidden;
    height: 100%;
}

.glass-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 75, 51, 0.25);
    border-radius: 50%;
    top: -40px;
    right: -40px;
    filter: blur(10px);
}

.glass-card:hover {
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #ff4b33, #1b1143);
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 75, 51, 0.3);
}

.we-envision .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.we-envision .card-text {
    color: #cbd5e1;
    line-height: 1.8;
    font-size: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 7px;
    color: #e2e8f0;
    font-size: 15px;
}

.feature-list i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 75, 51, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4b33;
    font-size: 18px;
}

.join-community {
    height: 21rem;
    background-image: url("../images/bg-img4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.join-community::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.join-community * {
    position: relative;
    z-index: 2;
}

.join-community .container {
    margin-block: 6rem;
}
