@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300..700&display=swap');

:root {
    --primary-color: #0C4DA2;
    --secondary-color: #000000;
    --footer-color: #00AEEF0D;
    --services-color: #0C4DA266;
    --whitecolor: #FFFFFF;
    --h1size: 60px;
    --slider-52: 52px;
    --h2size: 32px;
    --h3size: 24px;
    --h4size: 24px;
    --h5size: 24px;
    --h6size: 22px;
    --h20size: 20px;
    --h18size: 18px;
    --fontsize: 16px;
    --containerwidth: 1400px;
    --divgap50: 50px;
    --div70: 70px;
    --body-font: "Pontano Sans", sans-serif;
    --innerdivgap: 70px;
}

/* General Design */
* {
    box-sizing: border-box !important;
}

/* html { overflow-x: hidden;} */
body .zak-container {
    max-width: 100%;
    padding: 0;
}

.entry-content p {
    margin-bottom: 16px;
}

.zak-breadcrumbs .trail-items a:first-child,
.breadcrumbs .trail-items a:first-child {
    text-decoration: none !important;
}

.elementor-element>.e-con-inner>.elementor-element {
    padding: 0;
}

html.scrolling-point {
    overflow-x: hidden;
}

strong,
b {
    font-family: var(--font-gothic-bold);
}

body .e-con.e-flex>.e-con-inner,
.category .zak-content .zak-container {
    max-width: var(--containerwidth);
    color: var(--black);
    padding: 0 0px;
}
.serv-text-wrap p {
    margin-top: 20px;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: var(--font-desc);
    line-height: var(--lineheight-desc);
    font-family: var(--font-gothic);
    overflow-x: hidden !important;
    color: var(--black);
}

h1,
.h1 {
    font-size: var(--font-H1);
    line-height: var(--lineheight-H1);
}

.conference-wrap {
    gap: 20px !important;
}

p {
    font-size: var(--font-s);
    line-height: var(--lineheight-s);
}

.section-heading-subtitle {
    text-align: center;
}

.text-left {
    text-align: left;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu {
    display: flex;
    gap: 40px;
}

#zak-primary-menu li {
    position: relative;
}

.zak-page-header.zak-style-3 .zak-row {
    padding-bottom: var(--innerdivgap);
}

.section-heading-subtitle p {
    color: var(--light-brown);
    font-family: var(--font-gothic-bold);
    text-transform: capitalize;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .phone-bar a img {
    height: 26px !important;
    width: 26px !important;
    object-fit: cover !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .phone-bar a {
    display: flex;
    gap: 12px;
    align-items: center;
}

.h-timings::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/closck.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.h-call a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/calls.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.h-mail a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/mauls.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .phone-bar .divider {
    color: var(--primary-color) !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .phone-bar {
    display: flex;
    gap: 20px;
    align-items: center;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .textwidget.custom-html-widget p:first-of-type a {
    max-width: 201px;
    font-weight: 500;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    line-height: 24px;
    letter-spacing: 1%;

}

.section-heading .elementor-heading-title span {
    display: block;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tips-heading .elementor-heading-title span {
    display: inline-block;
}

p:empty {
    display: none;
}

a,
.elementor a {
    text-decoration: none;
    display: inline-block;
}

.zak-header-builder .zak-main-row {
    padding: 20px 0;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget {
    display: flex;
    align-items: center;
    gap: 40px;
}

.heros_banneras .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.zak-header-builder.sticky .zak-header-main-row {
    position: fixed !important;
    top: 0;
    width: 100%;
    padding: 15px 0;
    left: 0 !important;
    background: var(--whitecolor) !important;
    animation: fade-slide-down 0.7s ease-in-out;
    z-index: 999;
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
}

body .zak-header-builder {
    transition: all 0.5s ease-in-out;
}

@keyframes fade-slide-down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.home .zak-entry-thumbnail {
    display: none;
}

body .e-con>.e-con-inner {
    max-width: 100%;
}

.zak-header-builder {
    background-color: var(--primary-color) !important;
}

body form.frm-show-form .form-field.primary-button {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}

.zak-page-header .zak-container {
    width: var(--containerwidth);
}

.zak-page-header {
    position: relative;
    overflow: hidden;
    width: var(--containerwidth);
}


/* .zak-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(286.57deg, rgba(255, 255, 255, 0) 32.78%, rgba(0, 98, 130, 0.366807) 52.99%, #004F68 100%),
        linear-gradient(286.59deg, rgba(0, 79, 104, 0.6) 0%, rgba(0, 79, 104, 0.18) 9.09%);
    z-index: 1;
    pointer-events: none;
} */

.zak-page-header>* {
    position: relative;
    z-index: 2;
}

body form.frm-show-form .primary-button .frm_submit button {
    background: transparent;
    margin: 0 !important;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: var(--font-s);
    line-height: var(--lineheight-s);
}

body form.frm-show-form .primary-button .frm_submit button:hover {
    background-color: transparent;
}

body form.frm-show-form .primary-button .frm_submit:hover button {
    color: var(--whitecolor);
    z-index: 1;
    position: relative;
}

/* Scrollbar */
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
    background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:active {
    background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--grey-color);
}

*::-webkit-scrollbar-thumb:active {
    background-color: var(--grey-color);
}

.zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li::after {
    color: var(--whitecolor);
    margin: 0 16px;

}

.zak-page-header .zak-row {
    flex-direction: row;
}

.zak-page-header.zak-style-1 .zak-page-title {

    font-weight: 700;
    font-style: Bold;
    font-size: var(--h3size);
    leading-trim: NONE;
    color: var(--secondary-color);
    line-height: 1.4;
    max-width: 600px;
    letter-spacing: 1%;

}


.elementor-widget-button.button.button {
    padding: 0;
}


html .zak-copyright,
.zak-copyright a {
    text-align: unset !important;
}

.primary-button a.elementor-button:hover::after,
.secondry-button a.elementor-button:hover::after,
.zak-page-header-top-banner .book-a-tour-popup:hover::after,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item.pum-trigger:hover::after,
body form.frm-show-form .primary-button .frm_submit:hover::after,
body .video-wrap .sby_layout_grid .sby_footer .sby_load_btn:hover::after,
body .video-wrap .sby_layout_grid .sby_footer .sby_follow_btn>a:hover::after,
.quote-now-button:hover::after {
    left: 0;
    transition: all 0.5s ease;
}

.secondry-button a.elementor-button,
body .video-wrap .sby_layout_grid .sby_footer .sby_load_btn,
.quote-now-button:hover:after {
    background-color: var(--black);
    transition: all 0.5s ease;
}

.secondry-button a.elementor-button::after,
body .video-wrap .sby_layout_grid .sby_footer .sby_load_btn::after {
    background-color: var(--orange);
}

.button .elementor-button-content-wrapper,
body .video-wrap .sby_layout_grid .sby_footer .sby_load_btn .sby_btn_text,
body .video-wrap .sby_layout_grid .sby_footer .sby_follow_btn>a span,
body .video-wrap .sby_layout_grid .sby_footer .sby_follow_btn>a svg,
.quote-now-button a {
    position: relative;
    z-index: 1;
}

.zak-page-header-top-banner .book-a-tour-popup {
    width: fit-content;
}

.heading-with-underline .elementor-heading-title {
    display: inline-block;
    border-bottom: 1px solid var(--light-brown);
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

.zak-header-builder .zak-main-row {
    z-index: 2;
}

.zak-primary {
    padding: 0;
}

.testimonial-wrap .ti-widget.ti-goog .ti-verified-by-row {
    display: none;
}

body #page,
body:not(.tg-container--separate) #page {
    background: var(--white);
}

.zak-scroll-to-top {
    bottom: 15%;
    background-color: var(--secondary-color) !important;
    z-index: 1 !important;
}

.zak-scroll-to-top .zak-icon {
    fill: var(--whitecolor) !important;
}

.zak-scroll-to-top:hover {
    background-color: var(--secondary-color);
}

.outline-button {
    background-color: transparent;
    border: 1px solid var(--orange);
    border-radius: 5px;
    color: var(--white) !important;
}

.outline-button:hover {
    background-color: var(--orange);
}

ul {
    margin-left: 0;
}

body .home-sticky-btns-wrap {
    position: static;
}

.home-sticky-btns {
    position: absolute;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
    z-index: 1;
    transform: translateY(-50%);
}

body .quick-quote-popup {
    width: max-content;
    text-transform: uppercase;
}

body .home-lease {
    max-width: 256px;
}

body .quick-quote-popup,
body .home-lease {
    background-color: var(--orange);
    color: var(--whitecolor);
    padding: 14px 20px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: var(--font-s);
    line-height: var(--lineheight-s);
    font-family: var(--font-gothic-bold);
}

.zak-header-main-row .social-icons {
    display: flex;
    gap: 24px !important;
    align-items: center;
}

.zak-header-main-row .social-icons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 40px;
    height: 100%;
    background-color: var(--whitecolor);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    /* icon size */
}

.zak-header-main-row .social-icons a {
    height: 34px;
    position: relative;
    display: inline-block;
    width: 34px;

}

/* Form CSS */
.with_frm_style .frm_time_wrap {
    white-space: wrap;
}

#form_quote-meetingroom .frm_repeat_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.frm_error_style p {
    margin-bottom: 0;
    font-size: var(--font-desc);
    line-height: var(--lineheight-desc);
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.with_frm_style .frm_button {
    background-color: var(--orange);
    color: var(--whitecolor);
    padding: 5px 12px;
    font-size: var(--font-desc);
    line-height: var(--lineheight-desc);
    font-family: var(--font-gothic-bold);
    border: none;
    margin: 0;
    box-shadow: none;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,
.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus {
    background-color: var(--black);
}

.zak-mobile-nav {
    background-color: var(--primary-color) !important;
}

.frm_forms.with_frm_style .frm_fields_container {
    padding: 20px;
}

.frm_hidden,
.frm_add_form_row.frm_hidden,
.frm_remove_form_row.frm_hidden,
.with_frm_style .frm_button.frm_hidden {
    margin-bottom: 20px;
    text-align: center;
}

.with_frm_style .frm_add_form_row,
.with_frm_style .frm_remove_form_row {
    font-size: 0;
    line-height: 0;
    position: relative;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 10px;
}

.with_frm_style .frm_remove_form_row::after,
.with_frm_style .frm_add_form_row::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: var(--font-xs);
    line-height: var(--lineheight-xs);
}

#form_quote-meetingroom .frm_page_num_2 .frm_hide_section .frm_repeat_sec {
    display: flex;
    align-items: center;
    gap: 15px;
}

#form_quote-meetingroom .frm_page_num_2 .frm_hide_section .frm_repeat_sec .frm_form_field {
    width: calc(30% - 30px / 3);
}

#form_quote-meetingroom .frm_page_num_2 .frm_hide_section .frm_repeat_sec .frm_repeat_buttons {
    width: 10%;
    justify-content: flex-end;
}

.with_frm_style .frm_add_form_row::after {
    content: "\2b";
}

.with_frm_style .frm_remove_form_row::after {
    content: "\f068";
}

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}

.with_frm_style .frm_scale input[type=radio]:before,
.with_frm_style .frm_radio input[type=radio]:before {
    background-color: var(--orange);
}

.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,
.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    border-color: var(--orange) !important;
}

.frm_style_formidable-style.with_frm_style .frm_error,
.frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: var(--orange);
}


.heros_banneras .e-con-inner .slick-track {
    width: 100% !important;
}

.heros_banneras .e-con-inner {
    max-width: 100% !important;
}

.dialog-message .elementor-slideshow__footer {
    display: none;
}

.heros_banneras .slick-initialized .slick-slide {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.heros_banneras .slick-initialized .slick-slide>* {
    position: relative;
    z-index: 2;
}

body .dialog-message .elementor-slideshow__header>svg {
    width: 20px;
    height: 20px;
    padding: 0;
}

body .sby_lightboxOverlay {
    position: fixed;
}

body .sby_lightbox {
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
    padding: 10px;
}

#form_quote-meetingroom .frm_submit {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

#form_quote-meetingroom .frm_submit::after {
    content: "Step 1 of 2";
    font-size: var(--font-s);
    line-height: var(--lineheight-s);
    color: var(--black);
    font-family: var(--font-gothic-bold);
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#form_quote-meetingroom .frm_page_num_2 .frm_submit::after {
    content: "Step 2 of 2";
}

#form_quote-meetingroom .frm_page_num_2 .frm_form_field.frm_hide_section {
    margin-bottom: 0;
    display: block;
    text-align: center;
}

#form_quote-meetingroom .frm_form_fields fieldset .frm_screen_reader+.frm_fields_container {
    max-height: 742px;
    overflow-y: auto;
}

#form_quote-meetingroom .frm_page_num_2 .frm_form_field {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

#form_quote-meetingroom .frm_page_num_2 .frm_form_field.frm_repeat_buttons {
    flex-direction: row;
}

#form_quote-meetingroom .frm_page_num_2 .vertical_radio+.vertical_radio,
#form_quote-meetingroom .frm_page_num_2 .vertical_radio+.frm_form_field {
    grid-column: span 12 / span 12 !important;
}

#form_quote-meetingroom .frm_opt_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

#form_quote-meetingroom .frm_opt_container label,
#form_quote-meetingroom .frm_opt_container .frm_checkbox,
#form_quote-meetingroom .frm_opt_container .frm_radio {
    margin-bottom: 0;
}

/* Header */
body .zak-header-builder.is-sticky .zak-desktop-row.zak-main-header .zak-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 11;
    justify-content: center;
}

body .zak-header-builder {
    background-color: transparent;
    border: none;
    transition: all 0.5s ease-in-out;
}

body .zak-header-builder>aside.widget_custom_html {
    display: none;
}

.zak-header-builder .zak-desktop-row.zak-main-header {
    background-color: transparent;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-left-col .site-branding {
    position: relative;

}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-left-col .site-branding img {
      height: 71px;
    object-fit: cover;
    max-width: 411px;

}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-container {
    max-width: var(--containerwidth);
    /* padding: 0 16px; */
    margin: 0 auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.zak-button {
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
    padding: 13px 32px !important;
    font-weight: 500;
    font-style: Medium;
    font-size: var(--h18size) !important;
    color: var(--primary-color) !important;
    leading-trim: NONE;
    line-height: 100%;
    border-radius: 30px !important;
    letter-spacing: 1%;

}

.elementor-element-303d201 .slick-dots {
    display: none !important;
}

.zak-header-builder .zak-header-top-row {
    background-color: var(--primary-color) !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-header-main-row {
    padding: 0;
    position: relative;
    background: var(--whitecolor)
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .phone-bar a span {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--h18size);
    color: var(--primary-color) !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;

}

.zak-header-builder .widget-top-bar-col-2-sidebar {
    width: max-content !important;
}

.zak-header-builder .menu-navbar-container .menu {
    flex-direction: row !important;
    gap: 98px;
    /* margin-top: -24px; */
    justify-content: space-between;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar .textwidget {
    display: flex;
    justify-content: space-between;
}

.zak-header-builder .widget-top-bar-col-2-sidebar {
    background-color: transparent !important;
    padding-left: 50px;
    margin-bottom: 0 !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar .textwidget .call-outer .call-wrap {
    position: relative;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar .textwidget .call-outer {
    padding-left: 65px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar .textwidget .call-outer {
    position: relative;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar .textwidget .call-outer>div {
    font-family: var(--interfont);
    font-weight: 500;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    line-height: 100%;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar .textwidget .call-outer {
    display: flex;
    align-items: center;
    gap: 65px;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-left-col .site-branding {
    z-index: 2;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    /* width: 100%; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.zak-header-buttons .zak-header-button .zak-button {
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}

.zak-header-buttons .zak-header-button .zak-button:hover {
    z-index: 1;
    color: var(--whitecolor) !important;
    border: 1px solid var(--primary-color) !important;
}

.zak-header-buttons .zak-header-button .zak-button:hover::after {
    left: 0 !important;
}

.zak-header-buttons .zak-header-button .zak-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    transition: left 0.5s ease;
    z-index: -1;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col>.widget_text,
.zak-header-builder .zak-mobile-row .zak-top-row .widget_text {
    width: 100%;
    background-color: var(--primary-color);
    margin-bottom: 0;
    padding: 0px 0;
    position: relative;
}

.intesols-slide-second {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 1400px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    height: 509px;
    z-index: 5;
}

.heros_banneras .slick-initialized .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col #custom_html-2 .textwidget a {
    font-family: var(--interfont);
    font-weight: 500;
    font-size: var(--h16);
    line-height: 100%;
    display: flex;
    align-items: center;
    color: var(--whitecolor);
    background: linear-gradient(90deg, rgb(102, 167, 67) 0%, rgb(4, 174, 240) 100%);
    border-radius: 40px;
    padding: 13px 23px;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    height: 45px;
    display: inline-block;
    transition: color 0.5s ease;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col {
    z-index: -2;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col #custom_html-2 .textwidget a:hover {
    color: var(--whitecolor);
    z-index: 1;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col #custom_html-2 .textwidget a:hover::after {
    left: 0 !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col #custom_html-2 .textwidget a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    transition: left 0.5s ease;
    z-index: -1;
    border-radius: 27px;
}


.zak-primary-nav .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    width: 240px;
    border: 1px solid #E4E4E7;
    background-color: #fff;
    border-radius: 4px;
    /* max-height: 400px; */
    overflow-x: auto;
}

.zak-header-builder .zak-main-row .zak-header-center-col {
    justify-content: center;
}

.zak-primary-nav .sub-menu li {
    border-color: var(--primary-color);
    border-bottom: 1px solid #F4F4F5;
    padding: 0px 0px;
}

.intesols-slider-content h1,
.intesols-slider-content h2 {
    font-weight: 700 !important;
    font-style: Bold;
    font-size: var(--h1size) !important;
    leading-trim: NONE;
    line-height: 80px;
    max-width: 703px;
    color: var(--whitecolor) !important;
    letter-spacing: 1%;
}


.zak-primary-nav .sub-menu li a {
    line-height: 1.4 !important;
}

.intesols-slider-content .intesols-slider-heading {
    position: relative;
    order: 0;

}

.intesols-slider-content .intesols-slider-desc {
    position: relative;
    order: -1;
    padding-bottom: 32px;
}

.intesols-slider-desc p {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--h20size);
    max-width: 715px;
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 1%;


}

.intesols-slider-buttons a:hover::after {
    left: 0 !important;
}

.intesols-slider-buttons a:hover {
    z-index: 1;
    color: var(--whitecolor)
}

.intesols-slider-buttons a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    transition: left 0.5s ease;
    z-index: -1;
}

.intesols-slider-buttons a:nth-child(2) {
    background-color: #FEF5F2 !important;
    color: var(--primary-color) !important;
    border: 1px solid #FEF5F2;
}

.intesols-slider-buttons a:nth-child(2):hover {
    color: var(--whitecolor) !important;
    border: 1px solid var(--secondary-color);
}

.intesols-slider-buttons a {
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 14px 36px;
    font-weight: 700;
    font-style: Regular;
    font-size: var(--h18size);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;


}

.intesols-slider-buttons {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 20px;

}

.intesols-slider-content {
    width: 100% !important;
}

.zak-header-builder .menu-navbar-container .menu li a {
    font-family: var(--interfont);
    font-weight: 500;
    font-size: var(--h16);
    text-decoration: none;
    color: var(--primary-color);
    line-height: 100%;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col>.widget-top-bar-col-1-sidebar {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col {
    align-items: center !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col>.widget-top-bar-col-1-sidebar::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    background-color: var(--primary-color);
    display: block;
}

.slick-dots li.slick-active {
    width: 46px;
}

ul.slick-dots .slick-active button {
    background: var(--black-second) !important;
    width: 46px !important;
    height: 8px !important;
    border-radius: 3.5px !important;
    padding: 0 !important;
    border: none !important;
}

.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px !important;
    background: var(--secondary-color);
}

ul.slick-dots li {
    width: 8px;
    height: 8px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots {
    position: unset;
    top: 90%;
    right: 0;
    left: 0;
    list-style: none;
    margin: 0 !important;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    flex-direction: row;
    margin-top: 30px !important;
    justify-content: center;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col>.widget_text .header-contact-info,
.zak-header-builder .zak-mobile-row .zak-top-row .widget_text .header-contact-info {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 46px;
}

.zak-header-builder .zak-desktop-row.zak-main-header .contact-info,
.zak-header-builder .zak-mobile-row .contact-info {
    display: flex;
    align-items: center;
    gap: 46px;
    z-index: 2;
}

.zak-header-builder .zak-desktop-row.zak-main-header .contact-info .call-action,
.zak-header-builder .zak-mobile-row .contact-info .call-action {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
}

.header-img-wrap {
    width: 40px;
    height: 40px;
    border: 1px solid var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zak-header-builder .zak-desktop-row.zak-main-header .contact-info .call-action p,
.zak-header-builder .zak-mobile-row .contact-info .call-action p {
    font-size: var(--font-xs);
    line-height: var(--lineheight-xs);
    color: var(--black);
    font-weight: 400;
}

.zak-header-builder .zak-desktop-row.zak-main-header .contact-info .call-action a,
.zak-header-builder .zak-mobile-row .contact-info .call-action a {
    font-size: var(--font-desc);
    line-height: var(--lineheight-desc);
    color: var(--black);
    font-family: var(--font-gothic-bold);
}

.zak-header-builder .zak-desktop-row.zak-main-header .contact-info .call-action a:hover {
    color: var(--whitecolor);
}

.call-action .call-wrapper,
.call-action .fax-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav {
    background-color: transparent;
    position: relative;
    width: 100%;
}

.zak-header-builder .zak-header-top-row .social-links li a:hover {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.zak-header-builder .zak-header-top-row .social-links li a img {
    height: 17px;
    width: 17px;
    object-fit: cover;
}

.zak-header-builder .zak-header-top-row .social-links li a {
    display: inline-block;
    color: #027ABB;
    text-decoration: underline;
    height: 40px;
    width: 40px;
    border: 1px solid white;
    border: 1.19px solid var(--whitecolor);
    /* padding: 9px; */
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.zak-header-builder .zak-header-top-row .social-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.zak-header-builder .zak-top-row .zak-html-1 {
    display: flex;
    gap: 10px;
}

.zak-header-builder .zak-header-top-row p {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    color: var(--whitecolor) !important;
    line-height: 100%;
    letter-spacing: 1%;

}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a span {
    position: relative;
}

.zak-header-builder .zak-main-row .zak-header-center-col {
    padding: 0px 0;
}


.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .zak-html-1 a .fa-phone::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/calls-wraps.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .zak-html-1 a .fa-phone {
    font-family: initial;
    /* remove FontAwesome icon font */
}


.zak-footer-builder {
    z-index: 1 !important;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget a:hover {
    color: var(--secondary-color) !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col {
    justify-content: end !important;
    gap: 24px;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget p {
    position: relative;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget p:last-child {
    padding-left: 30px !important;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget p:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 46px;
    background-color: #FFFFFF4D;
}

.zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget a {
    font-weight: 500;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    line-height: 24px;
    letter-spacing: 1%;
}

.zak-header-builder .zak-bottom-row .zak-header-left-col .textwidget a {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;

}

.zak-header-builder .zak-bottom-row .zak-header-left-col .textwidget .h-timings {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
}

.zak-header-builder .zak-bottom-row .zak-header-left-col .textwidget {
    display: flex;
    align-items: center;
    gap: 50px;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu {
    gap: 32px;
}

.zak-header-builder .zak-header-bottom-row {
    background: var(--primary-color);
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1;
    border-radius: 0px;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a span::after {
    content: '';
    background-image: url(../images/tabler_plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    position: absolute;
    left: 6px;
    height: 18px;
    z-index: -1;
    top: 0;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li:not(:last-child)::after {
    display: none !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu>.menu-item {
    padding: 0px 0;
}

.zak-primary-nav .zak-primary-menu {
    /* width: 85%; */
    justify-content: space-between;
    gap: 0;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu {
    z-index: 2;
}


.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--h18size);
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    padding-bottom: 10px;

}

.zak-primary-menu .current-menu-item>a {
    border-bottom: 2px solid var(--secondary-color);
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .current-menu-item a,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:hover,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:active,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:focus {
    color: var(--secondary-color);
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li {
    border-color: var(--light-brown);
}

body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li.pum-trigger {
    background-color: var(--black);
    padding: 0;
    border-radius: 0;
    margin: 0;
}

body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li.pum-trigger a {
    color: var(--light-brown);
    font-size: var(--font-desc);
    line-height: var(--lineheight-desc);
    font-family: var(--font-gothic);
}

body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li.pum-trigger:hover a {
    color: var(--black);
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a svg path {
    fill: var(--secondary-color);
}

.zak-footer-builder .zak-top-row .zak-footer-top-1-col,
.zak-footer-builder .zak-top-row .zak-footer-top-2-col,
.zak-footer-builder .zak-top-row .zak-footer-top-3-col,
.zak-footer-builder .zak-top-row .zak-footer-top-4-col,
.zak-footer-builder .zak-top-row .zak-footer-top-5-col,
.zak-footer-builder .zak-top-row .zak-footer-top-6-col {
    width: unset !important;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li a:hover {
    box-shadow: inset 450px 0 0 var(--primary-color);
    color: var(--whitecolor) !important;
    padding-left: 18px;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li a {
    color: var(--black-color) !important;
    box-shadow: inset 0 0 0 var(--primary-color);
    transition: all .5s ease;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize !important;
    color: var(--primary-color) !important;
    line-height: 24px;
    padding: 10px;
    letter-spacing: 0%;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li:hover>a,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li.current-menu-item>a {
    background-color: var(--light-brown);
    color: var(--black);
}

body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li:hover a .zak-icon path,
body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li.current-menu-item a .zak-icon path {
    fill: var(--black);
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .sub-menu li a .zak-submenu-toggle .zak-dropdown-icon path,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .current-menu-item a .zak-dropdown-icon path,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:hover .zak-dropdown-icon path,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:active .zak-dropdown-icon path,
.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:focus .zak-dropdown-icon path {
    fill: var(--light-brown);
}

body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item.pum-trigger {
    background-color: var(--orange);
    padding: 12px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}



body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item.pum-trigger a {
    color: var(--whitecolor);
    font-family: var(--font-gothic-bold);
    z-index: 1;
}

.zak-mobile-menu>.current-menu-ancestor>a {
    color: var(--secondary-color) !important;
}

.zak-mobile-menu a {
    color: var(--whitecolor);
    font-size: var(--fontsize);

}

.zak-mobile-menu>.current_page_item>a,
.zak-mobile-menu>.current-menu-ancestor>a,
.zak-mobile-menu .sub-menu>.current_page_item>a,
.zak-mobile-menu .sub-menu>.current-menu-ancestor>a,
.zak-mobile-menu .sub-menu>.current-menu-ancestor .sub-menu .current-menu-item a,
.zak-mobile-menu>.current-menu-ancestor .sub-menu .current-menu-item a {
    text-decoration: none;
    color: var(--off-lightwhite);
}

html .zak-mobile-menu .current_page_item span .zak-icon,
.zak-mobile-menu>.current-menu-ancestor>span .zak-icon,
.zak-mobile-menu .sub-menu>.current_page_item span .zak-icon,
.zak-mobile-menu .current-menu-parent span .zak-icon {
    fill: var(--whitecolor) !important;
}

.zak-mobile-menu .current_page_item a {
    text-decoration: none;
}

.zak-mobile-menu .current_page_item span .zak-icon,
.zak-mobile-menu>.current-menu-ancestor>span .zak-icon,
.zak-mobile-menu .sub-menu>.current_page_item span .zak-icon,
.zak-mobile-menu .current-menu-parent span .zak-icon {
    fill: var(--off-lightwhite);
}

/* Footer */
.zak-footer-builder {
    background-color: var(--footer-color);

}


.zak-footer-builder .zak-footer-top-row {
    padding-top: 0;
}

footer.zak-footer-builder .zak-top-row {
    display: flex;
    flex-direction: row;
    gap: 0;
}

/* .zak-footer-builder .zak-row {
    padding-top: var(--divgap50);
} */

footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col,
.get-in-touch-wrap .get-in-touch-contact-info>.elementor-element:first-child {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--light-brown);

}

.zak-footer-builder .zak-top-row .zak-footer-top-1-col .zak-html-1 {
    width: 100%;
}

.footer-contact-info-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.zak-footer-builder .zak-footer-top-row .footer-logo {
    transform: translateY(-50%);
    display: inline-block;
}

footer.zak-footer-builder .zak-top-row {
    gap: 80px !important;
}

footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html:last-child {
    margin-right: 0;
}


.zak-footer-top-4-col h2 {
    width: max-content !important;
}


footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html .widget-title,
.footer-contact-info-wrap .general-contact-info>h2 {
    border-bottom: 1px solid var(--black);
    text-transform: capitalize;
}

.zak-footer-top-2-col .widget-footer-sidebar-2 {
    width: max-content !important;
}

.menu-quick-links-container ul {
    gap: 15px !important;
}

footer.zak-footer-builder .widget ul {
    gap: 15px !important;
}

footer.zak-footer-builder .zak-row .widget .widget-title::before {
    content: none;
}

.zak-footer-builder .zak-footer-top-row .footer-logo a {
    width: 201px;
    height: 201px;
}

.zak-footer-builder .zak-footer-top-row .footer-logo img {
    background-color: var(--white);
    box-shadow: 0px 0px 15px 0px #2B2B2B26;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .zak-footer .zak-container {
    margin: 0 auto;
    max-width: var(--containerwidth);
    padding: 0 0px;
}

html .zak-copyright,
.zak-copyright a {
    font-family: var(--bodyfont);
    font-weight: 400;
    font-size: var(--h16);
    color: var(--whitecolor) !important;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.zak-footer-builder .zak-row {
    background-color: var(--white);
}

body .timing-wrapper {
    align-items: center;
    flex-direction: column;
}

body .timing-wrapper .timing-content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

body .timing-wrapper .timing-content-wrapper .hrs-title {
    font-family: var(--font-gothic-bold);
    margin-bottom: 8px;
}

.address-wrapper,
.call-action,
.email-wrapper,
.timing-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.zak-footer-builder .zak-footer-top-row .widget:only-child .textwidget {
    text-align: start !important;
    align-items: start !important;
}

.zak-footer-top-1-col .footer-about p {
    padding-bottom: 26px;
}


.zak-footer-builder .widget a:hover {
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
}

.footer-about ul li img {
    height: 20px !important;
    width: 20px !important;
}

.footer-about ul li:hover {
    background-color: var(--secondary-color);
}

.footer-about ul li {
    border: 1px solid var(--whitecolor) !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.footer-about ul {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin: 0;
    list-style-type: none;
    align-items: center;
    margin-bottom: 30px;
}

.zak-footer-col .widget ul a {
    font-weight: 500;
    font-style: Medium;
    color: #333333 !important;
    font-size: var(--fontsize) !important;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 1%;

}

.zak-footer-builder .zak-footer-main-row .zak-footer-col h2 {
    font-family: var(--body-font) !important;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: var(--h18size) !important;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    color: var(--secondary-color) !important;
    letter-spacing: 1%;
    vertical-align: middle;
    text-transform: capitalize;

}

.zak-footer-builder .zak-footer-main-row {
    padding-top: 92px;
    padding-bottom: var(--innerdivgap);

}

.zak-footer-builder .footer-social-icons {
    grid-column: 1;
    position: relative;
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.zak-footer-builder .widget-footer-sidebar-4 {
    margin-bottom: 20px !important;
}

.zak-footer-builder .footer-social-icons a {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #000000;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    min-width: 48px;
    min-height: 48px;
}

.zak-footer-builder .footer-social-icons a:hover {
    border-color: var(--white);
}

.zak-footer-builder .zak-footer-nav {
    grid-column: 2/ span3;
}

.zak-footer-builder .zak-footer-nav .zak-footer-menu .current-menu-item a,
.zak-footer-col .widget ul .current-menu-item a {
    color: var(--primary-color);
    font-weight: 600 !important;
}

.zak-footer-builder .widget-footer-bar-col-1-sidebar .menu-the-company-container .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .call-wrap span {
    height: 34px;
    display: flex;
    width: 34px;
    border-radius: 40px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
}

.foo-call a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/call-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 18px;
    vertical-align: middle;
}

.foo-mail a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/mail-mobil.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 18px;
    vertical-align: middle;
}

.foo-address p {
    display: none !important;
}

.contact-details>div {
    margin-bottom: 18px;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col .contact-details .foo-address a {
    display: flex;
    gap: 10px;
}

.foo-address a::before {
    content: "";
    display: inline-block;
    background-image: url(../images/lock-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 15PX;
    vertical-align: middle;
    max-width: 24px !important;
    min-width: 24px !important;
}

.contact-details a {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--h18size);
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333 !important;
    vertical-align: middle;

}

.zak-footer-builder .widget-footer-sidebar-1 p {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: var(--fontsize) !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

}

.zak-footer-builder .zak-footer-main-row .zak-footer-col {
    align-items: center !important;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col .foo-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.zak-footer-builder .zak-main-row {
    gap: var(--divgap50);
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .mail-wrap span {
    height: 34px;
    display: flex;
    width: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: var(--primary-color);
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .mail-wrap a {
    margin-bottom: 0 !important;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col .custom-html-widget {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .mail-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .call-wrap a {
    margin-bottom: 0 !important;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .call-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .add-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .add-wrap span {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    border-radius: 40px;
    background-color: var(--primary-color);
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section .add-wrap a {
    margin-bottom: 0 !important;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col section:nth-of-type(3) .widget-title,
.zak-footer-builder .zak-footer-main-row .zak-footer-col section:nth-of-type(3) .menu-our-services-container {
    padding-left: 40%;
}

.zak-footer-builder .zak-bottom-row {
    gap: 20px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;

}

.zak-footer-builder .widget-footer-sidebar-3 #menu-useful-links {
    display: block;
    column-count: 2;
    width: 100%;
}

.zak-footer-builder .widget-footer-sidebar-1 .custom-html-widget p a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zak-footer-builder .widget-footer-sidebar-1 .custom-html-widget p a:hover {
    color: var(--secondary-color) !important;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col .custom-html-widget>div a {
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    border: 1px solid var(--whitecolor);
    border-radius: 100px;
    justify-content: center;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col .custom-html-widget>div a:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col .custom-html-widget>div {
    display: flex;
    gap: 10px;
}

.zak-footer-builder .zak-main-row .widget-footer-sidebar-1 .wp-caption {
    margin-bottom: 0 !important;
}

.zak-footer-builder .zak-main-row .widget-footer-sidebar-1 figure .wp-caption-text {
    display: none !important;
}

.zak-footer-builder .zak-main-row .widget-footer-sidebar-1 figure img {
    height: 114px !important;
    width: 100%;
    text-align: start;
    max-width: 100% !important;
}

.zak-footer-builder .widget-footer-sidebar-1 {
    margin-bottom: 0 !important;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-bottom-1-col {
    flex-direction: column-reverse !important;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col {
    justify-content: center;
}

/* happy Clients */

.zak-footer-builder .zak-footer-main-row .widget .widget-title {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    width: 119px;
    border-bottom: 2px dashed #000;
}

.zak-footer-builder .zak-footer-main-row .tab-content {
    margin-top: var(--space16);
}



.zak-footer-builder .zak-footer-main-row .tab-navigation select option {
    background-color: var(--black);
    color: var(--light-brown);
}

.zak-footer-builder .zak-footer-main-row .tab-navigation select option:hover {
    background-color: var(--light-brown);
    color: var(--black);
}

.zak-footer-builder .zak-footer-bottom-row {
    background-color: var(--primary-color);
    padding: 10px 0;

}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col .zak-html-1 h2 {
    font-family: var(--bodyfont);
    font-weight: 800;
    font-size: var(--footer-h1-size);
    leading-trim: Cap height;
    line-height: 100%;
    color: var(--whitecolor) !important;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col p {
    margin-bottom: 0 !important;
}

footer.zak-footer-builder .zak-top-row li a:hover {
    color: var(--secondary-color) !important;
    font-weight: 600 !important;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col p a:hover {
    color: var(--secondary-color) !important;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col p a {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize) !important;
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    font-family: 'Public Sans' !important;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col p {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize) !important;
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    font-family: 'Public Sans' !important;

}

.zak-copyright p a {

    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: var(--fontsize) !important;
    leading-trim: NONE !important;
    color: var(--primary-color) !important;
    line-height: 24px !important;
    letter-spacing: 0.16px !important;
}

.zak-copyright p {

    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: var(--fontsize) !important;
    leading-trim: NONE !important;
    color: var(--primary-color) !important;
    line-height: 24px !important;
    letter-spacing: 0.16px !important;

}

.zak-footer-builder .zak-footer-bottom-row .zak-copyright p,
.zak-footer-builder .zak-footer-bottom-row a,
.zak-footer-builder .zak-footer-bottom-row p {
    color: var(--whitecolor);
    font-size: var(--font-desc);
    line-height: var(--lineheight-desc);
}

.zak-footer-builder .zak-footer-bottom-row a:hover {
    color: var(--light-brown);
}

body .zak-footer-builder .zak-copyright p a {
    display: inline;
}

/* Hero banner */
body.home .hero-banner-wrap.e-parent,
body.home .hero-banner-wrap.e-parent .e-con-inner {
    padding: 0;
}

body .hero-banner-wrap.e-parent .e-con-inner {
    max-width: 100%;
}

.hero-banner-wrap .intesols-slide {
    position: relative;
    padding-top: 72px;
    padding-bottom: 92px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-wrap .intesols-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000059;
    top: 0;
    left: 0;
    z-index: 0;
}


.hero-banner-wrap .intesols-slide-second {
    max-width: var(--containerwidth);
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-banner-wrap .intesols-slide-second .banner-section {
    max-width: 995px;
}

.hero-banner-wrap .intesols-slide-second .banner-section .italic-text-wrap {
    font-family: var(--font-ibarr);
    font-size: 40px;
    line-height: 50px;
    color: var(--whitecolor);
    border-bottom: 1px solid var(--white);
    padding-bottom: 9px;
    margin-bottom: 25px;
    display: inline-block;
}

.hero-banner-wrap .intesols-slide-second .banner-section h2,
.hero-banner-wrap .intesols-slide-second .banner-section h1 {
    color: var(--whitecolor);
    text-transform: uppercase;
    font-family: var(--font-gothic-bold);
}

.hero-banner-wrap .intesols-slide-second .banner-section .highlight-text {
    color: var(--whitecolor);
    display: inline-block;
    border-bottom: none;
    font-size: var(--font-H1);
    line-height: var(--lineheight-H1);
    margin-bottom: 0;
}

.hero-banner-wrap .intesols-slide-second .banner-section h2+p,
.hero-banner-wrap .intesols-slide-second .banner-section h1+p {
    font-size: 20px;
    line-height: 28px;
    font-family: var(--font-gothic-bold);
    color: var(--whitecolor);
}

.hero-banner-wrap .intesols-slide-second .banner-section ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 376px;
}

.hero-banner-wrap .intesols-slide-second .banner-section ul li {
    display: flex;
    align-items: center;
    gap: 22px;
}

.hero-banner-wrap .intesols-slide-second .banner-section ul li .feature-image-wrap {
    width: 69px;
    height: 56px;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-wrap .intesols-slide-second .banner-section ul li .feature-image-wrap img {
    object-fit: contain;
}

.hero-banner-wrap .intesols-slide-second .banner-section ul li p {
    color: var(--whitecolor);
    font-family: var(--font-gothic-bold);
    width: calc(100% - 91px);
}

.hero-banner-wrap .intesols-slide-second .banner-section .button {
    margin-top: 30px;
}

.hero-banner-wrap .intesols-slider .slick-dots {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    list-style: none;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner-wrap .intesols-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    background-color: var(--white);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
}

.hero-banner-wrap .intesols-slider .slick-dots li.slick-active button {
    width: 45px;
    background-color: var(--orange);
    border-radius: 5px;
}

/* inner banner */
.heros_banneras .slick-initialized .slick-slide>* {
    position: relative;
    z-index: 2;
}

.heros_banneras .slick-initialized .slick-slide {
    position: relative;
    overflow: visible;

}

.heros_banneras .slick-initialized .slick-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.heros_banneras {
    padding-bottom: 0 !important;
}

/* Home page */


h2 {
    font-family: var(--body-font) !important;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: var(--h2size);
    color: var(--secondary-color) !important;
    leading-trim: NONE;
    letter-spacing: 0.16px !important;
    margin-bottom: 20px !important;

}

p {

    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    color: #333333;
    letter-spacing: 0%;


}

.zak-footer-builder>* {
    position: relative;
    z-index: 2;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col {
    width: 100%;
}

.zak-footer-builder .zak-copyright {
    width: 100%;
}

.zak-footer-builder .zak-footer-bottom-2-col {
    align-items: end;
}

/* Add transition to the image */


.wpcf7 form .wpcf7-response-output {
    color: var(--secondary-color);
    font-size: 14px !important;
    font-family: 'Public Sans' !important;
}

.prev-arrow:hover {
    background-color: var(--whitecolor) !important;
    border: 1px solid var(--whitecolor) !important;
}

.next-arrow:hover::before {
    filter: brightness(0) invert(0) !important;
}

.next-arrow:hover {
    background-color: var(--whitecolor) !important;
    border: 1px solid var(--whitecolor) !important;
}

.prev-arrow:hover::before {
    filter: brightness(0) invert(0) !important;
}

.prev-arrow::before {
    font-size: 0 !important;
    position: absolute;
    content: '';
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: 0;
    color: var(--whitecolor);
    display: flex;
    filter: brightness(0) invert(1);
    /* Turns black to white */
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.prev-arrow {
    position: absolute;
    left: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    height: 44px;
    width: 44px;
    font-size: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;

}

.next-arrow::before {
    font-size: 0;
    font-family: inherit;
    font-weight: normal;
    position: absolute;
    content: '';
    background-image: url(../images/bext.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: 0;
    color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.next-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    outline: none;
    cursor: pointer;
    padding: 0 !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    height: 44px;
    width: 44px;
    font-size: 0 !important;
    transform: translateY(-50%);
    z-index: 10;
}

.signmaker-img .elementor-widget-image {
    position: unset !important;
}

.signmaker-faq {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.signmaker-img .elementor-widget-image img {
    position: relative;
    left: 0;
    width: 100%;
}

.cta-away .cta-away-left {
    padding-top: var(--div70) !important;
    padding-bottom: var(--div70) !important;
}

.cta-away-right {
    position: unset !important;
}

.cta-away-right .e-con-inner {
    position: unset !important;
}

.cta-away-right .e-con-inner .elementor-widget-image {
    position: unset !important;
}

.cta-away-right .e-con-inner .elementor-widget-image img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100% !important;
    top: 0 !important;
}

.signmaker-faq .e-con-inner {
    position: unset;
}

.cta-away {
    position: relative !important;
    overflow: visible !important
}

.cta-away .e-con-inner {
    position: unset !important;
}

.signmaker-img {
    position: unset !important;
}

.choose-us-left p {
    position: relative !important;
    max-width: 725px;
    padding-left: 80px;

}

.choose-us-left p::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 358px;
    height: 307px;
    background-image: url(../images/hroup-about.png);
    background-size: cover;
    background-position: center;
}

.choose-us-custum {
    justify-content: space-between;
}

.heros_banneras {
    position: relative;

}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.zak-footer-builder .zak-footer-nav .zak-footer-menu .current-menu-item a,
.zak-footer-col .widget ul .current-menu-item a {
    color: var(--secondary-color) !important;
    border-bottom: 2px solid #000000CC;
    width: max-content;
    padding-bottom: 5px;
}

.zak-footer-builder .zak-bottom-row a:hover {
    color: var(--secondary-color) !important;
}

.zak-copyright p a:hover {
    color: var(--secondary-color) !important;
}

.heros_banneras {
    padding: 0 !important;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #0C4DA266 !important;
    outline: none;

}

input:focus::placeholder,
textarea:focus::placeholder {
    font-family: var(--interfont) !important;
    font-weight: 500 !important;
    font-size: var(--fontsize) !important;
    color: var(--primary-color) !important;
    line-height: 32px !important;
    letter-spacing: 0% !important;

}

.products.columns-4 {
    --products-column: 4;
    --auto-grid-min-size: 27rem;
    display: grid;
    row-gap: 20px !important;
    column-gap: 20px !important;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    margin-bottom: 0 !important;
}

.our-products-wrap {
    margin-top: 30px !important;
}

html .elementor-heading-title {
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: var(--h2size) !important;
    leading-trim: NONE;
    color: var(--primary-color) !important;
    line-height: 100%;
    font-family: 'Pontano Sans' !important;
    position: relative !important;
    letter-spacing: 1%;
    text-align: center;
    margin-bottom: 0 !important;

}

.elementor-heading-title::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 auto 0 auto;
    margin-top: 10px !important;
    /* center align and space below the line */
}

.products li.product:hover h2 {
    color: var(--primary-color) !important;
}

li.product .woocommerce-loop-category__title,
li.product .woocommerce-loop-product__title {
    text-align: center;
    padding-top: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 0px;
    font-weight: 700 !important;
    font-style: Bold !important;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    height: -webkit-fill-available;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    line-height: 1.4 !important;
    letter-spacing: 1%;
    margin-bottom: 15px !important;
    text-align: center;

}

.products li.product {
    width: 100% !important;
    border: 1px solid #0C4DA266 !important;
    border-radius: 10px !important;
    padding: 10px !important;

}

.products li.product .woocommerce-LoopProduct-link {
    width: 100% !important;
}

.products li.product img {
    width: 100% !important;
    height: 282px;
    border-radius: 10px;
    object-fit: unset;
    margin-bottom: 0 !important;
}

.our-products-btn {
    margin-top: 40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.our-products .e-con-inner {
    gap: 0 !important;
}

.elementor-widget-button .elementor-button:hover::after {
    left: 0 !important;
}

.elementor-widget-button .elementor-button:hover {
    z-index: 1;
    color: var(--whitecolor);
}

.our-services-wrap {
    margin-top: 30px !important;
}

.elementor-widget-button .elementor-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    transition: left 0.5s ease;
    z-index: -1;
}

/* .products li.product img {
    transform: scale(1.05);
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: block;
} */

.products li.product .woocommerce-LoopProduct-link {
    border-radius: 10px;
}

/* .products li.product img:hover {
    transform: scale(1);
} */

.products li.product a {
    overflow: hidden;
}

.industry-health p {
    padding-top: 20px;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--h18size);
    leading-trim: NONE;
    line-height: 100%;
    color: var(--whitecolor);
    letter-spacing: 1%;
    font-family: 'Public Sans' !important;
    text-align: center;

}

.elementor-widget-button .elementor-button {
    background-color: var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 14px 36px !important;
    font-weight: 700 !important;
    font-style: Regular;
    font-size: var(--h18size) !important;
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 100%;
    font-family: 'Public Sans' !important;
    height: 48px;
    display: flex !important;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}

.our-products {
    padding: var(--innerdivgap) 0;
}

.industries-item .industries-icn-wrap img {
    height: 39.11px;
    width: 39.11px;
}

.the-industry-wrap .outer-industries .industries-item .industries-content-wrap p {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    max-width: 531px;
    color: var(--whitecolor);
    letter-spacing: 1%;

}

.the-industry-wrap .outer-industries .industries-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--whitecolor) !important;
}

.indust-transport p {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--h18size);
    leading-trim: NONE;
    line-height: 100%;
    color: var(--whitecolor);
    letter-spacing: 1%;
    padding-top: 20px;
    padding-bottom: var(--divgap50) !important;
    text-align: center;

}

html body .the-industry .elementor-heading-title {
    color: var(--whitecolor) !important;
}

.the-industry .e-con-inner {
    gap: 0 !important;
}

.the-industry .e-con-inner .e-con-full {
    gap: 0 !important;
}

html body .the-industry .elementor-heading-title::after {
    background-color: var(--whitecolor) !important;
}

.the-industry {
    background-color: var(--primary-color);
    padding: var(--innerdivgap) 0;
}

.the-industry-wrap .outer-industries .industries-item .industries-content-wrap h3 {
    font-weight: 500;
    font-style: SemiBold !important;
    font-size: var(--h3size);
    leading-trim: NONE;
    line-height: 1.4;
    color: var(--whitecolor);
    letter-spacing: 1%;
    font-family: 'Public Sans';
    margin-bottom: 10px !important;

}

.industries-item .industries-icn-wrap {
    background-color: #FFFFFF1A !important;
    border-radius: 35px !important;
    height: 70px;
    width: 70px;
    max-width: 70px !important;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-industry-wrap .outer-industries {
    --auto-grid-min-size: 45rem;
    display: grid;
    margin-top: var(--divgap50) !important;
    position: relative;
    grid-gap: 60px !important;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
}

.outer-industries::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    /* Keeps it centered on 48% */
    left: 48%;
    width: 1px;
    background: #FFFFFF26;
    /* Change to your preferred border color */
    z-index: 1;
    pointer-events: none;
}

.our-services {
    padding: var(--innerdivgap) 0;
}

.our-services p {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--h18size);
    leading-trim: NONE;
    line-height: 100%;
    color: var(--secondary-color);
    text-align: center !important;
    letter-spacing: 1%;

}

.outer-service {
    --auto-grid-min-size: 45rem;
    display: grid;
    grid-gap: 30px !important;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
}

.outer-service .service-item {
    background: var(--primary-color);
    border-radius: 10px;
}

.our-services .e-con-inner {
    gap: 0 !important;
}

.clients-say .about-say-choose {
    gap: 0 !important;
}

.service-content-wrap {
    padding: 5px 20px;
}

.clients-say .about-say-choose .elementor-heading-title::after {
    margin-left: unset !important;
    margin-right: unset !important;
}

.clients-say .about-say-choose .about-say-choose {
    gap: 0 !important;
}

.clients-say .about-say-choose {
    width: 30% !important;
}

.clients-say .about-say-choose p {
    margin-top: 22px !important;
}

.clients-say .clients-say-wrap {
    width: 70% !important;
}

.signmaker-faq-anser h2 {
    margin-bottom: 32px !important;
}

.signmaker-img img {
    height: 100% !important;
}

.signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item .elementor-widget-text-editor {
    color: #333333 !important;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    padding-top: 16px;
    letter-spacing: 0%;
    font-family: 'Public Sans' !important;
    max-width: 804px;
}

.signmaker-img .elementor-widget-image {
    height: 100% !important;
}

.signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item {
    padding: 0px 0 !important;
    border-top: 1px solid #00000026 !important;
}

.clients-say {
    padding-top: var(--innerdivgap);
}

.signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--secondary-color) !important;
}


.signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item-title-text {
    color: var(--secondary-color) !important;
}

.signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item .elementor-element p {
    color: #333333 !important;
}

.elementor-widget-n-accordion .e-n-accordion-item .elementor-element .e-con-inner {
    align-items: start !important;
}

.signmaker-faq-anser {
    padding-left: 0px !important;
    gap: 0 !important;
    padding-right: 23em !important;
}

.signmaker-faq-anser .elementor-heading-title::after {
    margin-top: 20px !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.signmaker-faq-anser h2 {
    text-align: left !important;
}

.signmaker-faq .e-con-inner {
    gap: 54px !important;
}

.testimonials-content-wrap p {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    color: #333333;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

}

/* .signmaker-faq-anser {
    padding: var(--innerdivgap) 0 !important;
} */

.signmaker-faq {
    background-color: #F5F5F5;
}

.service-content-wrap h3 {
    margin-bottom: 0 !important;
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h20size);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;

}

.outer-service .service-item .service-icn-wrap img {
    height: 390px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.service-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-content-wrap span {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url(../images/aeroow-aervices.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.outer-testimonials .testimonials-item .t-shap {
    margin-bottom: 30px;
}

.outer-testimonials .testimonials-item .timg-wrap .testimonials-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: var(--h20size);
    leading-trim: NONE;
    line-height: 100%;
    color: #2C2C2C !important;
    margin-bottom: 10px !important;
    letter-spacing: 1%;

}

.outer-testimonials .testimonials-item .timg-wrap p {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    color: #00AEEF !important;

}

.clients-say {
    padding-bottom: 150px;
}

.testimonials-icn-wrap img {
    height: 60px !important;
    width: 60px !important;
    min-width: 60px !important;
    border-radius: 100px !important;
}

.outer-testimonials .testimonials-item .timg-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: var(--divgap50);
}

.custum-declare {
    background-color: var(--primary-color);
    padding: var(--innerdivgap) 0;
}

.elementor-widget-n-accordion .e-n-accordion-item .elementor-element p {

    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    max-width: 804px;

}

.elementor-widget-n-accordion .e-n-accordion-item {
    border-top: 1px solid #FFFFFF33 !important;
    padding: 32px 0 !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    padding: 23px 0 !important;
}

.custum-declare .declare-group .elementor-widget-n-accordion .e-n-accordion-item .elementor-element p a {
    color: #00AEEF !important;
    font-weight: 500 !important;
}

.custum-declare .declare-group .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    width: 23px;
    border: 2px solid white;
    height: 23px;
    justify-content: center;
    max-width: 23px !important;
    min-width: 23px !important;
    border-radius: 15px;
}

.custum-declare .declare-group {
    width: 60%;
}

.custum-declare .declare-group-img img {
    width: 529px !important;
    border-radius: 10px;
}

.elementor-widget-n-accordion .e-n-accordion-item .elementor-element {
    border: none !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    border: none !important;
}

.clients-say .e-con-inner {
    align-items: center !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-weight: 500;
    font-style: SemiBold !important;
    font-family: 'Public Sans' !important;
    font-size: var(--h18size) !important;
    leading-trim: NONE;
    color: var(--whitecolor) !important;
    line-height: 100%;
    letter-spacing: 1%;
    vertical-align: middle;

}

.wpgs-nav .slick-next {
    right: -10px !important;
}

.wpgs-nav .slick-prev {
    left: -15px !important;
}

.slick-next:hover::before {
    background-image: url(../images/black_num1.svg) !important;
    transform: translateY(-50%) rotate(0deg) !important;

}

.slick-prev:hover::before {
    background-image: url(../images/black_num1.svg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}

.custum-declare .declare-group-img {
    width: 40%;
}

.declare-group {
    gap: 0 !important;
}

.cstum-ansers p {
    margin-top: 40px;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--whitecolor) !important;

}

.custum-declare .declare-group h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h2size);
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 40px;
    text-align: left !important;
    letter-spacing: 1%;

}

.vincy-sticker-wrap {
    align-items: center !important;
}

.vincy-sticker-wrap-left h2::after {
    display: none !important;
}

.vincy-sticker-wrap-left p {
    color: var(--whitecolor) !important;
    max-width: 794px;
}

.vincy-sticker-wrap-left h2 {
    color: var(--whitecolor) !important;
    text-align: left !important;
}

.vincy-sticker-wrap-left {
    gap: 27px !important;
}

.cstum-accordion {
    margin-top: 40px !important;
}

.custum-declare .declare-group .elementor-heading-title::after {
    background-color: var(--whitecolor) !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.outer-testimonials .testimonials-item {
    border-radius: 10px !important;
    box-shadow: 0px 4px 10px 0px #5252521A;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background: var(--whitecolor);
    padding: 38px 32px;
    border-radius: 10px !important;
    margin: 0 20px;
}

.cta-away {
    background-color: var(--primary-color);
}

.home-contact-info {
    flex-wrap: wrap !important;
}

.home-contact-info a {
    background-color: transparent !important;
    border: 1px solid var(--whitecolor);
    border-radius: 30px;
    padding: 14px 36px;
    font-weight: 700;
    font-style: Regular;
    font-size: var(--h18size);
    font-family: 'Pontano Sans' !important;
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}
.product-popup-wrap>div.wpcf7 h2{
    color: var(--whitecolor) !important;
}
.home-contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

.cta-away-left {
    gap: 0 !important;
}

.cta-away .e-con-inner .cta-away-left p {
    max-width: 516px;
    text-align: left !important;
    color: var(--whitecolor) !important;
    padding-top: 30px !important;
    margin-bottom: 32px !important;
}

.cta-away .e-con-inner .cta-away-left .elementor-heading-title::after {
    background-color: var(--whitecolor) !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

.cta-away .e-con-inner .cta-away-left h2 {
    text-align: left !important;
    color: var(--whitecolor) !important;
    line-height: 1.3 !important;
    max-width: 270px;
}

.cta-away .e-con-inner {
    align-items: center !important;
}

.slick-prev {
    position: absolute;
    /* left: 0; */
    font-size: 0;
    outline: none;
    cursor: pointer;
    top: 108%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 !important;
    background-color: transparent !important;
    border: 2px solid #0000004D !important;
    height: 44px;
    width: 44px;
    font-size: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: calc((100% - 1400px + 600px) / 2);
    top: 108%;
    z-index: 1;
    background: transparent;
    font-size: 0;
    border: 1px solid var(--black);
    width: 32.91px !important;
    height: 32.91px !important;
    border-radius: 100%;
    outline: unset;
    transition: all .5s ease;
    cursor: pointer;
}

.signmaker-faq .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    width: 23px;
    border: 2px solid var(--secondary-color);
    height: 23px;
    justify-content: center;
    border-radius: 15px;
    padding: 10px;
}

.slick-prev:hover::before {
    filter: brightness(0) saturate(100%) !important;
}

.slick-prev::before {
    font-size: 0 !important;
    position: absolute;
    content: '';
    background-image: url(../images/aerow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: 0;
    color: var(--whitecolor);
    display: flex;
    /* filter: brightness(0) invert(1); */
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next {
    position: absolute;
    /* right: 0; */
    top: 108%;
    outline: none;
    cursor: pointer;
    padding: 0 !important;
    /* background-color: transparent !important; */
    border: 2px solid #0000004D !important;
    height: 44px;
    /* width: 44px; */
    font-size: 0 !important;
    transform: translateY(-50%);
    /* z-index: 10; */
    position: absolute;
    /* right: calc((100% - 1400px) / 2); */
    /* top: -103px; */
    z-index: 1;
    background: transparent;
    font-size: 0;
    border: 1px solid var(--black);
    /* width: 52px; */
    /* height: 52px; */
    border-radius: 100%;
    outline: unset;
    transition: all .5s ease;
    cursor: pointer;
    right: calc((100% - 1400px + 500px) / 2);
    width: 32.91px !important;
    height: 32.91px !important;
}

html .slick-prev:hover {
    border: 2px solid #000000 !important;
}

html .slick-next:hover {
    border: 2px solid #000000 !important;
}

.slick-next::before {
    font-size: 0;
    font-family: inherit;
    font-weight: normal;
    position: absolute;
    content: '' !important;
    background-image: url(../images/aerrow-rights.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: 0;
    color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    opacity: 1 !important;
    transform: translateY(-50%) rotate(180deg);
}

.choose-us-left {
    position: relative !important;

}

.choose-us-left::after {
    content: "";
    position: absolute;
    top: -225px;
    left: -250px;
    width: 568px;
    /* Image width */
    height: 514px;
    /* Image height */
    background-image: url(../images/choose-over.png);
    /* Replace with your image URL */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-us-custum {
    align-items: center !important;
}

.choose-us-custum {
    margin-top: var(--divgap50) !important;
}

.choose-us-custum .choose-us-left {
    width: 60% !important;
}

.choose-us-custum .choose-us-right {
    width: 40% !important;
    padding: 0 !important;
}

.choose-us {
    padding-top: var(--innerdivgap);
}

p {
    font-family: 'Public Sans';
}

.choose-us-text p {
    padding-top: 20px;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--h18size);
    leading-trim: NONE;
    font-family: 'Public Sans' !important;
    line-height: 100%;
    color: var(--secondary-color);
    letter-spacing: 1%;
    text-align: center;
}

.choose-us-text {
    gap: 0 !important;
}

.choose-us .e-con-inner {
    gap: 0 !important;
}

/* popup form start */
.home-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    /* default hidden */
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;
}

.product-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    /* default hidden */
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;
}

.product-popup-wrap>div.wpcf7 .wpcf7-response-output {
    color: var(--whitecolor) !important;
}

.product-popup-wrap>div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.product-popup-wrap>div.wpcf7 .wpcf7-form p label {
    color: var(--whitecolor) !important;
}

.product-popup-wrap>div.wpcf7 .wpcf7-submit {
    background-color:#FEF5F2 !important;
    border-radius: 30px !important;
    padding: 14px 36px !important;
    font-weight: 700 !important;
    font-style: Regular;
    font-size: var(--h18size) !important;
    color: var(--primary-color) !important;
    leading-trim: NONE;
    line-height: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}

#product-close-popup {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 28px !important;
    font-weight: bold !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    z-index: 11000 !important;
    user-select: none !important;
    text-align: center !important;
    padding: 0 !important;
}

.product-popup-wrap>div.wpcf7 {
    position: relative !important;
    background: #0C4DA2;
    padding: 40px 30px 30px !important;
    border-radius: 8px !important;
    max-width: 700px !important;
    width: 100% !important;
    margin: 0 auto;
    max-height: 90vh !important;
    overflow-y: auto !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
    z-index: 10000 !important;
}

.home-popup-wrap * {
    box-sizing: border-box;
}


.home-popup-wrap>#homepopup {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


body.open-popup {
    overflow: hidden;
}

.home-popup-wrap .wpcf7-form {
    width: 100%;
    margin: 0;
}

.home-popup-wrap>div.wpcf7 .wpcf7-response-output {
    color: var(--whitecolor) !important;
}

.home-popup-wrap>div.wpcf7 .wpcf7-submit {
    background-color: var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 14px 36px !important;
    font-weight: 700 !important;
    font-style: Regular;
    font-size: var(--h18size) !important;
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}

.home-popup-wrap>div.wpcf7 .wpcf7-form p label {
    color: var(--whitecolor) !important;
}

.home-popup-wrap>div.wpcf7 {
    position: relative !important;
    background: var(--primary-color);
    padding: 20px 20px 20px !important;
    border-radius: 8px !important;
    max-width: 700px !important;
    width: 100% !important;
    margin: 0 auto;
    max-height: 90vh !important;
    overflow-y: auto !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
    z-index: 10000 !important;
}

#close-popup {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    z-index: 11000 !important;
    user-select: none !important;
    text-align: center !important;
    padding: 0 !important;
}

#close-popup:hover {
    background: #eee !important;
}

/* popup form end */
.zak-header-action .zak-icon path {
    fill: var(--whitecolor) !important;
}

.zak-search-field {
    color: var(--whitecolor);

}

.zak-search-field::placeholder {
    color: var(--whitecolor);

    opacity: 1;

}

/* strikers page design*/


.tax-product_cat .zak-content .zak-row {
    max-width: var(--containerwidth);
    margin: 0 auto;
    padding-top: var(--divgap50);
    padding-bottom: var(--innerdivgap);
}

.tax-product_cat .zak-content .zak-row .product-category-extra-description {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    color: #333333 !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;

}

.cater-results {
    border-bottom: 1px solid #00000029;
    padding-bottom: 24px !important;
}

.serv-industrey .serv-industrey-right p a {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.category-description ul,
.category-description ul+p {
    margin-left: 20px;
}

.serv-industrey .serv-industrey-right ul,
.serv-industrey .serv-industrey-right ul+p {
    margin-left: 20px;
}

.tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list li {
    width: 50%;
    list-style-type: disc;
    max-width: 641px;
}

.tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    left: 49%;
    width: 2px;
    background: #0000001A;
    z-index: 1;
    pointer-events: none;
}

.tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list {
    margin-top: 36px;
    display: flex;
    position: relative;
    gap: 30px;
    justify-content: space-between;
}

.tax-product_cat .zak-content .zak-row .prdt-cat-wrap .cat-thumbnail-img {
    width: 40%;

}

.tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list li strong {
    display: flex;
    flex-direction: column;
    list-style-type: disc;
    font-family: 'Public Sans';
    font-weight: 700;
    font-style: Bold;
    margin-bottom: 16px;
    font-size: var(--h18size);
    leading-trim: NONE;
    line-height: 26px;
    color: var(--secondary-color);
    letter-spacing: 1%;

}

.tax-product_cat .zak-content .zak-row .product-category-extra-description h4 {

    font-weight: 700;
    font-style: Bold;
    font-family: 'Public Sans';
    font-size: var(--h3size);
    color: var(--primary-color);
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 1%;
    margin-bottom: 15px !important;

}

.tax-product_cat .zak-content .zak-row .prdt-cat-wrap .category-description ul li {
    list-style-type: disc;
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h18size);
    color: var(--secondary-color);
    leading-trim: NONE;
    margin-bottom: 15px !important;
    line-height: 26px;
    font-family: 'Public Sans';
    letter-spacing: 1%;
}

.tax-product_cat .zak-content .zak-row .prdt-cat-wrap .category-description {
    width: 60%;
}

.tax-product_cat .zak-content .zak-row .prdt-cat-wrap {
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
}

/* services main page  */
.breadcrumb-trail .trail-items li:last-child span {
    color: #0C4DA2 !important;
}

.services-main-wrap {
    padding: var(--innerdivgap) 0;
}

/* products main page  */
.post-type-archive .zak-content .zak-row {
    max-width: var(--containerwidth);
    margin: 0 auto !important;
    padding-bottom: var(--innerdivgap);
}

.woocommerce .woocommerce-pagination .page-numbers .current {
    background-color: #0C4DA2 !important;
    color: var(--whitecolor) !important;
}

.woocommerce .woocommerce-pagination .page-numbers li:hover>a {
    background-color: #0C4DA21A !important;
    color: #0C4DA2 !important;
    border: 1px solid #0C4DA21A !important;
}

.woocommerce .woocommerce-pagination .page-numbers li>a,
.woocommerce .woocommerce-pagination .page-numbers li>span {
    color: #303030 !important;
    font-family: 'Pontano Sans';
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize);
    leading-trim: NONE;
    border: 1px solid #497AB9 !important;
    line-height: 120%;
    letter-spacing: 0%;

}

.post-type-archive .zak-content .zak-row .products.columns-4 {
    padding-top: 30px;
}

/* products details page  */

.gallery-summary-section .gallery-inner {
    display: flex !important;
    gap: 30px !important;
    max-width: var(--containerwidth) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: var(--innerdivgap) !important;
    margin-top: var(--divgap50) !important;
}

.related-wrapper-inner .related {
    max-width: var(--containerwidth) !important;
    margin: 0 auto !important;
}

.related-wrapper-inner .related .products {
    margin-top: 30px !important;
}
.home-popup-wrap>div.wpcf7 .wpcf7-spinner{
    display: none !important;
}
.inquiry-now:hover {
    z-index: 1;
    color: var(--whitecolor);
}


.inquiry-now:hover::after {
    left: 0 !important;
}

.inquiry-now::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    transition: left 0.5s ease;
    z-index: -1;
}

.related-wrapper-inner .related h2:not(.columns-4 h2):not(.columns-4 > h2) {
    font-weight: 700 !important;
    font-size: var(--h2size) !important;
    color: var(--primary-color) !important;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0 !important;
    position: relative;
    letter-spacing: 1%;
}

.related-wrapper-inner .related h2:not(.columns-4 h2):not(.columns-4 > h2)::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 10px auto 0;
}

.inquiry-now {
    background-color: var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 14px 36px !important;
    font-weight: 700 !important;
    font-style: Regular;
    font-size: var(--h18size) !important;
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 100%;
    height: 48px !important;
    display: flex !important;
    align-items: center;
    text-align: center;
    position: relative;
    width: max-content !important;
    overflow: hidden;
    transition: color 0.5s ease;
}

.gallery-summary-section .gallery-inner .entry-summary .posted_in {
    display: none !important;
}

.product-template-default .type-product {
    flex-direction: column !important;
}

.breadcrumb-trail .trail-items li:last-child {
    color: #0C4DA2 !important;
}

.gallery-summary-section .gallery-inner .woocommerce-product-gallery img {
    width: 100%;
    height: 475px;
    border-radius: 10px;
    max-width: 100% !important;
    object-fit: cover !important;
}

.gallery-summary-section .gallery-inner .woo-product-gallery-slider .zoomtoo-container {
    width: 100% !important;
}

.single-product .product .product_meta {
    border: none !important;
}

.gallery-summary-section .gallery-inner .woo-product-gallery-slider {
    width: 40% !important;
    flex: unset !important;
    border-radius: 10px;
    /* border: 1px solid #0C4DA266 !important; */
}

.related-wrapper-inner {
    background-color: #F2FBFE;
    padding: var(--innerdivgap) 0;
}

.gallery-summary-section .gallery-inner .entry-summary {
    width: 60% !important;
}

/* industree and services details page  */

.serv-industrey {
    margin-top: var(--div70) !important;
}

.industree-wraps p a {
    text-decoration: underline !important;
    color: #000000CC !important;
}

.industries-template-default .industree-wraps {
    padding-bottom: var(--innerdivgap) !important;
}

.industree-wraps ul li {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    color: #333333;
    list-style-type: disc;
}

.service-template-default .clients-say {
    padding-top: 0 !important;
}

.serv-industrey .serv-industrey-right ul li strong {
    font-family: 'Public Sans';
}

.industree-wraps ul li strong {
    font-family: 'Public Sans';
}

.industree-wraps ul li {
    font-family: 'Public Sans';
}

.serv-industrey .serv-industrey-right ul li {

    font-weight: 700;
    font-family: 'Public Sans';
    font-style: Bold;
    font-size: var(--h18size);
    list-style-type: disc;
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;

}

.serv-industrey .e-con-inner {
    margin-bottom: 40px !important;
}

.serv-industrey .serv-industrey-right h2::after {
    margin-left: unset !important;
    margin-right: unset !important;
    width: 193px !important;
    background-color: #00AEEF;
}

.serv-industrey .serv-industrey-right h2 {
    text-align: left !important;
}

.serv-industrey-right {
    gap: 20px !important;
}

.serv-industrey .e-con-inner {
    gap: 44px !important;
}

.serv-industrey .serv-industrey-left img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    /* object-fit: contain; */
    border-radius: 10px;
}

.serv-industrey .serv-industrey-left {
    width: 40%;
}

.serv-industrey .serv-industrey-right {
    width: 60% !important;
}

/* about us page */

.zak-page-header-top-banner {
    height: 463px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zak-page-header-top-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(270.45deg, rgba(0, 0, 0, 0) 19.94%, rgba(0, 0, 0, 0.35) 69.57%);
    z-index: 0
}

.zak-page-header-top-banner .zak-container {
    max-width: var(--containerwidth);
    padding: 0 16px;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    position: relative;
}

.zak-page-header-top-banner .zak-container .zak-row {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.zak-page-header {
    /* z-index: 30; */
    z-index: 0;
}

.zak-page-header-top-banner .zak-page-sub-title {
    color: var(--whitecolor);
    font-size: var(--font-m);
    line-height: var(--lineheight-m);
    margin-bottom: 25px;
}

.zak-header-search .zak-search-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    visibility: visible;
    width: 408px;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;

}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a:hover {
    color: var(--primary-color) !important;
}

.zak-search-form .zak-search-field {
    width: 408px;
    font-size: 16px;
    color: white;
    opacity: 1;
    height: 48px;
    border-radius: 30px;
    padding-left: 56px;
    background-color: transparent !important;
    border: 1px solid #FFFFFF33 !important;
}

.zak-page-header-top-banner .zak-page-title {
    color: var(--whitecolor);
    font-size: var(--font-H1);
    line-height: var(--lineheight-H1);
    margin-bottom: 27px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-family: var(--font-gothic-bold);
}

.zak-page-header-top-banner .zak-page-title .heading-location-text {
    margin-bottom: 0;
    text-transform: capitalize;
}

.tax-product_cat .zak-content .zak-row .prdt-cat-wrap .category-description h4 {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h18size);
    color: var(--secondary-color);
    leading-trim: NONE;
    margin-bottom: 15px !important;
    line-height: 26px;
    font-family: 'Public Sans';
    letter-spacing: 1%;

}

.zak-page-header .zak-row {
    width: auto !important;
    padding: 0 40px;
}

.zak-page-header .zak-page-title {

    font-weight: 400;
    font-style: Regular;
    font-size: var(--h1size);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;

}

.faq-layout {
    background-color: #F5F5F5;
    margin-top: var(--div70) !important;
}

.zak-page-header {
    background-color: #F2FBFE;
    /* padding: 32px 0 0 0; */
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: auto;
    background-position: top;
    align-items: center;

    display: flex;
    max-width: var(--containerwidth);
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
}

.zak-breadcrumbs .trail-items,
.breadcrumbs .trail-items {
    position: relative;
    align-items: center;
    justify-content: center;
}

.zak-page-header.zak-style-3 .zak-page-title {
    font-family: var(--bodyfont);
    font-weight: 900;
    font-size: var(--h2size);
    line-height: 1.3;
    color: var(--whitecolor) !important;
    letter-spacing: 0%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0%;
}

.zak-page-header .zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li {
    display: flex;
    align-items: center;
    position: relative;
}

.breadcrumbs .trail-items li:last-child::after {
    content: none;
}

.zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li::after {
    color: var(--secondary-color) !important;
}

.zak-page-header .zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    color: var(--secondary-color);
}

.zak-breadcrumbs .trail-items span,
.breadcrumbs .trail-items span,
.zak-breadcrumbs .trail-items a,
.breadcrumbs .trail-items a {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 1.4;
    letter-spacing: 1%;
    color: var(--secondary-color);

}

.zak-breadcrumbs .trail-items>span,
.breadcrumbs .trail-items>span {
    font-weight: 400;
}

.zak-breadcrumbs .trail-items a:hover span,
.breadcrumbs .trail-items a:hover span {
    color: var(--light-brown);
}

.e-con-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* location main pages  page */
.locations-prospect .outer-locations .locations-item img {
    height: 380px;
    border-radius: 10px;
}

.locations-prospect .outer-locations .locations-item .tp-wrap {
    display: flex !important;
}

.locations-prospect .outer-locations .locations-item .locations-title {
    text-align: center;
    padding-top: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 15px;
    font-weight: 700 !important;
    font-style: Bold !important;
    display: -webkit-box;
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    line-height: 1.4 !important;
    letter-spacing: 1%;
    margin-bottom: 0 !important;
    text-align: center;
}

.locations-prospect .outer-locations {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.locations-prospect {
    padding: var(--innerdivgap) 0;
}

/* location details  page */
.locations-template-default .zak-content .loc-how {
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
 background-repeat: no-repeat;
    background-size: cover;
}
.locations-template-default .zak-content .loc-how::before{
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: radial-gradient(54.87% 288.31% at 74.95% 39.83%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}
.locations-template-default .wpcf7 form .wpcf7-response-output {
    color: var(--whitecolor) !important;
}
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one .loc-b-content .loc-reviews-wrap p i {
    color: #F29F33 !important;
}
.locations-template-default .zak-content .container-gaps .loc-content{
    z-index: 1 !important;
}
.locations-template-default .zak-content .why-loc ul {
    margin-top: 30px !important;
}

.locations-template-default .zak-content .why-loc ul li {
    list-style-type: none;
    font-weight: 700;
    background-color: #FEF5F2 !important;
    border-radius: 10px;
    padding: 40px;
    font-style: Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Public Sans' !important;
    font-size: var(--h18size);
    list-style-type: none;
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
}

.locations-template-default .zak-content .why-loc ul {
    display: grid;
    flex-direction: column;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
}

.locations-template-default .zak-content .why-loc p a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
    height: 72px;
    width: 72px;
    padding: 12px;
    object-fit: contain;
    box-sizing: border-box;
}

.why-loc p a {
    color: inherit;
    font-weight: 700 !important;
    font-size: var(--h3size) !important;
    line-height: 24px !important;
    letter-spacing: 1%;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--whitecolor) !important;
    text-align: center;
    vertical-align: middle;
}

.why-loc p {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    flex-direction: column !important;
    max-width: 100%;
    color: var(--whitecolor) !important;
    letter-spacing: 1%;
}

.why-loc h3::after {
    background-color: var(--whitecolor) !important;
}

.why-loc h3 {
    color: var(--whitecolor) !important;
}

.why-loc {
    padding: var(--innerdivgap) 0 !important;
    margin: var(--innerdivgap) 0 !important;
    background-color: var(--primary-color) !important;
}

.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one .loc-b-content .loc-reviews-wrap p {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--h20size);
    max-width: 715px;
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 1%;
}

.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one .loc-b-content h1 {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h1size) !important;
    leading-trim: NONE;
    line-height: 1.4;
    max-width: 703px;
    color: var(--whitecolor) !important;
    letter-spacing: 1%;
}

.locations-template-default .zak-content .container-gaps .loc-content {
    display: flex;
    gap: 30px;
    width: var(--containerwidth);
    align-items: center;
    margin: 0 auto;
}

.loc-lable-striker h3::after {
    margin-left: unset !important;
    margin-right: unset !important;
}

.loc-lable-striker h3 {
    text-align: left !important;
}

.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two form .wpcf7-submit {
    background-color: #FEF5F2 !important;
    color: var(--primary-color) !important;
    border: 1px solid #FEF5F2 !important;
}

.locations-template-default .zak-content .zak-row .loc-stand {
    padding-top: var(--innerdivgap);
    padding-bottom: var(--divgap50);
}

.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two {
    backdrop-filter: blur(1px);
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 30px;
}

.locations-template-default .zak-page-header .zak-row {
    width: 100% !important;
}

.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one,
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two {
    width: 50%;
}
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two{margin: 30px 0;}

/* serch results  page */
.search-results .zak-content .zak-row {
    max-width: var(--containerwidth);
    margin: 0 auto !important;
    padding: var(--innerdivgap) 0;
}

.search-results .zak-content .zak-row .zak-posts .zak-entry-thumbnail img {
    height: 350px !important;
}

.search-no-results .zak-content .zak-row .zak-search-field {
    color: var(--secondary-color) !important;
}

.zak-no-results .page-content {
    gap: 0 !important;
}

.search-no-results .zak-content .zak-row h1 {
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: var(--h2size) !important;
    leading-trim: NONE;
    color: var(--primary-color) !important;
    line-height: 100%;
    position: relative !important;
    letter-spacing: 1%;
    text-align: center;
    margin-bottom: 15px !important;
}

.search-no-results .zak-content .zak-row {
    padding: var(--innerdivgap) 0;
}

.search-results .zak-content .zak-row .zak-posts .zak-entry-footer a:hover::after {
    left: 0 !important;
}

.search-results .zak-content .zak-row .zak-posts .zak-entry-footer a:hover {
    z-index: 1;
    color: var(--whitecolor);
}

.search-results .zak-content .zak-row .zak-posts .zak-entry-footer a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    transition: left 0.5s ease;
    z-index: -1;
}

.search-results .zak-content .zak-row .zak-posts .zak-entry-footer a {
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 14px 36px;
    font-weight: 700;
    font-style: Regular;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    width: max-content !important;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}

.search-results .zak-content .zak-row .zak-posts .zak-entry-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results .zak-content .zak-row .zak-posts {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

/* Pehle anchor tag ke liye */
.location-numbers a:nth-child(1) {
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1.92px;
    height: 47px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}

/* Dusre anchor tag ke liye */
.location-numbers a:nth-child(2) {
    background-color: transparent !important;
    border: 1px solid var(--whitecolor) !important;
    padding: 13px 32px !important;
    font-weight: 400 !important;
    font-style: Medium;
    font-size: var(--fontsize) !important;
    color: var(--whitecolor) !important;
    leading-trim: NONE;
    line-height: 100%;
    border-radius: 30px !important;
    letter-spacing: 1%;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}


/* about-gallery */
.abouts-gallery {
    padding: var(--div70) 0;
}

.abouts-gallery .gallery-columns-4 {
    display: grid;
    gap: 20px;
    margin-top: 30px !important;
    grid-template-columns: repeat(3, 1fr);
}

.abouts-gallery .gallery-item a img {
    width: 100% !important;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.abouts-gallery .gallery-item a {
    width: 100%;
}

.abouts-gallery .gallery-item {
    width: 100%;
    max-width: 100% !important;
}

/* testimonial pages */
.backery-modern {
    padding: var(--innerdivgap) 0;
}

.backery-modern .outer-testimonials {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
}

/* printing-capicity */
.digital-printings .lexan-printing .lexan-img {
    width: 40%;
}

.digital-printings .lexan-printing .lexan-img img {
    width: 100%;
    height: 505px;
    border-radius: 10px;
}

.digital-printings .lexan-printing .laxan-cam table th,
table td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid var(--secondary-color) !important;
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    color: #333333;
    letter-spacing: 0%;
}

.digital-printings .lexan-printing .laxan-cam h2::after {
    margin-left: unset !important;
    margin-right: unset !important;
}

.digital-printings .lexan-printing .laxan-cam h2 {
    text-align: left !important;
}

.digital-printings .lexan-printing .laxan-cam {
    width: 60%;
}

.digital-printings {
    padding: var(--innerdivgap) 0;
}

/* link screen */
.links-wrap {
    padding: var(--innerdivgap) 0;
}

.links-wrap .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.links-wrap .links-wrap-gaps h6::after {
    display: none !important;
}

.links-wrap .links-wrap-gaps h4 a {
    text-align: center;
    padding-top: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 15px;
    font-weight: 700 !important;
    font-style: Bold !important;
    display: -webkit-box;
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    line-height: 1.4 !important;
    letter-spacing: 1%;
    margin-bottom: 0 !important;
    text-align: center;
}

.links-wrap .links-wrap-gaps h4 {
    text-align: center;
    padding-top: 24px;
    display: flex !important;
    flex-direction: column !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 15px;
    font-weight: 700 !important;
    font-style: Bold !important;
    display: -webkit-box;
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    line-height: 1.4 !important;
    letter-spacing: 1%;
    margin-bottom: 0 !important;
    text-align: center;
}

.links-wrap .links-wrap-gaps h6 {
    text-align: center;
    padding-top: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 15px;
    font-weight: 700 !important;
    font-style: Bold !important;
    display: -webkit-box;
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    line-height: 1.4 !important;
    letter-spacing: 1%;
    margin-bottom: 0 !important;
    text-align: center;
}

.links-wrap .links-wrap-gaps .elementor-widget-image {
    width: 100% !important;
}

.links-wrap .links-wrap-gaps img {
    width: 100% !important;
    height: 282px;
    border-radius: 10px;
    object-fit: cover;
}

.links-wrap .links-wrap-gaps a {
    width: 100% !important;
}

.links-wrap .links-wrap-gaps {
    width: 100% !important;
    flex-direction: column-reverse !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0C4DA266 !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

/* get profestionla-skreen */
.strike-printing {
    padding: var(--div70) 0;
}

.strike-products {
    padding: 0 !important;
}

.strike-products .strcike-range img {
    width: 100% !important;
    height: 282px;
    border-radius: 10px;
    object-fit: cover;
}

.strike-products .strcike-range a {
    width: 100% !important;
}

.strike-products .strcike-range .elementor-widget-image {
    width: 100% !important;
}

.strike-products .strcike-range h6::after {
    display: none !important;
}

.strike-products .strcike-range h6 {
    text-align: center;
    padding-top: 24px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 15px;
    font-weight: 700 !important;
    font-style: Bold !important;
    display: -webkit-box;
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    line-height: 1.4 !important;
    letter-spacing: 1%;
    margin-bottom: 0 !important;
    text-align: center;
}

.strike-products .strcike-range {
    width: 100% !important;
    flex-direction: column-reverse !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0C4DA266 !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

.strike-printing ul li {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h18size);
    list-style-type: disc;
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
}

.strike-printing ul {
    margin-left: 20px;
}

.strike-printing h3::after,
.strike-printing h2::after,
.strike-printing h4::after,
.strike-printing h5::after {
    margin-left: unset !important;
    margin-right: unset !important;
}

.strike-printing p strong {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h18size);
    list-style-type: disc;
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
}

.strike-printing h3,
.strike-printing h2,
.strike-printing h4,
.strike-printing h5 {
    text-align: left !important;
}

/* daunlod page*/

.downloads-wrap {
    padding: var(--div70) 0;
}

.downloads-gaps ul {
    display: grid;
    margin-top: 30px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.downloads-gaps ul li {
    list-style-type: disc;
}

.downloads-gaps ul li a {
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h18size);
    list-style-type: disc;
    color: var(--whitecolor);
    leading-trim: NONE;
    text-align: center;
    line-height: 26px;
    letter-spacing: 1%;
}

.downloads-gaps ul li {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    margin-bottom: 0 !important;
    align-items: center;
    justify-content: center;
}

/* site map  page */
.site-map-caps {
    padding: var(--innerdivgap) 0 !important;
    max-width: var(--containerwidth) !important;
    margin: 0 auto !important;
}

.sites-ul ul {
    border-top: var(--primary-color) 1px solid !important;
    border-left: var(--primary-color) 1px solid !important;
    margin-left: 0 !important;
    color: var(--secondary-color);
    list-style: none;
}

.simple-sitemap-page {
    color: var(--whitecolor);
}

.site-map-caps ul li a:hover {
    background: var(--primary-color) !important;
    color: var(--whitecolor) !important;
}

.sites-ul h3 {

    font-weight: 600;
    font-size: var(--h20size);
    line-height: 24px;
    padding-top: 32px;
    color: var(--black-color);
}

.site-map-caps ul li a {
    color: var(--black-second) !important;
    padding: 10px;
    display: flex;
    line-height: 1;
    line-height: 25.78px;
    font-weight: 400;
    font-weight: 500;
    width: 100%;

    font-size: var(--fontsize);
    text-align: left;
}

.site-map-caps ul li {
    border-right: var(--primary-color) 1px solid !important;
    border-bottom: var(--primary-color) 1px solid !important;
    display: flex;
}

.sites-ul ul {
    border-top: var(--primary-color) 1px solid !important;
    border-left: var(--primary-color) 1px solid !important;
    margin-left: 0 !important;
    color: var(--secondary-color);
    list-style: none;
}

/* thank you page */
.thank-you-page {
    padding: var(--innerdivgap) 0;
}

.thank-you-page p {
    font-weight: 500 !important;
    font-size: var(--h18size) !important;
    line-height: 24px;
    text-align: center;
    color: var(--secondary-color) !important;
    letter-spacing: 1%;
    vertical-align: middle;

}


/* Contact us page */
.contact-wrap-right .wpcf7-submit {
    margin-top: 30px !important;
    background-color: #FEF5F2 !important;
    color: var(--primary-color) !important;
    border: 1px solid #FEF5F2 !important;
    height: 48px;
}

input[type="search"]:focus {
    border: 1px solid #FFFFFF33 !important;
}

.zak-header-search__toggle {
    position: relative !important;
    right: 360px;
}

.zak-search-form .zak-search-field {
    position: relative;
    left: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 5px !important;
    font-weight: 500;
    font-size: var(--fontsize);
    margin-bottom: 16px;
    color: var(--whitecolor);
    line-height: 100%;
}

.sales-extra .contact-details>div a {
    color: var(--whitecolor) !important;
}
.home-popup-wrap .wpcf7-form p:has(.wpcf7-submit) {
    margin-bottom: 0 !important;
}
.home-popup-wrap>div.wpcf7 .wpcf7-response-output{
    margin-top: 10px !important;
}
.home-popup-wrap>div.wpcf7 > p:not(.alert-msg p){
    margin-bottom: 15px !important;
}
.home-popup-wrap input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea{
height: 45px !important;
}
.home-popup-wrap textarea {
height: 100px !important;
}
.spapces {
    display: flex;
    align-items: start;
    gap: 15px;
}

.conatct-info {
    gap: 0 !important;
}

.sales-extra .contact-details>div {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    margin-bottom: 0 !important;
    align-items: center;
    justify-content: center;
}

.contact-wrap .contact-details>div:hover {
    background-color: var(--primary-color) !important;
    /* या जो भी color चाहिए */

}

.sales-map {
    height: 100% !important;
}

.sales-map .elementor-custom-embed {
    height: 100% !important;

}

.contact-wrap-right form .form-control p {
    margin-bottom: 15px;
}

.contact-wrap-right form label {
    color: var(--whitecolor) !important;
}

.contact-wrap-right form {
    margin-top: 30px !important;
    background: #0C4DA2;
    padding: 20px 25px;
    border-radius: 10px;
}

.elementor-widget-google_maps iframe {
    height: 100% !important;
    border-radius: 10px;
}

.sales-map {
    padding-top: 30px !important;
}

.contact-wrap-right {
    gap: 0 !important;
}
.conatct-info{
    margin-top: var(--innerdivgap) !important;
}
.contact-wrap-left {
    gap: 0 !important;
}
.contact-wrap-right form h2{
    display: none !important;
}
.contact-wrap .e-con-inner {
    gap: 0 !important;
}

.sales-extra .contact-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lable-wraps p {
    display: flex;
    gap: 15px;
}

.sales-extra {
    padding-top: var(--divgap50);
}

.zak-header-buttons .zak-button {
    height: 52px !important;
    display: flex !important;
    align-items: center;
}

.contact-wrap {
    padding: var(--innerdivgap) 0 !important;
}

/* Blog  page */
.blog .zak-content .zak-row {
    max-width: var(--containerwidth);
    margin: 0 auto !important;
    padding-top: var(--innerdivgap);
}

.blog-web {
    padding: var(--divgap50) 0;
}

.blog-web .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blog-web .posts-wrapper .post-meta {
    padding-top: 24px;
}

.blog-web .posts-wrapper .post-content-wrap .read-more .post-link-wrapper {
    display: none !important;
}

.blog-web .posts-wrapper .post-content-wrap .read-more a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--black-second);
    z-index: -1;
    transition: left 0.5s;
}

.blog-web .posts-wrapper .post-content-wrap .read-more a:hover::after {
    left: 0 !important;
}

.blog-web .posts-wrapper .post-content-wrap .read-more a:hover {
    z-index: 1;
    color: var(--whitecolor);
}

.blog-web .posts-wrapper .post-content-wrap .read-more a {
    position: relative;
    font-size: var(--fontsize);
    color: var(--whitecolor);
    line-height: 24px;
    text-transform: uppercase;
    background-color: var(--primary-color) !important;
    font-weight: 600 !important;
    border-radius: 3px;
    overflow: hidden;
    transition: color 0.5s;
    padding: 12px 16px;
}

.blog-web .posts-wrapper .post-content-wrap .post-content .post-link-wrapper {
    font-family: 'Inter' !important;
    font-weight: 400;
    font-size: var(--fontsize);
    line-height: 24px;
    letter-spacing: 1%;
    margin-bottom: 20px;
    color: var(--black-color);
    max-width: 100%;
    vertical-align: middle;
}

.blog-web .posts-wrapper .post-content-wrap h3 {
    font-family: 'Bree Serif';
    font-weight: 400;
    font-size: var(--h4size);
    line-height: 1.4;
    letter-spacing: 1%;
    color: var(--black-color);
    max-width: 100%;
    vertical-align: middle;
}

.blog-web .posts-wrapper .post-thumbnail a {
    width: 100%;
}

.blog-web .posts-wrapper .post-thumbnail img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.blog-web .posts-wrapper .post-meta .post-date {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-web .posts-wrapper .category-label a {
    font-weight: 600;
    font-size: var(--h20size);
    line-height: 24px;
    letter-spacing: 1%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0%;
    color: var(--black-color);
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
}

.posts-navigation {
    display: none !important;
}


.zak-posts .zak-post {
    padding-top: 0 !important;
}

.blog .zak-content .zak-row .zak-posts .post h2 a {
    font-family: var(--bodyfont);
    font-weight: 700;
    font-size: var(--fontsize);
    line-height: 100%;
    color: var(--primary-color);
    letter-spacing: 0%;
    text-transform: capitalize;
}

.blog .zak-content .zak-row .zak-posts .zak-entry-thumbnail IMG {
    width: 100% !important;
    border-radius: 20PX;
    height: 380PX;
    object-fit: cover;
}

.blog .zak-content .zak-row .zak-posts .zak-entry-summary p {
    font-family: var(--interfont);
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 32px;
    color: var(--primary-color);
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog .zak-content .zak-row .zak-posts .zak-entry-meta span {
    font-family: var(--bodyfont);
    font-weight: 700;
    font-size: var(--h16);
    line-height: 100%;
    color: var(--primary-color);
}

.zak-entry-meta span {
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 100%;
    color: var(--black-second);
}

.entry-button .zak-icon {
    display: none !important;
}

/* Blog-Detail  page */
.post-navigation {
    display: none !important;
}

.post-template-default .zak-content .zak-row .post .entry-content ul li {
    font-family: 'Inter' !important;
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 32px;
    color: var(--black-second);
    letter-spacing: 0%;
    list-style-type: disc;
}

.post-template-default .zak-content .zak-row p {
    font-family: 'Inter' !important;
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 32px;
    color: var(--black-second);
    letter-spacing: 0%;
    list-style-type: disc;
}

.post-template-default .zak-content .zak-row .elementor-widget-container {
    font-family: var(--interfont) !important;
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 32px;
    color: var(--black-second);
    letter-spacing: 0%;
    list-style-type: disc;
}

.post-template-default .zak-content .zak-row a {
    font-family: var(--interfont) !important;
    font-weight: 700;
    font-size: var(--fontsize);
    line-height: 32px;
    color: var(--black-second);
    letter-spacing: 0%;
    list-style-type: disc;
}

.post-template-default .zak-content .zak-row ul li {
    font-family: 'Inter' !important;
    font-weight: 400;
    font-size: var(--fontsize);
    line-height: 24px;
    letter-spacing: 1%;
    color: var(--black-color);
    max-width: 100%;
    vertical-align: middle;
}

.post-template-default .zak-content .zak-row h2 {
    font-family: 'Bree Serif';
    font-weight: 400;
    font-size: var(--h4size);
    line-height: 40px;
    letter-spacing: 1%;
    color: var(--black-color);
    max-width: 100%;
    vertical-align: middle;
}

.entry-button {
    background-color: var(--primary-color);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
    font-weight: 600;
    font-size: var(--fontsize);
    color: var(--whitecolor) !important;
    line-height: 24px;
    padding: 12px 16px;
    letter-spacing: 1%;
    text-transform: uppercase;
}

.post-template-default .zak-content .zak-row .e-flex {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.post-template-default .zak-content .zak-row .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.post-template-default .zak-content .zak-row {
    max-width: var(--containerwidth);
    padding: var(--innerdivgap) 0;
    margin: 0 auto !important;
}

.post-template-default .zak-content .zak-row .zak-entry-thumbnail IMG {
    height: 300PX;
    object-fit: cover;
    border-radius: 20PX;
}

.comments-area {
    display: none !important;
}

.zak-entry-meta a {
    color: var(--secondary-color) !important;
    /* cursor: none !important; */
}

.post-template-default .zak-content .zak-row .elementor-widget-container {
    color: var(--black-second) !important;
    line-height: 25.78px;
    font-weight: 400;
    font-size: var(--fontsize);
    text-align: left;
}

html body .post-template-default .account-chemble .elementor-button-link {
    color: var(--whitecolor) !important;
}

.post-template-default .zak-content .zak-row .post .zak-entry-meta span {
    font-weight: 700;
    font-size: var(--fontsize);
    line-height: 1.4;
    color: var(--black-second);
}

.post-template-default .zak-content .zak-row .post .entry-content p {
    font-weight: 500;
    font-size: var(--fontsize);
    line-height: 32px;
    color: var(--black-second);
    letter-spacing: 0%;
}

/* Fast queate page */
.fast-quote-wrap {
    padding-top: var(--innerdivgap) !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    height: 45px;
    border-radius: 10px;
    padding-left: 20px;
    font-family: 'Public Sans';
    border: 1px solid #0C4DA266 !important;
}

.wpcf7-submit:hover {

    z-index: 1;
}


.wpcf7-submit:hover::after {
    left: 0 !important;
}

textarea {
    height: 100px !important;
    border-radius: 20px !important;
}

.wpcf7-submit::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    transition: left 0.5s ease;
    z-index: -1;
    border-radius: 27px;
}
.wpcf7-form p{margin: 0;}
.wpcf7-form .form-control > p {margin-bottom: 15px;}
.wpcf7-form p label {
    font-weight: 400;
    font-size: var(--fontsize);
    leading-trim: Cap height;
    line-height: 26px;
    margin-bottom: 5px;
    letter-spacing: 0%;
    width: 100%;
    color: var(--secondary-color);
    vertical-align: middle;
}

/* Responsive  */

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 1700px) {
    .zak-header-builder .zak-header-top-row {
        padding-left: 15px;
        padding-right: 15px;
    }
html .signmaker-teams{
 padding-left: 15px !important;
        padding-right: 15px !important;
}
    .signmaker-faq-anser {
        padding: 25px 0 !important;
    }

    .zak-header-builder .zak-main-row {
        padding: 8px 0 !important;
    }

    .intesols-slide-second {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .zak-footer-builder .zak-footer-top-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .zak-page-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .zak-header-builder .zak-main-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 1560px) {

    .zak-primary-nav .zak-primary-menu {
        gap: 15px;
    }

    body .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item.pum-trigger {
        padding: 10px;
    }

    .zak-footer-builder .zak-footer-top-row .footer-logo a {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1440px) {
    :root {
        --h1size: 54px;
        --slider-52: 46px;
        --h2size: 28px;
        --h3size: 26px;
        --h4size: 24px;
        --h5size: 22px;
        --h6size: 20px;
        --h20size: 19px;
        --fontsize: 16px;
        --divgap50: 40px;
        --div70: 55px;
        --innerdivgap: 70px;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a {
        font-size: 15px !important;
    }
    html body .tes-fast .ti-widget.ti-goog .ti-review-item>.ti-inner {
        margin: 0 5px !important;
    }
    html summary.e-n-accordion-item-title[aria-expanded="true"] {
        padding-bottom: 5px !important;
    }
html .tes-fast .ti-reviews-container-wrapper .ti-review-item{
    margin: 0 5px !important;
}
    html body summary.e-n-accordion-item-title[aria-expanded="true"] {
        padding-bottom: 0 !important;
    }
    html .ind-boxes{
     gap: 20px !important;
}
html .product-template-default .zak-page-header{
    padding-left: 15px !important;
    padding-bottom: 15px !important;
}
    html .signmaker-faq-anser {
        padding-right: 1em !important;
    }
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
    gap: 20px !important;
}
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
    gap: 20px !important;
}
.ti-widget.ti-goog .ti-col-3 .ti-review-item{
    margin-inline: 10px !important;
}
    html body .signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item[open] {
        padding-bottom: 0 !important;
    }

    html body .ti-widget.ti-goog .ti-review-item>.ti-inner{
        margin: 0 10px !important;
    }
.home-popup-wrap>div.wpcf7 h2{
    margin-bottom: 20px !important;
}
    html .elementor-widget-n-accordion .e-n-accordion-item-title {
        padding: 5px 0 !important;
    }

    h2 {
        margin-bottom: 10px !important;
    }

    .intesols-slide-second {
        width: 100% !important;
    }

    .locations-template-default .zak-content .why-loc ul {
        gap: 20px;

    }

    .locations-template-default .zak-content .why-loc ul li {
        padding: 25px !important;
        font-size: 14px !important;
    }

    .intesols-slide {
        position: relative;
        overflow: hidden;
    }

    .search-results .zak-content .zak-row .zak-posts {
        gap: 15px !important;
    }

    .search-results .zak-content .zak-row .zak-posts .zak-entry-footer a {
        font-size: 14px !important;
    }

    .outer-service .service-item .service-icn-wrap img {
        object-fit: cover !important;
    }

    .intesols-slide::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    /* Ensure content appears above the overlay */
    .intesols-slide-outer {
        position: relative;
        z-index: 2;
    }

    html .gallery-summary-section .gallery-inner {
        gap: 20px !important;
    }

    .locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two {
        padding: 25px !important;
    }

    .locations-template-default .why-loc {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .locations-template-default .loc-services-near {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .search-no-results .zak-content .zak-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .loc-lable-striker {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .zak-wc-filter {
        margin-bottom: 15px !important;
    }

    .signmaker-faq .e-con-inner {
        gap: 30px !important;
    }

    .search-results .zak-content .zak-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .locations-template-default .zak-content .zak-row .loc-stand {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .locations-template-default .zak-content .loc-how {
        height: 100% !important;
        padding-bottom: 0px !important;
        padding-top: 70px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .zak-page-header {
        max-width: 100% !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list::before {
        display: none !important;
    }

    .abouts-gallery .gallery-columns-4 {
        margin-top: 20px !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description h4 {
        line-height: 1.4 !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list {
        margin-top: 15px !important;
        gap: 18px !important;
    }

    .zak-breadcrumbs .trail-items li::after,
    .breadcrumbs .trail-items li::after {
        margin: 0 10px !important;
    }

    .home-contact-info {
        gap: 9px !important;
    }

    .custum-declare .declare-group h2 {
        line-height: 1.4 !important;
    }

    .zak-footer-builder .widget-footer-sidebar-4 {
        margin-bottom: 10px !important;
    }

    .our-products-btn {
        margin-top: 30px !important;
    }

    .cstum-ansers p {
        margin-top: 27px !important;
    }

    .single-product .product .product_meta {
        margin-top: 10px !important;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col .foo-logos {
        gap: 15px !important;
        margin-bottom: 20px !important;
    }

    .signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item-title-text {
        line-height: 1.4 !important;
    }

    .zak-page-header .zak-row {
        gap: 10px !important;
    }

    .elementor-widget-heading .elementor-heading-title {
        line-height: 1.4 !important;
    }

    .cater-results {
        padding-bottom: 15px !important;
    }

    .zak-page-header .zak-row {
        padding: 0 0px !important;
    }

    .our-services p {
        margin-bottom: 0 !important;
    }

    .contact-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .digital-printings {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .locations-prospect {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .our-services p {
        line-height: 1.4 !important;
    }

    .locations-prospect .outer-locations {
        gap: 15px !important;
    }

    .downloads-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .downloads-gaps ul {
        margin-top: 20px !important;
        gap: 20px !important;
    }

    .sales-extra .contact-details>div {
        padding: 22px !important;
    }

    .elementor-widget-n-accordion .e-n-accordion-item .elementor-element {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .signmaker-faq-anser h2 {
        margin-bottom: 15px !important;
    }

    .faq-layout {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .strike-printing {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .related-wrapper-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sales-extra .contact-details {
        gap: 20px !important;
    }

    .foo-mail a::before {
        margin-right: 10px !important;
    }

    .services-main-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .foo-address a::before {
        margin-right: 10px !important;
    }

    .foo-call a::before {
        margin-right: 10px !important;
    }

    .industries-template-default .industree-wraps {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .post-type-archive .zak-content .zak-row .products.columns-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .industries-template-default .industree-wraps ul {
        margin-left: 20px !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list {
        margin-left: 20px !important;
    }

    .tax-product_cat .zak-content .zak-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .serv-industrey .e-con-inner {
        gap: 25px !important;
    }

    .gallery-summary-section .gallery-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .serv-industrey {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .outer-testimonials .testimonials-item {
        margin: 10px 12px !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap {
        gap: 20px !important;
    }

    .clients-say .about-say-choose h2 {
        text-align: left !important;
    }

    .intesols-slide-second {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html .home-popup-wrap>div.wpcf7 {
        padding: 20px 20px 17px !important;
    }

    .vincy-sticker {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .the-industry-wrap .outer-industries .industries-item {
        gap: 15px !important;
    }

    .spapces {
        gap: 17px !important;
    }

    .signmaker-faq {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cta-away {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item {
        padding: 13px 0 !important;
    }

    .our-products {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .elementor-widget-n-accordion .e-n-accordion-item {
        padding: 22px 0 !important;
    }

    html .outer-service {
        grid-gap: 20px !important;
    }

    .outer-testimonials .testimonials-item {
        padding: 24px 26px !important;
    }

    .choose-us-right {
        padding: 0 !important;
    }

    .custum-declare {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .clients-say {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .our-services {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .choose-us {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .the-industry {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .the-industry-wrap .outer-industries {
        grid-gap: 40px !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col .phone-bar a span {
        font-size: 15px !important;
    }

    html .zak-header-buttons .zak-button {
        padding: 10px 20px !important;
        font-size: 14px !important;
        height: 45px !important;
    }

    .zak-header-builder .zak-main-row .zak-header-left-col {
        gap: 10px !important;
    }

    .zak-header-builder .zak-header-top-row {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-right-col {
        gap: 10px !important;
    }

    .zak-entry-meta {
        margin: 20px 0 !important;
    }

    .zak-page-header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .blog-web {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .blog-web .posts-wrapper {
        gap: 20PX !important;
    }

    .next-arrow::before {
        right: 0 !important;
    }

    .prev-arrow::before {
        width: 70px !important;
        height: 70px !important;
        right: -15px !important;
    }

    .site-map-caps {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .thank-you-page p {
        text-align: center !important;
    }

    .thank-you-page {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .zak-header-builder .zak-main-row .zak-header-left-col .site-branding {
        max-width: 210px !important;
    }

    .zak-copyright p {
        flex-wrap: wrap;
        gap: 10px;
    }

    .zak-footer-builder .zak-html-1 {
        display: flex;
        justify-content: end !important;
    }

    .zak-footer-builder .zak-footer-bottom-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .prev-arrow {
        left: 0 !important;
    }

    .next-arrow {
        right: 0 !important;
    }

    .post-template-default .zak-content .zak-row .post .entry-content ul {
        margin-left: 20px !important;
    }

    .zak-footer-builder .zak-html-1 {
        width: 100% !important;
    }

    .zak-footer-builder .zak-copyright {
        width: 100% !important;
    }

    .zak-footer-builder .zak-footer-main-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .blog .zak-content .zak-row {
        padding-left: 15PX;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1360px) {}

@media only screen and (max-width: 1260px) {

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .menu-item a {
        font-size: 15px !important;

    }
}

@media only screen and (max-width: 1200px) {
    .zak-header-builder .zak-desktop-row.zak-main-header {
        display: none;
    }
    html .clients-say-wrap  .slick-track{
    margin-bottom: 0px !important;
}
.signmaker-faq .e-con-inner{
    flex-direction: column !important;
}
    .heros_banneras .slick-initialized .slick-slide {
        background-position: right 20% top 90px !important;
    }
.signmaker-img{
    display: none !important;
}
    .zak-page-header .zak-row:has(> *:nth-child(2):not([style*="transform"])) {
        justify-content: space-between !important;
    }
.custom-widget-responsive .textwidget{
    display: none !important;
}
    .intesols-slide-second {
        width: 100% !important;
    }
        .after-footer-widget .custom-html-widget .h-call{
                    width: 50%;
        text-align: center;
        color: var(--whitecolor);
        font-size: var(--fontsize);
        padding: 0.55em 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        }
    .after-footer-widget .custom-html-widget .h-contact{
        border-right: 1px solid var(--whitecolor);
        width: 50%;
        text-align: center;
        color: var(--whitecolor);
        font-size: var(--fontsize);
        padding: 0.55em 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
.after-footer-widget .custom-html-widget{
position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: var(--primary-color);
        z-index: 4;
        border-top: 1px solid var(--whitecolor) !important;
}
    .zak-mobile-nav__header {
        margin-bottom: 0 !important;
    }

    .heros_banneras .slick-initialized .slick-slide::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 76.26%) !important;
    }

    .zak-page-header.zak-style-1:has(.zak-row > *:nth-child(2)) .breadcrumbs {
        margin-left: unset !important;
    }

    .zak-search-form .zak-search-field-label {
        width: 100% !important;
    }

    .zak-header-builder .zak-main-row .zak-header-left-col .site-branding img {
        max-height: 70px !important;
        max-width: 330px !important;
    }

    .zak-mobile-nav__header .zak-search-container {
        border-bottom: none !important;
    }

    .zak-mobile-nav__header .zak-search-container {
        width: 90% !important;
    }

    .choose-us-left p {
        padding-left: 0 !important;
    }

    .home-popup-wrap {
        padding: 10px !important;
    }

    .zak-main-nav .zak-search-form .zak-search-field-label {
        background-color: transparent !important;
        border: 1px solid #FFFFFF33 !important;
        height: 48px;
        border-radius: 30px;
    }

    .zak-main-nav .zak-search-form .zak-search-field {
        left: 0 !important;
    }

    .zak-main-nav .zak-search-form .zak-search-field-label .zak-icon--search {
        position: relative;
        left: 30px;
    }

    .zak-search-form .zak-search-field {
        width: 100% !important;
        padding-left: 30px !important;
    }

    .zak-main-nav .zak-search-form .zak-search-field {
        border: none !important;
    }

    .choose-us-left p::before {
        display: none !important;
    }

    .custom-widget-responsive {
        display: block !important;
    }

    html .slick-prev {
        right: 50px !important;
    }

    .zak-mobile-nav__header .zak-mobile-nav-close {
        padding: unset !important;
        border: unset !important;
    }

    .slick-next {
        right: 0 !important;
    }

    .zak-header-builder.sticky .zak-header-main-row {
        padding: 5px 0 !important;
    }

    .zak-mobile-menu .menu-item-has-children .sub-menu {
        border-top: 1px solid var(--whitecolor) !important;
    }

    .zak-mobile-menu>.current_page_item>a,
    .zak-mobile-menu>.current-menu-ancestor>a,
    .zak-mobile-menu .sub-menu>.current_page_item>a,
    .zak-mobile-menu .sub-menu>.current-menu-ancestor>a,
    .zak-mobile-menu .sub-menu>.current-menu-ancestor .sub-menu .current-menu-item a,
    .zak-mobile-menu>.current-menu-ancestor .sub-menu .current-menu-item a {
        color: var(--secondary-color) !important;
    }

    .custom-widget-responsive .textwidget .h-call {
        width: 50%;
        text-align: center;
        color: var(--whitecolor);
        font-size: var(--fontsize);
        padding: 0.55em 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }


    .custom-widget-responsive .textwidget .h-mail {
        border-right: 1px solid var(--whitecolor);
        width: 50%;
        text-align: center;
        color: var(--whitecolor);
        font-size: var(--fontsize);
        padding: 0.55em 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .custom-widget-responsive .textwidget .h-timings {
        display: none !important;
    }

    .custom-widget-responsive .textwidget {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: var(--primary-color);
        z-index: 4;
        border-top: 1px solid var(--whitecolor) !important;
    }

    .zak-page-header.zak-style-1 .zak-page-title {
        line-height: 1.4 !important;
        text-align: left !important;
    }

    .zak-mobile-menu li {
        border-bottom: 1px solid var(--whitecolor) !important;
    }

    .intesols-slide-second {
        height: 610px !important;
    }

    .zak-page-header.zak-style-1 .zak-page-title {
        padding-bottom: 5px !important;
    }

    .zak-header-builder .zak-main-nav .zak-submenu-toggle .zak-icon {
        display: block !important;
    }

    .zak-header-builder {
        background-color: var(--primary-color) !important;
        position: fixed !important;
        top: 0;
        width: 100%;
        left: 0 !important;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .zak-header-buttons .zak-header-button .zak-button:hover {
        color: var(--whitecolor) !important;
        z-index: 1;
    }

    .zak-header-buttons .zak-header-button .zak-button:hover::after {
        left: 0 !important;
    }

    .zak-header-buttons .zak-header-button .zak-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        height: 100%;
        width: 100%;
        background-color: var(--primary-color);
        transition: left 0.5s ease;
        z-index: -1;
        border-radius: 27px;
    }

    .zak-header-buttons .zak-header-button .zak-button {
        font-family: var(--interfont);
        font-weight: 500 !important;
        font-size: var(--h16) !important;
        line-height: 1.5 !important;
        height: 50px;
        border: none !important;
        display: flex;
        align-items: center;
        color: var(--whitecolor) !important;
        background: linear-gradient(90deg, rgb(102, 167, 67) 0%, rgb(4, 174, 240) 100%);
        border-radius: 40px;
        padding: 13px 23px;
        position: relative;
        overflow: hidden;
        display: inline-block !important;
        transition: color 0.5s ease;
    }

    .zak-header-main-row .social-icons {
        position: fixed;
        width: 100%;
        /* left: 0; */
        bottom: 0;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(90deg, #66A743 0%, #04AEF0 100%);
        z-index: -1;
        height: max-content !important;
        border-top: transparent !important;
        top: 50%;
        flex-direction: column !important;
        right: 0;

    }

    .zak-header-main-row .social-icons a::before {
        filter: brightness(0) invert(1) !important;

    }

    .zak-header-main-row .social-icons a::before {
        background-color: transparent !important;
    }

    .zak-header-builder .zak-mobile-row,
    .zak-header-builder .zak-mobile-row .zak-toggle-menu {
        display: block;
    }

    .zak-header-main-row .social-icons {
        width: auto !important;
        padding: 10px;
    }

    .zak-header-builder .zak-header-top-row {
        background-color: transparent;
        padding: 0;
    }

    .zak-header-builder .zak-header-main-row {
        background-color: var(--whitecolor);
        padding: 10px 0;
    }

    .zak-toggle-menu .zak-menu-toggle {
        border: none !important;
    }

    html .zak-header-main-row.sticky {
        background-color: var(--primary-color) !important;
    }

    .zak-header-builder .zak-header-main-row .zak-container {
        padding: 0 0px;
    }

    .zak-header-builder .zak-mobile-nav>div>ul .request-a-quote-btn {
        display: none !important;
    }

    .home .zak-header-builder .zak-header-main-row .zak-header-right-col .quote-now-button {
        display: none;
    }

    .zak-mobile-row .zak-toggle-menu {
        margin-left: 0;
        display: flex;
    }

    .zak-header-builder .zak-main-row .zak-header-right-col .widget-top-bar-col-1-sidebar {
        margin-bottom: 0 !important;
    }

    .zak-header-builder .zak-header-main-row .zak-header-right-col .quote-now-button {
        border-radius: 5px;
    }

    .zak-toggle-menu {
        background: var(--primary-color);
        border-radius: 3px;
    }

    .zak-toggle-menu .zak-icon {
        fill: var(--whitecolor);
    }

    .zak-toggle-menu .zak-menu-toggle {
        padding: 7px !important;
    }

    .zak-header-builder .zak-mobile-nav {
        width: 100%;
        height: 100% !important;
    }

    .zak-header-builder .zak-mobile-row .contact-info .call-action .header-content {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .zak-header-builder .zak-mobile-row .zak-top-row .widget_text {
        padding: 8px 16px;
    }

    body .zak-header-builder>aside.widget_custom_html {
        display: block;
        background-color: var(--light-brown);
        padding: 8px 16px;
        margin: 0;
    }

    .zak-header-builder .zak-top-row {
        display: block;
    }

    .zak-header-builder .zak-mobile-row .zak-top-row .widget_text .header-contact-info {
        justify-content: center;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu>.menu-item {
        padding: 15px 0;
    }

    .zak-header-builder.is-sticky .zak-mobile-row {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 11;
    }

}

@media only screen and (max-width: 1024px) {
    :root {

        --h1size: 48px;
        --slider-52: 40px;
        --h2size: 25px;
        --h3size: 23px;
        --h4size: 22px;
        --h5size: 20px;
        --h6size: 18px;
        --h20size: 18px;
        --fontsize: 16px;

    }

    .zak-entry-summary {
        margin-top: 10px !important;
    }

    .products.columns-4 {
        row-gap: 20px !important;
        column-gap: 15px !important;
    }

    .zak-footer-builder .zak-main-row .zak-footer-main-1-col {
        padding-right: 0 !important;
    }

    .zak-footer-main-row .zak-footer-col:not(:last-child)::before {
        display: none !important;
    }

    .zak-footer-builder .zak-main-row .zak-footer-main-4-col {
        padding-left: 0 !important;
    }

    .inquiry-now {
        font-size: 15px !important;
        padding: 10px 25px !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list::before {
        display: none !important;
    }

    .zak-footer-builder .zak-footer-bottom-row .zak-footer-bottom-2-col {
        padding-top: 0 !important;
    }


    .footer-contact-info-wrap {
        gap: 30px;
    }

    footer.zak-footer-builder .widget .widget-title {
        margin-bottom: 20px;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section:nth-of-type(3) .widget-title,
    .zak-footer-builder .zak-footer-main-row .zak-footer-col section:nth-of-type(3) .menu-our-services-container {
        padding-left: 0;
    }

}

@media only screen and (max-width: 969px) {
    .outer-industries::before {
        display: none !important;
    }


    html .the-industry-wrap .outer-industries {
        grid-gap: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    :root {

        --h1size: 42px;
        --slider-52: 36px;
        --h2size: 23px;
        --h3size: 21px;
        --h4size: 20px;
        --h5size: 18px;
        --h6size: 17px;
        --h20size: 17px;
        --fontsize: 16px;
        --div70: 45px;
        --divgap50: 40px;
        --innerdivgap: 60px;
    }

    .location-clinic-wrap .e-con-inner {
        flex-direction: column !important;
    }
    html .ti-widget.ti-goog .ti-review-header::before{
        top: -205% !important;
    }
html .ti-widget.ti-goog .ti-review-header{
    padding-top: 30px !important;
}
    .location-img-gap {
        width: 100% !important;
    }

    .backery-modern .outer-testimonials {
        row-gap: 20px !important;
    }

    .locations-template-default .zak-content .why-loc ul {
        margin: 0 15px !important;
    }

    .service-content-wrap span {
        width: 30px !important;
        height: 30px !important;
    }
html .locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two h2{
    margin-bottom: 20px !important;
}
    .zak-footer-builder .zak-bottom-row {
        text-align: center !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap .category-description p {
        margin-bottom: 0 !important;
    }

    .locations-template-default .zak-content .why-loc p a i {
        height: 50px !important;
        width: 50px !important;
    }

    .abouts-gallery .gallery-item a img {
        height: 290px !important;
    }

    .downloads-gaps ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .abouts-gallery .gallery-columns-4 {
        grid-template-columns: repeat(2, 1fr) !important;

    }

    .location-contant-gap {
        width: 100% !important;
    }

    .downloads-gaps ul li {
        padding: 25px !important;
    }


    html .location-clinic .e-con-inner {
        flex-direction: column !important;
    }

    HTML .cta-away .e-con-inner .cta-away-left p {
        padding-top: 20px !important;
        margin-bottom: 25px !important;
    }

    .home-contact-info a {
        font-size: 15px !important;
    }

    .choose-us-left p::before {
        display: none !important;
    }

    .choose-us-left p {
        padding-left: 0 !important;
    }

    .home-contact-info a {
        padding: 10px 25px !important;
    }

    .zak-footer-builder .zak-footer-bottom-row {
        clip-path: unset !important;
    }

    .zak-footer-builder .zak-bottom-row {
        gap: 0px !important;
    }

    .zak-footer-builder .zak-footer-bottom-row .zak-footer-col p {
        gap: 0 !important;
    }

    .intesols-slider-buttons a {
        padding: 10px 18px !important;
        font-size: 14px !important;
    }

    html .zak-footer-builder .zak-footer-bottom-row {
        padding-bottom: 60px !important;
    }

    .intesols-slider-content .intesols-slider-desc {
        padding-bottom: 25px !important;
    }

    .intesols-slider-content .intesols-slider-heading {
        margin-bottom: 15px !important;
    }



    .footer-contact-info-wrap {
        gap: 16px;
    }

    .zak-footer-builder .zak-footer-bottom-row {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .zak-copyright p {
        justify-content: center !important;
    }

    html .zak-footer-builder .zak-html-1 {
        justify-content: center !important;
    }

    html .zak-footer-builder .zak-main-row .zak-footer-main-3-col {
        align-items: start !important;
    }

    .zak-footer-builder .zak-bottom-row {
        flex-direction: column !important;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section {
        padding-bottom: 0 !important;
    }


    body .zak-header-builder .zak-mobile-row {
        display: block;
    }

    body .zak-header-builder .zak-desktop-row.zak-main-header {
        display: none;
    }

    body .zak-footer.zak-footer-builder .zak-footer-main-row {
        padding-bottom: 60px;
    }

    .zak-page-header-top-banner .zak-page-sub-title {
        margin-bottom: 16px;
    }

    .zak-page-header-top-banner {
        height: auto;
        padding: 80px 0;
    }


}

@media only screen and (max-width: 910px) {
    .slide-arrow {
        display: none !important;
    }

    .slide-arrow {
        display: none !important;
    }
}

@media only screen and (max-width: 890px) {}

@media only screen and (max-width: 820px) {

    .zak-footer-builder .zak-footer-top-row .footer-logo img {
        max-width: 80%;
    }

}

@media only screen and (max-width: 768px) {
    .zak-footer-builder .zak-footer-bottom-row .zak-footer-col {
        justify-content: center;
        align-items: center;
    }

    body .zak-footer-builder .zak-copyright {
        text-align: center;
    }


}

@media only screen and (max-width: 767px) {
    :root {

        --h1size: 34px;
        --slider-52: 30px;
        --h2size: 20px;
        --h3size: 20px;
        --h4size: 21px;
        --h5size: 17px;
        --h6size: 17px;
        --h20size: 16px;
        --fontsize: 16px;
        --divgap50: 25px;
        --div70: 30px;
        --innerdivgap: 40px;
    }

    .zak-footer-top-2-col.active .menu,
    .zak-footer-top-3-col.active .menu {
        display: block !important;
        padding-top: 10px;
    }
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one .loc-b-content h1{
    margin-bottom: 10px !important;
}
    .sales-extra .contact-details {
        grid-template-columns: repeat(2, 1fr);
    }
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two{
    margin-top: 10px !important;
}
    .serv-industrey .serv-industrey-left img {
        height: 100% !important;
    }
.heros_banneras .slick-initialized .slick-slide{
     background-position: right 33% top 55px !important;
}
    html .signmaker-faq-anser .e-n-accordion-item[open] .elementor-widget-text-editor {
        padding-top: 10px !important;
    }
html .locations-template-default .zak-content .loc-how{
    padding-top: 120px !important;
}
    .our-products .e-con-inner .elementor-widget-button .elementor-button {
        margin: 0 auto !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: max-content !important;
    }

    html .gallery-summary-section .gallery-inner .woo-product-gallery-slider {
        position: unset !important;
    }

    .our-products .e-con-inner {
        height: auto !important;
        min-height: auto !important;
        display: block !important;
        clear: both !important;
    }

    .breadcrumb-trail .trail-items li:last-child {
        line-height: 1.4 !important;
    }

    .clients-say {
        padding-bottom: 80px !important;
    }

    .zak-footer-builder .zak-footer-nav .zak-footer-menu .current-menu-item a,
    .zak-footer-col .widget ul .current-menu-item a {
        border-bottom: none !important;
    }

    .zak-footer-builder .zak-footer-main-row .widget .widget-title {
        width: 100% !important;
    }

    .why-loc p {
        text-align: center !important;
    }

    .locations-template-default .zak-content .container-gaps .loc-content {
        flex-direction: column !important;
        align-items: start !important;
    }

    .locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one,
    .locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two {
        width: 100% !important;
    }

    .digital-printings .lexan-printing .lexan-img {
        width: 100% !important;
    }

    .contact-wrap-right form {
        padding: 15px 15px !important;
    }

    .locations-template-default .zak-content .container-gaps .loc-content {
        gap: 20px !important;
    }

    .digital-printings .lexan-printing .laxan-cam {
        width: 100% !important;
    }

    .zak-page-header.zak-style-1 .zak-page-title {
        text-align: left !important;
    }

    .contact-map-info {
        flex-direction: column-reverse !important;
    }

    .serv-industrey .serv-industrey-left {
        width: 100% !important;
    }

    .gallery-summary-section {
        width: 100% !important;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col .contact-details {
        padding-top: 15px !important;
    }

    .contact-wrap-left {
        flex-direction: row !important;
        justify-content: center !important;
    }

    .custom-widget-responsive .textwidget .h-call {
        width: 40% !important;
    }

    .custom-widget-responsive .textwidget .h-mail {
        font-size: 14px !important;
    }

    .custom-widget-responsive .textwidget .h-mail {
        width: 60% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .elementor-widget-google_maps iframe {
        height: 300px !important;
    }

    .custom-widget-responsive .textwidget .h-call {
        font-size: 14px !important;
    }

    .serv-industrey .serv-industrey-right {
        width: 100% !important;
    }

    .zak-breadcrumbs .trail-items,
    .breadcrumbs .trail-items {
        gap: 10px !important;
        align-items: start !important;
        justify-content: start !important;
    }

    /* 
    .zak-page-header .zak-row {
        flex-direction: column !important;
        align-items: start !important;
        justify-content: start !important;
    } */

    .cta-away .e-con-inner {
        gap: 0 !important;
    }

    .choose-us-left::after {
        display: none !important;
    }

    .signmaker-faq .e-con-inner {
        gap: 0 !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap {
        flex-direction: column !important;
    }

    .zak-page-header.zak-style-1 .breadcrumbs {
        margin-left: unset !important;
    }

    html .choose-us-custum .choose-us-right img {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
        border-radius: 10px;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap .cat-thumbnail-img img {
        width: 100% !important;
    }

    html .gallery-summary-section .gallery-inner .entry-summary {
        width: 100% !important;
    }

    .outer-service {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px;

    }

    html .gallery-summary-section .gallery-inner .woocommerce-product-gallery {
        width: 100% !important;
    }

    .gallery-summary-section .gallery-inner {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list li {
        width: 100% !important;
        max-width: 100% !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list::before {
        display: none !important;
    }

    .tax-product_cat .zak-content .zak-row .product-category-extra-description .custom-list {
        flex-direction: column !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap .category-description {
        width: 100% !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap .cat-thumbnail-img {
        width: 100% !important;
    }

    .cta-away .cta-away-left {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .signmaker-faq-anser {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html .cta-away {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html .signmaker-faq {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html .cta-away-right .e-con-inner .elementor-widget-image img {
        position: unset !important;
        width: 100% !important;
    }

    .signmaker-img .elementor-widget-image img {
        width: 100% !important;
        position: unset !important;
    }

    html .choose-us-custum .choose-us-right {
        width: 100% !important;
    }

    .about-say-choose h2 {
        text-align: left !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-2-col {
        padding: 0 !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-3-col h2 {
        margin-bottom: 10px !important;
        width: 100% !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #CFBE70 !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-3-col {
        padding: 0 !important;
    }

    .zak-footer-main-2-col .widget-title,
    .zak-footer-main-3-col .widget-title {
        cursor: pointer;
        position: relative;
        padding-right: 25px;
    }

    .zak-footer-main-2-col .widget-title::after,
    .zak-footer-main-3-col .widget-title::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-2-col {
        width: 100% !important;
    }

    .our-gallery-work .elementor-element {
        display: flex !important;
        flex-direction: column !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-3-col {
        width: 100% !important;
    }

    .zak-footer-main-2-col.active .widget-title::after,
    .zak-footer-main-3-col.active .widget-title::after {
        content: "-";
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-main-4-col {
        padding: 0 !important;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section {
        width: 100% !important;
    }

    .zak-footer-main-2-col .menu,
    .zak-footer-main-3-col .menu {
        display: none;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-2-col h2 {
        margin-bottom: 10px !important;
        margin-top: 15px !important;
        width: 100% !important;
        padding-bottom: 10px !important;
        border-bottom: 2px dashed #000 !important;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col .widget ul {
        padding-bottom: 15px !important;
    }

    html .out-part-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-2-col {
        padding: 0 !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-3-col h2 {
        margin-bottom: 10px !important;
        width: 100% !important;
        padding-bottom: 10px !important;
        border-bottom: 2px dashed #000 !important;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-3-col {
        padding: 0 !important;
    }

    .zak-footer-main-2-col.active .menu,
    .zak-footer-main-3-col.active .menu {
        display: block;
        padding-top: 10px;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col .widget ul {
        padding-bottom: 15px !important;
    }

    .zak-footer-main-2-col.active .menu,
    .zak-footer-main-3-col.active .menu {
        display: block;
        padding-top: 10px;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section {
        width: 100% !important;
    }

    .zak-footer-main-2-col .widget-title::after,
    .zak-footer-main-3-col .widget-title::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
    }

    .zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row .zak-footer-main-2-col h2 {
        margin-bottom: 10px !important;
        margin-top: 15px !important;
        width: 100% !important;
        padding-bottom: 10px !important;
        border-bottom: 2px dashed #000 !important;
    }

    .zak-footer-col .widget ul a {
        padding-bottom: 5px !important;
    }

    .outer-service .service-item .service-icn-wrap img {
        height: 100% !important;
    }

    html .choose-us-custum .choose-us-left {
        width: 100% !important;
    }

    html .clients-say .about-say-choose {
        width: 100% !important;
    }

    .products li.product img {
        height: 175px !important;
        object-fit: cover;
        max-height: 100%;
        max-height: 100%;
        margin-bottom: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: cover !important;
    }

    html .clients-say .clients-say-wrap {
        width: 100% !important;
    }

    .custum-declare .declare-group {
        width: 100% !important;
    }

    .custum-declare .declare-group-img img {
        width: 100% !important;
        height: 400px !important;
        object-fit: cover;
    }

    .choose-us-left p {
        max-width: 100% !important;
    }

    .custum-declare .declare-group-img {
        width: 100% !important;
    }

    .zak-footer-top-1-col .footer-about p {
        padding-bottom: 15px !important;
    }


    html body footer.zak-footer-builder .zak-top-row {
        gap: 15px !important;
    }

    footer.zak-footer-builder .zak-top-row {
        flex-direction: column !important;
    }

    .zak-header-main-row .social-icons {
        gap: 10px !important;
    }

    .zak-page-header {

        padding-top: 110px !important;
    }

    .intesols-slide-outer::after {
        display: none !important;
    }

    .intesols-slide-outer::before {
        display: none !important;
    }

    .zak-page-header {
        height: auto;
        background-position: right !important;
    }

    .intesols-slide-second {
        width: 100% !important;
    }

    .heros_banneras {
        padding: 0 !important;
    }

    .intesols-slider-content h1,
    .intesols-slider-content h2 {
        /* max-width: 100% !important; */
        line-height: 1.2 !important;
    }

    .intesols-slider-content {
        padding-top: 100px;
    }

    .intesols-slide-second {
        height: 470px !important;
    }

    .zak-footer-builder .zak-main-row .zak-footer-main-3-col {
        align-items: start !important;
    }

    body .zak-content .zak-row {
        padding: 0;
    }

    .zak-footer-builder .zak-footer-bottom-row .zak-footer-bottom-1-col {
        flex-direction: column !important;
    }

    body .zak-footer.zak-footer-builder .zak-footer-main-row {
        padding-bottom: 40px !important;
    }


    .footer-contact-info-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    /* footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html { width: calc(50% - 30px /2); margin-right: 30px; margin-bottom: 30px;} */
    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html:last-child,
    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html:nth-of-type(2n) {
        margin-right: 0;
    }

    .products-template-default .zak-content .zak-row .outer-pd-wrap {
        flex-direction: column;
    }



    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html:last-child,
    body .get-in-touch-wrap.elementor-element>.elementor-element:last-child {
        width: 100%;
    }

    .zak-footer-builder .widget-footer-bar-col-1-sidebar .menu-the-company-container .menu {
        grid-template-columns: repeat(3, 1fr);
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html p br,
    body .get-in-touch-wrap.elementor-element>.elementor-element p br {
        display: none;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col {
        padding: 15px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section:nth-of-type(2) {
        grid-column: 1/ span2;
        order: 3;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section:nth-of-type(3) {
        order: 2;
    }

    .zak-footer-builder .footer-social-icons {
        order: 4;
        padding-right: 10px;
    }

    .zak-footer-builder .zak-footer-nav {
        order: 5;
    }

    .zak-footer-builder .zak-footer-nav ul,
    .zak-footer-builder .zak-footer-nav-2 ul {
        gap: 10px;
    }

    .zak-footer-builder .widget ul {
        gap: 4px;
    }


    .address-wrapper,
    .call-action {
        margin-bottom: 10px;
    }

    .zak-footer-builder .zak-footer-main-row .widget .widget-title {
        margin-bottom: 10px;
        font-size: 21px !important;
    }

    .zak-page-header .zak-breadcrumbs .trail-items li::after {
        margin: 0 8px;
    }

    .img-box-wrap .elementor-widget-image {
        width: 200px;
        height: 200px;
    }

    .zak-page-header-top-banner .zak-page-title {
        margin-bottom: 18px;
        gap: 5px;
    }

    .zak-page-header-top-banner .zak-page-sub-title {
        font-size: var(--font-s);
        line-height: var(--lineheight-s);
    }

    .zak-page-header .zak-breadcrumbs .trail-items li:first-of-type::before,
    .breadcrumbs .trail-items li:first-of-type::before {
        width: 16px;
        height: 16px;
    }

    .card-title .elementor-heading-title {
        margin-top: 15px;
        margin-bottom: 4px;
    }

    .two-column-img-text-wrap>.e-con-inner>.elementor-element>.elementor-element:nth-child(2) {
        gap: 15px;
    }


    body .elementor-widget-icon-list.tick-list ul li::before,
    .custom-tick-list li::before {
        height: 15px;
        max-width: 15px;
        margin-top: 6px;
    }


    .img-with-desc-wrap .img-bg {
        padding-left: 0;
    }

    body .btn-wrapper.elementor-element,
    .btn-wrapper {
        gap: 15px;
    }

    .home-sticky-btns {
        top: unset;
        transform: unset;
        bottom: 0;
        background-color: var(--orange);
        width: 100%;
        flex-direction: row;
        align-items: center;
        z-index: 10;
        position: fixed;
    }

    body .quick-quote-popup,
    body .home-lease {
        width: 50%;
        background-color: transparent;
        max-width: 100%;
        border-radius: 0;
        padding: 8px;
    }

    body .home-lease {
        border-left: 1px solid var(--white);
    }

    .zak-header-builder .zak-header-main-row .zak-header-right-col .quote-now-button {
        width: 100%;
        background-color: var(--orange);
        border-radius: 5px;
        font-size: var(--font-xs);
        line-height: var(--lineheight-xs);
    }

    .zak-footer-builder .footer-social-icons::after {
        display: none;
    }

    .step-wrapper li {
        width: 100%;
        padding: 20px;
    }

    .step-wrapper {
        gap: 80px;
    }

    body .timing-wrapper .timing-content-wrapper {
        align-items: flex-start;
    }

}

@media only screen and (max-width: 766px) {
    html .zak-page-header {
        padding-top: 120px !important;
    }
 
}

@media only screen and (max-width: 600px) {

    .zak-footer-builder .zak-footer-top-row .footer-logo img {
        max-width: 60%;
    }
html .tes-fast .ti-reviews-container-wrapper{
    grid-template-columns: repeat(1, 1fr) !important;
}
    .search-results .zak-content .zak-row .zak-posts {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .why-loc p {
        flex-direction: column !important;
        gap: 10px !important;
    }
        .ind-boxes{
     grid-template-columns: repeat(1, 1fr) !important;
}
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(1, 1fr) !important;
}
    .backery-modern .outer-testimonials {
        grid-template-columns: repeat(1, 1fr) !important;
    }
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(1, 1fr) !important;
}
    .locations-template-default .zak-content .why-loc ul {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .locations-prospect .outer-locations {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .locations-prospect .outer-locations .locations-item img {
        height: 190px !important;
        width: 100% !important;
    }

    html body .meet-team .e-con-inner {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .locations-item a {
        width: 100% !important;
    }

    .links-wrap .e-con-inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .downloads-gaps ul {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .sales-extra .contact-details {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .spapces .form-control {
        width: 100% !important;
    }

    html .sales-extra .contact-details>div {
        padding: 40px !important;
    }

    .zak-header-builder .zak-main-row {
        gap: 15px !important;
    }

    .zak-header-builder .zak-main-row .site-branding img {
        width: 260px !important;
    }

    .zak-header-builder .zak-main-row .zak-html-1 img {
        width: 150px !important;
    }

    .spapces {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .products.columns-4 {
        --auto-grid-min-size: 16rem !important;
    }

    .zak-footer-builder .zak-footer-bottom-row .zak-footer-col p {
        font-size: 14px !important;
    }

    .zak-footer-builder .zak-footer-bottom-row .zak-footer-col p a {
        font-size: 14px !important;
    }

    .simple-sitemap-page {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (max-width: 575px) {

    .zak-footer-builder .widget-footer-bar-col-1-sidebar .menu-the-company-container .menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media only screen and (max-width: 480px) {

    .the-industry-wrap .outer-industries {
        --auto-grid-min-size: auto !important;
    }
.the-industry-wrap .outer-industries .industries-item .industries-content-wrap p{
    text-align: center !important;
}
    html .abouts-gallery .gallery-columns-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    
.the-industry-wrap .outer-industries .industries-item .industries-content-wrap h3{
    text-align: center !important;
}
    .zak-header-buttons .zak-header-button .zak-button {
        padding: 10px !important;
        height: auto !important;
    }

    .the-industry-wrap .outer-industries .industries-item {
        flex-direction: column !important;
        align-items: center !important;
    }

    .lable-wraps p br {
        display: none !important;
    }

    .the-industry-wrap .outer-industries .industries-item .industries-content-wrap p {
        width: 100% !important;
        max-width: 100% !important;
    }

    .lable-wraps p {
        flex-direction: column !important;
        gap: 0 !important;
    }


    .intesols-slider-desc p {
        font-size: 14px !important;
    }

    .zak-footer-builder .widget-footer-sidebar-3 #menu-useful-links {
        column-gap: 1 !important;
    }

    .intesols-slider-content h1,
    .intesols-slider-content h2 {
        font-size: 28px !important;
    }

    .zak-header-main-row .site-branding {
        gap: unset;
    }

    .wpcf7-form p label {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 448px) {
    html body .zak-footer-builder .zak-footer-bottom-row {
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 425px) {
    :root {

        --h1size: 31px;
        --slider-52: 28px;
        --h2size: 19px;
        --h3size: 18px;
        --h4size: 18px;
        --h5size: 16px;
        --h6size: 16px;
        --h20size: 16px;
        --fontsize: 16px;


    }

    .home .img-with-desc-wrap>.e-con-inner>.elementor-element:nth-child(2) h2.elementor-heading-title,
    body.home .why-uso-wrap.e-flex>.e-con-inner .horizontal-title-with-btn-wrap>.elementor-widget-heading .elementor-heading-title {
        font-size: 29px;
        line-height: 39px;
    }

    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .widget_custom_html {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    body .timing-wrapper {
        margin-bottom: 0;
    }

    .zak-footer-builder .zak-footer-main-row .zak-footer-col section,
    .zak-footer-builder .zak-footer-nav {
        grid-column: 1/ span2;
    }

    body .zak-footer-builder .zak-footer-nav {
        margin-top: 10px;
        justify-content: flex-start;
    }

    .zak-footer-builder .zak-footer-main-row .tab-navigation select {
        width: 100%;
    }

    .zak-footer-builder .widget ul,
    .zak-footer-builder .zak-footer-nav ul,
    .zak-footer-builder .zak-footer-nav-2 ul {
        column-gap: 8px;
        row-gap: 0;
    }


    .zak-footer-builder .footer-social-icons a {
        width: 24px;
        height: 24px;
    }

    .zak-footer-builder .footer-social-icons a i {
        font-size: 12px;
    }

}

@media only screen and (max-width: 375px) {
    .home-sticky-btns {
        flex-direction: column;
        gap: 0;
    }

}


@media(max-width: 840px) {
    .post-template-default.single .entry-content h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media(max-width: 576px) {
    .post-template-default.single .entry-content h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (min-width:1440px) and (max-width:1700px) {
    .zak-footer-builder .zak-footer-main-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html .signmaker-faq-anser {
        padding-right: 8em !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu {
        gap: 30px !important;
    }

    .prev-arrow {
        left: 0 !important;
    }

    .next-arrow {
        right: 0 !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-left-col .site-branding {

        left: 0 !important;
    }

    .zak-header-builder .menu-navbar-container .menu {
        gap: 75px !important;
    }

    html .team-andrew .team-wrap-left {
        padding-left: 30px !important;
    }
}

@media (min-width:1440px) and (max-width:1600px) {
    .post-template-default .zak-content .zak-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html .zak-footer-builder .zak-footer-bottom-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .post-template-default .zak-content .zak-row .post .entry-content ul {
        margin-left: 20px !important;
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .intesols-slide-second {
        height: 530px !important;
    }

    .wpgs-nav .slick-next {
        right: 0 !important;
    }
html .tes-fast .ti-reviews-container-wrapper{
    grid-template-columns: repeat(3, 1fr) !important;
}
    .choose-us-left p {
        padding-left: 40px !important;
    }
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(3, 1fr) !important;
}
    .slick-prev {
        right: calc((100% - 1400px + 700px) / 2) !important;
    }
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(3, 1fr) !important;
}
    .slick-next {
        right: calc((100% - 1400px + 600px) / 2) !important;
    }

    .zak-footer-top-4-col .contact-info .contact-item a {
        max-width: 200px !important;
    }

    footer.zak-footer-builder .zak-top-row {
        gap: 40px !important;
    }

    footer.zak-footer-builder .zak-top-row {
        justify-content: space-between !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-left-col .site-branding img {
        height: 60px !important;
        object-fit: fill !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu {
        gap: 24px !important;
    }

    .zak-header-builder .zak-main-row .zak-header-center-col .widget-top-bar-col-1-sidebar .custom-html-widget {
        gap: 25px !important;
    }

    .zak-header-builder .zak-main-row .zak-header-center-col {
        width: fit-content !important;
    }

    .zak-header-builder .zak-header-bottom-row {
        padding-left: 15px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding-right: 15px !important;
    }

    .zak-header-builder .menu-navbar-container .menu {
        gap: 42px !important;
    }

    .zak-page-header {
        height: auto !important;
    }

    .zak-header-builder .zak-desktop-row.zak-main-header .zak-main-row .zak-header-left-col .site-branding {
        left: 0;
    }

}



@media (min-width:991px) and (max-width:1200px) {
    .zak-header-builder .zak-header-main-row .zak-header-right-col .custom-html-widget {
        display: flex;
        gap: 30px;
    }
html .tes-fast .ti-reviews-container-wrapper{
    grid-template-columns: repeat(2, 1fr) !important;
}
    .zak-footer-builder .zak-footer-bottom-row {
        padding-bottom: 60px;
    }

    .links-wrap .e-con-inner {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .zak-header-builder .zak-header-main-row .zak-header-right-col .custom-html-widget .call-outer .call-wrap {
        position: relative;
    }


    .zak-header-builder .zak-header-main-row .zak-header-right-col .custom-html-widget .call-outer>div {
        font-family: var(--interfont);
        font-weight: 500;
        font-size: var(--fontsize);
        color: var(--whitecolor);
        line-height: 100%;
    }

    .zak-header-builder .zak-header-main-row .zak-header-right-col .custom-html-widget .call-outer {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .intesols-slide-second {
        padding-top: 100px;
    }

    .choose-us-custum .choose-us-left {
        width: 50% !important;
    }
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two{
    margin-top: 60px !important;
}
    .choose-us-custum .choose-us-right {
        width: 50% !important;
    }

    .zak-footer-builder .zak-top-row {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    html footer.zak-footer-builder .widget .widget-title,
    .footer-contact-info-wrap .general-contact-info>h2 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .zak-footer-top-1-col .footer-about p {
        padding-bottom: 0 !important;
    }

    .zak-footer-top-1-col .footer-about p {
        width: 50% !important;
        max-width: 100% !important;
    }


    footer.zak-footer-builder .zak-top-row {
        gap: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .zak-footer-top-4-col .contact-info {
        display: flex;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .zak-footer-top-2-col .widget-footer-sidebar-2 {
        width: 100% !important;
    }

    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col {
        order: 1 !important;
        width: 100% !important;
    }

    .zak-footer-top-4-col {
        order: 2;
        width: 100% !important;
    }

    .zak-footer-top-3-col {
        order: 2;
        width: 100% !important;
    }

    .menu-quick-links-container {
        width: 100% !important;
    }

    .zak-footer-top-2-col {
        order: 2;
        width: 100% !important;
    }

    footer.zak-footer-builder .zak-top-row .zak-footer-top-1-col .footer-about {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
}

@media (min-width:767px) and (max-width:1200px) {
    .zak-page-header {
        height: auto !important;
        padding-top: 135px !important;
        background-position: right !important;
    }

}

@media (min-width:767px) and (max-width:991px) {
    .zak-footer-builder .zak-main-row {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .locations-template-default .zak-content .why-loc ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
html .tes-fast .ti-reviews-container-wrapper{
    grid-template-columns: repeat(2, 1fr) !important;
}
    .search-results .zak-content .zak-row .zak-posts {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .links-wrap .e-con-inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .backery-modern .outer-testimonials {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .locations-prospect .outer-locations {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .locations-prospect .outer-locations .locations-item img {
        height: 190px !important;
        width: 100% !important;
    }

    html body .meet-team .e-con-inner {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .locations-item a {
        width: 100% !important;
    }

    .simple-sitemap-page {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .products li.product img {
        height: 300px !important;
        max-height: 300px;
        margin-bottom: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: unset !important;
        min-height: 100% !important;
    }
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(2, 1fr) !important;
}
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(2, 1fr) !important;
}
.ind-boxes{
     grid-template-columns: repeat(2, 1fr) !important;
}
    .single-product .woocommerce-product-gallery__image a img {
        object-fit: cover !important;
    }
}

@media (min-width:768px) and (max-width:1440px) {
    .intesols-slide-outer::after {
        bottom: -6px !important;
        left: 35px !important;
        width: 170px !important;
    }

    .clients-say {
        padding-bottom: 110px !important;
    }
html .signmaker-faq-anser .e-n-accordion-item[open] .elementor-widget-text-editor
{
    padding-top: 10px !important;
}
    .the-industry-wrap .outer-industries .industries-item .industries-content-wrap p {
        padding-right: 15px !important;
    }

    .intesols-slider-content h1,
    .intesols-slider-content h2 {
        max-width: 750px !important;
    }


    .entry-content p {
        margin-bottom: 12px !important;
    }

    .intesols-slider-content .intesols-slider-desc {
        padding-bottom: 25px !important;
    }

    .intesols-slider-content .intesols-slider-heading {
        margin-bottom: 15px !important;
    }

    .intesols-slide-outer::before {
        bottom: -18px !important;
        right: 15px !important;
        width: 140.04px !important;
        height: 98.04px !important;
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .zak-footer-builder .zak-main-row .zak-footer-main-1-col {
        padding-right: 20px !important;
    }
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(3, 1fr) !important;
}
.ind-boxes{
     grid-template-columns: repeat(3, 1fr) !important;
}
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(3, 1fr) !important;
}
    .products.columns-4 {
        row-gap: 30px !important;
        column-gap: 20px !important;
    }
}

@media (min-width:600px) and (max-width:767px) {

    .locations-prospect .outer-locations {
        grid-template-columns: repeat(2, 1fr) !important;
    }
html .tes-fast .ti-reviews-container-wrapper{
    grid-template-columns: repeat(1, 1fr) !important;
}
    .locations-template-default .zak-content .why-loc ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(2, 1fr) !important;
}
    .search-results .zak-content .zak-row .zak-posts {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .ind-boxes{
     grid-template-columns: repeat(2, 1fr) !important;
}
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
     grid-template-columns: repeat(2, 1fr) !important;
}
    .links-wrap .e-con-inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .backery-modern .outer-testimonials {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .locations-prospect .outer-locations .locations-item img {
        height: 190px !important;
        width: 100% !important;
    }

    html body .meet-team .e-con-inner {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .locations-item a {
        width: 100% !important;
    }

    .simple-sitemap-page {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width:768px) and (max-width:768px) {
    .zak-footer.zak-footer-builder .zak-footer-main-row {
        padding-top: 40px !important;
    }

    .zak-footer-builder .zak-main-row .zak-footer-main-4-col {
        padding-top: 24px !important;
    }
}

@media (min-width:1440px) and (max-width:1440px) {}

@media (min-width:768px) and (max-width:870px) {}

@media (min-width:991px) and (max-width:1130px) {
    .meet-team-content {
        padding: 50px 0 !important;
    }
}

@media (min-width:992px) and (max-width:1440px) {
    html body .meet-team .e-con-inner {
        height: 800px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    html .gallery-summary-section .gallery-inner .entry-summary {
        width: 50% !important;
    }

    .signmaker-faq .e-con-inner {
        flex-direction: column !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap {
        flex-direction: column !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap .category-description {
        width: 100% !important;
    }

    .tax-product_cat .zak-content .zak-row .prdt-cat-wrap .cat-thumbnail-img {
        width: 100% !important;
    }

    .digital-printings .lexan-printing .laxan-cam {
        width: 50% !important;
    }

    .serv-industrey .serv-industrey-left {
        width: 50% !important;
    }

    .digital-printings .lexan-printing .lexan-img {
        width: 50% !important;
    }

    .serv-industrey .serv-industrey-right {
        width: 50% !important;
    }

    html .gallery-summary-section .gallery-inner .woocommerce-product-gallery {
        width: 50% !important;
    }
}

@media (min-width:991px) and (max-width:991px) {}

@media (min-width:866px) and (max-width:1200px) {
    .products.columns-4 {
        --products-column: 3 !important;
    }
}

@media (min-width:390px) and (max-width:866px) {
    .products.columns-4 {
        --products-column: 2 !important;
    }
}

@media only screen and (max-width: 862px) {
    .vincy-sticker-wrap {
        padding: 35px 0 !important;
    }
}

@media (min-width:480px) and (max-width:600px) {
    .products.columns-4 {
        --auto-grid-min-size: 19rem !important;
    }
}

@media only screen and (max-width: 390px) {
    .products.columns-4 {
        --products-column: 1 !important;
    }
}

@media (min-width:767px) and (max-width:767px) {
    .zak-footer-builder .zak-main-row {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width:1200px) and (max-width:1260px) {
    .zak-header-builder .zak-bottom-row .zak-header-left-col .textwidget {
        gap: 20px !important;
    }
}

@media (min-width:1201px) and (max-width:1215px) {
    html .zak-header-builder .zak-desktop-row.zak-main-header .zak-primary-nav .zak-primary-menu {
        gap: 20px !important;
    }
}

.zak-footer-builder .zak-main-row ul li a:hover {
    color: var(--secondary-color) !important;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: red;
    line-height: 1.4 !important;
}

.outer-service .service-item .service-icn-wrap img:hover {
    transform: scale(1);
}

.outer-service .service-item .service-icn-wrap img {
    transform: scale(1.05);
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: block;
}

.outer-service .service-item .service-icn-wrap {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}


/* Make sure parent allows relative positioning */
.elementor-element-e7e482f {
    position: relative;
    overflow: visible;
    /* ensures overflow is visible */
}

/* Make image full-width and break out of container */
.signmaker-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    z-index: 0;
}

/* Bring the FAQ content above the image */
.signmaker-faq-anser {
    position: relative;
    z-index: 1;
    width: 100%;
}

.faq-layout .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    width: 23px;
    border: 2px solid var(--secondary-color);
    height: 23px;
    justify-content: center;
    border-radius: 15px;
    padding: 10px;
}

.social-icons.footer-social-icons i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* example for Facebook icon */
}

.social-icons.footer-social-icons a:nth-child(1) i {
    background-image: url(../images/facebook.png);
}

.social-icons.footer-social-icons a:nth-child(2) i {
    background-image: url(../images/tweeters.png);
}

.social-icons.footer-social-icons a:nth-child(3) i {
    background-image: url(../images/linkdib-stroke.png);
}

.social-icons.footer-social-icons i::before {
    display: none !important;
}


.social-icons.footer-social-icons a:nth-child(4) i {
    background-image: url(../images/instra-imges.png);
}

.custom-widget-responsive {
    display: none;
}

.vincy-sticker-wrap-left {
    padding: 0 !important;
}

.contact-wrap-left {
    padding: 0 !important;
}

.choose-us-left {
    padding: 0 !important;
}

.contact-wrap-right {
    padding: 0 !important;
}

body[data-elementor-device-mode="mobile"]:has(.zak-mobile-nav--opened) {
    overflow: hidden !important;
}

body[data-elementor-device-mode="tablet"]:has(.zak-mobile-nav--opened) {
    overflow: hidden !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    line-height: 1.4 !important;
}

.lexan-img {
    padding: 0 !important;
}

.digital-printings .lexan-printing .laxan-cam {
    padding: 0 !important;
}

.locations-template-default .loc-lable-striker img {
    border-radius: 10px;
}

.banners-park .elementor-button {
    width: max-content !important;
}

.banners-park-num p a {
    background-color: #FEF5F2 !important;
    color: var(--primary-color) !important;
    border: 1px solid #FEF5F2;
    border-radius: 30px;
    width: max-content !important;
    padding: 14px 36px;
    font-weight: 700;
    font-size: var(--h18size);
    gap: 12px !important;
    line-height: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
}


.zak-footer-builder .zak-main-row .zak-footer-main-1-col {
    padding-right: 40px
}

.zak-footer-main-row .zak-footer-col {
    position: relative;
}

.zak-footer-builder .zak-main-row .zak-footer-main-4-col {
    padding-left: 40px;
}

/* Apply vertical background line as separator except last column */
.zak-footer-main-row .zak-footer-col:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 258px;
    background-color: #0000001A;
}

.zak-footer-builder .footer-social-icons a:hover i {
    filter: brightness(0) invert(1) !important;
}

.wpgs-nav .slick-current {
    border-radius: 10px !important;
}

.zak-footer-builder .footer-social-icons a:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.slick-prev::before {
    opacity: 1 !important;
}

.woo-product-gallery-slider .wpgs-nav img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 10px !important;
    /* Optional: for rounded corners */
}

.gallery-summary-section {
    /* overflow: hidden !important; */
    width: 100% !important;
}

.wpgs-nav .slick-prev {
    background-color: #F2FBFE !important;
    border-color: #F2FBFE !important;

}


.wpgs-nav .slick-next {
    background-color: #F2FBFE !important;
    border-color: #F2FBFE !important;
}

.zak-posts .zak-post {
    border-bottom: none !important;
}

html .contact-wrap-right .wpcf7 form .wpcf7-response-output {
    color: var(--whitecolor) !important;
}

.industries-template-default .serv-text-wrap p a {
    text-decoration: none !important;
}

.sales-extra .contact-details>div a {
    display: flex !important;
    align-items: center !important;
    font-family: 'Public Sans';
}

.real-strategys .e-con-inner {
    max-width: 100% !important;
}

.ticker__outer-sec {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.ticker__wrapan-sec {
    display: inline-flex;
    animation: ticker-red 30s linear infinite;
}

.ticker__wrapan-sec h2 {
    font-weight: 800 !important;
    font-style: ExtraBold;
    font-size: var(--slider-52);
    color: #333333 !important;
    font-family: 'Public Sans' !important;
    leading-trim: NONE;
    line-height: 1.4;
    letter-spacing: 1%;

    margin-bottom: 0 !important;
    margin: 0;
    padding: 0 2rem;
    display: inline-block;
}

.ticker__wrapan-third h2 {
    font-weight: 800 !important;
    font-style: ExtraBold;
    font-size: var(--slider-52);
    color: #333333 !important;
    font-family: 'Public Sans' !important;
    leading-trim: NONE;
    line-height: 1.4;
    letter-spacing: 1%;

    margin-bottom: 0 !important;
    margin: 0;
    padding: 0 2rem;
    display: inline-block;
}

.optimation-strategy {
    padding-bottom: var(--innerdivgap);
}

/* Animation Keyframes */
@keyframes ticker-red {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}




.optimation-strategy .e-con-inner {
    max-width: 100% !important;
}

.ticker__outer-third {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.ticker__wrapan-third {
    display: inline-flex;
    align-items: center;
    animation: ticker-red-wrapen 30s linear infinite;
}


/* Animation Keyframes */
@keyframes ticker-red-wrapen {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.heros_banneras .slick-initialized .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 58.17%);
    z-index: 1;
}

.heros_banneras .slick-dots {
    display: none !important;
}

.signmaker-faq-anser .e-n-accordion-item[open] .elementor-widget-text-editor {
    padding-top: 0 !important;
    padding-bottom: 13px;
}

html summary.e-n-accordion-item-title[aria-expanded="true"] {
    padding-bottom: 10px !important;
}

.category-description p a {
    color: #0C4DA2 !important;
}

/* .tax-product_cat .products li.product {
    padding: 0 !important;
} */

.tax-product_cat .products li.product img {
    height: 293px;
    border-radius: 10px 10px 0px 0px !important;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    border: none !important;
    color: unset !important;
}

.single-product .product .entry-summary .full-description h3 {
    font-weight: 700;
    font-family: 'Public Sans';
    font-style: Bold;
    font-size: var(--h18size);
    list-style-type: disc;
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
}

.single-product .product .entry-summary .full-description ul {
    margin-left: 20px;
}

.single-product .product .entry-summary .full-description ul li {
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    leading-trim: NONE;
    line-height: 24px;
    color: #333333;
    list-style-type: disc;
    letter-spacing: 0%;
}

.single-product .product .entry-summary .full-description h4 {
    font-weight: 700;
    font-family: 'Public Sans';
    font-style: Bold;
    font-size: var(--h18size);
    list-style-type: disc;
    color: var(--secondary-color);
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
}

.gallery-summary-section .gallery-inner {
    position: relative !important;
    z-index: 1 !important;
}

.gallery-summary-section .gallery-inner .woo-product-gallery-slider {
    position: sticky !important;
    top: 50px;
    align-self: start;
}

.zak-header-builder .zak-main-row .zak-header-left-col .zak-html-1 img {
    width: 175px;
}

.single-product .product .woocommerce-product-gallery a:hover img {
    border-radius: 10px !important;
}

.signmaker-faq .e-con-inner {
    max-width: 100% !important;
    align-items: center !important;
}

.signmaker-faq-anser .elementor-widget-n-accordion .e-n-accordion-item .elementor-element p {
    margin-bottom: 0 !important;
}

.elementor-widget-n-accordion .e-n-accordion-item .elementor-element {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-wrap .contact-map-info #close-popup{
    display: none !important;
}
.signmaker-teams{
    padding: var(--innerdivgap) 0 !important;
}
a:where(:not(.wp-element-button)){
    text-decoration: none !important;
}
.cta-away-right .e-con-inner .elementor-widget-image img{
    object-fit: cover !important;
}
.gallery-summary-section .gallery-inner .entry-summary p a{
    font-weight: 600 !important;
}




.faq-title {
    font-family: var(--body-font);
    font-weight: 700;
    font-style: Bold;
    font-size: var(--h2size);
    leading-trim: none;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: left;
    color: var(--secondary-color);
    vertical-align: middle;
    margin-bottom: 20px;
}
 
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
 
.faq-item {
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: unset !important;
    border-right: unset !important;
    /* box-shadow: 0px 8px 34px 0px #0000000F; */
    border-top: 1px solid #00000026;
}

.faq-question {
    padding: 20px 70px 20px 0px !important;
    /* Right padding increased for icon space */
    position: relative;
    line-height: 1.4;
}
 
.faq-question::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 33px !important;
    width: 33px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
 
.faq-question {
margin: 0;
    padding: 20px;
    line-height: 1.3 !important;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-style: SemiBold !important;
    font-family: 'Public Sans' !important;
    font-size: var(--h18size) !important;
    color: var(--secondary-color) !important;
    user-select: none;
}
 
.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
    background: transparent;
    height: 33px !important;
    width: 33px !important;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
    border: 2px solid var(--secondary-color);
}
 
.faq-item.active .faq-question::after {
    content: 'âˆ’';
    transform: translateY(-50%) rotate(180deg);
}
 
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
}
 
.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 20px;
    padding-left: 0 !important;
    background-color: var(--whitecolor);
    padding-top: 0 !important;
}
 .category-faqs{
    padding-top: var(--innerdivgap);
 }
.faq-answer p {
    margin: 0 0 10px 0;
}
 
.faq-answer p:last-child {
    margin-bottom: 0;
}
 .faq-item.active .faq-question::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}
#read-more-content h3 {
    line-height: 1.3 !important;
}
 
.category-enquiry-btn-wrapper a {
    margin: 0 !important;
}
.tax-product_cat .zak-content .zak-row .product-category-extra-description ul{
    margin-top: 15px;
    margin-left: 20px;
}
.tax-product_cat .zak-content .zak-row .product-category-extra-description ul li{
    list-style-type: disc;
}
/* .product-template-default .zak-page-header__title{
    display: none !important;
} */
/* .product-template-default .zak-page-header.zak-style-1 .breadcrumbs{
    margin-left: unset !important;
} */
.home-popup-wrap>div.wpcf7 h2{
    color: var(--whitecolor) !important;
}
.product-template-default .gallery-summary-section .gallery-inner .product-title{
    font-weight: 700 !important;
    font-size: var(--h2size) !important;
    color: var(--primary-color) !important;
    margin-bottom: 0 !important;
}
.product-template-default .zak-page-header .zak-row{
    justify-content: start !important;
}

.product-template-default .zak-page-header.zak-style-1 .breadcrumbs {
    margin-left: unset !important;
}
.zak-page-header .zak-row{
    flex-direction: column !important;
    align-items: start !important;
}
/* Updated 16/02/26 css */

.ti-widget.ti-goog .ti-col-3 .ti-review-item{
    flex: auto !important;
    padding: 0 !important;
    margin-inline: 15px;
}
html .ti-widget.ti-goog .ti-review-item{
   flex: unset !important;
}
.ti-widget.ti-goog .ti-review-item .ti-inner .ti-stars{
    display: none !important;
}
html .ti-widget.ti-goog .ti-review-item>.ti-inner{
     margin-top: 10px !important;
     margin-bottom: 10px !important;
     background-color: white !important;
     display: flex;
     flex-direction: column-reverse;
     background: #F5F5F5 !important;
       padding: 38px 32px;
    border-radius: 10px !important;
     gap: 28px !important;
     display: flex !important;
   
}
.ti-widget.ti-goog .ti-review-content{
    font-weight: 400;
    font-style: Regular;
    font-size: var(--fontsize);
    color: #333333;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
}
.ti-widget.ti-goog .ti-widget-container .ti-name{
      font-weight: 600 !important;
    font-style: SemiBold;
    font-size: var(--h20size) !important;
    leading-trim: NONE;
    color: #2C2C2C !important;
    margin-bottom: 10px !important;

}
html .ti-widget.ti-goog .ti-profile-img img{
     height: 60px !important;
    width: 60px !important;
    min-width: 60px !important;
    border-radius: 100px !important;
}

.ti-widget.ti-goog .ti-review-item .ti-inner .ti-tooltip{
    display: none !important;
}
.ti-with-tooltip{
    display: none !important
}
.slick-prev::before{
    font-size: 0 !important;
    position: absolute;
    content: '' !important;
    background-image: url(../images/aerow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: 0;
    color: var(--whitecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}
.ti-widget.ti-goog .ti-col-2 .ti-review-item{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
html .ti-widget.ti-goog .ti-review-item{
      padding-left: 0 !important;
    padding-right: 0 !important;
}
.ti-widget.ti-goog .ti-read-more{
    display: none !important;
}

.ti-widget.ti-goog .ti-review-header{
    position: relative !important;
    padding-top: 60px!important;
}

.ti-widget.ti-goog .ti-review-header::before {
    content: ""!important;
    position: absolute!important;
    top: -160%;
    left: 0;
    width: 60px;      
    height: 60px;  
    background-image: url(../images/shape-gred.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.ti-widget.ti-goog .ti-review-content{
    margin-top: 70px !important;
}
@media only screen and (min-width: 1200px){
 .product-template-default .zak-page-header{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
 }
}
.zak-page-header .zak-row{
    gap: 10px !important;
}

/* Updated CSS */
.simple-sitemap-wrap.sites-ul > ul{display: flex; flex-wrap: wrap; margin: 0; padding: 0;}
.simple-sitemap-wrap.sites-ul > ul li{width: 25%;}
.simple-sitemap-wrap.sites-ul > ul li a{line-height: 1.3; align-items: center;}
.simple-sitemap-wrap.sites-ul > h3{font-weight: bold; font-size: var(--h3size);}
.simple-sitemap-wrap.sites-ul > h3:first-child{padding-top: 0;}
.single-product .product .product_meta{margin-top: 0 !important;}
.product-template-default .gallery-summary-section .gallery-inner .product-title{margin-bottom: 15px !important; padding-bottom: 10px; border-bottom: var(--primary-color) 2px solid; display: inline-block !important; width: fit-content;}
.single-product .product .full-description > *:last-child{margin-bottom: 0;}
.single-product .product .full-description > h3, .single-product .product .full-description > h2{margin-bottom: 10px !important;}
.gallery-summary-section .gallery-inner .woo-product-gallery-slider .wpgs-for{border-radius: 15px; border: #CCC 1px solid; overflow: hidden;}
.single-product .product .woocommerce-product-details__short-description{margin: 0 !important;}
.box-list ul{margin: 0; padding: 0; gap: 30px; display: flex; list-style: none;}
.box-list ul li{border: #CCC 1px solid; border-radius: 10px; padding: 15px; box-shadow: #F0F0F0 0 0 10px; list-style: none;}
.box-list ul li > strong{color: var(--primary-color); font-size: var(--h18size); display: inline-block; margin-bottom: 10px;}

@media(max-width: 1200px){
    .simple-sitemap-wrap.sites-ul > ul li{width: 33.33%;}
}
@media(max-width: 768px){
    .simple-sitemap-wrap.sites-ul > ul li{width: 50%;}
}

.clients-say-wrap  .slick-track{
    margin-bottom: 20px !important;
}
.tes-fast .ti-reviews-container-wrapper{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}
html body .page-id-940 .ti-reviews-container-wrapper .ti-review-item{
    margin-inline: unset !important;
}

.tes-fast .ti-reviews-container-wrapper .ti-review-item{
    max-width: 100% !important;
    margin: 0 10px !important;
}
@media (min-width:920px) and (max-width:1220px){
html .tes-fast .ti-reviews-container-wrapper .ti-review-item{
    margin-bottom: 15px !important;
}
}
#googlereview p {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap !important;
}
.star-rating::before{
    opacity: 1 !important;
}
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two h2{
    margin-bottom: 30px !important;
    text-align: center !important;
    color: var(--whitecolor) !important;
}
.star-rating {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 1;
}
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-two #close-popup{
    display: none !important;
}
.call-to-action a::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/calls.svg);
    background-size: contain;
    display: inline-block;
    filter: brightness(0) saturate(100%);
    position: relative;
    top: 0;
    left: -5px;
    background-repeat: no-repeat;
}
.call-to-action a {
    background-color: #FEF5F2 !important;
    color: var(--primary-color) !important;
    border: 1px solid #FEF5F2 !important;
    padding: 13px 32px !important;
    font-weight: 500;
    font-style: Medium;
    position: relative;
    font-size: var(--h18size) !important;
    leading-trim: NONE;
    line-height: 100%;
    border-radius: 30px !important;
    letter-spacing: 1%;
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
}
.industries-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.service-template-default .industree-wraps .serv-text-wrap > ul:first-of-type{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

html .industries-template-default .industree-wraps .box-list ul{
    margin-left: 0 !important;
}
.industries-template-default .industree-wraps .ind-ul .serv-text-wrap > ul:first-of-type{
display: flex !important;
flex-direction: column !important;
gap: 0 !important;
}
.star-rating::before {
    content: "★" !important;
    color: gold;
    opacity: 1;
    position: static;
    float: none;
}
.locations-template-default .wpcf7-form p label{
    color: var(--whitecolor) !important;
} 
.star-rating {
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;   /* ⭐ line break stop karega */
}

.star-rating::before {
    content: "★" !important;
    color: gold;
    display: inline-block;
    width: auto;          /* ⭐ width auto kar diya */
    overflow: visible;    /* ⭐ cut hone se bachayega */
}

.star-rating{
    width: 22px !important;
}
.clients-say .elementor-widget-button .elementor-button{
    margin-top: 20px;
    width: fit-content;
}
/* CSS Updates on 20.02.2026 */
.zak-page-header{width: 100%; border-radius: 0; max-width: 100%; background: #E4E4E7;}
.zak-page-header .zak-row{padding: 0;}
.zak-page-header.zak-style-1 .zak-page-title{font-size: var(--h2size); max-width: 100%;}
.gallery-summary-section .gallery-inner .entry-summary p a{font-weight: normal !important; color: var(--primary-color);}
.ti-widget.ti-goog .ti-review-content{font-family: var(--body-font) !important;}
.zak-page-header.zak-style-1 .breadcrumbs{margin: 0 !important;}
.page-id-648 .links-wrap .links-wrap-gaps img{height: auto; width: auto !important; max-width: 100%; object-fit: contain; border-radius: 0; max-height: 70px;}
.page-id-648 .links-wrap .links-wrap-gaps .elementor-widget-image{height: 70px; display: flex; align-items: center; justify-content: center;}
.page-id-648 .links-wrap .links-wrap-gaps h4, .page-id-648 .links-wrap .links-wrap-gaps h4 a, .page-id-648 .links-wrap .links-wrap-gaps h6{padding: 0 !important; letter-spacing: normal !important; font-size: 14px !important;}
.search-results .zak-content .zak-row .zak-posts{grid-template-columns: repeat(4, 1fr);}
.search-results .zak-content .zak-row .zak-posts > article{border: 1px solid #0C4DA266 !important; padding: 10px !important; border-radius: 10px;}
.search-results .zak-content .zak-row .zak-posts > article .zak-entry-thumbnail{margin: 0;}
.search-results .zak-content .zak-row .zak-posts > article .zak-entry-thumbnail__link img{height: 293px !important; border-radius: 10px; object-fit: cover;}
.search-results .zak-content .zak-row .zak-posts > article .entry-title{font-size: var(--h18size); padding: 15px 0; margin: 0; text-align: center; font-weight: 600;}
.search-results .zak-content .zak-row .zak-posts > article .entry-title a{font-weight: 600;}
.search-results .zak-content .zak-wc-filter{display: none;}
.search-results.post-type-archive .zak-content .zak-row .products.columns-4{padding: 0;}
@media(max-width: 600px){
    .page-id-648 .links-wrap .e-con-inner{grid-template-columns: repeat(2, 2fr) !important;}
}
.after-footer-widget .custom-html-widget{
display: none;
}
.custom-widget-responsive .textwidget{
    display: none !important;
}

.ind-boxes{
    padding: 0 !important;
        display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px !important;
}
.ind-boxes .elementor-widget-text-editor{
        border: #CCC 1px solid;
    border-radius: 10px;
    padding: 15px;
    box-shadow: #F0F0F0 0 0 10px;
    list-style: none;
}
.ind-boxes .elementor-widget-text-editor h4{
        color: var(--primary-color);
    font-size: var(--h18size);
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-family: 'Public Sans' !important;
}
.ind-boxes .elementor-widget-text-editor ul li{
    list-style-type:disc !important;
}
    html .industries-template-default .ind-boxes ul{
        margin-left: 20px !important;
    }
.serv-industrey .serv-industrey-right .elementor-widget-button .elementor-button{
    width: fit-content !important;
}
.ind-center .elementor-widget-text-editor h3,
.ind-center .elementor-widget-text-editor p,
.ind-center .elementor-widget-button .elementor-button {
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
}
.ind-center .elementor-widget-button .elementor-button {
    width: fit-content !important;
}
html .alert-msg p{
    margin-bottom: 0 !important;
    color: var(--whitecolor) !important;
}
.alert-msg{

    margin: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--whitecolor) !important;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}
.home-contact-info a{
    position: relative;
}

.home-contact-info a:first-child::before{
content:"";
display:inline-block;
background-image:url(../images/call-mobile.png);
background-size:contain;
background-repeat:no-repeat;
width:24px;
height:24px;
margin-right:10px;
vertical-align:middle;
filter: brightness(0) invert(1);
}
.contact-wrap-right form .alert-msg{
    margin-bottom: 0 !important;
}
.star-rating::before{
    top: -5px !important;
}
html .ti-widget.ti-goog .ti-review-content{
   min-height: 87px !important;
}
.locations-template-default .zak-content .container-gaps .loc-content .loc-hiw-one .loc-b-content .loc-reviews-wrap p{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: start;
}
.ti-widget.ti-goog .ti-review-content .ti-inner{
    min-width: 87px !important;
}
html .ti-widget.ti-goog .ti-review-item>.ti-inner{
    margin-left: 15px !important;
    margin-right: 15px !important;
    
}