/*New Font Used */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: "Gilroy-Bold";
    src: url(fonts/GilroyFont/Gilroy-Bold.woff);
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url(fonts/GilroyFont/Gilroy-SemiBold.woff);
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url(fonts/GilroyFont/Gilroy-Heavy.woff);
}

@font-face {
    font-family: "Gilroy-Light";
    src: url(fonts/GilroyFont/Gilroy-Light.woff);
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url(fonts/GilroyFont/Gilroy-Medium.woff);
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url(fonts/GilroyFont/Gilroy-Regular.woff);
}

:root {
    /* --colors-- */
    --grey-900: #0f172a;
    --grey-800: #1e293b;
    --grey-700: #334155;
    --grey-600: #334155;
    --grey-500: #64748b;
    --grey-400: #94a3b8;
    --grey-300: #cbd5e1;
    --grey-200: #e2e8f0;
    --grey-100: #f1f5f9;
    --grey-50: #f8fafc;
    --primary-red: #ff004c;

    --primary-violet: #8b5cf6;
    --white: #ffffff;

    --primary-red-hover: #D90041;

    --primary-blue: #A075F8;



    --font-highlight-color: #4A41E0;


    /* --gradient-1: linear-gradient(268.23deg,
            rgba(255, 97, 97, 1) 0%,
            rgba(124, 60, 255, 1) 100%);
    --gradient-2: linear-gradient(89.78deg,
            rgba(1, 218, 253, 1) 0%,
            rgba(239, 3, 246, 1) 100%);
    --angular-2: conic-gradient(from 180deg at 50% 50%,
            rgba(1, 218, 253, 1) 0%,
            rgba(239, 3, 246, 1) 100%);
    --angular-1: conic-gradient(from 180deg at 50% 50%,
            rgba(139, 92, 246, 1) 0%,
            rgba(255, 0, 76, 1) 100%); */






    --font-color-secondary: #0F172A;
    --font-color-primary: #ffffff;
    --font-color-accent: #6F7682;

    --font-color-muted: #64748B;




    /* Effects */
    --primarybtnshadow-box-shadow: inset 0px -3px 0px 0px rgba(31, 16, 28, 0.1);



    /* font-weight */
    --light-weight: 300;
    --regular-weight: 400;
    --medium-weight: 500;
    --semibold-weight: 600;
    --bold-weight: 700;
    --extra-bold-weight: 800;
    --black-weight: 900;

    --font-family-sans-serif: 'Figtree', sans-serif;


    --font-notice-color: #F8F8FF;
    --font-ivory-color: #C9C6ED;


    --font-emphasis-color: #5845E6;
    --font-subdued-color: #4C66F6;



    --font-subtle-color: #132f48;
    --font-ghost-color: #0F1729;
    --font-olive-color: #41AC6F;

    --font-steel-color: #8890A2;



    /* --font-library-- */
    --xl-h1-main-heading-font-size: 3.37rem;
    --xl-h1-main-heading-line-height: 3.87rem;
    --lg-h1-main-heading-font-size: 2.375rem;
    --lg-h1-main-heading-line-height: 2.75rem;
    --md-h1-main-heading-font-size: 2.375rem;
    --md-h1-main-heading-line-height: 2.75rem;
    --sm-h1-main-heading-font-size: 2.375rem;
    --sm-h1-main-heading-line-height: 2.75rem;

    /* Hero-text-in-supporting-pages */
    --xl-h1-font-size: 3.5rem;
    --xl-h1-line-height: 3.5rem;

    --lg-h1-font-size: 2.375rem;
    --lg-h1-line-height: 2.375rem;
    --md-h1-font-size: 2.375rem;
    --md-h1-line-height: 2.375rem;

    --sm-h1-font-size: 2.375rem;
    --sm-h1-line-height: 2.375rem;

    /* Section Headings */
    --xl-h2-font-size: 3rem;
    --xl-h2-line-height: 3rem;

    --lg-h2-font-size: 2.5rem;
    --lg-h2-line-height: 2.5rem;
    --md-h2-font-size: 2.125rem;
    --md-h2-line-height: 2.125rem;

    --sm-h2-font-size: 2rem;
    --sm-h2-line-height: 2.375rem;

    /* Section Content's Headings */
    --xl-h3-font-size: 1.75rem;
    --xl-h3-line-height: 2rem;

    --lg-h3-font-size: 1.5rem;
    --lg-h3-line-height: 1.75rem;
    --md-h3-font-size: 1.5rem;
    --md-h3-line-height: 1.75rem;

    --sm-h3-font-size: 1.5rem;
    --sm-h3-line-height: 1.75rem;


    --xl-h4-font-size: 1.5rem;
    --xl-h4-line-height: 2rem;
    --lg-h4-font-size: 1.5rem;
    --lg-h4-line-height: 2rem;
    --md-h4-font-size: 1.5rem;
    --md-h4-line-height: 2rem;
    --sm-h4-font-size: 1.5rem;
    --sm-h4-line-height: 2rem;


    /* Body copy with the hero text */
    --xl-body-text-p1-font-size: 1.125rem;
    --xl-body-text-p1-line-height: 1.75rem;

    --lg-body-text-p1-font-size: 1.25rem;
    --lg-body-text-p1-line-height: 2rem;
    --md-body-text-p1-font-size: 1.25rem;
    --md-body-text-p1-line-height: 2rem;

    --sm-body-text-p1-font-size: 1rem;
    --sm-body-text-p1-line-height: 1.25rem;



    /* Body copy with the section's heading */
    --xl-body-text-p2-font-size: 1.125rem;
    --xl-body-text-p2-line-height: 1.75rem;

    --lg-body-text-p2-font-size: 1.37rem;
    --lg-body-text-p2-line-height: 1.75rem;
    --md-body-text-p2-font-size: 1.37rem;
    --md-body-text-p2-line-height: 1.75rem;

    --sm-body-text-p2-font-size: 1rem;
    --sm-body-text-p2-line-height: 1.5rem;




    /* section content */
    --xl-body-text-p3-font-size: 1rem;
    --xl-body-text-p3-line-height: 1.5rem;

    --lg-body-text-p3-font-size: 1rem;
    --lg-body-text-p3-line-height: 1.25rem;
    --md-body-text-p3-font-size: 1rem;
    --md-body-text-p3-line-height: 1.25rem;
    --sm-body-text-p3-font-size: 1rem;
    --sm-body-text-p3-line-height: 1.25rem;


    /* Above section's heading */
    --xl-captions-c1-font-size: 1rem;
    --xl-captions-c1-line-height: 1rem;

    --lg-captions-c1-font-size: 1rem;
    --lg-captions-c1-line-height: 1rem;
    --md-captions-c1-font-size: 1rem;
    --md-captions-c1-line-height: 1rem;
    --sm-captions-c1-font-size: 1rem;
    --sm-captions-c1-line-height: 1rem;




    /* Small Captions */
    --xl-captions-c2-font-size: 0.875rem;
    --xl-captions-c2-line-height: 0.875rem;

    --lg-captions-c2-font-size: 0.688rem;
    --lg-captions-c2-line-height: 0.813rem;
    --md-captions-c2-font-size: 0.688rem;
    --md-captions-c2-line-height: 0.813rem;
    --sm-captions-c2-font-size: 0.688rem;
    --sm-captions-c2-line-height: 0.813rem;



    /* Font Weight */

    --font-family-ink-free: 'Ink Free', sans-serif;
    --font-family-raleway: 'Raleway', sans-serif;

    --custom-padding: 50%;
    --offset: 36.25rem;
    --desktop-screen-size: 72.5rem;


    /* Effects */
    --primarybtnshadow-box-shadow: inset 0px -3px 0px 0px rgba(31, 16, 28, 0.1);
    --cardshadow-1-box-shadow: 0px 3px 30px 0px rgba(51, 65, 85, 0.05),
        0px 8px 12px 0px rgba(51, 65, 85, 0.05);
    --cardshadow-box-shadow: 0px 12px 56px 0px rgba(51, 65, 85, 0.1),
        0px 8px 12px 0px rgba(51, 65, 85, 0.05);



}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: var(--font-family-sans-serif, "Figtree");

}

* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    color: var(--font-color-secondary);
    font-family: var(--font-family-sans-serif, "Figtree");


}

/* Navbar Styles Starts Here */
.our_talent_nav_wrapper>a {
    text-decoration: none !important;
}

.why_hyno_nav_wrapper>a {
    text-decoration: none !important;
}



.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
}

.hynoNavbar .menu-right {
    top: 0;
    left: 100%;
}

.hynoNavbar .navbar-dropdown-menu,
.menu-left {
    left: -50%;
    right: 0;
}

.hynoNavbar .menu-left {
    left: -100%;
}

.hynoNavbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.hynoNavbar .menu-item:hover {
    color: var(--primary-red);



}

.expand-btn:hover .bi-chevron-down {
    color: var(--primary-red);



}

.hynoNavbar .dropdown:hover .navbar-dropdown-menu {
    opacity: 1;
    visibility: visible;

}

.hynoNavbar .dropdown-right:hover .menu-right {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.hynoNavbar .dropdown-right:hover .menu-left {
    left: -100%;
}


.menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.content .column_wrapper .read-more:hover {
    color: var(--primary-red);
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: var(--font-subtle-color);
}

.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: var(--font-subtle-color);
}

.our_talent_p>strong {
    color: #64748B;

   
}
 /* Navbar Styles Ends Here */
 
/* Responsive style */
@media screen and (max-width: 576px) {

    /* Navbar Styles Starts Here */
    .hynoNavbar {
        height: 4.375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 1rem;
        width: 100%;

    }

    .hynoNavbar.fixed-top {
        position: -webkit-sticky;
        position: fixed;
        z-index: 999;
        background-color: var(--white);
        box-shadow: 0px 1px 0px 0px #F1F5F9;
        top: 0px;
        width: 100%;

    }



    .hynoNavbar .logo {
        margin-left: 0%;
    }



    .hynoNavbar .logo>img {
        width: 4.625rem;
        height: 2.1875rem;
        margin-top: 0.875rem;

    }

    .overflow {
        overflow: hidden;
    }



    .menu-btn {
        display: flex;
    }

    .hynoNavbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 100%;
        top: 4.375rem;
        left: -100%;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-top: 2rem;
        padding-bottom: 6rem;
        padding-left: 0rem;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);



    }

    .menu-items.open {
        left: 0;
        transform: translateY(0);
        z-index: 3;

    }

    .menu-items li:first-child {
        margin-top: 0rem;
    }


    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    /* DROPDOWN, MEGA MENUS */
    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right,
    .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        width: auto;
        max-height: 0;
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        width: 102%;
        margin-left: -0.625rem;
    }


    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open+.blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .hynoNavbar .sample {
        border-top: none;
    }

    .mega-menu .content {
        display: flex;
        flex-direction: column;


    }

    .mega-menu .content .column_wrapper {
        width: 100%;

    }



    .content .column_wrapper .mega-links {
        border-left: 0;

    }

    .column_wrapper .mega-links li {
        margin: 0;
    }


    .hire_buttons_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;


    }

    .hire-now-button {
        width: 10.375rem;
        height: 3.25rem;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);


    }

    .hire-now-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--white);
    }

    .join_as_developer_button {
        width: 10.375rem;
        height: 3.25rem;
        background: transparent;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--grey-900);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        border: 1px solid var(--font-color-accent);


    }

    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        padding: 0rem 2.1875rem;
        width: 102%;
        margin-left: -1.25rem;

    }

    .menu-item.first-item {

        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-critical-color);
        opacity: 1;
        font-size: 1.25rem;
        line-height: 4rem;
        font-weight: var(--medium-weight);
        padding-left: 1rem;
        padding-right: 0rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: var(--medium-weight);

    }

    .mega-menu .content {
        background: var(--white);
        display: flex;
        flex-direction: column;
        padding: 0rem;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .content .column_wrapper .mega-links {
        display: flex;
        flex-direction: column;
    }

    .icon-size-black {
        margin-right: 1rem;
    }

    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        content: "";
        position: absolute;
    }

    .hynoNavbar .menu-btn__lines,
    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        width: 1.5rem;
        height: 0.1rem;
        background: var(--font-subtle-color);
        transition: all 0.4s ease-in-out;
    }

    .hynoNavbar .menu-btn__lines::before {
        transform: translateY(-0.5rem);
    }

    .hynoNavbar .menu-btn__lines::after {
        transform: translateY(0.5rem);
    }

    .icon-size-black:hover {
        color: var(--primary-red);

    }

    .icon-size-pink {
        color: var(--primary-red);
        font-size: var(--sm-captions-c2-font-size);
    }

    .why_hyno_nav_wrapper {
        margin: 1rem;
    }

    .why_hyno_nav_h2 {
        width: 14.375rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-weight: var(--black-weight);

    }

    .why_hyno_nav_p {
        width: 20rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        font-weight: normal;
        margin-top: 1rem;
        color: var(--font-color-muted);
        margin-bottom: 1rem;

    }

    .why_hyno_nav_a {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--primary-red);
        opacity: 1;
        cursor: pointer;
        font-size: var(--sm-captions-c1-font-size);
        line-height: var(----sm-h3-line-height);
        font-weight: var(--medium-weight);
        text-decoration: none;


    }

    .why_hyno_nav_a:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--primary-red);
    }

    .column_wrapper_div {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;
    }

    .column_wrapper_tech {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;

    }

    .our_talent_nav_wrapper {
        width: 100%;

    }

    .our_talent_h2 {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-ghost-color);
        opacity: 1;
        font-size: var(--sm-body-text-p2-font-size);
        line-height: var(--sm-body-text-p2-line-height);
        font-weight: var(--bold-weight);

    }

    .our_talent_p {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-weight: var(me);
        width: 20rem;


    }

    .navigate_image_wrapper {
        width: 21.375rem;
    }

    .describe_link_image {
        width: 21.375rem;
        height: 13.625rem;
        background-size: cover;

        border-radius: 0.5rem;
    }

    .navigate_link_on_the_image_wrapper {
        width: 21.375rem;
        height: 4rem;
        opacity: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        margin-top: -4.375rem;


    }

    .blue_short_bold_arrow {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--font-subdued-color);
        cursor: pointer;
    }

    .navigate_link_on_the_image {
        background: var(--white) 0% 0% no-repeat padding-box;
        border-radius: 1rem 0.5rem 0.5rem 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.625rem;
        margin-right: 0.75rem;
        border: none;
        cursor: pointer;
    }


    .job_role_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;


    }

    .job_role_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        font-weight: 500;
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);

    }

    .job_roles_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
        width: 25.6875rem;
    }

    .technologie_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        cursor: pointer;
        width: 8.5rem;
        height: 2.8125rem;

    }

    .technologie_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 8.5rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: 500;
    }

    /* Navbar Styles Ends Here */

    /* Footer Styles Starts Here */

    .icon-size-follow {
        text-align: center;
        text-decoration: none;
        color: #0E0E0E;
        width: 1.125rem;
    }


    .social-icon-media-container {
        display: flex;
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .footer-main-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
    }

    .footer-section-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0rem 1.5rem;
        gap: 3rem;


    }

    .hyno-bottom-img {
        width: 4.375rem;

    }

    .fttdfi_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        font-weight: 300;
        line-height: 1.5rem;
        width: 14rem;
    }


    .all-footer-links-wrapper {
        width: 100%;
        margin-bottom: 2rem;

    }

    .footer-list-items-main-container {
        margin-top: 0rem;
    }


    .footer-list-items-container {

        text-decoration: none;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .footer-list-items-container.show_tags_links {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #4B4B4B;
        padding-bottom: 0.625rem;
        margin-bottom: 1.25rem;
    }


    .footer-list-items-container-h2 {
        text-align: left;

        color: var(--grey-50);
        padding-bottom: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0rem;
        justify-content: space-between;
        font-size: 1rem;
        line-height: 1.5rem;

        font-weight: var(--medium-weight);
        text-transform: uppercase;
    }

    /* Display the arrow icon only on mobile */
    .footer-list-items-container-h2 .chevron_arrow_icons {
        display: inline-block;
    }

    /* Rotate the arrow icon for mobile version */
    .rotate-icon {
        transition: transform 0.3s ease;
        /* Add CSS transition for smooth rotation */
        width: 1.25rem !important;
        height: 1.25rem !important;
        color: var(--grey-50);
    }

    .rotate-icon.rotate {
        transform: rotate(180deg);
    }



    .footer-list-items-container>a {
        margin-bottom: 1.5rem;
        color: #94A3B8;
        text-decoration: none;

        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
    }

    .footer-list-items-container>a:hover {
        text-decoration: none;
        color: #707070;
    }

    .hiring-btn-container {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;

    }

    .hiring-button-footer {
        text-align: center;
        letter-spacing: 0.0225rem;
        color: #FFFFFF;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 0.375rem;
        border: 0rem;
        font-size: 0.875rem;
        line-height: 0.875rem;
        width: 5.375rem;
        height: 1.75rem;
        margin-top: 0.5rem;
        font-weight: var(--medium-weight);
    }

    .bottom-hyno-logo-container {
        margin-top: 3.75rem;
    }

    .follow-us-social-media {
        border-top: 1px solid #1e1e1e;
        width: 100%;
        opacity: 1;
        margin-top: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        padding: 1.25rem;

    }

    .follow-us-social-media>p {
        color: var(--grey-500, #64748B);
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        margin-bottom: 0rem;
        font-weight: var(--semibold-weight);
        order: 2;
    }



    .follow-us-2-container {
        display: flex;
    }

    .social-icon-2-media-container {
        display: flex;
        gap: 1.25rem;
        margin-top: 0rem;
    }



    .address_full_wrapper {
        width: 100%;
        margin-top: 2rem;
    }

    .country_name_text {
        color: var(--grey-300, #CBD5E1);
        font-size: var(--xl-captions-c1-font-size);

        line-height: var(--xl-captions-c1-line-height);
        font-weight: var(--semibold-weight);
    }

    .address_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        line-height: 1.5rem;
        font-weight: var(--regular-weight);
        display: flex;
        gap: 1rem;
        margin: 1rem 0rem 1.5rem 0rem;
    }

    .flag_size {
        width: 1.5rem;
        height: 1.5rem;
    }


    /* Footer Styles Ends Here */




}

@media screen and (min-width: 577px) and (max-width: 768px) {

    /* Navbar Styles Starts Here */
    .hynoNavbar {
        height: 4.375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.25rem 1rem;
        width: 100%;

    }

    .hynoNavbar.fixed-top {
        position: -webkit-sticky;
        position: fixed;
        z-index: 999;
        background-color: var(--white);
        box-shadow: 0px 1px 0px 0px #F1F5F9;
        top: 0px;
        width: 100%;

    }



    .hynoNavbar .logo {
        margin-left: 0%;
    }



    .hynoNavbar .logo>img {
        width: 4.625rem;
        height: 2.1875rem;
        margin-top: 0.875rem;

    }

    .overflow {
        overflow: hidden;
    }



    .menu-btn {
        display: flex;
    }

    .hynoNavbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 100%;
        top: 4.375rem;
        left: -100%;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-top: 2rem;
        padding-bottom: 6rem;
        padding-left: 0rem;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);



    }

    .menu-items.open {
        left: 0;
        transform: translateY(0);
        z-index: 3;

    }

    .menu-items li:first-child {
        margin-top: 0rem;
    }


    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    /* DROPDOWN, MEGA MENUS */
    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right,
    .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        width: auto;
        max-height: 0;
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        width: 102%;
        margin-left: -0.625rem;
    }


    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open+.blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .hynoNavbar .sample {
        border-top: none;
    }

    .mega-menu .content {
        display: flex;
        flex-direction: column;


    }

    .mega-menu .content .column_wrapper {
        width: 100%;

    }



    .content .column_wrapper .mega-links {
        border-left: 0;

    }

    .column_wrapper .mega-links li {
        margin: 0;
    }


    .hire_buttons_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;


    }

    .hire-now-button {
        width: 10.375rem;
        height: 3.25rem;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);


    }

    .hire-now-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--white);
    }

    .join_as_developer_button {
        width: 10.375rem;
        height: 3.25rem;
        background: transparent;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--grey-900);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        border: 1px solid var(--font-color-accent);


    }

    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        padding: 0rem 2.1875rem;
        width: 102%;
        margin-left: -1.25rem;

    }

    .menu-item.first-item {

        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-critical-color);
        opacity: 1;
        font-size: 1.25rem;
        line-height: 4rem;
        font-weight: var(--medium-weight);
        padding-left: 1rem;
        padding-right: 0rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: var(--medium-weight);

    }

    .mega-menu .content {
        background: var(--white);
        display: flex;
        flex-direction: column;
        padding: 0rem;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .content .column_wrapper .mega-links {
        display: flex;
        flex-direction: column;
    }

    .icon-size-black {
        margin-right: 1rem;
    }

    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        content: "";
        position: absolute;
    }

    .hynoNavbar .menu-btn__lines,
    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        width: 1.5rem;
        height: 0.1rem;
        background: var(--font-subtle-color);
        transition: all 0.4s ease-in-out;
    }

    .hynoNavbar .menu-btn__lines::before {
        transform: translateY(-0.5rem);
    }

    .hynoNavbar .menu-btn__lines::after {
        transform: translateY(0.5rem);
    }

    .icon-size-black:hover {
        color: var(--primary-red);

    }

    .icon-size-pink {
        color: var(--primary-red);
        font-size: var(--sm-captions-c2-font-size);
    }

    .why_hyno_nav_wrapper {
        margin: 1rem;
    }

    .why_hyno_nav_h2 {
        width: 14.375rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-weight: var(--black-weight);

    }

    .why_hyno_nav_p {
        width: 20rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        font-weight: normal;
        margin-top: 1rem;
        color: var(--font-color-muted);
        margin-bottom: 1rem;

    }

    .why_hyno_nav_a {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--primary-red);
        opacity: 1;
        cursor: pointer;
        font-size: var(--sm-captions-c1-font-size);
        line-height: var(----sm-h3-line-height);
        font-weight: var(--medium-weight);
        text-decoration: none;


    }

    .why_hyno_nav_a:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--primary-red);
    }

    .column_wrapper_div {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;
    }

    .column_wrapper_tech {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;

    }

    .our_talent_nav_wrapper {
        width: 100%;

    }

    .our_talent_h2 {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-ghost-color);
        opacity: 1;
        font-size: var(--sm-body-text-p2-font-size);
        line-height: var(--sm-body-text-p2-line-height);
        font-weight: var(--bold-weight);

    }

    .our_talent_p {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-weight: var(me);
        width: 20rem;


    }

    .navigate_image_wrapper {
        width: 21.375rem;
    }

    .describe_link_image {
        width: 21.375rem;
        height: 13.625rem;
        background-size: cover;

        border-radius: 0.5rem;
    }

    .navigate_link_on_the_image_wrapper {
        width: 21.375rem;
        height: 4rem;
        opacity: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        margin-top: -4.375rem;


    }

    .blue_short_bold_arrow {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--font-subdued-color);
        cursor: pointer;
    }

    .navigate_link_on_the_image {
        background: var(--white) 0% 0% no-repeat padding-box;
        border-radius: 1rem 0.5rem 0.5rem 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.625rem;
        margin-right: 0.75rem;
        border: none;
        cursor: pointer;
    }


    .job_role_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;


    }

    .job_role_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        font-weight: 500;
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);

    }

    .job_roles_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
        width: 25.6875rem;
    }

    .technologie_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        cursor: pointer;
        width: 8.5rem;
        height: 2.8125rem;

    }

    .technologie_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: var(--sm-body-text-p3-font-size);
        line-height: var(--sm-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 8.5rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: 500;
    }

    /* Navbar Styles Ends Here */

    /* Footer Styles Starts Here */

    .icon-size-follow {
        text-align: center;
        text-decoration: none;
        color: #0E0E0E;
        width: 1.125rem;
    }


    .social-icon-media-container {
        display: flex;
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .footer-main-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
    }

    .footer-section-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0rem 1.5rem;
        gap: 3rem;


    }

    .hyno-bottom-img {
        width: 4.375rem;

    }

    .fttdfi_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        font-weight: 300;
        line-height: 1.5rem;
        width: 14rem;
    }


    .all-footer-links-wrapper {
        width: 100%;
        margin-bottom: 2rem;

    }

    .footer-list-items-main-container {
        margin-top: 0rem;
    }


    .footer-list-items-container {

        text-decoration: none;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .footer-list-items-container.show_tags_links {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #4B4B4B;
        padding-bottom: 0.625rem;
        margin-bottom: 1.25rem;
    }


    .footer-list-items-container-h2 {
        text-align: left;

        color: var(--grey-50);
        padding-bottom: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0rem;
        justify-content: space-between;
        font-size: 1rem;
        line-height: 1.5rem;

        font-weight: var(--medium-weight);
        text-transform: uppercase;
    }

    /* Display the arrow icon only on mobile */
    .footer-list-items-container-h2 .chevron_arrow_icons {
        display: inline-block;
    }

    /* Rotate the arrow icon for mobile version */
    .rotate-icon {
        transition: transform 0.3s ease;
        /* Add CSS transition for smooth rotation */
        width: 1.25rem !important;
        height: 1.25rem !important;
        color: var(--grey-50);
    }

    .rotate-icon.rotate {
        transform: rotate(180deg);
    }



    .footer-list-items-container>a {
        margin-bottom: 1.5rem;
        color: #94A3B8;
        text-decoration: none;

        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
    }

    .footer-list-items-container>a:hover {
        text-decoration: none;
        color: #707070;
    }

    .hiring-btn-container {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;

    }

    .hiring-button-footer {
        text-align: center;
        letter-spacing: 0.0225rem;
        color: #FFFFFF;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 0.375rem;
        border: 0rem;
        font-size: 0.875rem;
        line-height: 0.875rem;
        width: 5.375rem;
        height: 1.75rem;
        margin-top: 0.5rem;
        font-weight: var(--medium-weight);
    }

    .bottom-hyno-logo-container {
        margin-top: 3.75rem;
    }

    .follow-us-social-media {
        border-top: 1px solid #1e1e1e;
        width: 100%;
        opacity: 1;
        margin-top: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        padding: 1.25rem;

    }

    .follow-us-social-media>p {
        color: var(--grey-500, #64748B);
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        margin-bottom: 0rem;
        font-weight: var(--semibold-weight);
        order: 2;
    }



    .follow-us-2-container {
        display: flex;
    }

    .social-icon-2-media-container {
        display: flex;
        gap: 1.25rem;
        margin-top: 0rem;
    }



    .address_full_wrapper {
        width: 100%;
        margin-top: 2rem;
    }

    .country_name_text {
        color: var(--grey-300, #CBD5E1);
        font-size: var(--xl-captions-c1-font-size);

        line-height: var(--xl-captions-c1-line-height);
        font-weight: var(--semibold-weight);
    }

    .address_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        line-height: 1.5rem;
        font-weight: var(--regular-weight);
        display: flex;
        gap: 1rem;
        margin: 1rem 0rem 1.5rem 0rem;
    }

    .flag_size {
        width: 1.5rem;
        height: 1.5rem;
    }

    /* Footer Styles Ends Here */



}

@media screen and (min-width:769px) and (max-width: 992px) {

    /* Navbar Styles Starts Here */
    .hynoNavbar {
        height: 4.375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        width: 100%;

    }

    .hynoNavbar.fixed-top {
        position: -webkit-sticky;
        position: fixed;
        z-index: 999;
        background-color: var(--white) !important;
        box-shadow: 0px 1px 0px 0px #F1F5F9;
        top: 0px;
        width: 100%;

    }


    .hynoNavbar .logo {
        margin-left: 0%;
    }



    .hynoNavbar .logo>img {
        width: 4.625rem;
        height: 2.1875rem;
        margin-top: 0.875rem;

    }

    .overflow {
        overflow: hidden;
    }



    .menu-btn {
        display: flex;
    }

    .hynoNavbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 100%;
        top: 4.375rem;
        left: -100%;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-top: 2rem;
        padding-bottom: 6rem;
        background: rgba(255, 255, 255, 0.8);

        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

    }

    .menu-items.open {
        left: 0;
        transform: translateY(0);
        z-index: 3;

    }

    .menu-items li:first-child {
        margin-top: 0rem;
    }


    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    /* DROPDOWN, MEGA MENUS */
    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right,
    .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        width: auto;
        max-height: 0;
        /* transform: scaleX(0); */
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        width: 102%;
        margin-left: -0.625rem;
    }


    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open+.blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .hynoNavbar .sample {
        border-top: none;
    }

    .mega-menu .content {
        display: flex;
        flex-direction: column;


    }

    .mega-menu .content .column_wrapper {
        width: 100%;

    }



    .content .column_wrapper .mega-links {
        border-left: 0rem;

    }

    .column_wrapper .mega-links li {
        margin: 0rem;
    }


    .hire_buttons_wrapper {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        width: 100%;
    }

    .hire-now-button {
        width: 10.375rem;
        height: 3.25rem;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);


    }

    .hire-now-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--white);
    }

    .join_as_developer_button {
        width: 10.375rem;
        height: 3.25rem;
        background: transparent;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--grey-900);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        border: 1px solid var(--font-color-accent);


    }



    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        padding: 0rem 2.1875em;
        width: 102%;
        margin-left: -1.25rem;


    }

    .menu-item.first-item {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-critical-color);
        opacity: 1;
        font-size: 1.25rem;
        line-height: 4rem;
        padding-left: 1rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: var(--medium-weight);



    }

    .mega-menu .content {
        background: var(--white);
        padding: 0rem;
        -webkit-box-shadow: none;
        box-shadow: none;

    }

    .content .column_wrapper .mega-links {
        display: flex;
        flex-direction: column;
    }

    .icon-size-black {
        margin-right: 1.5rem;
    }



    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        content: "";
        position: absolute;
    }

    .hynoNavbar .menu-btn__lines,
    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        width: 1.5rem;
        height: 0.1rem;
        background: var(--font-subtle-color);
        transition: all 0.4s ease-in-out;

    }

    .hynoNavbar .menu-btn__lines::before {
        transform: translateY(-0.5rem);
    }

    .hynoNavbar .menu-btn__lines::after {
        transform: translateY(0.5rem);
    }




    .icon-size-black:hover {
        color: var(--primary-red);

    }

    .icon-size-pink {
        color: var(--primary-red);
        font-size: 0.625rem;
    }



    .why_hyno_nav_wrapper {
        margin: 1rem;
    }

    .why_hyno_nav_h2 {
        width: 14.375rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-ghost-color);
        opacity: 1;
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-weight: var(--black-weight);
    }

    .why_hyno_nav_p {
        width: 20rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        font-weight: normal;
        margin-top: 1rem;
        color: var(--font-color-muted);
        margin-bottom: 1rem;
    }

    .why_hyno_nav_a {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--primary-red);
        opacity: 1;
        cursor: pointer;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-decoration: none;


    }

    .why_hyno_nav_a:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--primary-red);
    }

    .column_wrapper_div {
        width: 100%;
        display: flex;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .column_wrapper_tech {
        width: 100%;
        display: flex;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;
    }

    .our_talent_nav_wrapper {
        width: 21.375rem;
    }

    .our_talent_h2 {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: var(--bold-weight);
    }

    .our_talent_p {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-weight: var(--regular-weight);

    }

    .navigate_image_wrapper {
        width: 21.375rem;
    }

    .describe_link_image {
        width: 21.375rem;
        height: 13.625rem;
        background-size: cover;

        border-radius: 0.5rem;
    }

    .navigate_link_on_the_image_wrapper {
        width: 21.375rem;
        height: 4rem;
        opacity: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        margin-top: -4.375rem;


    }

    .blue_short_bold_arrow {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--font-subdued-color);
        cursor: pointer;
    }

    .navigate_link_on_the_image {
        background: var(--white) 0% 0% no-repeat padding-box;
        border-radius: 1rem 0.5rem 0.5rem 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.625rem;
        margin-right: 0.75rem;
        border: none;
        cursor: pointer;
    }


    .job_role_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
    }

    .job_role_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: var(--medium-weight);
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--font-ivory-color);
    }

    .job_roles_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
        width: 25.6875rem;
    }

    .technologie_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        cursor: pointer;
        width: 8.5rem;
        height: 2.8125rem;
    }

    .technologie_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: 500;
        background: var(--white) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 8.5rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);
    }

    /* Navbar Styles Ends Here */

    /* Footer Styles starts here */

    .icon-size-follow {
        text-align: center;
        text-decoration: none;
        color: #0E0E0E;
        width: 1.125rem;
    }


    .social-icon-media-container {
        display: flex;
        gap: 1.25rem;
        margin-left: 2rem;
        margin-top: -0.625rem;
    }

    .footer-main-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
    }

    .footer-section-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0rem 1.5rem;
        gap: 3rem;


    }

    .hyno-bottom-img {
        width: 4.375rem;

    }

    .fttdfi_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        font-weight: 300;
        line-height: 1.5rem;
        width: 14rem;
    }


    .all-footer-links-wrapper {
        width: 100%;

    }

    .footer-list-items-main-container {
        margin-top: 0rem;
    }


    .footer-list-items-container {

        text-decoration: none;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .footer-list-items-container.show_tags_links {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #4B4B4B;
        padding-bottom: 0.625rem;
        margin-bottom: 1.25rem;
    }


    .footer-list-items-container-h2 {
        text-align: left;

        color: var(--grey-50);
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0rem;
        justify-content: space-between;
        font-weight: var(--medium-weight);
        text-transform: uppercase;
    }

    /* Display the arrow icon only on mobile */
    .footer-list-items-container-h2 .chevron_arrow_icons {
        display: inline-block;
    }

    /* Rotate the arrow icon for mobile version */
    .rotate-icon {
        transition: transform 0.3s ease;
        /* Add CSS transition for smooth rotation */
        width: 1.25rem !important;
        height: 1.25rem !important;
        color: var(--grey-50);
    }

    .rotate-icon.rotate {
        transform: rotate(180deg);
    }



    .footer-list-items-container>a {
        margin-bottom: 1.5rem;
        color: #94A3B8;
        text-decoration: none;

        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
    }

    .footer-list-items-container>a:hover {
        text-decoration: none;
        color: #707070;
    }

    .hiring-btn-container {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }


    .hiring-button-footer {
        text-align: center;
        letter-spacing: 0.0225rem;
        color: #FFFFFF;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 0.375rem;
        border: 0rem;
        font-size: 0.875rem;
        line-height: 0.875rem;
        width: 5.375rem;
        height: 1.75rem;
        margin-top: 0.5rem;
        font-weight: var(--medium-weight);
    }

    .bottom-hyno-logo-container {
        margin-top: 3.75rem;

    }

    .follow-us-social-media {
        border-top: 1px solid #1e1e1e;
        opacity: 1;
        padding: 1rem 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 3rem;
    }

    .follow-us-social-media>p {
        color: var(--grey-500, #64748B);
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        margin-bottom: 0rem;
        font-weight: var(--semibold-weight);

    }



    .follow-us-2-container {
        display: flex;
    }

    .social-icon-2-media-container {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        font-size: 1rem;
    }



    .address_full_wrapper {
        width: 100%;
        margin-top: 2rem;
    }

    .country_name_text {
        color: var(--grey-300, #CBD5E1);
        font-size: var(--xl-captions-c1-font-size);

        line-height: var(--xl-captions-c1-line-height);
        font-weight: var(--semibold-weight);
    }

    .address_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        line-height: 1.5rem;
        font-weight: var(--regular-weight);
        display: flex;
        gap: 1rem;
        margin: 1rem 0rem 1.5rem 0rem;
    }

    .flag_size {
        width: 1.5rem;
        height: 1.5rem;
    }


    /* Footer Styles Ends here */




}

@media screen and (min-width:993px) and (max-width: 1199px) {

    /* Navbar Styles Starts Here */
    .hynoNavbar {
        height: 4.375rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        width: 100%;

    }

    .hynoNavbar.fixed-top {
        position: -webkit-sticky;
        position: fixed;
        z-index: 999;
        background-color: var(--white) !important;
        box-shadow: 0px 1px 0px 0px #F1F5F9;
        top: 0px;
        width: 100%;

    }


    .hynoNavbar .logo {
        margin-left: 0%;
    }



    .hynoNavbar .logo>img {
        width: 4.625rem;
        height: 2.1875rem;
        margin-top: 0.875rem;

    }

    .overflow {
        overflow: hidden;
    }



    .menu-btn {
        display: flex;
    }

    .hynoNavbar .menu-items {
        position: fixed;
        height: 100%;
        max-height: initial;
        overflow-y: auto;
        width: 100%;
        top: 4.375rem;
        left: -100%;
        display: block;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
        padding-top: 2rem;
        padding-bottom: 6rem;
        background: rgba(255, 255, 255, 0.8);

        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

    }

    .menu-items.open {
        left: 0;
        transform: translateY(0);
        z-index: 3;

    }

    .menu-items li:first-child {
        margin-top: 0rem;
    }


    .menu-items .dropdown-right .right-arrow {
        transform: rotate(90deg);
    }

    /* DROPDOWN, MEGA MENUS */
    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right,
    .menu-items .mega-menu {
        position: static;
        opacity: 1;
        top: 4rem;
        visibility: visible;
        width: auto;
        max-height: 0;
        /* transform: scaleX(0); */
        transform-origin: left;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        width: 102%;
        margin-left: -0.625rem;
    }


    .expand-btn.open+.sample {
        max-height: 100%;
        transform: scaleZ(1);
    }

    .expand-btn.open+.blog.sample {
        max-height: 100%;
        transform: scaleZ(1);
        max-width: fit-content;
    }

    .hynoNavbar .sample {
        border-top: none;
    }

    .mega-menu .content {
        display: flex;
        flex-direction: column;


    }

    .mega-menu .content .column_wrapper {
        width: 100%;

    }



    .content .column_wrapper .mega-links {
        border-left: 0rem;

    }

    .column_wrapper .mega-links li {
        margin: 0rem;
    }


    .hire_buttons_wrapper {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        width: 100%;
    }

    .hire-now-button {
        width: 10.375rem;
        height: 3.25rem;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);


    }

    .hire-now-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--white);
    }

    .join_as_developer_button {
        width: 10.375rem;
        height: 3.25rem;
        background: transparent;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--grey-900);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        border: 1px solid var(--font-color-accent);


    }



    .menu-items .navbar-dropdown-menu,
    .menu-items .menu-right {
        padding: 0rem 2.1875em;
        width: 102%;
        margin-left: -1.25rem;


    }

    .menu-item.first-item {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-critical-color);
        opacity: 1;
        font-size: 1.25rem;
        line-height: 4rem;
        padding-left: 1rem;
        cursor: pointer;
        text-decoration: none;
        font-weight: var(--medium-weight);



    }

    .mega-menu .content {
        background: var(--white);
        padding: 0rem;
        -webkit-box-shadow: none;
        box-shadow: none;

    }

    .content .column_wrapper .mega-links {
        display: flex;
        flex-direction: column;
    }

    .icon-size-black {
        margin-right: 1.5rem;
    }



    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        content: "";
        position: absolute;
    }

    .hynoNavbar .menu-btn__lines,
    .hynoNavbar .menu-btn__lines::before,
    .hynoNavbar .menu-btn__lines::after {
        width: 1.5rem;
        height: 0.1rem;
        background: var(--font-subtle-color);
        transition: all 0.4s ease-in-out;

    }

    .hynoNavbar .menu-btn__lines::before {
        transform: translateY(-0.5rem);
    }

    .hynoNavbar .menu-btn__lines::after {
        transform: translateY(0.5rem);
    }




    .icon-size-black:hover {
        color: var(--primary-red);

    }

    .icon-size-pink {
        color: var(--primary-red);
        font-size: 0.625rem;
    }



    .why_hyno_nav_wrapper {
        margin: 1rem;
    }

    .why_hyno_nav_h2 {
        width: 14.375rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-ghost-color);
        opacity: 1;
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-weight: var(--black-weight);
    }

    .why_hyno_nav_p {
        width: 20rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        font-weight: normal;
        margin-top: 1rem;
        color: var(--font-color-muted);
        margin-bottom: 1rem;
    }

    .why_hyno_nav_a {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--primary-red);
        opacity: 1;
        cursor: pointer;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-decoration: none;


    }

    .why_hyno_nav_a:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--primary-red);
    }

    .column_wrapper_div {
        width: 100%;
        display: flex;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .column_wrapper_tech {
        width: 100%;
        display: flex;
        background: var(--white) 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 1rem;
        gap: 2rem;
    }

    .our_talent_nav_wrapper {
        width: 21.375rem;
    }

    .our_talent_h2 {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: var(--bold-weight);
    }

    .our_talent_p {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-weight: var(--regular-weight);

    }

    .navigate_image_wrapper {
        width: 21.375rem;
    }

    .describe_link_image {
        width: 21.375rem;
        height: 13.625rem;
        background-size: cover;

        border-radius: 0.5rem;
    }

    .navigate_link_on_the_image_wrapper {
        width: 21.375rem;
        height: 4rem;
        opacity: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        margin-top: -4.375rem;


    }

    .blue_short_bold_arrow {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--font-subdued-color);
        cursor: pointer;
    }

    .navigate_link_on_the_image {
        background: var(--white) 0% 0% no-repeat padding-box;
        border-radius: 1rem 0.5rem 0.5rem 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.625rem;
        margin-right: 0.75rem;
        border: none;
        cursor: pointer;
    }


    .job_role_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
    }

    .job_role_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: var(--medium-weight);
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--font-ivory-color);
    }

    .job_roles_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
        width: 25.6875rem;
    }

    .technologie_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        cursor: pointer;
        width: 8.5rem;
        height: 2.8125rem;
    }

    .technologie_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: 500;
        background: var(--white) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 8.5rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);
    }

    /* Navbar Styles Ends Here */

    /* Footer Styles Starts here */

    .icon-size-follow {
        text-align: center;
        text-decoration: none;
        color: #0E0E0E;
        width: 1.125rem;
    }


    .social-icon-media-container {
        display: flex;
        gap: 1.25rem;
        margin-left: 2rem;
        margin-top: -0.625rem;
    }

    .footer-main-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
    }

    .footer-section-container {
        background: #0E0E0E 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0rem 1.5rem;
        gap: 3rem;


    }

    .hyno-bottom-img {
        width: 4.375rem;

    }

    .fttdfi_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        font-weight: 300;
        line-height: 1.5rem;
        width: 14rem;
    }


    .all-footer-links-wrapper {
        width: 100%;

    }

    .footer-list-items-main-container {
        margin-top: 0rem;
    }


    .footer-list-items-container {

        text-decoration: none;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .footer-list-items-container.show_tags_links {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #4B4B4B;
        padding-bottom: 0.625rem;
        margin-bottom: 1.25rem;
    }


    .footer-list-items-container-h2 {
        text-align: left;

        color: var(--grey-50);
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0rem;
        justify-content: space-between;
        font-weight: var(--medium-weight);
        text-transform: uppercase;
    }

    /* Display the arrow icon only on mobile */
    .footer-list-items-container-h2 .chevron_arrow_icons {
        display: inline-block;
    }

    /* Rotate the arrow icon for mobile version */
    .rotate-icon {
        transition: transform 0.3s ease;
        /* Add CSS transition for smooth rotation */
        width: 1.25rem !important;
        height: 1.25rem !important;
        color: var(--grey-50);
    }

    .rotate-icon.rotate {
        transform: rotate(180deg);
    }



    .footer-list-items-container>a {
        margin-bottom: 1.5rem;
        color: #94A3B8;
        text-decoration: none;

        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
    }

    .footer-list-items-container>a:hover {
        text-decoration: none;
        color: #707070;
    }

    .hiring-btn-container {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }


    .hiring-button-footer {
        text-align: center;
        letter-spacing: 0.0225rem;
        color: #FFFFFF;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 0.375rem;
        border: 0rem;
        font-size: 0.875rem;
        line-height: 0.875rem;
        width: 5.375rem;
        height: 1.75rem;
        margin-top: 0.5rem;
        font-weight: var(--medium-weight);
    }

    .bottom-hyno-logo-container {
        margin-top: 3.75rem;

    }

    .follow-us-social-media {
        border-top: 1px solid #1e1e1e;
        opacity: 1;
        padding: 1rem 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 3rem;
    }

    .follow-us-social-media>p {
        color: var(--grey-500, #64748B);
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        margin-bottom: 0rem;
        font-weight: var(--semibold-weight);

    }



    .follow-us-2-container {
        display: flex;
    }

    .social-icon-2-media-container {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        font-size: 1rem;
    }



    .address_full_wrapper {
        width: 100%;
        margin-top: 2rem;
    }

    .country_name_text {
        color: var(--grey-300, #CBD5E1);
        font-size: var(--xl-captions-c1-font-size);

        line-height: var(--xl-captions-c1-line-height);
        font-weight: var(--semibold-weight);
    }

    .address_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        line-height: 1.5rem;
        font-weight: var(--regular-weight);
        display: flex;
        gap: 1rem;
        margin: 1rem 0rem 1.5rem 0rem;
    }

    .flag_size {
        width: 1.5rem;
        height: 1.5rem;
    }

    /* Footer Styles Ends here */




}

@media screen and (min-width:1200px) and (max-width:1399px) {
    /* Navbar Styles Starts Here */

    .hynoNavbar {
        background: transparent;
        height: 5.625rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0rem;
        padding-right: 0rem;
        z-index: 999;


    }

    .hynoNavbar.fixed-top {
        position: -webkit-sticky;
        position: fixed;
        z-index: 999;
        background-color: var(--white) !important;
        box-shadow: 0px 1px 0px 0px #F1F5F9;
        top: 0px;
        width: 100%;

    }


    .hynoNavbar .logo {
        width: 6.625rem;
        height: 3.125rem;
        margin-right: 2rem;

    }

    .hynoNavbar .logo>img {
        width: 6.625rem;
        height: 3.125rem;


    }


    .menu-btn {
        position: relative;
        display: none;
        justify-content: center;
        align-items: center;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
        z-index: 2;
    }


    .icon-size-black {
        color: var(--grey-900);
        font-size: 0.75rem;
        font-weight: var(--bold-weight);
    }


    .hire_buttons_wrapper {
        display: flex;
        gap: 1rem;
        margin-left: 5rem;
    }

    .hire-now-button {
        width: 10.375rem;
        height: 3.25rem;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);


    }

    .hire-now-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--white);
    }

    .join_as_developer_button {
        width: 10.375rem;
        height: 3.25rem;
        background: transparent;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--color-gre);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        border: 1px solid var(--font-color-accent);


    }


    .join_as_developer_button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--grey-900);
        background-color: var(--grey-50);

    }



    .hynoNavbar .menu-items {
        display: flex;
        align-items: center;
        margin-bottom: 0rem;

    }

    .hynoNavbar .dropdown {
        position: relative;
    }

    .hynoNavbar ul li {
        list-style: none;
        transition: 0.3s ease;
        margin-bottom: 0.375rem;
        margin-right: 2.25rem;


    }

    .hynoNavbar ul li .arrow {
        transition: all 0.3s ease-out;
    }



    .hynoNavbar .dropdown {
        position: relative;
    }



    .hynoNavbar .menu-right {
        top: 0;
        left: 100%;
    }

    .hynoNavbar .navbar-dropdown-menu,
    .menu-left {
        left: -50%;
        right: 0;
    }

    .hynoNavbar .menu-left {
        left: -100%;
    }

    .hynoNavbar .menu-item {
        display: flex;
        justify-content: space-between;
        width: 100%;

    }

    .hynoNavbar .menu-item:hover {
        color: var(--font-color-secondary);
        text-decoration: none;
        font-weight: var(--bold-weight);

        background: transparent linear-gradient(262deg, #E36A93 0%, #4066FE 100%) 0% 0% no-repeat padding-box;
        background-clip: padding-box;
        background-clip: padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;




    }

    .bi-chevron-down {
        transition: transform 0.3s ease;
    }

    .expand-btn:hover .bi-chevron-down {
        color: var(--font-color-secondary);
        transform: rotate(180deg);

        background: transparent linear-gradient(262deg, #E36A93 0%, #4066FE 100%) 0% 0% no-repeat padding-box;
        background-clip: padding-box;
        background-clip: padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;


    }

    .expand-btn {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);

    }


    .hynoNavbar .dropdown:hover .navbar-dropdown-menu {
        opacity: 1;
        visibility: visible;

    }

    .hynoNavbar .dropdown-right:hover .menu-right {
        left: 100%;
        opacity: 1;
        visibility: visible;
    }

    .hynoNavbar .dropdown-right:hover .menu-left {
        left: -100%;
    }

    /* mega menu  */

    .hynoNavbar .mega-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 5.625rem;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
        z-index: 5;
    }

    .mega-menu .content {
        display: flex;
        max-width: 100%;
        margin: auto;
        padding: 0rem calc(50% - 35.25rem);

        transition: transform 0.3s ease;

        border-radius: 0rem 0rem 1rem 1rem;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);


    }




    .content .column_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-items li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
    }

    .content .column_wrapper .read-more:hover {
        color: var(--primary-red);
    }

    /* animation menu hamburger */
    .menu-btn.open .menu-btn__lines {
        transform: translateX(1rem);
        background: transparent;
    }

    .menu-btn.open .menu-btn__lines::before {
        transform: rotate(45deg) translate(-0.5rem, 0.5rem);
        background: var(--font-subtle-color);

    }

    .menu-btn.open .menu-btn__lines::after {
        transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
        background: var(--font-subtle-color);
    }

    .icon-size-black {
        margin-left: 0.25rem;
        margin-top: 0.125rem;
    }



    .icon-size-black:hover {
        color: var(--primary-red);

    }

    .icon-size-pink {
        color: var(--primary-red);
        font-size: var(--xl-captions-c2-font-size);

    }



    .why_hyno_nav_wrapper {
        margin: 3rem 3rem 3rem 0rem;


    }

    .why_hyno_nav_h2 {
        width: 14.375rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-weight: 900;

    }

    .why_hyno_nav_p {
        width: 20rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        font-weight: normal;
        margin-top: 1rem;
        color: var(--font-color-muted);
        margin-bottom: 1rem;
    }

    .why_hyno_nav_a {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--primary-red);
        opacity: 1;
        cursor: pointer;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-decoration: none;

    }

    .why_hyno_nav_a:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--primary-red);
    }

    .column_wrapper_div {
        width: 100%;
        display: flex;

        padding: 3rem 0rem;
        gap: 2.625rem;

    }

    .column_wrapper_tech {
        width: 100%;
        display: flex;

        padding: 3rem 0rem 3.125rem 3rem;
        gap: 2.625rem;
    }

    .our_talent_nav_wrapper {
        width: 21.375rem;
    }

    .our_talent_h2 {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: bold;
    }

    .our_talent_p {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-weight: normal;

    }

    .navigate_image_wrapper {
        width: 21.375rem;
    }

    .describe_link_image {
        width: 21.375rem;
        height: 13.625rem;
        background-size: cover;

        border-radius: 0.5rem;
    }

    .navigate_link_on_the_image_wrapper {
        width: 21.375rem;
        height: 4rem;
        opacity: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        margin-top: -4.375rem;


    }

    .blue_short_bold_arrow {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--font-subdued-color);
        cursor: pointer;

    }

    .navigate_link_on_the_image {
        background: var(--white) 0% 0% no-repeat padding-box;
        /* box-shadow: 0rem 0.1875rem 0.375rem #4C66F667; */
        border-radius: 1rem 0.5rem 0.5rem 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.625rem;
        margin-right: 0.75rem;
        border: none;
        cursor: pointer;
    }


    .job_role_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;

    }

    .job_role_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: var(--medium-weight);
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);

    }

    .job_roles_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
        width: 25.6875rem;
    }

    .technologie_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-ghost-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        cursor: pointer;
        width: 8.5rem;
        height: 2.8125rem;

    }

    .technologie_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: 500;
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 8.5rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);
    }

    /* Navbar Styles Ends Here */



    /* Footer Styles Starts here */


    .icon-size-follow {
        text-align: center;
        text-decoration: none;
        color: #0E0E0E;
        width: 1.125rem;
    }

    .social-icon-media-container {
        display: flex;
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .footer-main-container {
        background: #0E0E0E;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .footer-section-container {
        width: 72.5rem;
        display: flex;
        flex-wrap: wrap;
        gap: 4rem;
        padding: 5.25rem 0rem 0rem 0rem;



    }

    .hyno-bottom-img {
        width: 6.375rem;
        height: 3rem;
    }

    .fttdfi_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        font-weight: 300;
        line-height: 1.5rem;
        width: 14rem;
    }

    .all-footer-links-wrapper {
        display: flex;
        gap: 4.5rem;

    }


    .address_full_wrapper {
        width: 16rem;
        margin-top: 0rem;

    }

    .country_name_text {
        color: var(--grey-300, #CBD5E1);
        font-size: var(--xl-captions-c1-font-size);

        line-height: var(--xl-captions-c1-line-height);
        font-weight: var(--semibold-weight);
    }

    .address_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        line-height: 1.5rem;
        font-weight: var(--regular-weight);
        display: flex;
        gap: 1rem;
        margin: 1rem 0rem 1.5rem 0rem;
        width: 16rem;
    }

    .flag_size {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0.3rem;
    }

    .footer-list-items-main-container {
        margin-bottom: 0rem;

    }

    .footer-list-items-container {
        text-decoration: none;
        display: flex;
        flex-direction: column;
    }

    .footer-list-items-container-h2 {
        color: var(--grey-50);
        margin-bottom: 2rem;
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        font-weight: var(--bold-weight);
        text-transform: uppercase;


    }


    .footer-list-items-container>a {
        margin-bottom: 1.5rem;
        color: #94A3B8;
        text-decoration: none;

        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);


    }

    .footer-list-items-container>a:hover {
        text-decoration: none;
        color: var(--primary-red);
    }



    .hiring-button-footer {
        text-align: center;
        letter-spacing: 0.0225rem;
        color: var(--grey-50);
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 0.375rem;
        border: 0rem;
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        width: 5.375rem;
        height: 1.75rem;
        margin-top: 0.5rem;
        font-weight: var(--medium-weight);
        cursor: pointer;



    }


    .bottom-hyno-logo-container {
        margin-bottom: 0rem;

        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        width: 23rem;


    }

    .chevron_arrow_icons {
        display: none;
        /* Hide the icon by default on desktop */


    }

    .rotate-icon {
        display: none;
    }

    .follow-us-social-media {
        height: 5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid var(--grey-900);
        width: 72.5rem;



    }

    .follow-us-social-media>p {
        color: var(--grey-500, #64748B);
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        margin-bottom: 0rem;
        font-weight: var(--semibold-weight);


    }




    .follow-us-2-container {
        display: flex;

    }

    .social-icon-2-media-container {
        display: flex;
        gap: 1.25rem;
        font-size: 1.125rem;
        margin-top: -0.625rem;

    }

    /* Footer Styles ends here */



}

@media screen and (min-width:1400px) {

    /* Navbar Styles Starts Here */

    .hynoNavbar {
        background: transparent;
        height: 5.625rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0rem;
        padding-right: 0rem;
        z-index: 999;


    }

    .hynoNavbar.fixed-top {
        position: -webkit-sticky;
        position: fixed;
        top: 0px;
        z-index: 999;
        background-color: var(--white);
        width: 100%;



    }

    .hynoNavbar .logo {
        width: 6.625rem;
        height: 3.125rem;
        margin-right: 7rem;
    }

    .hynoNavbar .logo>img {
        width: 6.625rem;
        height: 3.125rem;


    }

    .menu-btn {
        position: relative;
        display: none;
        justify-content: center;
        align-items: center;
        width: 1.5rem;
        height: 1.5rem;
        cursor: pointer;
        z-index: 2;
    }


    .icon-size-black {
        color: var(--grey-900);
        font-size: 0.75rem;
        font-weight: var(--bold-weight);

    }


    .hire_buttons_wrapper {
        display: flex;
        gap: 1rem;
        margin-left: 11.5rem;
    }

    .hire-now-button {
        width: 10.375rem;
        height: 3.25rem;
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--semibold-weight);


    }

    .hire-now-button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--white);
        background-color: var(--primary-red-hover);
    }

    .join_as_developer_button {
        width: 10.375rem;
        height: 3.25rem;
        background: transparent;
        border-radius: 12.5625rem;
        text-align: center;
        letter-spacing: -0.021rem;
        color: var(--grey-900);

        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);
        border: 1px solid var(--font-color-accent);


    }

    .join_as_developer_button:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--grey-900);
        background-color: var(--grey-50);

    }



    .hynoNavbar .menu-items {
        display: flex;
        align-items: center;
        margin-bottom: 0rem;

    }

    .hynoNavbar .dropdown {
        position: relative;
    }

    .hynoNavbar ul li {
        list-style: none;
        transition: 0.3s ease;
        margin-bottom: 0.375rem;
        margin-right: 2.25rem;


    }

    .hynoNavbar ul li .arrow {
        transition: all 0.3s ease-out;
    }



    .hynoNavbar .dropdown {
        position: relative;
    }



    .hynoNavbar .menu-right {
        top: 0;
        left: 100%;
    }

    .hynoNavbar .navbar-dropdown-menu,
    .menu-left {
        left: -50%;
        right: 0;
    }

    .hynoNavbar .menu-left {
        left: -100%;
    }

    .hynoNavbar .menu-item {
        display: flex;
        justify-content: space-between;
        width: 100%;

    }

    .hynoNavbar .menu-item:hover {
        color: var(--font-color-secondary);
        text-decoration: none;
        font-weight: var(--bold-weight);

        background: transparent linear-gradient(262deg, #E36A93 0%, #4066FE 100%) 0% 0% no-repeat padding-box;
        background-clip: padding-box;
        background-clip: padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;




    }

    .bi-chevron-down {
        transition: transform 0.3s ease;
    }

    .expand-btn:hover .bi-chevron-down {
        color: var(--font-color-secondary);
        transform: rotate(180deg);

        background: transparent linear-gradient(262deg, #E36A93 0%, #4066FE 100%) 0% 0% no-repeat padding-box;
        background-clip: padding-box;
        background-clip: padding-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;


    }

    .expand-btn {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: var(--xl-body-text-p3-font-size);
        line-height: var(--xl-body-text-p3-line-height);
        font-weight: var(--medium-weight);

    }


    .hynoNavbar .dropdown:hover .navbar-dropdown-menu {
        opacity: 1;
        visibility: visible;

    }

    .hynoNavbar .dropdown-right:hover .menu-right {
        left: 100%;
        opacity: 1;
        visibility: visible;
    }

    .hynoNavbar .dropdown-right:hover .menu-left {
        left: -100%;
    }

    /* mega menu  */

    .hynoNavbar .mega-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 5.625rem;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
        z-index: 5;
    }

    .mega-menu .content {
        display: flex;
        max-width: 100%;
        margin: auto;
        padding: 0rem calc(50% - 40.125rem);
        transition: transform 0.3s ease;
        border-radius: 0rem 0rem 1rem 1rem;
        background: rgba(255, 255, 255, 0.8);

        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);





    }




    .content .column_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-items li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
    }

    .content .column_wrapper .read-more:hover {
        color: var(--primary-red);
    }

    /* animation menu hamburger */
    .menu-btn.open .menu-btn__lines {
        transform: translateX(1rem);
        background: transparent;
    }

    .menu-btn.open .menu-btn__lines::before {
        transform: rotate(45deg) translate(-0.5rem, 0.5rem);
        background: var(--font-subtle-color);

    }

    .menu-btn.open .menu-btn__lines::after {
        transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
        background: var(--font-subtle-color);
    }

    .icon-size-black {
        margin-left: 0.25rem;
        margin-top: 0.125rem;
    }



    .icon-size-black:hover {
        color: var(--primary-red);

    }

    .icon-size-pink {
        color: var(--primary-red);
        font-size: var(--xl-captions-c2-font-size);

    }



    .why_hyno_nav_wrapper {
        padding: 3rem 0rem;
        width: 25rem;





    }

    .why_hyno_nav_h2 {
        width: 14.375rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.625rem;
        line-height: 1.875rem;
        font-weight: 900;

    }

    /* .why_hyno_nav_p {
        width: 23rem;
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        font-weight: normal;
        margin-top: 1rem;
        color: var(--font-color-muted);
        margin-bottom: 1rem;
    } */

    .why_hyno_nav_a {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--primary-red);
        opacity: 1;
        cursor: pointer;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: normal;
        text-decoration: none;

    }

    .why_hyno_nav_a:hover {
        cursor: pointer;
        text-decoration: none;
        color: var(--primary-red);
    }

    .column_wrapper_div {
        width: 100%;
        display: flex;

        padding: 3rem 0rem;
        gap: 3rem;

    }

    .column_wrapper_tech {
        width: 100%;
        display: flex;

        padding: 3rem 0rem 3.125rem 3rem;
        gap: 2.625rem;
    }

    .our_talent_nav_wrapper {
        width: 25rem;
    }

    .our_talent_h2 {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: bold;
    }

    .our_talent_p {
        text-align: left;
        letter-spacing: 0rem;
        color: var(--font-color-muted);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: normal;

    }

    .navigate_image_wrapper {
        width: 100%;
    }

    .describe_link_image {
        width: 100%;
        aspect-ratio: 411/279;
        object-fit: cover;
        border-radius: 0.5rem;
    }

    .navigate_link_on_the_image_wrapper {
        width: 100%;
        height: 4rem;
        opacity: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        margin-top: -4.375rem;


    }

    .blue_short_bold_arrow {
        font-size: 2rem;
        font-weight: bolder;
        color: var(--font-subdued-color);
        cursor: pointer;

    }

    .navigate_link_on_the_image {
        background: var(--white) 0% 0% no-repeat padding-box;
        /* box-shadow: 0rem 0.1875rem 0.375rem #4C66F667; */
        border-radius: 1rem 0.5rem 0.5rem 0.5rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.625rem;
        margin-right: 0.75rem;
        border: none;
        cursor: pointer;
    }


    .job_role_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-color-secondary);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;

    }

    .job_role_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: var(--medium-weight);
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 13.1875rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);

    }

    .job_roles_wrapper {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 1rem;
        margin-left: -1.25rem;

    }

    .technologies_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1.25rem;
        margin-top: 1rem;
        margin-left: -1.25rem;
        width: 32rem;


    }

    .technologie_navigate_link {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-ghost-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        background: transparent;
        border: none;
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        cursor: pointer;
        width: 8.5rem;
        height: 2.8125rem;

    }

    .technologie_navigate_link:hover {
        text-align: left;
        letter-spacing: -0.025rem;
        color: var(--font-emphasis-color);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: 500;
        background: var(--font-notice-color) 0% 0% no-repeat padding-box;
        border: 1px solid var(--font-ivory-color);
        border-radius: 0.375rem;
        opacity: 1;
        padding-left: 1.25rem;
        width: 8.5rem;
        height: 2.8125rem;
        cursor: pointer;
        font-weight: var(--medium-weight);
    }

    /* Navbar Styles Ends Here */

    /* Footer Styles starts here */


    .icon-size-follow {
        text-align: center;
        text-decoration: none;
        color: #0E0E0E;
        width: 1.125rem;
    }

    .social-icon-media-container {
        display: flex;
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .footer-main-container {
        background: #0E0E0E;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .footer-section-container {
        width: 72.5rem;
        display: flex;
        flex-wrap: wrap;
        gap: 4rem;
        padding: 5.25rem 0rem 0rem 0rem;



    }

    .hyno-bottom-img {
        width: 6.375rem;
        height: 3rem;
    }

    .fttdfi_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        font-weight: 300;
        line-height: 1.5rem;
        width: 14rem;
    }

    .all-footer-links-wrapper {
        display: flex;
        gap: 4.5rem;

    }


    .address_full_wrapper {
        width: 16rem;
        margin-top: 0rem;

    }

    .country_name_text {
        color: var(--grey-300, #CBD5E1);
        font-size: var(--xl-captions-c1-font-size);

        line-height: var(--xl-captions-c1-line-height);
        font-weight: var(--semibold-weight);
    }

    .address_text {
        color: #94A3B8;
        font-size: var(--xl-captions-c2-font-size);
        line-height: 1.5rem;
        font-weight: var(--regular-weight);
        display: flex;
        gap: 1rem;
        margin: 1rem 0rem 1.5rem 0rem;
        width: 16rem;
    }

    .flag_size {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0.3rem;
    }

    .footer-list-items-main-container {
        margin-bottom: 0rem;

    }

    .footer-list-items-container {
        text-decoration: none;
        display: flex;
        flex-direction: column;
    }

    .footer-list-items-container-h2 {
        color: var(--grey-50);
        margin-bottom: 2rem;
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        font-weight: var(--bold-weight);
        text-transform: uppercase;


    }


    .footer-list-items-container>a {
        margin-bottom: 1.5rem;
        color: #94A3B8;
        text-decoration: none;

        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);


    }

    .footer-list-items-container>a:hover {
        text-decoration: none;
        color: var(--primary-red);
    }



    .hiring-button-footer {
        text-align: center;
        letter-spacing: 0.0225rem;
        color: var(--grey-50);
        background: var(--primary-red) 0% 0% no-repeat padding-box;
        border-radius: 0.375rem;
        border: 0rem;
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        width: 5.375rem;
        height: 1.75rem;
        margin-top: 0.5rem;
        font-weight: var(--medium-weight);
        cursor: pointer;



    }


    .bottom-hyno-logo-container {
        margin-bottom: 0rem;

        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        width: 23rem;


    }

    .chevron_arrow_icons {
        display: none;
        /* Hide the icon by default on desktop */


    }

    .rotate-icon {
        display: none;
    }

    .follow-us-social-media {
        height: 5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid var(--grey-900);
        width: 72.5rem;



    }

    .follow-us-social-media>p {
        color: var(--grey-500, #64748B);
        font-size: var(--xl-captions-c2-font-size);
        line-height: var(--xl-captions-c2-line-height);
        margin-bottom: 0rem;
        font-weight: var(--semibold-weight);


    }




    .follow-us-2-container {
        display: flex;

    }

    .social-icon-2-media-container {
        display: flex;
        gap: 1.25rem;
        font-size: 1.125rem;
        margin-top: -0.625rem;

    }

    /* Foote Style Ends here */

}