/*
Theme Name: Yesim Blog
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

html,
body {
  height: 100%;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

body,
#main,
#wrapper {
  background: #f6f5f4 !important;
}

body>#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body>#wrapper>main {
  flex: 1 0 auto;
}

body>#wrapper>footer {
  flex-shrink: 0;
  margin: 0;
  padding: 30px 0;
  background: #2C2C2E;
  color: #8a8a8a;
}

body>#wrapper>footer a {
  color: #8a8a8a;
}

body>#wrapper>footer a:hover {
  color: #fff;
}

.page-wrapper {
  padding-top: 40px;
}

.is-uppercase,
.uppercase,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  letter-spacing: -0.4px !important;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.17em;
}

.blog-single .entry-content h2 {
  font-size: 1.5em;
  padding-top: 14px;
}

.blog-single .entry-content h3 {
  font-size: 1.17em;
  padding-top: 12px;
}

.blog-single .entry-content h4 {
  font-size: 1em;
  padding-top: 10px;
}

.blog-single .entry-content h5 {
  font-size: 0.8em;
  padding-top: 8px;
}

blockquote {
  margin-top: 24px;
  font-size: 17px;
  padding-left: 20px;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 1.25em;
}

.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
  background: #ff7a00;
  color: #fff;
}

.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=submit].button:hover {
  background: #ff7300;
  box-shadow: none;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  /* height: 54px;
  min-height: 54px; */
  border-radius: 16px;
  padding: 0 24px;
  gap: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: normal;
}

.button.icon {
  display: inline-flex;
}


.entry-content ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.entry-content ol.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.entry-content ol.wp-block-list li {
  position: relative;
  padding-left: 36px;
  margin-left: 15px;
}

.entry-content ol.wp-block-list li:before {
  left: 0;
  top: 1px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #ff7a00;
  height: 24px;
  min-width: 24px;
  font-size: 14px;
  content: counter(list-item);
  position: absolute;
}

.entry-content ul.wp-block-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.entry-content ul.wp-block-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.625em;
  width: 0.375em;
  height: 0.375em;
  background-color: #ff7a00;
  border-radius: 50%;
}

p:has(+ ul) {
  margin-bottom: .4em;
}

.entry-content .wp-block-image {
  margin-top: .4em;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
}

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

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 8px;
  border: none;
}

.wp-block-table {
  font-size: 14px;
  border-radius: 16px;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  border: 1px solid #f5f5f5;
  margin-bottom: 24px;
}

.wp-block-table>table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 0;
}

.wp-block-table tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}

.wp-block-table tbody tr:not(:first-child):hover {
  background-color: #F8F8F8;
}

.wp-block-table tbody tr:hover {
  cursor: pointer;
}

.wp-block-table thead th,
.wp-block-table tbody tr:first-child td {
  padding: 0.5rem;
  color: #2C2C2E;
  background-color: #fff;
  font-weight: 600;
  text-align: left;
  border-top: none;
  vertical-align: bottom;
  border-bottom: 1px solid #FBFBFB !important;
}

.wp-block-table td,
.wp-block-table th {
  min-width: 168px;
  padding: 0.5rem !important;
  border: 1px solid #FDFCFB !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  vertical-align: top;
  color: rgba(12, 12, 13, 0.74);
}

.wp-block-table tbody tr:last-child td {
  border-bottom: none !important;
}

.wide-table-1200px>table {
  min-width: 1200px;
}

.logo-left .logo {
  margin-right: 40px;
}

.header-main .nav>li>a {
  line-height: 18px !important;
}

.absolute-footer {
  display: none !important;
}

#header .container,
#footer .container {
  max-width: 1077px;
}

#header .header-bottom {
  padding: 16px 0;
  backdrop-filter: blur(1.25em);
  -webkit-backdrop-filter: blur(1.25em);
  background: rgb(246, 245, 244);
}

#header .stuck .header-bottom {
  background: #fff;
  box-shadow: 0px 40px 40px rgba(12, 12, 13, 0.03);
}

#header .stuck .header-bottom-nav.nav-center>li.header-search {
  background: #fff;
}

#header .stuck .header-bottom-nav.nav-center>li.header-search::before {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 30%,
      rgba(255, 255, 255, 0.5) 60%,
      #fff 100%)
}

.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
  box-shadow: none;
}

#header .stuck .header-search .nav-dropdown.nav-dropdown-simple,
#header .stuck .custom-hidden-dropdown {
  background: #fff;
  box-shadow: 0px 40px 40px rgba(12, 12, 13, 0.03);
  border-bottom: none;
}

#header .stuck .header-bottom>.flex-row {
  margin-top: 0;
}

#header .stuck .searchform-wrapper {
  padding-top: 5px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row,
#header .header-bottom .container {
  max-width: 1077px !important;
}

.header-bottom-nav.nav-center {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  position: static;
}

#header .header-bottom>.flex-row {
  margin-top: 4px;
}

/* .header-bottom-nav.nav-center>li:first-child {
  margin-left: 15px !important;
} */

.header-bottom-nav.nav-center>li {
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  transition: all .3s linear;
}

.header-bottom-nav.nav-center.nav>li>a,
.header-bottom-nav>li>a,
.custom-hidden-dropdown a {
  font-weight: 500 !important;
  font-size: 1em;
  line-height: 1.45;
  padding: 8px 1em;
  background: rgba(0, 0, 0, .06);
  /* border: 1px solid #fff; */
  color: rgb(12, 12, 13);
  border-radius: 50px;
  transition: all .15s linear;
}

.header-bottom-nav.nav-center.nav>li.active>a,
.header-bottom-nav>li.active>a,
.custom-hidden-dropdown>li.active a {
  color: #Fff;
  background: #2C2C2E;
}

.header-bottom-nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.header-bottom-nav::-webkit-scrollbar {
  display: none;
}

.menu-more {
  flex-shrink: 0;
  cursor: pointer;
  white-space: nowrap;
  display: none;
  position: relative;
  margin-left: 5px;
}

.menu-more>a {
  padding: 0 0.625em;
  user-select: none;
  display: block;
}

.header-bottom-nav.nav-center>li.header-search {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  order: -1;
  position: absolute;
  right: 0;
  background: #f6f5f4;
}

.header-bottom .icon.primary.button {
  border-radius: 100px;
  color: rgba(12, 12, 13, 0.88);
  border: none;
  background: none;
  box-shadow: none !important;
  margin-right: 16px;
  width: 46px;
  height: 46px;
}

.header-bottom-nav.nav-center>li.header-search::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right,
      rgba(246, 245, 244, 0) 0%,
      rgba(246, 245, 244, 0.2) 30%,
      rgba(246, 245, 244, 0.5) 60%,
      #f6f5f4 100%);
}

.header-search .nav-dropdown.nav-dropdown-simple {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: auto !important;
  position: fixed !important;
  top: 99%;
  z-index: 10000 !important;
  box-sizing: border-box;
  border: none;

  background-color: rgb(246, 245, 244);
  backdrop-filter: blur(1.25em);
  -webkit-backdrop-filter: blur(1.25em);
  border-bottom: 1px solid rgba(0, 0, 0, .03);

  box-shadow: 0px 40px 40px rgba(12, 12, 13, 0.03);
  transition: all 0.3s linear;
  padding: 0 0 24px 0;
}

.custom-hidden-dropdown {
  position: absolute;
  list-style: none;
  padding: 0 15px 8px !important;
  margin: 5px 0 0 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  font-size: 1em;
  z-index: 9999;
  border-radius: 0 !important;
  transition: opacity 0.3s linear, max-height 0.3s linear;

  background-color: rgb(246, 245, 244);
  backdrop-filter: blur(1.25em);
  -webkit-backdrop-filter: blur(1.25em);

  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.header-search {
  position: relative;
}

.button.icon .icon-close {
  position: absolute;
  top: 17px !important;
  right: 7px;
  transform: translate(-50%, -50%);
}

.button.icon .icon-close:before {
  content: "×";
  font-size: 1.8em;
}

.button.icon .icon-search,
.searchform .button.icon i {
  font-size: 17px;
  min-width: 24px;
  top: 0px !important;
}

.searchform-wrapper {
  padding-top: 6px;
}

.searchform .button.icon {
  left: -4px;
}

.copyright-footer {
  font-size: 12px;
}

.copyright-footer a {
  margin-left: 6px;
  transition: color .3s linear;
  display: inline-block;
}

#footer .footer-menu .menu a {
  transition: color .3s linear;
}

.icon-reddit:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f281";
}

body>#wrapper>footer .social-icons {
  margin: 0 -6px;
}

body>#wrapper>footer .social-icons a {
  margin: 0 6px;
  font-size: 1.3em;
}

.error-404 .live-search-results,
.no-results .live-search-results {
  box-shadow: none;
  border-radius: 20px
}

.header-bottom {
  margin-right: -5px;
}

.header-bottom-nav .flex-left {
  overflow-x: auto;
}

.header-search.open .nav-dropdown.nav-dropdown-simple,
.menu-more.open .custom-hidden-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 1000px;
  pointer-events: auto;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
  opacity: 0 !important;
}

.nav-dropdown.nav-dropdown-simple-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown.nav-dropdown-simple-has-arrow li.current-dropdown.has-dropdown:before {
  content: none;
}

.header-search .nav-dropdown {
  border-radius: 0;
}

.header-search .nav-dropdown.nav-dropdown-simple>li {
  width: 100% !important;
}

.nav-dropdown.nav-dropdown-bold li.html,
.nav-dropdown.nav-dropdown-simple li.html {
  padding: 0 15px;
}

.header-search .header-search-form-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0;
}

.header li .html .live-search-results {
  width: 100%;
  max-width: 100vw;
}

.autocomplete-suggestion {
  transition: color .3s linear;
  padding-top: 14px;

}

.autocomplete-selected {
  background-color: transparent;
  color: #ff7a00;
  cursor: pointer;
}

.autocomplete-suggestion img+.search-name {
  font-size: 17px;
}

.menu-more.open .custom-hidden-dropdown {
  display: block;
}

.mobile-categories {
  width: 100%;
  position: relative;
}

.custom-hidden-dropdown--hidden {
  display: none !important;
}

.footer-copyright {
  text-align: center;
}

.footer-social>div {
  text-align: center;
}

.footer-copyright,
.footer-social {
  padding-bottom: 1em;
}

#footer>.row>.col {
  padding-bottom: 0;
}

#footer .right-side .col-inner>.row>.col,
#footer .left-side .col-inner>.row>.col {
  padding-bottom: 1em;
}

.store-buttons .col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.store-buttons .col-inner>.img:not(:last-child),
.store-buttons .col>.img:not(:last-child) {
  margin-bottom: 0;
}

#footer .footer-menu .menu {
  display: flex;
  align-items: center;
  text-align: right;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

#footer .footer-menu .wpml-ls-current-language {
  display: none
}

#footer .footer-menu .widget_nav_menu {
  margin-bottom: 0;
}

#footer .footer-menu .menu a {
  padding: 0;
}

#footer .footer-menu .menu>li+li,
.widget>ul>li+li,
ul.menu>li+li {
  border: none;
}

#footer .footer-menu .menu li {
  margin-left: 1.35em;
}

#footer .footer-menu .menu li:first-child {
  margin-left: 0;
}

.store-buttons .col-inner {
  padding-top: 0.625em;
}

.section-content .categories-menu .menu {
  display: flex;
}

.section-content .categories-menu .menu>li {
  margin-right: 1.25em;
}

/* form */
.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border: none;
  background-color: rgba(144, 127, 111, 0.12);
  color: #0c0c0d !important;
  min-height: 48px;
  font-size: 17px;
  padding: 0 16px;
}

.form-flat input:not([type=submit])::placeholder,
.form-flat select::placeholder,
.form-flat textarea::placeholder,
.select-resize-ghost::placeholder,
.select2-container .select2-choice::placeholder,
.select2-container .select2-selection::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #7F7F7F;
}

.from_the_blog_excerpt {
  display: none;
}

/*man post*/
.main-article .box.box-default,
.main-article .box.box-default .box-text,
.main-article .box.box-default .box-image {
  position: static !important;

}

.entry-date {
  display: none;
}

.data-read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: 0;
}

.entry-category {
  display: none;
}

.post-meta,
.span-reading-time {
  font-size: 13px;
  font-weight: normal;
  color: rgba(12, 12, 13, 0.54);
  position: relative;
}

.post-meta {
  color: rgba(12, 12, 13, 0.74);
}

.reading-time {
  display: flex;
  align-items: center;
}

.span-reading-time {
  padding-left: 0.375em;
}

.reading-time svg {
  fill: rgba(12, 12, 13, 0.54);
  width: 15px;
  height: 15px;
  opacity: 1;
}

.reading-time svg path {
  fill: rgba(12, 12, 13, 0.54);
}

.blog-single .entry-holder,
.post-item .box {
  background: #fff;
  border-radius: 24px;
  padding: 8px;
  transition: box-shadow .15s linear;
  cursor: pointer;
}

.blog-single .entry-holder {
  cursor: default;
}

.blog-single .entry-holder .custom-meta {
  padding-left: 3px;
}

.post-item .box-image,
.entry-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 12px rgba(0, 0, 0, .05);
}

.blog-single .entry-content {
  background: #fff;
  border-radius: 24px;
  padding: 8px;
}

.faq,
.recommended-destinations {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.post-item a.plain {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.35em;
}

.main-article a.plain {
  min-height: auto;
  -webkit-line-clamp: 3;
}

.main-article a.plain {
  line-height: 1.2;
}

.main-article .from_the_blog_excerpt {
  display: block;
  color: rgba(12, 12, 13, 0.74);
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.5;
}

.main-article .box-text h3 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.post-item .post-meta {
  margin-right: 1em;
}

.post-item.col {
  padding-bottom: 1em;
}

.meta-author {
  font-size: 14px;
  margin-left: -3px;
}

.meta-author a {
  color: #2C2C2E;
}

.meta-author img {
  border-radius: 500px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.recent-articles,
.popular-articles,
.main-article {
  padding-bottom: 40px;
}

.box-text {
  padding: 16px 16px 14px;
}

.box-text h3 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 14px;
}

.main-title .col {
  padding-bottom: 24px;
}

.main-title .lead {
  margin-bottom: 0;
  color: #002233;
  font-size: 1em;
  line-height: 1.3;
  font-weight: normal;
}

.box-text a:not(.button) {
  margin: 0;
}

.cat-label.tag-label,
.cat-label span {
  font-size: 11px;
  letter-spacing: 0px;
  border-radius: 50px;
  padding: 4px 8px;
  font-weight: 500;
  background: #F3F3F3;
  color: #424242;
  opacity: 1;
  margin-right: 3px;
  text-transform: none !important;
  transition: all .3s linear;
}

.has-hover:hover .tag-label {
  background: #F3F3F3;
  color: #424242;
}

.cat-label span:hover {
  background: #f0f0f0;
  color: #0c0c0d;
}

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0.875em;
  font-size: 0.875em;
  color: rgba(12, 12, 13, 0.46);
  letter-spacing: 0;
  font-weight: 500;
}

.breadcrumbs a {
  color: #0c0c0d;
  font-weight: 500;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs i {
  margin: 0 0.375em;
  position: relative;
  width: 0.625em;
  height: 0.875em;
}

.breadcrumbs i::before {
  position: absolute;
  top: 0;
  left: 2px;
}

.page-title,
.main-title .section-title-normal,
.entry-title {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.2;
  text-transform: none !important;
  text-align: left;
}

.main-title .section-title-normal,
.main-title .section-title-normal span {
  border: none;
}

.tabbed-content .nav {
  margin-bottom: 8px;
}

.tabbed-content .nav>li>a {
  font-size: 1em;
  line-height: 1.45;
  padding: 8px 1em;
  border-radius: 100px;
  transition: all .3s linear;
  color: rgba(12, 12, 13, 0.74)
}

.tabbed-content .nav>li.active>a,
.tabbed-content .nav>li:hover>a {
  background: rgba(0, 0, 0, .06);
  color: rgb(12, 12, 13);
}

.tabbed-content .nav>li {
  margin: 0
}

.ux-relay__control--bottom {
  margin-top: 30px
}

.ux-relay__button.ux-relay__load-more-button,
button.button.secondary {
  border-radius: 100px;
  background: rgba(144, 127, 111, 0.1);
  color: rgb(12, 12, 13);
  padding: 11px 1em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 18px;
  border: none;
  letter-spacing: 0;
}

.ux-relay__button.ux-relay__load-more-button:hover {
  background: rgba(144, 127, 111, 0.12);
  color: rgb(12, 12, 13);
  box-shadow: none;
}

.blog-single .row-large>.col,
.blog-single .row-large>.flickity-viewport>.flickity-slider>.col {
  padding: 0 15px 1em;
}

.entry-header-footer {
  padding: 14px 14px 4px;
}

.post-short .blog-single .post-sidebar {
  display: none;
}

.post-short .blog-single .row {
  justify-content: center;
}

.entry-content .blog-share {
  display: none;
}

.blog-share {
  margin-top: 14px;
}

.share-icons-wrapper,
.blog-share .share-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375em;
  flex-wrap: wrap;
}

.blog-share .share-icons a.icon {
  font-size: 1.3em;
  color: #ACAEB4;
  line-height: 1;
}

.blog-share .share-icons a.icon:hover {
  font-size: 1.3em;
  line-height: 1;
  color: #ff7a00;
}

.share-title {
  text-align: right;
}

.share-copy-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  transition: all 0.3s ease;
  padding: 0;
}

.copy-snackbar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d2d2d;
  color: #fff;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10000;
}

.copy-snackbar.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}


.share-copy-button svg {
  width: 1.7em;
  margin-top: 2px;
}

.share-copy-button:hover svg path {
  fill: #ff7a00;
}

.share-copy-button svg path {
  fill: #ACAEB4;
  transition: fill 0.3s;
}

.is-divider {
  display: none;
}

.data-read {
  justify-content: start;
}

.blog-single .data-read {}

.post {
  padding-bottom: 0;
  margin-bottom: 0;
}

.entry-content.single-page {
  padding-bottom: 1em;
}

.post-sidebar .is-sticky-column__inner {
  width: 100%;
  box-sizing: border-box;
}

.blog-single .post-sidebar {
  display: none;
}

.row .post-other-blocks.section {
  padding: 40px 0 0 0;
}

.blog-single #ez_toc_widget_sticky-3 .ez-toc-widget-sticky-list li a,
.blog-single .ez-toc-widget-sticky-container-ez_toc_widget_sticky-3 .ez-toc-widget-sticky-list li a {
  font-size: 0.875em;
  padding: 0;
  color: #0c0c0d;
}

#ez-toc-container a {
  color: #0c0c0d;
}

.blog-single #ez-toc-container .ez-toc-title,
.blog-single #ez_toc_widget_sticky-3 .ez-toc-widget-sticky-title,
.blog-single .ez-toc-widget-sticky-container-ez_toc_widget_sticky-3 .ez-toc-widget-sticky-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

.blog-single #ez-toc-container .ez-toc-js-icon-con,
.blog-single #ez-toc-container .ez-toc-toggle label,
.blog-single #ez-toc-widget-sticky-container .ez-toc-widget-sticky-pull-right,
.blog-single .ez-toc-cssicon {
  border: none;
  box-shadow: none;
  text-shadow: none;
  background: none;
  background-image: none;
  padding: 0;
  left: 0;
}

.blog-single #ez-toc-container {
  background: rgba(144, 127, 111, 0.06);
  border-radius: 14px;
  padding: 1em;
  border: none;
  box-shadow: none;
}

.blog-single #ez-toc-container nav>ul {
  padding-top: 14px;
}

.ez-toc-btn-xs {
  padding: 0;
}

.blog-single div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list {
  padding: 14px 0.625em 0 0;
}

.blog-single .entry-content img {
  border-radius: 16px;
  border: 1px solid #f5f5f5;
}

.blog-single .ez-toc-pull-right {
  margin-left: 0;
}

.blog-single .ez-toc-icon-toggle-span {
  height: 27px;
}

.blog-single div#ez-toc-container ul li,
.blog-single div#ez-toc-container ul li a {
  font-weight: 500;
}

.blog-single .entry-header-footer .meta-author img {
  width: 32px;
  height: 32px;
}

.blog-single .entry-header-footer .data-read {
  margin-left: 40px;
  margin-top: 0;
}

.blog-single .entry-header-footer .reading-time {
  margin-left: 1em;
}

.blog-single .ai-tools {
  padding-top: 10px;
  padding-bottom: 8px;
  gap: 4px;
}

.blog-single .ai-tools .ai-pill {
  font-size: 11px;
  transition: all .3s linear;
}

.blog-single .ai-tools .ai-pill:hover {
  color: #fff !important;
}

.faq h2.accordion_title,
.recommended-destinations h2 {
  font-size: 1.25em;
  padding: 16px 16px 12px;
  margin-bottom: 0;
}

.faq,
.recommended-destinations {
  margin-bottom: 1em;
}

.accordion {
  padding-bottom: 8px;
}

.accordion .accordion-title.active .toggle:before {
  transform: rotate(-90deg);
  top: 0.375em;
}

.accordion .icon-angle-down:before {
  font-size: 22px;
}

.accordion .toggle {
  left: auto;
  right: 0.375em;
  top: 50%;
  transform: translate(0, -50%);
}

.accordion .toggle:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 14px;
  transform: rotate(-270deg);
  background-image: url(icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.875em;
  height: 0.875em;
  display: inline-block;
}

.accordion-title {
  border: none;
  padding: 15px 40px 18px 1em;
  position: relative;
}

.accordion-title.active {
  color: #0c0c0d;
}

.accordion-title::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: calc(100% - 1em);
  left: 1em;
  background: rgba(12, 12, 13, 0.06);
}

.accordion-item:first-child .accordion-title::before {
  content: none;
}

.accordion-title span,
.accordion-title {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 18px;
}

.accordion-inner {
  line-height: 18px;
  font-size: 12px;
  padding: 8px 16px 16px;
}

.accordion-inner p:last-child {
  margin-bottom: 0;
}

.related-posts-section {
  padding-top: 32px;
}

.related-posts-section .section-title {
  font-size: 30px;
  border: none;
  margin-bottom: 20px;
}

.related-posts-section .section-title-container {
  margin-bottom: 0;
}

.recommended-destinations .section-title-container {
  margin-bottom: 0;
}

.section-title-normal,
.section-title-normal span {
  border-bottom: none;
}

.recommended-destinations a.plain .destination-item {
  padding: 0.625em 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
}

.recommended-destinations .col {
  padding-bottom: 0;
}

.recommended-destinations {
  padding-bottom: 8px;
}

.destination-item::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.destination-item .icon-box-img .icon-box-img {
  width: 32px !important;
  height: 32px;
}

.recommended-destinations a.plain:hover {
  color: rgb(12, 12, 13);
}

.destination-item p {
  margin-bottom: 0;
}

.destination-item .name {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  padding-bottom: 2px;
}

.destination-item .price {
  font-size: 14px;
}

.destination-item.icon-box-left .icon-box-img+.icon-box-text {
  padding-left: 0;
}

.destination-item .icon-box-img img,
.destination-item .icon-box-img svg {
  padding-top: 0;
}

.destination-item .icon-box-img {
  border-radius: 100px;
  overflow: hidden;
}

.blog-single .wp-block-buttons>.wp-block-button {
  margin-bottom: 24px;
}

.blog-single .wp-block-buttons>.wp-block-button .wp-block-button__link {
  background-color: #ff7a00;
  height: 40px;
  font-weight: 500;
  border-radius: 100px;
  padding: 0 16px;
  font-size: 14px;
  transition: all .3s linear;
}

.blog-single .wp-block-buttons>.wp-block-button .wp-block-button__link:hover {
  background-color: #ff7300;
  color: #fff;
}

.blog-single .entry-content a:where(:not(.wp-element-button)) {
  color: #ff7300;
}

.blog-single .entry-content a:where(:not(.wp-element-button)):hover {
  text-decoration: underline;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
  background: rgba(144, 127, 111, 0.1);
  border: none;
  line-height: 36px;
  color: #0c0c0d;
}

ul.links.nav-pagination li {
  margin: 0 2px;
}

.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
  background: rgba(144, 127, 111, 0.12);
  color: rgb(12, 12, 13);
}

.nav-pagination>li>.current:hover {
  background: #ff7300;
  color: #fff;
  cursor: pointer;
}

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

.icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #FEEEE5;
  border-radius: 28px;
  flex-shrink: 0;
}

.promo-block {
  background: #fff;
  border-radius: 20px;
  padding: 1em;
  margin-bottom: 16px;
}

.promo-block .text-holder {
  margin-right: 16px;
}

.promo-block .icon-holder svg {
  fill: #ff7300;
}

.promo-title {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}

.promo-description {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.promo-button {
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  background-color: #ff7a00;
  height: 40px;
  font-weight: 500;
  border-radius: 100px;
  padding: 2px 16px;
  font-size: 14px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.promo-button:not(:last-child) {
  margin-bottom: 10px;
}

.promo-button svg {
  fill: #5C5C5B;
  width: 16px;
  height: 16px;
}

.promo-copied-message {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.promo-snackbar {
  visibility: hidden;
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 14px;
  z-index: 10000;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.promo-snackbar.show {
  visibility: visible;
  bottom: 30px;
  opacity: 1;
}

a.referral-block {
  text-decoration: none;
  color: #0c0c0d !important;
}

a.referral-block:hover {
  text-decoration: none !important;
  color: #0c0c0d;
}

.referral-block {
  background: #E7E0FD;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  max-width: 600px;
}

.blog-single .entry-content h2.referral-title {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-top: 0;
}

p.referral-description {
  margin-bottom: 0;
}

.referral-link {
  color: #ff7a00
}

.referral-block .img-holder {
  margin-left: 16px;
}

.referral-img {
  background-image: url('./imgs/referral.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 110px;
  padding-bottom: 63%;
  display: block;
}

.android-store-download,
.app-store-download {
  width: auto !important;
}

.app-store-download img {
  width: 119px !important;
  height: 40px !important;
}

.android-store-download img {
  width: 135px !important;
  height: 40px !important;
}

@media only screen and (min-width: 550px) {
  .promo-button {
    width: auto;
    margin-bottom: 0;
  }

  .large-columns-3.medium-columns-3 .flickity-slider>.col,
  .large-columns-3.medium-columns-3>.col {
    flex-basis: 100%;
    max-width: 100%;
  }
}

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

  .large-columns-3.medium-columns-3 .flickity-slider>.col,
  .large-columns-3.medium-columns-3>.col,
  .large-columns-3.medium-12,
  .large-columns-3.medium-columns-1 .flickity-slider>.col,
  .large-columns-3.medium-columns-1>.col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .post-item.col {
    padding-bottom: 30px;
  }

  .tabbed-content .nav>li.active>a {
    background: rgba(0, 0, 0, .06);
    color: rgb(12, 12, 13);
  }

  .tabbed-content .nav>li:hover>a {
    background: rgba(144, 127, 111, 0.06);
    color: rgb(12, 12, 13);
  }

  .post-item a.plain {
    -webkit-line-clamp: 2;
    min-height: 2.8em;
  }

  .post-item.col {
    padding: 0 0.625em 1.25em;
  }

  .container .row:not(.row-collapse),
  .lightbox-content .row:not(.row-collapse),
  .row .gallery,
  .row .row:not(.row-collapse) {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
}

@media only screen and (min-width: 850px) {
  .page-wrapper {
    padding-top: 60px;
  }

  .blog-single .ai-tools {
    gap: 6px;
  }

  .blog-single .ai-tools .ai-pill {
    font-size: 12px;
  }

  .blog-single .entry-content h2.referral-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .referral-block {
    font-size: 14px;
    border-radius: 24px;
    padding: 22px 24px;
    max-width: none;
    margin: 32px 0 24px 0;
    transition: box-shadow .15s linear;
  }

  .referral-block:hover {
    box-shadow: 0 40px 50px #F6F3FF
  }

  .header-bottom .icon.primary.button {
    justify-content: flex-end;
    background: none;
    width: 22px;
  }

  .header-bottom .icon.primary.button:focus-visible {
    outline: none;
    box-shadow: none;
  }

  .button.icon .icon-close {
    right: -3px;
  }

  .searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -46px;
  }

  .header-bottom-nav.nav-center.nav>li:hover>a,
  .header-bottom-nav.nav-spacing-large>li:hover a {
    background: #2C2C2E;
    color: #fff;
    transition: all .3s linear;
  }

  .page-title,
  .main-title .section-title-normal,
  .entry-title {
    font-size: 42px;
  }

  .main-title .lead {
    font-size: 1.2em;
    line-height: 1.6;
  }

  .store-buttons .col-inner,
  #footer .footer-menu .menu {
    justify-content: flex-end;
  }

  #header .search-form {
    max-width: 1077px;
    margin: 0 auto !important;
  }

  .blog-share {
    text-align: right;
  }

  .blog-share .share-icons a.icon {
    font-size: 1.6em;
  }

  .blog-share .share-icons a.icon:hover {
    font-size: 1.6em;
  }

  .share-copy-button svg {
    width: 2.2em;
  }

  .recommended-destinations a.plain .destination-item {
    background-color: rgb(246, 245, 244);
    border-radius: 1em;
  }

  .destination-item {
    margin-bottom: 14px;
  }

  .faq,
  .recommended-destinations {
    margin-bottom: 30px;
  }

  .recommended-destinations {
    padding: 24px 24px 1em;
  }

  .recommended-destinations .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .recommended-destinations .row,
  .recommended-destinations .row:not(.row-collapse) {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .related-posts-section {
    margin-top: 60px;
  }

  .accordion-title {
    padding-left: 24px;
  }

  .blog-single #ez_toc_widget_sticky-3 .ez-toc-widget-sticky-list li.active>a,
  .blog-single .ez-toc-widget-sticky-container-ez_toc_widget_sticky-3 .ez-toc-widget-sticky-list li.active>a {
    color: #ff7a00;
  }

  .blog-single #ez_toc_widget_sticky-3 .ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li.active,
  .blog-single .ez-toc-widget-sticky-container-ez_toc_widget_sticky-3 ul.ez-toc-widget-sticky-list li.active {
    background: none !important;
  }

  .faq h2.accordion_title {
    padding: 24px;
    font-size: 24px;
    letter-spacing: -0.1px;
  }

  .recommended-destinations h2 {
    padding: 0 0 24px;
    font-size: 1.25em;
    letter-spacing: -0.1px;
    line-height: 24px;
  }

  .recommended-destinations .col-inner {
    padding: 0;
  }

  .blog-single .row-large>.col,
  .blog-single .row-large>.flickity-viewport>.flickity-slider>.col {
    padding: 0 15px 30px;
  }

  .entry-title {
    font-size: 48px;
    line-height: 1.2;
  }

  .blog-single .post-sidebar {
    display: block;
  }

  #ez-toc-container {
    display: none;
  }

  .blog-single .entry-holder,
  .post-item .box {
    padding: 8px;
    border-radius: 32px;
  }

  .post-item .box-image,
  .blog-single .entry-image {
    border-radius: 26px;
  }

  .box-text {
    padding: 1em 1em 8px;
  }

  .entry-content.single-page {
    border-radius: 30px;
    padding: 24px;
  }

  .faq,
  .recommended-destinations {
    border-radius: 30px;
  }

  .faq {
    padding-bottom: 8px;
  }

  .accordion .toggle {
    right: 0.625em;
  }

  .destination-item::before {
    right: 8px;
  }

  .entry-header-footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 16px 6px;
    align-items: center;
  }

  .entry-header-footer .data-read {
    margin-top: 0;
  }

  .entry-image img {
    object-fit: cover;
    max-height: 570px;
  }

  .blog-single .entry-header-footer .meta-author img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }

  .blog-single .entry-header-footer .meta-author a {
    font-size: 17px;
  }

  .blog-single .entry-header-footer .data-read {
    margin-left: 48px;
  }

  .post-item.col {
    padding: 0 15px 30px;
  }

  .blog-single .ez-toc-widget-sticky-container {
    background: rgba(144, 127, 111, 0.06);
    border-radius: 30px;
    padding: 1.15em 1.25em 1.25em 24px;
  }

  .blog-single .ez-toc-widget-sticky-container nav {
    max-height: calc(100vh - 200px);
  }

  .blog-single div#ez-toc-container {
    width: 75% !important;
  }

  .blog-share {
    margin-top: 0;
  }

  .share-icons-wrapper,
  .blog-share .share-icons {
    justify-content: flex-end;
    gap: 2px;
    margin-right: -3px;
  }

  .container .row:not(.row-collapse),
  .lightbox-content .row:not(.row-collapse),
  .row .gallery,
  .row .row:not(.row-collapse) {
    margin-left: -15px;
    margin-right: -15px;
  }

  .main-article .box-text {
    padding: 0 1em 0 0;
  }

  .main-article .box-text h3 {
    margin-top: 14px;
  }

  .main-article a.plain {
    min-height: auto;
    -webkit-line-clamp: 2;
    line-height: 1.25;
  }

  .main-article .from_the_blog_excerpt {
    margin-bottom: 24px;
  }

  .main-article .box {
    display: flex;
    align-items: center;
  }

  .main-article .box-image {
    width: 50%;
    margin-right: 30px;
  }

  .main-article .image-cover {
    padding-top: 66% !important;
  }

  .main-article .box-text {
    width: 50%;
  }

  .main-article .post-item .data-read {
    justify-content: flex-start;
  }

  .post-item .box:hover {
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.15);
  }

  .recent-articles,
  .popular-articles,
  .main-article {
    padding-bottom: 60px;
  }

  .searchform .flex-row.form-flat .flex-col,
  .form-flat .flex-row .flex-col {
    padding-right: 0;
  }

  .header-inner {
    padding-top: 0;
  }

  .header-inner .nav-right {
    justify-content: flex-start
  }

  .header-inner .flex-right {
    width: 100%;
    margin-left: 0;
  }

  .header-bottom-nav.nav-center.nav>li,
  .header-bottom-nav.nav-spacing-large>li {
    margin: 0 8px 0 0;
  }

  .header-bottom-nav.nav-center.nav>li>a,
  .header-bottom-nav>li>a {
    font-size: 0.8em;
    transition: all .3s linear;
  }

  .header-main {
    height: 38px;
  }

  .header-main .nav>li>a {
    padding: 7px 16px;
    transition: all .3s linear;
    font-size: 14px;
    color: rgba(12, 12, 13, 0.74);
  }

  .nav-outline>li>a {
    border: none;
  }

  .header-main .nav>li:hover>a {
    background-color: rgba(144, 127, 111, 0.06);
  }

  #header .header-bottom {
    padding: 12px 15px;
  }

  .header-bottom .icon.primary.button {
    margin-right: 2px;
  }

  .header-search .nav-dropdown.nav-dropdown-simple {
    padding-bottom: 23px;
  }

  .header-bottom .icon.primary.button:hover,
  .header-bottom-nav.nav-center.nav>li:hover>a,
  .header-bottom-nav>li:hover>a {
    color: #ff7a00;
    transition: color .3s linear;
  }

  .header-inner .nav li:last-child {
    margin-left: auto;
  }

  .header-inner .nav>li:last-child>a {
    padding: 0;
  }

  .header-inner .nav>li:hover:last-child>a {
    background: none;
  }

  .nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 8px 0;
    border-radius: 1.25em;
    font-size: 0.8em;
    overflow: hidden;
    box-shadow: 0px 2px 140px rgba(12, 12, 13, 0.26);
    min-width: 200px;
  }

  .nav-right li.current-dropdown:last-child>.nav-dropdown,
  .nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    right: 0;
    top: 32px;
  }

  .h1,
  h1 {
    font-size: 34px;
    letter-spacing: -0.4px;
  }

  h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  #footer .footer-social,
  #footer .store-buttons {
    padding-bottom: 0 !important;
  }

  .footer-copyright {
    padding-bottom: 28px !important;
  }

  .footer-copyright,
  .footer-social>div {
    text-align: left;
  }

  #footer .footer-menu .menu a {
    font-size: 14px;
  }

  .copyright-footer {
    min-height: 27px;
    display: flex;
    align-items: center;
  }

  .store-buttons .col-inner {
    padding-top: 0;
  }

  #footer .left-side .col-inner>.row>.col.footer-menu-col {
    padding-bottom: 20px;
  }

  #footer .footer-menu .wpml-ls-current-language {
    display: none;
  }

  #footer .footer-menu .widget_nav_menu,
  .footer-copyright,
  .footer-social {
    padding: 0;
  }

  .language-modal,
  #mobile-language-backdrop {
    display: none !important;
  }

  .accordion-inner {
    padding: 16px 24px 24px;
  }

  .promo-block {
    padding: 24px;
  }

  button.promo-button.button {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 849px) {
  .searchform .button.icon {
    left: -5px;
    opacity: 0;
  }

  .form-flat .flex-row .flex-col {
    padding-right: 0 !important;
  }

  .header-bottom-nav.nav-center {
    padding-left: 15px;
    padding-right: 84px;
    gap: 8px !important;
  }

  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    top: 52px !important;
  }

  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    box-shadow: none;
    background: #f6f5f4;
  }

  .mfp-bg {
    background: none;
  }

  .mfp-ready .mfp-close {
    opacity: 1;
  }

  .mfp-close {
    color: rgba(12, 12, 13, 0.88);
    background: #fff;
    width: 36px;
    opacity: 1;
    right: 19px;
    top: 7px;
  }

  .mfp-close svg {
    width: 36px;
    height: 36px;
  }

  .off-canvas-right .mfp-container,
  .off-canvas-right .mfp-wrap {
    top: 52px !important;
  }

  .nav-column>li>a,
  .nav-dropdown>li>a,
  .nav-vertical-fly-out>li>a,
  .nav>li>a {
    color: rgba(12, 12, 13, 0.88);
  }

  .header-main .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-main .nav>li>a {
    width: 36px;
  }

  .nav.nav-vertical {
    padding: 16px 16px 104px;
  }

  .menu-holder {
    width: 100%;
    margin-bottom: 24px;
  }

  .menu-holder ul {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 6px 0;
  }

  .nav.nav-vertical ul:not(.nav-dropdown) {
    padding: 6px 0;
  }

  .menu-holder h4 {
    font-size: 14px;
    letter-spacing: -0.1;
    color: rgba(12, 12, 13, 0.46);
    margin-bottom: 12px;
    line-height: 17px;
  }

  .secondary-menu .wpml-ls-current-language {
    display: none;
  }

  .nav.nav-vertical li {
    padding: 0;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li>a,
  .mobile-language-button {
    padding: 14px 16px 14px 64px;
    display: block;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li>a:hover {
    background-color: rgba(144, 127, 111, 0.04);
    color: #0c0c0d;
  }

  .off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
  }

  .nav.nav-vertical .wpml-ls-legacy-list-horizontal {
    padding: 0;
  }

  .menu-holder .secondary-menu>li {
    position: relative;
  }

  .mobile-language-button:before,
  .menu-holder .secondary-menu>li:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(icons/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    display: inline-block;
    opacity: .7;
  }

  .menu-holder .secondary-menu>li {
    font-weight: 700;
    position: relative;
  }

  .mobile-language-button:after,
  .menu-holder .secondary-menu>li a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
  }

  .menu-holder .secondary-menu>li.menu-item-esim a:before {
    background-image: url(icons/menu-esim.svg);
  }

  .menu-holder .secondary-menu>li.menu-item-vn a:before {
    background-image: url(icons/menu-vn.svg);
  }

  .menu-holder .secondary-menu>li.menu-item-hc a:before {
    background-image: url(icons/menu-hc.svg);
  }

  .menu-holder .secondary-menu>li.menu-item-contacts a:before {
    background-image: url(icons/menu-contacts.svg);
  }

  .mobile-language-button:after {
    background-image: url(icons/menu-lang.svg);
  }

  .mobile-language-button {
    background: #fff;
    border-radius: 20px;
    font-weight: 700;
    position: relative;
    display: flex;
    padding: 18px 36px 18px 64px;
    justify-content: space-between;
  }

  .mobile-language-button:hover {
    color: #0c0c0d;
  }

  .lang-current {
    font-weight: normal;
    color: #3C3C3B;
  }

  .mobile-language-button img {
    display: none !important;
  }

  .language-modal {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 80%;
    background: #f6f5f4;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
    padding: 0 24px 24px;
  }

  .language-modal.show {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
  }

  .language-modal.hide {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
  }

  .language-modal-header h3 {
    text-align: center;
    padding: 22px 60px 13px;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  button.close-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 12px;
    right: -8px;
    background: #E9E6E4;
    font-size: 20px;
    width: 32px;
    min-height: 32px;
    padding: 0;
    color: #666564;
  }

  .close-btn svg {
    color: #666564;
    width: 16px;
    height: 16px;
  }

  .language-list {
    background: #fff;
    border-radius: 20px;
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
  }

  .lang-list-item {
    position: relative;
    padding: 10px 16px;
  }

  .lang-list-item:hover {
    background: rgba(144, 127, 111, 0.04);
    color: #0c0c0d;
  }

  .lang-list-item p {
    margin-bottom: 0;
  }

  .language-list li {
    margin-bottom: 0;
  }

  .radio-btn-icon {
    position: absolute;
    right: 16px;
    top: 12px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #F1F1F1;
    box-shadow: inset 0 -2px 6px 0 rgba(0, 0, 0, .05);
  }

  .radio-btn-icon::before {
    display: none;
    background-color: #fff;
    box-shadow: 0px 2px 24px 2px rgba(0, 0, 0, 0.08);
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }

  .selected .radio-btn-icon {
    background: #ff7a00;
  }

  .selected .radio-btn-icon::before {
    display: block;
  }

  /* backdrop */
  .language-backdrop {
    position: fixed;
    z-index: 9998;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .language-backdrop.show {
    opacity: 1;
    pointer-events: all;
  }

  .language-backdrop.hide {
    opacity: 0;
    pointer-events: none;
  }
}


/* Landing CRM */

body.page-template-page-blank-landingpage {
  position: relative;
  color: #002233;

}

body.page-template-page-blank-landingpage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom-left-radius: 50% 30%;
  filter: blur(20px);
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
}

.page-template-page-blank-landingpage #wrapper {
  padding-top: 58px;
  padding-bottom: 0;
  position: relative;
}

.page-template-page-blank-landingpage .button {
  border-radius: 100px;
  height: 64px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 15px 32px;
  background: #262D40;
  color: #fff;
}

.page-template-page-blank-landingpage .landing-lang .menu>li:not(.wpml-ls-current-language) {
  display: none;
}

.page-template-page-blank-landingpage .landing-lang .widget {
  padding: 0;
}

.page-template-page-blank-landingpage h1 {
  font-size: 47.78px;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.022em;
  font-weight: 900;
  color: #002233;
}

.page-template-page-blank-landingpage h1+.lead {
  font-size: 20.4px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.022em;
  margin-bottom: 16px;
  color: #002233;
}

.page-template-page-blank-landingpage .landing-hero .text-col {
  margin: 0 auto;
  max-width: 570px;
}

.page-template-page-blank-landingpage .landing-hero {
  padding-top: 24px !important;
}

.page-template-page-blank-landingpage .landing-hero p.lead+p {
  color: rgba(12, 12, 13, 0.74);
  font-size: 17px;
  color: #262D40;
  margin-bottom: 32px;
}

.landing-badge {
  border: 1px solid #8DCDEC;
  font-weight: 500;
  color: #8DCDEC;
  display: inline-flex;
  padding: 8px 16px;
  font-size: 14px;
  align-items: center;
  border-radius: 50px;
  margin-bottom: 24px;
}

.landing-badge i {
  margin-right: 10px;
}

.landing-hero-cols-text.row {
  display: flex;
  padding: 0 8px;
  justify-content: center;
}

.landing-hero-cols-text h3 {
  margin-bottom: 0;
  font-size: 33.18px;
  line-height: 1.15;
  font-weight: 900;
  color: #002233;
}

.landing-hero-cols-text .col-inner {
  border-radius: 32px;
  border-radius: 24px;
  padding: 0 12px;
}

.landing-hero-cols-text p {
  margin-bottom: 0;
  font-size: 17px;
  color: #262D40;
}

.landing-section-title,
.landing-case-left,
.landing-case-right {
  padding-left: 15px;
  padding-right: 15px;
}

.landing-section-title h2 {
  line-height: 1.15;
  font-size: 39.81px;
  margin-bottom: 0;
  color: #002233;
  font-weight: 900;
}

.landing-section-title h2+.lead {
  font-size: 17px;
  line-height: 1.6;
  color: #002233;
  margin-bottom: 0;
}

.landing-hero-cols-text .col {
  padding: 0 4px;
  margin-bottom: 32px;
  width: auto;
  min-width: auto;
  flex-basis: auto;
  margin: 0 0 32px 0;
}

.page-template-page-blank-landingpage .landing-hero .img-inner {
  max-width: 303px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(38, 45, 64, .08);
  border-radius: 48px;
}

.page-template-page-blank-landingpage .landing-download-app .img-inner {
  max-width: 303px;
  margin: 0 auto;
}

.landing-hero-cols-text.row .small-12 {
  flex-basis: 25%;
  max-width: 25%;
}

.landing-section-title {
  max-width: 800px;
  margin: 0 auto;
}

.landing-case-left .row,
.landing-case-right .row {
  background: #fff;
  border-radius: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.landing-case-left,
.landing-case-right {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.landing-case-left .img-inner,
.landing-case-right .img-inner {
  border-radius: 32px;
}

.landing-case-left .button,
.landing-case-right .button {
  margin-bottom: 0;
  width: 100%;
}

.landing-case-left .icon-box,
.landing-case-right .icon-box {
  display: none;
}

.landing-case-left .icon-box .icon-box-img,
.landing-case-right .icon-box .icon-box-img {
  width: 54px !important;
  height: 54px;
  background: #8DCDEC;
  margin: 0;
  padding: 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-case-left .icon-box .icon-box-img img,
.landing-case-right .icon-box .icon-box-img img {
  width: 32px;
  padding: 0;
  margin: 0;
}

.landing-case-left .icon-box,
.landing-case-right .icon-box {
  margin-bottom: 16px;
}

.landing-section-title.title-cases {
  padding-bottom: 18px !important;
}

.landing-case-left h3,
.landing-case-right h3 {
  margin-bottom: 16px;
  font-size: 33.18px;
  line-height: 1.15;
  font-weight: 900;
  color: #002233;
}


.landing-case-left .text-col,
.landing-case-right .text-col {
  padding: 28px;
}

.landing-case-left .text-col p,
.landing-case-right .text-col p {
  margin-bottom: 32px;
  color: #262D40;
}

.landing-case-left .image-col,
.landing-case-right .image-col {
  padding: 0;
}

.landing-case-right .row,
.landing-case-left .row {
  display: flex;
  flex-direction: column;
}

.landing-case-left .image-col {
  order: 1;
}

.landing-case-left .text-col {
  order: 2;
}

.landing-header .row {
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.landing-header {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  top: 0;
  z-index: 99999;
}

.landing-section-title.title-icon-boxes {
  padding-top: 42px !important;
}

.landing-icon-boxes .col {
  padding-bottom: 12px;
}

.landing-icon-boxes .col-inner {
  background: #fff;
  border-radius: 32px;
  padding: 16px 20px 16px 16px;
  display: flex;
  align-items: center;
}

.landing-icon-boxes .col-inner p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}

.landing-icon-boxes .col-inner i {
  background: #8DCDEC;
  border-radius: 20px;
  min-width: 58px;
  width: 58px;
  color: #fff;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-right: 16px;
}

.landing-header .col {
  padding: 0 15px;
}

.landing-header .ux-logo-link {
  padding: 0 !important;
}

.landing-header .ux-logo-link img {
  height: 30px;
  width: auto;
}

.landing-header .widget_nav_menu {
  margin-bottom: 0;
}

.landing-header .widget_nav_menu .menu {
  display: flex;
  justify-content: flex-end;
}

.landing-header .widget_nav_menu .wpml-ls-current-language {
  font-size: 13px;
  text-transform: uppercase;
  color: #262D40;
  width: auto;
  display: inline-flex;
  position: relative;
  cursor: pointer
}

.landing-header .widget_nav_menu.widget .toggle i {
  top: -1px;
  color: #262D40 !important;
  opacity: 1;
}

.landing-header .widget_nav_menu .wpml-ls-current-language .sub-menu {
  background-color: #fff;
  color: #262D40;
  display: table;
  top: 100%;
  right: 0;
  margin: 0;
  max-height: 0;
  min-width: 160px;
  opacity: 0;
  position: absolute;
  text-align: left;
  transition: opacity .25s, visibility .25s;
  visibility: hidden;
  z-index: 9;
  border: none;
  padding: 8px 0;
  border-radius: 20px;
  font-size: 0.8em;
  overflow: auto;
  box-shadow: 0px 2px 140px rgba(12, 12, 13, 0.26);
  min-width: 200px;
}

.landing-header .widget_nav_menu .wpml-ls-current-language.active .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  display: block !important;
}

.landing-header .widget_nav_menu .wpml-ls-current-language .sub-menu a {
  padding: 8px 16px;
  width: 100%;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.85)
}

.landing-header .widget_nav_menu .wpml-ls-current-language .sub-menu a:hover {
  background-color: rgba(0, 0, 0, .03);
}

.landing-header .wpml-ls-current-language {
  position: relative;
}

.landing-download-app {
  padding: 0 15px;
  padding-top: 24px !important;
}

.landing-download-app .row {
  background: #8DCDEC;
  padding: 32px 24px;
  padding-bottom: 0;
  border-radius: 32px;
}

.landing-download-app .text-col.col {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 28px;
}

.landing-download-app .text-col p {
  margin-bottom: 32px;
  color: #002233;
}

.landing-download-app .image-col.col {
  padding-bottom: 0;
}

.landing-download-app .img-inner {
  position: relative;
}

.landing-download-app h2 {
  font-size: 33.18px;
  line-height: 1.15;
  color: #002233;
  font-weight: 900;
  letter-spacing: normal;
  margin-bottom: 14px;
}

.landing-hero .button,
.landing-download-app .button {
  /* text-transform: uppercase; */
  margin-bottom: 0;
}

.landing-hero .button span:after,
.landing-download-app .button span:after {
  content: "\f061";
  margin-left: 12px;
  font-family: "Font Awesome 6 Free";
  transform: rotate(-45deg);
  display: inline-block;
}

.landing-hero .button:not(.icon)>span+i,
.landing-download-app .button:not(.icon)>span+i {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  .landing-header .wpml-ls-current-language>.toggle {
    position: absolute;
    inset: 0;
    /* top: 0; right: 0; bottom: 0; left: 0; */
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    padding: 10px;
  }

  .landing-header .wpml-ls-current-language>.toggle {
    display: flex;
    justify-content: flex-end;
  }

  .landing-header .wpml-ls-current-language .wpml-ls-native {
    padding-right: 24px;
  }

  .landing-header .widget .wpml-ls-current-language .toggle {
    transform: none !important;
  }

  .landing-header .widget .wpml-ls-current-language.active .toggle i {
    transform: rotate(-180deg);
  }

  #header .header-bottom>.flex-row {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .landing-case-left .row,
  .landing-case-right .row {
    flex-direction: row;
  }

  .page-template-page-blank-landingpage .landing-hero,
  .landing-download-app {
    padding-top: 60px !important;
  }

  .landing-section-title.title-icon-boxes {
    padding-top: 82px !important;
  }

}

@media only screen and (min-width: 850px) {
  .button.icon .icon-search {
    font-size: 19px;
  }

  .button.icon .icon-close:before {
    font-size: 28px;
  }

  .wp-block-table td,
  .wp-block-table th,
  .wp-block-table tbody tr:first-child td {
    padding: 0.75rem !important;
  }

  .wp-block-table {
    overflow: hidden;
  }

  .wp-block-table thead th,
  .wp-block-table tbody tr:first-child td {
    font-size: 16px;
  }

  .landing-header .widget_nav_menu .wpml-ls-current-language:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    display: block !important;
  }

  .header-bottom-nav.nav-center>li:first-child {
    margin-left: 0 !important;
  }

  .page-template-page-blank-landingpage h1 {
    font-size: 42px;
  }

  .landing-case-left .text-col,
  .landing-case-right .text-col {
    padding: 16px 48px;
  }

  .landing-case-left .text-col p,
  .landing-case-right .text-col p {
    margin-bottom: 42px;
  }

  .landing-case-left .text-col {
    order: 1;
  }

  .landing-case-left .image-col {
    order: 2;
  }

  .landing-case-left .button,
  .landing-case-right .button {
    width: auto;
  }

  .landing-hero .row-large>.col {
    padding: 0 15px 30px
  }

  .landing-header .row,
  .landing-hero .row-large {
    max-width: 1115px !important;
  }


  .landing-hero .text-col .col-inner.text-center,
  .landing-hero .text-col .text {
    text-align: left !important;
  }

  .landing-hero-cols-text.row {
    justify-content: flex-start;
  }

  .landing-hero-cols-text .col {
    min-width: 33.33%;
    flex-basis: 33.33%;
  }

  .page-template-page-blank-landingpage .landing-hero,
  .landing-download-app {
    padding-top: 90px !important;
    padding-bottom: 60px !important;
  }

  .landing-section-title.title-cases {
    padding-bottom: 32px !important;
    padding-top: 60px !important;

  }

  .landing-section-title.title-icon-boxes {
    padding-top: 122px !important;
    padding-bottom: 56px !important;
  }

  .page-template-page-blank-landingpage .landing-hero,
  .landing-download-app {
    padding-top: 120px !important;
    padding-bottom: 90px !important;
  }

  .landing-case-left,
  .landing-case-right {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .landing-download-app .row {
    padding: 42px 54px 0 54px;
  }

  .landing-icon-boxes .section-content>.row {
    max-width: 1115px !important;
  }

  .landing-icon-boxes .col-inner {
    min-height: 104px;
  }

  .page-template-page-blank-landingpage .landing-hero .img-inner {
    max-width: 384px;
    margin: 0 0 0 auto;
  }
}


p:has(> img) {
  text-align: center;
}

table {
    overflow-x: auto;
    display: block;
    width: 100%;
}

/* Для маленьких таблиц отключаем прокрутку */
table:not(:has(td:nth-child(5))) { /* если меньше 5 колонок */
    display: table;
    overflow-x: visible;
    min-width: auto;
}

