.logo{
    width: 200px;
}
.affordable-Bg-Blue {
    background-color: #002db2;
}
.navbar-nav a.nav-link{
    color: white;
}
.navbar-nav .nav-link.active {
    color: white;
}
.nav-link{
    height: 75px;
    align-content: center;
}
.nav-link.active{
     background-color: #001b6d;
}
.nav-link:hover{
     background-color: #001b6d;
}

/* Pay Bill Modal */
#payBill{
    height: 50px;
    align-content: center;
    margin-top: 12px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px 20px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 350px;
  position: fixed;
  place-self: anchor-center;
}
.modal-content .modal-text {
    justify-items: center;
    text-align: center;
}

.modal-content img {
    width: 200px;
    
    @media (max-width: 425px) {
        width:100%;
    }
}

/* The Close Button */
.VenmoClose, .phoneClose {
  color: #aaaaaa;
  text-align: end;
  font-size: 28px;
  font-weight: bold;
}

.VenmoClose:hover,
.VenmoClose:focus,
.phoneClose:hover,
.phoneClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Phone Modal Link */
.phone-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}

.phone-link:hover {
    background: #e9ecef;
    transform: scale(1.05);
}

.phone-number {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(../AffordableSelfStorageFront.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 4rem 0;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons a {
    margin: 0.5rem 0.5rem;
    padding: 0.8rem 2rem;
    font-weight: bold;
    width: 180px;
}

.btn-view-units {
    background-color: #002db2;
    border-color: #6c757d;
    color: white;
}

.btn-view-units:hover, .btn-call-price:hover{
    background-color: #002db2;
}

.btn-call-price {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

/* Storage Units Section */
.storage-units-section {
    background-color: white;
    padding: 2rem 0;
}

.storage-units-section h2 {
    text-align: center;
    color: #0F1031;
    font-weight: bold;
    margin-bottom: 1rem;
}

.storage-units-section p {
    text-align: center;
    margin-bottom: 2rem;
    color: black;
}

.unit-card {
    border: 1px solid #0F1031;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2rem;
}

.unit-card .top {
    background-color: #0F1031;
    color: white;
    height: 100px;
    padding: 10px 0;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-content: center;
}

.unit-card .address {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.unit-card .address p a{
    color: white;
    text-decoration: none;
}

.unit-card .address p a:hover {
    color: rgb(224, 224, 224);
}

.unit-card > * {
    color: #0F1031;
}

.unit-sizes {
    margin: 1.5rem 0;
    font-size: 1.5em;
    height: 120px;
}

.unit-sizes div {
    margin: 0.3rem 0;
    font-weight: 500;
}

.btn-call-reserve {
    background-color: #0F1031;
    color: #ffffff;
    border: none;
    padding: 0.8rem 1.5rem;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
}

.btn-call-reserve:hover{
    background-color: #002db2;
}

/* Feature Cards */
.features-section {
    padding: 3rem 0;
    background-color: white;
}

.features-section .row{
    justify-content: center;
}

.feature-card {
    background: white;
    border-radius: 10px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    height: 100%;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    height:100px;
}

.feature-card h4 {
    color: #0F1031;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
    .features-section .row{
        gap: 20px;
    }
}

/* Contact Section */
.contact-section {
    padding: 4rem 0;
    background: white;
}

.contact-section h2 {
    text-align: center;
    color: #0F1031;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contact-section .subtitle {
    text-align: center;
    color: #6c757d;
    margin-bottom: 3rem;
}

.contact-info h4 {
    color: #0F1031;
    font-weight: bold;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-item .br-email{
    max-width:310px;
}

.contact-item .br-email a {
    word-break: break-all;
}

.contact-item i {
    color: #0F1031;
    position: relative;
    bottom: -10px;
    padding-right: 10px;
}

.contact-form {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-form h4 {
    color: #0F1031;
    font-weight: bold;
    padding-top: 10px;
}

form input {
    background: #eee;
}

form.submitted input:invalid {
    border: 4px solid red;
}

.form-control {
    border: none;
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 0.8rem;
    margin-bottom: 1rem;
}

.btn-send-message {
    background-color: #002db2;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
}

.btn-send-message:hover {
    background-color:#001b6d;
    color: white;
}

.contact-form textarea{
    margin-top: 10px;
}

.required:before {
    content:"* ";
    color: red;
}

/* Footer */
.footer {
    background-color: #002db2;
    color: white;
    padding: 2rem 0;
}

.footer .copyright {
    margin: 0;
}