.energy-planning-section {
    padding-top: 80px; 
    padding-bottom: 48px; 
    background-color: #FFFFFF;
    text-align: center;
}

.planning-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1447px;
    margin: 0 auto;
}

/* Badge Style */
.calculator-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.calculator-badge img {
    width: 28.97px;
    height: 28.97px;
    object-fit: contain;
}

.calculator-badge span {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

/* Heading Style */
.heading-group {
    margin-bottom: 20px;
}

.heading-group h2 {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    color: #000000;
    margin: 0;
}

/* Description Style */
.energy-planning-section .description {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-size: 18px;     
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    max-width: 463px;  
    margin: 0 auto;
}