﻿body {
    font-family: "Urbanist", sans-serif !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.navbar-nav {
    flex: 1;
    justify-content: center;
}

.navbar-brand img {
    height: 55px;
}

.navbar-text {
    font-weight: 700;
}

.nav-link {
    font-weight: 550;
}

.navbar-light .navbar-text {
    color: black !important;
}

.phone-number {
    white-space: nowrap;
}

.hero-section {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero-left {
    width: 40%;
    background-image: url('../Images/hero-left.webp');
    background-size: cover;
    background-position: center left;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    padding-left: 11%;
}

    .hero-left h1 {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2;
    }

.highlight {
    background: white;
    color: #43111E;
    padding: 0 6px;
    font-weight: 600;
    border-radius: 2px;
}

.hero-right {
    width: 60%;
    background-image: url('../Images/rv-image.webp');
    background-size: cover;
    background-position: center;
}

.about-section {
    padding: 60px 15px;
}

.about-title {
    color: #b0371c;
    font-weight: 700;
    font-size: 30px;
    text-decoration: underline;
    text-decoration-color: #F58506;
    text-decoration-thickness: 3.5px;
    text-underline-offset: 8px;
}

.about-subtitle {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #222;
    font-size: 20px;
}

.about-text {
    color: #444;
    line-height: 1.7;
}

.btn-orange, .btn-orange:hover {
    background-color: #F58506 !important;
    color: #fff !important;
    border: none !important;
}

.about-images .top-img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.about-images .thumb-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.thumbs-row > div {
    padding: 0 5px;
}

.carousel-indicators li {
    background-color: #338DFB !important;
}

.why-choose {
    background-color: #f5f5f5;
    padding: 60px 0;
    text-align: center;
}

.feature-card {
    background: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 76%;
    margin-left: 10%;
}

.feature-icon {
    padding: 65px 20px 20px;
    height: 180px;
}

.icons {
    width: 4rem;
}

.feature-footer {
    background-color: #5a2b2d;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.testimonial-section {
    background: url('../Images/bgTestimonials.webp') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin: 15px;
    color: #333;
    flex: 1;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

    .testimonial-card img.profile {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

.testimonial-name {
    font-weight: 700;
    margin-top: 10px;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 1rem;
    margin: 10px 0;
}

.testimonial-google {
    margin-top: 15px;
    height: 23px;
}

.gold-stars {
    color: gold;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    background-size: 60% 60%;
}

.align-carousel-control-prev {
    left: -10% !important;
}

.align-carousel-control-next {
    right: -10% !important;
}

.storage-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 250px;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
}

.storage-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 98, 168, 0);
    transition: background 0.3s ease;
}

.storage-card:hover .storage-overlay {
    background: rgba(0, 98, 168, 0.6);
}

.storage-btn, .storage-btn:hover {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b85b09 !important;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    z-index: 2;
    text-decoration: none;
}

.contact-section {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.contact-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #5a2b2d;
    margin-bottom: 10px;
}

.contact-text {
    margin-bottom: 25px;
}

.btn-orange {
    background-color: #b85b09 !important;
    color: white;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

    .btn-orange:hover {
        background-color: #b85b09 !important;
    }

.map-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-section {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.contact-heading {
    font-size: 1.25rem;
    font-weight: 800;
    color: #5a2b2d;
    margin-bottom: 10px;
}

.contact-text {
    color: #333;
    margin-bottom: 25px;
    padding-left: 5%;
}

.site-footer {
    background: url('../Images/bgTestimonials.webp') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 60px 0 30px;
    position: relative;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 15px;
}

.footer-section-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-link, .footer-link:hover {
    display: block;
    color: #ddd;
    margin-bottom: 8px;
    font-size: 0.95rem;
    text-decoration: none;
}



.social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: 0.3s;
}

    .social-icons a:hover {
        color: #ff9800;
    }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 0.9rem;
    color: #ccc;
}

.map-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.nav-link {
    text-align: left !important
}

.slider-container {
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    flex: 0 0 50%;
}

.dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
    transition: background 0.3s;
}

    .dot.active {
        background: #333;
    }

.privacy-policy h1, h2 {
    font-size: 25px !important;
    color: #b0371c;
    font-weight: 600;
}

.privacy-policy h3 {
    font-size: 22px !important;
    color: #b0371c;
    font-weight: 600;
    margin-left: 0.2rem;
}

    @media (max-width: 600px) {
        .slide {
        flex: 0 0 100%;
    }
}

.btn-warning {
    background-color: #b85b09 !important;
}

@media (max-width: 767.98px) {
    .contact-text {
        text-align: center;
    }

    .contact-buttons {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .contact-text {
        text-align: center;
    }

    .contact-buttons {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .carousel-inner {
        flex-direction: column;
    }

    .testimonial-card {
        margin: 10px auto;
    }
}

@media (max-width: 767.98px) {
    .feature-icon {
        font-size: 1.8rem;
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .about-section {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        flex-direction: column;
        height: auto;
    }

    .hero-left, .hero-right {
        width: 100%;
        min-height: 300px;
    }

    .hero-left {
        padding: 40px 20px;
        text-align: center;
    }
}
