#header , .title-about
{
    background: linear-gradient(90deg, #001240 32.66%, #A3195B 78.99%);
}
.title-about
{
    min-height: 20vh;
    padding-top: 3rem;
}
.underline
{
    border-radius: 200px;
    height: 4px;
    opacity: 1;
    width: 90px;
    flex-shrink: 0;
    opacity: 1;
    border-radius: 200px;
    background: #C31162;
}
.title-about h1
{
    text-align: center;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.promo-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo-box {
    background: url('../images/about-us.png') no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.bottom-right-box {
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: linear-gradient(to right, #0c0032, #c70078);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
    width: 303.658px;
    height: 108px;
}

.companion-wrapper {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}
.mission-title {
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 39px;
    font-style: normal;
    line-height: 53.76px; /* 137.846% */
    text-transform: capitalize;
}


.mission-text {
    color: #282828;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 40px; /* 190.476% */
}

.vision-title {
    text-align: left;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 39px;
    font-style: normal;
    line-height: 53.76px;
    text-transform: capitalize;
}

.vision-text {
    color: #282828;
    text-align: justify;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 190.476% */
}
.section-description
{
    color: #282828;
    text-align: justify;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 166.667% */
}
.section-title
{
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.76px; /* 137.846% */
    text-transform: capitalize;
}
.underline-right {
    width: 90px;
    height: 4px;
    opacity: 1;
    flex-shrink: 0;
    border-radius: 200px;
    background: #C31162;
    margin-top: -5px;
}

.feature-card {
    position: relative;
    text-align: center;
    color: #fff;
    display: inline-flex;
    height: 146px;
    padding: 66.08px 30px 16.92px 30px;;
    align-items: center;
    flex-shrink: 0;
    border-radius: 7px;
    background: linear-gradient(270deg, #C31162 0%, #001240 67.79%);
    width: 209px !important;
}

.feature-card .icon-wrapper {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-card .icon-wrapper img {
    height: 160px;
    object-fit: contain;
}

.feature-card h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}
.section-heading::after {
    display: none;
}
.features
{
    background:#F6F6F6;
}
.features-bg {
    background: #f6f6f6;
    width: 100%;
}
.feature-card h6
{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.68px; /* 126% */
}
.underline-about-us
{
    width: 79px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #FFF;
    opacity: 1;
    margin: 0 auto;
}

.underline-left
{
    width: 96.537px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #C31162;
}
.section-title::after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #C31162;
    margin-top: 5px;
    margin-right: auto;
}

@media (max-width: 500px) {
    .bottom-right-box {
        width: 60% !important;
        height: 30%;
    }
}

@media (min-width: 501px) and  (max-width: 767px){
    .bottom-right-box {
        width: 50% !important;
        height: 30%;
    }
}
@media (max-width: 768px) {
    .mission-title
    {
        text-align: left;
    }
    .title-about
    {
        height: 20vh;
        padding-top: 3rem;
    }
    header #navbar .navbar-nav li a
    {
        color: #fff;
    }
    .navbar-toggler
    {
        background-color: #fff;
    }
    .bottom-right-box {
        width: 30%;
        height: 30%;
    }
}

@media (max-width: 999px) and (orientation: landscape) {
    header #navbar .navbar-nav li a {
        color: #fff !important;
    }
}


@media (min-width: 768px)
{
    header #navbar .navbar-nav li a.active {
        color: #001240 !important;
        border-radius: 23.5px;
        background: #ffffff;
        padding: 9px 40px;
    }
}

/* Optional: Better text alignment on smaller screens */
@media (max-width: 991.98px) {
    .mission-text, .vision-text {
        text-align: center !important;
    }

    .mission-title, .vision-title {
        text-align: center;
    }

    .underline-left, .underline-right {
        margin-left: auto;
        margin-right: auto;
    }

    .mission-icon-wrap, .vision-icon-wrap {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .vision-section .col-md-1 {
        align-items: center !important;
    }
}



