@font-face {
  font-family: 'Yu Mincho';
  src: url('/wp-content/fonts/yu-mincho-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.tft-w-padding {
  padding-left: 200px;
  padding-right: 200px;
}
@media only screen and (max-width: 1366px) {
  .tft-w-padding {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.tft-l-padding {
  padding-left: 200px;
}
@media only screen and (max-width: 1366px) {
  .tft-l-padding {
    padding-left: 32px;
  }
}

.tft-fullwidth-container {
  padding-left: 32px;
  padding-right: 32px;
}

.tft_has_sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.tft-design-2 .tft-top-header {
  background: #2C3E50;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tft-design-2 .tft-top-header .tft-flex {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .tft-design-2 .tft-top-header .tft-flex {
    flex-wrap: wrap;
  }
  .tft-design-2 .tft-top-header  {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-design-2 .tft-top-header .tft-flex .tft-contact-info {
    width: 100%;
  }
}
.tft-design-2 .tft-top-header .tft-flex .tft-contact-info ul {
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .tft-design-2 .tft-top-header .tft-flex .tft-contact-info ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tft-design-2 .tft-top-header .tft-flex .tft-contact-info ul li {
  display: inline-flex;
  color: #F8F4E3;
  margin-left: 24px;
  align-items: center;
  font-weight: 400;
}
.tft-design-2 .tft-top-header .tft-flex .tft-contact-info ul li svg {
  margin-right: 8px;
}
.tft-design-2 .tft-top-header .tft-flex .tft-contact-info ul li a {
  text-decoration: none;
  color: #F8F4E3;
  transition: 0.3s all ease;
}
.tft-design-2 .tft-top-header .tft-flex .tft-contact-info ul li:first-child {
  margin: 0px;
}
.tft-design-2 .tft-top-header .tft-flex .tft-social-share {
  margin-top: 7px;
}
@media only screen and (max-width: 767.98px) {
  .tft-design-2 .tft-top-header .tft-flex .tft-social-share {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.tft-design-2 .tft-top-header .tft-flex .tft-social-share ul {
  margin: 0;
  padding: 0;
}
.tft-design-2 .tft-top-header .tft-flex .tft-social-share ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .tft-design-2 .tft-top-header .tft-flex .tft-social-share ul li {
    margin: 0px 5px;
  }
}
.tft-design-2 .tft-top-header .tft-flex .tft-social-share ul li:first-child {
  margin: 0px;
}
@media only screen and (max-width: 767.98px) {
  .tft-design-2 .tft-top-header .tft-flex .tft-social-share ul li:first-child {
    margin: 0px 5px;
  }
}
.tft-design-2 .tft-menus-section {
  background: #F8F4E3;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) { /* Adjust the width as needed for your mobile breakpoint */
  .tft-design-2 .tft-menus-section {
    padding-bottom: 20px; /* Apply padding for mobile */
  }
}

.tft-design-2 .tft-menus-section .tft-flex {
  justify-content: space-between;
  align-items: center;
}
/* .tft-design-2 .tft-menus-section .tft-flex .tft-menu {
 
} */
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul li {
  margin-right: 32px;
  display: inline-block;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul li a {
  text-decoration: none;
  color: #2C3E50;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 0px !important;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul li .sub-menu li {
  margin: 0px;
  display: block;
  padding: 5px 10px;
}

.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul li:last-child {
  margin: 0px;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul.sub-menu {
  background: #FCF4E8;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul.sub-menu li {
  background-color: #fff;
  margin-bottom: 4px !important;
  padding: 10px !important;
  transition: 0.3s all ease;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul.sub-menu li:hover {
  background: #FFFFFF;
  text-decoration:underline;
}

.site-logo {
  vertical-align: middle;
  margin-right: 10px; /* Adjust the spacing as needed */
}

.site-logo-mobile{
  max-height: 70px; /* Adjust the size as needed */
}

.logo-text a {
  display: flex;
  align-items: center;
}

.logo-text a img {
  max-height: 90px; /* Adjust the size as needed */
}

.tft-design-2 .tft-menus-section .tft-flex .tft-menu ul.sub-menu li:last-child {
  margin-bottom: 0px !important;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-logo {
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .tft-design-2 .tft-menus-section .tft-flex .tft-logo {
    max-width: 50%;
    text-align: left;
  }
}
.tft-design-2 .tft-menus-section .tft-flex .tft-logo a.custom-logo-link img {
  width: 160px;
}

.logo-text-mobile{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.logo-text-mobile a {
  font-size: 25px!important;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-logo .logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2C3E50;
}

.tft-design-2 .tft-menus-section .tft-flex .tft-account {
  max-width: 33%;
  width: 100%;
  text-align: right;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-account ul {
  margin: 0;
  padding: 0;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-account ul li {
  display: inline-block;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-account ul li a {
  padding: 12px 32px;
  color: #2C3E50;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all ease;
}

.header-logo {
  display:flex;
  flex-direction: row;
 
  justify-content: space-around;
  align-items: center;
}


.tft-design-2 .tft-menus-section .tft-flex .tft-account ul li a:hover {
  color: #40E0D0;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-account ul li a.login {
  border: 1px solid #40E0D0;
}
.tft-design-2 .tft-menus-section .tft-flex .tft-account ul li a.login:hover {
  background: #917242;
  color: #F8F4E3;
  border-color: #917242;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-main-header-wrapper {
  min-height: auto;
  padding: 0 32px;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-main-header-wrapper .tft-header-left .logo-text a {
  color: #2C3E50;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-main-header-wrapper .tft-header-center .tft-mobile_menubar i {
  color: #2C3E50;
}
.menu-desktop{
 
  margin: 10px 0 0 20px;
}
nav.tft-site-navigation.menu-desktop ul#navigation li.menu-item a{
  font-size: 20px!important;
  
}
nav.tft-site-navigation.menu-desktop ul#navigation li.menu-item a:hover{
  text-decoration:underline
  
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation {
  background-color: #FCF4E8;
  
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li {
  display: block;
  width: 100%;
  border: 0px solid;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li a {
  color: #2C3E50;
  font-size: 20px!important;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding: 8px 32px !important;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li ul {
  background-color: #FCF4E8;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li ul li a {
  color: #2C3E50;
  font-size: 20px!important;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul {
  margin: 32px 0px 0px 32px;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul li {
  display: inline-block;
  width: auto;
}
.tft-design-2 .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul li a {
  display: inline-block;
  padding: 5px !important;
}
.tft-design-2 .tft-menus-section.tft_has_transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(48, 40, 28, 0.3);
  backdrop-filter: blur(15px);
}
.tft-design-2 .tft-menus-section.tft_has_transparent .tft-menu ul li a {
  color: #F8F4E3;
}
.tft-design-2 .tft-menus-section.tft_has_transparent .tft-logo .logo-text a {
  color: #F8F4E3;
}
.tft-design-2 .tft-menus-section.tft_has_transparent .tft-account ul li a {
  color: #F8F4E3;
}
.tft-design-2 .tft-menus-section.tft_has_transparent .tft-main-header-wrapper .tft-header-left .logo-text a {
  color: #F8F4E3;
}
.tft-design-2 .tft-menus-section.tft_has_transparent .tft-main-header-wrapper .tft-header-center .tft-mobile_menubar i {
  color: #F8F4E3;
}
.tft-design-2 .tft-footer-sections {
  padding:20px;
  background-color: #2C3E50;
  color: #FFFFFF;
  text-align: center;
}



.tft-design-2 .tft-footer-sections a {
  color: #FFFFFF;
}
.tft-design-2 .tft-footer-sections .tft-grid {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: nowrap;
  gap: 83px;
}
@media only screen and (max-width: 991.98px) {
  .tft-design-2 .tft-footer-sections .tft-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-design-2 .tft-footer-sections .tft-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.tft-design-2 .tft-footer-sections .tft-grid .tft-footer-section {
  width: 100%;
}
.tft-design-2 .tft-footer-sections .tft-grid h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 32px;
}
.tft-design-2 .tft-footer-sections .tft-grid ul {
  margin: 0;
  padding: 0;
}
.tft-design-2 .tft-footer-sections .tft-grid ul li {
  display: block;
  padding-bottom: 8px;
  margin: 0;
}
.tft-design-2 .tft-footer-sections .tft-grid ul li a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.tft-design-2 .tft-footer-sections .tft-grid ul li a:hover {
  color: #F8F4E3 !important;
  
}
.tft-design-2 .tft-footer-sections .tft-grid ul li:last-child {
  padding-bottom: 0px;
}
.tft-design-2 .tft-footer-sections .tft-grid p {
  margin: 0;
}
.tft-design-2 .tft-footer-sections .tft-footer-copyright {
  border-top: 0.5px solid #99948D;
  margin-top: 32px;
}
.tft-design-2 .tft-footer-sections .tft-footer-copyright p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
  padding-top: 32px;
  color: #99948D;
  text-align: center;
}
.tft-design-2 .tft-footer-sections .tft-footer-copyright p a {
  text-decoration: none;
  color: #99948D;
}

/* Contact Form CSS */
#tf-cf7-contact-form {
  margin-top: 20px;
}

#tf-cf7-contact-form p {
  font-family: Josefin Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

#tf-cf7-contact-form input, #tf-cf7-contact-form textarea {
  display: flex;
  padding: 12px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  border: 1px solid #99948D;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: transparent;
  border-radius: unset;
}

#tf-cf7-contact-form textarea {
  height: 130px;
}

#tf-cf7-contact-form input::placeholder, #tf-cf7-contact-form textarea::placeholder {
  font-family: Josefin Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #C1BFBB;
}

#tf-cf7-contact-form input[type=submit] {
  display: flex;
  width: 100%;
  padding: 12px 32px;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  background: #D8A48F !important;
  color: #F8F4E3;
  border-radius: 4px;
}

#tf-cf7-contact-form input::focus, #tf-cf7-contact-form textarea::focus {
  border: 2px solid #99948D !important;
}

/*# sourceMappingURL=design-2.css.map */
/* General Header Background */
.header-background {
  background-color: #faf7ef; /* Match hero section white */
  padding: 20px 40px; /* Add consistent spacing */
  box-shadow: none; /* Remove unnecessary shadows */
  border: none;
}

/* Navigation Menu */
.main--header-menu {
  display: flex;
  gap: 30px; /* Add spacing between menu items */
  font-family: 'Yu Mincho', serif;
  font-size: 18px;
  color: #2C3E50;
  text-transform: uppercase;
}

/* Social Icons */
.tft-account ul {
  display: flex;
  gap: 15px;
  list-style: none;
}

.tft-account ul li a svg {
  width: 24px;
  height: 24px;
  fill: #99948D;
  transition: fill 0.3s ease;
}

.tft-account ul li a:hover svg {
  fill: #e60012; /* Add subtle hover effect */
}

/* Logo Styling */
.site-logo {
  max-height: 60px;
  margin-right: 20px;
}

/* Mobile Menu */
.tft-header-mobile {
  background-color: #faf7ef;
  border-top: 1px solid #ddd;
  padding: 15px;
}

.tft-mobile_menubar .fas {
  font-size: 20px;
  color: #2C3E50;
}

/* Asymmetry and Minimalism */
.header-logo,
.tft-menu,
.tft-account {
  flex: 1;
  margin: auto;
}

/* Hero Section Alignment */
.tft-header-desktop {
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
/* Body Reset */
body {
  font-family: 'Yu Mincho', serif;
  margin: 0;
  padding: 0;
  background-color: #faf7ef;
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: transparent;
  z-index: 10;
}

.header-logo img {
  max-height: 60px;
}

.main-header-menu {
  display: flex;
  gap: 20px;
  font-family: 'Yu Mincho', serif;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
}

.main-header-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.main-header-menu li a:hover {
  color: #e60012;
}

/* Hero Section */
.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('path-to-hero-image.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-content {
  position: relative;
  z-index: 5;
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: 'Yu Mincho', serif;
}

.hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-button {
  padding: 15px 30px;
  background-color: #e60012;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #d40010;
}

/* Kanji Background */
.kanji-background {
  position: absolute;
  font-family: 'Yu Mincho', serif;
  font-size: 300px;
  color: rgba(255, 255, 255, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Floating Buttons */
.hero-buttons {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateY(-50%);
}

.floating-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.floating-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
/* General Header Styling */
.transparent-header {
  font-family: 'Yu Mincho', serif;
  background: rgba(255, 255, 255, 0.7); /* Subtle transparent background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Adds depth */
}

/* Navigation Menu */
.main-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.main-header-menu li a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-header-menu li a:hover {
  color: #D8A48F; /* Soft accent color for hover */
}

/* Logo Styling */
.site-logo {
  max-height: 50px;
  width: auto;
}

/* Icons */
.header-icons a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-icons a:hover {
  color: #D8A48F;
}

/* Responsive Design */
@media (max-width: 768px) {
  .transparent-header {
      padding: 15px 20px;
  }
  .main-header-menu {
      flex-direction: column;
      gap: 20px;
  }
  .header-icons {
      margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .header-nav {
      padding: 0 10px;
  }

  .header-nav ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      list-style: none;
      gap: 15px;
  }

  .header-nav li {
      white-space: nowrap;
  }
}

/* Blog Section Styling */
.tft-design-2-blog {
  padding: 60px 20px;
  background-color: #FAF6F0;
  text-align: center;
}

.tft-blog-header h6 {
  font-family: 'Yu Mincho', serif;
  font-size: 16px;
  color: #99948D;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.tft-blog-header h3 {
  font-family: 'Yu Mincho', serif;
  font-size: 28px;
  color: #333;
  margin: 20px 0;
}

.view-all-link {
  display: inline-block;
  font-family: 'Yu Mincho', serif;
  font-size: 14px;
  color: #99948D;
  text-decoration: none;
  border: 1px solid #99948D;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.view-all-link:hover {
  background-color: #99948D;
  color: #FAF6F0;
}

.tft-blog-grid-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.instagram-post {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}

.instagram-post iframe {
  width: 100%;
  height: 500px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .tft-blog-grid-section {
      flex-direction: column;
      gap: 20px;
  }

  .instagram-post {
      max-width: 100%;
  }
}
/* Plugin Styling */
.instagram-carousel {
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}

.carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.instagram-media {
  width: 100%;
  max-width: 540px;
  min-width: 300px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .instagram-carousel {
      width: 90%;
  }

  .instagram-media {
      max-width: 100%;
  }
}
.instagram-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns for posts */
  gap: 20px; /* Spacing between posts */
  margin: 40px 20px; /* Add margin for alignment */
}

.instagram-item {
  background-color: #fdf9f4; /* Earthy tone background */
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.instagram-item:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

/* Add Japanese decorative details */
.instagram-item::before {
  content: "和";
  font-family: "Yu Mincho", serif;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}

/* Override Instagram blockquote margins */
.instagram-media {
  margin: 0 !important;
  z-index: 1;
}
.tft-news-header h6 {
  font-family: 'Yu Mincho', serif;
  color: #8a8a8a; 
  font-size: 18px;
  text-align: center;
}

.tft-news-header h3 {
  font-family: 'Yu Mincho', serif;
  font-size: 36px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 20px;
  text-align: center;
}

.tft-blog-single-section {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Header Text Styling */
.tft-news-header h6 {
  font-family: 'Yu Mincho', serif;
  color: #8a8a8a; 
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.tft-news-header h3 {
  font-family: 'Yu Mincho', serif;
  font-size: 36px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 20px;
  text-align: center;
}

/* Vertical Kanji Styling */
.tft-design-2-blog .vertical-kanji {
  writing-mode: vertical-rl;
  font-family: 'Yu Mincho', serif;
  font-size: 20px;
  color: #8a8a8a;
  text-align: right;
  margin-right: 20px;
}

/* Instagram Embed Section */
.tft-blog-single-section {
  flex-grow: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram-media {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Add responsive styling */
@media (max-width: 768px) {
  .tft-blog-single-section {
      max-width: 100%;
      padding: 10px;
  }
}
/* Testimonial Section Styling */
.tft-testimonials-design-2 {
    padding: 40px 20px;
    background-color: #f9f5ef; /* Subtle textured background */
    border-radius: 12px;
}

/* Icon Styling */
.testimonial-icon {
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dots Styling */
.custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.custom-dots .dot {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom-dots .dot.active {
    background-color: #8a8a8a; /* Active dot color */
    transform: scale(1.2); /* Highlight active dot */
}

/* Testimonial Inner Styling */
.tft-testimonials-inner {
    padding: 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

/* Review Text */
.testimonial-review p {
    font-family: 'Yu Mincho', serif;
    font-size: 18px;
    line-height: 1.6;
    color: #2c2c2c;
}

/* Author Info */
.testimonial-author p {
    margin: 5px 0;
    font-family: 'Yu Mincho', serif;
    font-size: 16px;
    color: #8a8a8a;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .tft-testimonials-slides {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .testimonial-icon {
        margin-bottom: 10px;
    }

    .custom-dots .dot {
        width: 10px;
        height: 10px;
    }
}
/* General Container */
.japanese-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #f9f5ef;
  border-radius: 12px;
  text-align: center;
}

/* Header Section */
.japanese-header {
  margin-bottom: 20px;
  text-align: center;
}

.japanese-subtitle {
  font-family: 'Yu Mincho', serif!important;
  font-size: 24px;
  color: #8a8a8a;
  letter-spacing: 0.05em;
}

.japanese-title {
  font-family: 'Yu Mincho', serif;
  font-size: 42px;
  color: #2c2c2c;
  margin: 0;
}

/* Testimonial Grid */
.japanese-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.japanese-testimonial-item {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.japanese-testimonial-item:hover {
  transform: translateY(-5px);
}

.asymmetrical {
  transform: translateY(20px);
}

/* Testimonial Content */
.testimonial-content {
  font-family: 'Yu Mincho', serif;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Author Information */
.testimonial-author {
  font-family: 'Yu Mincho', serif;
  font-size: 14px;
  color: #8a8a8a;
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 16px;
  color: #2c2c2c;
  margin-bottom: 5px;
}

.author-location {
  font-size: 14px;
  color: #8a8a8a;
}

/* Responsive Design */
@media (max-width: 768px) {
  .japanese-testimonial-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }
}

/* Header Styles */
.japanese-popular-tours .japanese-header {
  text-align: center;
  margin-bottom: 20px;
}

.japanese-popular-tours .japanese-subtitle {
  font-family: 'Yu Mincho', serif;
  font-size: 18px;
  color: #8a8a8a;
  margin-bottom: 10px;
}

.japanese-popular-tours .japanese-title {
  font-family: 'Yu Mincho', serif;
  font-size: 36px;
  color: #2c2c2c;
}

/* Tabs and Navigation */
.japanese-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.japanese-tabs .tabs {
  display: flex;
  gap: 15px;
}

.japanese-tabs .tab {
  font-family: 'Yu Mincho', serif;
  font-size: 16px;
  color: #2c2c2c;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid transparent;
}

.japanese-tabs .tab.active {
  border-bottom: 2px solid #2c2c2c;
}

.japanese-tabs .view-all-button {
  display: flex;
  align-items: center;
  font-family: 'Yu Mincho', serif;
  font-size: 16px;
  color: #2c2c2c;
  text-decoration: none;
}

.japanese-tabs .view-all-button .icon-arrow {
  margin-left: 8px;
}


.tf-page-header-inner {
  padding: 80px 20px;
  background-color: #f9f5ef;
}

.tf-page-header-inner .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: 'Yu Mincho', serif;
  font-size: 36px;
  color: #8a8a8a;
}

.tf-page-header-inner h1.entry-title {
  font-family: 'Yu Mincho', serif;
  font-size: 48px;
  color: #2c2c2c;
  margin: 0 0 10px;
}

.tf-page-header-inner p {
  font-family: 'Yu Mincho', serif;
  font-size: 18px;
  color: #8a8a8a;
  margin-top: 10px;
}

.tf-page-header-inner .decorative-line {
  height: 4px;
  background: linear-gradient(to right, #e60012, #f56e28);
  width: 50px;
  margin-top: 20px;
}
.tf-withoutpayment-popup {
  background: #fdf9f4; /* Soft cream background */
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 24px;
  max-width: 500px;
  margin: auto;
  font-family: 'Yu Mincho', serif;
}

.tf-withoutpayment-popup h5 {
  font-size: 24px;
  color: #8a8a8a;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.tf-withoutpayment-popup h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.tf-withoutpayment-popup p {
  font-size: 16px;
  color: #666;
  margin-bottom: 12px;
}

.tf-booking-traveller-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.tf-booking-traveller-info div {
  font-size: 16px;
  color: #333;
}

.tf-booking-pagination {
  text-align: center;
  margin-top: 24px;
}

.tf-booking-pagination button {
  background: #d8a48f; /* Using a solid color close to the gradient start */
  color: white;
  font-size: 18px;

  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  border: none; /* Remove default button border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Add a box shadow */
  transition: transform 0.3s, box-shadow 0.3s; /* Add transition for hover effects */

  outline: none; /* Remove outline */
}

.tf-booking-pagination button:hover {
  transform: translateY(-2px); /* Slight lift effect on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}

.tf-booking-pagination button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.tf-withoutpayment-popup {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 20px auto;
  position: relative;
}

.tf-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.tf-popup-header h3 {
  font-family: 'Yu Mincho', serif;
  font-size: 20px;
  color: #333;
  margin: 0;
}

.close-modal-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.tf-booking-content-summery {
  padding: 20px 0;
}

.tf-booking-summary-details h4 {
  font-family: 'Yu Mincho', serif;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.tf-booking-summary-details p {
  font-size: 16px;
  color: #666;
  margin: 5px 0;
}

.tf-booking-pagination {
  text-align: center;
  margin-top: 20px;
}

.tf-continue-btn {
  background: #002e6e;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.tf-continue-btn:hover {
  background: #004399;
}
