﻿.footercopy a {
    color: #fff; /* change color to match your footer background */
    text-decoration: none;
}

.footercopy a:hover {
    text-decoration: underline;
}

.footercopy {
    padding-left: 0;
    margin-bottom: 5px;
}

.footer-links {
    text-align: left;
}

.list-inline-item {
    margin-left: 10px;
    width: 200px;
    text-align: left;
}

.list-inline-item {
    text-align: left;
    color: #fff;
}
.oem-button {
    background-color: #ffd200 !important;
    color: #0a8927 !important;
}

.drop_list {
    float: left;
    position: absolute;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: no-repeat transparent;
    border: none;
    background-position: top right;
    z-index: 1;
}

    .drop_list select {
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        background: transparent;
        padding: 5px 3px 15px 5px;
        width: 100%;
        border: none;
        overflow: hidden;
        font-size: 17px;
        font-weight: bold;
    }

.dropleftcolor {
    position: relative;
    float: left;
    width: 85%;
    height: 40px;
    background-color: #ffd200;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.droprightcolor {
    position: relative;
    float: left;
    width: 15%;
    height: 40px;
    padding-left: 10px;
    background: #333 url('img/dropdown.png') no-repeat left center;
    background-origin: content-box;
    border: 1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 736px) {
    .droprightcolor {
        width: 40px;
    }
}

form .error {
    color: #cc0000;
}

.captcha {
    width: 94px;
    float: left;
    margin-right: 4px;
    height: 44px;
}

.captcha-image {
    width: 132px;
    float: left;
    margin-right: 4px;
    height: 44px;
}

.form-group {
    margin-bottom: 5px;
}

.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    left: 5px;
    top: -5px;
}

.genuine-code a {
    color: #dddddd !important;
}

.genuine-code {
    font-size: 20px !important;
    border-right: 1px solid #149a58 !important;
}

.gen-icon {
    height: 45px;
    margin-top: 2px;
}

.navbar-right {
    float: right !important;
    margin-right: 251px;
    margin-top: -70px;
}

.navbar-right1 {
    float: right !important;
    margin-right: 556px;
}

.navbar-right2 {
    float: right !important;
    margin-left: 200px;
    margin-top: -72px;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    will-change: transform;
    animation: marquee 30s linear infinite; /* Adjust duration as needed */
}
/* Fade + Slide animation */
.fade-slide {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.35s ease;
    pointer-events: none;
}

    .fade-slide.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

/* OTP input animation */
.otp-input {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .otp-input:focus {
        transform: scale(1.08);
        box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
    }

/* Button hover */
.login-btn {
    transition: background 0.3s ease, transform 0.15s ease;
}

    .login-btn:hover {
        transform: translateY(-1px);
    }
