/* ================================================== */
/* ALLSUN NATURE — FULL UPDATED CUSTOM STYLE         */
/* ================================================== */

/* 1. Global Reset & Spacing */
section {
    padding: 90px 0;
    background: #fff;
}

h1, h2, h3, h4, h5 {
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif; /* Standard modern font */
}

p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

/* 2. Subheader (About Us Banner) */
#subheader {
    padding: 120px 0 80px;
    background-size: cover;
}

.subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.subtitle::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #28a745;
    margin-top: 10px;
}

.subtitle.white { color: #fff !important; }

/* 3. VMS Section (Vision, Mission, Strength - image_f0ba69.png style) */
.vms-section-premium {
    padding: 100px 0;
    background: #ffffff;
}

.vms-card-premium {
    padding: 0 15px;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.vms-icon-circle {
    width: auto !important;
    height: auto !important;
    background: none !important;
    margin-bottom: 20px !important;
    display: block !important;
    color: #444;
    font-size: 1.2rem;
}

.vms-title-premium {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #000 !important;
}

.vms-text-premium {
    font-size: 1.05rem;
    color: #777;
    max-width: 90%;
}

/* 4. Counter Section (image_f0ba87.png style) */
.premium-counter-showcase {
    padding: 80px 0;
    background: #fdfdfd;
    border-top: 1px solid #f0f0f0;
}

.counter-item-premium {
    text-align: center;
}

.counter-icon-top {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
}

.counter-num-wrap {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 5px;
}

.counter-number {
    font-size: 2.2rem !important;
    font-weight: 600 !important;
}

.counter-plus {
    font-size: 1.2rem;
    font-weight: 500;
}

.counter-label {
    font-size: 0.95rem;
    color: #888;
    font-weight: 400;
}

/* 5. Company Certifications List (image_f0baa8.png style) */
.auth-section-light {
    padding: 100px 0;
}

.auth-header-light h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 60px;
}

.auth-grid-light {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 900px;
}

.auth-card-light {
    text-align: left !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.auth-icon-light {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 10px;
}

.auth-card-light h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.auth-card-light p {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 12px;
}

.auth-tag-light {
    font-size: 0.85rem;
    color: #999;
    font-weight: 400;
}

/* 6. Pre-footer (Yellow Section) */
.pre-footer-section-yellow {
    background: #f4f1de; /* Subtle parchment yellow */
    padding: 80px 0;
}

.pf-title-yellow {
    font-size: 2.5rem;
    font-weight: 800;
}

.pf-list-yellow {
    list-style: none;
    padding: 0;
}

.pf-list-yellow li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.pf-list-yellow i {
    color: #28a745;
}

/* 7. Responsive Fixes */
@media (max-width: 991px) {
    .vms-title-premium { font-size: 1.5rem !important; }
    .auth-header-light h2 { font-size: 2rem; }
    .auth-card-light h4 { font-size: 1.35rem; }
}

@media (max-width: 767px) {
    section { padding: 60px 0; }
    .counter-item-premium { margin-bottom: 30px; }
    .vms-text-premium { max-width: 100%; }
}


/* =========================================
   Fix for Hidden Section on Mobile (Services Page)
   ========================================= */
@media only screen and (max-width: 768px) {
    section.bg-dark.pt-60.pb-40 .container,
    section.bg-dark.pt-60.pb-40 .row,
    section.bg-dark.pt-60.pb-40 div {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
    }
    
    section.bg-dark.pt-60.pb-40 .sm-hide,
    section.bg-dark.pt-60.pb-40 .d-none,
    section.bg-dark.pt-60.pb-40 .hidden {
        display: block !important;
    }
}
