*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Lato", sans-serif;
}
header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}
main{
    margin-top: 92px;
}
.navbar-nav{
    gap: 20px;
}
.navbar-nav .nav-item .nav-link{
    font-size: 16px;
    letter-spacing: 0.5px;
}
.top-single-logo{
    width: 100%;
    height: 100px;
    padding: 0 20px;
}
.top-single-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner{
    background: url(../images/solar-roller-shades.jpg) no-repeat center center;
    height: 500px;
    background-size: cover;
    position: relative;
    justify-content: center;
    background-attachment: fixed;
}
.overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-content{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
}
.banner-content h1{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    max-width: 30%;
    text-align: center;
}
.products{
    padding: 70px 0;
}
.products h2, .styles-examples h2, .our-team h2, .custom-query h2{
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}
.single-product{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
}
.single-product:hover .product-image img{
    transform: scale(1.1);
}
.product-image{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
.single-product h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    min-height: 48px;
}
.single-product p{
    font-size: 16px;
    line-height: 25px;
}
.single-product a, .blue-section-content a, .map-details a{
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: #000;
    transition: 0.3s all;
}
.single-product a:hover, .blue-section-content a:hover, .map-details a:hover{
    background-color: #000;
    color: #fff;
}
.blue-section{
    background-color: #63b3ed;
    padding: 40px 0;
}
.blue-section-image{
    width: 100%;
    height: 400px;
}
.blue-section-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blue-section-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    justify-content: center;
    height: 100%;
    padding: 0 50px;
}
.blue-section-content h3{
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blue-section-content p{
    font-size: 16px;
}
.blue-section-content a{
    width: auto;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.styles-examples{
    padding: 50px 0;
}
.styles-examples h2{
    text-align: center;
}
.styles-examples .single-product h3{
    min-height: auto;
}
.about-image{
    width: 100%;
    height: 500px;
}
.about-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us{
    padding: 70px 0;
    background-color: #63b3ed;
}
.about-us h2{
    font-size: 50px;
    color: #f2b1c6;
    font-style: italic;
    font-weight: bold;
}
.about-us h3{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 1px;
}
.about-us p{
    font-size: 16px;
    color: #fff;
}
.about-content{
    text-align: center;
    padding-right: 50px;
}
.map-details{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}
.map-details h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.map-details p{
    font-size: 16px;
}
.map-details a{
    width: auto !important;
}
.find-us{
    padding: 70px 0;
}
.single-team-member{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.team-member-image{
    width: 100%;
    height: 400px;
}
.team-member-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.single-team-member h3{
    font-size: 20px;
    font-weight: bold;
}
.single-team-member p, .single-team-member a{
    font-size: 16px;
    color: #000;
}
.single-team-member a{
    font-style: italic;
}
.custom-query{
    padding: 70px 0;
}
.custom-query form{
    padding: 40px 30px; 
    border: 1px solid #eeee;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.custom-query form .form-control{
    background-color: #f6f9fb;
    border-radius: 5px;
    color: #333;
}
.custom-query form ::placeholder{
    color: #333;
}
.submit-btn{
    width: 100%;
    background-color: #369ff1;
    padding: 10px 30px;
    border: none;
    color: #fff;
    border-radius: 5px;
}
footer{
    padding: 50px 0 30px 0;
    background-color: #369ff1;
}
footer small{
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 50px;
}
footer h4{
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 0.2em;  
    margin-bottom: 20px; 
}
.footer-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
footer p{
    color: #fff;
}
.hours-col{
    text-align: right;
}