.about-page-banner-caption h2 {
    font-size: 24px;
    line-height: 39px;
    color: #2a2b6b;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    color: #252366;
}

.lead {
    color: #4b5563;
    font-size: 1.1rem !important;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.why-box h4 {
    font-weight: 700;
    color: #252366;
    font-size: 1.4rem;
}

.why-box ul {
    list-style: none;
    padding-left: 0;
}

.why-box ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.why-box ul li::before {
    content: '✔';
    color: #28a745;
    margin-right: 8px;
}

.btn-custom {
    background-color: #252366;
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-custom:hover {
    background-color: #1a1a4d;
    color: white;
    box-shadow: 0 0 0 .3rem rgb(42 43 107 / 40%);
}

.btn-orange {
    background-color: #FF6600;
    color: #ffffff;
}

.btn-orange:hover {
    box-shadow: 0 0 0 .3rem rgb(255 102 0 / 40%);
    background-color: #FF6600;
    color: #ffffff;
}

.btn-grey {
    background-color: #F3F4F6;
    color: #252366;
}

.csr-image {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

img.csr-image:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.partner-section {
    padding: 60px 15px;
    text-align: center;
    background: linear-gradient(to bottom, #f5f6f9 0%, #ffffff 100%);
}

.partner-section h2 {
    font-weight: 700;
    color: #252366;
}

.benefits-section h2 {
    font-weight: 700;
    color: #252366;
}

.benefits-section {
    padding: 60px 15px;
    text-align: center;
}

.benefits .card-title {
    text-align: center;
}

.benefits {
    width: 18%;
}

.benefits p {
    font-size: 14px;
}


.card-box {
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 30px 25px;
    margin-bottom: 30px;
}

.card-box:hover {
    transform: translateY(-4px);
}

.card-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #19a9f5, #00cfff);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-icon {
    width: 50px;
    height: 50px;
    background-color: #2c63e4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 20px;
}

.card-icon.orange {
    background-color: #ff6b00;
}

.card-title {
    font-weight: 700;
    color: #252366;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.card-text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-align: left;
    min-height: 90px;
}

.left-panel {
    background-color: #262a72;
    color: white;
    padding: 30px;
    height: 100%;
}

.left-panel h4 {
    font-weight: 700;
}


.btn-close {
    z-index: 1;
    margin: 6px !important;
    border-radius: 50%;
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);

    box-sizing: content-box;
    width: 12px;
    /* smaller width */
    height: 12px;
    /* smaller height */
    padding: 0.3em !important;
    /* smaller padding */
    color: var(--bs-btn-close-color);
    background: #dcdee0 var(--bs-btn-close-bg) center / 0.5em auto no-repeat;
    /* slightly smaller icon */
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
    margin: 0;
}

.csrdetail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #19a9f5, #00cfff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

.csrdetail:hover::after {
    transform: scaleX(1);
}

.accordion-button:not(.collapsed) {
    border-color: #86b7fe !important;
}

.accordion-button:focus {
    border-color: #dedede;
}

@media only screen and (max-width: 940px) {
    .benefits {
        width: 30%;
    }

    .DetailMobile {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1024px) {
    .benefits {
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .benefits {
        width: auto;
    }

    .benefits img {
        width: 60%;
    }

    .benefits br {
        display: none;
    }

    .home-section1 {
        background-size: cover !important;
    }

    .Textcontentsection {
        font-size: 24px !important;
        width: 100% !important;
        margin: 0 auto;
        padding: 25px !important;
    }

    .Textcontentsection span {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .home-section1 {
        background-size: cover !important;
    }

    .Textcontentsection {
        font-size: 32px !important;
        width: 100% !important;
        margin: 0 auto;
        padding: 25px !important;
    }

    .Textcontentsection span {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 1599px) {
    .home-section1 {
        background-size: cover !important;
    }
}

.main-header-inner ol,
ul {
    padding-left: 0;
}

.Textcontentsection {
    color: white;
    font-size: 32px;
    font-weight: bold;
    width: 75%;
    margin: 0 auto;
    padding: 50px;
}

.Textcontentsection span {
    color: #FF6B35;
    font-size: 50px;
}

.home-section1 {
    background-size: contain;
}

.about-page-section4-right-slider-caption a {
    text-decoration: none;
}