.livefot-welcome-page .livefot-getting-started-wrapper {
    margin-left: -20px;
    margin-right: -20px;

}

.livefot-welcome-page .livefot-getting-started-wrapper .livefot-getting-started{
    padding-left: 20px;
    padding-right: 20px;
}
.livefot-welcome-page div.notice {
    display: none !important;
}
.livefot-welcome-page.wrap {
    max-width: 900px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
.livefot-welcome-page h2.live-section-heading {
    position: relative;
    padding-bottom: 10px;
}

.livefot-welcome-page h2.live-section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, #23cc8c, #7CFC96);

}

.livefot-getting-started{
    background: linear-gradient(45deg, #23cc8c, #7CFC96);
    margin: none !important;
    height: 210px;
    padding: 10px;
}

.livefot-getting-started h2{
    color: #fff;
}
.livefot-features-grid .livefot-getting-started p{
    color: #fff;
}
.livefot-getting-started ol{
    color: #fff;
}

.livefot-features-grid h2{
    font-size: large;
    font-weight: 900;
}

.wrap h1{
    padding: 23px 0px;
}
.livefot-welcome-page .header-title{
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 1px;
    background: linear-gradient(45deg, #23cc8c, #7CFC96);
    border-radius: 10px;
    height:150px;
}

.livefot-welcome-page .header-title p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.livefot-welcome-page h1{
    color: #fff;
    font-weight:bold;
    font-size: 27px;
}
.livefot-welcome-page h1 span { color: red;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.5), 0 0 30px rgba(0, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
}

.livefot-welcome-page p {
    color: #666;
    line-height: 1.6;
}

.livefot-welcome-page .livefot-features-grid, 
.livefot-welcome-page .livefot-versions, 
.livefot-welcome-page .livefot-requirements, 
.livefot-welcome-page .livefot-support, 
.livefot-welcome-page .livefot-getting-started {
    margin-top: 20px;
}

.livefot-welcome-page .feature-grid, 
.livefot-welcome-page .version-grid, 
.livefot-welcome-page .requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.livefot-welcome-page .feature-item, 
.livefot-welcome-page .version-item, 
.livefot-welcome-page .requirement-item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}


.livefot-welcome-page .feature-item:hover, 
.livefot-welcome-page .version-item:hover, 
.livefot-welcome-page .requirement-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.livefot-welcome-page ul {
    padding-left: 20px;
}

.livefot-welcome-page ul li {
    margin-bottom: 5px;
}

.livefot-welcome-page a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.livefot-welcome-page a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.livefot-welcome-page ol {
    padding-left: 20px;
}
.livefot-welcome-page ol li {
    margin-bottom: 10px;
}

.livefot-welcome-page .custom-button {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.livefot-welcome-page .custom-button:hover {
    background: #0056b3;
}
