body {
    height: 100vh;
    width: 100%;
    font-family: "Oxygen", sans-serif;
    background-color: #fff;
    background-image: url("https://baselinesandbox.co.za/vkn/wp-content/uploads/2024/08/bg-1.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: scroll;
}

body.body-quote-bd {
    height: auto;
    background-image: url("https://baselinesandbox.co.za/vkn/wp-content/uploads/2024/08/bg2.png");
}
.nav-bd .container-fluid {
    max-width: 1240px;
}

.kindly {
    font-size: 12px;
}
label.form-label {
    font-size: 14px;
}

main {
    height: 80vh;
    max-width: 1240px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
main.quote-page {
    margin-top: 80px;
    align-items: start;
}
nav.fixed-top {
    z-index: 0;
}
#staticBackdrop .modal-dialog, #staticBackdrop .modal-content {
    max-width: 100% !important;
    margin: auto;
}
#staticBackdrop .modal-content {
    height: 100vh !important;
    display: block !important;
}
#staticBackdrop .modal-body, #staticBackdrop .d-grid, #staticBackdrop #spinnerGenQuote {
    max-width: 500px;
    margin: auto;
}
.thankYou{
    max-width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
}
.thankYou > div {
    max-width: 620px;
}
.thankYou h1 {
    font-size: 1.8em;
    text-align: center;
    color: #A02430;
}
.thankYou img {
    width: 45%;
}
.thankYou .animate {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Final position for slide-in animation */
.thankYou .animate.slide-in-visible {
    transform: translateY(0);
    opacity: 1;
}
modal-body
.heading, .form-bd {
    width: 540px;
    max-width: 540px;
}
.heading h1, .heading h5, h4.bd-font {
    /*font-family: "Koh Santepheap", serif;*/
    font-weight: 900;
}
.heading p {
    font-size: 1.4rem;
    font-weight: 200;
}
form {
    width: 100%;
    border: 1px solid #00000050;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

input[type="text"] , input[type="email"] , input[type="password"], input[type="tel"], input[type="number"], input[type="date"] {
    border-color: #000 !important;
    font-size: 14px;
}

.progress-bd span, .prev-step{
    font-size: 12px;
}
.progress-bd span.bg-info {
    color: #4b4b4b;
}
.text-alpha {
    color: #A02430;
}

.fs-s-bd {
    font-size: 9px;
}

.input-container .row{
    margin: auto;
    width: 100%;
}
.input-container label {
    width: 100%;
    font-size: 14px;
}

.input-container .single-row .col-12:first-child label {
    border-radius: 8px 0px  0px 8px;
}
.input-container .single-row .col-12 label {
    border-radius: 0px 0px  0px 0px;
}
.input-container .single-row .col-12:last-child label {
    border-radius: 0px 8px  8px 0px;
}

.input-container .first-row .col-12:first-child label {
    border-radius: 8px 0px  0px 0px;
}
.input-container .first-row .col-12:nth-child(2) label {
    border-radius: 0px 0px  0px 0px;
}
.input-container .first-row .col-12:last-child label {
    border-radius: 0px 8px  0px 0px;
}

.input-container .middle-row label {
    border-radius: 0px;
}

.input-container .last-row .col-12:first-child label {
    border-radius: 0px 0px  0px 8px;
}
.input-container .last-row .col-12:nth-child(2) label {
    border-radius: 0px 0px  0px 0px;
}
.input-container .last-row .col-12:last-child label {
    border-radius: 0px 0px  8px 0px;
}

.input-container .first-row .col-12:first-child input {
    border-radius: 8px 0px  0px 0px;
}
.input-container .first-row .col-12:last-child input {
    border-radius: 0px 8px  0px 0px;
}

.input-container .last-row .col-12:first-child input {
    border-radius: 0px 0px  0px 8px;
}
.input-container .last-row .col-12:last-child input {
    border-radius: 0px 0px  8px 0px;
}
/* modal popup */
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}

.modal-header, .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header {
    border-bottom: 1px solid #ddd;
}

.modal-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.close {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.5em;
}


/* modal popup */

@media (max-width: 770px) {
    main {
        height: auto;
        flex-direction: column;
        padding: 8px;
    }

    .heading, .form-bd {
        width: 100%;
    }

    form {
        box-shadow: none;
    }

    .input-container .single-row .col-12:first-child label, .input-container .single-row .col-12:first-child input[type="text"], .input-container .single-row .col-12:first-child input[type="number"] {
        border-radius: 8px 8px  0px 0px;
    }
    .input-container .single-row .col-12 label, .input-container .single-row .col-12 input[type="text"], .input-container .single-row .col-12 input[type="number"] {
        border-radius: 0px 0px  0px 0px;
    }
    .input-container .single-row .col-12:last-child label, .input-container .single-row .col-12:last-child input[type="text"], .input-container .single-row .col-12:last-child input[type="number"] {
        border-radius: 0px 0px  8px 8px;
    }
    
    .input-container .first-row .col-12:first-child label {
        border-radius: 8px 8px  0px 0px;
    }
    .input-container .first-row .col-12:nth-child(2) label {
        border-radius: 0px 0px  0px 0px;
    }
    .input-container .first-row .col-12:last-child label {
        border-radius: 0px 0px  0px 0px;
    }
    
    .input-container .middle-row label {
        border-radius: 0px;
    }
    
    .input-container .last-row .col-12:first-child label {
        border-radius: 0px 0px  0px 0px;
    }
    .input-container .last-row .col-12:nth-child(2) label {
        border-radius: 0px 0px  0px 0px;
    }
    .input-container .last-row .col-12:last-child label {
        border-radius: 0px 0px  8px 8px;
    }
    
    .input-container .first-row .col-12:first-child input {
        border-radius: 8px 8px  0px 0px;
    }
    .input-container .first-row .col-12:last-child input {
        border-radius: 0px 0px  0px 0px;
    }
    
    .input-container .last-row .col-12:first-child input {
        border-radius: 0px 0px  0px 0px;
    }
    .input-container .last-row .col-12:last-child input {
        border-radius: 0px 0px  8px 8px;
    }
}

.btn-flashy {
    padding: 12px 24px;
    background-color: #A02430;
    color: #fff;
    border-radius: 999px;
    border: 1px solid #A02430;
}
.btn-flashy::before {
    content: "I'm interested";
}
.btn-flashy:hover::before {
    content: "Contact me!";
}
.btn-flashy.proceed {
    margin-bottom: 24px;
}
.btn-flashy.proceed::before {
    content: "Proceed to Quote";
}

.btn-flashy:hover{
    background-color: #A02430;
    border: 1px solid #A02430;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
}

.btn-flashy-beta {
    padding: 12px 24px;
    background-color: #fff;
    color: black;
    border-radius: 999px;
    border: 1px  solid #000;

}
.btn-flashy-beta:hover{
    background-color: #fff;
    border: 1px  solid #000;
    color: black;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.75);
}
.vknlogo {
    width: 220px;
}
/* Media query to target mobile view */
@media (max-width: 768px) {
    .vknlogo {
        width: 110px;
    }
    #popupOnMobile {
        display: none; /* Initially hidden */
        position: fixed; /* Fix to viewport */
        margin-top: 50px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 98%;
        max-width: 400px;
        padding: 20px;
        background-color: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        overflow-y: auto; /* Enable scrolling for popup */
        max-height: 90vh;
    }
    
    #popupOverlay {
        display: none; /* Initially hidden */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Overlay with opacity */
        z-index: 999;
    }
}

.step .btn-outline-dark:hover {
    transition: all 300ms ease-in-out;
    background-color: #A02430;
    color: #fff;
    font-style: italic;
    border-color: #A02430 !important;
}

.remove-btn {
    border: #A02430 !important;
    background-color: #A02430;
}

.alpha-color {
    color: #A02430;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/* Spinner 3: Spins slower with scaling effect */
@keyframes spinScale {
    0% {
      transform: rotate(0deg) scale(1);
    }
    50% {
      transform: rotate(180deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) scale(1);
    }
}
@keyframes spinFade {
    0% {
      transform: rotate(0deg);
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      transform: rotate(-360deg);
      opacity: 1;
    }
}
.progress-bd i.checkArmedResponse {
    animation: spinScale 3s infinite;
}
.progress-bd i.checkElectronics {
    animation: spinScale 3s infinite;
}
.progress-bd i.checkBusAllRisk {
    animation: spinScale 3s infinite;
}
.progress-bd i.checkVehicle {
    animation: spinScale s infinite;
}
.progress-bd i.bg-info {
    animation: none;
}

/* For WebKit browsers (Chrome, Safari) */
*::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
  height: 12px; /* Height of the scrollbar for horizontal scrolling */
}

*::-webkit-scrollbar-track {
  background: #fff; /* Background of the scrollbar track */
}

*::-webkit-scrollbar-thumb {
  background-color: #000; /* Color of the scrollbar thumb */
  border-radius: 0px; /* Rounded corners */
  border: 2px solid #000; /* Padding around the thumb */
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color when hovered */
}

/* For Firefox (scrollbar styling support is limited) */
* {
  scrollbar-width: thin; /* Width of the scrollbar: thin, auto, or none */
  scrollbar-color: #888 #f1f1f1; /* Color of the thumb and track */
}

    #contactButton {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      width: auto;
    }
    #contactInfo {
      display: none;
      position: fixed;
      bottom: 80px;
      right: 20px;
      z-index: 1000;
      background-color: white;
      border: 1px solid #ddd;
      padding: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      width: auto;
    }
 