.text-area h1, .text-area h2, .text-area h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}
.text-area p{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 10px !important;
    line-height: 28px;
}
.text-area p a{
    color: #9DE600;
    font-weight: 500;
    text-decoration: underline;
}
.text-area ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px !important;
}
.text-area ul li{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 10px !important;
    line-height: 28px;
}
p.warning{
    font-size: 16px;
    color: #ff4d4d;
    margin-bottom: 20px !important;
    line-height: 28px;
    font-weight: 500;
}

.section-title{
    display: flex;
    gap: 30px;
}
.section-head{
    width: 55%;
}
.section-head h1, .section-head h2{
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}
.section-head h2 span, .section-head h1 span{
    color: #FFC20C;
}
.section-head p{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 0 !important;
    line-height: 28px;
}
.section-desc{
    width: 45%;
    display: flex;
    align-items: flex-end;
}
.section-desc p{
    font-size: 16px;
    color: #c8ffd9;
    margin-bottom: 0 !important;
    line-height: 28px;
}
.section-p{
    width: 65%;
}
.section-a{
    width: 35%;
    display: flex;
    justify-content: flex-end;
}
.category-lists{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.category-item{
    width: 100%;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.category-item:hover{
    transform: translateY(-5px);
}
.category-item img{
    width: 100%;  
    height: auto;
}
.category-item h3{
    font-size: 24px;
    color: #fff;
    padding: 15px;
    text-align: center;
}

@media (max-width: 991px) {
    .section-title{
        flex-direction: column;
        gap: 20px;
    }
    .section-desc{
        width: 100%;
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {

.section-head {
    width: 100%;
}
.section-head h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 29px;
}
.section-a{
    width: 100%;
    justify-content: flex-start;
}
.section-desc{
    flex-direction: column;
}
.section-p {
    width: 100%;
}
.text-area h2, .text-area h3 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}
    .text-area h2, .text-area h3 {
        font-size: 26px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 20px;
}

}