body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.hero-section {
    background: url('/assets/images/hero-main.webp') center right no-repeat;
    background-size: cover;
    min-height: 486px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 80px 0;
}

.hero-content {
    max-width: 600px;
}

.ace-pill {
    background: #FFFFFF;
    color: #3A3B3D;
    display: inline-block;
    padding: 6px 22px;
    border-radius: 25px;
    box-shadow: 0px 3px 6px #00000029;
    font-weight: 700;
    letter-spacing: 8.26px;
    font-size: 16px;
}

.hero-subtitle {
    font-weight: 300;
    font-size: 25px;
    margin-top: 18px;
}

.hero-title-img {
    max-width: 521px;
    width: 100%;
    margin: 10px 0 25px;
}

.btn-contact {
    background: #F06800;
    color: #FFFFFF;
    border-radius: 24px;
    padding: 8px 30px;
}

.btn-contact:hover {
    background: #d85e00;
    color: #FFFFFF;
}

.btn-learn {
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 24px;
    padding: 8px 30px;
}

@media (max-width: 576px) {

    .btn-group-custom {
        flex-direction: column;  
        gap: 14px !important;     
        width: 100%;
        align-items: stretch;
    }

    .btn-group-custom .btn {
        width: 100%;
        padding: 12px 0;         
        font-size: 16px;
        border-radius: 30px;
        text-align: center;
    }
}

.text-section {
    padding: 60px 0;
}

.text-section p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-width: 823px;
}

.text-bold {
    font-weight: 700;
    color: #2E2E2E;
}

.market-bg {
    background: url('/assets/images/mask-bg.webp') center top no-repeat;
    background-size: cover;
    height: 417px; 
    display: flex;
    align-items: center;
    text-align: center;
}

.market-title {
    font-weight: 700;
    font-size: 33px;
    line-height: 50px;
    color: #0039D6;
}

.market-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 635px;
    margin: 0 auto;
}

.market-cards {
    margin-top: -120px;       
    padding-bottom: 70px;
    position: relative;     
    z-index: 1;               
}

.market-cards::before {
    content: "";
    position: absolute;
    top: 120px;               
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    background: #0D49A512;   
    z-index: 0;               
}

.market-cards > .container {
    position: relative;
    z-index: 1;
}

.market-card {
    background: #FFFFFF;
    border-radius: 55px;
    padding: 40px 35px;
    box-shadow: -4px 6px 3px #00000029;
    height: 100%;
}

.card-header-custom {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.icon-circle {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 1px 7px 11px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 28px;
    height: 28px;
}

.card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #373737;
    margin: 0;
}

.card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
}

.feature-list li i {
    color: #0039D6;   
    font-size: 18px;
}

.card-note {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    text-decoration: underline;
    font-weight: 300;
    color: #000;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 40px 15px;
    }

    .hero-content {
        margin: auto;
    }

    .market-bg {
        height: auto;
        padding: 60px 15px;
    }

    .market-cards {
        margin-top: 0;
    }

    .market-card {
        border-radius: 30px;
    }

    .card-header-custom {
        flex-direction: column;     
        align-items: center;        
        text-align: center;
        gap: 12px;
    }

    .card-header-custom .icon-circle {
        margin: 0 auto;            
    }

    .card-header-custom .card-title {
        text-align: center;
    }
}

.what-we-build-section {
    padding: 30px 0;
    background: #0D49A512;
}

.build-title {
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    line-height: 50px;
    color: #0039D6;
}

.build-divider {
    display: block;
    width: 190px;         
    height: 0;
    border-top: 2px solid #0039D6;  
    margin: 12px auto 0;  
    opacity: 1;
}

.build-card {
    background: #F2F5F8;
    box-shadow: 0px 3px 6px #00000029;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
}

.build-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #414141;
    margin-bottom: 20px;
}

.build-card-text {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.build-btn {
    background: #F06800;
    color: #FFFFFF;
    border-radius: 24px;
    padding: 8px 35px;
    font-size: 14px;
}

.build-btn:hover {
    background: #d85e00;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .what-we-build-section {
        padding: 20px 15px;
    }

    .build-title {
        font-size: 26px;
        line-height: 36px;
    }

    .build-card {
        padding: 40px 25px;
    }
}

.decisions-section {
    padding: 70px 0;
    background: #0D49A512;
}

.decisions-title {
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    line-height: 38px;
    color: #0039D6;
    margin-bottom: 10px;
}

.decisions-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    max-width: 515px;
    margin: 0 auto;
}

.decision-img {
    width: 100%;
    height: 363px; 
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.decision-img-left {
    background: url('/assets/images/rectangle-bg.webp') center center no-repeat;
    background-size: cover;
    opacity: 0.53;
}

.decision-img-right {
    background: url('/assets/images/bg-group.webp') center center no-repeat; background-size: cover; opacity: 0.31;
}

@media (max-width: 768px) {
    .decisions-section {
        padding: 30px 15px;
    }

    .decisions-title {
        font-size: 26px;
        line-height: 34px;
    }

    .decision-img {
        height: 280px;
    }
}

.trust-section {
    background: url('/assets/images/bg-groups.webp') center center no-repeat;
    background-size: cover;
    min-height: 584px;
    padding: 90px 15px;
    color: #FFFFFF;
}

.trust-title {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.trust-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-width: 673px;
    margin: 0 auto 30px;
    color: #FFFFFF;
}

.trust-pill {
    background: #FFFFFF;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 25px;
    border-radius: 60px;
    box-shadow: 0px 0px 4px #00000029;
    text-align: center;
}

.trust-pill-large {
    padding: 18px 30px;
}

@media (max-width: 768px) {
    .trust-section {
        padding: 70px 15px;
        min-height: auto;
    }

    .trust-title {
        font-size: 22px;
    }

    .trust-pill {
        font-size: 14px;
    }
}

.final-cta-section {
    padding: 60px 15px;
    background: #FFFFFF;
}

.final-cta-title {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    color: #0D0D0D;
    margin-bottom: 25px;
}

.final-cta-text {
    font-size: 16px;
    line-height: 28px;
    color: #0D0D0D;
    max-width: 1225px;
    margin: 0 auto 40px;
}

.final-cta-btn {
    background: #F06800;
    color: #FFFFFF;
    border-radius: 24px;
    padding: 8px 35px;
    font-size: 14px;
}

.final-cta-btn:hover {
    background: #d85e00;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .final-cta-section {
        padding: 40px 15px;
    }

    .final-cta-title {
        font-size: 22px;
    }

    .final-cta-text {
        font-size: 15px;
        line-height: 24px;
    }
}

.contact-form-section {
    padding: 60px 0;
    background: #FFFFFF;
}

.contact-card {
    background: #F6F6F6;
    padding: 60px 70px;
    border-top: 2px solid #F06800;
}

.form-dots {
    text-align: center;
    margin-bottom: 25px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.dot-blue {
    background: #0A4487;
}

.dot-orange {
    background: #EF4013;
}

.dot-gray {
    background: #D9D9D9;
}

.contact-title {
    text-align: center;
    font-size: 34px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.form-group-custom label {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}

.form-group-custom input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9A9A9A;
    background: transparent;
    padding: 8px 2px;
    font-size: 15px;
    outline: none;
}

.form-check-custom {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-check-custom input {
    width: 18px;
    height: 18px;
    accent-color: #000000;
}

.form-check-custom label {
    font-size: 14px;
    color: #000000;
}

.submit-btn {
    background: #E40D0D;
    color: #FFFFFF;
    border-radius: 37px;
    padding: 18px 55px;
    font-size: 14px;
    border: none;
}

.submit-btn:hover {
    background: #c90c0c;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .contact-card {
        padding: 20px 25px;
    }

    .contact-title {
        font-size: 26px;
    }

    .submit-btn {
        width: 100%;
    }
}

.container.text-image-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.text-content {
    width: 60%;
}

.image-content {
    width: 40%;
}

.image-content img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .text-image-wrapper {
        flex-direction: column;
    }

    .text-content,
    .image-content {
        width: 100%;
    }
}

.decision-img-item {
    width: 100%;
    height: auto;
    border-radius: 6px; 
    display: block;
}

.image-card {
    position: relative !important;
    overflow: hidden;
    height: 280px;
    border-radius: 6px;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.image-text {
    position: absolute;
    bottom: 70px;
    left: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    z-index: 2;
}



