/* Custom SEO & Clean Styling Utility Classes for Vivirna */
.text-justify {
    text-align: justify !important;
}

.sec-padding-bottom-75 {
    padding-bottom: 75px !important;
}

.sec-padding-top-60 {
    padding-top: 60px !important;
}

.sec-padding-80 {
    padding-bottom: 80px !important;
}

.sp-card-img {
    width: 100%;
    max-width: 280px;
    height: 250px;
    object-fit: cover;
}

.founder-card {
    border: none !important;
    border-radius: 15px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.founder-avatar {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
    border: 4px solid #50DBB2 !important;
}

.founder-title-color {
    color: #50DBB2 !important;
    font-weight: 500;
}

/* Footer Bottom Spacing */
footer.footer {
    padding-bottom: 0 !important;
}

/* Footer Verified Badge Pill */
.verified-badge-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding: 5px 12px !important;
    background-color: rgba(80, 219, 178, 0.12) !important;
    border-radius: 20px !important;
    color: #24A982 !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.verified-badge-pill i {
    color: #50DBB2 !important;
    font-size: 0.95rem !important;
}

/* Footer Social Icons Container & Buttons (Bullet Proof) */
.social-icons-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 14px !important;
    padding: 0 !important;
    list-style: none !important;
}

.social-icon-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    background-color: rgba(80, 219, 178, 0.18) !important;
    color: #2c3e50 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

.social-icon-btn i {
    font-size: 17px !important;
    color: #2c3e50 !important;
    transition: color 0.3s ease !important;
}

.social-icon-btn:hover {
    background-color: #50DBB2 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(80, 219, 178, 0.3) !important;
}

.social-icon-btn:hover i {
    color: #ffffff !important;
}

/* Mobile & Tablet Center Alignment Fixes */
@media (max-width: 991.98px) {
    .social-icons-container {
        justify-content: center !important;
    }

    .verified-badge-pill {
        display: inline-flex !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
