header {
    position: relative;
    height: 550px; /* Less than 400px */
    background: url('../images/headbg.jpg') no-repeat center center/cover;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Light black filter */
    z-index: 1;
}
.header-content {
    position: absolute;
    top: 50%;   
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 999;
}


header h1 {
    font-size: 4em;
}
header p {
    font-size: 1em;
}
header nav {
    z-index: 9999;
}
nav li {
    margin-left: 15px;
}
.features i {
    font-size: 3em;
    color: #ffc107;
}

.hero-about {
    background: #f8f9fa;
    padding: 60px 0;
    position: relative;
    background: #ffc107;
    padding: 60px 0;
    color: white;
}

.hero-about h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.hero-about p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.how-to {
    padding: 60px 0;
}
.how-to img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.how-to h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.how-to h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.how-to p {
    font-size: 1em;
}


.image-text {
    background: #fff;
    padding: 60px 0;
}

.image-text h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.image-text p {
    font-size: 1.2em;
    margin-bottom: 30px;
}



.hero-parallax {
    position: relative;
    background: url('../images/parallax-bg.jpg') no-repeat center center/cover;
    height: 400px;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Darker filter */
    z-index: 1;
}

.parallax-content {
    position: relative;
    z-index: 2;
}



footer {
    background-color: #181818;
    color: white;
}

footer h5 {
    margin-bottom: 20px;
}

footer p, footer ul, footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .social-icons a {
    font-size: 1.5em;
    margin-right: 10px;
}

footer .social-icons a:hover {
    color: #ffc107;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}
.navbar-nav .nav-link {
    color: rgb(26, 26, 26) !important;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
}

.cc-info li {
    font-size: 35px;
    margin-bottom: 25px;
}
.map {
    padding-bottom: 0 !important;
}


@media screen and (min-width: 768px) {
    .header-content .inner-wrap {
        background: #ffc1075c;
        padding: 4em 15em;
        
        border-radius: 8px;
    }
}

.list-abt li {
    margin-bottom: 15px !important;
}