.about-banner-content {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.about-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    margin-bottom: 1rem;
}

.about-banner-content h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.about-page-content .section-para {
    width: 75%;
    margin: auto;
}

/* ====== About Section Styles ====== */
.about-section {
    background-color: #fff;
    padding: 60px 0;
}

.section-title {
    color: #016481;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 42px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 25px;
}

.section-para2 {
    color: #757577;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.eye-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eye-image {
    max-width: 65%;
    height: auto;
    transition: transform 0.4s ease;
}

.eye-image:hover {
    transform: scale(1.03);
}


/* built */
.built-for-section {
    text-align: center;
    padding: 0 0 60px;
    background-color: #fff;
}

.section-title h2 {
    color: #016481;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 42px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
}

/* Two-column container */
.built-row {
    display: flex;
    justify-content: center;
    /* centers the row */
    gap: 60px;
    /* space between the two boxes */
    flex-wrap: wrap;
    max-width: 1300px;
    /* optional: limits row width */
    margin: 0 auto;
    /* centers the row in the section */
}

.built-box {
    flex: 0 0 45%;
    /* each box takes 45% width */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    padding: 40px;
    min-height: 350px;
    background-repeat: repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

/* Different background for each */
.built-box:nth-child(1) {
    background-image: url("../images/flexi/build-bg.png");
    background-repeat: repeat;
    background-size: 100% 100%;
}

.built-box:nth-child(2) {
    background-image: url("../images/flexi/build-bg.png");
    background-repeat: repeat;
    background-size: 100% 100%;
}

img.kid1 {
    position: absolute;
    bottom: 18px;
}

img.kid2 {
    position: absolute;
    left: 4%;
    bottom: 18px;
}

.built-left img.kid1 {
    width: 100%;
    max-width: 190px;
    border-radius: 15px;
}

.built-left img.kid2 {
    width: 100%;
    max-width: 265px;
    border-radius: 15px;
}

/* Left image */
.built-left img {
    width: 100%;
    max-width: 180px;
    border-radius: 15px;
}

/* Right content */
.built-right {
    text-align: left;
    max-width: 50%;
}

.built-right2 {
    text-align: left;
    max-width: 50%;
}

.built-right h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.built-right p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.built-right2 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.built-right2 p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

/* feature */
.kids-features-section {
    background-image: url("../images/flexi/kids-both.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    justify-content: flex-end;
    /* positions content to the right */
    align-items: center;
    padding: 60px 100px;
    position: relative;
}

/* Container for right-side content */
.kids-features-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

/* Individual feature boxes */
.kids-feature-box {
    background: #ffffff;
    border: 1px solid #C2C2C2;
    border-radius: 50px;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.kids-feature-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Text styling */
.kids-feature-box p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #006380;
    align-items: center;
    text-align: center;
    font-weight: 800;
    margin: 0;
}


/* cta */
/*  CTA action */


.career-cta {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.career-cta-inner {
    background-image: url('../images/flexi/perfect-banner.png');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: repeat;
    color: white;
    max-width: 1200px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 45px;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
}

.cta-text {
    flex: 1 1 45%;
}

.cta-text h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    margin-bottom: 20px;

}


.cta-text p {
    font-size: 16px;
    margin-bottom: 25px;
    color: white;
    margin-top: 25px;

}

.cta-btn {
    padding: 12px 30px;
    background: #ffffff;
    color: #1e7a8c;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #1e7a8c;
    color: white;
    border: 1px solid #fff;
}

/* Image container with border */
.cta-image {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta-image img {
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
    object-fit: cover;
    position: absolute;
    top: -114px;
}

/* Feature List */
.feature-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual list items styled like rounded boxes */
.feature-list li {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

.feature-list li span {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}


/* info */

.info-section {
    background: url('../images/flexi/info-banner.png');
    padding: 40px 0;
    position: relative;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-position: center center;


}

.info-section2 {
    background: #DEF9FFC7;
    padding: 40px 0;
    position: relative;
    background-size: 100% 100%;
    background-repeat: repeat;
    background-position: center center;


}

.info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    padding: 0 40px;
    position: relative;
}

/* LEFT SIDE */
.info-left {
    flex: 1;
}

.info-left h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #016481;
    margin-bottom: 50px;
    width: 35%;
}

/* Info Items */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    width: 35%;
}



/* Icon */
.info-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Text */
.info-text h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 0 0 5px;
}

.info-text p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #757577;
    margin: 0;
}

/* RIGHT SIDE IMAGE */
.info-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -168px;
    bottom: -8%;
}

.info-right img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
}


/* boxes */
.final-section {
    background-color: #f8fafc;
    padding: 60px;
}

.final-left h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #016481;
}

.benefit-boxes {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.benefit-box {
    display: flex;
    align-items: center;
    background: url('../images/invicta/feature-border.png') no-repeat center center/cover;
    width: 40%;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.3s ease;
    cursor: pointer;
    position: relative;
    padding: 0px 0 0px 30px;
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 190px;
}

.benefit-box:hover {
    background: url('../images/invicta/feature-hover-bg.png') no-repeat center center/cover;
    /* hover bg */
    background-repeat: repeat;
    background-size: 100% 100%;
}

.benefit-text {
    flex: 1;
    text-align: left;
    padding-right: 15px;
}

.benefit-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    /* margin-bottom: 20px; */
}

.benefit-text ul {
    padding-left: 10px;
    padding-top: 14px;
}

.benefit-text p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #757577;
    width: 95%;
}

.benefit-image {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 13px;
    right: 8px;
}

.benefit-image img {

    /*position: absolute;*/
    /*top: -77%;*/
    /*right: 10%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.benefit-image .normal-icon {
    opacity: 1;
    display: block;
}

.benefit-image .hover-icon {
    opacity: 0;
    display: none;
}

.benefit-box:hover .benefit-image .normal-icon {
    opacity: 0;
    display: none;
}

.benefit-box:hover .benefit-image .hover-icon {
    opacity: 1;
    display: block;
}

.benefit-box:hover .benefit-text h3,
.benefit-box:hover .benefit-text p {
    color: #fff;
}

/* vibrant */
.vibrant-section {
    padding: 80px 0;
    background-color: #fefefe;
}

.vibrant-container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    gap: 10px;
    align-items: flex-start;
}

/* LEFT */
.vibrant-left {
    width: 30%;
    padding-left: 5rem;
}

.vibrant-left h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #016481;
}

/* RIGHT */
.vibrant-right {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vibrant-right .vibrant-box:nth-child(4),
.vibrant-right .vibrant-box:nth-child(5) {
    grid-column: span 1;
    justify-self: center;
}

/* BOX */
.vibrant-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: url('../images/flexi/vibrant-bg.png');
    background-repeat: repeat;
    background-size: 100% 100%;
}

.vibrant-box:hover {
    transform: translateY(-5px);
}

.inner-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.vibrant-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.vibrant-left-info {
    align-items: center;
    gap: 10px;
}

.vibrant-left-info img {
    width: auto;
    height: 20px;
    padding-right: 70px;
}

.vibrant-left-info p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

/* Arrow Button (with image) */
.vibrant-arrow button {
    position: relative;
}

.vibrant-arrow button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 3%;
    bottom: 4%;
}

.arrow-img {
    width: 25px;
    height: 25px;
    transition: filter 0.3s ease;
}

/* POPUP */
.img-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.img-popup img {
    max-width: 60%;
    max-height: 60%;
    border-radius: 10px;
    background: white;
}

.close-popup {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}












@media (max-width: 1025px) {
    .about-banner-content {
        top: 70%;
        z-index: 1;
        display: block;
    }

    .about-banner-content h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 24px;
        color: #fff;
        margin-bottom: 1rem;
    }

    .about-banner-content h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }

    .about-banner-content {
        top: 70%;
        z-index: 1;
        display: block;
    }

    .section-title {
        font-size: 26px;
    }

    .section-para2 {
        font-size: 14px;
        width: 100%;

    }

    .built-row {
        align-items: center;
        gap: 0;
    }

    .built-box {
        flex: 1 1 30%;
        max-width: 55%;
        min-height: 270px;
    }

    .built-left img.kid1 {
        width: 100%;
        max-width: 160px;
        border-radius: 15px;
    }

    .built-left img.kid2 {
        width: 100%;
        max-width: 220px;
        border-radius: 15px;
    }


    .built-right2 {
        position: absolute;
        top: 50px;
        right: 20px;
    }

    .built-right {
        position: absolute;
        top: 50px;
        right: 20px;
    }

    .kids-features-content {
        max-width: 40%;
        position: absolute;
        right: 5px;
        gap: 15px;
    }

    .kids-feature-box p {
        font-size: 16px;
    }

    .cta-image img {
        width: 100%;
        max-width: 400px;
        border-radius: 12px;
        object-fit: cover;
        position: absolute;
        top: -115px;
        right: 15px;
    }

    .info-left {
        flex: 1;
        padding-right: 9rem;
    }

    .info-left h2 {
        font-size: 30px;
        width: 60%;
        margin-bottom: 25px;
    }

    .info-item {
        width: 50%;
    }

    .info-text h4 {
        font-size: 18px;
    }

    .info-text p {
        font-size: 14px;

    }

    .cta-text h2 {
        font-size: 32px;
    }

    .feature-list li {
        font-size: 16px;

    }

    .feature-list li span {
        font-size: 16px;

    }

    .final-section {
        background-color: #f8fafc;
        padding: 80px 0;
    }

    .final-left h2 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .benefit-boxes {
        width: 100%;
    }

    .final-left {
        width: 100%;
    }

    .vibrant-left {
        width: 25%;
        padding-left: 3rem;
    }

    .vibrant-arrow button {
        position: absolute;
        right: 2%;
        bottom: 4%;
    }

    .arrow-img {
        width: 20px;
        height: 20px;
        transition: filter 0.3s ease;
    }

    .info-right {
        position: absolute;
        right: 0;
        bottom: -12%;
    }

    .info-right img {
        width: 100%;
        max-width: 450px;
        border-radius: 20px;
    }



}

@media (max-width: 900px) {
    .vibrant-container {
        flex-direction: column;
        text-align: center;
    }

    .vibrant-right {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 4rem;
    }

    .vibrant-right {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .vibrant-left {
        width: 100%;
        padding-left: 0rem;
    }

}

@media (max-width: 768px) {
    .about-banner-content {
        top: 75%;
        z-index: 1;
        display: block;
    }

    .section-title {
        font-size: 32px;
    }

    .section-para2 {
        font-size: 20px;
        width: 100%;
    }

    .eye-image {
        max-width: 75%;
    }

    .built-right h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .built-right p {
        font-size: 16px;

    }

    .built-right2 h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .built-right2 p {
        font-size: 16px;
    }

    .built-left img.kid1 {
        width: 100%;
        max-width: 120px;
        border-radius: 15px;
    }

    .built-left img.kid2 {
        width: 100%;
        max-width: 160px;
        border-radius: 15px;
    }

    .kids-features-section {
        justify-content: center;
        padding: 60px 20px;
        text-align: center;
        min-height: 450px;

    }

    .kids-features-content {
        max-width: 40%;
        position: absolute;
        right: 5px;
        gap: 10px;
    }

    .feature-box {
        border-radius: 30px;
        padding: 15px 20px;
    }

    .feature-box p {
        font-size: 16px;
    }

    .feature-list {
        width: 50%;
    }

    .career-cta-inner {
        padding: 60px;
    }

    .cta-image img {
        width: 100%;
        max-width: 350px;
        border-radius: 12px;
        object-fit: cover;
        position: absolute;
        top: 160px;
        right: -50px;
    }

    .feature-list li {
        font-size: 18px;
        text-align: left;
    }

    .info-left {
        flex: 1;
        padding-right: 9rem;
    }

    .info-left h2 {
        font-size: 30px;
        width: 60%;
        margin-bottom: 25px;
    }

    .info-item {
        width: 50%;
    }

    .info-text h4 {
        font-size: 18px;
    }

    .info-text p {
        font-size: 14px;

    }

    .final-section {
        background-color: #f8fafc;
        padding: 80px 0;
    }

    .final-left h2 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 2rem;
    }

    .benefit-boxes {
        width: 100%;
    }

    .final-left {
        width: 100%;
    }

    .info-right {
        position: absolute;
        right: 0;
        bottom: -10%;
    }


}

@media (max-width: 600px) {
    .about-banner-content {
        top: 86%;
        z-index: 1;
        display: block;
    }

    .eye-image {
        max-width: 100%;
    }

    .built-right h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .built-right p {
        font-size: 14px;

    }

    .built-right2 h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .built-right2 p {
        font-size: 14px;
    }

    .built-box {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 220px;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 25px
    }

    .kids-features-content {
        max-width: 100%;
        gap: 10px;
        position: absolute;
        top: 8%;
    }

    .kids-feature-box {
        padding: 10px 20px;
    }

    .final-section {
        background-color: #f8fafc;
        padding: 40px 0;
    }

    .final-left h2 {
        margin-bottom: 2rem;
        text-align: center;
        font-size: 30px;
    }

    .benefit-box {
        width: 100%;
        height: 220px;
    }

    .feature-box p {
        font-size: 14px;
    }

    .kids-features-section {
        background-image: url("../images/flexi/kids-both-mobile.png");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        min-height: 650px;

    }

    .kids-feature-box p {
        font-size: 16px;
    }

    .career-cta {
        padding: 20px 20px;
    }

    .career-cta-inner {
        padding: 30px 20px;
        text-align: center;
    }

    .career-cta-inner {
        background-image: url('../images/flexi/kids-mobile-perfect.png');
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    .cta-text {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .cta-image {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
    }


    .cta-image img {
        width: 100%;
        max-width: 550px;
        border-radius: 12px;
        object-fit: cover;
        position: relative;
        top: 30px;
        right: 0px;
    }

    .cta-text h2 {
        font-size: 32px;
    }

    .cta-text h2 span {
        font-size: 32px;
    }

    .feature-list {
        padding: 0rem 2rem;
    }

    .feature-list {
        width: 100%;
    }

    .info-section {
        background: url('../images/flexi/info-mobile.png');
        padding: 40px 0;
        position: relative;
        background-size: 100% 100%;
        background-repeat: repeat;
        background-position: bottom;
        height: 725px;
    }

    .info-section2 {
        height: 750px;
    }


    .info-left {
        flex: 1;
        padding-right: 0rem;
    }

    .info-left h2 {
        font-size: 30px;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .info-item {
        width: 100%;
    }

    .info-right img {
        width: 100%;
        max-width: 350px;
        border-radius: 20px;
    }

    .info-right {
        position: absolute;
        right: 0px;
        bottom: -81%;
    }

    .benefit-boxes {
        width: 100%;
    }

    .final-left {
        width: 100%;
    }

    .vibrant-right {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 2rem;
    }

    .vibrant-arrow button {
        position: absolute;
        right: 4%;
        bottom: 5%;
    }

    .arrow-img {
        width: 25px;
        height: 25px;
    }

    .vibrant-left h2 {
        font-size: 30px;
    }

    .img-popup img {
        max-width: 80%;
        max-height: 80%;
        border-radius: 10px;
        background: white;
    }


}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }

    .section-para2 {
        font-size: 18px;
        width: 100%;
    }

    .eye-image {
        max-width: 102%;
    }

}