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

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    width: 100%;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

#outer-wrap {
    overflow: hidden;
}

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

.main-container {
    width: 90%;
    margin: 0 auto;
}

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

#primary {
    padding-bottom: 100px;
}

.home #primary {
    padding-bottom: 0;
}

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

button {
    padding: 0;
    border: 0;
    cursor: pointer;
}

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

*:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

p {
    margin: 0 0 15px;
}

:root {
    --main-color: #8dc33f;
    --second-color: #a68454;
    --light-color: #f5f5f5;
    --border-color: #aeaeae;
    --canvas-width: 300px;
    --form-height: 60px;
    --border-radius: 10px;
}

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

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

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
}


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

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

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

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

.right-sidebar #sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 959px) {

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

    #primary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #sidebar {
        margin-top: 40px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}


/* Header */
#site-header {
    position: absolute;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

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

#site-header.fixed-site-header {
    position: fixed;
    background: white;
    width: 100%;
    border-bottom: 0;
    backdrop-filter: none;
    animation-name: sticky;
    animation-duration: .5s;
    box-shadow: 0 15px 15px rgb(159 159 159 / 22%);
    top: 0;
}

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

#site-logo a {
    width: 200px;
    background: var(--second-color);
    padding: 20px 30px;
    display: block;
}

#site-header.fixed-site-header #site-logo a {
    width: 150px;
    padding: 10px 30px;
}

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

#topbar-wrap {
    padding: 10px 0;
    background: var(--second-color);
    border-bottom: 1px solid #92764e;
}

#topbar-wrap .master-main-menu {
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0;
    padding: 0;
}

#topbar-wrap .master-main-menu>.menu-item {
    margin-right: 25px;
    position: relative;
}

#topbar-wrap .master-main-menu>.menu-item>a {
    color: white;
    white-space: nowrap;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}

#site-header.fixed-site-header a {
    color: black;
}

#topbar-wrap .master-main-menu>.menu-item>a:hover,
#topbar-wrap .master-main-menu>.current-menu-item>a {
    opacity: .4;
}

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

#topbar-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;
}

#topbar-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: white;
}

#topbar-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 white;
    position: absolute;
    bottom: 100%;
    left: 15px;
}

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

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

#topbar-wrap .sub-menu a {
    padding: 5px 15px;
    display: block;
    height: auto;
    white-space: nowrap;
    color: black;
    font-weight: 600;
}

#topbar-wrap .sub-menu a:hover {
    background: var(--second-color);
    color: white;
}

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

#topbar-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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

#site-navigation-wrap {
    width: calc(100% - 230px);
}

.main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.main-menu a {
    font-weight: 600;
    color: white;
}

.main-menu a:hover {
    opacity: .3;
}

.main-menu li {
    margin: 0 15px;
}

@media (max-width: 960px) {

    #topbar-wrap,
    .main-menu {
        display: none;
    }

    #site-navigation-wrap {
        width: auto;
    }
}

@media (min-width: 960px) {

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

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

    to {
        transform: translateY(0);
    }
}

@media (max-width: 450px) {
    #site-logo a {
        width: 140px;
        padding: 20px 20px;
    }
}



/* Mobile menu */
.mobile-menu-area {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    background: white;
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
    transition: .3s all;
}

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

.mobile-menu-sidebar {
    height: calc(100% - 71px);
    overflow-y: auto;
}

.mobil-menu-line-icon {
    position: relative;
    cursor: pointer;
    color: white;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    font-weight: 600;
    transition: .3s all;
}

.mobile-menu>ul>li ul {
    display: none;
}

.has_child_menu>ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.mobile-menu-item-label {
    position: relative;
    padding: 10px 40px 10px 20px !important;
}

.mobile-menu-item-label:after {
    content: '\e930';
    font-family: Feather;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu li a,
.has_child_menu>div {
    display: block;
    padding: 10px 20px;
    font-size: 17px;
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.mobile-menu-close .fe {
    font-size: 22px;
    background: #eee;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-back-button {
    visibility: hidden;
}

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



/* Menu search */
.master-menu-search-icon {
    cursor: pointer;
}

.master-search-area {
    position: absolute;
    right: 0;
    margin-top: 15px;
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #eee;
    display: none;
}

.master-search-area input {
    height: 45px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #ddd;
    width: 250px;
    border-radius: 0;
}

.master-search-area button {
    position: absolute;
    right: 15px;
}

.master-search-area button .fa {
    background: var(--main-color);
    color: white;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
}

.visible-search {
    display: block;
}

.master-search-area input::-moz-selection {
    background: transparent;
}

.master-search-area input::selection {
    background: transparent;
}


/* Page header */
#page-header {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-image: url(/uploads/2024/08/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 100px;
    position: relative;
    margin-bottom: 100px;
}

#page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .4;
}

#page-header::-webkit-scrollbar {
    display: none;
}

.page-header-title {
    line-height: 1.3;
    font-size: 44px;
    font-weight: 600;
    color: white;
}

.breadcrumbs {
    display: flex;
}

.breadcrumbs>span:last-child {
    padding-right: 20px;
}

.single-mehsul .breadcrumbs {
    padding-bottom: 15px;
}

.breadcrumbs span {
    flex-shrink: 0;
}

.breadcrumbs,
.breadcrumbs a {
    color: #909090;
    font-size: 14px;
}

.breadcrumbs a:hover {
    color: #767676;
}

.breadcrumbs__separator {
    margin: 0 7px;
}

@media (max-width: 767px) {
    .page-header-title {
        font-size: 34px;
    }
}



/* Index */
.master-posts {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px -60px;
}

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

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

.master-post-thumbnail img {
    background: #eee;
    transition: .5s all;
}

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

.master-post-date-day {
    position: absolute;
    width: 85px;
    height: 65px;
    background: var(--main-color);
    z-index: 1;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
    color: white;
}

.master-post-date {
    width: 85px;
    background: var(--second-color);
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 25px;
}

.master-post-button {
    margin-top: 15px;
}

.master-post-button a {
    text-transform: uppercase;
    font-weight: 600;
}

.master-post-button a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #777;
}

.master-post-button i {
    margin-left: 10px;
}

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

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

    .master-post-button a {
        font-size: 14px;
    }
}


/* Scroll to top */
#site-scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 998;
    cursor: pointer;
    display: none;
}

#site-scroll-top .fa {
    width: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    background: rgba(0, 0, 0, 0.1);
    color: white;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    font-size: 26px;
    text-align: center;
}

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

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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



/* Axtaris neticeleri */
.search-title a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: black;
}


/* Pagination */
.pagination {
    margin-top: 30px;
}

.page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background: #eee;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    color: black;
}

.page-numbers:hover,
.page-numbers.current {
    background: var(--main-color);
    color: white;
}

.page-numbers .fa {
    font-size: 12px;
}



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

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

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

.master-social-share-area.share-with-label ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    padding: 0 15px 0 0;
}

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

.master-social-share-area li {
    padding: 0 5px;
    text-align: center;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    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;
    border-radius: 50%;
}

.share-with-label li i {
    margin-right: 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: #eee;
    padding: 20px 0;
}

.post-navigation {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.next-previous-post {
    padding: 5px 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;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    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;
}

.prev-post .fa {
    margin: 0 5px 0 -5px;
}

.next-post .fa {
    margin: 0 -5px 0 5px;
}

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

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



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

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

.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;
}

@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-sidebar-title {
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
}

.master-widget {
    margin-bottom: 40px;
}

.widgettitle {
    display: none;
}

.sidebar-post {
    margin-bottom: 10px;
}

.sidebar-post a {
    height: var(--form-height);
    display: flex;
    align-items: center;
    background: var(--main-color);
    border-radius: var(--border-radius);
    padding: 0 15px;
    font-weight: 600;
    border-left: 5px solid var(--second-color);
    position: relative;
    transition: .3s all;
}

.sidebar-post a:hover {
    border-left: 10px solid var(--second-color);
}

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

.current-sidebar-post a {
    background: var(--second-color);
    color: white;
}

.master-widget ul {
    margin: -8px 0 0;
    list-style: none;
}

.master-widget li {
    border-bottom: 1px solid #eee;
    color: #999;
}

.master-widget ul a {
    color: black;
    padding: 8px 0;
    display: inline-block;
}

.master-widget ul a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
}

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

.widget-archives a {
    display: block;
    border-bottom: 1px solid #eee;
    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;
    font-size: 18px;
}


/* Single post */
.single-post-title {
    padding: 0 0 30px;
}

.single-post-thumbnail img {
    background: #eee;
    margin: 0 auto 40px;
}

.single-post-meta {
    margin-top: 10px;
}

.single-post-date,
.single-post-meta a {
    color: #666;
}

.single-post-date,
.single-post-category,
.single-post-author {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.single-post-date:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: black;
}

.single-post-category:before {
    content: '\f044';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.single-post-author:before {
    content: '\f2be';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.single-post-container-main {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.single-content {
    line-height: 1.8;
}

.single-content .ms-gallery img {
    width: 100% !important;
    max-height: inherit !important;
    height: auto !important;
}

img.aligncenter {
    margin: 0 auto;
}

.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    text-align: left;
    margin-bottom: 20px;
}

.single-content p {
    margin-bottom: 25px;
}

.single-content ul,
.single-content ol {
    text-align: left;
}

.master-embed {
    position: relative;
    padding-top: 56%;
}

.master-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.master-table {
    overflow-x: auto;
    max-width: 100%;
}

@media (max-width: 959px) {
    .single-content-part {
        width: 100%;
    }
}



/* Muellif */
.single-author-area {
    margin-bottom: 40px;
}

.single-author-heading {
    padding-right: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.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: #eee;
    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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

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

.youtube-image-area {
    position: relative;
}

.youtube-image {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 56.26%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--light-color);
}

.youtube-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.youtube-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}

.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

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

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

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

.play-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    color: white;
    font-size: 18px;
}

.youtube-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    z-index: 2;
}

.youtube-video iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.youtube-video h3 {
    margin: 0;
    font-size: 15px;
}

.youtube-heading a {
    display: block;
    margin-top: 10px;
    line-height: 1.35;
    color: black;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.youtube-video img,
.youtube-video span {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto
}

.youtube-video span {
    height: 1.5em;
    text-align: center;
    font: 48px/1.5 sans-serif;
    color: white;
    text-shadow: 0 0 0.5em black;
}

.youtube-videos .next-videos {
    padding: 0 15px;
}

.next-videos {
    display: table;
    margin: 0 auto;
}

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

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

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

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

@media (max-width: 959px) {

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

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


/* Instagram */
.instagram-images {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    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;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
    background-color: var(--light-color);
}

.instagram-image-link:hover .instagram-image-details {
    opacity: 1;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    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);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    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;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    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%;
    }
}



/* Error 404 */
.error404-content {
    text-align: center;
    padding: 20px 0;
}

.error404-content h1 {
    font-size: 44px;
}



/* Sual cavab */
.faq-image-area {
    position: relative;
}

.faq-image-text {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: transparent;
    -webkit-text-stroke: 2px white;
    font-size: 110px;
    line-height: 0.9;
    font-weight: 600;
}

.home .faq {
    margin-bottom: 40px;
}

.faq h3 {
    font-size: 26px;
    margin-bottom: 30px;
}

.master-accordion:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}

.master-accordion {
    border-bottom: 1px solid #e5e5e5;
}

.master-accordion-title {
    color: black;
    font-size: 17px;
    padding: 20px 45px 20px 0;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.master-accordion-title:after {
    content: "\e92e";
    font-family: Feather;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: .3s all;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: var(--second-color);
    border-radius: 50%;
}

.master-accordion-title.active:after {
    transform: rotate(180deg);
}

.master-accordion-content {
    color: #525252;
    line-height: 1.8;
    padding-bottom: 20px;
    display: none;
}

@media (max-width: 767px) {
    .faq-image-text {
        left: 25px;
        bottom: 25px;
        font-size: 50px;
    }
}


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

textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--font-family);
    border: 1px solid var(--border-color);
    width: 100%;
    padding: 10px 15px;
    color: black;
    font-size: 15px;
    resize: vertical;
    min-height: 90px;
    border-radius: var(--border-radius);
}

input[type=radio] {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: 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: 2px;
    left: 0;
    border-radius: 50%;
}

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] {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: white;
    top: 7px;
    left: 0;
    margin: 0;
    cursor: pointer;
    border-radius: var(--border-radius);
}

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] {
    -moz-appearance: textfield;
}

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


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

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
}

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

.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: 20px;
    position: relative;
}

.form-element-contain {
    position: relative;
}

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

.form-element label span, .form-radio-label span {
    color: red;
    font-size: 20px;
    line-height: 0;
    padding-left: 5px;
}

.form-simple-file label {
    border: 1px solid var(--border-color);
    padding: 10px 15px;
    cursor: pointer;
    background: white;
    border-radius: var(--border-radius);
    height: var(--form-height);
    display: flex;
    align-items: center;
}

.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-choice label a {
    color: #3333a9;
    font-weight: 600;
    text-decoration: underline;
}

#telimler-form .form-element > label,
#telimler-form .form-radio-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.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%;
    }
}


/* Master buttons */
.button {
    height: var(--form-height);
    cursor: pointer;
    padding: 0 40px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: var(--border-radius);
    font-weight: 600;
    overflow: hidden;
    transition: .15s all;
}

.simple-button {
    height: 35px;
    cursor: pointer;
    padding: 0 15px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: var(--border-radius);
    transition: .15s all;
}

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

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

.primary-button:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    background: var(--second-color);
    transform: translateX(-50%) scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s all;
}

.primary-button:hover:before {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    transform: translateX(-50%) scale(1);
}

.outline-button {
    background: #fff;
    color: black;
    border: 2px solid var(--main-color);
}

.outline-button:hover {
    background: var(--main-color);
    color: white;
    border-color: var(--main-color);
}

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

.colored-button:hover {
    background: #f75848;
    border: 1px solid #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;
}



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

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

.mhb-first {
    width: 66.6%;
}

.mhb-second {
    width: 33.3%;
}

.master-heading-area {
    margin-bottom: 40px;
}

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

.master-sub-heading {
    font-weight: 600;
    color: var(--second-color);
    font-size: 20px;
    margin-bottom: 5px;
}

.master-heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.master-description {
    margin-top: 5px;
    width: 600px;
    max-width: 100%;
}

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

.master-center-heading .master-description {
    margin: 5px auto 0;
}

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

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

    .master-heading {
        font-size: 32px;
    }
}



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

.acf-map {
    height: 550px;
    background: #eee;
    position: relative;
}

.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;
}

.map-details {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.map-address {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin: 3px 0 5px;
}

.gm-style-pbc {
    background-color: transparent;
}

.direction {
    color: #111;
    background: white;
    padding: 8px 15px;
    display: block;
    -webkit-box-shadow: 0 0 10px #b5b5b5;
    box-shadow: 0 0 10px #b5b5b5;
}

.direction:before {
    content: '\f138';
    font-family: FontAwesome;
    margin-right: 10px;
}

.gm-style-pbt {
    font-size: 0;
}

.gm-style-moc {
    background-color: transparent;
}

.gm-style-mot {
    font-size: 0;
}

@media (min-width: 768px) {
    .map-area {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .map-area {
        margin-top: 60px;
    }

    .map-details {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: -60px;
    }

    .direction {
        text-align: center;
        box-shadow: none;
        background: var(--second-color);
        color: white;
        padding: 10px 15px;
    }
}



/* Animations */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


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

.comment-form {
    display: none;
    margin-top: 30px;
}

#comments {
    padding-bottom: 20px;
}

.comments-count-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.write-comment-heading {
    padding-bottom: 10px;
}

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

.comment {
    display: table;
    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 {
    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;
}

.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

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

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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-rating {
    color: orange;
    font-size: 14px;
}

.load-more-comments-button {
    padding: 10px 35px;
    display: table;
    margin-top: 15px;
    font-size: 15px;
}

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

@keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        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: FontAwesome;
    color: #ddd;
    font-size: 14px;
}

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

.form-element-rating {
    padding-left: 10px;
}


/* Sekiller */
.master-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #eee;
}

.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: 10px 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;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    -webkit-animation: loading 450ms infinite linear;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-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% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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



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



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

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* 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: var(--form-height);
    height: var(--form-height);
    line-height: var(--form-height);
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 18px;
    color: black;
}

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



/* 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%;
}



/* Social networks */
.social-networks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -3px;
}

.social-network-item {
    padding: 0 3px;
}

.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;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    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;
}



/* 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: 15px -5px 0;
}

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

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    background: #444;
}

.dots-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    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;
}

@media (max-width: 767px) {
    .dots-swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }
}



/* Slider */
.slider-area {
    position: relative;
}

.home-slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.home-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .4;
}

.slider-image {
    height: 100%;
}

.slider-image img {
    height: 100%;
    object-fit: cover;
}

.slider-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 90%;
}

.slider-heading {
    font-weight: 600;
    font-size: 96px;
    text-transform: uppercase;
    letter-spacing: -5px;
    line-height: 1.2;
}

.slider-logo img {
    height: 200px;
    object-fit: contain;
}

.slider-desc {
    width: 700px;
    max-width: 100%;
    margin: 30px auto 40px;
    font-size: 18px;
    font-weight: 600;
}

.slider-button a {
    position: relative;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .3s all;
}

.slider-nav-prev {
    left: -100px;
    opacity: 0;
    transition: .6s all;
}

.slider-nav-next {
    right: -100px;
    opacity: 0;
    transition: .6s all;
}

.slider-area:hover .slider-nav-prev {
    opacity: 1;
    left: 30px;
}

.slider-area:hover .slider-nav-next {
    opacity: 1;
    right: 30px;
}

.slider-logo {
    opacity: 0;
    transform: translateY(-100px);
    transition: .6s all;
}

.slider-heading span {
    background: #f7c35e;
    border-radius: 15px;
    color: black;
    padding: 0 20px;
    position: relative;
}

.slider-heading span:before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(/uploads/2024/08/4.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.slider-desc {
    opacity: 0;
    transform: translateY(100px);
    transition: .6s all;
}

.slider-desc span {
    display: block;
}

.slider-button {
    opacity: 0;
    transform: translateY(100px);
    transition: .6s all;
}

.slider-button a {
    position: relative;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    margin: 0 auto;
    padding-left: 65px;
}

.slider-button i {
    width: 50px;
    height: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.swiper-slide-active .slider-logo {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}

.swiper-slide-active .slider-desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.swiper-slide-active .slider-button {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .6s;
}

@media (max-width: 767px) {
    .home-slide {
        height: 550px;
    }

    .slider-container {
        padding-top: 50px;
    }

    .slider-logo img {
        height: 80px;
        max-width: 100%;
        object-fit: contain;
    }

    .slider-desc {
        font-size: 16px;
        font-weight: 400;
    }

    .slider-desc span {
        display: inline;
    }
}



/* Stats */
.stats {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -15px -30px;
}

.stat {
    width: 25%;
    padding: 0 15px 30px;
}

.stat-number {
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
}

.stat-heading {
    font-weight: 600;
    color: var(--second-color);
    line-height: 1.3;
}

@media (max-width: 900px) {
    .stat-number {
        font-size: 32px;
    }
}

@media (max-width: 700px) {
    .stat {
        width: 50%;
    }
}

@media (max-width: 330px) {
    .stat {
        width: 100%;
    }
}



/* Partners */
.partners-area {
    padding-top: 120px;
}

.partners-slider:not(:last-child) {
    margin-bottom: 20px;
}

.partner-block {
    display: table;
    padding-right: 40px;
}

.partner-logo,
.partner-name {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.partner-logo img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: contain;
    border: 1px solid #ccc;
}

.partners-slider-odd .partner-logo img {
    width: 100px;
    height: 100px;
}

.partner-name {
    font-weight: 700;
    padding-left: 15px;
    font-size: 22px;
    line-height: 1.2;
}

.partners-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper-slide.partner-slide {
    width: auto;
}



/* Steps */
.steps-area {
    padding-bottom: 140px;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px -50px;
}

.step {
    width: 33.3%;
    padding: 0 15px 50px;
    display: flex;
}

.step-block {
    background: var(--second-color);
    color: white;
    border-radius: var(--border-radius);
    padding: 30px 15px 45px;
    text-align: center;
    position: relative;
    width: 100%;
}

.step-block:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: calc(100% - 60px);
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.step:first-child .step-block:before {
    background-image: url(/uploads/2024/08/right-arrow-1.svg);
}

.step:nth-child(2) .step-block:before {
    background-image: url(/uploads/2024/08/right-arrow.svg);
}

.step-number {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: var(--main-color);
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 8px solid #94764c;
    bottom: -30px;
    color: white;
    font-weight: 600;
}

.step-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 15px;
    line-height: 1.4;
}

.step-icon {
    width: 100px;
    margin: 0 auto 15px;
    background: white;
    border-radius: 50%;
    padding: 25px;
    box-shadow: 0 0 15px #666666b0;
}

@media (max-width: 1000px) {
    .step-name {
        font-size: 17px;
        padding: 0;
    }

    .step-block:before {
        width: 70px;
        height: 70px;
        left: calc(100% - 35px);
    }
}

@media (max-width: 900px) {
    .step {
        width: 50%;
    }
}

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




/* FAQ */
.home .faq-area {
    padding-bottom: 100px;
}

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

.faq-block {
    padding: 0 25px 50px;
    width: 50%;
}

.faq-image img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: var(--border-radius);
    background: var(--light-color);
}

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



/* Footer */
#footer {
    background: #1f4e3c;
    color: white;
}

.footer-area {
    padding: 80px 0;
    position: relative;
}

#footer a {
    color: white;
}

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

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

.footer-small {
    width: 20%;
}

.footer-large {
    width: calc(80% / 3);
}

.footer-logo {
    width: 180px;
    margin-bottom: 30px;
    max-width: 100%;
}

.footer-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 700px;
    opacity: .15;
}

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

.footer-heading {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-post:not(:last-child) {
    margin-bottom: 25px;
}

.footer-post a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-post-thumbnail {
    width: 80px;
}

.footer-post-thumbnail img {
    width: 80px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.footer-post-details {
    width: calc(100% - 95px);
}

.footer-post-date {
    color: var(--main-color);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
}

.footer-post-title {
    line-height: 1.5;
}

.solid-menu {
    list-style: none;
    margin: 0;
}

.solid-menu a:hover {
    opacity: .5;
}

.footer-search-form {
    position: relative;
    margin-top: 30px;
}

.footer-search-form input {
    border-radius: 30px;
    padding: 0 25px;
}

.footer-search-form-button {
    position: absolute;
    top: 50%;
    background: var(--main-color);
    color: black;
    width: 50px;
    height: 50px;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.footer-contact {
    position: relative;
    padding-left: 50px;
}

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

.footer-contact:before {
    font-family: Feather;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #214034;
}

.footer-phone:before {
    content: "\e9a7";
}

.footer-hr:before {
    content: "\e9f6";
}

.footer-address:before {
    content: "\e98c";
}

.footer-contact-heading {
    font-weight: 600;
}

@media (max-width: 1100px) {
    .footer-block {
        width: 50%;
    }

    .solid-menu {
        column-count: 2;
    }
}

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

@media (max-width: 360px) {
    .solid-menu {
        column-count: 1;
    }
}



/* Footer bottom */
.footer-bottom-blocks {
    background: #1c7251;
    border-top-left-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 95px;
    min-height: 70px;
}

.footer-bottom-blocks:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    width: calc((100vw - 1150px) / 2);
    background: #1c7251;
    display: block;
}

.site-scroll-up {
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    overflow: hidden;
}

.site-scroll-up a {
    color: black !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
}

.footer-bottom-block .social-network-item a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f4e3c;
    border-radius: 50%;
    font-size: 16px;
}

.footer-bottom-block .social-network-item a:hover {
    background: var(--main-color);
    color: black !important;
}

@media (max-width: 1150px) {
    .footer-bottom-blocks:before {
        width: calc((100vw - 90%) / 2);
    }
}

@media (max-width: 600px) {
    .footer-bottom-blocks {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px 15px 15px 75px;
    }

    .footer-bottom-block {
        width: 100%;
        text-align: center;
    }

    .footer-bottom-text {
        padding-bottom: 15px;
    }
}

@media (max-width: 360px) {
    .site-scroll-up {
        width: 40px;
    }

    .footer-bottom-blocks {
        padding: 15px 15px 15px 50px;
    }
}



/* About */
.home-about-area {
    padding: 100px 0;
}

.about-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -38px -50px;
}

.about-block {
    padding: 0 40px 50px;
    width: 50%;
}

.ab-2 {
    margin-top: -25px;
}

.ba-images {
    border-radius: 10px;
}

.ba-images:not(.twentytwenty-container) {
    display: none;
}

.ba-images img {
    aspect-ratio: 5/3.5;
    object-fit: cover;
}

.about-content p:last-child {
    margin-bottom: 0;
}

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



/* Header aside ucun custom css */
.header-helpers {
    margin-left: 15px;
    display: flex;
}

.header-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.master-block {
    text-align: center;
    cursor: pointer;
    margin-left: 7px;
}

.master-shop-icon-link {
    color: black;
    display: block;
    position: relative;
}

.master-shop-icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7c35ead;
    border-radius: 50%;
    color: white;
}

#site-header.fixed-site-header .master-shop-icon {
    color: black;
}

.master-shop-icon .fe {
    font-size: 17px;
}

.master-shop-icon-count {
    width: 18px;
    height: 18px;
    background: black;
    color: white;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -6px;
    z-index: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.master-shop-icon-area .master-search {
    color: #ff0000;
    font-size: 30px;
    line-height: 1.1;
    margin-right: 10px;
}

@media (min-width: 960px) and (max-width: 999px) {
    .master-cart .master-shop-icon-heading {
        display: none;
    }
}

@media (max-width: 959px) {
    #mobile-sidebar-menu {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        font-size: 26px;
    }

    #header-aside {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {

    .master-wishlist,
    .master-cart,
    .master-login {
        display: none;
    }

    .master-icon-search-area {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .master-icon-search-area .fe {
        font-size: 22px;
    }
}



/* Contact */
.main-page-3 {
    background: #e8f1ee;
}

.main-page-3 #primary {
    padding-bottom: 0;
}

.contact-area {
    padding-bottom: 100px;
}

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

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

.cb-1 {
    width: 60%;
}

.cb-2 {
    width: 40%;
}

.contact-form-area {
    background: white;
    padding: 60px 60px 40px;
    border-radius: var(--border-radius);
    width: 700px;
    max-width: 100%;
}

.contact-heading {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-desc {
    margin: 25px 0;
}

.contact-item:not(:last-child) {
    margin-bottom: 30px;
}

.contact-item-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

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

    .cb-1 {
        order: 2;
    }

    .cb-2 {
        order: 1;
    }

    .contact-form-area {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-heading {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    .contact-form-area {
        padding: 0;
        background: transparent;
    }
}




/* Home posts */
.home-posts-area {
    padding-bottom: 100px;
}

.home-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.home-post {
    width: 50%;
    padding: 0 15px 30px;
}

.home-posts .master-post {
    width: 25%;
}

.home-post a {
    position: relative;
    display: block;
}

.hbp-details {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 120px 40px 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 30%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
}

.hbp-heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
}

.hbp-desc {
    margin: 10px 0 15px;
}

.hbp-date {
    display: table;
    background: var(--main-color);
    color: black;
    font-weight: 600;
    padding: 3px 15px;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
}

.hbp-button {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.hbp-button i {
    margin-left: 10px;
}



/* HR */
.main-page-48 {
    background: #e8f1ee;
}

.hr-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -25px -50px;
}

.hr-block {
    width: 50%;
    padding: 0 25px 50px;
}

#hr-form {
    background: white;
    padding: 60px;
}

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

@media (max-width: 500px) {
    #hr-form {
        padding: 0;
        background: transparent;
    }
}


/* Telim (insan-resurslari dizaynı kimi) */
.telimler-area {
    background: #e8f1ee;
    padding: 60px 0;
    margin: -100px 0;
}

.telimler-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -25px -50px;
}

.telimler-block {
    width: 50%;
    padding: 0 25px 50px;
}

.telimler-block.tlb-1 {
    position: sticky;
    top: 30px;
}

#telimler-form {
    background: white;
    padding: 60px;
}

#telimler-form .master-heading-area {
    margin-bottom: 30px;
}

#telimler-form .master-heading {
    font-size: 28px;
}

#telimler-form .form-radio-group {
    margin-bottom: 5px;
}

#telimler-form .form-choice {
    margin-bottom: 6px;
}

#telimler-form .form-other-input {
    margin-top: 10px;
}

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

    .telimler-block.tlb-1 {
        position: static;
    }
}

@media (max-width: 500px) {
    #telimler-form {
        padding: 0;
        background: transparent;
    }
}



/* 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%;
}



/* Shop heading */
.shop-heading {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}



/* Training area */
#trainings {
    scroll-padding-top: 200px;
}

.training-area {
    padding: 100px 0;
}

.training-heading {
    text-align: center;
    margin: 0 auto 60px;
    display: table;
}

.training a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.training-thumbnail img {
    aspect-ratio: 5/4;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    transition: .6s all;
}

.training a:hover img {
    transform: scale(1.05);
}

.training-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 90px 30px 30px;
}

.training-title {
    position: relative;
    color: white;
    z-index: 2;
    padding-left: 15px;
    text-shadow: 0 0 10px black;
}

.training-title:before {
    background-image: url(/uploads/2024/08/brush.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 160px;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .mask-text {
        font-size: 32px;
    }

    .training-heading {
        margin-bottom: 30px;
    }
}



/* Ajax search */
.ajax-search-form-area {
    padding: 20px;
}

.ajax-search-form-area button {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border-radius: 7px;
    background: var(--main-color);
    font-size: 18px;
}

.ajax-search-results {
    padding: 0 25px 25px;
    overflow-y: auto;
    height: calc(100vh - 230px);
    border-top: 1px solid #ccc;
}

.ajax-search-results .form-element {
    padding-bottom: 5px;
}

.ajax-search-result a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 15px 0;
}

.ajax-search-title {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ajax-search-post-type {
    background: var(--main-color);
    display: table;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.ajax-no-result {
    text-align: center;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.all-results-button {
    margin-top: 25px;
}



/* Receipts */
.receipt-filters {
    display: flex;
    margin-bottom: 30px;
    overflow-x: auto;
}

.receipt-filter {
    margin-right: 10px;
    border-radius: var(--border-radius);
    background: var(--light-color);
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}

.receipt-filter:last-child {
    margin-right: 0;
}

.receipt-filter.mixitup-control-active {
    background: var(--second-color);
    color: white;
}

.receipts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.receipt {
    width: 25%;
    padding: 0 15px 30px;
}

.receipt a {
    display: block;
}

.receipt-thumbnail {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.receipt-thumbnail img {
    transition: .5s all;
}

.receipt a:hover img {
    transform: scale(1.1);
}

.receipt-details {
    padding-top: 15px;
}

.receipt-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 999px) {
    .receipt {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .receipt {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .receipt {
        width: 100%;
    }
}



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

.language-dropdown-switcher .ls-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    padding: 5px 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    border-radius: 8px;
    background: white;
    width: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

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

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

.ls-current-lang:after {
    content: "\e92e";
    font-family: Feather;
    font-size: 14px;
    color: white;
}

#site-header.fixed-site-header .ls-current-lang:after {
    color: black;
}

.language-item {
    display: block;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.language-item a {
    color: black !important;
}

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

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

.language-label {
    display: none;
}

@media (max-width: 1100px) {
    .ls-current-lang {
        height: 40px;
        padding: 0 0 0 10px;
    }

    .language-switcher.language-dropdown-switcher {
        margin-right: 5px;
    }
}



/* Tabs */
.tabs-heading {
    list-style: none;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.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: #888;
    user-select: none;
}

.tabs-heading .active-tab {
    color: black;
}

.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;
}