@font-face {
    font-family: 'MPlus 1C';
    src: url('https://dizayn.betasayt.com/assets/fonts/MPLUSRounded1c-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MPlus 1C';
    src: url('https://dizayn.betasayt.com/assets/fonts/MPLUSRounded1c-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MPlus 1C';
    src: url('https://dizayn.betasayt.com/assets/fonts/MPLUSRounded1c-ExtraBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caveat';
    src: url('https://dizayn.betasayt.com/assets/fonts/Caveat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("assets/webfonts/fa-solid-900.woff2") format("woff2");
}

:root {
    --main-color: #20ac55;
    --second-color: #159548;
    --light-color: #eeeeee;
    --border-color: #cccccc;
    --border-radius: 10px;
    --form-height: 50px;
    --font-family: 'MPlus 1C', Arial, Helvetica, sans-serif;
}

.font {
    font-family: 'Caveat';
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1.3;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    color: black;
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--font-family);
    position: relative;
    margin: 0;
    padding: 0;
    background: #f4fdf8;
}

#outer-wrap {
    overflow: hidden;
}

.full-width {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
}

.container,
.has-sidebar #content-wrap {
    width: 1150px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

#primary {
    padding-bottom: 60px;
}

ul,
ol {
    margin: 0 0 20px 30px;
    padding: 0;
}

button {
    padding: 0;
    border: 0;
    cursor: pointer;
    font-family: var(--font-family);
    transition: .15s all;
}

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

*:focus {
    outline: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

p {
    margin: 0 0 15px;
}

a,
:visited {
    color: black;
    text-decoration: none;
    transition: .15s all;
}

iframe {
    border: 0;
    max-width: 100%;
}


/* Layout */
.right-sidebar #content-wrap,
.left-sidebar #content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-sidebar #primary {
    width: calc(100% - 360px);
}

.left-sidebar #primary {
    width: calc(100% - 360px);
}

.has-sidebar #sidebar {
    width: 300px;
    padding-bottom: 60px;
}

.right-sidebar #sidebar {
    order: 2;
}

@media (max-width: 960px) {

    .has-sidebar #primary,
    .has-sidebar #sidebar {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #primary {
        order: 1;
    }

    #sidebar {
        order: 2;
    }
}


/* Header */
body:not(.home) {
    padding-top: 120px;
}

#site-header {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

#site-header-inner {
    position: relative;
}

.master-header-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#site-logo {
    width: 100px;
    cursor: pointer;
}

#site-logo img {
    object-fit: contain;
}

.menu-text {
    width: 60px;
    margin: 5px auto 0;
}

.home .menu-text img {
    filter: invert(1) brightness(10);
}

.disabled-menu>a {
    pointer-events: none;
}

#site-navigation {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#site-navigation-wrap .master-main-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
}

#site-navigation-wrap .master-main-menu>.menu-item {
    position: relative;
}

#site-navigation-wrap .master-main-menu>.menu-item>a {
    color: black;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    font-weight: 600;
}

#site-navigation-wrap .master-main-menu>.menu-item>a:hover,
#site-navigation-wrap .master-main-menu>.current-menu-item>a {
    color: var(--main-color);
}

#site-navigation-wrap .master-main-menu>.menu-item-has-children>a {
    padding-right: 15px;
}

#site-navigation-wrap .master-main-menu>.menu-item-has-children>a:after {
    content: "\e92e";
    font-family: Feather;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 13px;
}

#site-navigation-wrap .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0;
    border-bottom: 0;
    z-index: 10;
    min-width: 160px;
    background: var(--main-color);
}

#site-navigation-wrap .master-main-menu>.menu-item>.sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--main-color);
    position: absolute;
    bottom: 100%;
    left: 15px;
}

#site-navigation-wrap .menu-item-has-children:hover>.sub-menu {
    display: block;
}

#site-navigation-wrap .master-main-menu .sub-menu li {
    margin: 0;
    position: relative;
}

#site-navigation-wrap .sub-menu a {
    padding: 5px 15px;
    display: block;
    height: auto;
    white-space: nowrap;
    color: white;
}

#site-navigation-wrap .sub-menu a:hover {
    background: var(--main-color);
}

#site-navigation-wrap .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    padding: 5px 0;
}

#site-navigation-wrap .sub-menu .menu-item-has-children>a:after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    font-weight: 600;
    transform: translateY(-50%);
}

#site-navigation-wrap .sub-menu .menu-item-has-children>a {
    padding-right: 30px;
    position: relative;
}

@media (max-width: 960px) {
    #site-navigation-wrap {
        display: none;
    }
}

@media (min-width: 960px) {

    #mobile-sidebar-menu,
    .mobile-menu-area {
        display: none;
    }
}


/* Mobile menu */
#mobile-sidebar-menu {
    width: 25px;
    cursor: pointer;
}

.mobil-menu-line-icon span {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background: black;
    display: block;
}

.mobil-menu-line-icon span:last-child {
    margin-bottom: 0;
}

.mobile-menu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 90%;
    background: #000000;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    transform: translate3d(100%, 0, 0);
    transition: .3s all;
}

.mobile-menu-area * {
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu-close {
    color: white;
    font-size: 26px;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 30px;
}

.mobile-menu-close-icon {
    cursor: pointer;
}

.mobile-menu-container {
    padding: 0 40px 80px;
    transform: translateX(60px);
    opacity: 0;
    transition: .6s all;
}

.animated-mobile-menu-container {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .1s;
}

.active-mobile-menu {
    transform: none;
}

.mobile-menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu-area a {
    font-size: 20px;
    position: relative;
    color: white;
    padding: 7px 0;
    display: inline-block;
    font-weight: 700;
}

.mobile-menu-area .menu-item-has-children>a:after {
    content: "\e92e";
    font-family: Feather;
    margin-left: 7px;
    font-size: 17px;
}

.mobile-menu-area .sub-menu {
    display: none;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
}

.mobile-menu-area .sub-menu a {
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0;
    color: #dddddd;
}

.mobile-menu-area a:hover {
    opacity: .4;
}

.mobile-search-area {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

#mobile-search {
    position: relative;
}

.mobile-search-area input[type=text] {
    width: 100%;
    border: 0;
    height: 46px;
    font-size: 15px;
    padding: 0 20px;
    background: #191919;
    color: white;
    border-radius: 30px;
}

.mobile-search-area input::-webkit-input-placeholder {
    opacity: 1;
}

.mobile-search-area button {
    position: absolute;
    top: 0;
    right: 2px;
    width: 46px;
    height: 46px;
    font-size: 18px;
    border-radius: 50%;
    font-weight: 600;
}

.master-overlay {
    position: fixed;
    width: 100%;
    height: calc(100% + 80px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}



/* Menu search */
.master-menu-search-icon {
    cursor: pointer;
    font-size: 22px;
    margin-left: 20px;
}

.master-search-area {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 60px 0 80px;
    visibility: hidden;
    transform: translateY(-300px);
    transition: .5s all;
}

.visible-search {
    visibility: visible;
    transform: translateY(0);
}

#master-search {
    width: 100%;
    position: relative;
    opacity: 0;
    transition: .5s all;
}

.visible-search #master-search {
    opacity: 1;
    transition-delay: .3s;
}

.master-search-input {
    position: relative;
}

.master-search-input input[type="text"] {
    border: 0;
    padding: 0;
    font-size: 40px;
    height: 80px;
    font-weight: 700;
}

.master-search-input input[type="text"]::placeholder {
    opacity: 1;
    color: black;
}

.master-search-line {
    height: 2px;
    width: 0;
    background: black;
    transition: .8s all;
}

.visible-search .master-search-line {
    width: 100%;
    transition-delay: .5s;
}

.master-search-close {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    position: absolute;
    top: 16px;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.master-search-close i {
    position: relative;
    z-index: 2;
}

.master-search-close:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: .3s all;
}

.master-search-close:hover:before {
    transform: translate(-50%, -50%) scale(1.2);
}

.master-search-results:not(:empty) {
    padding-top: 40px;
}



/* Index */
.master-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -15px -30px;
}

.master-post {
    width: 33.3%;
    padding: 0 15px 30px;
}

.master-post-thumbnail {
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.master-post-thumbnail img {
    background: var(--light-color);
    transition: .5s all;
}

.master-post-thumbnail:hover img {
    transform: scale(1.1);
}

.master-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s all;
}

.master-post-thumbnail a:hover .master-post-overlay {
    opacity: .3;
}

.master-post-details {
    padding: 20px 0;
}

.master-post-metas {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin: -5px -15px -5px;
    color: #444;
}

.master-post-meta {
    padding: 0 15px 15px;
}

.master-post-meta span {
    display: block;
    position: relative;
    padding-left: 25px;
}

.master-post-meta i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 18px;
}

@media (max-width: 500px) {
    .master-post {
        width: 100%;
    }
}

@media (min-width: 501px) and (max-width: 999px) {
    .master-post {
        width: 50%;
    }
}


/* Footer */
#footer {
    background-color: #f4fdf8;
    color: #fff;
    position: relative;
    padding: 120px 0;
}

#footer a {
    color: #fff;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px !important;
}

.footer-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px -40px;
    padding: 60px 0;
}

.footer-block {
    padding: 0 15px 40px;
}

.footer-small {
    width: 25%;
}

.footer-large {
    width: 50%;
}

.footer-menu-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -40px;
}

.footer-menu-block {
    width: 50%;
    padding: 0 15px 40px;
}

.footer-menu-block .menu-company-items {
    display: none;
}

.footer-logo {
    width: 150px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
}

.footer-links ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-links a {
    color: var(--text-color);
}

.footer-links a:hover {
    color: var(--main-color);
}

.footer-heading {
    font-weight: 600;
    margin-bottom: 9px;
    font-size: 19px;
}

.footer-desc {
    margin: 15px 0;
    line-height: 1.7;
}

.footer-links a {
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    transition: .3s all;
}

.footer-links a:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/uploads/2026/03/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-links a:hover {
    padding-left: 35px;
}

.footer-contacts {
    margin-top: 12px;
}

.footer-contact:not(:last-child) {
    margin-bottom: 5px;
}

@media (max-width: 850px) {
    .footer-bg.pattern img {
        margin-left: -500px;
    }

    .footer-small {
        width: 50%;
    }

    .footer-large {
        width: 100%;
    }

    .footer-block:nth-child(1) {
        order: 1;
    }

    .footer-block:nth-child(3) {
        order: 2;
    }

    .footer-block:nth-child(2) {
        order: 3;
    }
}

@media (max-width: 500px) {
    .footer-small {
        width: 100%;
    }

    .footer-block:nth-child(1) {
        order: 1;
    }

    .footer-block:nth-child(3) {
        order: 3;
    }

    .footer-block:nth-child(2) {
        order: 2;
    }
}




/* Mailchimp */
.footer-form-block {
    position: relative;
}

.footer-form-block input {
    height: 40px;
    border: 1px solid #666;
    border-radius: var(--border-radius);
    font-size: 14px;
    padding-right: 100px;
    background: transparent;
}

.footer-form-block button {
    background: transparent;
    width: 100px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: white;
}



/* Footer bottom */
#footer-bottom {
    padding: 25px 0;
    border-top: 1px solid #303030;
}

#footer-bottom,
#footer-bottom a {
    color: #767676;
}

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

@media (max-width: 767px) {
    .mfb-block {
        width: 100%;
        text-align: center;
    }

    .mfb-second {
        margin-top: 15px;
    }
}



/* Scroll to top */
#site-scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 998;
    cursor: pointer;
    display: none;
    width: var(--form-height);
    height: var(--form-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 26px;
    text-align: center;
}

#site-scroll-top:hover {
    background: var(--main-color);
}

@media (max-width: 767px) {
    #site-scroll-top {
        right: 20px;
        bottom: 70px;
    }
}


/* Social networks */
.social-networks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social-network-item a {
    font-size: 18px;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1fac54 !important;
}

.instagram-social a {
    font-size: 22px;
}

.colorfull-social .social-networks a {
    color: white;
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    transition: .3s all;
}

.colorfull-social .facebook-social a {
    background: #6f6fd2;
}

.colorfull-social .instagram-social a {
    background: #bb8181;
}

.colorfull-social .youtube-social a {
    background: #e00000;
}

.colorfull-social .whatsapp-social a {
    background: #00da00;
}

.colorfull-social .twitter-social a {
    background: #55adee;
}

.colorfull-social .telegram-social a {
    background: #0088cc;
}

.colorfull-social .linkedin-social a {
    background: #0077b5;
}

.colorfull-social .tiktok-social a {
    background: #333333;
}

.colorfull-social .social-networks a:hover {
    background: #555;
}

.social-network-item-wl {
    width: 100%;
    margin-bottom: 7px;
}

.social-network-item-wl a {
    display: flex;
    align-items: center;
}

.social-network-label {
    padding-left: 12px;
}



/* Search results */
.search-title a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    color: black;
    font-size: 20px;
}

.search-title:last-child a {
    border-bottom: 0;
}

.search-title a:hover {
    color: var(--main-color);
}

.live-search-button {
    margin-top: 30px;
}



/* Social share */
.master-social-share-area {
    margin-bottom: 40px;
}

.master-title {
    border-bottom: 1px solid var(--light-color);
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.master-social-share-area ul {
    padding: 0;
    margin: 0 -5px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.master-social-share-area.share-with-label ul {
    justify-content: space-between;
}

.master-social-share-area:not(.share-with-label) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.master-social-share-area:not(.share-with-label) .master-title {
    border-bottom: 0;
    margin: 0 0 15px;
    padding: 0 15px 0 0;
    font-weight: 600;
}

.master-social-share-area.share-with-label li {
    width: 20%;
}

.master-social-share-area li {
    padding: 0 5px;
    text-align: center;
    transition: .15s all;
}

.master-social-share-area a {
    display: block;
}

.master-social-share-area:not(.simple-share-area) a {
    color: white;
}

.master-social-share-area.simple-share-area a {
    color: black;
}

.master-social-share-area.share-with-label a {
    padding: 5px 15px;
}

.master-social-share-area:not(.share-with-label) a {
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    text-align: center;
}

.share-with-label li .master-label {
    padding-left: 10px;
}

.simple-share-area.share-with-label a {
    border: 1px solid #eee;
}

.master-social-share-area:not(.simple-share-area) .twitter-share a {
    background: #00aced;
}

.master-social-share-area:not(.simple-share-area) .twitter-share a:hover {
    background: #0093cb;
}

.master-social-share-area:not(.simple-share-area) .facebook-share a {
    background: #3b5998;
}

.master-social-share-area:not(.simple-share-area) .facebook-share a:hover {
    background: #324b80;
}

.master-social-share-area:not(.simple-share-area) .telegram-share a {
    background: #0088cc;
}

.master-social-share-area:not(.simple-share-area) .telegram-share a:hover {
    background: #3e659c;
}

.master-social-share-area:not(.simple-share-area) .email-share a {
    background: #e40303;
}

.master-social-share-area:not(.simple-share-area) .email-share a:hover {
    background: #ca0303;
}

.master-social-share-area:not(.simple-share-area) .whatsapp-share a {
    background: #30d244;
}

.master-social-share-area:not(.simple-share-area) .whatsapp-share a:hover {
    background: #25b938;
}

@media (min-width: 960px) {
    .whatsapp-mobile-share {
        display: none;
    }
}

@media (max-width: 959px) {
    .whatsapp-desktop-share {
        display: none;
    }
}

@media (min-width: 960px) and (max-width: 1050px) {
    .master-label {
        display: none;
    }

    .master-social-share-area li .fa {
        margin-right: 0;
    }
}

@media (min-width: 270px) and (max-width: 767px) {
    .master-label {
        display: none;
    }

    .master-social-share-area li .fa {
        margin-right: 0;
    }
}

@media (max-width: 269px) {
    .master-social-share-area li {
        width: 100%;
        margin-bottom: 5px;
    }
}


/* Post navigation */
#post-navigation-wrap {
    background: var(--light-color);
    padding: 20px 0;
}

.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.next-previous-post {
    padding: 0 15px;
}

.no-prev-es-post {
    display: table;
    margin-left: auto;
}

.post-navigation a {
    color: black;
    position: relative;
    width: 50%;
}

.next-previous-heading {
    display: table;
    background-color: var(--main-color);
    color: white;
    padding: 3px 20px;
    margin-bottom: 10px;
    transition: .15s all;
}

.post-navigation a:hover .next-previous-heading {
    background: var(--second-color);
}

.next-post .next-previous-heading {
    margin-left: auto;
    margin-right: 0;
}

.next-post {
    text-align: right;
    margin-left: auto;
}

.prev-post-no {
    display: table;
    margin-right: 0;
    margin-left: auto;
}

.next-previous-post>div {
    position: relative;
}

.next-previous-post>div:before {
    position: absolute;
    top: 0;
    font-family: 'Font Awesome 6 Free';
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    border-radius: 3px;
    background: var(--main-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
}

.prev-post>div {
    padding-left: 40px;
}

.prev-post>div:before {
    content: '\f104';
    margin-right: 15px;
    left: 0;
}

.next-post>div {
    padding-right: 40px;
}

.next-post>div:before {
    content: '\f105';
    margin-left: 15px;
    right: 0;
}

@media (max-width: 767px) {
    .post-navigation a {
        width: 100%;
    }
}



/* Wordpress default gallery css */
.ms-gallery.ms-gallery-type-false {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ms-gallery-type-true {
    column-gap: 0;
    margin: 0 -10px;
}

.ms-gallery-type-false .ms-image-9 {
    width: calc(100% / 9);
}

.ms-gallery-type-false .ms-image-8 {
    width: calc(100% / 8);
}

.ms-gallery-type-false .ms-image-7 {
    width: calc(100% / 7);
}

.ms-gallery-type-false .ms-image-6 {
    width: calc(100% / 6);
}

.ms-gallery-type-false .ms-image-5 {
    width: 20%;
}

.ms-gallery-type-false .ms-image-4 {
    width: 25%;
}

.ms-gallery-type-false .ms-image-3 {
    width: 33.3%;
}

.ms-gallery-type-false .ms-image-2 {
    width: 50%;
}

.ms-gallery-type-false .ms-image-1 {
    width: 100%;
}

.ms-image {
    padding: 0 10px 20px;
    margin: 0;
}

.ms-image a {
    display: block;
}

.ms-image img {
    background: #eee;
}

figure.image {
    margin: 0 0 20px;
}

.image figcaption {
    font-style: italic;
    margin-top: 5px;
}

.ms-gallery-tools {
    display: none;
}

.ms-gallery-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
}

.ms-gallery-pagination.swiper-pagination {
    margin: 15px -5px 30px;
}

.ms-gallery-nav:before {
    font-family: Feather;
}

.ms-gallery-nav-prev:before {
    content: "\e910";
}

.ms-gallery-nav-next:before {
    content: "\e912";
}

@media (max-width: 340px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }

    .ms-gallery-type-true {
        column-count: 1 !important;
    }

    .ms-image {
        width: 100% !important;
        padding: 0 7.5px 15px;
    }
}

@media (min-width: 341px) and (max-width: 767px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }

    .ms-gallery-type-true {
        column-count: 2 !important;
    }

    .ms-image {
        width: 50% !important;
        padding: 0 7.5px 15px;
    }
}

@media (min-width: 767px) and (max-width: 959px) {
    .ms-gallery-type-true {
        column-count: 3 !important;
    }

    .ms-image {
        width: 33.3% !important;
    }
}



/* Sidebar */
.master-widget:not(:last-child) {
    margin-bottom: 40px;
}

.master-sidebar-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}



/* Sidebar types */
.sidebar-type-item {
    margin-bottom: 10px;
}

.sidebar-type-item a {
    color: black;
    height: 80px;
    display: flex;
    align-items: center;
    background: #eee;
    border-radius: var(--border-radius);
    padding: 0 50px 0 20px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    transition: .3s all;
}

.sidebar-type-item a:hover {
    transform: translateX(5px);
}

.active-type-item a {
    background: var(--main-color);
    color: white;
    pointer-events: none;
}

.sidebar-type-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


/* Sidebar posts */
.sidebar-post-item {
    margin-bottom: 25px;
}

.sidebar-post-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    line-height: 1.4;
}

.sidebar-post-item a:hover {
    color: var(--main-color);
}

.sidebar-post-thumbnail {
    width: 100px;
}

.sidebar-post-thumbnail img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.sidebar-post-details {
    width: calc(100% - 120px);
}

.sidebar-post-title {
    font-weight: 600;
    margin-bottom: 10px;
}



/* Sidebar archives */
.widget-archives {
    margin-top: 7px;
}

.widget-archives a {
    display: block;
    border-bottom: 1px solid var(--light-color);
    padding-bottom: 7px;
    padding-top: 7px;
    color: black;
}

.widget-archives a:hover {
    color: var(--main-color);
}

.widget-archives a:before {
    content: '\f114';
    font-family: FontAwesome;
    margin-right: 10px;
    color: black;
}

.sidebar-search {
    position: relative;
}

.sidebar-search input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    color: black;
    padding: 0 15px;
    font-size: 15px;
}

.sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    background: var(--main-color);
    color: white;
}



/* Designed List */
.designed-list ul {
    list-style: none;
    margin-left: 20px;
}

.designed-list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.designed-list ul li:before {
    content: '\f138';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 900;
    color: var(--main-color);
    font-size: 13px;
}



/* Single Post Author */
.single-author-area {
    margin-top: 40px;
}

.single-author {
    display: table;
    width: 100%;
}

.single-author-block {
    display: table-cell;
    vertical-align: top;
}

.single-author-first {
    width: 150px;
}

.single-author-second {
    width: calc(100% - 150px);
    padding-left: 25px;
    padding-top: 5px;
}

.single-author img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-author-name {
    font-size: 20px;
}

.single-author-profession {
    font-size: 17px;
    margin-bottom: 10px;
}

.single-author-description {
    margin-bottom: 10px;
}

.no-image-author:before {
    content: '\f2be';
    font-family: FontAwesome;
    width: 150px;
    height: 150px;
    background: var(--light-color);
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    color: #999;
}

@media (max-width: 550px) {
    .single-author-block {
        display: block;
    }

    .single-author-second {
        width: 100%;
        padding-left: 0px;
        padding-top: 15px;
    }
}




/* Youtube */
.youtube-videos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.youtube-video {
    padding: 0 15px 30px;
    width: 25%;
}

.youtube-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--light-color);
    height: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    cursor: pointer;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.youtube-icon-block {
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(22, 22, 22, 0.65);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    transition: .5s all;
}

.youtube-thumbnail:hover .youtube-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}

.youtube-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: white;
    transition: .5s all;
}

.youtube-thumbnail:hover .youtube-play-icon {
    opacity: 1;
}

.youtube-iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 10;
    top: 0;
}

.youtube-heading a {
    font-size: 15px;
    display: block;
    padding: 10px 0;
    line-height: 1.3;
    color: black;
    font-weight: 600;
}

.youtube-videos .next-videos {
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.youtube-loading-area {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px black;
    opacity: 0;
}

@media (max-width: 960px) {

    .youtube-icon,
    .youtube-play-icon {
        opacity: 1;
    }

    .play-video:before {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .youtube-video {
        width: 33.3%;
    }
}

@media (max-width: 850px) {
    .youtube-video {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .youtube-video {
        width: 100%;
    }
}



/* Instagram */
.instagram-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.instagram-image {
    width: 25%;
    padding: 0 10px 20px;
}

.instagram-ratio {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
}

.instagram-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s all;
    overflow: hidden;
    background-color: var(--light-color);
}

.instagram-image-link:hover .instagram-image-details {
    opacity: 1;
    transition: .3s all;
}

.instagram-image-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s all;
    opacity: 0;
}

.instagram-image-link:hover:before {
    opacity: 1;
}

.instagram-image-detallar {
    color: white;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    opacity: 0;
    transition: .3s all;
}

.instagram-icon {
    margin: 0 3px;
}

.instagram-icon:before {
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.next-images {
    width: 100%;
    padding: 0 15px;
}

.next-image-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    transition: .15s all;
}

.next-image-button:hover {
    background: var(--second-color);
}

.next-image-button::-moz-selection {
    background: transparent;
}

.next-image-button::selection {
    background: transparent;
}

.instagram-nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    font-size: 36px;
    text-shadow: 0 0 15px black;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.instagram-button-prev {
    left: 0;
}

.instagram-button-next {
    right: 0;
}

.instagram-ratio-carousel {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.instagram-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.instagram-carousel,
.instagram-carousel .swiper-wrapper,
.instagram-carousel .swipet-slide {
    height: 100%;
}

.instagram-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.instagram-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    transition: .5s all;
}

.instagram-video:hover .instagram-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}

@media (min-width: 601px) and (max-width: 999px) {
    .instagram-image {
        width: 33.3%;
    }
}

@media (max-width: 600px) {
    .instagram-image {
        width: 50%;
    }
}


/* FAQ */
.master-accordion-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px 15px 30px;
    cursor: pointer;
    border-bottom: 1px solid var(--light-color);
    position: relative;
    line-height: 1.4;
    user-select: none;
}

.master-accordion-title:before {
    content: "\f067";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 15px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 17px;
    color: var(--main-color);
}

.master-accordion-title.active:before {
    content: "\f068";
}

.master-accordion-content {
    color: black;
    margin-top: 15px;
    display: none;
}


/* Default input */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select {
    box-shadow: none;
    appearance: none;
    font-family: var(--font-family);
    width: 100%;
    border: 2px solid var(--main-color);
    border-radius: var(--border-radius);
    height: var(--form-height);
    line-height: var(--form-height);
    padding: 0 25px;
    color: black;
    font-size: 15px;
    background: white;
}

textarea {
    box-shadow: none;
    appearance: none;
    font-family: var(--font-family);
    border: 2px solid var(--main-color);
    border-radius: var(--border-radius);
    width: 100%;
    padding: 15px 25px;
    color: black;
    font-size: 15px;
    resize: vertical;
    min-height: 110px;
}

input[type=radio] {
    box-shadow: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: white;
    top: 0;
    left: 0;
}

input[type=radio]:checked {
    border-color: var(--main-color);
}

input[type=radio]:checked:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type=radio]+label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
}

input[type=checkbox] {
    box-shadow: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: white;
    top: 2px;
    left: 0;
    margin: 0;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}

input[type=checkbox]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}

input[type=checkbox]+label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
    margin-bottom: 0;
}

input[type=file]::file-selector-button {
    background: var(--light-color);
    border: 1px solid var(--border-color);
    padding: 5px 15px;
}

sup,
sub {
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
}

select {
    appearance: none;
    background: transparent;
    background-image: url(/uploads/extra/chevron-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 15px;
    background-size: 18px;
    cursor: pointer;
    padding-right: 30px;
    border-radius: var(--border-radius);
}


/* Form */
.grecaptcha-badge {
    display: none;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.form-group .form-element {
    padding: 0 15px 15px;
}

.form-100 {
    width: 100%;
}

.form-85 {
    width: 85%;
}

.form-50 {
    width: 50%;
}

.form-33 {
    width: 33.3%;
}

.form-25 {
    width: 25%;
}

.form-15 {
    width: 15%;
}

.form-element {
    padding-bottom: 15px;
    position: relative;
}

.form-element label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.form-simple-file label {
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
}

.fsf-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fsf-button {
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px 15px;
    line-height: 1.3;
    margin-right: 10px;
}

.faf-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.faf-items label {
    width: auto;
}

.faf-item {
    padding: 0 5px;
}

.faf-preview img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.faf-item i {
    width: 80px;
    height: 80px;
    border: 2px dashed #ddd;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    background: #f5f5f5;
    cursor: pointer;
}

.form-result:not(:empty) {
    margin-top: 20px;
}

.form-simple-file input,
.form-advanced-file input {
    display: none;
}

.form-choices {
    display: flex;
    flex-wrap: wrap;
}

.form-choices .form-choice {
    padding-right: 30px;
}

.form-choice {
    position: relative;
}

.form-submit {
    display: flex;
    justify-content: flex-end;
}

.alert {
    padding: 10px 15px 10px 55px;
    text-align: left;
    min-height: 42px;
    position: relative;
    border-radius: var(--border-radius);
}

.alert-danger {
    color: #8d423b;
    background-color: #ffe2df;
    border-color: #ffd7d3;
}

.alert-success {
    color: #1d6944;
    background-color: #d4ffd3;
    border-color: #c3ecd8;
}

.alert-info {
    color: #281b80;
    background-color: #e0e0ff;
    border-color: #e0e0ff;
}

.alert:before {
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 50%;
    left: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    border-radius: var(--border-radius);
    transform: translateY(-50%);
}

.alert-danger:before {
    content: "\f071";
    background: #da6f64;
}

.alert-success:before {
    content: '\f058';
    background: #48c346;
}

.alert-info:before {
    content: "\f05a";
    background: #464fc3;
}

@media (max-width: 650px) {

    .form-50,
    .form-33,
    .form-25 {
        width: 100%;
    }
}


/* Progress bar */
.progress {
    background: #eee;
    border-radius: 5px;
    display: none;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.progress-bar {
    height: 5px;
    line-height: 5px;
    background: red;
    font-weight: 600;
    color: white;
    padding: 0 15px;
    width: 0%;
    position: relative;
    max-width: 100%;
}

.progress-bar-text-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -25px;
    font-weight: 600;
    width: 100%;
}


/* ACF Map */
.acf-map-area {
    position: relative;
}

.acf-map {
    height: 450px;
    background: #eee;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.acf-iframe-map iframe {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    z-index: 1;
}

.map-loading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background: #ddd;
}

.map-loading-text {
    padding-top: 40px;
    font-weight: 600;
    font-size: 18px;
}



/* Comments */
.default-comment-form-area {
    display: none;
}

.comment-reply-area {
    margin-bottom: 20px;
}

#comments {
    padding-bottom: 20px;
}

.comment-count-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}

.comment-author,
.comment-block {
    display: table-cell;
    vertical-align: top;
}

.comment-author {
    width: 70px;
    padding-right: 10px;
}

.comment-author .fa-solid {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 30px;
    color: #999;
}

.comment-author img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-block {
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: calc(100% - 70px);
}

.comment-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

.date.float-right {
    color: #a7a7a7;
}

.comment-rating {
    display: inline-flex;
    color: orange;
    font-size: 13px;
}

.comment-text {
    margin-top: 5px;
}

.comment-text p {
    margin-bottom: 5px;
}

.comment-reply {
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
}

.comments .children {
    margin: 0 0 0 20px;
    list-style: none;
}

.comments .children>.comment {
    margin-bottom: 0;
}

.byuser .comment-block {
    background: #f5f5f5;
}

.comment-reply-heading-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}

.comment-reply-heading,
.comment-reply-cancel {
    padding: 5px 0;
}

.comment-reply-cancel {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    font-size: 14px;
}

.logged-user-comment-author {
    margin-bottom: 10px;
}

.comment-name {
    padding-right: 5px;
}

.default-comment-form {
    width: 100%;
    margin-top: 15px;
}

@-webkit-keyframes wd-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wd-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 600px) {
    .comment-author {
        width: 40px;
        padding-right: 5px;
    }

    .comment-author img {
        width: 35px;
        height: 35px;
    }
}


/* Rating */
.comment-ratings {
    display: flex;
    align-items: center;
    margin: 0 -2px;
}

.comment-ratings input {
    display: none;
}

.comment-rating label {
    padding: 0 2px !important;
}

.comment-rating label:before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    color: var(--light-color);
    font-size: 20px;
}

.active-comment-rating label:before {
    color: orange;
}


/* Gallery */
.master-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.master-image {
    width: 25%;
    padding: 0 10px 20px;
}

.master-image a {
    display: block;
    overflow: hidden;
    position: relative;
}

.master-image img {
    background: var(--light-color);
}

.master-image-overlay {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}

.master-image a:hover .master-image-overlay {
    opacity: .3;
}

@media (max-width: 350px) {
    .master-image {
        width: 100%;
    }
}

@media (min-width: 351px) and (max-width: 767px) {
    .master-gallery {
        margin: 0 -5px;
    }

    .master-image {
        width: 50%;
        padding: 0 5px 10px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .master-image {
        width: 33.3%;
    }
}



/* Table */
table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: left;
}

th,
td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}

tr:nth-child(odd) {
    background: #f5f5f5;
}



/* Toolbar */
.toolbar-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000000;
}

.toolbar-area a {
    position: absolute;
    color: white;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    display: block;
}

.toolbar-phone {
    background: #6565ff;
    bottom: 0;
}

.toolbar-whatsapp {
    background: #45c71b;
    bottom: 55px;
}

@media (min-width: 768px) {
    .toolbar-area {
        display: none;
    }
}


/* Loading */
.loading {
    color: transparent !important;
    position: relative;
    pointer-events: none;
}

.loading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 0s ease;
    opacity: 1;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
}

.loading:before {
    visibility: hidden;
}

.small-loading-icon:after {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}

.big-loading-icon:after {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
}

.light-loading-icon:after {
    border: 1px solid rgba(255, 255, 255, .3);
    border-left-color: #fff;
}

.dark-loading-icon:after {
    border: 1px solid rgba(0, 0, 0, .3);
    border-left-color: #000;
}

@-webkit-keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}


/* QR code */
.qr-code img {
    width: 150px;
}



/* Swiper js */
.master-slider {
    height: 0;
    overflow: hidden;
}

.master-slider.swiper-initialized {
    height: auto;
}



/* Hide admin bar */
.active-admin-bar {
    margin-top: 35px;
}

.admin-bar {
    display: none;
}

.active-admin-bar .admin-bar {
    display: flex;
}

.hide-admin-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    z-index: 100000;
}

.active-admin-bar .hide-admin-bar {
    top: 35px;
}


/* Pagination */
.pagination {
    margin: 30px 0 0;
    list-style: none;
}

.page-item {
    display: inline-block;
}

.page-item a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--light-color);
    margin-right: 5px;
    color: black;
    padding: 0;
}

.page-item.active a,
.page-item a:hover {
    background: var(--main-color);
    color: white;
}


/* Fancybox */
body.compensate-for-scrollbar {
    overflow: unset !important;
}

.fancybox-active .admin-bar {
    z-index: 1;
}


/* Mobile sticky phone */
.mobile-sticky-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000;
}

.mobile-sticky-elements a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin-top: 7px;
    font-size: 18px;
}

.mobile-sticky-phone {
    background: var(--main-color);
}

.mobile-sticky-whatsapp {
    background: #25ce25;
}

@media (min-width: 801px) {
    .mobile-sticky-area {
        display: none;
    }
}



/* MailChimp */
#mailchimp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

#mailchimp>div {
    padding: 0 5px;
}

.mailchimp-element input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
}

.mailchimp-button button {
    background: red;
    height: 40px;
    padding: 0 30px;
    font-size: 17px;
    color: white;
    text-transform: uppercase;
}

.mailchimp-result:not(:empty) {
    display: table;
    margin: 10px auto 0;
}

.mailchimp-success {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
}

.mailchimp-success:before {
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
}



/* Notify template */
.notify-block-area {
    text-align: center;
    margin-bottom: 30px;
}

.notify-block-icon-area {
    width: 150px;
    height: 150px;
    background: #00a900;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
    border-radius: 30px;
    color: white;
    font-size: 100px;
}

.notify-fe-fe-check {
    background: #00a900;
}

.notify-fe-fe-x {
    background: #ff0000;
}

.notify-block-area h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.notify-block-description {
    color: #666;
    margin: 0 auto 25px;
    width: 600px;
    max-width: 100%;
}



/* Callout */
.callout-form-element {
    margin-bottom: 10px;
}

.callout-form-element input {
    width: 100%;
    border: 1px solid #ddd;
    height: var(--form-height);
    font-size: 15px;
    padding: 0 15px;
}

.success-message {
    text-align: center;
    color: #ccc;
    display: none;
}

.success-message:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    display: table;
    margin: 0 auto 15px;
    font-size: 24px;
    color: yellow;
}


/* Callout modal */
#callout-modal-form {
    width: 500px;
    display: none;
}


/* Master buttons */
.button {
    height: var(--form-height);
    cursor: pointer;
    padding: 0 30px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 30px;
    line-height: 1.2;
    user-select: none;
    transition: .15s all;
}

.simple-button {
    height: 35px;
    cursor: pointer;
    padding: 0 25px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 30px;
    line-height: 1.2;
    user-select: none;
    font-weight: 600;
    white-space: nowrap;
    transition: .15s all;
}

.primary-button {
    background: var(--main-color);
    color: white;
    border: 1px solid var(--main-color);
}

.primary-button:hover {
    background: var(--second-color);
    color: white;
    border-color: var(--second-color);
}

.outline-button {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.outline-button:hover {
    background: white;
    color: black;
    border-color: white;
}

.colored-button {
    background: var(--second-color);
    color: white;
    border: 1px solid var(--second-color);
}

.colored-button:hover {
    background: #f75848;
    border-color: #f75848;
}

.wide-button {
    width: 100%;
}

.icon-right-button:after {
    content: "\e912";
    font-family: Feather;
    margin-left: 10px;
    margin-right: -10px;
    font-size: 14px;
}

.icon-left-button:before {
    content: "\e912";
    font-family: Feather;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 14px;
}

.icon-right-button.loading:after {
    margin-left: -7.5px;
    margin-right: 0;
}



/* Animations */
.animate {
    transition: 1.2s all;
}

.scale-animation {
    transform: scale(0.5);
    opacity: 0;
}

.fade-animation {
    opacity: 0;
}

.left-to-right-animation {
    transform: translateX(-100px);
    opacity: 0;
}

.right-to-left-animation {
    transform: translateX(100px);
    opacity: 0;
}

.top-to-bottom-animation {
    transform: translateY(-100px);
    opacity: 0;
}

.bottom-to-top-animation {
    transform: translateY(100px);
    opacity: 0;
}

.animated {
    opacity: 1;
    transform: none;
}


/* Fixed header */
.has-fixed-header {
    padding-top: 55px;
}

.has-fixed-header #site-header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    animation-name: sticky;
    animation-duration: .5s;
    border-top: 0;
    box-shadow: 0 15px 15px rgb(100 100 100 / 5%);
}

.has-fixed-header.active-admin-bar #site-header {
    margin-top: 35px;
}

.has-fixed-header .header-aside {
    position: absolute;
    right: 0;
}

@keyframes sticky {
    from {
        transform: translateY(-80px);
    }

    to {
        transform: translateY(0);
    }
}


/* Topbar */
#topbar-wrap {
    border-bottom: 1px solid #ddd;
}

.topbar-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.topbar-block {
    padding: 5px 15px;
}

.topbar-elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.topbar-element {
    padding: 5px 15px;
}



/* Master heading */
.page-heading-area {
    padding: 60px 0 0;
    text-align: center;
}

.page-heading {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--main-color);
    display: table;
    margin: 0 auto;
    position: relative;
}

.dark-page-heading {
    color: black;
}

.light-page-heading {
    color: white;
}

.page-heading:before,
.page-heading:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.light-page-heading:before,
.light-page-heading:after {
    filter: invert(1) brightness(10);
}

.page-heading:before {
    left: -50px;
    background-image: url(/uploads/2026/03/heading-icon-1.svg);
}

.page-heading:after {
    right: -50px;
    background-image: url(/uploads/2026/03/heading-icon-2.svg);
}

.page-description {
    margin: 20px auto 0;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.heading-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px -30px;
}

.heading-block {
    padding: 0 15px 30px;
}

.hb-1 {
    width: 66.6%;
}

.hb-2 {
    width: 33.3%;
}

.heading-area {
    margin-bottom: 60px;
}

.heading-blocks .heading-area {
    margin-bottom: 0;
}

.heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    position: relative;
}

.heading:before {
    content: '';
    background-image: url(/uploads/2026/03/heading-under-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 20px;
}

.description {
    width: 700px;
    max-width: 100%;
    font-weight: 500;
    margin: 20px auto;
}

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

.center-heading .description {
    margin-left: auto;
    margin-right: auto;
}

.light-heading .heading,
.light-heading .sub-heading {
    color: white;
}

@media (max-width: 999px) {
    .page-heading {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .heading-block {
        width: 100%;
    }

    .page-heading {
        font-size: 34px;
    }

    .page-heading:before,
    .page-heading:after {
        width: 34px;
        height: 34px;
    }

    .page-heading:before {
        left: -40px;
    }

    .page-heading:after {
        right: -40px;
    }

    .page-description {
        font-size: 18px;
    }
}



/* Whatsapp */
.whatsapp-toolbar-area {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-icon-box {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-toolbar-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    padding-right: 20px;
    display: none;
}

.whatsapp-toolbar-text span {
    display: block;
    background: white;
    color: black;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(92 92 92 / 12%);
    line-height: 1.2;
    text-align: center;
    min-width: 170px;
    font-weight: 500;
    position: relative;
    z-index: -1;
}

.whatsapp-toolbar-text span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #21ad21;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.whatsapp-toolbar-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #21ad21;
    border-radius: 50%;
    font-size: 32px;
}



/* Language switcher */
.header-ls {
    margin-top: 40px;
}

.language-list-switcher ul {
    margin: 0 -12px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.language-list-switcher li {
    padding: 0 12px;
}

.language-list-switcher .language-item a {
    display: flex;
    align-items: center;
}

.language-list-switcher .language-item img {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
}

.language-list-switcher .language-label {
    padding-left: 7px;
    font-weight: 600;
    color: black;
    display: none;
}



.language-dropdown-switcher ul {
    margin: 0 10px 0 0;
    list-style: none;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.language-dropdown-switcher .ls-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -8px;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    border-radius: 8px;
    min-width: 40px;
    background: white;
    padding: 8px 0;
}

.language-dropdown-switcher img {
    width: 24px;
    height: 24px;
}

.language-dropdown-switcher .language-label {
    padding-left: 10px;
    font-weight: 600;
    transition: .3s all;
}

.language-dropdown-switcher:hover .ls-sub-menu {
    display: block;
}

.language-dropdown-switcher .ls-current-lang {
    display: flex;
    align-items: center;
    height: 38px;
    border-radius: 8px;
}

.language-dropdown-switcher .ls-current-lang:after {
    content: "\e92e";
    font-family: Feather;
    font-size: 14px;
    margin-left: 5px;
}

.language-dropdown-switcher .language-item {
    display: flex;
    justify-content: center;
}

.language-dropdown-switcher .language-item a {
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.language-dropdown-switcher .language-item a:hover .language-label {
    opacity: .5;
}

.language-dropdown-switcher .language-item:not(:last-child) {
    margin-bottom: 5px;
}

.language-dropdown-switcher .language-switcher.language-dropdown-switcher {
    margin-left: 15px;
}



/* Canvas sidebar */
.canvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    display: block;
    z-index: 999;
    visibility: hidden;
}

.active-canvas-overlay {
    visibility: visible;
}

.canvas-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: white;
    height: 100%;
    transform: translate3d(100%, 0, 0);
    z-index: 10000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.active-canvas-sidebar {
    transform: none;
}

.canvas-sidebar-header {
    border-bottom: 1px solid var(--light-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}

.csh-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.canvas-sidebar-body {
    padding: 40px 20px;
    overflow-y: auto;
    height: calc(100% - 97px);
}

.csh-close {
    font-size: 15px;
    cursor: pointer;
}

.csh-close:after {
    content: "\ea02";
    font-family: Feather;
    margin-left: 5px;
    transform: translateY(3px);
    display: inline-block;
    font-size: 18px;
}



/* Audio */
audio {
    height: 40px;
    width: 100%;
}

audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
}

audio::-webkit-media-controls-panel {
    background: #ddd;
    height: 40px;
}



/* Swiper */
.relative-slider {
    position: relative;
}

.side-swiper-nav {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.ssn-prev {
    left: -30px;
}

.ssn-next {
    right: -30px;
}

.center-swiper-navigations {
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}

.center-swiper-nav {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination {
    display: flex;
    margin: 30px -5px 0;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    opacity: .5;
    transition: .3s all;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.dots-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.liner-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    display: block;
}

.center-swiper-pagination {
    justify-content: center;
}

.swiper-slide .master-post {
    width: 100%;
    padding: 0;
}



/* Tabs */
.tabs-heading {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transform: translateY(10px);
    overflow-x: auto;
    scrollbar-width: none;
}

.tabs-heading::-webkit-scrollbar {
    display: none;
}

.tabs-heading li {
    text-align: center;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    line-height: 1.2;
    color: #fff;
}

.tabs-heading .active-tab:before {
    content: '';
    height: 3px;
    width: 100%;
    background: var(--main-color);
    left: 0;
    bottom: -1.5px;
    position: absolute;
}

.tabs-body>div:not(:first-child) {
    display: none;
}

@media (max-width: 767px) {
    .tabs-heading {
        overflow-x: auto;
        justify-content: flex-start;
    }
}


/* Master scroll */
.master-scrolls ::-webkit-scrollbar,
.master-scroll::-webkit-scrollbar {
    width: 3px;
}

.master-scrolls ::-webkit-scrollbar-track,
.master-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.master-scrolls ::-webkit-scrollbar-thumb,
.master-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

.master-scrolls ::-webkit-scrollbar-thumb:hover,
.master-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* FontAwesome */
.fa-solid:before {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
}

.fa-brands:before {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}

.fa-facebook:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-play:before {
    content: "\f04b"
}

.fa-envelope:before {
    content: "\f0e0";
}



/* Contact */
.contact-form-area {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.contact-pattern {
    width: 400px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.contact-pattern-2 {
    right: 0;
    width: 700px;
}

@media (max-width: 850px) {
    .contact-pattern {
        width: 200px;
    }

    .contact-pattern-2 {
        width: 300px;
    }
}



/* Single post */
.single-post-area {
    padding: 40px 0 0;
}

.single-back-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-back-arrow a {
    border: 2px solid var(--main-color);
    border-radius: 30px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
}

.single-back-arrow img {
    width: 22px;
}

.single-post-title {
    margin: 20px 0;
    text-align: center;
}

.single-post-metas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -15px -15px;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px 15px;
}

.single-post-meta img {
    width: 20px;
    height: 20px;
}

.single-post-title h1 {
    font-size: 30px;
}

.single-contents-area {
    padding: 60px 0;
}

.single-content-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scb-1 {
    width: 400px;
    max-width: 100%;
}

.scb-2 {
    width: calc(100% - 440px);
}

@media (max-width: 767px) {

    .scb-1,
    .scb-2 {
        width: 100%;
    }
}

.single-post-gallery-block {
    position: relative;
    padding: 120px 0;
    margin-top: -40px;
}

.single-post-gallery-pattern {
    position: absolute;
}

.single-post-gallery-slide a {
    width: 450px;
    display: table;
    margin: 0 auto;
    transform: rotate(5deg);
    border: 8px solid white;
    max-width: 75%;
}

.single-post-gallery-slide a img {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
}

.single-post-gallery-arrow {
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.spg-left {
    left: 30px;
}

.spg-right {
    right: 30px;
}

.spg-pagination {
    position: absolute;
    bottom: 80px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1;
    justify-content: center;
}

.spgp-1 {
    left: 60%;
    bottom: -120px;
}

.spgp-2 {
    top: 0;
    width: 550px;
}

.spgp-3 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.spgp-4 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.post-heading {
    font-weight: 600;
    font-size: 26px;
    color: var(--main-color);
    position: relative;
    margin-bottom: 30px;
}

.single-title-block {
    padding-bottom: 40px;
}

.single-post-background-pattern {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-top: -40px;
    min-width: 1320px;
    width: 100%;
}

@media (max-width: 900px) {

    .scb-1,
    .scb-2 {
        width: 100%;
    }
    
    .spgp-1, .spgp-2 {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .single-post-gallery-slide a {
        width: 65%;
        max-width: 300px;
    }
    
    .spgp-1, .spgp-2 {
        width: 150px;
    }
    
    .single-post-gallery-arrow {
        display: none;
    }
    
    .spgp-3, .spgp-4 {
        display: none;
    }
    
    .single-post-slider {
        transform: translateY(-30px);
    }
    
    .spg-pagination {
        bottom: 110px !important;
    }
    
    .single-contents-area {
        padding: 0 0 60px;
    }

}



/* History */
.history-area {
    position: relative;
    padding: 80px 0;
}

.history-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history-year,
.history-info-year {
    line-height: 1;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}

.history-info-year {
    color: white;
    margin-bottom: 20px;
}

.history-year:after,
.history-info-year:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: url(/uploads/2026/03/year-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.history-info-year:after {
    filter: invert(1) brightness(10);
}

.history-image img {
    border: 4px solid var(--main-color);
    aspect-ratio: 1;
    object-fit: cover;
}

.history-slider .swiper-slide:nth-child(odd) .history-image {
    transform: rotate(3deg);
}

.history-slider .swiper-slide:nth-child(even) .history-image {
    transform: rotate(-3deg);
}

.history-dot {
    width: 14px;
    height: 14px;
    background: var(--main-color);
    border-radius: 50%;
    margin: 30px auto;
}

.history-slider .swiper-slide:nth-child(odd) .history-slide {
    flex-direction: column;
}

.history-slider .swiper-slide:nth-child(even) .history-slide {
    flex-direction: column-reverse;
}

.timeline-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 1;
}

.history-info {
    position: absolute;
    background: var(--main-color);
    color: white;
    border-radius: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    padding: 20px;
    width: 130%;
    top: 90%;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}

.history-slide:hover .history-info {
    opacity: 1;
    pointer-events: unset;
}



/* History blocks */
.history-contents-area {
    position: relative;
    padding: 100px 0;
}

.history-contents-pattern {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -50px;
}

.history-block {
    width: 50%;
    padding: 0 15px 50px;
    display: flex;
    flex-direction: column;
}

.history-block .page-heading {
    font-size: 34px;
    margin-bottom: 30px;
}

.history-content {
    background: var(--main-color);
    color: white;
    border-radius: 20px;
    padding: 30px 30px 35px;
    text-align: center;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .history-block {
        width: 100%;
    }
}



/* Home */
.slider-area {
    position: relative;
    background: var(--second-color);
}

.slider-top-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.slider-bottom-background-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.slider-top-background-pattern img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.slider-bottom-background-pattern img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.slider-element img,
.slider-element video {
    height: 90svh;
    object-fit: cover;
    width: 100%;
    background: #1d994c;
}



/* Home story */
.home-story-area {
    padding: 120px 0;
    position: relative;
    margin-top: -120px;
    z-index: 1;
}

.home-story-background-pattern {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-width: 1320px;
    margin-top: -40px;
    width: 100%;
}

.home-story-pattern {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hsp-1 {
    width: 300px;
}

.hsp-2 {
    right: 0;
    width: 400px;
}

.home-story-content {
    color: white;
    width: 760px;
    max-width: 100%;
    margin: 30px auto 0;
    font-size: 20px;
}

.home-story-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.home-story-button a {
    color: white;
    font-weight: 600;
    border: 1.5px solid white;
    border-radius: 30px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 16px;
}

.home-story-button a:hover {
    background: white;
    color: black;
}

@media (max-width: 767px) {
    .home-story-content {
        font-size: 18px;
    }

    .hsp-1 {
        width: 150px;
        bottom: 0;
        top: auto;
        transform: none;
    }

    .hsp-2 {
        width: 200px;
        top: 80px;
        transform: none;
    }
}



/* Home company */
.home-company-area {
    padding: 60px 0 120px;
}

.home-companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px -20px -40px;
}

.home-company {
    width: 33.3%;
    padding: 0 20px 40px;
}

.home-company-inner {
    display: block;
    border-radius: 30px;
    position: relative;
    border: 4px solid var(--main-color);
    background: white;
}

.home-company-inner:hover {
    border-color: var(--second-color);
}

.company-url {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: orange;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 17px;
    transition: .3s all;
}

.home-company-inner:hover .company-url {
    opacity: 0;
}

.company-title-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.company-title-block .page-heading {
    color: black;
}

.home-company .page-heading {
    font-size: 30px;
}

.home-company .page-heading:before,
.home-company .page-heading:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-company .page-heading:before {
    left: -35px;
}

.home-company .page-heading:after {
    right: -35px;
}

.company-image img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 30px;
}

.home-company-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--second-color);
    border-radius: 26px;
    padding: 30px;
    text-align: center;
    color: white;
    opacity: 0;
    transition: .3s all;
}

.home-company-inner:hover .home-company-overlay {
    opacity: 1;
}

.overlay-company-info {
    margin: 20px 0;
}

.overlay-company-button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 550px) AND (max-width: 999px) {
    .home-companies {
        margin: 30px -10px -20px;
    }

    .home-company {
        padding: 0 10px 20px;
    }

    .home-company .page-heading {
        font-size: 22px;
    }

    .home-company .page-heading:before,
    .home-company .page-heading:after {
        width: 20px;
        height: 20px;
    }

    .home-company .page-heading:before {
        left: -25px;
    }

    .home-company .page-heading:after {
        right: -25px;
    }

    .company-title-block {
        padding: 15px;
    }

    .home-company-overlay {
        padding: 15px;
    }

    .overlay-company-info {
        margin: 10px 0;
        font-size: 15px;
    }

    .overlay-company-button {
        bottom: 15px;
    }

    .overlay-company-desc,
    .company-desc {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .home-company {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .home-company {
        width: 100%;
    }
}



/* Home posts */
.home-posts-area {
    position: relative;
    padding: 120px 0;
}

.home-posts-background-pattern {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-width: 1320px;
    width: 100%;
}

.home-posts-pattern {
    position: absolute;
    width: 500px;
}

.hpp-1 {
    left: -70px;
    bottom: -70px;
}

.hpp-2 {
    right: 0;
    width: 400px;
}

.home-posts-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -25px -50px;
}

.home-posts-block {
    padding: 0 25px 50px;
}

.hpb-1 {
    width: 60%;
}

.hpb-2 {
    width: 40%;
}

.home-post-image img {
    aspect-ratio: 1;
    object-fit: cover;
    border: 10px solid white;
    transform: rotate(5deg);
}

.home-posts-block {
    padding: 0 25px 50px;
    text-align: center;
    color: white;
}

.home-posts-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
}

.home-posts-content {
    width: 500px;
    max-width: 100%;
    text-align: center;
    margin: 20px auto 0;
}

@media (max-width: 767px) {
    .home-posts-area {
        padding: 120px 0 180px;
    }

    .home-posts-block {
        width: 100%;
    }

    .home-post-image {
        width: 300px;
        margin: 0 auto;
        max-width: 80%;
    }

    .home-posts-pattern {
        width: 250px;
        bottom: 60px;
    }

    .hpp-2 {
        width: 200px;
        bottom: auto;
    }
}




/* Follow */
.home-follow-area {
    padding-top: 80px;
}

.home-gallery-slider {
    margin-top: 40px;
}

.home-gallery-slide {
    transition: .45s all;
}

.home-social {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.home-gallery-slide:hover {
    transform: translateY(-30px);
}

.home-gallery-slide img {
    border-radius: 30px;
    border: 3px solid var(--main-color);
    background: var(--second-color);
}

.home-gallery-slide:before {
    content: '';
    background-image: url(/uploads/2026/03/follow-under-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 10px;
    position: absolute;
    opacity: 0;
    transition: .5s all;
}

.home-gallery-slide:hover:before {
    opacity: 1;
}

.home-gallery-slide:hover {
    transform: translateY(-30px);
}

.home-follow-area .social-network-item a {
    background: var(--main-color);
    border-radius: 50%;
    color: white !important;
    width: 55px;
    height: 55px;
    font-size: 28px;
    position: relative;
    transition: .3s all;
}

.home-follow-area .social-network-item a:hover {
    transform: translateY(-10px);
}

.home-follow-area .social-network-item a:before {
    content: '';
    background-image: url(/uploads/2026/03/social-under-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 10px;
    position: absolute;
    opacity: 0;
    transition: .5s all;
}

.home-follow-area .social-network-item a:hover:before {
    opacity: 1;
}

@media (max-width: 767px) {
    .home-follow-area {
        padding-top: 0;
    }

    .home-follow-area .social-network-item a {
        width: 35px;
        height: 35px;
    }
}



/* Site menu */
.site-menu-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    text-align: center;
    z-index: 100;
    background: white;
    padding: 80px 0 240px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    transition: opacity .4s ease, clip-path .4s ease;
}

.site-menu-area.open {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
    pointer-events: all;
    border-radius: 0;
}

.site-menu-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1320px;
    width: 100%;
}

.site-menu-logo {
    width: 150px;
    margin: 0 auto;
}

.site-menu-items {
    padding-top: 40px;
}

.site-menu-items ul {
    list-style: none;
    margin: 0;
}

.site-menu-items>ul>li,
.header-ls {
    opacity: 0;
    transform: translateY(12px);
    transition: .6s all;
}

.open .site-menu-items>ul>li,
.open .header-ls {
    opacity: 1;
    transform: translateY(0);
}

.site-menu-items>ul>li:not(:last-child) {
    margin-bottom: 25px;
}

.site-menu-items>ul>li>a {
    font-weight: 600;
    color: white;
    font-size: 30px;
    line-height: 1.3;
    display: table;
    margin: 0 auto;
    position: relative;
}

.site-menu-items>ul>li>a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background-image: url(/uploads/2026/03/white-under-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: .3s all;
}

.site-menu-items>ul>li>a:hover:before {
    opacity: 1;
}

.site-sub-menus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px auto 40px;
}

.site-sub-menu a {
    color: white;
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    padding: 15px 45px 26px;
    line-height: 1;
    position: relative;
    transition: .3s all;
}

.site-sub-menu a:hover {
    color: var(--main-color);
    background: white;
}

.site-sub-menu-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px;
}

.site-sub-menu-desc {
    font-size: 15px;
}

.site-sub-menu-arrow {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 11px;
    transition: .3s all;
}

.site-sub-menu a:hover .site-sub-menu-arrow {
    background: #eee;
}

.site-sub-menu-arrow img {
    filter: invert(1);
}

.site-menu-pattern {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 400px;
    max-width: 100%;
}

.site-menu-pattern-2 {
    left: auto;
    right: 0;
    width: 600px;
}

.site-menu-close {
    width: 70px;
    height: 70px;
    position: fixed;
    background: var(--main-color);
    left: 50%;
    transform: translateX(-50%);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    bottom: 100px;
    z-index: 10;
}

@media (max-width: 999px) {
    .site-menu-pattern {
        width: 200px;
    }

    .site-menu-pattern-2 {
        width: 300px;
    }
}

@media (max-width: 850px) {
    .site-menu-area {
        background: #159548;
    }

    .site-menu-close {
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    .site-menu-area {
        height: 100%;
    }
    .site-menu-area {
        padding: 40px 0 200px;
    }

    .site-menu-items>ul>li>a {
        font-size: 22px;
    }

    .site-menu-items>ul>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .site-sub-menu a {
        padding: 12px 25px 22px;
    }
}

@media (max-width: 600px) {
    .site-menu-pattern {
        width: 150px;
    }

    .site-menu-pattern-2 {
        width: 200px;
    }
}




/* Features */
.features-area {
    position: relative;
    padding: 160px 0 220px;
}

.feature-background-pattern {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-width: 1320px;
    width: 100%;
}

.feature-pattern {
    position: absolute;
}

.feature-pattern-2 {
    right: 0;
    top: -60px;
}

.features-slider {
    padding: 40px;
}

.features {
    margin: 0 -25px -50px;
}

.feature {
    text-align: center;
}

.feature-image {
    width: 200px;
    margin: 0 auto;
    position: relative;
    transition: .3s all;
}

.feature-image:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 7px solid white;
    transform: rotate(3deg);
    position: absolute;
    left: -20px;
    top: 15px;
    z-index: -1;
    transition: .3s all;
}

.feature-image:hover {
    transform: scale(1.1);
}

.feature-image:hover:before {
    left: 0;
    top: 0;
    transform: none;
}

.feature-image img {
    aspect-ratio: 1;
    object-fit: cover;
}

.feature-title {
    font-weight: 600;
    color: white;
    line-height: 1.4;
    position: relative;
}

.feature-title:before {
    content: '';
    background-image: url(/uploads/2026/03/features-under-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 10px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    margin: 50px auto 20px;
}

.features-4 .feature:nth-child(even) .feature-block {
    flex-direction: column-reverse;
    display: flex;
}

@media (max-width: 999px) {
    .feature-pattern {
        width: 200px;
    }
    .feature-pattern-2 {
        top: 60px;
    }
    .feature-pattern-1 {
        bottom: 30px;
    }
}

@media (max-width: 900px) {
    .features-area .container {
        max-width: 100%;
    }
    .features-nav {
        display: none;
    }
}





/* Trades */
.trades-area {
    padding: 60px 0 0;
}

.trades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7.5px -15px;
    font-weight: 600;
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

.trade {
    padding: 0 7.5px 15px;
}

.trade-name {
    color: white;
    text-align: center;
    position: relative;
}

.last-trade {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    color: white;
}

.trade-bg img {
    height: 50px;
}

.trade-name-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.trade:nth-child(8n+5) {
    margin-left: 60px;
}

@media (max-width: 980px) {
    .trade {
        width: 33.3%;
    }

    .trade:nth-child(8n+5) {
        margin-left: 0;
    }

    .trade:nth-child(6n+4) {
        margin-left: -30px;
    }
}

@media (max-width: 560px) {
    .trades-area {
        padding: 40px 0 20px;
    }

    .trades {
        margin: 0 -5px -10px;
    }

    .trade {
        padding: 0 5px 10px;
        width: 50%;
    }

    .trade:nth-child(8n+5) {
        margin-left: 0;
    }

    .trade:nth-child(6n+4) {
        margin-left: 0;
    }

    .trade:nth-child(4n+3) {
        margin-left: -30px;
    }

    .trade-bg img {
        height: 44px;
    }

    .trade-name-text {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .trades {
        transform: translateX(15px);
    }

    .trade-bg img {
        height: 44px;
    }

    .trade-name-text {
        font-size: 15px;
    }
}



/* Customers */
.customers-area {
    padding: 60px 0 0;
}

.customers {
    display: flex;
    flex-wrap: wrap;
}

.customer-logo img {
    height: 70px;
    object-fit: contain;
    max-width: 200px;
    margin: 0 auto;
}

.customers-slider-area {
    position: relative;
}

.customers-slider {
    padding: 0 45px;
}

.customer-arrow {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.customer-arrow img {
    filter: invert(1);
}

.customer-nav-right {
    left: auto;
    right: 15px;
}



/* Company about */
.company-about-area {
    padding: 20px 0 80px;
}

.company-about-text {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}



/* Company map */
.az-map {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

.az-map-image {
    width: 75%;
    position: relative;
    margin: 0 auto;
}

.az-map-item {
    position: absolute;
    width: 17%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px solid var(--main-color);
    background: rgb(184 255 211 / 40%);
    z-index: 1;
}

.az-map-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--main-color);
}

.az-map-title {
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    margin-top: 10px;
    font-size: 15px;
}

.az-map-desc {
    position: absolute;
    left: 100%;
    color: var(--main-color);
    font-size: 32px;
    line-height: 1;
    top: 30px;
    width: max-content;
    white-space: nowrap;
    transition: .3s all;
}

.az-map-arrow {
    width: 50px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.az-map-text {
    transform: rotate(-10deg);
    text-align: center;
    margin-left: -35px;
}

@media (max-width: 999px) {
    .az-map-image {
        width: 90%;
    }

    .az-map-desc {
        font-size: 22px;
    }

    .az-map-arrow {
        width: 36px;
    }
}

@media (max-width: 767px) {
    .az-map-image {
        width: 85%;
        margin-left: 0;
    }

    .az-map-desc {
        font-size: 14px;
    }

    .az-map-arrow {
        width: 22px;
        margin-bottom: 8px;
        margin-left: 10px;
    }

    .az-map-title {
        font-size: 13px;
    }

    .az-map-item:before {
        display: none;
    }
}



/* Product paginations */
.products-section {
    padding: 80px 0 160px;
}

.products-area,
.products-paginations-area {
    position: relative;
}

.products-area {
    padding-top: 100px;
}

.product-paginations {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    font-weight: 600;
    color: white;
    padding: 50px 0 20px;
}

.product-pagination {
    cursor: pointer;
    position: relative;
}

.product-pagination.active-tab:before {
    content: '';
    background-image: url(/uploads/2026/03/features-under-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.product-slider-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: 0 -25px -50px;
}

.product-slider-block {
    padding: 0 25px 50px;
    width: 50%;
    position: relative;
}

.product-slider-block:first-child:before {
    content: '';
    background-image: url(/uploads/2026/04/product-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.products-paginations-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1320px;
    width: 100%;
}

.products-slider-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1320px;
    width: 100%;
}

.product-contents {
    color: white;
}

.product-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
}

.product-title:before {
    content: '';
    background-image: url(/uploads/2026/04/product-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 10px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.product-slider-image {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.product-bagde {
    position: absolute;
    background: #d7fadc;
    color: #2d2a2d;
    z-index: 1;
    border-radius: 30px;
    bottom: 0;
    right: 0;
    transform: rotate(-20deg);
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    padding: 10px 30px;
}

.swiper-button-lock {
    display: block;
}

.products-pattern {
    position: absolute;
}

.products-pattern-1 {
    bottom: -300px;
    right: 100px;
    width: 400px;
}

.products-pattern-2 {
    left: 0;
    bottom: -200px;
    width: 360px;
}

.products-pattern-3 {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.products-pattern-4 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.single-company .slider-area {
    z-index: -1;
}

.single-company .slider-element img, .single-company .slider-element video {
    height: 650px;
}

@media (max-width: 900px) {
    .products-section .container {
        max-width: 100%;
    }
    .products-pattern-1 {
        width: 200px;
        right: 50px;
        bottom: -150px;
    }
    .products-pattern-2 {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .single-company #primary {
        padding-bottom: 0;
    }
    .products-area {
        padding-top: 30px;
    }
    .product-slider-block:first-child:before {
        display: none;
    }
    .product-slider-block {
        width: 100%;
    }
    .product-slider-image {
        width: 70%;
        max-width: 300px;
    }
    .products-pattern-1 {
        right: -70px;
    }
    .single-company .slider-element img, .single-company .slider-element video {
        height: 500px;
    }
}



/* Single company title */
.single-company-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    align-items: flex-end;
    margin-top: 60px;
}

.single-company-title .page-heading {
    margin: 0;
    font-size: 44px;
}

.promo-text {
    font-size: 30px;
    color: var(--second-color);
    transform: rotate(-10deg);
}

.company-page-heading {
    position: relative;
}

.company-page-heading:before {
    content: '';
    width: 100px;
    height: 40px;
    background-image: url(/uploads/2026/03/company-promo-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    top: 100%;
}

@media (max-width: 767px) {
    .single-company-title .page-heading {
        font-size: 34px;
    }

    .single-company-title {
        gap: 50px;
        flex-direction: column;
        align-items: center;
        margin-bottom: -45px;
    }

    .company-page-heading:before {
        transform: scaleX(-1) rotate(45deg);
    }
}



/* Pattern */
.pattern {
    height: 100%;
    min-width: 1300px;
}

.pattern img {
    height: 100%;
}