/* =========================================
SAFE TREE REMOVAL PROCESS SECTION
========================================= */

.safe-tree-process-section{
    padding:80px 0;
}

/* GRID */

.safe-process-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;
}

/* IMAGE */

.safe-process-image{
    position:sticky!important;
    margin-top: 10px;

}

.safe-process-image img{
    width:100%;
    height:1000px;
    object-fit:cover;
    border-radius:30px;
    display:block;

    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.safe-process-badge{
    position:absolute;
    left:30px;
    bottom:30px;

    background:#fff;
    padding:60px 40px;

    border-radius:24px;

    max-width:420px;

    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.safe-process-badge h4{
    color:var(--header-bg);
    margin-bottom:14px;
}

.safe-process-badge p{
    line-height:1.9;
    color:#000;
    text-align: left;
}

.assessment-list {
    padding-left: 25px;
    margin-bottom: 20px;
}

.assessment-list li {
    line-height: 1.8;
    color: #000;
    margin-bottom: 6px;
}

/* STEPS */

.safe-process-steps{
    display:flex;
    flex-direction:column;
    gap:25px;
}

/* STEP CARD */

.process-step{
    display:flex;
    gap:25px;

    background:#fff;

    padding:20px 22px;

    border-radius:28px;

    transition:0.3s ease;

    position:relative;
}

.process-step:hover{
    transform:translateY(-6px);

    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* NUMBER */

.process-number{
    min-width:40px;
    height:40px;

    background:var(--header-bg);
    color:#fff;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    font-weight:700;
}

/* TEXT */

.process-text h3{
    color:var(--header-bg);
    margin-bottom:15px;
}

.process-text p{
    line-height:1.6;
    color:#000;
    text-align: left;
}

/* =========================================
RESPONSIVE BREAKPOINTS
========================================= */

/* Large Tablets & Small Desktops (1200px and below) */
@media(max-width: 1200px){
    .safe-process-grid{
        gap: 50px;
    }
    
    .safe-process-image img{
        height: 680px;
    }
    
    .process-step{
        padding: 25px;
        gap: 20px;
    }
    
    .process-number{
        min-width: 70px;
        width: 70px;
        height: 70px;
        font-size: 22px;
        border-radius: 18px;
    }
    
    .process-text h3{
    }
    
    .process-text p{
        line-height: 1.8;
    }
    
    .safe-process-badge{
        padding: 30px;
        max-width: 380px;
    }
    
    .safe-process-badge h4{
    }
}

/* Tablets & Medium Screens (992px and below) */
@media(max-width: 992px){
    .safe-tree-process-section{
        padding: 60px 0;
    }
    
    .safe-process-grid{
        grid-template-columns: 1fr;
        gap: 45px;
    }
    
    .safe-process-image{
        position: relative;
        top: 0;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    
    .safe-process-image img{
        height: 520px;
        border-radius: 25px;
    }
    
    .safe-process-badge{
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
        padding: 30px;
        max-width: 100%;
        border-radius: 20px;
    }
    
    .safe-process-badge h4{
        margin-bottom: 10px;
    }
    .safe-process-steps{
        gap: 20px;
    }
}

/* Small Tablets & Large Phones (768px and below) */
@media(max-width: 768px){
    .safe-tree-process-section{
        padding: 50px 0;
    }
    
    .safe-process-grid{
        gap: 40px;
    }
    
    .safe-process-image img{
        height: 420px;
        border-radius: 22px;
    }
    
    .safe-process-badge{
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
        padding: 25px;
        max-width: 100%;
        border-radius: 18px;
    }
    
    .safe-process-badge h4{
        margin-bottom: 8px;
    }
    
    .safe-process-badge p{
        line-height: 1.6;
    }
    
    .safe-process-steps{
        gap: 18px;
    }
    
    .process-step{
        flex-direction: column;
        padding: 22px;
        gap: 16px;
        border-radius: 22px;
    }
    
    .process-step:hover{
        transform: translateY(-4px);
    }
    
    .process-number{
        min-width: 60px;
        width: 60px;
        height: 60px;
        font-size: 20px;
        border-radius: 16px;
    }
    
    .process-text h3{
        margin-bottom: 10px;
    }
    
    .process-text p{
        line-height: 1.7;
    }
}

/* Mobile Devices (576px and below) */
@media(max-width: 576px){
    .safe-tree-process-section{
        padding: 40px 0;
    }
    
    .safe-process-grid{
        gap: 35px;
    }
    
    .safe-process-header h2{
    }
    
    .safe-process-header p{
    }
    
    .safe-process-image img{
        height: 360px;
        border-radius: 18px;
    }
    
    .safe-process-badge{
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        max-width: 100%;
        padding: 18px;
        border-radius: 16px;
    }
    
    .safe-process-badge h4{
    }
    
    .safe-process-badge p{
    }
    
    .safe-process-steps{
        gap: 16px;
    }
    
    .process-step{
        padding: 18px;
        border-radius: 18px;
        gap: 14px;
    }
    
    .process-number{
        min-width: 55px;
        width: 55px;
        height: 55px;
        font-size: 18px;
        border-radius: 14px;
    }
    
    .process-text h3{
        margin-bottom: 8px;
    }
    
    .process-text p{
        line-height: 1.6;
    }
}

/* Small Mobile Devices (480px and below) */
@media(max-width: 480px){
    .safe-tree-process-section{
        padding: 35px 0;
    }
    
    .safe-process-header h2{
    }
    
    .safe-process-header p{
    }
    
    .safe-process-grid{
        gap: 30px;
    }
    
    .safe-process-image img{
        height: 320px;
        border-radius: 16px;
    }
    
    .safe-process-badge{
        padding: 20px;
        border-radius: 14px;
    }
    
    .safe-process-badge h4{
        margin-bottom: 6px;
    }
    
    .safe-process-badge p{
    }
    
    .process-step{
        padding: 20px;
        border-radius: 16px;
        gap: 12px;
    }
    
    .process-number{
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 18px;
        border-radius: 12px;
    }
    
    .process-text h3{
    }
    
    .process-text p{
        line-height: 1.6;
    }
}

/* Very Small Mobile Devices (400px and below) */
@media(max-width: 400px){
    .safe-tree-process-section{
        padding: 30px 0;
    }
    
    .safe-process-header h2{
    }
    
    .safe-process-header p{
    }
    
    .safe-process-image img{
        height: 280px;
        border-radius: 14px;
    }
    
    .process-step{
        padding: 20px;
        gap: 10px;
    }
    
    .process-number{
        min-width: 45px;
        width: 45px;
        height: 45px;
        font-size: 16px;
        border-radius: 10px;
    }
    
    .process-text h3{
    }
    
    .process-text p{
    }
}

/* Landscape Mode for Mobile */
@media(max-width: 768px) and (orientation: landscape){
    .safe-tree-process-section{
        padding: 40px 0;
    }
    
    .safe-process-grid{
        gap: 35px;
    }
    
    .safe-process-image img{
        height: 350px;
    }
    
    .process-step{
        flex-direction: row;
        padding: 18px;
    }
    
    .process-number{
        min-width: 55px;
        width: 55px;
        height: 55px;
    }
    
    .process-text h3{
    }
    
    .safe-process-badge{
        position: absolute;
        margin-top: 10px;
        left: 15px;
        padding: 20px 30px;
        max-width: 320px;
    }
}

/* Print Styles (Optional) */
@media print {
    .safe-tree-process-section{
        padding: 20px 0;
    }
    
    .safe-process-grid{
        display: block;
    }
    
    .safe-process-image{
        position: relative;
        top: 0;
    }
    
    .safe-process-image img{
        box-shadow: none;
        border: 1px solid #ddd;
        height: auto;
    }
    
    .safe-process-badge{
        position: relative;
        box-shadow: none;
        border: 1px solid #ddd;
        margin-top: 15px;
        padding: 15px;
    }
    
    .process-step{
        box-shadow: none;
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
    
    .process-step:hover{
        transform: none;
    }
    
    .process-number{
        background: #f0f0f0;
        color: #000;
        border: 1px solid #ddd;
    }
}

/* =========================================
   TYPOGRAPHY STANDARDIZATION (USER REQUESTED)
   ========================================= */
/* Desktop */
.safe-tree-process-section h2, .section-title h2 { font-size: 40px !important; }
.safe-tree-process-section h3, .process-text h3, .safe-process-badge h4, .section-title h3 { font-size: 22px !important; }
.safe-tree-process-section p, .process-text p, .safe-process-badge p, .section-title p { font-size: 18px !important; line-height: 1.6 !important; }
.safe-tree-process-section li, .assessment-list li { font-size: 18px !important; line-height: 1.6 !important; }

/* Tablet and Mobile (<= 1024px) */
@media (max-width: 1024px) {
    .safe-tree-process-section h2, .section-title h2 { font-size: 35px !important; }
    .safe-tree-process-section h3, .process-text h3, .safe-process-badge h4, .section-title h3 { font-size: 22px !important; }
    .safe-tree-process-section p, .process-text p, .safe-process-badge p, .section-title p { font-size: 18px !important; line-height: 1.6 !important; }
    .safe-tree-process-section li, .assessment-list li { font-size: 18px !important; line-height: 1.6 !important; }
}