@import url('https://fonts.googleapis.com/css2?family=HKGrotesk:ital,wght@0,100..900;1,100..900&family=HKGrotesk:wght@200..700&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background: white;
}

a {
    text-decoration: none !important;
    color: var(--colorPrimary);
}

.base_margin {
    margin-top: 104px;
    min-height: 500px;
    background-color: white;
}

.toolbar_root {
    position: fixed;
    top: 0;
    z-index: 9990;
    width: 100%;
    min-height: 60px;
    background: #f4f4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
}

.primary_toolbar_wrapper {
    background: #1d1d1d;
}

.primary_toolbar_wrapper .main_content {
    align-items: center;
    justify-content: flex-end;
}

.logo_shadow {
    position: absolute;
    top: 0;
    left: 16px;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
    transform: translate(3px, 4px);
    filter: blur(200px);
    z-index: 0;
}

.logo_wrapper {
    position: absolute;
    top: 0;
    left: 16px;
    width: 150px;
    height: 150px;
    padding: 16px;
    background: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
    z-index: 1;
}

.logo_wrapper a {
    height: 90%;
}

.toolbar_root #spcolor_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu_item {
    display: flex;
    align-items: center;
    background: transparent;
    cursor: pointer;
    margin: 0 12px;
    padding: 24px 0;
    transition: 0.4s ease;
    color: #212121;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    font-weight: 500;
    font-family: "HKGrotesk", sans-serif;
}

.menu_item:hover {
    color: var(--colorAccent);
    border-bottom: 2px solid var(--colorAccent);
}

.primary_toolbar_wrapper .menu_item {
    font-size: 14px;
    font-weight: normal;
    color: white;
    padding: 8px 0;
    margin: 0 8px;
}

.primary_toolbar_wrapper .menu_item i {
    margin-right: 8px;
    color: var(--colorAccent);
}

.menu_divider {
    font-size: 12px;
    color: #494949;
    margin: 0 8px;
}

.toolbar_menu_icon {
    visibility: hidden;
    color: var(--colorAccent);
    padding: 20px;
    cursor: pointer;
}

.toolbar_menu_icon:hover {
    color: var(--colorAccent);
}

.drawer_item {
    display: flex;
}

.drawer_item span {
    padding: 10px 10px 10px 30px;
    font-size: 15px;
    transition: 0.4s;
    font-family: "HKGrotesk", sans-serif;
}

.drawer_item.other_link {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
}

.drawer_item:hover {
    background-color: #f6f6f6;
}

.drawer_item.other_link:hover {
    color: var(--colorAccent);
    background-color: transparent;
}

.drawer_item.offer .upper_tag {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
    margin: -5px 8px 0 -8px;
    padding: 0;
    color: #ed1c24 !important;
}

.main_content {
    width: 100%;
    padding: 0 10px;
    max-width: var(--content-width);
}

.home-sideNav-virtual-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-sideNav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    z-index: 9999;
    right: -100%;
    overflow: hidden;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.side_navigation {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 1;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
}

.side_navigation::-webkit-scrollbar {
    display: none;
}

.side_navigation_content {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex: 1 1 100%;
}

.side_navigation_content .heading {
    font-family: "HKGrotesk", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid var(--divider);
    padding: 8px 4px;
    margin: 0 16px;
    color: #212121;
    text-transform: uppercase;
}

.header_container {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.45);
}

.slide_container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide_track {
    position: relative;
    height: 100%;
    transition: transform 0.4s ease-in;
}

.slide {
    position: relative;
    z-index: 45;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: calc(100vw * 0.45);
    object-fit: cover;
}

.slide_content {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 40px 16px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    transform: translateX(-50%);
}

.slide_content .title {
    color: white;
    padding: 0;
    font-size: 44px;
    max-width: 700px;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    font-family: "HKGrotesk", sans-serif;
}

.slide_content .subtitle {
    color: white;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    margin: 16px 0;
    font-family: "HKGrotesk", sans-serif;
}

.slide_content .accent_button.bordered {
    font-size: 20px;
    align-self: flex-start;
    margin: 24px 0;
    padding: 10px 16px;
    border-width: 2px !important;
}

.slide_container:hover .slide_nav_button {
    display: block;
    transition: 0.4s ease;
}

.slide_nav_button {
    display: none;
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    z-index: 52;
    font-size: 18px;
    padding: 18px 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.4s ease;
}

.slide_nav_button:hover {
    background-color: var(--colorAccent);
}

.slide_nav_button#left_button {
    left: 0;
}

.slide_nav_button#right_button {
    right: 0;
}

.slide_right_gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    right: 0;
    z-index: 50;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3));
}

.slide_left_gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    left: 0;
    z-index: 50;
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.3));
}

.section_wrapper {
    padding: 40px 0;
}

.page_heading {
    color: #212121;
    font-size: 28px;
    font-weight: 600;
    align-self: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: "HKGrotesk", sans-serif;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    padding-bottom: 4px;
}

.page_heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #d5d5d5, transparent);
}

.page_heading:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, var(--colorAccent), transparent);
}

.page_heading.white {
    color: white;
}

.about_icon_wrapper {
    margin: 24px 0;
}

.about_icon_wrapper span {
    align-self: center;
    text-align: start;
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
    margin: 0 12px;
}

.about_icon_wrapper img {
    width: 60px;
    height: 60px;
    margin: 0 12px 12px;
    object-fit: contain;
    transition: 0.4s ease;
}

.what_we_offer_wrapper {
    position: relative;
    width: calc(100% - 16px);
    margin: 8px;
    align-self: center;
    border-radius: 16px;
    cursor: pointer;
    flex: 1 1 auto;
    transition: 0.4s ease;
    background: #f6f6f6;
    overflow: hidden;
    border: 1px solid #777777;
}

.what_we_offer_wrapper div {
    padding: 24px;
    align-self: center;
}

.what_we_offer_wrapper img {
    width: 200px;
    min-height: 200px;
    height: 100%;
    object-fit: cover;
}

.what_we_offer_wrapper span {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    transition: 0.4s ease;
}

.what_we_offer_wrapper p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.about_section p {
    line-height: 1.4;
    font-size: 16px;
    margin: 8px 0;
}

.brands_wrapper img {
    height: 100px;
    padding: 8px;
    object-fit: contain;
    margin: 4px;
}

.enquiry_form_wrapper {
    margin: 16px;
    border-radius: 8px;
    border: 1px solid #a8a8a8;
    padding: 16px;
}


.footer_logo {
    max-width: 200px;
    object-fit: contain;
    object-position: left;
    margin: 0 ;
    transition: 0.4s;
}

.footer_about {
    color: #212121;
    font-size: 14px;
    line-height: 1.4;
    padding-right: 16px;
}

footer {

}

.footer_wrapper {
    width: 100%;
    min-height: 100px;
    position: relative;
    background: white;
}

.footer_wrapper .text_content {
    font-size: 12px;
    text-transform: uppercase;
}

.footer_heading {
    color: var(--colorAccent);
    font-weight: 500;
    padding-bottom: 6px;
    align-self: flex-start;
    margin: 20px 0 8px;
    font-size: 18px;
    position: relative;
    font-family: "HKGrotesk", sans-serif;
}


.footer_heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 90%;
    background: #d9d9d9;
}

.footer_heading:after {
    content: "";
    position: absolute;
    left: 0;
    width: 40%;
    bottom: 0;
    height: 2px;
    background: var(--colorAccent);
}

.footer_link {
    color: #212121;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0;
    transition: 0.4s ease;
}

.footer_link i {
    color: var(--colorAccent);
}

.footer_link a {
    color: inherit;
}

.footer_link:hover {
    color: var(--colorAccent);
}


.footer_container {
    background-image: url("../images/footer_bg@2x-100.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
}

.footer_social_link {
    font-weight: 500;
    font-size: 16px;
    padding-top: 8px;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #212121;
    margin: 8px 4px;
    border-radius: 50%;
    border: 2px solid #212121;
    transition: 0.4s ease;
}

.footer_social_link:hover {
    background-color: var(--colorAccent);
    color: white;
    border: 2px solid var(--colorAccent);
}

.error input, .error textarea {
    border: 1px solid var(--error_color);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.errorlist {
    list-style: none;
    padding: 0;
    margin: -16px 10px 24px;
}

.errorlist > li, .error_text {
    font-size: 12px;
    font-weight: 600;
    color: var(--error_color);
}

.white_button_border {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 1);
    font-family: "HKGrotesk", sans-serif;
    padding: 8px 16px;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 1);
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

.white_button_border:hover {
    color: var(--colorPrimary);
    background-color: white;
}

.white_button_border.light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #212121;
}

.accent_button {
    background: #cf252b;
    color: white;
    font-weight: 500;
    padding: 12px 20px;
    border: none;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s;
    transform: scale(1) translateY(0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.accent_button:hover {
    transform: scale(1.01) translateY(-4px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.1);
}

.accent_button.white {
    background-color: white;
    color: #212121;
}

.accent_button.small {
    padding: 6px 12px;
    font-size: 12px;
}

.accent_button.bordered {
    background: transparent;
    color: var(--colorAccent);
    border: 1px solid var(--colorAccent);
}

.accent_button.bordered.white {
    color: white;
    border: 1px solid white;
}

.accent_button.bordered:hover {
    background: var(--colorAccent);
    border: 1px solid var(--colorAccent);
    color: white;
}

.link_button {
    background-color: transparent;
    color: #212121;
    padding: 10px 0 0;
    font-size: 12px;
    border: none;
    text-decoration: none;
    outline: none;
    font-family: "HKGrotesk", sans-serif;
    cursor: pointer;
    transition: 0.4s;
}

.link_button:hover {
    text-decoration: underline !important;
    transition: 0.4s;
}

.line_button {
    background-color: transparent;
    color: white;
    font-weight: bold;
    padding: 8px 0;
    margin: 8px;
    border: none;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    font-family: "HKGrotesk", sans-serif;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
}

.line_button:after {
    content: '';
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 1px;
    left: 0;
    background: white;
    transition: 0.4s ease;
}

.line_button:hover:after {
    bottom: 0;
}

.line_button.dark {
    color: #4d4d4d;
}

.line_button.dark:after {
    background: #4d4d4d;
}

.form_container {
    margin: 8px;
    overflow: hidden;
    padding: 24px;
    background: white;
}

.form_container input, .input_field {
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 12px 16px;
    font-size: 16px;
    outline: none;
    margin: 8px;
    transition: 0.4s ease;
}

.social_icons_wrapper i {
    margin: 4px;
    font-size: 14px;
    line-height: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px 0;
    color: white;
    border-radius: 3px;
    background: #212111;
}

#dialog-background {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.dialog-container {
    position: fixed;
    top: 80px;
    display: none;
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
    width: calc(100% - 12px);
    z-index: 999999;
}

.dialog-container .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 16px;
    border-radius: 50%;
    font-size: 24px;
    color: var(--dark_blue_grey);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tab {
    margin: 2px !important;
    width: calc((100% / 3) - 4px);
    /*border: 1px solid var(--colorAccent);*/
    color: var(--colorAccent);
    padding: 8px;
    cursor: pointer;
    text-align: center;
    transition: 0.4s ease;
}

.tab.active, .tab:hover {
    background: var(--colorAccent);
    color: white !important;
}


.testimonial_item_wrapper {
    background: white;
    padding: 24px;
    border: 2px solid var(--colorAccent);
    margin: 6px;
    align-self: flex-start;
    position: relative;
    height: 100%;
    flex: 1 1 auto;
    transition: 0.4s ease;
}

.testimonial_item_wrapper:hover {
    transform: translateY(-5px);
}

.testimonial_item_wrapper .quote_icon {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 25% !important;
    margin-bottom: 12px;
    border-radius: 0;
    height: auto !important;
}

.testimonial_item_wrapper i {
    color: var(--colorAccent);
    margin: 10px 4px 0;
    font-size: 18px;
}

.testimonial_item_wrapper span {
    margin: 4px;
    font-size: 16px;
    line-height: 1.5;
    flex: 1 1 auto;
    color: #212121;
}

.testimonial_item_wrapper img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 50%;
}

.contact_section_wrapper {
    background-image: url("../images/contact_bg@2x-80.jpg");
    background-size: cover;
    background-position: center;
}


.feature_wrapper {
    width: calc((100% / 6) - 8px);
    margin: 4px;
    max-width: 150px;
    padding: 8px;
}

.feature_wrapper img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    object-position: center;
    align-self: center;
    margin-bottom: 12px;
}

.feature_wrapper span {
    font-size: 14px;
    text-align: center;
    align-self: center;
    color: #495b6b;
}

.product_item_content_wrapper {
    padding: 16px;
    align-self: center;
}

.product_item_content_wrapper .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.product_item_content_wrapper p {
    font-size: 14px;
    line-height: 1.5;
}

.product_feature_item {
    padding: 8px;
}

.product_feature_item i {
    font-size: 14px;
    color: #212121;
    background: var(--colorAccent);
    border-radius: 50%;
    width: 28px;
    align-self: center;
    flex: 0 0 auto;
    height: 28px;
    line-height: 1;
    margin-right: 16px;
    text-align: center;
    padding: 7px 0;
}

.product_feature_item span {
    font-size: 14px;
    line-height: 1.5;
    align-self: center;
}

.side_image_wrapper {
    overflow: hidden;
}

.side_image_wrapper img {
    transform: scale(1);
    transition: 0.4s ease;
}

.side_image_wrapper:hover img {
    transform: scale(1.05);
    transition: 0.4s ease;
}

.client_logo {
    padding: 16px;
    background: white;
    width: 200px;
    max-width: calc(50% - 16px);
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin: 8px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
    transform: scale(1);
}

.client_logo:hover {
    transform: scale(1.05);
}

.banner_heading_section {
    width: 100%;
    position: relative;
}

.banner_heading_section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_heading_section span {
    font-weight: bold;
    font-size: 42px;
    color: white;
    text-align: center;
    padding: 100px 24px;
    text-transform: uppercase;
    z-index: 1;
}

.contact_page_section_wrapper {
    background-image: url("../images/contact_page_section_bg@2x-100.jpg");
    background-size: cover;
    background-position: center;
}

.contact_page_section_wrapper .form_container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.05);
}

.contact_page_section_wrapper .form_container input, .input_field {
    background: rgba(0, 0, 0, 0.05);
}

.brochure_section_wrapper {
    background-image: url("../images/brochure_banner@2x-100.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) {
    .slide_content .title {
        font-size: 26px;
        width: 75%;
    }

    .slide_content .subtitle {
        font-size: 45px;
        align-self: flex-start;
    }

    .slide_content .accent_button.bordered {
        align-self: flex-start;
        font-size: 16px;
        margin-top: 20px;
        padding: 8px 12px;
        border-width: 1px !important;
    }

    .header_container {
        position: relative;
        width: 100%;
        height: calc(100vw * 1.66);
    }

    .slide img {
        width: 100%;
        object-fit: cover;
        object-position: left;
    }


    .slide_nav_button {
        font-size: 12px;
        padding: 8px 12px;
    }

    .toolbar_root img {
        height: 58px !important;
        transition: 0.4s;
    }

    .toolbar_menu_icon {
        visibility: visible;
    }

    .base_margin {
        margin-top: 69px;
    }

    .footer_wrapper {
        padding: 20px 0;
    }

    .contact_detail_wrapper > .column_alignment {
        padding: 8px;
        width: calc(100%);
    }

    .feature_wrapper {
        width: calc((100% / 2) - 8px);
    }

    .who_we_are_img_section {
        margin-right: 0;
        margin-top: -40px;
        margin-left: 0;
        align-self: flex-end;
    }

    .who_we_are_section {
        margin-left: 0;
        border-radius: 0;
    }

    .enquiry_form_wrapper {
        margin: 6px;
    }

    .about_page_content_section {
        margin-bottom: 0;
    }

    .about_ceo_content_section {
        margin-left: 0;
    }

    .about_ceo_content_section .content_wrapper {
        width: 40%;
        padding: 20px 8px;
    }

    .about_ceo_content_section img {
        width: 60%;
        align-self: flex-end;
    }

    .brands_wrapper img {
        height: 80px;
    }

    .what_we_offer_wrapper span {
        font-size: 18px;
    }

    .what_we_offer_wrapper p {
        font-size: 14px;
    }

    .logo_wrapper, .logo_shadow {
        width: 100px;
        height: 100px;
    }

    .about_icon_wrapper {
        margin: 0;
    }

    .about_icon_wrapper br {
        display: none;
    }

    .page_heading {
        font-size: 22px;
    }

    .section_wrapper {
        padding: 40px 0;
    }
}