
/* Light blue theme */
body,
.header-area,
.footer-area,
.service-area,
.brand-logo-area,
.modal-content,
.scroll-up a {
    background-color: #e6f2ff !important;
    color: #001f3f !important;
}

/* Headings and text */
h1, h2, h3, h4, h5, h6,
p, span,
.main-menu ul li a,
.product-details-content,
.product-view-info,
.header-account a,
.slider-content h2,
.slider-content p {
    color: #001f3f !important;
}

/* Primary color for branding */
.theme-color,
.theme-color2,
.theme-bg {
    color: #007acc !important;
}

/* Links and nav hover */
.main-menu ul li a:hover,
a:hover {
    color: #004466 !important;
    background-color: #d0eaff !important;
}

/* Buttons with gradient */
.web-btn,
.register-btn {
    background: linear-gradient(135deg, #3399ff, #66ccff) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out;
}

/* Button hover */
.web-btn:hover,
.register-btn:hover {
    background: linear-gradient(135deg, #66ccff, #99ddff) !important;
    box-shadow: 0 0 12px #3399ff;
    transform: scale(1.05);
}

/* Inputs */
input[type="text"],
input[type="email"],
textarea {
    background-color: #ffffff !important;
    color: #001f3f !important;
    border: 1px solid #99ccff !important;
}

/* Icon colors */
.s-ser-icon span,
.fa, .fas {
    color: #007acc !important;
}

/* Links */
a {
    color: #007acc !important;
    text-decoration: none;
}
a:hover {
    color: #005580 !important;
}
