.heading_topic,
.list_item_heading {
    color: #0c113a;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.heading_xl {
    color: #0c113a;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -3px;
}

.secondary_content_topic {
    max-width: 656px;
    color: #0c113a;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
}

.para_s {
    color: #0c113a;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
}

.para_m {
    color: #0c113a;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.redirect_link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #0c113a;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    white-space: nowrap;
}

/* --------------------------- */
.brand_logo {
    left: 80px;
}

.nav_bar {
    inset: unset;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 99;
}

.navbar_list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    margin: auto;
}

.navbar_list::before {
    inset: unset;
    top: 6px;
    left: 0;
    right: 0;
    height: 2px;
    width: 85%;
    border: none;
    border-top: 1px solid #0c113a;
}

.navbar_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}




.main_container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home_section_wrap_1 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(34%, #e7d7dd), color-stop(90%, #9186c9));
    background-image: -o-linear-gradient(right, #e7d7dd 34%, #9186c9 90%);
    background-image: linear-gradient(270deg, #e7d7dd 34%, #9186c9 90%);
}

.section_inner_wrap {
    padding: 5%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 260px;
}

.section_card {
    height: 100%;
}

.section_1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
}

.section_inner_wrap_left {
    width: 660px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
}

.explore_btn {
    all: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #0c113a;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section_inner_wrap_right {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 680px;
    z-index: 1;
    aspect-ratio: 1;
}

.section_inner_wrap_right::before {
    content: url("./cloud.svg");
    width: auto;
    height: auto;
    z-index: -1;
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    pointer-events: none;
}

.section1_animated_svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section1_animated_svg::before {
    content: url("./building-1.svg");
    width: auto;
    height: auto;
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-70%, 70%);
    -ms-transform: translate(-70%, 70%);
    transform: translate(-70%, 70%);
    pointer-events: none;
}

.section_2 {
    position: relative;
    padding: 0px 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 0;
}

.section_2 .section_inner_wrap {
    gap: 0px;
}

.section_2 .section_inner_wrap::before {
    content: url("./Building-2.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(25%, 50%);
    -ms-transform: translate(25%, 50%);
    transform: translate(25%, 50%);
    pointer-events: none;
}

.section_2 .section_inner_wrap::after {
    content: url("./Building-4.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(29%, 0%);
    -ms-transform: translate(29%, 0%);
    transform: translate(29%, 0%);
    pointer-events: none;
}

.section_2::before {
    content: url("./section_road.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-30%, -20%);
    -ms-transform: translate(-30%, -20%);
    transform: translate(-30%, -20%);
    pointer-events: none;
}

.section_2::after {
    content: url("./Building-3.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(85%, -20%);
    -ms-transform: translate(85%, -20%);
    transform: translate(85%, -20%);
    pointer-events: none;
}

.service_wrap_left {
    width: 428px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.service_content_card,
.service_img_card,
.expertise_content_card,
.expertise_img_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.service_content_card:not(:first-of-type),
.service_img_card:not(:first-of-type),
.expertise_content_card:not(:first-of-type),
.expertise_img_card:not(:first-of-type) {
    display: none;
}

.service_wrap_right {
    min-width: 600px;
    position: relative;
}

.service_wrap_right::before {
    content: url("./Cloud.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    -webkit-transform: translate(-20%, 60%);
    -ms-transform: translate(-20%, 60%);
    transform: translate(-20%, 60%);
    pointer-events: none;
}

.service_wrap_right::after {
    content: url("./Tree-set.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(80%, 25%);
    -ms-transform: translate(80%, 25%);
    transform: translate(80%, 25%);
    pointer-events: none;
}

/* ------------------------ */
/* ------------------------ */
.home_section_wrap_2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    background-image: -o-linear-gradient(80deg, #e7d7dd 34%, #9186c9 90%);
    background-image: linear-gradient(10deg, #e7d7dd 34%, #9186c9 90%);
}

.section_3 {
    padding: 0px 150px;
    position: relative;
}

.section_3 .section_inner_wrap {
    gap: 100px;
}

.section_3::before {
    content: url("./Building-5.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(-48%, -10%);
    -ms-transform: translate(-48%, -10%);
    transform: translate(-48%, -10%);
    pointer-events: none;
}

.expertise_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 456px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
}

.expertise_right {
    width: 450px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.expertise_right::before {
    content: url("./Expertise-background.svg");
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(-150%, 40%);
    -ms-transform: translate(-150%, 40%);
    transform: translate(-150%, 40%);
    pointer-events: none;
}

.section_4 {
    position: relative;
    padding: 20px 50px 0px;
    z-index: 1;
}

.section_4 object {
    width: unset;
}

.section_4 .section_inner_wrap {
    width: 664px;
    height: 89%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 48px;
    border-radius: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f9dd), to(#669085));
    background-image: -o-linear-gradient(top, #f4f9dd 0%, #669085 100%);
    background-image: linear-gradient(180deg, #f4f9dd 0%, #669085 100%);
}

.section_4 .value_top {
    width: 100%;
    position: relative;
    z-index: 1;
}

.section_4 .value_top::before {
    content: "";
    background-image: url("./value_radial_bg.svg");
    background-size: contain;
    width: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.section_4 .value_bottom {
    position: relative;
    z-index: 1;
}

.section_4 .value_img_card:not(:first-of-type),
.section_4 .value_content_card:not(:first-of-type) {
    display: none;
}

.section_4 .value_img_card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section_4 .value_content_card {
    width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.contact_card_secondary_content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.contact_card_img {
    max-width: 404px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.section_5 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    overflow: hidden;
}

.section_5::before {
    content: url("./stack_bg.svg");
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    z-index: -1;
    width: 100%;
    height: auto;
}

.section_5 .section_inner_wrap {
    gap: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-right: 200px;
}

.section_5 .industry_expertise_card,
.section_5 .stack_up_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 600px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px;
    padding-top: 50px;
}

.section_5 .industry_expertise_img_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 190px;
    max-height: 660px;
    height: -webkit-fill-available;
    position: relative;
}

.section_5 .industry_expertise_img_card img {
    height: 100%;
}

.key_words_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.key_words {
    padding: 10px 15px;
    gap: 10px;
    border-radius: 50px;
    background-color: rgba(145, 134, 201, 0.40);
    color: #0c113a;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .brand_logo {
        position: absolute;
        left: 20px;
        top: 0px;
    }

    .landing_page .bottom-bar {
        display: flex !important;
    }
    #menu_btn{
        display: none;
    }

    .heading_xl {
        font-size: 24px;
        letter-spacing: 0px;
        font-weight: 400;
    }

    .secondary_content_topic {
        font-size: 20px;
        font-weight: 400;
    }

    .para_s {
        font-size: 12px;
    }

    .para_m {
        font-size: 14px;
    }

    .redirect_link_btn {
        font-size: 16px;
        margin-top: 8px;
    }

    .service_content_card ul {
        margin-left: 20px;
        font-size: 14px;
    }

    .service_content_card ul li {
        margin-bottom: 5px;
    }

    .service_content_card ul + .para_m {
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
    }

    .main_container {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden scroll;
    }

    .home_section_wrap_1 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#e7d7dd), color-stop(80, #9186c9), color-stop(50%, #9186c9));
        background-image: -o-linear-gradient(bottom, #e7d7dd 0%, #9186c9 80 20%, #9186c9 50%);
        background-image: linear-gradient(0deg, #e7d7dd 0%, #9186c9 80 20%, #9186c9 50%);
        position: relative;
        z-index: 0;
    }

    .section_2 .section_inner_wrap {
        position: relative;
    }

    .section_2 .section_inner_wrap::after {
        content: url('/assets/home/section_2_road.svg');
        width: 100%;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0%;
        transform: translate(0%, 25%) scale(1.3);
        -webkit-transform: translate(0%, 25%) scale(1.3);
        -moz-transform: translate(0%, 25%) scale(1.3);
        -ms-transform: translate(0%, 25%) scale(1.3);
        -o-transform: translate(0%, 25%) scale(1.3);
    }

    .home_section_wrap_2 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: -webkit-gradient(linear, left top, left bottom, from(#e7d7dd), color-stop(80, #9186c9), to(#9186c9));
        background: -o-linear-gradient(top, #e7d7dd 0%, #9186c9 80 50%, #9186c9 100%);
        background: linear-gradient(180deg, #e7d7dd 0%, #9186c9 80 50%, #9186c9 100%);
    }

    .section_inner_wrap {
        padding: 0px;
        gap: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section_card {
        width: 100%;
        /* overflow: hidden; */
        padding: 0px 20px;
        position: relative;
        z-index: 0;
    }

    .section_1 {
        padding-top: 130px;
    }

    .section_1::before {
        content: url("/assets/home/section_1_road.svg");
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -70%) scale(1.2);
        -ms-transform: translate(-50%, -70%) scale(1.2);
        transform: translate(-50%, -70%) scale(1.2);
    }

    .section_1 .section_inner_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .section_1 .section_inner_wrap_left {
        width: 100%;
        gap: 16px;
    }

    .section_1 .section_inner_wrap_right {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .section_1 .section_inner_wrap_right::before {
        content: url("/assets/home/cloud_mobile.svg");
        top: -20%;
        left: 100%;
    }

    .section_1 .section1_animated_svg {
        width: 120%;
    }

    .section_1 .section1_animated_svg::before {
        all: unset;
    }

    .section_2 {
        padding-top: 80px;
        padding-bottom: 200px;
    }

    .section_2::after,
    .section_2::before {
        all: unset;
    }


    .section_2 .service_content_card {
        display: none;
    }

    .section_2 .service_content_card.revealed {
        display: flex;
    }

    .section_2 .service_img_card {
        display: none;
    }

    .section_2 .service_img_card.revealed {
        display: flex;
    }

    .section_2 .section_inner_wrap {
        gap: 24px;
    }

    .section_2 .section_inner_wrap::before,
    .section_2 .service_wrap_right::before,
    .section_2 .service_wrap_right::after {
        all: unset;
    }

    .section_2 .service_wrap_left,
    .section_2 .service_wrap_right {
        width: 100%;
        min-width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .section_2 .service_wrap_right .service_img_card:last-child {
        width: 60%;
        margin: auto;
    }

    .service_content_card,
    .service_img_card,
    .expertise_content_card,
    .expertise_img_card {
        gap: 16px;
    }

    .section_3 {
        background-image: url("/assets/home/Expertise-background_mobile.svg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: auto;
        background-position: 40% 130%;
        padding-bottom: 150px;
    }

    .section_3::before,
    .section_3::after {
        all: unset;
    }

    .section_3 .section_inner_wrap {
        gap: 24px;
    }

    .section_3 .expertise_content_card,
    .section_3 .expertise_img_card {
        display: none;
    }

    .section_3 .expertise_content_card.revealed,
    .section_3 .expertise_img_card.revealed {
        display: flex;
    }

    .section_3 .expertise_left {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .section_3 .expertise_right {
        width: 90%;
    }

    .section_3 .expertise_right::before {
        all: unset;
    }

    .section_4 {
        padding-top: 75px;
    }

    .section_4 .value_top {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_4 .section_inner_wrap {
        width: 100%;
        padding-top: 45px;
        padding-bottom: 75px;
        overflow: hidden;
    }

    .section_4 .value_img_card {
        display: none;
        width: 150px;
        height: 150px;
    }

    .section_4 .value_img_card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .section_4 .value_img_card.revealed {
        display: flex;
    }

    .section_4 .value_content_card {
        display: none;
        width: 90%;
    }

    .section_4 .value_content_card.revealed {
        display: flex;
    }

    .section_5 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section_5::before {
        all: unset;
    }

    .section_5 .section_inner_wrap {
        padding: 0px;
        gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section_5 .industry_expertise_card,
    .section_5 .stack_up_card {
        max-width: 100%;
    }

    .section_5 .stack_up_card {
        padding-top: 20px;
    }

    .section_5 .industry_expertise_img_card {
        width: 108px;
        position: relative;
    }

    .section_5 .industry_expertise_img_card::before {
        content: url("/assets/home/stack_bg_mobile.svg");
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        z-index: -1;
    }

    .key_words_wrap {
        gap: 10px;
    }

    .key_words {
        padding: 4px 10px;
        font-size: 12px;
    }

    .contact_card_secondary_content {
        width: 100%;
    }
}

/* additional Css */
   
   .bottom-bar {
            display: none !important; /* Hide on larger screens */
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: white;
            padding: 12px 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        /* EXPLORE Button */
        .explore-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            color: #0c113a;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
        }

        /* MENU Button */
        .menu-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            color: white;
            background: #0C113A; /* Dark blue */
            border: none;
            border-radius: 6px;
            padding: 10px 16px;
            cursor: pointer;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
        }

        .menu-btn svg {
            width: 20px;
            height: 20px;
            stroke: white;
        }

