﻿.carousel-item {
    height: 22rem;
    background: #000;
    color: white;
    position: relative;
    background-position: center;
    background-size: cover;
}




.container {
    position: absolute;
    bottom: 0;
    left: 120px;
    right: 0;
    padding-bottom: 75px;
}

.intro {
    height: 52rem;
    background-color: #e8e8e8;
    padding-left: 100px;
    padding-right: 100px;
}

.features {
    position: relative;
    top: 100px;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #e8e8e8;
}

.overlay-image {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.50;
}

.carousel-inner p {
    font-family: Arial, sans-serif; /* Change font */
    font-size: 22px; /* Text size */
    color: #eeeeee; /* Text color */
    line-height: 1.6; /* Line spacing */
}

.outline-btn {
    background-color: transparent;
    color: #007bff; /* Primary color */
    border: 2px solid #007bff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .outline-btn:hover {
        background-color: #007bff;
        color: white;
    }

/* Logo container */
.logo-container {
    width: 100%; /* Responsive width */
    padding: 20px;
    background: black;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    color: #ffffff;
}

.company-name {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #ffffff;
}

.copyright {
    margin-top: 5px;
    font-size: .75rem;
    color: #ffffff;
}

.slider-banner {
    background-color: black;
}

.fixed-height-img {
    height: 200px;
    width: 100%;
    overflow: hidden;
    opacity: 0.50;
    object-fit: cover;
}

.content-container {
    margin-top: 2rem;
}
