﻿.about-section .row {
    align-items: stretch; 
}

.about-section img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}


.about-bottom-text{
    line-height: 3;
    margin-bottom: 40px;
    text-align: justify;
}

.image-grid .grid-img {
    width: 100%;
    height: 230px; 
    object-fit: cover;
    border-radius: 20px;
}

.image-grid .wide-img {
    height: 230px;
    border-radius: 20px;
}

.sub-list {
    list-style-type: disc; 
    padding-right: 20px; 
    margin-top: 5px;
}

    .sub-list li {
        margin-bottom: 10px;
    }

.video-box {
    position: relative;
    width: 100%;
    border-radius: 40px;
}

    .video-box video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 40px;
    }

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 380px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    color: #1D315E;
    border-radius: 24px; 
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.4s ease;
}

    .play-overlay.hide {
        opacity: 0;
        pointer-events: none;
    }


.about-value{
    text-align: justify;
    line-height: 2.4;
}


.section-title {
    font-weight: 700;
    color: #1D315E;
    margin-bottom: 12px;
    font-size: 16px;
}

.section-text {
    line-height: 2.4;
    text-align: justify;
    margin-bottom: 24px;
}

.award-images img {
    max-height: 120px;
    object-fit: contain;
}

.tandis-img{
    width: 100%;
    height: 100%;
}

.internationalBanner{
    border-radius: 25px;
}



.international-text {
    line-height: 2.6;
    color: #444;
    text-align: justify;
}

.international-thumb {
    height: 200px;
    object-fit: cover;
}


@media (min-width: 992px) {
    .tandis-row .tandis-col {
        flex: 0 0 auto;
        width: 10.666667%;
    }
}

@media (max-width: 450px) {
    .play-icon-svg {
        width: 90px;
    }

    .play-overlay {
        width: 220px;
        height: 200px;
        border-radius: 16px;
    }
}