/* ==========================================================================
   GSM Unlocker — custom theme palette
   Strong & attractive electric-blue / cyan scheme (telecom / signal vibe).
   Deep navy for structure, electric blue for actions, cyan accents.
   Template layout unchanged — colors only.
   Primary (deep navy) : #0A2540
   Action (electric)   : #0066FF
   Accent (cyan)       : #00D4FF
   ========================================================================== */

/* Dark structural areas: header, footer, primary bg, active states */
.header-bottom,.modal-header,.bg-primary,.footer-top .link-heading:after,.chosen-container .chosen-results li.highlighted,.page-index header.navbar-shrink,.steps ul li.first a, .steps ul li.checked a{
    background: #0A2540 !important;
}

/* Text/links/headings accent */
.spinner-loader,a,.text-muted,.h1, .h2, .h3, .h4, .h5, .h6, h3.title, .btn-addtocart,.card-product:hover  .service-name,.page-link,ul.nav-pills.flex-nowrap .nav-link.active,.double-border h5
{color:#0A2540;}
.text-muted{opacity:0.8;}

/* Primary buttons & interactive fills — electric blue */
.modal-menu .modal-header,.cartminiview .badge-success,.custom-checkbox .custom-control-input:checked~.custom-control-label::before,button.btn.btn-primary,.wizard .actions li a,.bg-secondary,.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.navbar-expand-lg .navbar-nav .nav-item .nav-link:not(.bg-secondary)::before{
    background: #0066FF !important;
    color:white;
}

/* Hero / default themed banner — electric blue to cyan gradient */
.themedefault{
    background-image: linear-gradient(120deg, #0A2540 0%, #0066FF 55%, #00D4FF 100%) !important;
}

.bg-light {
    background: #0066ff0f !important;
}

/* Borders / hover accents */
.card-product:hover,ul.nav-pills.flex-nowrap .nav-link.active,h3.title span,.price-details table td.double-border{
    border-color:#0066FF;
}

.form-control:focus{
    border-color:#0066FF;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 255, 0.22)
}

.header-color{
    background: #0A2540eb;
}

/* --- extra polish: button hover, links hover, accent underlines --- */
button.btn.btn-primary:hover,.bg-secondary:hover,.btn-addtocart:hover{
    background: #0052cc !important;
    color:#fff !important;
}
a:hover{ color:#0066FF; }

/* Convert Bootstrap green 'success' accents to the cyan brand color
   (WhatsApp button keeps its own inline #25D366 green and is unaffected). */
.bg-success,.badge-success,.btn-success{ background:#00D4FF !important; border-color:#00D4FF !important; color:#0A2540 !important; }
.text-success{ color:#0066FF !important; }

.btn-addtocart{ background:#0066FF !important; color:#fff !important; border-color:#0066FF !important; }
.btn-addtocart:hover{ background:#0052cc !important; }
