#main-navigation-wrapper .navbar-nav li .alkamak-mega-menu {
    background: #ebebeb;
    border-top: 3px solid #14A3A0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
    display: grid !important;
    grid-template-columns: repeat(2, 216px);
    left: 0;
    max-width: calc(100vw - 40px);
    min-width: 0 !important;
    padding: 8px;
    right: auto !important;
    width: auto !important;
}

/* Keep the footer CTA hover layer inside the button on every page context. */
.solution-available .contactus-btn.hvr-bounce-to-right {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    transition: color .45s ease;
    vertical-align: middle;
}

.solution-available .contactus-btn.hvr-bounce-to-right::before {
    bottom: 0;
    background: #333;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s ease-out;
    z-index: -1;
}

.solution-available .contactus-btn.hvr-bounce-to-right:hover,
.solution-available .contactus-btn.hvr-bounce-to-right:focus,
.solution-available .contactus-btn.hvr-bounce-to-right:active {
    color: #fff;
}

.solution-available .contactus-btn.hvr-bounce-to-right:hover::before,
.solution-available .contactus-btn.hvr-bounce-to-right:focus::before,
.solution-available .contactus-btn.hvr-bounce-to-right:active::before {
    transform: scaleX(1);
}

body.alkamak-search-open {
    overflow: hidden;
}

/* Shared quote-button hover; page-specific effect styles are not always loaded. */
#main-navigation-wrapper .header-requestbtn.header2-requestbtn {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    transition: color .45s ease;
}

#main-navigation-wrapper .header-requestbtn.header2-requestbtn::before {
    background: #333;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(.52, 1.2, .37, .9);
    z-index: -1;
}

#main-navigation-wrapper .header-requestbtn.header2-requestbtn:hover,
#main-navigation-wrapper .header-requestbtn.header2-requestbtn:focus-visible {
    color: #fff;
}

#main-navigation-wrapper .header-requestbtn.header2-requestbtn:hover::before,
#main-navigation-wrapper .header-requestbtn.header2-requestbtn:focus-visible::before {
    transform: scaleX(1);
}

.alkamak-global-search {
    align-items: flex-start;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 42px 20px;
    pointer-events: none;
    position: fixed;
    transition: opacity .22s ease;
    visibility: hidden;
    z-index: 3000;
}

.alkamak-global-search[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.alkamak-global-search-backdrop {
    background: rgba(5, 10, 14, .82);
    border: 0;
    inset: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.alkamak-global-search-panel {
    background: #fff;
    border-top: 4px solid #14A3A0;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
    max-height: calc(100vh - 84px);
    max-width: 1040px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px 36px 38px;
    position: relative;
    transform: translateY(-18px);
    transition: opacity .22s ease, transform .22s ease;
    width: 100%;
    z-index: 1;
}

.alkamak-global-search[aria-hidden="false"] .alkamak-global-search-panel {
    opacity: 1;
    transform: translateY(0);
}

.alkamak-global-search-head {
    align-items: flex-start;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.alkamak-global-search-eyebrow {
    color: #0b8582;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.alkamak-global-search-head h2 {
    color: #101820;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
    text-transform: none;
}

.alkamak-global-search-head p {
    color: #65717a;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.alkamak-global-search-close,
.alkamak-global-search-clear {
    align-items: center;
    background: #eef1f3;
    border: 0;
    color: #26323a;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
}

.alkamak-global-search-close {
    height: 42px;
    width: 42px;
}

.alkamak-global-search-close:hover,
.alkamak-global-search-close:focus,
.alkamak-global-search-clear:hover,
.alkamak-global-search-clear:focus {
    background: #101820;
    color: #fff;
    outline: 0;
}

.alkamak-global-search-box {
    margin-top: 26px;
    position: relative;
}

.alkamak-global-search-box > i {
    color: #14A3A0;
    font-size: 20px;
    left: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.alkamak-global-search-box input {
    appearance: none;
    background: #f6f8f9;
    border: 1px solid #cfd6da;
    border-radius: 3px;
    color: #101820;
    font-size: 18px;
    height: 62px;
    padding: 0 58px 0 55px;
    transition: border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

.alkamak-global-search-box input:focus {
    border-color: #14A3A0;
    box-shadow: 0 0 0 4px rgba(20, 163, 160, .13);
    outline: 0;
}

.alkamak-global-search-clear {
    height: 34px;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 34px;
}

.alkamak-global-search-clear[hidden] {
    display: none;
}

.alkamak-global-search-scope {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.alkamak-global-search-scope span {
    align-items: center;
    background: #eef1f3;
    color: #45515a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    padding: 7px 10px;
}

.alkamak-global-search-scope i {
    color: #0b8582;
}

.alkamak-global-search-status {
    border-bottom: 1px solid #e1e5e8;
    color: #65717a;
    font-size: 13px;
    font-weight: 600;
    margin-top: 22px;
    padding-bottom: 14px;
}

.alkamak-global-search-status[data-state="loading"] {
    color: #0b8582;
}

.alkamak-global-search-status[data-state="error"] {
    color: #a12822;
}

.alkamak-global-search-results {
    column-count: 2;
    column-gap: 26px;
    margin-top: 22px;
}

.alkamak-search-group {
    break-inside: avoid;
    display: inline-block;
    margin: 0 0 26px;
    width: 100%;
}

.alkamak-search-group header {
    align-items: center;
    background: #eef1f3;
    border-left: 4px solid #14A3A0;
    border-right: 1px solid #cbd3d8;
    border-top: 1px solid #cbd3d8;
    display: grid;
    gap: 9px;
    grid-template-columns: 30px 1fr auto;
    margin: 0;
    min-height: 48px;
    padding: 8px 10px 8px 8px;
}

.alkamak-search-group-icon {
    align-items: center;
    background: #101820;
    color: #fff;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.alkamak-search-group h3 {
    color: #101820;
    font-size: 15px;
    font-weight: 900;
    margin: 0;
    text-transform: none;
}

.alkamak-search-group header > strong {
    align-items: center;
    background: #101820;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    padding: 0 7px;
}

.alkamak-search-items {
    border: 1px solid #cbd3d8;
}

.alkamak-search-result {
    align-items: center;
    background: #fff;
    color: #172129;
    display: grid;
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 72px;
    padding: 9px 12px;
    text-decoration: none;
    transition: background .16s ease, box-shadow .16s ease;
}

.alkamak-search-result + .alkamak-search-result {
    border-top: 1px solid #cbd3d8;
}

.alkamak-search-result:hover,
.alkamak-search-result:focus {
    background: #f0f8f7;
    box-shadow: inset 3px 0 #14A3A0;
    color: #101820;
    outline: 0;
    text-decoration: none;
}

.alkamak-search-result-media {
    align-items: center;
    background: #f2f4f5;
    display: flex;
    height: 52px;
    justify-content: center;
    overflow: hidden;
    width: 52px;
}

.alkamak-search-result-media img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.alkamak-search-placeholder {
    color: #14A3A0;
    font-size: 18px;
}

.alkamak-search-result-copy {
    display: block;
    min-width: 0;
}

.alkamak-search-result-copy strong,
.alkamak-search-result-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alkamak-search-result-copy strong {
    font-size: 14px;
    line-height: 1.35;
}

.alkamak-search-result-copy small {
    color: #758089;
    font-size: 11px;
    margin-top: 5px;
}

.alkamak-search-result-action {
    color: #0b8582;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.alkamak-search-result-action i {
    margin-left: 4px;
}

.alkamak-search-empty-visual {
    align-items: center;
    color: #aab2b8;
    display: flex;
    font-size: 32px;
    column-span: all;
    justify-content: center;
    min-height: 90px;
}

@media (max-width: 767px) {
    .alkamak-global-search {
        padding: 0;
    }

    .alkamak-global-search-panel {
        border-top-width: 3px;
        height: 100vh;
        max-height: none;
        padding: 24px 18px 30px;
    }

    .alkamak-global-search-head {
        gap: 15px;
    }

    .alkamak-global-search-head h2 {
        font-size: 24px;
    }

    .alkamak-global-search-head p {
        font-size: 13px;
    }

    .alkamak-global-search-close {
        height: 38px;
        width: 38px;
    }

    .alkamak-global-search-box {
        margin-top: 20px;
    }

    .alkamak-global-search-box input {
        font-size: 16px;
        height: 56px;
        padding-left: 49px;
    }

    .alkamak-global-search-box > i {
        left: 16px;
    }

    .alkamak-global-search-clear {
        right: 11px;
        top: 11px;
    }

    .alkamak-global-search-results {
        column-count: 1;
    }

    .alkamak-search-result {
        grid-template-columns: 48px minmax(0, 1fr) 20px;
    }

    .alkamak-search-result-media {
        height: 48px;
        width: 48px;
    }

    .alkamak-search-result-action {
        font-size: 0;
    }

    .alkamak-search-result-action i {
        font-size: 16px;
        margin: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .alkamak-global-search,
    .alkamak-global-search-panel {
        transition: none;
    }
}

.alkamak-nav-language-slot {
    align-items: center;
    display: inline-flex;
    float: right;
    height: 68px;
    margin: 0 10px 0 6px;
}

.alkamak-nav-language-slot-mobile {
    display: none;
}

.alkamak-language-switch {
    align-items: center;
    background: #111820;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    display: inline-flex;
    gap: 4px;
    padding: 3px;
    white-space: nowrap;
}

.alkamak-language-switch a {
    align-items: center;
    border-radius: 999px;
    color: rgba(255, 255, 255, .76);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 5px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    min-width: 34px;
    padding: 0 7px;
    position: relative;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.alkamak-language-switch a:hover,
.alkamak-language-switch a:focus,
.alkamak-language-switch a.is-active {
    background: #fff;
    color: #101820;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    text-decoration: none;
}

.alkamak-language-flag {
    font-size: 15px;
    line-height: 1;
}

.alkamak-language-tooltip {
    background: #101820;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    left: 50%;
    line-height: 1;
    opacity: 0;
    padding: 7px 9px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 9px);
    transform: translateX(-50%) translateY(-4px);
    transition: opacity .16s ease, transform .16s ease;
    white-space: nowrap;
    z-index: 30;
}

.alkamak-language-tooltip::before {
    border-bottom: 5px solid #101820;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    top: -5px;
    transform: translateX(-50%);
}

.alkamak-language-switch a:hover .alkamak-language-tooltip,
.alkamak-language-switch a:focus .alkamak-language-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (min-width: 992px) {
    #main-navigation-wrapper #main-navigation {
        align-items: center;
        display: flex !important;
    }

    #main-navigation-wrapper #main-navigation > .nav {
        flex: 1 1 auto;
    }

    #main-navigation-wrapper #main-navigation > .search-column.search-fl {
        align-items: center;
        display: inline-flex;
        flex: 0 0 auto;
        float: none !important;
        height: 68px;
        margin: 0 0 0 10px;
        order: 1;
    }

    #main-navigation-wrapper #main-navigation > .alkamak-nav-language-slot-desktop {
        flex: 0 0 auto;
        float: none !important;
        order: 2;
    }

    #main-navigation-wrapper #main-navigation > .header-requestbtn.header2-requestbtn {
        flex: 0 0 auto;
        float: none !important;
        order: 3;
    }
}

@media (max-width: 991px) {
    #main-navigation-wrapper .navbar-header {
        align-items: center;
        display: flex;
    }

    #main-navigation-wrapper .logo-menu {
        flex: 1 1 auto;
    }

    #main-navigation-wrapper .navbar-toggle {
        flex: 0 0 auto;
        margin-left: 0 !important;
        order: 3;
    }

    .alkamak-nav-language-slot-desktop {
        display: none;
    }

    .alkamak-nav-language-slot-mobile {
        display: inline-flex;
        flex: 0 0 auto;
        float: none;
        height: auto;
        margin: 0 6px 0 auto;
        order: 2;
    }

    .alkamak-language-switch {
        background: #0f171f;
        box-shadow: none;
    }

    .alkamak-language-switch a {
        height: 28px;
        min-width: 32px;
        padding: 0 7px;
    }
}

@media (max-width: 420px) {
    .alkamak-language-switch a {
        min-width: 30px;
        padding: 0 5px;
    }
}

header.header2 > .container {
    max-width: none;
    padding-left: max(15px, calc((100vw - 1170px) / 2 - 50px));
    padding-right: 15px;
    width: 100%;
}

header.header2 > .container > .row {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
}

header.header2 > .container > .row > .display-block {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
}

header.header2 > .container > .row > .pull-right {
    align-items: center;
    display: flex;
    flex: 1 1 calc(100% - 300px);
    gap: 18px;
    justify-content: flex-start;
    margin-left: auto;
    max-width: calc(100% - 300px);
    min-width: 0;
    padding-left: 48px;
    width: auto;
}

header.header2 .alkamak-header-logo {
    align-items: center;
    height: 104px;
}

header.header2 ul.header-info {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    float: none;
    gap: 18px;
    justify-content: flex-start;
    margin: 0;
    min-height: 104px;
    min-width: 0;
    width: auto;
}

header.header2 ul.header-info li {
    align-items: center;
    border-right: 0;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin-right: 0;
    min-height: 44px;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    width: auto !important;
}

header.header2 ul.header-info li.address {
    flex: 0 1 auto;
    min-width: 0;
    padding-right: 0;
}

header.header2 ul.header-info li.phn,
header.header2 ul.header-info li.mail {
    flex: 0 0 auto;
    padding-right: 0;
}

header.header2 ul.header-info li:before {
    content: none;
}

header.header2 .header-info-link {
    align-items: center;
    color: #4b4b4b;
    display: inline-flex;
    gap: 9px;
    line-height: 1.2;
}

header.header2 .header-info-link:hover,
header.header2 .header-info-link:focus {
    color: #14A3A0;
}

header.header2 .header-info-link i {
    color: #14A3A0;
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

header.header2 .header-info-link span {
    display: block;
}

.alkamak-phone-links {
    display: flex !important;
    flex-direction: column;
    gap: 3px;
    line-height: 1.25;
}

.alkamak-phone-links a {
    color: inherit;
    display: block;
    white-space: nowrap;
}

.alkamak-phone-links a:hover,
.alkamak-phone-links a:focus {
    color: #14A3A0;
}

header.header2 .alkamak-phone-group {
    cursor: default;
}

header.header2 .alkamak-phone-group .alkamak-phone-links {
    font-size: 13px;
}

header.header2 .header-socials {
    align-items: center;
    display: flex !important;
    flex: 0 0 auto;
    gap: 6px;
    margin: 0;
}

header.header2 .header-socials a {
    display: inline-flex;
}

.alkamak-mobile-menu-contact {
    display: none;
}

#main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
    display: none;
}

#main-navigation-wrapper .nav > li.dropdown {
    position: relative;
}

#main-navigation-wrapper .nav > li.dropdown > a {
    padding-right: 28px;
}

#main-navigation-wrapper .nav > li.dropdown > .alkamak-nav-caret {
    align-items: center;
    color: rgba(255, 255, 255, .82);
    display: inline-flex !important;
    font-size: 10px;
    height: 68px;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 0;
    transform: rotate(0deg) translateY(0);
    transform-origin: center;
    transition:
        transform .42s cubic-bezier(.22, 1, .36, 1),
        color .24s ease,
        opacity .24s ease;
    width: 12px;
}

#main-navigation-wrapper .nav > li.dropdown:hover > .alkamak-nav-caret,
#main-navigation-wrapper .nav > li.dropdown:focus-within > .alkamak-nav-caret {
    color: #14A3A0;
    transform: rotate(180deg) translateY(1px);
}

#main-navigation-wrapper.navbar-default .navbar-nav > li.is-active > a,
#main-navigation-wrapper.navbar-default .navbar-nav > li.is-active > a:focus,
#main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
    color: #14A3A0;
}

#main-navigation-wrapper .nav > li.is-active > .alkamak-nav-caret {
    color: #14A3A0;
}

@media (min-width: 992px) {
    #main-navigation-wrapper .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #main-navigation-wrapper .nav > li.dropdown > a {
        padding-left: 15px;
        padding-right: 28px;
    }

    #main-navigation-wrapper .nav > li.dropdown > .alkamak-nav-caret {
        right: 10px;
    }
}

header.header2 ul.header-info li.phn br {
    display: none;
}

header.header2 ul.header-info li.phn a {
    margin-left: 0;
}

header.header2:before {
    border-right-width: 96px;
    border-top-width: 172px;
    display: none;
    width: 25%;
}

#main-navigation-wrapper.navbar2-wrap {
    margin-top: 0 !important;
    position: relative;
}

#main-navigation-wrapper.navbar2-wrap.sticky_header {
    animation: alkamak-sticky-header-in 260ms ease-out;
    height: 64px;
    min-height: 64px;
    position: fixed;
}

@keyframes alkamak-sticky-header-in {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    #main-navigation-wrapper.navbar2-wrap.sticky_header {
        animation: none;
    }
}

#main-navigation-wrapper.navbar2-wrap:before {
    background: #14A3A0;
    content: "";
    display: none;
    height: 64px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc((100vw - 1170px) / 2 + 300px);
    z-index: 0;
}

#main-navigation-wrapper.navbar2-wrap > .container {
    position: relative;
    z-index: 1;
}

.alkamak-sticky-nav-logo {
    display: none;
}

/* Keep the out-of-flow logo only while the viewport gutter can contain it. */
@media (min-width: 1700px) {
    #main-navigation-wrapper.sticky_header .alkamak-sticky-nav-logo {
        align-items: center;
        display: flex;
        height: 64px;
        justify-content: center;
        left: 120px;
        position: absolute;
        top: 0;
        width: 140px;
        z-index: 2;
    }

    #main-navigation-wrapper.sticky_header .alkamak-sticky-nav-logo img {
        display: block;
        height: auto;
        max-height: 50px;
        max-width: 140px;
        object-fit: contain;
        width: 100%;
    }
}

@media (max-width: 991px) {
    header.header2 > .container {
        display: none;
    }

    header.header2 {
        background: #131313;
    }

    header.header2 #main-navigation-wrapper.navbar2-wrap {
        background: #131313;
        margin-bottom: 0;
    }

    header.header2 .navbar-header {
        align-items: center;
        background: #131313;
        display: flex;
        justify-content: space-between;
        height: 64px;
        min-height: 64px;
        padding: 0 5px;
    }

    header.header2 .logo-menu {
        align-items: center;
        display: flex;
        margin: 0;
        max-width: 190px;
        padding: 0;
    }

    header.header2 .logo-menu img {
        display: block;
        float: none;
        height: auto;
        width: 100%;
    }

    header.header2 .navbar-toggle {
        align-items: center;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        margin-left: auto;
        height: 44px;
        min-height: 44px;
        padding: 0;
        width: 36px;
    }

    header.header2 .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    #main-navigation-wrapper .navbar-collapse {
        background: #131313;
        text-align: left;
    }

    #main-navigation-wrapper .nav > li {
        position: relative;
    }

    #main-navigation-wrapper .nav > li > a {
        color: #fff;
        padding-right: 18px;
    }

    #main-navigation-wrapper .nav > li > a.active,
    #main-navigation-wrapper .nav > li:hover > a {
        background: #0e0e0e;
        color: #14A3A0;
    }

    #main-navigation-wrapper .nav > li > i.fa {
        display: block !important;
    }

    #main-navigation-wrapper .nav > li.dropdown {
        display: block;
    }

    #main-navigation-wrapper .nav > li.dropdown > a {
        display: block;
        min-width: 0;
        padding-right: 50px;
        width: 100%;
    }

    #main-navigation-wrapper .nav > li.dropdown > .dropdown-submenu {
        display: none;
        width: 100%;
    }

    #main-navigation-wrapper.navbar2-wrap:before {
        display: none;
    }

    #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu {
        background: #131313 !important;
        box-shadow: none !important;
        grid-template-columns: 1fr !important;
    }

    #main-navigation-wrapper .dropdown-submenu li a,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu li a,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu li a {
        background: #131313 !important;
        color: #fff !important;
        border-bottom-color: #14A3A0 !important;
    }

    #main-navigation-wrapper .dropdown-submenu > li > a strong,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu li a strong,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu li a strong {
        background: #14A3A0;
        color: #111;
    }

    #main-navigation-wrapper .nav > li.dropdown.dropdown-active > a {
        border-bottom-color: #14A3A0 !important;
    }

    #main-navigation-wrapper .nav > li:last-child > a {
        border-bottom-color: #14A3A0 !important;
    }

    #main-navigation-wrapper .nav > li > a {
        border-bottom-color: #14A3A0 !important;
    }

    #main-navigation-wrapper .dropdown-submenu > li > a,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu li a,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu li a {
        border-bottom-color: #14A3A0 !important;
    }

    #main-navigation-wrapper .header-requestbtn.header2-requestbtn {
        display: table !important;
        float: none !important;
        font-size: 12px;
        background: #14A3A0 !important;
        color: #000 !important;
        line-height: 1.1;
        margin: 12px auto 0;
        max-width: none;
        min-width: 0;
        padding: 8px 14px !important;
        text-align: center;
        width: auto !important;
    }

    #main-navigation-wrapper .header-requestbtn.header2-requestbtn:before {
        display: none !important;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact {
        padding: 12px 20px 8px;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-socials {
        margin: 10px 0 0;
        padding-bottom: 14px;
    }

    #main-navigation-wrapper .nav > li.dropdown > .alkamak-nav-caret,
    i.fa.fa-chevron-down {
        color: #14A3A0;
        display: inline-flex !important;
        float: none;
        height: auto;
        justify-content: center;
        line-height: 1;
        pointer-events: auto;
        padding: 13px 16px;
        position: absolute;
        right: 9px;
        top: 0;
        transform: rotate(0deg);
        transition:
            transform .42s cubic-bezier(.22, 1, .36, 1),
            color .24s ease,
            background .24s ease;
        width: auto;
        z-index: 2;
    }

    #main-navigation-wrapper .nav > li.dropdown:hover > .alkamak-nav-caret,
    #main-navigation-wrapper .nav > li.dropdown:focus-within > .alkamak-nav-caret {
        transform: rotate(0deg);
    }

    #main-navigation-wrapper .nav > li.dropdown > .alkamak-nav-caret.DDopen {
        transform: rotate(180deg);
    }

    #main-navigation-wrapper .nav > li > a {
        border-bottom-color: #14A3A0 !important;
    }

    #main-navigation-wrapper .dropdown-submenu > li > a,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu li a,
    #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu li a {
        border-bottom-color: #14A3A0 !important;
    }
}

#main-navigation-wrapper .alkamak-mega-menu li {
    display: block;
    vertical-align: top;
    width: auto !important;
}

#main-navigation-wrapper .alkamak-mega-menu li a {
    align-items: center;
    border-bottom: 1px solid #d5d0c4;
    color: #242424;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 1.25;
    min-height: 35px;
    overflow-wrap: anywhere;
    padding: 9px 11px;
    white-space: normal;
}

#main-navigation-wrapper .alkamak-mega-menu li a span {
    flex: 1 1 auto;
    min-width: 0;
}

#main-navigation-wrapper .alkamak-mega-menu li a strong {
    align-items: center;
    background: #242424;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.1;
    min-width: 27px;
    padding: 4px 8px 5px;
}

#main-navigation-wrapper .alkamak-mega-menu li a:hover,
#main-navigation-wrapper .alkamak-mega-menu li a:focus {
    background: #14A3A0;
    color: #111;
}

#main-navigation-wrapper .alkamak-mega-menu li a:hover strong,
#main-navigation-wrapper .alkamak-mega-menu li a:focus strong {
    background: #111;
    color: #14A3A0;
}

#main-navigation-wrapper .alkamak-mega-menu .alkamak-menu-feature {
    width: auto !important;
}

#main-navigation-wrapper .alkamak-mega-menu .alkamak-menu-feature a {
    background: #151515;
    border: 0;
    color: #fff;
    min-height: 35px;
}

#main-navigation-wrapper .alkamak-mega-menu .alkamak-menu-feature a strong {
    background: #14A3A0;
    border-color: rgba(20, 163, 160, .4);
    color: #111;
}

#main-navigation-wrapper .alkamak-brand-menu {
    min-width: 0 !important;
    width: auto !important;
}

.alkamak-brand-card {
    background: #fff;
}

.alkamak-brand-card img {
    height: 92px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.alkamak-contact-aside h2 {
    color: #fff;
}

.ftr-logo {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    padding: 12px 0;
    position: relative;
    transition: filter 280ms ease, transform 280ms cubic-bezier(.2, .75, .25, 1);
}

.ftr-logo img {
    height: auto;
    max-height: 82px;
    max-width: 260px;
    object-fit: contain;
    transition: opacity 280ms ease;
    width: 100%;
}

.ftr-logo::after {
    background: #14a3a0;
    bottom: 4px;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transition: transform 280ms cubic-bezier(.2, .75, .25, 1);
    width: 42px;
}

.ftr-logo:hover,
.ftr-logo:focus-visible {
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .28));
    transform: translateY(-4px) scale(1.025);
}

.ftr-logo:hover::after,
.ftr-logo:focus-visible::after {
    transform: translateX(-50%) scaleX(1);
}

.ftr-logo:active {
    transform: translateY(-1px) scale(.99);
}

@media (prefers-reduced-motion: reduce) {
    .ftr-logo,
    .ftr-logo img,
    .ftr-logo::after {
        transition: none;
    }
}

ul.footer-info li a {
    color: inherit;
}

ul.footer-info li.ftr-loc a span {
    display: block;
}

ul.footer-info li.ftr-phn {
    padding-bottom: 14px;
    padding-top: 2px;
}

ul.footer-info li.ftr-phn .alkamak-phone-links {
    gap: 4px;
}

ul.footer-info li a:hover,
ul.footer-info li a:focus {
    color: #fff;
}

.alkamak-contact-phone-item {
    align-items: flex-start;
}

.alkamak-contact-phone-item .alkamak-phone-links {
    gap: 6px;
}

ul.footer-info li.ftr-support span,
ul.footer-info li.ftr-support small {
    display: block;
}

ul.footer-info li.ftr-support small {
    color: #969696;
    font-size: 13px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    ul.footer-info li {
        margin-right: 24px;
        padding-right: 24px;
    }

    ul.footer-info li:last-child {
        margin-right: 0;
        padding-right: 0;
    }
}

.alkamak-about-intro.bestthing-section.why-choose-section {
    align-items: stretch;
    display: flex;
    height: auto;
    min-height: 0;
    padding: 0;
}

.alkamak-about-intro.bestthing-section.why-choose-section .bestthing-text-column {
    padding-bottom: 58px;
    padding-top: 58px;
    width: 100%;
}

.alkamak-about-intro.bestthing-section.why-choose-section > .container {
    margin: 0;
    max-width: none;
    padding-left: max(15px, calc((100vw - 1170px) / 2));
    padding-right: 46px;
    width: 50%;
}

.alkamak-about-intro.bestthing-section.why-choose-section > .container .row {
    margin-left: 0;
    margin-right: 0;
}

.alkamak-about-intro.bestthing-section.why-choose-section > .container [class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.alkamak-about-intro .bestthing-text-column h3 {
    color: #111;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 24px;
    text-transform: none;
}

.alkamak-about-intro .bestthing-text-column p {
    color: #3f4648;
    line-height: 1.75;
    margin-bottom: 16px;
}

.alkamak-about-intro ul.choose-list {
    margin-top: 12px;
    width: 100%;
}

.alkamak-about-intro ul.choose-list li {
    color: #202020;
    font-weight: 700;
    margin-bottom: 6px;
}

.alkamak-about-showroom.bestthing-img.whychoos-img {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    max-width: none;
    overflow: visible;
    padding: 42px 34px 32px;
    position: relative;
    right: auto;
    top: auto;
    width: 50%;
}

.alkamak-about-showroom.bestthing-img.whychoos-img:before {
    display: none;
}

.alkamak-about-showroom.bestthing-img.whychoos-img:after {
    display: none;
}

.alkamak-about-showroom.bestthing-img.whychoos-img img {
    filter: none;
    height: auto;
    max-height: 580px;
    object-fit: contain;
    object-position: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.alkamak-about-principles h2 {
    color: #111;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 28px;
    text-transform: none;
}

.alkamak-about-principles p {
    color: #3f4648;
    line-height: 1.75;
}

.alkamak-about-stats.static-section {
    padding: 48px 0 54px;
}

.alkamak-home-stats.alkamak-about-stats.static-section {
    margin-bottom: 18px;
    margin-top: -46px;
}

.alkamak-about-stats.static-section ul {
    align-items: stretch;
    display: flex;
    float: none;
    justify-content: center;
    margin-top: 0;
}

.alkamak-about-stats.static-section ul li {
    align-items: center;
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
    justify-content: center;
    min-height: 94px;
    width: auto;
}

.alkamak-about-stats.static-section ul li h2 {
    font-size: 32px;
    line-height: 1.1;
    white-space: nowrap;
}

.alkamak-about-stats.static-section ul li p {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .2px;
    line-height: 1.3;
    margin: 10px 0 0;
}

.alkamak-home-brands {
    padding: 24px 0 34px;
}

.alkamak-about-brands.alkamak-home-brands {
    padding-top: 18px;
}

.alkamak-home-brands .head-section.client-head {
    align-items: center;
    display: flex;
    margin: 0 0 22px;
}

.alkamak-home-brands .head-section.client-head > [class*="col-"] {
    float: none;
}

.alkamak-home-brands .head-section.client-head h3,
.alkamak-home-brands .head-section.client-head p {
    margin: 0;
}

.alkamak-brand-marquee {
    clear: both;
    float: left;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 4px 0 34px;
    position: relative;
    width: 100vw;
}

.alkamak-brand-track {
    align-items: center;
    animation: alkamakBrandMarquee 34s linear infinite;
    display: flex;
    gap: 20px;
    width: max-content;
}

.alkamak-brand-marquee:hover .alkamak-brand-track {
    animation-play-state: paused;
}

.alkamak-brand-item.image_hover {
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    display: flex;
    flex: 0 0 248px;
    height: 138px;
    justify-content: center;
    margin: 0;
    padding: 22px;
}

.alkamak-brand-item img {
    height: 94px !important;
    max-width: 196px;
    object-fit: contain;
    transform: none !important;
    width: 100% !important;
}

@keyframes alkamakBrandMarquee {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .alkamak-about-intro.bestthing-section.why-choose-section {
        display: block;
        height: auto;
        min-height: 0;
        padding-bottom: 0;
    }

    .alkamak-about-intro.bestthing-section.why-choose-section > .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .alkamak-about-showroom.bestthing-img.whychoos-img {
        float: left;
        margin-top: 24px;
        padding: 34px 18px 24px;
        position: relative;
        width: 100%;
    }

    .alkamak-about-showroom.bestthing-img.whychoos-img img {
        height: auto;
        min-height: 0;
        max-height: 520px;
    }

    .alkamak-about-stats.static-section ul {
        flex-wrap: wrap;
        row-gap: 26px;
    }

    .alkamak-about-stats.static-section ul li {
        border-right: 1px solid #333;
        flex-basis: 33.333%;
    }

    .alkamak-about-stats.static-section ul li:nth-child(3),
    .alkamak-about-stats.static-section ul li:last-child {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .alkamak-about-intro.bestthing-section.why-choose-section .bestthing-text-column {
        padding-top: 18px;
    }

    .alkamak-about-intro .bestthing-text-column h3 {
        font-size: 24px;
    }

    .alkamak-about-intro ul.choose-list li {
        width: 100%;
    }

    .alkamak-about-stats.static-section {
        padding: 38px 0;
    }

    .alkamak-home-stats.alkamak-about-stats.static-section {
        margin-bottom: 14px;
        margin-top: -28px;
    }

    .alkamak-home-brands {
        padding: 22px 0 28px;
    }

    .alkamak-home-brands .head-section.client-head {
        display: block;
        margin-bottom: 18px;
    }

    .alkamak-home-brands .head-section.client-head > [class*="col-"] {
        width: 100%;
    }

    .alkamak-home-brands .head-section.client-head h3 {
        margin-bottom: 10px;
    }

    .alkamak-brand-item.image_hover {
        flex-basis: 194px;
        height: 112px;
        padding: 18px;
    }

    .alkamak-brand-item img {
        height: 76px !important;
        max-width: 156px;
    }

    .alkamak-about-stats.static-section ul li {
        border-right: 0;
        border-bottom: 1px solid rgba(51, 51, 51, .35);
        flex-basis: 100%;
        min-height: 82px;
    }

    .alkamak-about-stats.static-section ul li:last-child {
        border-bottom: 0;
    }
}

.alkamak-bulletin-filter {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 0 38px;
}

.alkamak-bulletin-filter a {
    background: #f6fafb;
    border: 1px solid #dde9ea;
    color: #202020;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 13px 18px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.alkamak-bulletin-filter a:active,
.alkamak-bulletin-filter a:focus {
    outline: 0;
    text-decoration: none;
}

.alkamak-bulletin-filter a:hover,
.alkamak-bulletin-filter a:focus,
.alkamak-bulletin-filter a.is-active {
    background: #111820;
    border-color: #111820;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
    color: #fff;
    transform: translateY(-1px);
}

.alkamak-bulletin-results {
    min-height: 220px;
    opacity: 1;
    position: relative;
    transition: opacity .22s ease, transform .22s ease;
}

.alkamak-bulletin-results.is-loading {
    opacity: .42;
    transform: translateY(4px);
}

.alkamak-bulletin-results-inner > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.alkamak-bulletin-featured-badge {
    align-items: center;
    background: rgba(20, 163, 160, .96);
    border-radius: 3px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    color: #101010;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    left: 16px;
    letter-spacing: .2px;
    line-height: 1;
    padding: 9px 12px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    z-index: 4;
}

.alkamak-bulletin-list-card .blog-img,
.alkamak-bulletin-detail-card .blog-img {
    aspect-ratio: 1170 / 440;
    overflow: hidden;
    position: relative;
}

.alkamak-bulletin-list-card .blog-img .image_hover,
.alkamak-bulletin-detail-card .blog-img .image_hover {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.alkamak-bulletin-list-card .blog-img .image_hover:after {
    pointer-events: none;
}

.alkamak-bulletin-list-card .blog-img .image_hover > a,
.alkamak-bulletin-list-card .blog-img .alkamak-bulletin-image-link {
    display: block;
    height: 100%;
    width: 100%;
}

.alkamak-bulletin-list-card .blog-img .alkamak-bulletin-photo-hit-area {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
}

.alkamak-bulletin-list-card .blog-img:hover .image_hover:after {
    opacity: 1;
}

.alkamak-bulletin-list-card .blog-img img,
.alkamak-bulletin-detail-card .blog-img img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.alkamak-bulletin-list-card .blog-head ul li.blog_icon,
.alkamak-bulletin-detail-card .blog-head ul li.blog_icon {
    color: #111;
    font-weight: 700;
    min-width: 170px;
    text-align: left;
    text-transform: uppercase;
}

.alkamak-bulletin-list-card .blog-timing,
.alkamak-bulletin-detail-card .blog-timing {
    background: #14A3A0;
}

.alkamak-bulletin-list-card .date_icon,
.alkamak-bulletin-detail-card .date_icon,
.alkamak-bulletin-list-card .blog_icon,
.alkamak-bulletin-detail-card .blog_icon {
    background-image: none !important;
    padding-left: 26px;
    position: relative;
}

.alkamak-bulletin-list-card .date_icon:before,
.alkamak-bulletin-detail-card .date_icon:before,
.alkamak-bulletin-list-card .blog_icon:before,
.alkamak-bulletin-detail-card .blog_icon:before {
    color: #14A3A0;
    font-family: 'FontAwesome';
    font-size: 15px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 4px;
}

.alkamak-bulletin-list-card .date_icon:before,
.alkamak-bulletin-detail-card .date_icon:before {
    content: "\f017";
}

.alkamak-bulletin-list-card .blog_icon:before,
.alkamak-bulletin-detail-card .blog_icon:before {
    content: "\f02b";
}

@media (max-width: 767px) {
    .alkamak-bulletin-filter {
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 28px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 12px 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .alkamak-bulletin-filter::-webkit-scrollbar {
        display: none;
    }

    .alkamak-bulletin-filter a {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 12px 14px;
    }

    .alkamak-bulletin-list-card .blog-img,
    .alkamak-bulletin-detail-card .blog-img {
        aspect-ratio: 16 / 10;
    }

    .alkamak-bulletin-featured-badge {
        font-size: 11px;
        left: 12px;
        padding: 8px 10px;
        top: 12px;
    }
}

.alkamak-bulletin-body {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 28px;
}

.alkamak-bulletin-detail-card .shares-col {
    align-items: center;
    background: #f4f7f8;
    border: 1px solid #dce7e8;
    border-left: 4px solid #14A3A0;
    display: flex;
    float: none;
    gap: 18px;
    justify-content: space-between;
    margin: 36px 0 48px;
    padding: 16px 18px;
    width: 100%;
}

.alkamak-bulletin-detail-card .shares-col p {
    color: #111;
    float: none;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
}

.alkamak-bulletin-detail-card .shares-col .header-socials {
    align-items: center;
    border-left: 0;
    display: flex;
    float: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.alkamak-bulletin-detail-card .shares-col .header-socials a {
    align-items: center;
    background: #111820;
    border-radius: 50%;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
    width: 38px;
}

.alkamak-bulletin-detail-card .shares-col .header-socials a:hover,
.alkamak-bulletin-detail-card .shares-col .header-socials a:focus {
    background: #14A3A0;
    transform: translateY(-2px);
}

.alkamak-bulletin-detail-card .shares-col .header-socials i,
.alkamak-bulletin-detail-card .shares-col .header-socials .alkamak-share-x-icon {
    color: #fff;
    fill: currentColor;
}

.alkamak-bulletin-detail-card .shares-col .header-socials a:hover i,
.alkamak-bulletin-detail-card .shares-col .header-socials a:focus i,
.alkamak-bulletin-detail-card .shares-col .header-socials a:hover .alkamak-share-x-icon,
.alkamak-bulletin-detail-card .shares-col .header-socials a:focus .alkamak-share-x-icon {
    color: #111;
}

.alkamak-share-x-icon {
    display: block;
    height: 15px;
    width: 15px;
}

.alkamak-related-bulletins {
    background: #f8fafb;
    border: 1px solid #e2eaeb;
    display: grid;
    float: left;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    padding: 30px;
    width: 100%;
}

.alkamak-related-bulletins h4 {
    color: #111;
    font-size: 24px;
    font-weight: 800;
    grid-column: 1 / -1;
    margin: 0 0 4px;
}

.alkamak-related-bulletins .post-list {
    align-items: center;
    background: #fff;
    border: 1px solid #e5ecec;
    color: inherit;
    display: flex;
    float: none;
    gap: 20px;
    margin-bottom: 0;
    min-height: 136px;
    padding: 15px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
    width: 100%;
}

.alkamak-related-bulletins a.post-list {
    text-decoration: none;
}

.alkamak-related-bulletins .post-list:hover {
    border-color: rgba(20, 163, 160, .55);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.alkamak-related-bulletins .post-list .post-img {
    flex: 0 0 140px;
    height: 104px;
    width: 140px;
}

.alkamak-related-bulletins .post-list .post-img img {
    border: 0;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

.alkamak-related-bulletins .post-list .post-txt {
    float: none;
    min-width: 0;
    padding-left: 0;
    width: auto;
}

.alkamak-related-bulletins .post-list .post-txt h5 {
    color: #202020;
    font-size: 17px;
    line-height: 1.45;
    margin: 0 0 12px;
}

.alkamak-related-bulletins .post-list .post-txt .read-more {
    color: #14A3A0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .alkamak-related-bulletins {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .alkamak-bulletin-detail-card .shares-col {
        align-items: flex-start;
        display: block;
    }

    .alkamak-bulletin-detail-card .shares-col .header-socials {
        margin-top: 12px;
    }

    .alkamak-related-bulletins {
        gap: 14px;
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .alkamak-related-bulletins h4 {
        font-size: 21px;
    }

    .alkamak-related-bulletins .post-list {
        gap: 14px;
        min-height: 112px;
        padding: 11px;
    }

    .alkamak-related-bulletins .post-list .post-img {
        flex-basis: 112px;
        height: 88px;
        width: 112px;
    }

    .alkamak-related-bulletins .post-list .post-txt h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {
    #main-navigation-wrapper .navbar-nav li .alkamak-mega-menu {
        border-top: 0;
        display: none !important;
        grid-template-columns: 1fr;
        box-shadow: none;
        min-width: 0;
        padding: 0;
        width: 100%;
    }

    #main-navigation-wrapper .nav > li.test > .alkamak-mega-menu {
        display: grid !important;
    }

    #main-navigation-wrapper .nav > li > .alkamak-mega-menu.opened {
        display: grid !important;
    }

    #main-navigation-wrapper .alkamak-mega-menu li,
    #main-navigation-wrapper .alkamak-mega-menu .alkamak-menu-feature {
        display: block;
        width: 100%;
    }

    #main-navigation-wrapper .alkamak-mega-menu .alkamak-menu-feature a {
        background: #f2f2f2;
        color: #242424;
        margin: 0;
        padding-left: 25px;
        width: 100%;
    }

    #main-navigation-wrapper .alkamak-mega-menu li a {
        padding-right: 25px;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact {
        background: #151515;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        margin: 8px 0 0;
        padding: 18px 20px 20px;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-info {
        display: grid;
        gap: 12px;
        margin: 0;
        min-height: 0;
        padding: 0;
        width: 100%;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-info li {
        border: 0;
        display: block;
        font-size: 13px;
        margin: 0;
        min-height: 0;
        padding: 0;
        white-space: normal;
        width: 100% !important;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-info-link {
        align-items: flex-start;
        color: #fff;
        display: flex;
        font-weight: 700;
        gap: 10px;
        line-height: 1.35;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-info-link i {
        color: #14A3A0;
        flex: 0 0 20px;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-info-link span {
        min-width: 0;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-socials {
        display: flex !important;
        gap: 8px;
        justify-content: flex-start;
        margin: 16px 0 0;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-socials i {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, .22);
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        height: 32px;
        justify-content: center;
        line-height: 1;
        margin: 0;
        width: 32px;
    }

    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-socials a:hover i,
    #main-navigation-wrapper .alkamak-mobile-menu-contact .header-socials a:focus i {
        border-color: #14A3A0;
        color: #14A3A0;
    }

}

/* Homepage machine categories */
.alkamak-home-categories .service-list-column > a {
    background: #fff;
    border: 1px solid #dfe4e7;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .07);
    display: grid;
    grid-template-rows: auto 118px;
    overflow: hidden;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.alkamak-home-categories .service-list-column > a:hover,
.alkamak-home-categories .service-list-column > a:focus-visible {
    border-color: rgba(20, 163, 160, .58);
    box-shadow: 0 14px 30px rgba(17, 24, 39, .11);
    outline: 0;
    transform: translateY(-4px);
}

.alkamak-home-categories .image_hover {
    aspect-ratio: 16 / 10;
    background: #eef1f2;
    display: block;
    overflow: hidden;
    width: 100%;
}

.alkamak-home-categories .image_hover img {
    float: none;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.alkamak-home-categories .service-list-column .service-heading {
    background-position: 18px center !important;
    border-left-width: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 118px;
    justify-content: center;
    box-shadow: none;
    min-height: 118px;
    overflow: hidden;
    padding: 16px 18px 16px 88px;
    position: relative;
}

.alkamak-home-categories .service-heading h5 {
    display: -webkit-box;
    line-height: 1.35;
    margin: 0 0 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.alkamak-home-categories .service-heading .read-more-link {
    display: block;
    line-height: 1.3;
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .alkamak-home-categories .service-list-column > a {
        transition: none;
    }
}
