:root {
    --bg-color-main: #0b4b75;
    --bg-color-secondary: #00bcd4;
    --bg-color-tertiary: #727271;
    --bg-color-quaternary: #ebecec;
    /*--bg-color-quinary: #fafafa;*/
    --bg-color-quinary: #F2F2F2;

    --text-color-main: #fff;
    --text-color-secondary: #0b4b75;
    --text-color-tertiary: #727271;
    --text-color-alert: #F25119;
}

.spinner-wrapper {
    background-color: var(--bg-color-tertiary);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s;
}

.spinner-border {
    height: 60px;
    width: 60px;
}

.navbar,
.card-title-container,
.send-us-message,
.tos {
    background-color: var(--bg-color-main);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50' style='fill:%23FFFFFF;'%3E%3Cpath d='M 5 8 A 2.0002 2.0002 0 1 0 5 12 L 45 12 A 2.0002 2.0002 0 1 0 45 8 L 5 8 z M 5 23 A 2.0002 2.0002 0 1 0 5 27 L 45 27 A 2.0002 2.0002 0 1 0 45 23 L 5 23 z M 5 38 A 2.0002 2.0002 0 1 0 5 42 L 45 42 A 2.0002 2.0002 0 1 0 45 38 L 5 38 z'%3E%3C/path%3E%3C/svg%3E");
}

.nav-link {
    color: var(--text-color-main) !important;
    text-align: center;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.logo {
    max-height: 50px;
    max-width: 100%;
}

.hero {
    height: 64px;
}

.text-center.text-alert {
    color: var(--text-color-alert) !important;
}

.form-select {
    border-color: rgb(114, 114, 113);
    border-width: 2px;
}

.tag-line,
.site-name {
    height: 34px;
}

.how-it-work,
.tag-line,
.btn-book-now {
    background-color: var(--bg-color-secondary);
}

.tag-line {
    font-size: 16px;
    font-weight: 500;
}

.site-name {
    background-color: var(--bg-color-tertiary);
}

.slide img {
    width: 80%;
}

.appointment,
.appointment-request, .steps,
.maintenance-partners .partner , .contact-us , .tos-section{
    background-color: var(--bg-color-quinary);
}


.btn-book-now {
    font-weight: 500;
    width: 256px;
}

.cw-btn-standard {
    background-color: var(--bg-color-secondary);
    font-weight: 500;
    border:0px;
}

.btn-feedback {
    font-weight: 500;
    width: 150px;
    background-color: var(--bg-color-secondary);
}

.book-vehicle,
.download-app,
.steps .card-text,
.steps a {
    color: var(--text-color-secondary);
}

.download-app .app-store-button {
    max-width: 150px;
}

.how-it-work {
    height: 70px;
}

.steps .aspect-ratio {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.steps .card {
    border: none;
}

.steps .card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.steps .card-title-container {
    width: 50%;
}

.steps .card-text {
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
}

.send-us-message .envelop-icon {
    font-size: 80px;
}

.tos .terms {
    line-height: 45px;
}

.appointment-form {
    max-width: 770px;
}

.appointment-request,
.tos-section,
.contact-us {
    color: var(--text-color-tertiary)
}

.appointment-request .fixed-width-label {
    width: 120px;
    text-align: right;
}

.appointment-request .accept-radio {
    width: 15px;
    height: 15px;
    border: 1px solid var(--bg-color-tertiary);
}

.appointment-request .accept-radio:checked {
    background-color: var(--bg-color-tertiary);
}

.appointment-form input,
.appointment-form textarea {
    border: 2px solid var(--bg-color-tertiary);
}

.form-control::placeholder {
    color: rgb(165, 164, 164);
  }

.cw-placeholder::placeholder {
    color: rgb(165, 164, 164);
    font-size: small;
  }

.top-buffer { margin-top:20px; }

.form-check-label{
    font-size: 15px;
    padding-bottom: 27px;
    margin-left: 10px;
    padding-left: 10px;
}

.form-check .form-check-input
{
    margin-left: 1PX;
    padding-left: 1px;
}

.form-check-input {
    transform: scale(2);  /* Adjust the scaling factor as needed  */
    /*margin-right: 5px;       Optional: Adjust spacing if needed */
    margin-bottom: 5px;
    
}

.form-check { 
    margin:  my-1;
    padding: py-1;
}

.hyperlink {
    font-size: small;
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  
  .loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15% auto;
    animation: spin 1s linear infinite;
  }

.card-header {
    background-color: var(--bg-color-tertiary);
    color: white;
    font-size: large;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-table {
    width: 100%;
    table-layout: fixed;
  }
  .custom-table th,
  .custom-table td {
    border: 2px solid #333; /* Thicker and darker border */
    width: 14.28%; /* 100% divided by 7 columns */
    height: 50px; /* Set your desired height */
    text-align: left; /* Align text to the left within cells */
    padding: 5px; /* Add padding for better visual appearance */
    cursor: pointer; /* Add cursor pointer for clickable cells */
  }
  .custom-table th {
    border-top: none; /* Remove top border for the first row */
    border-bottom: 2px solid #333; /* Add bottom border to the first row */
    text-align: center; /* Center align text in header row */
  }
  .center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Ensure the container takes the full height of the cell */
  }
  .signature-pad {
    border: 2px solid #000;
    border-radius: 5px;
}
/*   
.shop-pricing-table {
    width: 100%;
    table-layout: fixed;
}
.shop-pricing-table th,
.shop-pricing-table td {
    border: 1px solid black;
    padding: 4px;
    text-align: left;
    vertical-align: top; 
} */



  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@media screen and (max-width: 992px) {
    #navbarNav {
        position: absolute;
        background: var(--bg-color-main);
        top: 46px;
        min-width: 250px;
        right: 0;
    }

    #navbarNav .nav-link {
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .steps .card-text {
        font-size: 5.3vw;
        line-height: 6.7vw;
    }
}

@media screen and (min-width: 768px) {
    .steps .card-text {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (min-width: 992px) {
    .steps .card-text {
        font-size: 24px;
        line-height: 27px;
    }

    .steps .card-title-container p {
        font-size: 20px;
    }
}