/*******************************************/
/*********Language Landing Page*************/
/*******************************************/

body.lng-landing,
body.single-land_section {
  padding-top: 0 !important;
  color: #2d2d2d;
}

body.lng-landing .site-header figure picture {
  background-color: transparent;
  box-shadow: unset;
  padding: 10px 0;
}
body.lng-landing.page-template-tpl-lng-landing .site-header .container-logo {
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
}
body.lng-landing.page-template-tpl-lng-landing .site-header figure picture img {
  margin: 0 auto;
}
body.lng-landing .site-header figure picture img {
  width: auto;
  max-width: 100%;
}

.lng-landing .lng-title {
  color: #2d2d2d;
  font-size: 28px;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
}
.lng-landing section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lng-landing .site-header .header-image {
  height: 600px !important;
}
.lng-landing .site-header .header-image:after {
  opacity: 0.5;
}
.lng-landing .site-header {
  position: relative;
}
.lng-landing .site-header::before,
.lng-landing .site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 50%;
  transform: translateY(50%);
  z-index: 1;
}
.lng-landing .site-header::before {
  right: 0;
  background: #00a8bb;
}
.lng-landing .site-header::after {
  left: 0;
  background-color: #1990ce;
}
/*******************************************/
/****************Anchors style**************/
/*******************************************/

.lng-landing .lng-anchor-warp ul {
  display: flex;
  justify-content: center;
  text-align: center;
  min-height: 40px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  transform: translateY(-50%);
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.lng-landing .lng-anchor-warp ul:before,
.lng-landing .lng-anchor-warp ul:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  width: 20px;
}
.lng-landing .lng-anchor-warp ul:before {
  right: -20px;
  background: #a9d234;
}
.lng-landing .lng-anchor-warp ul:after {
  left: -20px;
  background: #60ccf3;
}
.lng-landing .lng-anchor-warp ul li a {
  padding: 20px 40px;
  display: block;
  transition: 0.2s;
}
.lng-landing .lng-anchor-warp ul li a:hover {
  background-color: #e2e2e2;
}

@media (max-width: 992px) {
  .lng-landing .lng-anchor-warp {
    height: 175px;
  }
  .lng-landing .lng-anchor-warp ul {
    flex-direction: column;
    width: 80%;
  }
  .lng-landing .lng-anchor-warp ul li {
    min-height: 76px;
  }
}

/*******************************************/
/****************Content Style**************/
/*******************************************/
.lng-landing .lng-time-table .container,
.lng-landing .lng-content .container {
  max-width: 1250px;
}
.lng-landing .lng-content {
  font-size: 24px;
  font-weight: 500;
  padding-top: 30px;
}
.lng-landing .lng-content h3 {
  font-size: 28px;
}
.lng-landing .lng-content h5 {
  color: #1990ce;
  font-weight: 600;
  margin: 15px 0 0;
  font-size: inherit;
}

/*******************************************/
/****************Time Table ****************/
/*******************************************/

.lng-landing .lng-time-table .table-warrper {
  border-radius: 8px;
  border: 1px solid #dedede;
  overflow: hidden;
  width: 100%;
}
.lng-landing .lng-time-table .table-warrper.tabel-msg-header {
  border-color: #1990ce;
}
.lng-landing .lng-time-table .table {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}
.lng-landing .lng-time-table .table .tabel-row:not(:last-child),
.lng-landing .lng-time-table table tr:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.lng-landing .lng-time-table .table .tabel-row,
.lng-landing .lng-time-table table tr p {
  padding: 10px 0;
}
.lng-landing .lng-time-table .table .tabel-row.table-header,
.lng-landing .lng-time-table table tr:first-child {
  color: #fff;
  background-color: #1990ce;
}
.lng-landing .lng-time-table .table .tabel-row p:first-child,
.lng-landing .lng-time-table table tr td:first-child {
  text-align: center;
  color: #1990ce;
}
.lng-landing .lng-time-table .table .tabel-row.table-header p:first-child {
  color: #fff;
}

.lng-landing .lng-time-table table tr th:last-child {
  text-align: start;
}
.lng-landing .lng-time-table .table-msg p {
  text-align: start;
  color: #2d2d2d;
  padding: 10px 0;
  padding-inline-start: 25px;
  font-size: 20px;
}

.lng-landing .lng-time-table .table .tabel-row {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.lng-landing .lng-time-table .table .time-desc td:last-child,
.lng-landing .lng-time-table .table .time-desc th:last-child {
  padding-left: 10px;
}

/*******************************************/
/****************Contact *******************/
/*******************************************/

body.page-template-tpl-lng-landing .lng-landing .contact-warp {
  padding-top: 45px;
}
body.page-template-tpl-lng-landing .lng-landing .contact-item-warp {
  padding: 20px;
}
.lng-landing .contact-item-warp {
  margin-bottom: 10px;
}
.lng-landing .contact-item {
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  transition: 0.2s;
}
.lng-landing .contact-item:hover {
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 8%);
}
.lng-landing .contact-item .top,
.lng-landing .contact-item .bottom {
  padding: 20px 30px;
}
.lng-landing .contact-item .top {
  border-bottom: 1px solid #c7c7c7;
}
.lng-landing .contact-item .top .name {
  color: #1990ce;
  font-size: 28px;
}
.lng-landing .contact-item p,
.lng-landing .contact-item a {
  display: flex;
  align-items: center;
}
.lng-landing .contact-item i,
.lng-landing .contact-item svg {
  color: #1990ce;
  margin-inline-end: 15px;
}

/*******************************************/
/****************Posts *********************/
/*******************************************/

.lng-landing .posts-warp {
  padding-top: 45px;
}

.lng-landing .posts-category-filter-warp ul {
  display: flex;
  flex-wrap: wrap;
}

.lng-landing .posts-category-filter-warp ul li {
  padding: 10px 20px;
  margin: 5px 10px;
  border-radius: 28px;
  background-color: #f2f2f2;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  transition: 0.2s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lng-landing .posts-category-filter-warp ul li.active {
  background-color: #059eda;
  color: #ffffff;
}

.lng-landing .posts-item-warp {
  padding: 20px;
  display: flex;
}
.lng-landing .posts-item {
  border-radius: 6px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 33px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}
.lng-landing .posts-item .top picture,
.lng-landing .posts-item .top {
  display: flex;
  overflow: hidden;
}
.lng-landing .posts-item .top img {
  transition: 0.2s;
}
.lng-landing .posts-item:hover .top img {
  transform: scale(1.1);
}
.lng-landing .posts-item:hover {
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 8%);
}
.lng-landing .posts-item .bottom {
  padding: 20px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lng-landing .posts-item .post-title {
  color: #2093cf;
  font-size: 24px;
  font-weight: 600;
}
.lng-landing .posts-item .post-cat {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.lng-landing .posts-item .post-dots {
  margin-bottom: 20px;
  font-size: 20px;
}
.lng-landing .posts-item .post-dots li {
  display: flex;
  align-items: center;
}
.lng-landing .posts-item .post-dots li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1990ce;
  display: block;
  margin: 0 10px;
  border-radius: 100%;
}
.lng-landing .posts-item .btn-to-post {
  height: 58px;
  border-radius: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #2093cf;
  opacity: 0.8;
  margin-top: auto;
  transition: 0.2s;
  font-size: 20px;
}

.lng-landing .posts-item .btn-to-post:hover {
  opacity: 1;
}

/**/

.lng-landing .social-media {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 7px;
}

.lng-landing .social-media .socials {
  display: grid;
}
.lng-landing .social-media .socials a {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  transition: 0.2s;
}

.lng-landing .social-media .socials a:hover {
  color: #2093cf;
}

.lng-landing .float-whatsapp-warp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.lng-landing .float-whatsapp-msg {
  padding: 5px;
  margin: 0;
  margin-bottom: 5px;
  max-width: 160px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
  text-align: center;
}
.lng-landing .float-whatsapp {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
}

/*******************************************/
/****************Single ********************/
/*******************************************/

body.single-land_section .main.lng-content {
  margin: 60px auto 80px;
}

.tpl-ln-single-header::before,
.tpl-ln-single-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 25%;
  transform: translateY(50%);
  z-index: 2;
}
.tpl-ln-single-header::before {
  right: 50%;
  background: #60ccf3;
}
.tpl-ln-single-header::after {
  left: 50%;
  background: #a9d234;
}

.lng-landing .lng-strip {
  background-color: #1990ce;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
}
.lng-landing .lng-strip a {
  background-color: #ffffff;
  color: #1990ce;
  transition: 0.2s;
  border-radius: 200px;
  height: 60px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-inline-start: 10px;
}
.lng-landing .lng-strip a:after {
  content: "";
  height: 1px;
  background-color: #1990ce;
  width: 0;
  transition: 0.2s;
}
.lng-landing .lng-strip a:hover:after {
  width: 100%;
}

@media (min-width: 768px) {
  .tpl-ln-single-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tpl-ln-single-header .header-image:last-child .container {
    padding: 0 50px;
  }
  .site-header .tpl-ln-single-header .header-image:last-child .entry-title,
  .site-header
    .tpl-ln-single-header
    .header-image:last-child
    .header-image-text {
    color: #232323;
    text-align: start;
    max-width: 80%;
  }
  .site-header .tpl-ln-single-header .header-image:after {
    content: none;
  }
  .only-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  body.single-land_section.lng-landing .contact-item-warp {
    margin: 20px 0;
  }
  .site-header .tpl-ln-single-header .header-image:last-child {
    position: absolute;
    top: 0;
  }
  .site-header .tpl-ln-single-header .header-image:last-child:after {
    content: none;
  }
  body.lng-landing .site-header figure picture img {
    margin: 0 auto;
  }
  .only-desktop {
    display: none;
  }
}

.redirect-link {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 20px;
  color: #1990ce;
  font-size: 27px;
  font-weight: 500;
}
