@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0,0');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");

/* =========================
   GENERAL
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /* background: #f4fbf8; */
    color: #263b52;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
a:active {
    outline: none;
    border: none;
    text-decoration: none;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
}


/* =========================
   MAIN NAVIGATION
========================= */

.main-nav {
    /* width: calc(100% - 60px);
            margin: 30px auto 0; */
    width: 100%;
    background: #fff;
    /* border: 1px solid #dceee8; */
    /* border-radius: 15px; */
    box-shadow: 0 5px 20px rgba(40, 80, 70, 0.08);
    display: flex;
    align-items: center;
    position: sticky;
    top: 40px;
    z-index: 1000;
    min-height: 125px;
    padding: 10px 25px;
}


/* LOGO */

.logoimag {
    width: 240px;
    flex-shrink: 0;
}

.logoimag a {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #182d43;
}

.tyekon-navlog {
    width: 92%;
}

.top-contact-bar {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 4px 30px;
    background: #fafdff;
    border-bottom: 1px solid #dceef8;
    color: #126789;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik';
}

.top-contact-tagline,
.top-contact-details,
.top-contact-details a {
    display: inline-flex;
    align-items: center;
}

.top-contact-tagline {
    gap: 12px;
}

.top-contact-tagline .material-symbols-outlined {
    color: #f39a00;
    font-size: 24px;
}

.top-contact-details {
    gap: 0;
}

.top-contact-details a {
    gap: 7px;
    padding: 0 18px;
    white-space: nowrap;
}

.top-contact-details a+a {
    border-left: 2px solid #c8dfe9;
}

.top-contact-details .material-symbols-outlined {
    color: #d97308;
    font-size: 20px;
}

.top-contact-details .india-flag {
    font-size: 22px;
}

/* Navigation links */
.top-contact-details a {
    text-decoration: none;
    color: #034462;
    font-weight: 600;
    font-family: 'Roboto';
    letter-spacing: 0.4px;
    outline: 0;
    border: 0;
}

.top-contact-details a:hover {
    color: #034462;
}

.tyekonresearch-flag {
    width: 24px;
    margin-top: -2px;
}

/* NAV ITEMS */

.nav-items {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(7, max-content);
    column-gap: clamp(8px, 1.5vw, 24px);
    height: 100%;
    justify-content: space-evenly;
}

.nav-items > a {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.nav-item {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    min-height: 100px;
}

.top-contact-bar {
    position: sticky;
    top: 0;
    z-index: 9999;
}


/* ICON CIRCLE */

.nav-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.nav-icon span {
    font-size: 24px;
}


/* DIFFERENT ICON COLORS */

.home-icon {
    /* background: #e5f8ed; */
    color: #d97308;
}

.services-icon {
    /* background: #fff1d9; */
    color: #d97308;
}

.work-icon {
    /* background: #e2f4ff; */
    color: #d97308;
}

.about-icon {
    /* background: #f2e6ff; */
    color: #d97308;
}

.policy-icon {
    /* background: #e4f8f3; */
    color: #d97308;
}

.article-icon {
    /* background: #fff4d9; */
    color: #d97308;
}

.hire-icon {
    /* background: #ffe9ec; */
    color: #d97308;
}


/* NAV TEXT */

.nav-title {
    font-size: 16px;
    font-weight: 400;
    /* color: #263b52; */
    color: #034462;
    text-align: center;
    font-family: 'Rubik';
}

.nav-arrow {
    font-size: 17px !important;
    margin-top: 3px;
    transition: transform 0.3s ease;
}


/* ACTIVE ITEM */

.nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20%;
    right: 20%;
    height: 4px;
    background: #03b0b4;
    border-radius: 5px;
}

.nav-item.active .nav-arrow {
    transform: rotate(180deg);
}

#homenavarrow {
    color: #fff;
}


/* =========================
   MEGA MENU
========================= */

.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: max-content;
    max-width: calc(100vw - 30px);
    background: #fff;
    border: 1px solid #dceee8;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(40, 80, 70, 0.08);
    padding: 15px 15px 15px 15px;
    display: none;
    z-index: 999;
}

.mega-menu.show {
    display: block;
}


/* MEGA MENU GRID */

.mega-content {
    width: max-content;
    max-width: 100%;
}

.mega-panel {
    display: none;
}

.mega-panel.show {
    display: block;
}


/* =========================
   PROFILE CARD
========================= */

.profile-card {
    width: 295px;
    padding: 5px 25px 5px 0;
    border-right: 1px solid #d9ebe5;
}

.profile-logo {
    width: 180px;
    height: 75px;
    margin: 0 auto 15px;
    border-radius: 18px;
    background: #e8f7f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #263b52;
}

.profile-tagline {
    font-size: 14px;
    text-align: center;
    color: #53677b;
    white-space: nowrap;
    margin-bottom: 15px;
}

.profile-description {
    border-top: 1px solid #dcece7;
    padding-top: 15px;

    font-size: 14px;
    line-height: 1.5;
    color: #53677b;
}

.rating {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.stars {
    color: #f5aa20;
    letter-spacing: 2px;
    font-size: 17px;
}

.contact {
    border-top: 1px solid #dcece7;

    margin-top: 18px;
    padding-top: 15px;
}

.contact div {
    margin: 10px 0;
    font-size: 13px;
    color: #53677b;
}


/* =========================
   MEGA COLUMNS
========================= */

.mega-column {
    position: relative;
    width: max-content;
    min-width: 260px;
    max-width: min(420px, calc(100vw - 80px));
    padding: 5px 30px;
    border-right: 1px solid #d9ebe5;
}

.mega-column:last-child {
    border-right: none;
}

.mega-column h3 {
    font-size: 20px;
    color: #263b52;
    margin-bottom: 22px;
    font-weight: 400;
    font-family: 'Rubik';
}

.mega-column h3::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #00b1ba;
    margin-top: 10px;
    border-radius: 5px;
}


/* LINKS */

.mega-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
    font-size: 15px;
    color: #43586d;
    transition: all 0.2s ease;
    text-transform: capitalize;
}

.mega-link span {
    font-size: 19px;
    color: #00b1ba;
}

.mega-link:hover {
    color: #00a0a8;
    transform: translateX(4px);
}


/* =========================
   SERVICE BUTTONS
========================= */

.service-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 14px;
    border-radius: 12px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 12px;
    transition: 0.2s;
    font-family: sans-serif;
}

.service-button:hover {
    transform: translateX(4px);
    color: #000;
}

.service-button.current {
    transform: translateX(4px);
    border-left: 4px solid #00b1ba;
    outline: 0;
    background-color: #ebb57c80;
    border: 0;
    text-decoration: none;
}

.service-button span {
    font-size: 16px;
}

.services-column {
    min-width: 620px;
}

.services-box {
    display: grid;
    grid-template-columns: 230px minmax(220px, 1fr);
    gap: 20px;
    align-items: start;
}

.services-buttons {
    display: flex;
    flex-direction: column;
}

.services-detail-box {
    height: 280px;
    padding: 8px 0 8px 20px;
    border-left: 1px solid #d9ebe5;
    overflow-y: auto;
    box-sizing: border-box;
}

.services-detail {
    display: none;
}

.services-detail.active {
    display: block;
}

.services-detail a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #43586d;
    font-size: 15px;
    line-height: 24px;
    transition: 0.2s;
    font-family: sans-serif;
}

.services-detail a:hover {
    background: #e8f7f0;
    color: #0b9c71;
}

.services-detail i {
    width: 16px;
    color: #00b1ba;
    text-align: center;
}

.writing {
    background: #14bfc952;
}

.editing {
    background: #14bfc952;
}

.implementing {
    background: #14bfc952;
}

.publication {
    background: #14bfc952;
}

.phd {
    background: #14bfc952;
}

.home-menu {
    display: none;
}

/* =========================
   MOBILE
========================= */

.mobile-menu-btn {
    display: none;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}

.mobile-menu-btn span {
    font-size: 35px;
}

/* RESPONSIVE */

@media (min-width: 320px) and (max-width: 375px) {

    .main-nav {
        /* width: calc(100% - 30px); */
        /* margin: 15px auto; */
        flex-wrap: wrap;
        min-height: 0;
        padding: 10px 15px;
        position: sticky;
        top: 50px;
    }

    .logoimag {
        width: calc(100% - 50px);
        flex: 0 1 calc(100% - 50px);
    }

    .nav-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1001;
        flex: 0 1 100%;
        order: 3;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 12px;
        height: auto;
        margin-top: 0px;
        padding: 4px 0 8px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .main-nav.menu-open .nav-items {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: 0px;
    }

    .tyekon-navlog {
        width: 48%;
        display: flex;
        margin: auto;
    }

    .top-contact-bar {
        min-height: 50px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .top-contact-tagline {
        display: none;
    }

    .top-contact-details {
        width: 100%;
        justify-content: center;
    }

    .top-contact-details a {
        padding: 0 8px;
    }

    .top-contact-details .material-symbols-outlined {
        font-size: 18px;
    }

    .top-contact-details .india-flag {
        font-size: 18px;
    }

    .nav-item.active::after {
        height: 0px;
        background: #03b0b4;
    }

    .nav-item {
        flex: 0 0 auto;
        width: 100%;
        min-height: 62px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .nav-icon span {
        font-size: 22px;
    }

    .nav-title {
        font-size: 15px;
        line-height: 1.2;
        margin-right: 10px;
    }

    .nav-arrow {
        font-size: 15px !important;
    }

    .mega-menu {
        position: fixed;
        top: 0;
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
        max-height: max-content;
        margin: 0 0 0 0px;
        padding: 18px 16px;
        /* overflow-y: auto; */
        box-sizing: border-box;
        /* z-index: 1002; */
        /* border-top-left-radius: 0; */
        /* border-top-right-radius: 0; */
    }

    .mega-content,
    .mega-panel.show {
        width: 100%;
    }

    .profile-card,
    .mega-column {
        width: 100%;
        max-width: none;
        border-right: none;
        /* border-bottom: 1px solid #dceee8; */
    }

    .services-column {
        min-width: 0;
    }

    .services-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-buttons {
        display: contents;
    }

    .services-detail-box {
        min-height: 0;
        padding: 8px 0 0;
        border-left: none;
        /* border-top: 1px solid #d9ebe5; */
    }

}

@media (min-width: 376px) and (max-width: 425px) {

    .main-nav {
        /* width: calc(100% - 30px); */
        /* margin: 15px auto; */
        flex-wrap: wrap;
        min-height: 0;
        padding: 10px 15px;
        position: sticky;
        top: 50px;
    }

    .logoimag {
        width: calc(100% - 50px);
        flex: 0 1 calc(100% - 50px);
    }

    .nav-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1001;
        flex: 0 1 100%;
        order: 3;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 12px;
        height: auto;
        margin-top: 0px;
        padding: 4px 0 8px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .main-nav.menu-open .nav-items {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: 0px;
    }

    .tyekon-navlog {
        width: 48%;
        display: flex;
        margin: auto;
    }

    .top-contact-bar {
        min-height: 50px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .top-contact-tagline {
        display: none;
    }

    .top-contact-details {
        width: 100%;
        justify-content: center;
    }

    .top-contact-details a {
        padding: 0 8px;
    }

    .top-contact-details .material-symbols-outlined {
        font-size: 18px;
    }

    .top-contact-details .india-flag {
        font-size: 18px;
    }

    .nav-item.active::after {
        height: 0px;
        background: #03b0b4;
    }

    .nav-item {
        flex: 0 0 auto;
        width: 100%;
        min-height: 62px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .nav-icon span {
        font-size: 22px;
    }

    .nav-title {
        font-size: 15px;
        line-height: 1.2;
        margin-right: 10px;
    }

    .nav-arrow {
        font-size: 15px !important;
    }

    .mega-menu {
        position: fixed;
        top: 0;
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
        max-height: max-content;
        margin: 0 0 0 0px;
        padding: 18px 16px;
        /* overflow-y: auto; */
        box-sizing: border-box;
        /* z-index: 1002; */
        /* border-top-left-radius: 0; */
        /* border-top-right-radius: 0; */
    }

    .mega-content,
    .mega-panel.show {
        width: 100%;
    }

    .profile-card,
    .mega-column {
        width: 100%;
        max-width: none;
        border-right: none;
        /* border-bottom: 1px solid #dceee8; */
    }

    .services-column {
        min-width: 0;
    }

    .services-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-buttons {
        display: contents;
    }

    .services-detail-box {
        min-height: 0;
        padding: 8px 0 0;
        border-left: none;
        /* border-top: 1px solid #d9ebe5; */
    }

}

@media (min-width: 426px) and (max-width: 767px) {
    .main-nav {
        /* width: calc(100% - 30px); */
        /* margin: 15px auto; */
        flex-wrap: wrap;
        min-height: 0;
        padding: 10px 15px;
        position: sticky;
        top: 50px;
    }

    .logoimag {
        width: calc(100% - 50px);
        flex: 0 1 calc(100% - 50px);
    }

    .nav-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1001;
        flex: 0 1 100%;
        order: 3;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 12px;
        height: auto;
        margin-top: 0px;
        padding: 4px 0 8px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .main-nav.menu-open .nav-items {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: 0px;
    }

    .tyekon-navlog {
        width: 28%;
        display: flex;
        margin: auto;
    }

    .top-contact-bar {
        min-height: 50px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .top-contact-tagline {
        display: none;
    }

    .top-contact-details {
        width: 100%;
        justify-content: center;
    }

    .top-contact-details a {
        padding: 0 8px;
    }

    .top-contact-details .material-symbols-outlined {
        font-size: 18px;
    }

    .top-contact-details .india-flag {
        font-size: 18px;
    }

    .nav-item.active::after {
        height: 0px;
        background: #03b0b4;
    }

    .nav-item {
        flex: 0 0 auto;
        width: 100%;
        min-height: 62px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .nav-icon span {
        font-size: 22px;
    }

    .nav-title {
        font-size: 15px;
        line-height: 1.2;
        margin-right: 10px;
    }

    .nav-arrow {
        font-size: 15px !important;
    }

    .mega-menu {
        position: fixed;
        top: 0;
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
        max-height: max-content;
        margin: 0 0 0 0px;
        padding: 18px 16px;
        /* overflow-y: auto; */
        box-sizing: border-box;
        /* z-index: 1002; */
        /* border-top-left-radius: 0; */
        /* border-top-right-radius: 0; */
    }

    .mega-content,
    .mega-panel.show {
        width: 100%;
    }

    .profile-card,
    .mega-column {
        width: 100%;
        max-width: none;
        border-right: none;
        /* border-bottom: 1px solid #dceee8; */
    }

    .services-column {
        min-width: 0;
    }

    .services-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-buttons {
        display: contents;
    }

    .services-detail-box {
        min-height: 0;
        padding: 8px 0 0;
        border-left: none;
        /* border-top: 1px solid #d9ebe5; */
    }

}

@media (min-width: 768px) and (max-width: 850px) {

    .main-nav {
        /* width: calc(100% - 30px); */
        /* margin: 15px auto; */
        flex-wrap: wrap;
        min-height: 0;
        padding: 10px 15px;
        position: sticky;
        top: 50px;
    }

    .logoimag {
        width: calc(100% - 50px);
        flex: 0 1 calc(100% - 50px);
    }

    .nav-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1001;
        flex: 0 1 100%;
        order: 3;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 12px;
        height: auto;
        margin-top: 0px;
        padding: 4px 0 8px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .main-nav.menu-open .nav-items {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: 0px;
    }

    .tyekon-navlog {
        width: 24%;
        display: flex;
        margin: auto;
    }

    .top-contact-bar {
        min-height: 50px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .top-contact-tagline {
        display: none;
    }

    .top-contact-details {
        width: 100%;
        justify-content: center;
    }

    .top-contact-details a {
        padding: 0 8px;
    }

    .top-contact-details .material-symbols-outlined {
        font-size: 18px;
    }

    .top-contact-details .india-flag {
        font-size: 18px;
    }

    .nav-item.active::after {
        height: 0px;
        background: #03b0b4;
    }

    .nav-item {
        flex: 0 0 auto;
        width: 100%;
        min-height: 62px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .nav-icon span {
        font-size: 22px;
    }

    .nav-title {
        font-size: 15px;
        line-height: 1.2;
        margin-right: 10px;
    }

    .nav-arrow {
        font-size: 15px !important;
    }

    .mega-menu {
        position: fixed;
        top: 0;
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
        max-height: max-content;
        margin: 0 0 0 0px;
        padding: 18px 16px;
        /* overflow-y: auto; */
        box-sizing: border-box;
        /* z-index: 1002; */
        /* border-top-left-radius: 0; */
        /* border-top-right-radius: 0; */
    }

    .mega-content,
    .mega-panel.show {
        width: 100%;
    }

    .profile-card,
    .mega-column {
        width: 100%;
        max-width: none;
        border-right: none;
        /* border-bottom: 1px solid #dceee8; */
    }

    .services-column {
        min-width: 0;
    }

    .services-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-buttons {
        display: contents;
    }

    .services-detail-box {
        min-height: 0;
        padding: 8px 0 0;
        border-left: none;
        /* border-top: 1px solid #d9ebe5; */
    }
}

@media (min-width: 851px) and (max-width: 991px) {
    .main-nav {
        /* width: calc(100% - 30px); */
        /* margin: 15px auto; */
        flex-wrap: wrap;
        min-height: 0;
        padding: 10px 15px;
        position: sticky;
        top: 50px;
    }

    .logoimag {
        width: calc(100% - 50px);
        flex: 0 1 calc(100% - 50px);
    }

    .nav-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1001;
        flex: 0 1 100%;
        order: 3;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 12px;
        height: auto;
        margin-top: 0px;
        padding: 4px 0 8px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .main-nav.menu-open .nav-items {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: 0px;
    }

    .tyekon-navlog {
        width: 22%;
        display: flex;
        margin: auto;
    }

    .top-contact-bar {
        min-height: 50px;
        padding: 7px 15px;
        font-size: 12px;
    }

    .top-contact-tagline {
        display: none;
    }

    .top-contact-details {
        width: 100%;
        justify-content: center;
    }

    .top-contact-details a {
        padding: 0 8px;
    }

    .top-contact-details .material-symbols-outlined {
        font-size: 18px;
    }

    .top-contact-details .india-flag {
        font-size: 18px;
    }

    .nav-item.active::after {
        height: 0px;
        background: #03b0b4;
    }

    .nav-item {
        flex: 0 0 auto;
        width: 100%;
        min-height: 62px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .nav-icon span {
        font-size: 22px;
    }

    .nav-title {
        font-size: 15px;
        line-height: 1.2;
        margin-right: 10px;
    }

    .nav-arrow {
        font-size: 15px !important;
    }

    .mega-menu {
        position: fixed;
        top: 0;
        left: 15px;
        right: 15px;
        width: auto;
        max-width: none;
        max-height: max-content;
        margin: 0 0 0 0px;
        padding: 18px 16px;
        /* overflow-y: auto; */
        box-sizing: border-box;
        /* z-index: 1002; */
        /* border-top-left-radius: 0; */
        /* border-top-right-radius: 0; */
    }

    .mega-content,
    .mega-panel.show {
        width: 100%;
    }

    .profile-card,
    .mega-column {
        width: 100%;
        max-width: none;
        border-right: none;
        /* border-bottom: 1px solid #dceee8; */
    }

    .services-column {
        min-width: 0;
    }

    .services-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-buttons {
        display: contents;
    }

    .services-detail-box {
        min-height: 0;
        padding: 8px 0 0;
        border-left: none;
        /* border-top: 1px solid #d9ebe5; */
    }

}

@media (min-width: 992px) and (max-width: 1023px) {

    .logoimag {
        width: 180px;
    }

    .nav-title {
        font-size: 15px;
    }

    .nav-icon {
        width: 42px;
        height: 42px;
    }

    .mega-column {
        padding: 5px 15px;
    }

    .top-contact-tagline .material-symbols-outlined {
        font-size: 20px;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {
    .logoimag {
        width: 180px;
    }

    .nav-title {
        font-size: 15px;
    }

    .nav-icon {
        width: 42px;
        height: 42px;
    }

    .mega-column {
        padding: 5px 15px;
    }

    .top-contact-tagline .material-symbols-outlined {
        font-size: 20px;
    }

    .tyekon-navlog {
        width: 100%;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .top-contact-tagline .material-symbols-outlined {
        font-size: 20px;
    }

    .tyekon-navlog {
        width: 92%;
    }

}

@media (min-width: 1440px) {
    .top-contact-tagline .material-symbols-outlined {
        font-size: 22px;
    }
}

@media (min-width: 1536px) {
    .top-contact-tagline .material-symbols-outlined {
        font-size: 22px;
    }
}

@media (min-width: 1920px) {
    .nav-title {
        font-size: 16px;
        text-align: center;
    }

    .tyekon-navlog {
        width: 94%;
    }
}