
/* =========================================
   Bajaj Preventa Pulsar N125
========================================= */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;700&display=swap');

html, body {
    font-family: 'Source Sans 3', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #2F0B51;
}

/* =========================================
   Typography
========================================= */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.lead {
    font-size: 18px;
}

@media (max-width: 425px) {
    .lead {
        font-size: 16px;
    }
}

/* =========================================
   Backgrounds & Layout
========================================= */
.bg-freechecks {
    background: url(img/gif/ezgif.com-animated-gif-maker.gif) top center/cover no-repeat #000;
    position: relative;
    min-height: 800px;
}

.bg-freechecks.confirmation{
    background: url(img/pulsar125/pulsar-n125-bg.jpg) top center/cover no-repeat #000;
    height: 100vh;
    background-size: cover;
    overflow: scroll;
}
.bg-freechecks.confirmation::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 21%), rgb(0 0 0));
}
.pulsar-container{
    height: 650px;
}
.p125-bg{
    background: url(img/pulsar125/p125-versions.jpg) top center/cover no-repeat #000;
}
.p125-bg-video{
    background: url(img/pulsar125/p125-bg-1-desktop.jpg) top center/cover no-repeat #000;
    background-size: cover;
    background-position: center;
}
.p125-bg-gifs{
    background-color: #fff;
}
@media (max-width: 500px) {
    .pulsar-container {
        /*min-height: 70vh;    */
    }
}
@media (max-width: 500px) {
    .bg-freechecks {
        background: url(img/pulsar125/pulsar125-bg-mobile.jpg) top center/cover no-repeat #fff;
        min-height: 500px;        
        background-size: contain;
    }

    .pulsar-container {
        height: 400px;
    }

    .pulsar-sale {
        margin-top: 25px;
    }
    img.img-fluid.mb-4.spec-text{
        max-width: 300px;
        padding-bottom: 40px;
    }
}

/* =========================================
   Buttons
========================================= */
.btn-freechecks {
    color: #ffffff;
    background-color: #294C8A;
    border: 1px solid #18325E;
    transition: all 0.3s ease-in-out;
}

.btn-freechecks:hover,
.btn-freechecks:focus,
.btn-freechecks:active {
    background-color: #0760AC;
    color: #ffffff;
    border-color: #18325E;
}

.btn-freechecks.disabled,
.btn-freechecks[disabled] {
    background-color: #294C8A;
    border-color: #18325E;
    color: #ffffff;
}

.btn-black {
    background-color: #1583f4;
    color: #ffffff;
    border: 1px solid #1583f4;
    transition: all 0.3s ease-in-out;
}

.btn-black:hover {
    background-color: #126bc0;
    border-color: #126bc0;
    color: #ffffff;
}
.btn-muted {
    background-color: #e96565;
    color: #fff;
    border: 1px solid #e96565;
    transition: all 0.3s ease-in-out;
}

.btn-muted:hover {
    background-color: #e04747;
    border-color: #e04747;
    color: #fff;
}

.btn-primary {
  background-color: #0f0e0c;
  color: #fff;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2a2926;
  color: #fff;
}

.btn-primary:active {
  background-color: #1a1917;
  color: #fff;
  box-shadow: none;
}
/* =========================================
   Cards
========================================= */
.card-custom:hover,
.card-custom.active {
    box-shadow: 0 4px 50px 7px rgba(8, 32, 64, 0.29);
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #960e0e;
}

.card-custom.active {
    border: 3px solid #960e0e;
}

.card-custom.active .btn-black {
    background-color: #960e0e;
    color: #c9c9c9;
    border: 1px solid #960e0e;
}

.card-shadow {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.card-confirmation h5,
.card-confirmation p{
    color:#000!important;
}
/* =========================================
   Calendar
========================================= */
#calendar {
    padding: 10px;
    border: 1px solid #fbfbfb;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#calendar thead tr {
    color: #0760ac;
    font-size: 20px;
}

.datepicker-inline,
.datepicker .datepicker-switch {
    width: 100%;
}

#calendar .datepicker td {
    font-size: 16px;
    width: 7.14% !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #cfcfcf;
}

.datepicker td.day {
    font-weight: 700;
    color: #0760ac;
    background: #f4faff;
}

.datepicker table tr td.day:hover:not(.disabled),
.datepicker table tr td.day.focused:not(.disabled),
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background: #294c8a !important;
    color: #fff;
}

/* =========================================
   Utilities & Borders
========================================= */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.border-top-gray {
    border-top-color: #adb5bd;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-condensed {
    line-height: 1.25;
}
.arrow-down{
    max-width: 70px;
    cursor: pointer;
    animation: fadeInDownLoop 3s ease-in-out infinite; /* Animación continua */
    opacity: 0; /* Inicia invisible */
}
@media (max-width: 500px) {
    .arrow-container{
        /*margin-left: -15px!important;*/
    }
    
}
@media (max-width: 425px) {
    .arrow-container{
        /*margin-left: -15px!important;*/
    }
    .arrow-down{
        max-width: 40px;
    }
}
@keyframes fadeInDownLoop {
    0% {
        opacity: 0;
        transform: translateY(-50px); /* Inicia arriba */
    }
    50% {
        opacity: 1;
        transform: translateY(0); /* Aparece en su posición original */
    }
    100% {
        opacity: 0;
        transform: translateY(50px); /* Desaparece hacia abajo */
    }
}
/* =========================================
   Loader
========================================= */
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #cef;
    border-color: #cef transparent #cef transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* =========================================
   Hidden Elements
========================================= */
.loader-spin,
.calendar-select,
.alert-warning,
#step-02 {
    display: none;
}
