/*
Theme Name: Kamtar blog
Author: tsjm
Text Domain: custom-theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Layout
6.0 Styles
6.01 Commons
  6.01.1 SVG
  6.01.2 Utils
  6.01.3 Buttons
  6.01.4 Forms
  6.01.5 Sliders
  6.01.6 Editor
  6.01.7 Page common
6.02 Header
6.03 Footer
6.04 Home
6.05 News
7.0 Animations

--------------------------------------------------------------*/


:root {
    --scrollbar-width: 0px;
    --admin-bar-height: 0px;
    --viewport-height-diff: 0px;
}


/*--------------------------------------------------------------
1.0 Normalize
Styles based on normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignleft {
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem);
    }
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignright {
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem);
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.mce-content-body:before,
.mce-content-body:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.mce-content-body:after {
    clear: both;
}

/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}
#page {
    overflow: hidden;
}
.layout-width {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 108px;
}
.content-width {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 60px;
}

.site-content {
    position: relative;
}
.admin-bar .site {
    padding-bottom: 32px;
}
html[lang] {
    margin-top: 0!important;
}
#wpadminbar {
    top: auto;
    bottom: 0;
}

/* Fake element to get margin collapsing working */
.page-body__content:after {
    content: '';
    display: block;
    margin-top: 50px;
}
@media screen and (max-width: 1439px) {
    .layout-width {
        padding: 0 50px;
    }
}
@media screen and (max-width: 767px) {
    .layout-width {
        padding: 0 20px;
    }
    .content-width {
        padding: 0 20px;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        display: none!important;
    }
    .admin-bar .site {
        padding-bottom: 0;
    }
}




/*--------------------------------------------------------------
6.0 Styles
--------------------------------------------------------------*/


/*- 6.01 Commons */
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.125rem;
    background: #F9F9F9;
    color: #101010;
}

/*- 6.01.1 SVG */
/**
 * Generated from https://icomoon.io/app/#/select/font
 * To add a new icon:
 * - add the new svg file to the folder assets/images/svgfont/
 * - upload all svg files from assets/images/svgfont/ on Icomoon app
 * - Download the the generated font package
 * - Replace the fonts files in the assets/fonts/ folder
 * - Update the CSS below
 */

@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?nyv75k');
    src:  url('assets/fonts/icomoon.eot?nyv75k#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?nyv75k') format('truetype'),
    url('assets/fonts/icomoon.woff?nyv75k') format('woff'),
    url('assets/fonts/icomoon.svg?nyv75k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e907";
}
.icon-phone:before {
    content: "\e906";
}
.icon-email:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-linkedin:before {
    content: "\e902";
}
.icon-mobile:before {
    content: "\e903";
}
.icon-whatsapp:before {
    content: "\e904";
}
.icon-youtube:before {
    content: "\e905";
}


/*- 6.01.2 Utils */


.reset-nav {
    padding: 0;
    margin: 0;
}

.reset-nav li {
    display: block;
}

.reset-nav a {
    text-decoration: none;
}

.js-clickable-block {
    cursor: pointer;
}

/*- 6.01.3 Buttons */
/* See editor-styles.css: .wp-block-button__link */

/*- 6.01.4 Forms */

/*- 6.01.5 Sliders */



/*- 6.01.6 Editor */
/* @see also editor-style.css */
/* Styles below may affect Admin layout, it's why there are not in editor-style.css */


/*- 6.01.7 Page common */
.page-header > .content-width {
    padding-left: 0;
    padding-right: 0;
}

.page-header__breadcrumbs {
    text-align: center;
    font-size: 0.875rem;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.page-header__breadcrumbs a + a::before,
.page-header__breadcrumbs .breadcrumb_last::before {
    content: '>';
    margin: 0 0.3em 0 0;
}

.page-header__breadcrumbs a,
.page-header__breadcrumbs .breadcrumb_last {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: top;
}
.page-header__breadcrumbs .breadcrumb_last {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.page-header__meta-wrapper {
    background: #FFF;
    padding-top: 43px;
    padding-bottom: 27px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.page-header__title {
    margin: 0;
}

.page-header__meta-date {
    text-align: center;
    font-size: 0.875rem;
    color: #26AD90;
    letter-spacing: 0.02em;
    margin-top: 12px;
}

.page-body__content {
    background: #FFF;
    padding-bottom: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



.page-footer {
    padding: 0;
    margin-top: 22px;
}

.newsletter-form {
    background: #26AD90;
    border-radius: 8px;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 21px 24px;
    margin: 66px 0 50px;
}
.newsletter-form .icon-email {
    font-size: 2rem;
    width: 1em;
    height: 1em;
    line-height: 1;
    background: #001829;
    color: #FFF;
    border-radius: 50%;
}
.newsletter-form__text {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: 600;
    font-size: 1rem;
}

.mc4wp-form-fields {
    display: flex;
    gap: 11px;
}
.mc4wp-form-fields input[type="email"] {
    background: #FFF;
    border: 0;
    border-radius: 4px;
    padding: 0 10px;
    height: 40px;
    font-size: 1rem;
}
.mc4wp-form-fields input[type="email"]::placeholder {
    opacity: 1;
    color: #B9B9B9;
}
.mc4wp-form-fields input[type="email"]:focus {
    outline: 1px solid currentColor;
}
.mc4wp-form-fields input[type="submit"] {
    background: #001829;
    border: 0;
    border-radius: 4px;
    padding: 0;
    width: 62px;
    height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 0.9375rem;
    text-transform: uppercase;
}
.mc4wp-response {
    font-size: 0.875rem;
}

.cta {
    background: #FFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 18px 24px 18px 35px;
}
.cta__text {
    flex: 1 1 auto;
    color: #001829;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;

}
@media screen and (max-width: 991px) {
    .newsletter-form {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .page-header__meta-date {
        margin-top: 22px;
    }

    .cta {
        flex-direction: column;
        gap: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .newsletter-form__mc-form,
    .mc4wp-form-fields input[type="email"],
    .mc4wp-form-fields input[type="submit"] {
        width: 100%;
    }
    .mc4wp-form-fields {
        flex-wrap: wrap;
    }
}

/*- 6.02 Header */
.site-header {
    position: relative;
    z-index: 2000;
    padding: 24px 0;
    background: #FFF;
    margin-bottom: 48px;
}
.site-header > .layout-width {
    padding-left: 49px;
    padding-right: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header__logo {
    margin: 0;
}
.site-header__logo a,
.site-header__logo img {
    display: block;
}
.site-header__logo img {
    width: 150px;
    height: 52px;
}

.site-header__menu-toggle {
    display: none;
}

.main-navigation {
    display: block;
}

.site-header__main-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.site-header__main-menu li:not(.fill-btn-link) a {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.214;
    letter-spacing: 0.06em;
    color: #26AD90;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: border 0.2s ease-out;
}
.site-header__main-menu li:not(.fill-btn-link).current-menu-item a,
.site-header__main-menu li:not(.fill-btn-link) a:hover {
    border-bottom-color: currentColor;
}

.site-header__main-menu .wp-block-button__link {
    display: block;
}

@media screen and (max-width: 1279px) {
    .site-header__menu-toggle {
        display: block;
        background: none;
        border: 0;
        padding: 0;
        position: relative;
        width: 20px;
        height: 16px;
        color: inherit;
    }
    .site-header__menu-toggle::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: currentColor;
        transform-origin: 100% 50%;

        transition: 0.2s ease-out;
    }
    .site-header__menu-toggle::after {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        height: 8px;
        width: 100%;
        border-top: 2px solid;
        border-bottom: 2px solid;

        transition: 0.2s ease-out;
    }

    .site-header__menu-toggle[aria-expanded="true"]::before {
        transform: rotate(-45deg);

    }
    .site-header__menu-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        border-bottom-color: transparent;
    }


    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #FFF;
    }

    .main-navigation[aria-hidden="false"] {
        display: block;
    }

    .site-header__main-menu {
        flex-direction: column;
        gap: 0;

        max-width: 887px;
        margin: 0 auto;
    }
    .site-header__main-menu > li {
        border-top: 1px solid rgba(120, 120, 120, 0.2);
        width: 100%;
        padding: 10px;
    }
    .site-header__main-menu li:not(.fill-btn-link).current-menu-item a,
    .site-header__main-menu li:not(.fill-btn-link) a:hover {
        border-bottom-color: transparent;
    }
    .site-header__main-menu .wp-block-button__link {
        width: fit-content;
    }
}
@media screen and (max-width: 991px) {
    .main-navigation {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .site-header__main-menu > li {
        padding-left: 49px;
    }
}
@media screen and (max-width: 767px) {
    .site-header {
        padding: 16px 0;
    }

    .site-header > .layout-width,
    .site-header__main-menu > li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-header__logo img {
        width: 100px;
        height: auto;
    }

}

/*- 6.03 Footer */
.site-footer {
    position: relative;

    color: #FFF;
    margin-top: 100px;

    padding: 70px 60px 56px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 32px 40px;
}
.site-footer::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #001829;
    clip-path: polygon(0 0, 100% 140px, 100% 100%, 0 100%);
}
.site-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;

    background:
        url('assets/images/footer-truck.png') calc(50% + 3px) calc(50% - 14px + 0.4vw) / 70px auto no-repeat,
        url('assets/images/footer-truck.png') calc(50% + 100px) 50% / 70px auto no-repeat,
        url('assets/images/footer-truck.png') calc(50% + 207px) calc(50% + 18px - 0.6vw) / 70px auto no-repeat;

    width: 100%;
    height: 140px;

    pointer-events: none;
}

.site-footer > * {
    flex: 1 1 auto;
}
.site-footer > .site-footer__logo {
    flex: 1 1 100%;
}

.site-footer a {
    color: inherit;
}


.footer-contact-menu {
    display: flex;
    flex-direction: column;
    gap: 18px
}
.footer-contact-menu a {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.16;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-contact-menu a span[class^="icon"] {
    background: #FFF;
    color: #001829;
    border-radius: 50%;
    font-size: 2rem;
}
.footer-contact-menu a:hover .text {
    text-decoration: underline;
}



.footer-links-menu {
    display: flex;
    flex-direction: column;
    gap: 2px
}
.footer-links-menu a {
    font-size: 0.875rem;
}
.footer-links-menu .is-active a {
    position: relative;
}
.footer-links-menu .is-active a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    top: 4px;
    left: -19px;
}
.footer-links-menu a:hover {
    text-decoration: underline;
}


.footer-social-links-menu {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.footer-social-links-menu a {
    background: #FFF;
    color: #001829;
    border-radius: 50%;
    font-size: 2rem;
    display: block;
    height: 1em;
    line-height: 1;
    transition: 0.2s ease-out;
}
.footer-social-links-menu a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1279px) {
    .site-footer::before {
        clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
    }
    .site-footer::after {
        height: 70px;
        background-position:
            calc(50% + 3px) calc(50% - 10px + 0.4vw),
            calc(50% + 100px) 50%,
            calc(50% + 207px) calc(50% + 13px - 0.6vw);

    }
    .site-footer__social-links {
        flex: 1 1 100%;
    }
    .footer-social-links-menu {
        justify-content: center;
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .site-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-wrap: nowrap;
        padding-top: 100px;
    }
}
@media screen and (max-width: 767px) {
    .site-footer {
        padding-top: 70px;
    }
    .site-footer::before {
        clip-path: polygon(0 0, 100% 32px, 100% 100%, 0 100%);
    }
    .site-footer::after {
        height: 62px;
        top: -20px;
        background-position:
                calc(50% + -100px) calc(50% - 10px + 0.4vw),
                calc(50%) 50%,
                calc(50% + 107px) calc(50% + 13px - 0.6vw);

    }
}


/*- 6.04 Home */
.home .site-header {
    margin-bottom: 30px;
}
.home .page-body__content {
    background: transparent;
    padding: 0;
    max-width: none;
}

.home .cta {
    position: absolute;
    top: 0;
    right: 43px;
    flex-direction: column;
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
}
.home .cta__tel-btn {
    background: #FFF;
    color: #001829;
    border: 2px solid;
    padding: 4px 14px;
}

.home .block-h1 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .home .page-body {
        display: flex;
        flex-direction: column-reverse;
    }
    .home .page-footer {
        margin-top: 0;
    }
    .home .cta {
        position: static;
    }

    .home .block-h1 {
        margin-top: 30px;
    }
}

/*- 6.05 News */

.single-post .page-body__content {
    position: relative;
}

.post__nav {
    display: flex;
    justify-content: space-between;
}

.post__nav a {
    color: #26AD90;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.post__nav .truck-left,
.post__nav .truck-right {
    background: url('assets/images/truck.png') 0 0 / contain no-repeat;
    width: 49px;
    height: 36px;
}
.post__nav .truck-right {
    transform: scaleX(-1);
}
.post__nav a:hover {
    text-decoration: underline;
}


.post__share-links {
    position: absolute;
    top: 50%;
    left: -114px;
    transform: translateY(-50%);
    width: 76px;
    padding-right: 14px;

    display: flex;
    flex-direction: column;
    gap: 30px;

    border-right: 1px solid #DADADA;
}
.post__share-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;

    text-decoration: none;
    color: #000;
    font-size: 0.875rem;
    transition: 0.2s ease-out;
}
.post__share-links a span[class^="icon"] {
    display: block;
    color: #F9F9F9;
    background-color: #001829;
    font-size: 22px;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.1;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: 0.2s ease-out;
}

.post__share-links a:hover {
    color: #333;
}
.post__share-links a:hover span[class^="icon"] {
    background-color: #333;
}

.latest-news {
    margin-bottom: calc(125px + 110px);
}
.latest-news__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 100px 72px;
}

.latest-news__item {
    position: relative;
    flex: 0 0 calc(33.33% - 48px);
}
.post-post-2-3 {
    top: 97px;
}
.post-post-3-3 {
    top: calc( 97px + 110px);
}

.post-summary {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 8px;
    padding: 0 45px 40px;
    min-height: 511px;
}
.post-summary.has-dark-blue-background-color,
.post-summary.has-green-background-color {
    color: #FFF;
}

.post-summary__image {
    position: relative;
    margin-left: -45px;
    margin-right: -45px;
    width: calc(100% + 90px);
    margin-bottom: 23px;
}
.post-summary__image::before {
    content: '';
    display: block;
    padding-top: 61.11%;
}
.post-summary__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-summary__category {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 16px;
}

.post-summary__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0 0 14px;
}

@media screen and (max-width: 1279px) {
    .latest-news {
        margin-bottom: calc(50px + 100px);
    }
    .latest-news__item {
        top: 0;
        flex: 0 0 calc(50% - 48px);
    }
    .latest-news__item:nth-child(even) {
        top: 100px;
    }

    .post__share-links {
        left: -96px;
    }
}
@media screen and (max-width: 991px) {
    .latest-news {
        margin-bottom: 0;
    }
    .latest-news__list {
        gap: 50px
    }
    .latest-news__item {
        top: 0!important;
        flex: 1 1 100%;
        margin-bottom: 0;
    }

    .post__share-links {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        width: auto;
        margin-top: 50px;
        padding-right: 0;
        border-right: 0;
        gap: 40px;
    }
    .post__share-links a {
        width: auto;
    }
    .post__share-links a span[class^="icon"] {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .post-summary {
        padding-left: 25px;
        padding-right: 25px;
    }
    .post-summary__image {
        margin-left: -25px;
        margin-right: -25px;
    }
    .post-summary__title {
        font-style: 1.3rem;
    }
    .post__share-links {
        gap: 32px;
    }
    .post__nav {
        flex-direction: column;
        gap: 16px;
    }
    .post__nav a:last-child {
        align-self: flex-end;
    }
}

/*- 7.0 Animations */
.latest-news__item {
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.3s ease-out;
}
.latest-news__item.is-visible {
    opacity: 1;
    transform: none;
}
.post-post-1-3 {
    transform: translateY(-20px);
}
.post-post-2-3 {
    transition-delay: 0.2s;
}
.post-post-3-3 {
    transition-delay: 0.3s;
}
@media screen and (max-width: 1279px) {
    .latest-news__item {
        transition-delay: 0s;
    }
}
