/* Apply only on desktop/PC screens */
@media screen and (min-width: 1024px) {
  .header-nav {
    padding-left: 70px;
  }
}
.banner-1 {
    padding-top: 15px;
}
a.btn.btn-play.font-sm-bold.popup-youtube.color-brand-1.hover-up {
    background-color: #0d4b2d;
    color: #fff1f1 !important;
    padding-left: 40px;
}
.btn.btn-play {
    background-position: 100%;
    height: unset;
    padding-left: unset;
    padding-right: 40px;
}
/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
    .box-image-main.wow.animate__.animate__fadeIn.animated {
        width: 100% !important;  /* Make it fluid for smaller screen */
        max-width: 350px;        /* Restrict to original width */
        margin: 0 auto;          /* Center align */
    }

    .col-lg-6.pt-40.pb-50 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    img.image-chart.shape-1 {
        width: 90% !important;   /* Scale image for mobile */
        max-width: 325px;
        margin-bottom: -10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}