﻿.navbar .nav-link {
    color: white;
}

.navbar .btn-icon img {
    filter: brightness(0) invert(1);
}

.vision-items-wrapper {
    margin-top: 1.5rem;
}

.info-block {
    max-width: 100%;
    width: 100%;
}



.info-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.info-underline {
    width: 70%;
    height: 4px;
    background-color: #ff7a00;
    margin-bottom: 1rem;
}

.info-description {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
}




.section-title {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-top: 0px;
}

.logo-container img {
    max-height: 60px;
    object-fit: contain;
}

.row {
    flex-wrap: wrap !important;
}

.partner-card-responsive {
    background-color: #F8FAFC;
    border-radius: 25px;
    padding: 2rem 1rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
    z-index: 0;
}

    .partner-card-responsive::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        background: linear-gradient(to bottom, #FFFFFF, #cde5ff4a);
        border-radius: 25px;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }


    .partner-card-responsive p {
        margin-top: 0; /* Xoá khoảng đẩy xuống nếu không cần */
        color: #333;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 0px;
    }

.logo-frame {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .logo-frame img {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain;
    }

.logo-hsv {
    width: 80px !important;
    height: 80px !important;
}

.logo-companion {
    width: 66px !important;
    height: 83px !important;
}

.logo-sacombank {
    width: 200px !important;
    height: 100px !important;
}


@media (max-width: 1950.98px) {
    #introduction-slider-container::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 12%;
        width: 1214px;
        height: 53px;
        background: var(--Primary-Primary-Border, #AEDEF9);
        filter: blur(25px);
        opacity: 0.7;
        z-index: 0;
        pointer-events: none;
        border-radius: 50%;
    }

    .mission-header::before {
        content: '';
        position: absolute;
        top: -26px;
        left: 18%;
        width: 1214px;
        height: 53px;
        background: var(--Primary-Primary-Border, #AEDEF9);
        filter: blur(25px);
        opacity: 0.7;
        z-index: 0;
        pointer-events: none;
        border-radius: 50%;
    }
}

@media (max-width: 1720.98px) {
    .mission-header::before {
        left: 15%;
    }
}

@media (max-width: 1540.98px) {
    #introduction-slider-container::before {
        content: '';
        position: absolute;
        bottom: 47px;
        left: 15%;
        width: 64%;
        height: 40px;
        background: var(--Primary-Primary-Border, #AEDEF9);
        filter: blur(15px);
        opacity: 0.7;
        z-index: 0;
        pointer-events: none;
        border-radius: 50%;
    }

    .mission-header::before {
        content: none;
        display: none;
    }
}

@media (max-width: 1400.98px) {
    #introduction-slider-container::before {
        content: '';
        position: absolute;
        bottom: 80px;
        left: 17%;
        width: 64%;
        height: 40px;
        background: var(--Primary-Primary-Border, #AEDEF9);
        filter: blur(15px);
        opacity: 0.7;
        z-index: 0;
        pointer-events: none;
        border-radius: 50%;
    }

    .mission-header::before {
        content: none;
        display: none;
    }
}

@media (min-width: 1025.98px) {
    .info-description {
        text-align: justify;
    }
}


@media (max-width: 1025.98px) {
    #introduction-slider-container::before {
        content: '';
        position: absolute;
        bottom: 107px;
        left: 19%;
        width: 60%;
        height: 40px;
        background: var(--Primary-Primary-Border, #AEDEF9);
        filter: blur(15px);
        opacity: 0.7;
        z-index: 0;
        pointer-events: none;
        border-radius: 50%;
    }

    .mission-header::before {
        content: none;
        display: none;
    }
}

@media (max-width: 991.98px) {
    body {
        background-color: #FFF !important;
    }

    #introduction-slider-container::before {
        bottom: 127px;
    }
}

@media (max-width: 767.98px) {
    #introduction-slider-container::before {
        content: '';
        position: absolute;
        bottom: 56px;
        left: 20%;
        width: 59%;
        height: 23px;
        background: var(--Primary-Primary-Border, #AEDEF9);
        filter: blur(7.5px);
        opacity: 0.7;
        z-index: 0;
        pointer-events: none;
        border-radius: 50%;
    }

    .mission-header::before {
        display: none;
        content: none;
    }

    .section-title {
        font-size: 1.25rem;
    }

    .info-title {
        font-size: 16px;
    }

    .info-description {
        font-size: 14px;
    }

    .partners-section .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .partner-card-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    .vision-items-wrapper .info-block {
        font-size: 13px;
        padding: 0;
    }

    .vision-section .vision-image {
        margin-top: 2rem;
    }

    .companion-banner-container {
        background: none !important;
        padding: 0 !important;
    }



    #introduction-slider-container > div {
        padding-left: 4px;
        padding-right: 4px;
    }

    .introduction-slider-wrapper .col-10 {
        width: 48.333333% !important;
    }

    .introduction-slider-wrapper .col-4 {
        width: 21.333333% !important;
    }

    .slider-img {
        border-radius: 4.14px;
    }

    .game-banner-section {
        padding-top: 20px;
    }

    .slide-pos-left {
        left: 16%;
    }

    .slide-pos-right {
        left: 84%;
    }
}
