@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #001F4B;
}

p {
    font-size: 18px;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

.navbar {
    background-color: #fff;
    padding: 15px 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #12284c;
}

.navbar-brand img {
    height: 36px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: #12284c;
    font-weight: 500;
    margin: 0 10px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #f4b400;
}

.btn-get-started {
    background-color: #f4b400;
    color: #000;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-get-started:hover {
    background-color: #d49e00;
}

.partner-innovate {
    background-color: #F6F7FA;
    padding-top: 97px;
}

.partner-innovate h1 {
    font-size: 60px;
    font-weight: 600;
    color: #001F4B;

}

.partner-innovate p {
    font-size: 28px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.bullet {
    color: #FECD2E;
    margin: 0 0.2em;
    font-size: 0.8em;
    vertical-align: middle;
}


.who-we-are {
    /* max-width: 1100px;
      margin: auto; */
    padding: 151px 0;
}

.count {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: -15px;
}


.stats-card {
    border-radius: 15px;
    padding: 22px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.stats-card img {
    position: absolute;
    top: 22px;
    right: 22px;
}

.stats-card .card-text {
    position: absolute;
    bottom: 22px;
}

.stats-card h3 {
    font-weight: 600;
    font-size: 48px;

}

.bg-light-yellow {
    background-color: #fff3b0;
    height: 229px;
}

.bg-yellow {
    background-color: #ffd23f;
    height: 229px;
}

.bg-gold {
    background-color: #ffcc00;
    height: 230px;
}

.management-team {
    width: 678px;
    margin: 0 auto;
    padding-top: 142px;
}

.management-team h4 {
    font-weight: 500;
    font-size: 32px;
}

.management-team h5 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
}

.differentiate {
    background-color: #2D2E2F;
    padding: 83px 0;

}

.differentiate-head {
    width: 44%;
    padding: 0 116px;
}

.differentiate-text {
    padding: 37px 116px;
}

.item1:hover {
    background-color: #FFF5D2;
    color: #2D2E2F;
}

.item2:hover {
    background-color: #00CFBE;
    color: #2D2E2F;
}

.item3:hover {
    background-color: #B3BEFA;
    color: #2D2E2F;
}

.item4:hover {
    background-color: #E5F7F7;
    color: #2D2E2F;
}

.item5:hover {
    background-color: #FFE2E0;
    color: #2D2E2F;
}

.value-section {
    /* max-width: 1150px;
    margin: 0 auto; */
    background-color: #F6F7FA;
    padding: 72px 0;
}

.value-section-head p {
    font-size: 28px;
}

.value-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.value-card1 img {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.value-card h5 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 28px;
}

.value-card p {
    color: #333;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.5;
}

.value-card2 img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.value-card.value-card2 h5 {
    margin-top: 150px;
}

.value-card3 img {
    position: absolute;
    bottom: 0;
    right: 65px;
}

.value-card4 {
    display: flex;
}

.value-card5 img {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.tag-group1 {
    margin-top: 10px;
    margin-bottom: 120px;
}

.tag-group3 {
    margin-bottom: 120px;
}

.tag-group4 {
    margin-bottom: 240px;
}

.tag1 {
    background-color: #FFF5D2;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 16px;
}

.tag2 {
    background-color: #FFE48C;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 16px;
}


.tag3 {
    background-color: #FDC80E;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 16px;

}

.value-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 3.5rem;
    color: rgba(18, 40, 76, 0.1);
}


/* section five */
.slider1-section {
    padding: 102px 0;
}

.slider1 {
    display: flex;
    gap: 20px;
    max-width: 1400px;
    width: 100%;
    height: 500px;
}

.slider1-section-head {
    width: 60%;
    margin: 0 auto;
}

.slider1-section-head p {
    font-size: 28px;
    margin-bottom: 50px;
}

.card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    background-size: cover;
    background-position: center;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    transition: background 0.6s ease;
}

.card:hover {
    flex: 3;
}

.card:hover::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

.card-icon {
    font-size: 40px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    transform: translateY(0);
    transition: all 0.6s ease;
}

.card-description {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    max-height: 0;
    overflow: hidden;
}

.card:hover .card-description {
    opacity: 1;
    transform: translateY(0);
    max-height: 200px;
    margin-bottom: 15px;
}

.card-features {
    list-style: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease 0.1s;
}

.card:hover .card-features {
    opacity: 1;
    transform: translateY(0);
}

.card-features li {
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-features li:last-child {
    border-bottom: none;
}

/* Individual card backgrounds */
.card-1 {
    background: linear-gradient(135deg, #3a4a5c 0%, #2d3e50 100%);
}

.card-2 {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
}

.card-3 {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
}

.card-4 {
    background: linear-gradient(135deg, #4a4a4a 0%, #2c2c2c 100%);
}

.card-5 {
    background: linear-gradient(135deg, #404040bf 0%, #1C1C1CBF 100%);
}

/* Vertical text for non-hovered cards */
.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.6s ease;
    white-space: nowrap;
}

.card:not(:hover) .vertical-text {
    opacity: 1;
}

.card:not(:hover) .card-content>*:not(.vertical-text) {
    opacity: 0;
}

.card:hover .vertical-text {
    opacity: 0;
}

/* section seven start */

.contact-section h2 {
    font-weight: 700;
    color: #0b2559;
    margin-bottom: 12px;
}

.contact-section {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 75px 0 40px 0;
}

.contact-section-head p {
    font-size: 28px;
    /* width: 70%;
    margin: 0 auto; */
    padding-bottom: 50px;
}

/* Contact info box */
.contact-box {
    background-color: #fff6d9;
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    height: 100%;
}

.contact-box h5 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
}

.contact-box p {
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-box i {
    color: #12284c;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Contact form box */
.form-box {
    background-color: #f8faff;
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    height: 100%;
}

.form-box h5 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #EEEEEF;
    font-size: 16px;
    padding: 10px 14px;
}

.form-control:focus {
    border-color: #12284c;
    box-shadow: 0 0 0 0.2rem rgba(18, 40, 76, 0.1);
}

.btn-submit {
    background-color: #0b2559;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 30px;
    border: none;
    transition: 0.3s;
    width: 100%;
}

.btn-submit:hover {
    background-color: #fff6d9;
}

/* footer */


.footer {
    background-color: #f8f9fc;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer img {
    height: 40px;
}

.social-icons a {
    color: #000;
    font-size: 1.2rem;
    margin-left: 18px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #f4b400;
}

/* section four */

/* Section Header */
.services-section {
    text-align: center;
    padding: 80px 0 40px;
    background-color: #fff;
}

.services-section h2 {
    font-weight: 700;
    color: #12284c;
    margin-bottom: 10px;
}

.services-section p {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #344054;
    font-size: 1.05rem;
}

/* Horizontal slider */
.slider-wrapper {
    display: flex;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    position: relative;
}

.slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card {
    background-color: #fff5cc;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    width: 85%;
    max-width: 1100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.service-card img {
    border-radius: 15px;
    width: 40%;
    object-fit: cover;
}

.service-content {
    text-align: left;
    width: 60%;
}

.service-content h4 {
    font-weight: 700;
    color: #12284c;
    margin-bottom: 10px;
}

.service-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

/* Next Section */
.next-section {
    height: 100vh;
    background-color: #f8f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #12284c;
    font-weight: 600;
}

@media (max-width: 768px) {
    h2 {
        font-size: 40px;
    }

    .partner-innovate h1 {
        font-size: 40px;
    }

    .partner-innovate p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }

    .count {
        font-size: 30px;
    }

    .differentiate-head {
        width: 100%;
        padding: 0;
        margin: 0 20px;
    }

    .differentiate-text {
        padding: 20px;
    }

    .differentiate {
        padding: 50px 0;
    }

    .management-team {
        padding-top: 50px;
    }

    .who-we-are {
        padding: 50px 0;
    }

    .slider1-section-head {
        width: 100%;
    }

    .slider1 {
        flex-direction: column;
        height: auto;
    }

    .card {
        min-height: 300px;
    }

    .vertical-text {
        writing-mode: horizontal-tb;
        transform: none;
        position: static;
    }

    .footer {
        flex-direction: column;
        text-align: center;
        padding: 20px 10px;
    }

    .social-icons {
        margin-top: 10px;
    }

    .social-icons a {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    .who-we-are .col-lg-6 {
        margin-bottom: 30px;
    }

    .value-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 15px 20px;
    }

    .slider1-section {
        padding: 50px 0;
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav .nav-link {
        margin: 8px 0;
    }

    .service-card {
        flex-direction: column;
        text-align: center;
    }

    .service-card img {
        width: 100%;
    }

    .service-content {
        width: 100%;
    }
}