.menu-column .development a:hover,
.developer-detatil p:hover {
    color: #ec4899;
}

.menu-column .staff-augmen{
    position: relative;
    margin-top: 15px;
    border: 1px solid #999;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-item .yoda:hover{
    color: #EC4899 !important;
}

.menu-column .staff-augmen::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 30px;
    background-color: #EC4899;
}

.menu-column .staff-augmen::after{
    content: "";
    position: absolute;
    top: 80%;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #EC4899;
}

.staff-aug-text{
    color: #333;
}

.staff-ages{
    padding-top: 5px;
}

.staff-aug-button{
    cursor: pointer;
    padding: 5px 35px;
    border: 1.5px solid #EC4899;
    margin-top: 10px;
}

.staff-aug-button:hover{
    background-color: #EC4899;
}

.developer-detatil p {
    cursor: pointer;
}

.ri-map-pin-line {
    font-size: 1rem;
}


.booking-box {
    /* background-color: #2D2832 !important; */
    margin-top: -8px;
    font-size: 0.8rem !important;
    color: #fff;
    border: 2px solid #ec4899;
}

.booking-box:hover {
    background-color: #ec4899 !important;
}

@media screen and (max-width:1024px) {
    .book-box-2 {
        padding-top: 20px;
        padding-left: 10px;
    }
}

.menu-item {
    position: relative;
}

.menu-item:hover .mega-menu {
    display: flex;
}


.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -350%;
    background: white;
    color: #000;
    width: 600px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 40;
}

.mega-menu-width {
    width: 950px ! important;
    left: -1210% !important;
}


.mega-menu-width-1 {
    width: 950px;
    left: -680% !important;
}


.mega-menu-width-2 {
    width: 950px;
    left: -360% !important;
}


.mega-menu-width-3 {
    width: 950px ! important;
    left: -340%;
}


.mega-developer {
    width: 800px !important;
    left: -750% !important;
}

/* 1483 */
@media screen and (min-width:1500px) {
    .mega-developer {
        width: 800px !important;
        left: -450% !important;
    }

    .mega-menu-width {
        width: 950px ! important;
        left: -730% !important;
    }

    .mega-menu-width-1 {
        width: 950px;
        left: -480% !important;
    }


    .mega-menu-width-2 {
        width: 950px;
        left: -300% !important;
    }


    .mega-menu-width-3 {
        width: 950px ! important;
        left: -390%;
    }

}

@media (min-width:1300px) and (max-width:1500px) {
    .omega {
        left: -310%;
    }

    .mega-menu-width-3 {
        width: 950px ! important;
        left: -290%;
    }

    .mega-menu-width-2 {
        width: 950px;
        left: -250% !important;
    }

    .mega-menu-width-1 {
        width: 950px;
        left: -400% !important;
    }

    .mega-menu-width {
        width: 950px ! important;
        left: -720% !important;
    }

    .mega-developer {
        width: 800px !important;
        left: -400% !important;
    }

}

@media (min-width: 1023px) and (max-width: 1024px) {
    .mega-menu {
        left: -630% !important;
    }

    .mega-menu-width-3 {
        width: 800px ! important;
        left: -570% !important;
    }

    .mega-menu-width-2.alpha {
        width: 970px;
        left: -535% !important;
    }

    .mega-menu-width-1.gamma {
        width: 950px;
        left: -1000% !important;
    }

    .mega-menu-width.beita {
        width: 800px ! important;
        left: -1300% !important;
    }

    .mega-developer.ray {
        width: 700px !important;
        left: -790% !important;
    }

}

@media (min-width: 1024px) and (max-width: 1183px) {
    .mega-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: -320%;
        background: white;
        color: #000;
        width: 600px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        z-index: 40;
    }

    .mega-menu-width-3 {
        width: 800px ! important;
        left: -300%;
    }

    .mega-menu-width-2 {
        width: 970px;
        left: -335% !important;
    }

    .mega-menu-width-1 {
        width: 970px;
        left: -720% !important;
    }

    .mega-menu-width {
        width: 800px ! important;
        left: -1100% !important;
    }

    .mega-developer {
        width: 700px !important;
        left: -560% !important;
    }
}

.mega-menu .menu-column {
    flex: 1;
    margin: 0 10px;
}


.mega-menu h4 {
    margin-bottom: 10px;
    color: #000;
}


.mega-menu ul li {
    margin: 5px 0;
}


.mega-menu ul li a {
    color: #000;
    transition: color 0.3s;
}


.menu-column-2 {
    padding-left: 35px;
    border-left: 2px solid #edebe8;
}

@media(max-width: 785px) {
    .mega-menu {
        left: -2%;
    }
}

.nav-crypto {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0px;
    height: 200px !important;
}


.read_more,
.read-digital {
    color: #ec4899 !important;
    cursor: pointer;
}


.menu-item .yoda {
    color: #fff;
    font-size: .8rem !important;
    padding-top: 5px;
}

@media (min-width: 1024px) and (max-width: 1100px) {
    .menu-item .yoda {
        font-size: 0.52rem !important;
        /* font-weight: bold; */
        padding-top: 10px;
    }

    .booking-box {
        font-size: 0.52rem !important;
    }

    .ri-mail-line {
        font-size: 0.6rem !important;
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .menu-item .yoda {
        font-size: 0.4rem !important;
        /* font-weight: bold; */
        padding-top: 30px;
    }

    .booking-box {
        font-size: 0.4rem !important;
    }

    .ri-mail-line {
        font-size: 0.6rem !important;
    }
}

@media (min-width: 1101px) and (max-width: 1250px) {
    .menu-item .yoda {
        font-size: 0.6rem !important;
        /* font-weight: bold; */
        padding-top: 10px;
    }

    .booking-box {
        font-size: 0.6rem !important;
    }

    .ri-mail-line {
        font-size: 0.8rem !important;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .menu-item .yoda {
        font-size: 0.67rem !important;
        /* font-weight: bold; */
        padding-top: 8px;
    }

    .booking-box {
        font-size: 0.67rem !important;
    }

    .ri-mail-line {
        font-size: 0.8rem !important;
    }
}

@media screen and (min-width: 1300px) {
    .menu-item .yoda {
        font-size: 0.75rem !important;
        padding-top: 6px;
        /* font-weight: bold; */
    }

    .booking-box {
        font-size: 0.8rem !important;
    }

    .ri-mail-line {
        font-size: 0.9rem !important;
        font-weight: bold;
    }

}

/* accordion on responsive dispaly styling */
/* 1st list */
@media screen and (max-width: 1024px) {
    .accordion-item {
        margin-bottom: 1rem;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #5B5362;
        /* Blue-700 */
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 0.375rem;
        cursor: pointer;
    }

    .chalk {
        font-size: .9rem;
    }

    .acordo {
        background-color: #5B5362 !important;
    }

    .acordo.open {
        background-color: #443D4A !important;
    }


    .accordion-header.open {
        background-color: #443D4A;
        /* Darker blue */
    }

    .accordion-content {
        display: none;
        /* background-color: #f3f4f6; */
        /* Gray-100 */
        padding: 1rem;
        border-radius: 0.375rem;
    }

    .accordion-content.open {
        display: block;
    }

    .accordion-column {
        margin-bottom: 1rem;
    }

    .accordion-column h4 {
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .accordion-column ul {
        list-style: none;
        padding-left: 9px;
    }

    .accordion-column ul li {
        margin-bottom: 0.5rem;
    }

    .accordion-column ul li a {
        text-decoration: none;
        color: #fff;
        /* Blue-700 */
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
    .asset-accordion-item {
        margin-bottom: 1rem;
    }

    .asset-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #5B5362;
        /* Gray-900 */
        color: #fff;
        padding: 0.5rem 1rem;
        border-radius: 0.375rem;
        cursor: pointer;
    }

    .asset-accordion-header.open {
        background-color: #443D4A;
        /* Slightly lighter gray */
    }

    .asset-accordion-content {
        display: none;
        /* background-color: #f9fafb; */
        /* Gray-50 */
        padding: 1rem;
        border-radius: 0.375rem;
    }

    .asset-accordion-content.open {
        display: block;
    }

    .asset-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .asset-box {
        /* background-color: white; */
        border-left: 2px dashed #fff;
        /* Gray-300 */
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .asset-box .icon {
        font-size: 1.5rem;
        color: #f472b6;
        /* Pink-400 */
        margin-bottom: 0.5rem;
    }

    .asset-box h3 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .asset-box p {
        color: #fff;
        font-size: 0.875rem;
    }

    .asset-box .read_more {
        color: #1d4ed8;
        /* Blue-700 */
        cursor: pointer;
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
    .fintech-accordion-item {
        margin-bottom: 1rem;
    }

    .fintech-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #5B5362;
        /* Gray-900 */
        color: #fff;
        padding: 0.75rem 1rem;
        border-radius: 0.375rem;
        cursor: pointer;
    }

    .fintech-accordion-header.open {
        background-color: #443D4A;
        /* Slightly lighter gray */
    }

    .fintech-accordion-content {
        display: none;
        /* background-color: #f9fafb; */
        padding: 1rem;
        border-radius: 0.375rem;
    }

    .fintech-accordion-content.open {
        display: block;
    }

    .fintech-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .fintech-box {
        /* background-color: white; */
        border-left: 2px dashed #fff;
        /* Gray-300 */
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .fintech-box .icon {
        font-size: 1.5rem;
        color: #f472b6;
        /* Pink-400 */
        margin-bottom: 0.5rem;
    }

    .fintech-box h3 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .fintech-box p {
        color: #fff;
        font-size: 0.875rem;
    }

    .fintech-box .read_more {
        color: #1d4ed8;
        /* Blue-700 */
        cursor: pointer;
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
    .it-security-accordion-item {
        margin-bottom: 1rem;
    }

    .it-security-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #5B5362;
        /* Gray-900 */
        color: #fff;
        padding: 0.75rem 1rem;
        border-radius: 0.375rem;
        cursor: pointer;
    }

    .it-security-accordion-header.open {
        background-color: #443D4A;
        /* Slightly lighter gray */
    }

    .it-security-accordion-content {
        display: none;
        /* background-color: #f9fafb; */
        padding: 1rem;
        border-radius: 0.375rem;
    }

    .it-security-accordion-content.open {
        display: block;
    }

    .it-security-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .it-security-box {
        /* background-color: white; */
        border-left: 2px dashed #fff;
        /* Gray-300 */
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .it-security-box .icon {
        font-size: 1.5rem;
        color: #f472b6;
        /* Pink-400 */
        margin-bottom: 0.5rem;
    }

    .it-security-box h3 {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .it-security-box p {
        color: #fff;
        font-size: 0.875rem;
    }

    .it-security-box .read_more {
        color: #1d4ed8;
        /* Blue-700 */
        cursor: pointer;
        font-weight: 500;
    }
}

@media screen and (min-width: 490px) and (max-width: 1023px) {
    .tablet-2 {
        margin-top: -15px;
    }

    .tablet {
        display: none;
    }
}


/* book a meeting display*/
@media screen and (min-width: 1024px) {
    .tablet-2 {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .tablet-2 {
        display: none;
    }
}

.mega-menu button{
    color: #ec4899;
}

.mega-menu button:hover{
    color: #fff !important;
}

.mega-beta{
    height: 550px;
}

.nav-oop{
    padding: 16px 25px;
}
