.header-logo img, .mobile-logo img, .about-logo img {
    width: 160px;
    height: auto;
}

.hero-logo {
    margin-bottom: 40px;
}

.hero-logo img {
    width: 600px;
    height: auto;
}

.hero-style2 {
    padding-top:160px;
    padding-bottom:220px;
}

.scroll-top {
    bottom:60px;
}

.freeDownloadDiv {
    margin-top:40px;
    text-align: center;
}

.form-select option {
    color:#333;
}

.downloadSection .box-img {
    overflow: visible;
}

.downloadSection .box-img img {
    max-width:280px;
    height:auto;
    display:inline-block;
    object-fit: initial;
    border-radius: 10px;
}

/* Cookie Consent Popup */
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 360px;
    background: #111;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: none;
    z-index: 11000;
    border:solid 1px #333;
    font-size:.9rem;
}

.cookie-popup p {
    text-align: center;
    margin-bottom:10px;
}

.cookie-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.cookie-actions button {
    padding: 6px 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.cookie-popup button {
    background: #F0A230;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
    font-size:.8rem;
}

#acceptCookies {
    background: #138BE4;
    color: #fff;
}

#rejectCookies {
    background: #bde0fa;
    color: #0064ae;
}


@media screen and (max-width: 480px) {
    .cookie-popup {
        width: 100%;
        left:0;
        bottom:0;
        border-radius:0;
    }
}