:root {
    --font-family-inter: 'Inter', sans-serif;
    --font-family-plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
    --text-rgb-12-28-69: rgba(12, 28, 69, 0.5);
    --text-rgb-252-252-252: rgba(252, 252, 252, 1);
    --text-rgb-255-117-39: rgba(255, 117, 39, 1);
    --text-rgb-246-249-252: rgba(246, 249, 252, 0.6000000238418579);
    --text-rgb-91-99-117: rgba(91, 99, 117, 1);
    --text-white: rgba(255, 255, 255, 1);
}

.abouthero-section {
    background-color: rgba(12, 28, 69, 1);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.abouthero-section::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background: rgba(255, 107, 0, .08);
    border-radius: 50%;
    top: -250px;
    right: -220px;
    filter: blur(40px);
}

.abouthero-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, .03);
    border-radius: 50%;
    bottom: -220px;
    left: -180px;
}

.abouthero-badge {
    display: inline-block;
    border-radius: 50px;
    background-color: rgba(255, 117, 39, 0.15000000596046448);
    padding: 4px 12px 4px 12px;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: var(--font-family-inter);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.6000000238418579px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--text-rgb-255-117-39);
}

.abouthero-title {
    color: #fff;
    margin-bottom: 30px;
    font-family: var(--font-family-plus-jakarta-sans);
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.9599999785423279px;
    line-height: 48px;
}

.abouthero-title span {
    color: #FF6B00;
}

.abouthero-description {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 42px;
    max-width: 700px;
    margin: 0 auto 38px;
    font-family: var(--font-family-inter);
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

.abouthero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Primary */
.abouthero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;





    text-decoration: none;
    box-shadow: 0 15px 35px rgba(255, 107, 0, .25);



    transition: .35s;
    gap: 8px;
    padding: 10px 20px 10px 20px;
    background-color: rgba(255, 117, 39, 1);
    border-radius: 33554400px;
    font-family: var(--font-family-inter);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-rgb-252-252-252);
}

.abouthero-btn-primary:hover {
    background: #ff7b20;
    color: #fff;
    transform: translateY(-3px);
}

.abouthero-btn-primary i {
    transition: .3s;
}

.abouthero-btn-primary:hover i {
    transform: translateX(5px);
}

/* Outline */
.abouthero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 500;
    transition: .35s;
}

.abouthero-btn-outline:hover {
    background: #fff;
    color: #162B59;
    border-color: #fff;
}

/*========================================= Responsive =========================================*/
@media(max-width:1199px) {
    .abouthero-title {
        font-size: 58px;
    }
}

@media(max-width:991px) {
    .abouthero-section {
        padding: 90px 0;
    }

    .abouthero-title {
        font-size: 48px;
    }

    .abouthero-description {
        font-size: 17px;
    }
}

@media(max-width:767px) {
    .abouthero-section {
        padding: 70px 0;
    }

    .abouthero-badge {
        font-size: 11px;
        padding: 7px 15px;
    }

    .abouthero-title {
        font-size: 38px;
        line-height: 1.15;
    }

    .abouthero-description {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 32px;
    }

    .abouthero-buttons {
        flex-direction: column;
        gap: 14px;
    }

    .abouthero-btn-primary, .abouthero-btn-outline {
        width: 100%;
        max-width: 320px;
    }
}

@media(max-width:480px) {
    .abouthero-section {
        padding: 60px 0;
    }

    .abouthero-title {
        font-size: 32px;
    }

    .abouthero-description {
        font-size: 14px;
    }
}

/*========================================= WHY STORY Namespace : whystory-* =========================================*/
.whystory-section {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

/*========================= Badge =========================*/
.whystory-badge {
    display: inline-block;
    margin-bottom: 22px;
    padding: 4px 12px 4px 12px;
    text-transform: uppercase;
    background-color: rgba(255, 117, 39, 0.10000000149011612);
    border-radius: 33554400px;
    font-family: var(--font-family-inter);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.6000000238418579px;
    line-height: 16px;
    color: var(--text-rgb-255-117-39);
}

/*========================= Heading =========================*/
.whystory-title {
    color: #162B59;
    margin-bottom: 28px;


    font-family: var(--font-family-plus-jakarta-sans);
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.6000000238418579px;
    line-height: 36px;
}

/*========================= Text =========================*/
.whystory-text {
    margin-bottom: 22px;
    font-family: var(--font-family-inter);
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-rgb-91-99-117);
}

/*========================= Image =========================*/
.whystory-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
    transition: .4s;
}

.whystory-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.whystory-image:hover img {
    transform: scale(1.05);
}

/* Decorative Glow */
.whystory-image::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #FF6B00;
    opacity: .08;
    border-radius: 50%;
    top: -70px;
    right: -70px;
    z-index: 1;
}

.whystory-image::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: #162B59;
    opacity: .06;
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
    z-index: 1;
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .whystory-section {
        padding: 90px 0;
    }

    .whystory-title {
        font-size: 44px;
    }

    .whystory-image img {
        height: 380px;
    }
}

@media (max-width:991px) {
    .whystory-section {
        padding: 80px 0;
    }

    .whystory-title {
        font-size: 38px;
    }

    .whystory-text {
        font-size: 16px;
    }

    .whystory-image {
        margin-top: 10px;
    }

    .whystory-image img {
        height: 340px;
    }
}

@media (max-width:767px) {
    .whystory-section {
        padding: 60px 0;
    }

    .whystory-badge {
        font-size: 11px;
        padding: 7px 14px;
        margin-bottom: 16px;
    }

    .whystory-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .whystory-text {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 16px;
    }

    .whystory-image {
        border-radius: 20px;
        margin-top: 20px;
    }

    .whystory-image img {
        height: 280px;
    }
}

@media (max-width:575px) {
    .whystory-section {
        padding: 50px 0;
    }

    .whystory-title {
        font-size: 28px;
    }

    .whystory-text {
        font-size: 14px;
    }

    .whystory-image {
        border-radius: 18px;
    }

    .whystory-image img {
        height: 240px;
    }
}

/*========================================= MULTI SERVICE Namespace : multiservice-* =========================================*/
.multiservice-section {
    padding: 50px 0;
    background: #fff;
}

/*========================= Heading =========================*/
.multiservice-title {
    color: #162B59;
    margin-bottom: 12px;
    font-family: var(--font-family-plus-jakarta-sans);
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.9599999785423279px;
    line-height: 48px;
}

.multiservice-subtitle {
    color: #6D7890;
    margin-bottom: 20px;
    font-family: var(--font-family-inter);
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

/*========================= Card =========================*/
.multiservice-card {
    display: block;
    background: #fff;
    border: 1px solid #E8EDF5;
    border-radius: 22px;
    padding: 26px;
    text-decoration: none;
    transition: .35s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.multiservice-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .10);
    text-decoration: none;
}

/*========================= Icon =========================*/
.multiservice-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF3EC;
    color: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 22px;
    transition: .35s;
}

.multiservice-card:hover .multiservice-icon {
    background: #FF6B00;
    color: #fff;
    transform: rotate(-10deg);
}

/*========================= Text =========================*/
.multiservice-card h4 {
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 700;
    color: #162B59;
    margin-bottom: 10px;
    transition: .3s;
    line-height: 1.35;
}

.multiservice-card:hover h4 {
    color: #FF6B00;
}

.multiservice-card p {
    font-family: "Inter";
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    line-height: 1.8;
    color: #6D7890;
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .multiservice-section {
        padding: 90px 0;
    }

    .multiservice-title {
        font-size: 42px;
    }

    .multiservice-card {
        padding: 24px;
    }

    .multiservice-card h4 {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .multiservice-section {
        padding: 80px 0;
    }

    .multiservice-title {
        font-size: 36px;
    }

    .multiservice-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .multiservice-card {
        border-radius: 20px;
    }

    .multiservice-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
        margin-bottom: 18px;
    }

    .multiservice-card h4 {
        font-size: 19px;
    }

    .multiservice-card p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .multiservice-section {
        padding: 60px 0;
    }

    .multiservice-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .multiservice-subtitle {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .multiservice-card {
        padding: 22px;
        border-radius: 18px;
    }

    .multiservice-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .multiservice-card h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .multiservice-card p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width:575px) {
    .multiservice-section {
        padding: 50px 0;
    }

    .multiservice-title {
        font-size: 26px;
    }

    .multiservice-subtitle {
        font-size: 14px;
    }

    .multiservice-card {
        max-width: 380px;
        margin: auto;
        padding: 20px;
    }

    .multiservice-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .multiservice-card h4 {
        font-size: 17px;
    }

    .multiservice-card p {
        font-size: 13px;
    }
}

/*========================================= WHY CHOOSE Namespace : whychoose-* =========================================*/
.whychoose-section {
    padding: 15px 0;
    background: #fff;
}

/*========================= Heading =========================*/
.whychoose-title {
    color: #162B59;
    margin-bottom: 18px;
    font-family: var(--font-family-plus-jakarta-sans);
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.9599999785423279px;
    line-height: 48px;
}

/*========================= Card =========================*/
.whychoose-card {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #E8EDF5;
    border-radius: 22px;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.whychoose-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .10);
}

/*========================= Icon =========================*/
.whychoose-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #162B59;
    color: #FF6B00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .35s;
}

.whychoose-card:hover .whychoose-icon {
    background: #FF6B00;
    color: #fff;
    transform: rotate(-12deg);
}

/*========================= Text =========================*/
.whychoose-card h5 {
    margin: 0;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 700;
    color: #162B59;
    line-height: 1.4;
    transition: .3s;
}

.whychoose-card:hover h5 {
    color: #FF6B00;
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .whychoose-section {
        padding: 90px 0;
    }

    .whychoose-title {
        font-size: 42px;
    }

    .whychoose-card {
        padding: 22px;
    }

    .whychoose-card h5 {
        font-size: 17px;
    }
}

@media (max-width:991px) {
    .whychoose-section {
        padding: 80px 0;
    }

    .whychoose-title {
        font-size: 36px;
    }

    .whychoose-card {
        padding: 20px;
        border-radius: 20px;
    }

    .whychoose-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
    }

    .whychoose-card h5 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .whychoose-section {
        padding: 60px 0;
    }

    .whychoose-title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .whychoose-card {
        padding: 18px;
        gap: 14px;
        border-radius: 18px;
    }

    .whychoose-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 18px;
    }

    .whychoose-card h5 {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media (max-width:575px) {
    .whychoose-section {
        padding: 50px 0;
    }

    .whychoose-title {
        font-size: 26px;
    }

    .whychoose-card {
        max-width: 380px;
        margin: auto;
        padding: 18px 16px;
    }

    .whychoose-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 17px;
    }

    .whychoose-card h5 {
        font-size: 14px;
    }
}

/*========================================= HOW IT WORKS Namespace : workflow-* =========================================*/
.workflow-section {
    padding: 60px 0;
    background: #fff;
}

/*========================= Heading =========================*/
.workflow-title {
    font-family: "Plus Jakarta Sans";
    font-size: 38px;
    font-weight: 700;
    color: #162B59;
    margin-bottom: 20px;
}

/*========================= Card =========================*/
.workflow-card {
    position: relative;
    background: #fff;
    border: 1px solid #E8EDF5;
    border-radius: 22px;
    padding: 28px 24px;
    height: 100%;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.workflow-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B00;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .10);
}

/*========================= Step Number =========================*/
.workflow-number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #162B59;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
    transition: .35s;
}

.workflow-card:hover .workflow-number {
    background: #FF6B00;
    transform: scale(1.08);
}

/*========================= Title =========================*/
.workflow-card h4 {
    font-family: "Plus Jakarta Sans";
    font-size: 21px;
    font-weight: 700;
    color: #162B59;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: .3s;
}

.workflow-card:hover h4 {
    color: #FF6B00;
}

/*========================= Description =========================*/
.workflow-card p {
    margin: 0;
    font-family: "Inter";
    font-size: 15px;
    line-height: 1.8;
    color: #6D7890;
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .workflow-section {
        padding: 90px 0;
    }

    .workflow-title {
        font-size: 42px;
    }

    .workflow-card {
        padding: 24px;
    }

    .workflow-card h4 {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .workflow-section {
        padding: 80px 0;
    }

    .workflow-title {
        font-size: 36px;
    }

    .workflow-card {
        padding: 22px;
        border-radius: 20px;
    }

    .workflow-number {
        width: 32px;
        height: 32px;
        font-size: 13px;
        margin-bottom: 18px;
    }

    .workflow-card h4 {
        font-size: 18px;
    }

    .workflow-card p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .workflow-section {
        padding: 60px 0;
    }

    .workflow-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .workflow-card {
        padding: 20px;
        border-radius: 18px;
        text-align: center;
    }

    .workflow-number {
        margin: 0 auto 16px;
    }

    .workflow-card h4 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .workflow-card p {
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width:575px) {
    .workflow-section {
        padding: 50px 0;
    }

    .workflow-title {
        font-size: 26px;
    }

    .workflow-card {
        max-width: 360px;
        margin: auto;
        padding: 18px;
    }

    .workflow-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .workflow-card h4 {
        font-size: 16px;
    }

    .workflow-card p {
        font-size: 13px;
    }
}

/*========================================= READY CTA Namespace : readycta-* =========================================*/
.readycta-section {
    padding: 60px 0;
    background: #fff;
}

/*========================= Box =========================*/
.readycta-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #162B59 0%, #2A3158 100%);
    border-radius: 32px;
    padding: 60px 30px;
    box-shadow: 0 30px 70px rgba(22, 43, 89, .18);
}

/* Decorative Glow */
.readycta-box::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 107, 0, .10);
    top: -140px;
    right: -120px;
}

.readycta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .03);
    bottom: -120px;
    left: -120px;
}

/*========================= Badge =========================*/
.readycta-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-radius: 50px;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

/*========================= Heading =========================*/
.readycta-title {
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 18px;
}

/*========================= Description =========================*/
.readycta-description {
    max-width: 560px;
    margin: 0 auto 34px;
    font-family: "Inter";
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .72);
}

/*========================= Button =========================*/
.readycta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 28px;
    border-radius: 50px;
    background: #FF6B00;
    color: #fff;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(255, 107, 0, .30);
    position: relative;
    z-index: 2;
}

.readycta-btn:hover {
    background: #ff7a1f;
    color: #fff;
    transform: translateY(-3px);
}

.readycta-btn i {
    transition: .3s;
}

.readycta-btn:hover i {
    transform: translateX(5px);
}

/*========================================= Responsive =========================================*/
@media (max-width:1199px) {
    .readycta-section {
        padding: 90px 0;
    }

    .readycta-title {
        font-size: 42px;
    }
}

@media (max-width:991px) {
    .readycta-section {
        padding: 80px 0;
    }

    .readycta-box {
        padding: 65px 35px;
        border-radius: 28px;
    }

    .readycta-title {
        font-size: 38px;
    }

    .readycta-description {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .readycta-section {
        padding: 60px 0;
    }

    .readycta-box {
        padding: 50px 25px;
        border-radius: 22px;
    }

    .readycta-badge {
        font-size: 11px;
        padding: 7px 14px;
    }

    .readycta-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .readycta-description {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    .readycta-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width:575px) {
    .readycta-section {
        padding: 50px 0;
    }

    .readycta-box {
        padding: 40px 20px;
        border-radius: 18px;
    }

    .readycta-title {
        font-size: 26px;
    }

    .readycta-description {
        font-size: 14px;
    }

    .readycta-btn {
        width: 100%;
        height: 52px;
        font-size: 15px;
    }
}