                                                                                                                                                                    /* ========================================
   HERO CONTENT CARD - PREMIUM DESIGN
   ======================================== */

/* Main Container - Equal Height Grid Layout */
.hero-bottom {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    max-width: 85%;
    margin: 74px auto 0;
    min-height: 700px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Image Containers - Equal Height */
.hero-img {
    display: flex;
    align-items: stretch;
    background-color: var(--bg);
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Center Content Card - Optimized Spacing */
.hero-content-card {
    background-color: #f0f1ec;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    line-height: 1.2;
}

/* Header Section */
.hero-content-card > div:first-child {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-icon {
    background-color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
}

.hero-icon img {
    width: 24px;
    height: 24px;
}

/* Typography - Professional Spacing */
.hero-sub-title {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 8px 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.hero-content-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.hero-info {
    font-weight: 600;
    margin-bottom: 0 !important;
    font-size: 15px;
}

/* List Styling - Clean & Compact */
.hero-content-card ul {
    margin: 0 0 16px 0;
    padding: 0 0 0 20px;
    list-style-type: disc;
}

.hero-content-card ul li {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2;
    color: #444;
    text-align: left;
}

.hero-content-card ul li:last-child {
    margin-bottom: 0;
}

/* Bottom Heading */
.hero-content-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #000;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet Landscape (991px and below) */
@media screen and (max-width: 991px) {
    .hero-bottom {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-auto-rows: auto;
        max-width: 90%;
        margin-top: 50px;
    }
    
    .hero-img {
        min-height: 300px;
    }
    
    .hero-image {
        min-height: 300px;
    }
    
    .hero-content-card {
        padding: 25px;
        gap: 10px;
        order: 2;
    }
    
    .hero-img:first-child {
        order: 1;
    }
    
    .hero-img.mobile {
        order: 3;
    }
    
    .hero-sub-title {
        font-size: 18px;
    }
    
    .hero-content-card p {
        font-size: 14px;
    }
    
    .hero-content-card ul li {
        font-size: 13px;
    }
}

/* Tablet Portrait (767px and below) */
@media screen and (max-width: 767px) {
    .hero-bottom {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-auto-rows: auto;
        max-width: 95%;
        margin-top: 40px;
    }
    
    .hero-img {
        min-height: 250px;
    }
    
    .hero-image {
        min-height: 250px;
    }
    
    .hero-content-card {
        padding: 25px 20px;
        gap: 12px;
        order: 2;
    }
    
    .hero-img:first-child {
        order: 1;
    }
    
    .hero-img.mobile {
        order: 3;
    }
    
    .hero-sub-title {
        font-size: 18px;
        margin: 10px 0 6px 0;
    }
    
    .hero-content-card p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .hero-content-card ul {
        margin: 6px 0 12px 0;
    }
    
    .hero-content-card ul li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .hero-content-card h5 {
        font-size: 15px;
        margin-top: 12px;
    }
}

/* Mobile (479px and below) */
@media screen and (max-width: 479px) {
    .hero-bottom {
        max-width: 100%;
        margin-top: 30px;
        border-radius: 8px;
    }
    
    .hero-img {
        min-height: 200px;
    }
    
    .hero-image {
        min-height: 200px;
    }
    
    .hero-content-card {
        padding: 20px 16px;
        gap: 10px;
    }
    
    .hero-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .hero-icon img {
        width: 22px;
        height: 22px;
    }
    
    .hero-sub-title {
        font-size: 16px;
        margin: 8px 0 6px 0;
    }
    
    .hero-content-card p {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .hero-content-card ul {
        margin: 5px 0 10px 0;
        padding-left: 18px;
    }
    
    .hero-content-card ul li {
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .hero-content-card h5 {
        font-size: 14px;
        margin-top: 10px;
    }
}

/* ========================================
   PREMIUM ENHANCEMENTS
   ======================================== */

/* Smooth Transitions */
.hero-content-card {
    transition: all 0.3s ease;
}

/* Better Text Rendering */
.hero-content-card * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Prevent Content Overflow */
.hero-content-card {
    overflow: hidden;
}

/* Ensure Equal Heights */
.hero-bottom > * {
    height: 100%;
}
