/*
Theme Name:   Hinza
Theme URI:    https://hinzaco.com
Author:       Hinzaco - Azizi
Author URI:   https://hinzaco.com
Description:  A corporate website serves as the digital face of your brand. We design professional, well-structured websites tailored to your business goals, helping you build trust with your audience and effectively showcase your products and services. With modern design, strategic layout, team and project presentations, and clear contact information, we create a strong online presence that supports your company's growth and credibility.
Version:      1.0
Tested up to: 7.0
Requires PHP: 8.2.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  Hinza
*/


/* ---------- Fonts -----------------*/
@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam-Bold.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam-Bold.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 500;
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam-Bold.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam-Bold.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam-Bold.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/shabnam/eot/Shabnam-Light.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam-Light.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam-Light.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam-Light.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam-Light.ttf) format("truetype")
}

@font-face {
    font-family: Shabnam;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/shabnam/eot/Shabnam.eot);
    src: url(assets/fonts/shabnam/eot/Shabnam.eot) format("embedded-opentype"),
    url(assets/fonts/shabnam/woff2/Shabnam.woff2) format("woff2"),
    url(assets/fonts/shabnam/woff/Shabnam.woff) format("woff"),
    url(assets/fonts/shabnam/ttf/Shabnam.ttf) format("truetype")
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/shabnam/ttf/Shabnam-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/woff/Shabnam-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Bold-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-Bold-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/woff/Shabnam-Bold-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Light-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-Light-FD-WOL.woff2') format('woff2'),
    url('assets/fonts/shabnam/woff/Shabnam-Light-FD-WOL.woff') format('woff');
}

@font-face {
    font-family: shabnam-digits;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/shabnam/ttf/Shabnam-Medium-FD-WOL.ttf') format("truetype"),
    url('assets/fonts/shabnam/woff2/Shabnam-FD-WOL.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('assets/fonts/shabnam/woff/Shabnam-FD-WOL.woff') format('woff');
}


:root {
    --primary-color: #20e6ed;
    --secondary-color: #161c74;
    --third-color: #701c1c;
    --accent-color: #c39c7f;
    --text-color: #2D3033;
    --text-color-dark: #262020;
    --text-color-dark2: #43454b;
    --text-color-light2: #787878;
    --text-color-light: #a3a29f;
    --text-font-family: "Shabnam", Sans-serif;
    --digits-font-family: shabnam-digits;
    --background-color: #f1f1f1;
    --background-colored: #f5eee8;
    --background-color-dark: #ebebeb;
    --background-color-light: #f6f6f6;
    --border-color: #e6e6e6;
    --border-color-dark: #6B6B6B;
    --border-color-dark2: #c5c6c8;
    --color-error: #c92b2b;
}


input, input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-family: var(--text-font-family) !important
}

body * {
    font-size: 16px;
    font-family: var(--text-font-family);
    font-weight: 400;
    line-height: 1.8;
    color: var(--text-color)
}

/* ------------- reset css ----------------*/
*, *::before, *::after {
    box-sizing: border-box
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.5s
}

a:hover {
    color: var(--text-color-dark);
    outline: 0;
    box-shadow: none
}

a:focus {
    outline: 0;
    box-shadow: none
}

html {
    scroll-behaviour: smooth
}

body {
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

::-webkit-scrollbar {
    width: 10px
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0;
    background: #000
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color)
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%
}

input, button, textarea, select {
    font: inherit
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 19px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

ul {
    list-style-type: none;
    padding: 0
}

p {
    margin-bottom: 20px
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

/* -------------- General / Start ------------- */
.absolute-link {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.section {
    padding: 80px 10px;
}

@media (max-width: 1023.98px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.section .section-desc,
.section .section-desc * {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.8;
}

.section .section-desc a {
    color: var(--accent-color);
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

.section .section-desc b, .section .section-desc strong {
    font-weight: bold;
}

.section .section-desc ul {
    list-style: disc;
    padding-right: 20px;
    margin: 15px 0;
}

.section .section-desc ol {
    padding-right: 20px;
    margin: 15px 0;
}

.section .section-desc h1,
.section .section-desc h1 * {
    font-family: var(--text-font-family);
    font-size: 24px;
    font-weight: 700;
}

.section .section-desc h2,
.section .section-desc h2 * {
    font-family: var(--text-font-family);
    font-size: 20px;
    font-weight: 600;
}

.section .section-desc h3,
.section .section-desc h3 * {
    font-family: var(--text-font-family);
    font-size: 20px;
    font-weight: 500;
}

.section .section-desc h4,
.section .section-desc h4 * {
    font-family: var(--text-font-family);
    font-size: 18px;
    font-weight: 500;
}

.section .section-desc h5,
.section .section-desc h5 * {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 400;
}

.text-center {
    text-align: center
}

.form-control {
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid var(--border-color-dark);
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    font-family: var(--text-font-family);
    color: var(--secondary-color);
    /*text-align: right*/
}

textarea.form-control {
    padding: 10px 15px;
    line-height: 26px;
    height: 98px
}

label.resume-upload {
    display: inline-block;
    text-align: center;
    width: 92px;
    padding: 0 5px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid var(--text-color-dark);
    background: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.wpcf7-form-control-wrap[data-name="resume"] {
    margin-right: -92px
}

.wpcf7-spinner {
    position: absolute;
    transform: translateX(250%);
    margin: 0
}
/*--------- General / End ---------------*/
/*------ Swiper / Start -------------*/
.swiper {
    position: relative;
}

.swiper .swiper-pagination {
    z-index: 1 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    box-shadow: 0 0 20px #0000009e;
}

/*------ Swiper / End -------------*/
/*------ Titles / Start -------------*/

.section .section-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--secondary-color);
}

.section .section-title .elementor-heading-title a {
    font-weight: bold;
    line-height: 1.5;
}

.section .section-subtitle .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--accent-color);
}

.section .section-subtitle .elementor-heading-title a {
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 1023.98px) {
    .section .section-title .elementor-heading-title {
        font-size: 26px;
    }
}

@media (max-width: 991.98px) {
    .section .section-title .elementor-heading-title {
        font-size: 24px;
    }

    .section .subtitle .elementor-heading-title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .section .section-title .elementor-heading-title {
        font-size: 20px;
    }

    .section .section-subtitle .elementor-heading-title {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .section .section-title .elementor-heading-title {
        font-size: 16px;
    }

    .section .subtitle .elementor-heading-title {
        font-size: 18px;
    }
}

/*------ Titles / End -------------*/
/*------ Buttons / Start -------------*/
.button, .button-border {
    display: block;
}

.button, .btn .elementor-button {
    font-family: var(--text-font-family);
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    color: #fff;
    box-shadow: none;
    transition: all 0.3s;
}

.button:hover, .btn:hover .elementor-button,
.button:focus, .btn:focus .elementor-button {
    box-shadow: none;
    background: var(--third-color) !important;
    border-color: var(--third-color);
    color: #fff;
}

.button-border, .btn-border .elementor-button {
    font-family: var(--text-font-family);
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    color: var(--secondary-color);
    box-shadow: none;
    transition: all 0.3s;
}

.button-border:hover, .btn-border:hover .elementor-button,
.button-border:focus, .btn-border:focus .elementor-button {
    box-shadow: none;
    background: var(--third-color) !important;
    border-color: var(--third-color);
    color: #fff;
}
/*------ Buttons / End -------------*/
/* ----------- Header / Start --------------- */

.header{}


/* ----------- Header / End --------------- */
/*----------- Footer / Start --------------*/
.footer {}

.footer .logo {
    max-width: 130px !important;
    height: 40px;
}

.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.footer .footer-title .elementor-heading-title {
    font-family: var(--text-font-family);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon {
    background: transparent !important;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon svg {
    font-size: 20px;
    color: var(--accent-color);
    fill: var(--accent-color);
    transition: all 0.5s
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon:hover {
    background: var(--accent-color) !important
}

.footer .socials .elementor-social-icons-wrapper .elementor-social-icon:hover svg {
    fill: #fff
}

.footer .contact-info .elementor-icon-list-item:not(:last-child) {
    padding-bottom: 10px
}

.footer .contact-info .elementor-icon-list-item .elementor-icon-list-icon {
    height: 20px;
    align-items: center
}

.footer .contact-info .elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: 0;
    color: #fff;
    fill: #fff
}

.footer .contact-info .elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--text-font-family);
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    opacity: 0.6
}

.copyright {
    padding: 15px 0 10px !important;
    margin-top: 60px !important;
    font-size: 12px;
    color: #fff;
    font-family: var(--text-font-family);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.copyright .elementor-widget-icon-list .elementor-icon-list-text, .copyright .elementor-widget-icon-list .elementor-icon-list-text * {
    font-family: var(--text-font-family) !important;
    color: #fff;
    font-weight: 300;
    font-size: 13px
}

.copyright .elementor-widget-icon-list .elementor-icon-list-item {
    opacity: 0.4
}

.copyright .elementor-widget-icon-list .elementor-icon-list-item:hover {
    opacity: 1
}

/*----------- Footer / End --------------*/
/*----------- Blog cart / Start --------------*/

.blog-cart .img-wrapper {
    display: block;
    aspect-ratio: 5/3;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px
}

.blog-cart .img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-width: inherit !important;
    object-fit: cover;
    display: block
}

.blog-cart-minimal {
    padding-left: 40px
}

.blog-cart .blog-date {
    padding-left: 40px
}

.blog-cart .blog-date, .blog-cart-minimal .blog-date {
    font-family: var(--text-font-family);
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px
}

.blog-cart .blog-date:before {
    content: '';
    height: 2px;
    width: 30px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 9px
}

.blog-cart-minimal .blog-date:before {
    content: '';
    height: 2px;
    width: 30px;
    background: var(--primary-color);
    position: absolute;
    left: -40px;
    top: 9px
}

.blog-cart .blog-title, .blog-cart-minimal .blog-title {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-cart .blog-desc {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0
}

.blog-cart-minimal .blog-desc {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0
}

.blog-cart .blog-desc *, .blog-cart-minimal .blog-desc * {
    font-family: var(--text-font-family);
    color: var(--text-color-light);
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.blog-cart .btn-more, .blog-cart-minimal .btn-more {
    font-family: var(--text-font-family);
    color: var(--accent-color);
    display: inline-block;
    font-size: 14px
}

.blog-cart .btn-more:after, .blog-cart-minimal .btn-more:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('assets/img/arrow.svg') no-repeat center center /contain;
    vertical-align: middle;
    transform: rotate(-45deg) translate(2px, 0);
    transition: all .5s ease-in-out;
    display: inline-block;
    margin-left: 3px
}

.blog-cart:hover .blog-title, .blog-cart-minimal:hover .blog-title {
    color: var(--accent-color)
}

.blog-cart:hover .btn-more:after, .blog-cart-minimal:hover .btn-more:after {
    transform: rotate(0deg) translate(0, 0);
    filter: brightness(-100%)
}

@media (max-width: 575.98px) {
    .blog-cart {
        display: flex
    }

    .blog-cart .img-wrapper {
        margin-bottom: 0;
        aspect-ratio: 1/1;
        border-radius: 5px;
        flex-basis: 120px;
        width: 120px;
        height: 164px
    }

    .blog-cart .info-wrapper {
        flex: 1 0 50%;
        max-width: calc(100% - 150px);
        padding-left: 10px
    }

    .blog-cart .blog-date {
        font-size: 12px
    }

    .blog-cart .blog-title {
        font-size: 16px;
        line-height: 20px
    }

    .blog-cart .blog-desc {
        margin: 10px 0
    }

    .blog-cart .blog-desc * {
        line-height: 1.6
    }
}

@media (max-width: 430px) {
    .blog-cart .blog-desc {
        display: none
    }

    .blog-cart .blog-title {
        margin-bottom: 10px
    }

    .blog-cart .img-wrapper {
        height: auto;
        width: 100px;
        flex-basis: 100px
    }
}

/*----------- Blog cart / End --------------*/
/*------------ Page header / Start ---------------*/

.page-header {
    position: relative;
    background: url("assets/img/hero.jpg") no-repeat center center /cover;
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-header * {
    position: relative;
    z-index: 2;
    margin: 0
}

.page-header:before {
    content: '';
    background: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.85
}

/*------------ Page header / End ---------------*/
/* ----------- Home page / Start --------------- */



/* ----------- Home page / End --------------- */
/* ----------- About page / Start --------------- */


/* ----------- About page / End --------------- */
/*----------- Load more section / Start --------------*/
.text-loadmore:after {
    content: '';
    opacity: 1;
    transition: .4s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(241, 241, 241, 0.85) 10%, #ffffff00)
}

.text-loadmore {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Number of lines to show */
    -webkit-box-orient: vertical
}

.text-loadmore.expanded:after {
    background-image: none;
    z-index: -1
}

.text-loadmore.expanded {
    overflow: visible;
    -webkit-line-clamp: initial; /* Show all lines */
    text-overflow: initial
}

.expand-button {
    position: relative;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500
}

.section-load .section-loadmore {
    overflow: hidden;
    height: 400px;
    gap: 10px
}

.section-load {
    background-color: var(--background-color) !important
}

.section-loadmore:after {
    content: '';
    opacity: 1;
    transition: .4s;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, #f1f1f1 10%, #F8F8F900)
}

.section.section-load .section-full-load .elementor-widget-container p {
    color: #fff !important;
    font-weight: 300;
    font-size: 14px
}

.expand-button-section {
    position: relative;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500;
    width: 1320px;
    max-width: 100% !important;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #000
}

.expand-button .elementor-heading-title {
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: transparent;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--text-font-family)
}

.expand-button-section .elementor-heading-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: transparent;
    cursor: pointer !important;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--text-font-family);
    color: var(--text-color) !important;
    padding: 0 20px;
    line-height: 40px;
    outline: none;
    border: 1px solid var(--text-color);
    border-radius: 3px;
    transition: all .5s ease-in-out
}

.section-loadmore.expanded:after {
    background-image: none;
    z-index: -1
}

.section-load .section-loadmore.expanded {
    overflow: visible;
    height: 100%
}

.section-loadmore .elementor-heading-title {
    font-family: var(--text-font-family);
    font-weight: 600 !important;
    color: var(--text-color) !important;
    padding: 15px 0px 10px;
    font-size: 16px
}

.section-loadmore .elementor-widget-container ul {
    margin-left: 0px;
    margin-right: 20px
}

.section-loadmore-title .elementor-widget-container .elementor-heading-title {
    font-weight: 600;
    color: #262020;
    font-size: 22px;
    line-height: 24px
}

.section-loadmore a {
    color: var(--accent-color)
}

.section-loadmore h3 {
    font-family: var(--text-font-family);
    font-weight: 600;
    color: #262020;
    padding: 15px 0px 0px;
    font-size: 16px
}

.section-loadmore h2 {
    font-family: var(--text-font-family);
    padding: 15px 0px 0px;
    font-size: 18px
}

.section-loadmore h4 {
    font-family: var(--text-font-family);
    padding: 15px 0px 0px;
    font-size: 15px
}

.section-loadmore h5, .section-loadmore h6 {
    font-family: var(--text-font-family);
    padding: 15px 0px 0px;
    font-size: 14px
}

.section-loadmore p span, .section-loadmore p, .section-loadmore ul li {
    font-size: 14px;
    font-family: var(--text-font-family);
    font-weight: 300
}

.section-loadmore ul li::marker {
    color: var(--accent-color)
}

.section-loadmore img {
    max-height: 360px;
    object-fit: cover;
    margin: 15px 0px
}

/*----------- Load more section / End --------------*/
/* ----------- Contact page / Start --------------- */


.form-section .form .wpcf7-form {
    background: #fff;
    box-shadow: 0 1px 15px 0 #3e419f1a;
    margin-bottom: -170px;
    padding: 50px;
    position: relative;
    z-index: 9;
    border-radius: 20px
}

.form-section.section .desc * {
    text-align: center
}

.form .form-wrapper .wpcf7-form-control-wrap input:focus-visible {
    outline: none
}

/* ----------- Contact page / End --------------- */
/* ----------- Product single / Start --------------- */


/* ----------- Product single / End --------------- */
/* ----------- Employee / Start --------------- */


/* ----------- Employee / End --------------- */
/*------------ Blog list / Start ---------------*/
.blog-sidebar {
    padding-right: 20px
}

.blog-sidebar .widget {
    margin-bottom: 0 !important
}

.blog-sidebar .widget .wp-block-heading {
    font-family: var(--title-font-family);
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: var(--text-color);
    position: relative;
    margin: 0 0 15px
}

.blog-sidebar .widget_categories {
    margin-bottom: 40px !important
}

.blog-sidebar .widget_categories ul, .blog-sidebar .widget_recent_entries ul {
    margin: 0 !important
}

.blog-sidebar .widget_categories ul .cat-item {
    position: relative
}

.blog-sidebar .widget_categories ul .cat-item a {
    display: inline-block;
    color: var(--primary-color-dark)
}

.blog-sidebar .widget_categories ul .cat-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-right: 5px;
    background: var(--primary-color-dark)
}

.blog-sidebar .widget_categories ul .cat-item:hover a, .blog-sidebar .widget_categories ul .cat-item.current-cat a {
    color: var(--accent-color)
}

.blog-sidebar .widget_categories ul .cat-item:hover:before, .blog-sidebar .widget_categories ul .cat-item.current-cat:before {
    background: var(--accent-color)
}

.blog-sidebar .widget_recent_entries {
    margin-bottom: 40px !important
}

.blog-sidebar .widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 20px
}

.blog-sidebar .widget_recent_entries ul li {
    position: relative;
    padding-left: 110px;
    height: 100px
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image a {
    display: block
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    object-fit: cover;
    border-radius: 3px
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__post-title {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px
}

.blog-sidebar .widget_recent_entries ul li .wp-block-latest-posts__post-date {
    display: block;
    font-size: 13px;
    color: var(--primary-color)
}

.pagination .nav-links {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid var(--border-color-light);
    display: flex;
    gap: 10px
}

.pagination .nav-links .page-numbers {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color-light);
    padding: 0 3px;
    line-height: 1
}

.pagination .nav-links .current {
    border-bottom: 1px solid var(--border-color-dark)
}

.pagination .nav-links a:hover {
    color: var(--accent-color)
}

/*------------ Blog list / End ---------------*/
/*------------ Blog Single / Start ---------------*/
.single-extra-section {
    width: 100%;
    max-width: 1320px;
    margin: 0px auto
}

.single-blog-post {
}

.single-blog-post .blog-img {
}

.single-blog-post .blog-img img {
    height: auto
}

.single-blog-post .blog-title {
    font-family: var(--text-font-family);
    color: var(--text-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px
}

.single-blog-post .blog-date, .single-blog-post .blog-categories, .single-blog-post .blog-categories .post-categories a {
    display: inline-block;
    font-family: var(--text-font-family);
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.single-blog-post .blog-date {
    margin-right: 30px
}

.single-blog-post .blog-date svg, .single-blog-post .blog-categories svg {
    width: 14px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    fill: var(--primary-color)
}

.single-blog-post .blog-categories svg {
    width: 16px
}

.single-blog-post .blog-categories .post-categories {
    margin: 0;
    display: inline-block
}

.single-blog-post .blog-categories .post-categories a:hover {
    color: var(--accent-color)
}

.single-blog-post .blog-desc {
    margin-top: 20px
}

.single-blog-post .blog-desc * {
    font-size: 16px;
    color: var(--text-color)
}

.single-blog-post .blog-content {
    padding-top: 30px
}

.single-blog-post .blog-content *:not(a) {
    color: var(--text-color-light)
}

.single-blog-post .blog-content h2, .single-blog-post .blog-content h3, .single-blog-post .blog-content h4, .single-blog-post .blog-content h5, .single-blog-post .blog-content h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold
}

.single-blog-post .blog-content blockquote {
    margin: 0;
    padding: 20px 30px;
    background: var(--background-color);
    border-radius: 10px
}

.single-blog-post .blog-content strong, .single-blog-post .blog-content b {
    font-weight: bold
}

.single-blog-post .blog-content ul, .single-blog-post .blog-content ol {
    margin: 20px 0
}

.single-blog-post .blog-content ul:last-child, .single-blog-post .blog-content ol:last-child {
    margin-bottom: 0
}

.single-blog-post .blog-content ul:first-child, .single-blog-post .blog-content ol:first-child {
    margin-top: 0
}

.single-blog-post .blog-content ul li {
    position: relative
}

.single-blog-post .blog-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.single-blog-post .blog-content ul li ul {
    padding-left: 15px;
    margin-top: 10px
}

.single-blog-post .blog-content ul li ul li:not(:last-child) {
    padding-bottom: 5px
}

.single-blog-post .blog-content ul li ul li:before {
    background: transparent;
    border: 1px solid var(--secondary-color)
}

.single-blog-post .blog-content ol {
    padding-left: 20px
}

.single-blog-post .blog-content ol li::marker {
    color: var(--secondary-color);
    font-weight: bold
}

.single-blog-post .blog-content ul li:not(:last-child), .single-blog-post .blog-content ol li:not(:last-child) {
    padding-bottom: 10px
}

.single-blog-post .blog-content img {
    max-width: 100%
}

.single-blog-post .blog-tags {
    margin-top: 30px
}

.single-blog-post .blog-tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 1px 6px;
    border: 1px solid var(--secondary-color);
    border-radius: 3px
}

.single-blog-post .blog-tags a:not(:last-child) {
    margin-right: 5px
}

.blog-pagination {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color-light)
}

.blog-pagination .nav-links {
    display: flex
}

.blog-pagination .nav-links .nav-previous, .blog-pagination .nav-links .nav-next {
    flex: 0 0 50%;
    position: relative
}

.blog-pagination .nav-links .nav-previous span, .blog-pagination .nav-links .nav-next span {
    display: block;
    font-weight: bold;
    color: var(--border-color-dark)
}

.blog-pagination .nav-links .nav-previous svg, .blog-pagination .nav-links .nav-next svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px)
}

.blog-pagination .nav-links .nav-previous svg {
    left: 0;
    transform: rotate(180deg)
}

.blog-pagination .nav-links .nav-next svg {
    right: 0
}

.blog-pagination .nav-links .nav-previous svg *, .blog-pagination .nav-links .nav-next svg * {
    fill: var(--border-color-dark)
}

.blog-pagination .nav-links .nav-previous {
    border-right: 1px solid var(--border-color-light);
    padding-right: 10px;
    padding-left: 40px
}

.blog-pagination .nav-links .nav-next {
    text-align: right;
    padding-left: 10px;
    padding-right: 40px
}

@media (max-width: 767.98px) {
    .single-blog-post .blog-title {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .single-blog-post .blog-desc {
        margin-top: 10px
    }

    .single-blog-post .blog-content {
        padding-top: 10px
    }

    .blog-pagination .nav-links {
        flex-direction: column
    }

    .blog-pagination .nav-links .nav-previous {
        border-bottom: 1px solid var(--border-color-light);
        border-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .single-blog-post .blog-content * {
        font-size: 14px
    }
}

/*------------ Blog Single / End ---------------*/
/* ------------- 404 page / Start --------------- */

.wrapper-404 {
    text-align: center
}

.wrapper-404 img {
    margin: 0 auto
}

.wrapper-404 p {
    font-size: 18px;
    margin-top: 0;
    color: var(--text-color)
}

.wrapper-404 b {
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
    display: inline-block;
    color: var(--primary-color)
}

.wrapper-404 a {
    width: auto;
    display: inline-block
}

.wrapper-404 .btn-circle {
    display: inline-block
}

@media (min-width: 576px) {
    .wrapper-404 .btn-circle .elementor-button:before {
        border: 2px solid var(--secondary-color);
        filter: brightness(0) saturate(100%) invert(47%) sepia(31%) saturate(547%) hue-rotate(298deg) brightness(100%) contrast(84%)
    }

    .wrapper-404 .btn-circle .elementor-button:hover:before {
        filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(2%) hue-rotate(289deg) brightness(108%) contrast(100%)
    }
}

@media (max-width: 575.98px) {
    .wrapper-404 b {
        font-size: 100px
    }

    .wrapper-404 p {
        font-size: 14px
    }

    .wrapper-404 .btn-circle .elementor-button {
        margin-right: 0
    }
}

/* ------------- 404 page / End--------------- */