
/* =========================================
SECTION BASE
========================================= */
.stump-grinding-section {
    padding: 80px 0;
  
}
.stump-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
    width: 100%;
}

/* =========================================
IMAGE SECTION
========================================= */
.stump-image-wrap {
    position: relative;
}

.stump-image-wrap img {
    width: 100%;
    height: 900px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* FLOATING CARD (TOP LEFT SECTION CARD) */
.stump-floating-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;

    background: rgba(255,255,255,0.95);
    padding: 18px;
    border-radius: 14px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.stump-floating-card h4 {
    color: #1A2CA3;
    margin-bottom: 8px;
}

.stump-floating-card p {
    line-height: 1.6;
    color: #000;
}

/* =========================================
CONTENT AREA
========================================= */
.stump-content {
    display: flex;
    flex-direction: column;
    gap: 18px;

}

/* FEATURE BOX */
.stump-feature {
    display: flex;
    gap: 15px;
    background: #fff;
    padding:20px 25px;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.stump-icon {
    min-width: 40px;
    height: 40px;
    background: #1A2CA3;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.stump-text h3 {
    color: #1A2CA3;
    margin-bottom: 6px;
}

.stump-text p {
    line-height: 1.6;
    color: #000;
    text-align: left;
}


/* =========================================
KEYWORDS
========================================= */
.stump-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.stump-keywords h3 {
    width: 100%;
    color: #1A2CA3;
    margin-bottom: 10px;
}

.stump-keywords span {
    background: #eee;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 15px;
    color: #000;
}

/* =========================================
BOTTOM FLOATING CARD (LAST DIV)
========================================= */
.stump-grinding-section .stump-bottom-card {
    width: 100%;
    margin: 40px auto 0;
    position: relative;
    background: #f9f9f9;
    padding: 22px 40px;
    border-radius: 14px;
    box-sizing: border-box;
}
/* =========================================
RESPONSIVE BREAKPOINTS
========================================= */

/* Large Tablets & Small Desktops (1200px and below) */
@media (max-width: 1200px) {
    .stump-grid {
        gap: 35px;
    }
    
    .stump-image-wrap img {
        height: 550px;
    }
    
    .stump-feature {
        padding: 18px;
        gap: 12px;
    }
    
    .stump-icon {
        min-width: 45px;
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }
    
    .stump-text h3 {
    }
    
    .stump-text p {
        line-height: 1.6;
    }
}

/* Tablets & Medium Screens (992px and below) */
@media (max-width: 992px) {
    .stump-grinding-section {
        padding: 60px 0;
    }
    
    .stump-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .stump-image-wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    
    .stump-image-wrap img {
        width: 100%;
        height: 450px;
        border-radius: 18px;
    }
    
    .stump-content {
        gap: 15px;
    }
    
    .stump-heading h2 {
    }
    
    .stump-heading p {
    }
    
    .stump-floating-card {
        bottom: 15px;
        left: 15px;
        right: 15px;
        padding: 15px;
    }
}

/* Small Tablets & Large Phones (768px and below) */
@media (max-width: 768px) {
    .stump-grinding-section {
        padding: 50px 0;
    }
    
    /* Inherit global container */
    
    .stump-grid {
        gap: 25px;
    }
    
    .stump-image-wrap img {
        width: 100%;
        height: 380px;
        border-radius: 16px;
    }
    
    .stump-feature {
        flex-direction: column;
        padding: 18px;
        gap: 12px;
        border-radius: 12px;
    }
    
    .stump-feature:hover {
        transform: translateY(-2px);
    }
    
    .stump-icon {
        min-width: 42px;
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
    
    .stump-text h3 {
        margin-bottom: 5px;
    }
    
    .stump-text p {
        line-height: 1.6;
    }
    
    .stump-heading h2 {
    }
    
    .stump-heading p {
    }
    
    .stump-floating-card {
        padding: 12px 15px;
        border-radius: 12px;
    }
    
    .stump-floating-card h4 {
        margin-bottom: 6px;
    }
    
    .stump-floating-card p {
    }
    
    .stump-keywords {
        gap: 8px;
        margin-top: 8px;
    }
    
    .stump-keywords h3 {
        margin-bottom: 8px;
    }
    
    .stump-keywords span {
        padding: 6px 10px;
        font-size: 15px;
    }
    
    .stump-grinding-section > .stump-floating-card {
        width: calc(100% - 60px);
        margin: 30px auto 0;
        padding: 15px 20px;
    }
}

/* Mobile Devices (576px and below) */
@media (max-width: 576px) {
    .stump-grinding-section {
        padding: 40px 0;
    }
    
    /* Inherit global container */
    
    .stump-grid {
        gap: 20px;
    }
    
    .stump-image-wrap img {
         width: 100%;
        height: 320px;
        border-radius: 14px;
    }
    
    .stump-feature {
        padding: 15px;
        gap: 10px;
        border-radius: 10px;
    }
    
    .stump-icon {
        min-width: 38px;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        font-size: 12px;
    }
    
    .stump-text h3 {
    }
    
    .stump-text p {
        line-height: 1.5;
    }
    
    .stump-heading h2 {
    }
    
    .stump-heading p {
    }
    
    .stump-floating-card {
        position: relative;
        margin-top: 15px;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 12px;
    }
    
    .stump-floating-card h4 {
    }
    
    .stump-floating-card p {
    }
    
    .stump-keywords span {
        padding: 5px 8px;
        font-size: 13px;
    }
    
    .stump-grinding-section > .stump-floating-card {
        width: calc(100% - 40px);
        margin: 25px auto 0;
        padding: 12px 15px;
    }
}

/* Small Mobile Devices (480px and below) */
@media (max-width: 480px) {
    .stump-grinding-section {
        padding: 35px 0;
    }
    
    .stump-image-wrap img {
        height: 280px;
        border-radius: 12px;
    }
    
    .stump-feature {
        padding: 20px 22px;
    }
    
    .stump-text h3 {
    }
    
    .stump-text p {
    }
    
    .stump-heading h2 {
    }
    
    .stump-floating-card {
        padding: 20px 22px;
    }
   
    
    .stump-keywords span {
        font-size: 18px;
        padding: 8px 12px;
    }
}

/* Very Small Mobile Devices (400px and below) */
@media (max-width: 400px) {
    .stump-grinding-section {
        padding: 30px 0;
    }
    
    .stump-image-wrap img {
        height: 250px;
        border-radius: 10px;
    }
    
    .stump-feature {
        padding: 20px 22px;
    }
    
    .stump-icon {
        min-width: 35px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
   
    
    .stump-text p {
        line-height: 1.5;
    }
    
    .stump-heading h2 {
    }
    
    .stump-floating-card {
        padding: 20px 22px;
    }
    
   
}

/* Landscape Mode for Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .stump-grinding-section {
        padding: 40px 0;
    }
    
    .stump-grid {
        gap: 25px;
    }
    
    .stump-image-wrap img {
        height: 350px;
    }
    
    .stump-feature {
        flex-direction: row;
        padding: 15px;
    }
    
    .stump-icon {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
    
    
    
    .stump-floating-card {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        margin-top: 0;
    }
}

/* Print Styles (Optional) */
@media print {
    .stump-grinding-section {
        padding: 20px 0;
    }
    
    .stump-grid {
        display: block;
    }
    
    .stump-feature {
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
    
    .stump-feature:hover {
        transform: none;
    }
    
    .stump-icon {
        background: #f0f0f0;
        color: #000;
        border: 1px solid #ddd;
    }
    
    .stump-image-wrap img {
        box-shadow: none;
        border: 1px solid #ddd;
        height: auto;
    }
    
    .stump-floating-card,
    .stump-grinding-section > .stump-floating-card {
        box-shadow: none;
        border: 1px solid #ddd;
        background: #fff;
    }
    
    .stump-keywords span {
        background: #f0f0f0;
        border: 1px solid #ddd;
    }
    
    .stump-keywords span:hover {
        background: #f0f0f0;
        color: #000;
        transform: none;
    }
}

/* =========================================
   TYPOGRAPHY STANDARDIZATION (USER REQUESTED)
   ========================================= */
/* Desktop */
.stump-grinding-section h2, .section-title h2, .stump-heading h2 { font-size: 40px !important; }
.stump-grinding-section h3, .stump-text h3, .stump-floating-card h4, .section-title h3 { font-size: 22px !important; }
.stump-grinding-section p, .stump-text p, .stump-floating-card p, .stump-heading p, .section-title p { font-size: 18px !important; line-height: 1.6 !important; }
.stump-grinding-section li { font-size: 18px !important; line-height: 1.6 !important; }

/* Tablet and Mobile (<= 1024px) */
@media (max-width: 1024px) {
    .stump-grinding-section h2, .section-title h2, .stump-heading h2 { font-size: 35px !important; }
    .stump-grinding-section h3, .stump-text h3, .stump-floating-card h4, .section-title h3 { font-size: 22px !important; }
    .stump-grinding-section p, .stump-text p, .stump-floating-card p, .stump-heading p, .section-title p { font-size: 18px !important; line-height: 1.6 !important; }
    .stump-grinding-section li { font-size: 18px !important; line-height: 1.6 !important; }
}