@media (min-width: 1024px) {
#category-part .category{
    margin-top: -200px;
}

.kes-pb-20{
    padding-bottom:4rem!important;
}

}
.header-logo-support .logo img{
    height: 80px;
}

#footer-part .logo img{
    height: 90px;
}

.about-bg{
    width: 42%;
}



/* Policy Pages */
.terms-heading {
    font-size: 1.5rem; /* Adjust the size as needed */
    margin-top: 1.5rem; /* Adds spacing above the heading */
    margin-bottom: 0.75rem; /* Adds spacing below the heading */
}

/* Add spacing to paragraphs and lists */
.policy-pages p {
    margin-bottom: 1.25rem; /* Space between paragraphs */
}

.policy-pages ul {
    margin-bottom: 1.25rem; /* Space between lists */
}

/* ENds */

/* Community  */

.kes-customPack {
    background-color: #f8f9fa; /* Light background for contrast */
    padding: 30px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.kes-title {
    font-weight: bold;
    color: #073b74; /* Customize title color */
}

@media(max-width:769px){
    .kes-title {
        font-weight: bold;
        color: #073b74; /* Customize title color */
        font-size:22px;
    }
}

.kes-heading {
    font-size: 1.75rem;
    color: #343a40; /* Darker color for headings */
}

.kes-whyBestPara {
    font-size: 1.1rem;
    color: #495057; /* Darker text for readability */
}

/* .kes-custom-highlights li {
    margin-bottom: 10px; 
    font-size: 1.1rem; 
} */

.kes-custom-highlights li {
    /* background: #e6f7ff; */
    border-left: 5px solid #ffc600;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
}

.kes-commonBtn {
    background-color: #073b74; /* Customize button color */
    color: white; /* Button text color */
    transition: background-color 0.3s; /* Smooth transition */
}

.kes-commonBtn:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

/* ends */