@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;
}
h4,
h5,
h6 {font-family: "Poppins", sans-serif;}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;

}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #000;
    font-size: 16px;
   font-family: "Poppins", sans-serif;
}

h1,
h2,
h3
 {
    margin-top: 0; font-family: "Poppins", sans-serif; 
}


 
p, li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
}


.header-sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.body-padding {
    padding-top: 80px; /* header height according to your design */
}

.header-sec {
    background: #042e00;  /* Dark green background */
}

.header-logo img {
    height: 50px;
}

.visit-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.visit-btn:hover {
    background: #fff;
    color: #042e00;
}

.blo14g1 { padding: 30px 0px; }
.blo14g1 h2 {text-align: center;}
.blo14g2 {text-align: center; padding: 15px 0px;}
.blo14g1 a {color: blue;}

.blogbtn { text-align: center; }
.blogbtn a { background: #042e00; color: #fff; padding: 10px 20px; border-radius: 5px; }
.blo14g1 ul {list-style: disc; padding-left: 20px; margin-bottom: 10px;}
/* Mobile Responsive */

.player-section {
    background: #f8f9fa;
}

.player-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #eee;
}

.player-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.player-img img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.player-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.sub-heading {
    font-size: 20px;
    margin-top: 20px;
}

.features-list li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.highlight-link {
    color: #0a8800;
    text-decoration: underline;
}

.highlight-link:hover {
    color: #066400;
}

.btn-custom {
    display: inline-block;
    padding: 12px 30px;
    background: #0a8800;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #066400;
    color: #fff;
}

.signup-text {
    font-size: 16px;
    color: #555;
}

.stick12foot { background: #042e00; padding: 10px 0px; position: fixed; bottom: 0; width: 100%; display: none; z-index: 99999999; text-align: center;}

/* Responsive */
@media (max-width: 576px) {
    .player-title {
        font-size: 22px;
    }
