#slider_section{
    padding: 0;
}
.hero {
    background: url('hero-image.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
iframe {
    width: 100%;
    height: 300px;
    border: 0;
}
.director-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.director-card:hover {
    transform: translateY(-10px);
}
.director-card img {
    width: 100%;
    height: auto;
}

.carousel-caption{
    background-color: #f8f9fa;
    opacity: .5;
    color: #0a0504 !important
}
.carousel-caption h5{
    color: #0a0504 !important
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1800px;
}



.chairman-message {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.message-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.message-text {
    flex: 1;
    max-width: 50%;
}

.message-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.message-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.message-image {
    flex: 1;
    max-width: 40%;
}

.message-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.md-message {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.custom_team_img {
    width: 100%;
    height: auto;
    object-fit: cover; !important
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#services{
    background-color: antiquewhite;
}


.contact{
    background-color: beige;
}

.awrad_pic{
    max-width: 60%
}


.team .member .member-info{

    bottom: -8px; !important
}

.team .member h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: color-mix(in srgb, var(--default-color), transparent 60%);
    bottom: 0;
    left: 0;
}