.custom-hero-bg {
    height: 100%;
    background-image: url('/assets/img-temp/1920x1080/img4.jpg');
}

.custom-parallax-bg {
    height: 140%;
    background: url('/assets/img/bg/pattern2.png');
    /* Adjust the path if needed */
    transform: translate3d(0px, -94.0945px, 0px);
}

.text-left {
    text-align: left !important;
}

.designation-parallax-bg {
    height: 140%;
    background-image: url('/assets/img/bg/pattern2.png');
    /* Adjust path based on CSS location */
    background-size: cover;
    background-position: center;
}

.icon-style {
    margin-bottom: 25px;
}

.counter-style {
    margin-bottom: 20px;
}

.hidden-checkbox {
    display: none;
}

.subject-card {
    margin-bottom: 1rem;
}

.subject-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    padding-top: 3%;
}

.subject-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

/* General Section Styling */
#about {
    background-color: #ffffff;
}

#about .nav-tabs {
    border-bottom: none;
}

#about .nav-link {
    border: none;
    border-radius: 0;
    padding: 1rem 0.5rem;
    background-color: transparent;
    transition: color 0.3s, border 0.3s;
}

#about .nav-link.active {
    color: #007bff;
    border-bottom: 3px solid #007bff;
}

#about .nav-link i {
    margin-bottom: 0.5rem;
}

/* Card / Article */
#about article {
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#about article:hover {
    transform: translateY(-5px);
}

#about article h3 {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Benefit List Icons */
#about ul.list-unstyled li i {
    color: #007bff;
}

/* Icon Circle */
.u-icon-v3 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    text-align: center;
}

/* Responsive Fixes */
@media (max-width: 767.98px) {
    #about .nav-link {
        font-size: 0.9rem;
    }

    #about .u-icon-v3 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.25rem;
    }

    #about .col-lg-3 {
        border-left: none !important;
    }
}