@charset "UTF-8";

/* CSS Document */
a {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none !important;
}

/* hero section */
.top_img {
    background-position: top center;
}

.top_txt {
    padding-left: 95px;
    width: 70%;
}

/* what is section */
.what-is {
    margin: 80px 0px 0px 0px;
}

.what-is-left {
    margin-top: 70px;
}

.what-is-left h2 {
    width: 80%;
}

.what-is-left p {
    font-size: 18px;
    line-height: 160%;
    margin-left: 90px;
    width: 80%;
}

.what-is-right img {
    width: 100%;
}

/* Features Section */
.feature {
    padding: 50px 108px;
}

.feature h2 {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.feature p {
    text-align: center;
    margin-bottom: 50px;
}

.feature-row {
    margin: 40px 0px;
}

.feature-card {
    padding: 30px 20px;
    border-radius: 8px;
}

.feature-card .card-image img {
    width: 100%;
}

.feature-card h3 {
    width: 100%;
    text-align: left;
    color: #213c68;
    font-weight: 600;
    font-size: 24px;
}

.feature-card p {
    margin-bottom: 20px;
    text-align: left;
}

.feature-card .card-content {
    height: 535px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

/* Talent Section */
.talent {
    padding: 0px 0px 0px 0px;
}

.talent h2 {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    margin: 0px 0px;
}

.talent h4 {
    font-size: 30px;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #213C71;
    color: #fff;
}

.talent p {
    text-align: center;
}

.talent-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.line {
    position: relative;
}

.line::after {
    position: absolute;
    content: '';
    width: 400%;
    height: 2px;
    background-color: #213c68;
    top: 50%;
}

/* Return Section */
.return img {
    width: 100%;
}

.return {
    margin-top: 70px;
}

.return h2 {
    width: 80%;
}

.return p {
    font-size: 18px;
    line-height: 160%;
    margin-left: 90px;
    width: 80%;
}

.return-card p {
    margin: 0px;
    width: 100%;
}

.return-card-row {
    padding: 15px 90px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.return-card {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 8px;
    width: 29%;
}

.return-card h4 {
    width: 100%;
    color: #213c68;
    font-weight: 600;
    font-size: 24px;
}

/* Great Team Section */
.great-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}

.great-team-card {
    padding: 0px 0px !important;
}

.great-content {
    padding: 20px;
}

/* CTA Section */
.cta-section {
    position: relative;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 80px 0px;
    z-index: 1;
    color: white;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66);
    z-index: -1;
}

.cta-section h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
}

.cta-section p {
    text-align: center;
}

.cta-section a {
    background-color: #49C4F7;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Insights */
.insights {
    margin: 0px 0px 50px 0px;
}

.insights h2 {
    width: 80%;
}

p.insights-top {
    font-size: 18px;
    line-height: 160%;
    margin-left: 90px;
    width: 80%;
}

.insights h2 {
    width: 90.4%;
    margin-bottom: 10px;
}

.insight-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    padding: 10px 20px;
}

.insight-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.insight-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: #213c71;
    line-height: 30px;
}

.insight-excerpt {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    text-align: center;
    padding: 0px 20px;
}

.owl-carousel {
    padding: 20px 80px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.insight-excerpt {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    text-align: center;
    padding: 0px 20px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 100px;
    display: flex;
    gap: 10px;
}

.owl-carousel .owl-nav span {
    margin-top: -3px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #49c4f7;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #213c71;
    color: #fff;
}

/* FAQS */
.faqs h2 {
    width: 100%;
    text-align: center;
}
.faqs li {
    font-size: 18px;
    margin-left: 35px;
}
.accordion {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    background: #f8f9fa;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    user-select: none;
}

.accordion-header:hover {
    background: #e9ecef;
}

.accordion-header.active {
    background: #49C4F7;
    color: white;
}

.accordion-header h3 {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0px !important;
    color: #213c71;
}

.accordion-icon {
    transition: transform 0.3s ease;
    font-size: 20px;
    font-weight: bold;
}

.accordion-header.active .accordion-icon {
    transform: rotate(140deg);
}

.accordion-header.active h3 {
    color: #fff;
}

.accordion-content {
    padding: 20 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: white;
}

.accordion-content.active {
    padding: 20px;
    max-height: 300px !important;
}

.accordion-content p {
    margin: 10px;
    line-height: 1.6;
    color: #666;
}

.faqs {
    padding: 0px 115px;
}


/* Media Queries */
@media (max-width:1660px) {
    .what-is-left h2 {
        width: 78%;
    }

    .feature {
        padding: 50px 40px;
    }
}

@media (max-width:1550px) {
    .what-is-left h2 {
        width: 76%;
    }

    .return h2 {
        width: 76%;
    }

    .what-is-left {
        margin-top: 0px;
    }

    .what-is {
        margin: 50px 0px;
    }

    .feature {
        padding: 50px 50px;
    }
}

@media (max-width:1440px) {
    .what-is-left h2 {
        width: 74%;
    }

    .return h2 {
        width: 74%;
    }

    .return-card-row {
        gap: 10px;
    }

    p.insights-top {
        font-size: 18px;
        line-height: 160%;
        margin-left: 68px;
        width: 80%;
    }

    .owl-carousel {
        padding: 20px 70px;
    }

    .feature-card .card-content {
        height: 422px;
    }
}

@media (max-width:1280px) {
    .top_txt {
        padding-left: 40px;
    }

    .what-is-left h2 {
        width: 86%;
    }

    .what-is-left p {
        margin-left: 45px;
        width: 95%;
    }

    .return h2 {
        width: 86%;
    }

    .return p {
        margin-left: 45px;
        width: 95%;
    }

    .return-card p {
        margin-left: 5px;
        width: 100%;
    }

    .return-card-row {
        padding: 15px 40px;
    }

    .feature-card .card-content {
        height: 372px;
    }
}

@media (max-width:1024px) {
    .what-is-left p {
        margin-left: 38px;
    }

    .return p {
        margin-left: 38px;
    }

    .return-card p {
        margin-left: 0px;
    }

    .return-card {
        width: 47%;
    }

    .feature {
        padding: 50px 30px;
    }

    .feature-card p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-row {
        display: flex;
        gap: 20px;
        margin: 20px 0px;
    }

    .owl-carousel {
        padding: 20px 60px;
    }

    p.insights-top {
        margin-left: 49px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .faqs {
        padding: 0px 60px;
    }

    .feature-card .card-content {
        height: fit-content;
    }

}

@media (max-width:768px) {
    .what-is-left {
        margin-top: 30px;
    }

    .what-is-left h2 {
        width: 90%;
    }

    .return h2 {
        width: 90%;
    }

    .top_txt {
        padding-left: 37px;
    }

    .talent-card {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: baseline;
        gap: 10px;
    }

    .line::after {
        width: 4%;
        height: 45px;
        top: 100%;
        left: 50%;
    }

    .talent h4 {
        font-size: 25px;
        padding: 7px 15px;
    }

    .talent {
        padding: 0px 20px 110px 20px;
    }

    .talent p {
        font-size: 16px;
        text-align: left !important;
    }

    p.insights-top {
        font-size: 16px;
        margin-left: 37px;
        width: 48%;
    }

}

@media (max-width:570px) {
    .what-is-left p {
        margin-left: 20px;
        font-size: 16px;
    }

    .return p {
        margin-left: 20px;
        font-size: 16px;
    }

    .return-card p {
        margin-left: 0px;
        font-size: 16px;
    }

    .top_txt {
        padding-left: 23px;
        width: 100%;
    }

    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .top_img.home {
        background-size: cover !important;
        height: 389px;
    }

    .feature-row {
        flex-direction: column;
        margin: 0px 0px;
        gap: 10px;
    }

    .line::after {
        width: 4%;
        height: 100px;
        top: 100%;
        left: 50%;
    }

    .return-card-row {
        padding: 15px 40px;
        flex-direction: column;
    }

    .return-card {
        width: 100%;
    }

    .feature {
        padding: 30px 30px 0px 30px;
    }

    .talent {
        padding: 0px 20px 0px 20px;
    }

    .cta-section h4 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        line-height: 38px;
        text-align: center;
    }

    p.insights-top {
        font-size: 16px;
        margin-left: 17px;
        width: 100%;
    }

    .owl-carousel {
        padding: 20px 20px;
    }

    .insight-title {
        padding: 10px 5px;
    }

    .insight-excerpt {
        font-size: 14px;
        padding: 0px 10px;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 100%;
        right: 113px;
    }

    .faqs {
        padding: 0px 15px;
    }

    .accordion-content.active {
        padding: 20px;
        max-height: 360px !important;
    }

    .feature-card {
        padding: 30px 10px;
        border-radius: 8px;
    }

    .feature-card .card-content {
        order: 1;
    }

    .feature-card .card-image {
        order: 2;
        margin-top: 15px;
    }
}

@media (max-width:350px) {
    .top_img.home {
        height: 426px;
    }

    .cta-section h4 {
        font-size: 21px;
        line-height: 32px;
    }
}