





/* contact, footer */
.first-contact {
    background: #8f949730;
    border-radius: 10px;
}

.back-img {
    background-image: url("../assets/img/sastha/bg-contact.png");
    background-image: no-repeat;
    background-size: cover;
    background-position: top;
}

.nav-link-contact a {
    width: 30px;
    margin-right: 136px;
}

.nav-link-contact img {
    line-height: 5px;
}

.nav-link-contact img:first-child {
    margin-inline: 20px;
}

.nav-link-contact {
    line-height: 5;
}

/* form-group */
.form-group .color-label {
    color: white;
}

.contact-us-title,
.contact-p {
    color: white;
}

.contact-btn {
    background: #ffc100;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}


.imge-content {
    /* background-image: url("../assets/img/sastha/Rectangle-contact.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 180px;
    margin-top: 150px;
    margin-left: 76px;
    margin-bottom: 50px;
}

.content-text {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.form-control {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: white;
}

.contact-btn:hover {
    background-color: white;
    color: black;
}

label {
    color: white;
}

/* Base Footer Styles */


/* For small and medium screens (mobile/tablet) */
@media (max-width: 767px) {
    .nav-link-contact a {
        margin-right: 78px;
    }

    .footer .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .foots {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 20px;
    }

    .footer .col-sm-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .footer h4 {
        font-size: 16px;
    }

    .footer img {
        max-width: 100%;
    }
}

.footer {
    background: #444 !important;
    padding: 40px;

}

.footer h4,
.footer h5 {
    color: #ffc100;
    text-align: left;
}

.footer ul {
    padding-left: 20px;

    text-align: left;
}

.footer ul li {
    margin-bottom: 8px;

}

.footer a {
    text-decoration: none;
    color: #fff;
    font-size: 20px !important;
}

/* Mobile Responsive Footer */
@media (max-width: 768px) {
    .nav-link-contact a {
        margin-right: 78px;
    }

    .footer {
        padding: 20px;
    }

    /* Stack columns vertically on small screens */
    .footer .col-md-2 {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    /* Adjust font size for header */
    .footer h4,
    .footer h5 {
        font-size: 1.2rem;
    }

    /* Reduce size of images */
    .footer img {
        max-width: 120px;
        margin-bottom: 10px;
    }

    /* Social media icons */
    .footer .d-flex a {
        margin-right: 15px;
    }

    .footer .d-flex a img {
        max-width: 25px;
    }

    /* Adjust footer link font size */
    .footer a {
        font-size: 0.9rem;
    }

    .footer .col-md-2.mb-4 {
        margin-bottom: 10px;
    }

    .footer .card-body {
        padding: 1rem;
    }
}

/* Very small devices like small phones (less than 576px) */
@media (max-width: 576px) {
    .footer .col-md-2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer img {
        max-width: 100px;
        margin-bottom: 5px;
    }

    .footer h4,
    .footer h5 {
        font-size: 1.1rem;
    }

    /* Adjust text size for smaller screens */
    .footer a {
        font-size: 0.8rem;
    }

    .footer .d-flex a img {
        max-width: 20px;
    }

    .footer .d-flex {
        justify-content: left;
        /* Align social media icons left */
    }
}