.team-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.header-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/dune.jpg');
    background-size: cover;
    background-position: center;
    height: 1000px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fixed-bg {
    background-image: url('/img/dune.jpg');
    /* Replace with your image */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: white;
    height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.read-more-content {
    display: none;
}

.read-more-content.active {
    display: block;
}

.elementor-6 .elementor-element.elementor-element-f3f6aac .elementor-heading-title {
    color: gold;
    font-size: 150px;
    font-weight: 400;
    line-height: 1.2;
}

.service-img {
    width: 100%;
    /* height: 75%; */
    object-fit: cover;
}

.social-icon:hover {
    transform: scale(1.2);
    transition: transform 0.2s;
    opacity: 0.8;
}

/* Optional: Extra shadow for text overlay */
.text-shadow {
    text-shadow: 2px 2px 16px #000, 0 0 8px #000;
}

@media (max-width: 768px) {
    #carouselExample h1.display-1 {
        font-size: 2.5rem;
    }

    #carouselExample h3 {
        font-size: 1.1rem;
    }
}

/* Bootstrap validation styles */
.invalid-feedback {
    display: none;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid,
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-select:invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-feedback,
.form-select.is-invalid~.invalid-feedback {
    display: block;
}

.separator {
    border-top: 3px solid #0d6efd;
    opacity: 0.7;
    width: 80%;
    /* adjust as needed */
    margin: 2rem auto;
    /* center and add spacing */
    display: none;
    /* hide by default */
}
.logo-text {
    font-size: calc(1.3rem + 0.6vw) !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px;   

}
@media (max-width: 768px) {
    .separator {
        display: block;
        /* show on mobile */
    }
    .logo-text {
        font-size: calc(1.1rem + 0.6vw) !important;
        font-weight: 500 !important;
        letter-spacing: 1px;   }
}