
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

h1 {
    font-size: 2.4em;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    color: #A51B23 !important;
   letter-spacing: 3px !important;
}

h1 strong {
 
    font-weight: 700;
   
}
h2 {
    font-size: 2.2em;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    color: #A51B23 !important;
    letter-spacing: 3px !important;
}
h3 {
    font-size: 1.5em;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    color: #A51B23 !important;
    letter-spacing: 3px !important;
}
h4 {
    font-size: 1.5em;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    color: #A51B23 !important;
    letter-spacing: 3px !important;
}
h5 {
    font-size: 1.5em;
    font-family: "Caprasimo", serif;
    font-weight: 400;
    color: #A51B23 !important;
    letter-spacing: 3px !important;
}

p { line-height: 1.9em}

body {
    margin-bottom: 60px;
    background-color: #eee;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.1rem
}
.card-header {
    background-color: #222429 !important;
    color: white !important;
}

.form-control {
    padding: 10px !important;
    margin-bottom: 15px;
    color: #575757 !important;
    border-color: #cecece !important;
}


/*Customer Specific CSS*/

.HeaderVideo {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
}

.HeaderVideoWrapper {
    width: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeaderVideoContent {
    position: relative;
    color: white;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.6);

}

.HeaderVideoContent h1 {
    font-family: 'Syncopate', sans-serif;
    color: white;
 
    letter-spacing: .3vw;
    line-height: 1.2;
    font-size: 3vw;
    text-align: center;
     
}

    .HeaderVideoContent small {
        font-family: 'Syncopate', sans-serif;
        color: white;
 
        line-height: 1.2;
        font-size: 1.3vw;
        text-align: center;
    }

.btn-primary {
    color: #fff;
    background-color: #A51B23 !important;
    border-color: #fff !important;
}

.units-brand-color {
    color: #A51B23 !important;
}

.units-brand-bg-color {
    background-color: #A51B23 !important;
    color: white !important;
}

.unit-brand-photo-bg {
    background-color: #e7d6d8 !important;
}

@media(max-width: 568px) {
    .full-width {
        width: 100% !important;
    }
}



.btn-primary {
    color: white;
    background-color: #A51B23 !important;
    border: 2px solid #A51B23 !important;
 
    font-size: 1em;
}

.link-dark {
    color: #A51B23 !important;
   
}

.nav-link {
    font-family: "Caprasimo", serif !important;
    font-size:1.2rem !important;
}

.dropdown-item {
    font-size: 1.3rem;
    background-color: #000 !important;
    color: #fff !important;
    font-family: "Caprasimo", serif;
}

.dropdown-menu {
    background-color: #000 !important;
}

.dropdown-item:hover {
    color: #ff6969 !important;
}

#locationCard .card-body {
    background-color: white !important;
    color: #A51B23 !important;
}

    #locationCard .card-body .text-secondary {
        background-color: white !important;
        color: #A51B23 !important;
    }

#locationCard h2 {
    color: #A51B23 !important;
    font-family: "Montserrat", sans-serif !important;
}

#locationCard a {
    color: #A51B23 !important;
}

#locationCard .card-footer {
    background-color: white !important;
    color: #A51B23 !important;
 
}

#locationCard .card-footer {
    background-color: white !important;
    color: #A51B23 !important;
}


    #locationCard .card-footer span {
        font-size: 28px !important
    }

    #locationCard .card-footer .btn-primary {
        color: white !important;
        background-color: #A51B23 !important;
        border: 2px solid #A51B23 !important;
    }

#listingCard .card-body {
    background-color: white !important;
    color: white !important;
    font-family: "Montserrat", sans-serif !important;
}

#listingCard h2 {

    font-family: "Montserrat", sans-serif !important;
}
#listingCard h5 {

    font-family: "Montserrat", sans-serif !important;
}
#listingCard .card-title {
    color: #A51B23 !important;
    font-family: "Montserrat", sans-serif !important;
}


#listingCard .card-footer {
    background-color: white !important;
    color: white !important;
    border: 1px solid white !important;
}

    #listingCard .card-footer span {
        font-size: 28px !important
    }

    #listingCard .card-footer .btn {
        background-color: #8D8D8D !important;
        border: 1px solid #8D8D8D !important;
        color: white !important;
    }

 

#specialBox {
    background-color: #8D8D8D !important;
    color: white !important
}





.styled-button {
    background-color: #A51B23;
    color: white;
    padding: 20px 40px;
    border: none;
    border-radius: 10px; /* Rounded corners */
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

    .styled-button:hover {
        background-color: #5272c9;
        color: #ffffff;
    }

.styled-button-white {
    background-color: #FFFFFF;
    color: #A51B23;
    padding: 20px 40px;
    border: none;
    border-radius: 10px; /* Rounded corners */
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

    .styled-button-white:hover {
        background-color: #BBBBBB;
        color: #ffffff;
    }


.styled-button-green {
    background-color: #216D4C;
    color: white;
    padding: 20px 40px;
    border: none;
    border-radius: 10px; /* Rounded corners */
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}


.btn-reserve {
    background-color: #8d8d8d !important;
    color: white !important;
}



/* Rental Area CSS*/
.RentalStyle body {
    background-color: #f0f0f0 !important;
    font-family: Tahoma !important;
}

.RentalStyle .btn-primary {
    background-color: #A51B23 !important;
    border-color: #A51B23 !important;
}

.RentalStyle .h1, .RentalStyle .h2, .RentalStyle .h3, .RentalStyle .h4, .RentalStyle .h5, .RentalStyle .h6, .RentalStyle h1, .RentalStyle h2, .RentalStyle h3, .RentalStyle h4, .RentalStyle h5, .RentalStyle h6 {
    color: #A51B23 !important;
    font-family: Tahoma !important;
}

.RentalStyle .UnitSummary li {
    background-color: #A51B23 !important;
    color: white !important;
    border-color: whitesmoke !important;
    font-size: 1.0em;
}

.RentalStyle .Rental li {
    background-color: #A51B23 !important;
    border-bottom: 1px solid black !important;
    font-size: 1.0em;
}

.RentalStyle .form-control {
    padding: 10px !important;
    color: #575757 !important;
    border-color: #cecece !important;
    border-radius: 5px !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.RentalStyle .form-label {
    color: #6c757d !important
}

.RentalStyle .form-check-label {
    color: #6c757d !important
}

.RentalStyle fieldset {
    padding: 0 10px 10px;
    border: 1px solid #6c757d;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding-top: 10px;
}

.RentalStyle legend {
    padding: 2px 4px;
    background: #6c757d;
    color: white;
    border-radius: 5px;
    font-size: .9em !important;
    width: auto !important;
    /* For better legibility against the box-shadow */
}

.RentalStyle fieldset > legend {
    float: left;
    margin-top: -20px;
}

#rental fieldset > legend + * {
    clear: both;
}

.RentalStyle .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 1051; /* Above Bootstrap's modal overlay */
}

.RentalStyle .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.RentalStyle .valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.RentalStyle .invalid {
    outline: 1px solid red;
}

.RentalStyle .validation-message {
    color: rgb(220, 53, 69);
    font-size: 14px;
    font-weight: 400;
    margin-top: -12px !important;
}

.RentalStyle .validation-prevent-shifting {
    display: inline-block;
}

.RentalStyle .helpButton {
    display: block;
    height: 105px;
    width: 100%;
    background-image: url('../images/CallOutDefault.png');
    background-size: cover;
    text-decoration: none;
}

    .RentalStyle .helpButton:hover {
        background-image: url('images/CallOutHover.png');
    }

.RentalStyle .list-group-item{
    color: white !important;
}

.RentalStyle .badge {
    background-color:white !important;
}

.RentalStyle .summaryBackground {
    background-color: #E8D6D8 !important;
}

/**
    Custom Container Settings


*/
.siteContainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .siteContainer {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .siteContainer {
        max-width: 720px !important;
    }
    .siteContainerContent {
        padding: 3rem !important;
    }
    .siteContainer .siteContainerContent {
        padding: .4rem !important;
    }
}

@media (min-width: 992px) {
    .siteContainer {
        max-width: 960px !important;
     
    }
    .siteContainerContent {
        padding: 5rem !important;
    }
    .siteContainer .siteContainerContent {
        padding: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .siteContainer {
        max-width: 1140px !important;
       
    }
    .siteContainerContent {
        padding: 7rem !important;
    }
    .siteContainer .siteContainerContent {
        padding: 1rem !important;
    }
}

.navbar-toggler-icon {
    background-color: black !important;
    max-height: 20px !important;
    max-width: 20px !important;
}


/***********  Avaialble Storage Unit CSS */
.btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
    color: #fff;
    background-color: #a51b23 !important;
}
.brand-filter-badge {
    color: #a51b23 !important;
    border: 1px solid #a51b23 !important;
}
.form-check-input:checked {
    background-color: #a51b23 !important;
    border-color: #a51b23 !important;
}

/* Disabled filter styling */
.form-check.opacity-50 {
    opacity: 0.5;
}

.form-check .text-muted {
    color: #6c757d !important;
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

    .form-check-input:disabled + .form-check-label {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Optional: Add a visual indicator for disabled filters */
.form-check.opacity-50:after {
    content: " (unavailable)";
    font-size: 0.8em;
    color: #6c757d;
    font-style: italic;
}



/* Value Based Pricing */
.availableUnit {
    background-color: #fff !important;
    color: #000 !important;
    border: 5px solid #000;
    border-radius: 5px
}

    .availableUnit .attributes {
        border-left: 1px solid #a51b23 !important
    }

    .availableUnit:hover {
        background-color: #a51b23;
        color: #fff !important;
        border: 5px solid #fff;
        border-radius: 5px
    }

        .availableUnit:hover h4 {
            color: #fff !important;
        }

        .availableUnit:hover h2 {
            color: #fff !important;
        }

        .availableUnit:hover .attributes {
            border-left: 1px solid #fff !important
        }

.selectedeUnit {
    background-color: #a51b23 !important;
    color: #fff !important;
    border: 5px solid #fff;
    border-radius: 5px
}

    .selectedeUnit .attributes {
        border-left: 1px solid #fff !important
    }