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

.article-title {
    font-weight: bold;
    font-size: 18px;
}

/* Video styles */
.video-thumbnail {
    position: relative;
    width: 100%;
    min-height: 200px;
    /* min-width: 350px; */
    object-fit: cover;
}

.play-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 32px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 5px;
}

/* Popular channels styles */
.channel-avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}

.channel-name {
    font-size: 16px;
    font-weight: bold;
}

/* Vertical divider line */
.vertical-divider {
    border-left: 2px solid #ddd;
    /* Adjust color as needed */
    height: 100%;
    /* Full height of the container */
    /* margin-left: 5px; */
    /* margin-right: 5px; */
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    /* Adjust width of the control area */
    height: 200px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
    /* Make the arrows white, or adjust this to another color */
}

.carousel-control-prev {
    left: -6%;
    /* Push the previous button outside the carousel */
}

.carousel-control-next {
    right: -6%;
    /* Push the next button outside the carousel */
}

.carousel-indicators {
    position: relative;
    top: -20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #333;
    /* Change the indicator dot color */
}

.carousel-indicators .active {
    background-color: #2c58a2;
    /* Change the color of the active indicator */
}

.under-text {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5;
}

.sub-heading {
    color: rgba(77, 77, 77, 255);
    letter-spacing: -.025em;
    font-weight: 500;
}

h1,
h2 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

h3,
h4 {
    font-weight: 600;
    letter-spacing: -0.01em;
}

/* .dark-overlay {
    filter: brightness(50%);
} */

.overlay-wrapper {
    position: relative;
    overflow: hidden;
}

.overlay-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.overlay-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-wrapper .overlay-title {
    position: absolute;
    z-index: 2;
}

/* .big-image {
    width: 1200px;
    height: 600px;
} */

.big-image {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    /* max-height: 600px; */
}

.small-image,
.average-image,
.tall-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 300px;
}

.small-image {
    aspect-ratio: 4 / 3;
    max-height: 400px;
}

.tall-image {
    aspect-ratio: 1 / 2;
    max-height: 500px;
    object-fit: contain;
}

.average-image {
    aspect-ratio: 3 / 2;
    /* max-height: 300px; */
    /* height: 100%; */
    max-width: 550px;
    min-height: 230px;
}

/* .small-image {
    min-height: 300px;
    max-height: 350px;
}

.average-image {
    width: 440px;
    height: 300px;
}

.tall-image {
    width: 500px;
    height: 500px;
} */

@media (max-width: 768px) {
    .overlay-title h4 {
        font-size: 1.5rem !important;
    }

    .big-image {
        aspect-ratio: 4 / 3;
    }

    .education-section {
        align-items: center !important;
        padding-top: 1.25rem !important;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .education-section div {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .even-education-part {
        flex-direction: column-reverse;
    }

    .scope-of-service {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .scope-of-service-list {
        /* padding-right: 1rem !important;
        padding-left: 1rem !important; */
    }

    .navbar-collapse {
        display: none;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .max-w-400 {
        max-width: 400px;
    }

    .social-media {
        display: none;
    }

    /* .big-image {
        width: 750px;
        height: 300px;
    }

    .small-image {
        width: 375px;
        height: 200px;
    }

    .average-image {
        width: 220px;
        height: 150px;
    } */

    .tall-image {
        max-height: 350px;
    }
}
