/*
Theme Name: Custom Hello World
Author: Your Name
Description: Minimal theme showing Hello World
Version: 1.0
*/
:root {
  /* Accent Colors */
  --primary: #ffc300; /* Yellow */
  --secondary: #4dc7d2; /* Cyan */
  --tertiary: #39b4f7; /* Blue */

  /* Grayscale */
  --gray-5: #f2f2f2;
  --gray-10: #e5e5e5;
  --gray-15: #d9d9d9;
  --gray-20: #cccccc;
  --gray-25: #bfbfbf;
  --gray-30: #b2b2b2;
  --gray-40: #999999;
  --gray-45: #8c8c8c;
  --gray-50: #808080;
  --gray-60: #666666;
  --gray-70: #4d4d4d;
  --gray-75: #404040;
  --gray-80: #333333;
  --gray-85: #262626;
  --gray-90: #1a1a1a;
}

#wpadminbar {
  display: none;
}

/* fonts import */
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-black.ttf") format("truetype");
  font-weight: black;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-thin.ttf") format("truetype");
  font-weight: thin;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-medium.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c", sans-serif;
  src: url("../fonts/rounded-mplus-1c-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.header-nav a:hover,
.header-nav a:focus {
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

a[href^="tel:"] {
    color: white !important;
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
    text-decoration-color: transparent !important;
    border-bottom: none !important;
}

.footer-web-button {
  font-size: 12px;
  background-color: #ffc400;
  font-weight: bold;
  padding: 20px 20px;
}

.footer-line-button {
  font-size: 12px;
  background-color: #00b900;
  font-weight: bold;
  padding: 15px 35px;
}

.header-nav a.active,
.header-nav li.current-menu-item > a {
  color: #ffc400;
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.hidden-nav-item {
  display: none;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 99;
}

#vehicle-page .banner {
  max-width: 100%;
  height: 600px;
}

.icon img {
  width: 20px !important;
  margin-top: 3px !important;
}

.icon-enve img 
{
  width: 30px !important;
}

.icon .line-icon {
  width: 30px !important;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.plan-grid1 .case {
  /* margin-top: 0px !important; */
}

.plan-grid1 .sun-icon {
  /* margin-top: 0px !important; */
}

.contact {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.plan-grid svg:not(.twentyfour) {
  /* margin-top: 27px; */
}
.gallery-fake {
  display: none;
}

.common-banner-container {
  position: relative;

  .breadcrumbs-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 320px;
    left: 50px;
    column-gap: 2px;

    a,
    p {
      color: #666666;
    }

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

  .company-info-header {
    width: 338px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    z-index: 10;

    top: 100px;
    left: -10px;
    background: rgba(255, 255, 255, 0.5);

    h1 {
      font-weight: bold;
      font-size: 36px;

      span {
        font-size: 48px;
        text-shadow: var(--primary) 2px 5px;
      }
    }
  }

  .company-info-header1 {
    width: 485px;
    height: 80px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    z-index: 51;

    top: 100px;
    left: 40px;
    background: rgba(255, 255, 255, 0.5);

    h1 {
      font-weight: bold;
      font-size: 36px;

      span {
        font-size: 48px;
        text-shadow: var(--primary) 2px 5px;
      }
    }
  }

  .banner {
    width: 100vw;
    max-width: 2000px;
    height: 500px !important;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    overflow: hidden;
  }

  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .header-img {
    width: 60vw;
    max-width: 760px;
    height: 340px;
    max-height: 340px;
    position: absolute;
    right: 0;
    margin-top: 60px;
    z-index: 50;

    img {
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .header-img-flower {
    width: 160px;
    position: absolute;
    z-index: 10;
    right: -10px;
    top: 100%;
    transform: translateY(-75%);

    img {
      width: 100%;
      height: auto;
    }
  }
}

.contact-text {
  width: 70%;
  height: auto;
  display: block;
  margin-top: -32%; /* Negative margin moves it upward */
  left: 12%;
  position: absolute;
  z-index: 5; /* Make sure it's above swiper */
  color: white;
}

.contact-link-block {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -32%; /* Negative margin moves it upward */
  position: absolute;
  z-index: 5; /* Make sure it's above swiper */
  color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.contact-text h3 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-text p {
  font-size: 18px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px 0 16px;
  min-height: 60px;
}

.header-left{
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}

  #vehicle-page .company-info-header
  {
    top: 120px;
  }

.header-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #eee;
}
.footer-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #eee;
}

.header-titles {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.footer-titles {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  row-gap: 8px;
  margin-top: 10px;
}

.header-subtitle,
.footer-subtitle {
  font-size: 13px;
  color: #222;
  font-weight: 400;
}

.header-title,
.footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  margin-top: 2px;
  text-decoration: none;
}

.header-nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav a {
  color: #111;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.2s;
  padding-left: 30px;
}

.header-nav a:hover {
  color: #f7b500;
}

.header-nav .has-dropdown {
  position: relative;
}

.header-nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #eee;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 100;
  padding: 8px 0;
}

.header-nav .has-dropdown:hover .dropdown {
  display: block;
}

.header-nav .dropdown li {
  padding: 0;
}

.header-nav .dropdown a {
  display: block;
  padding: 8px 24px;
  color: #111;
  font-size: 0.95rem;
  white-space: nowrap;
}

.header-nav .dropdown a:hover {
  background: #ffe066;
  color: #222;
}

.header-right {
  margin-left: 24px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: left;
    padding-bottom: 100px;
}

.footer-links-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.footer-styling {
  /* padding-right: 60px; */
}
.reserve-btn {
  display: flex;
  align-items: center;
  background: #FFC300;
  color: #222;
  border: 2px dashed #fff;
  border-bottom-left-radius: 20px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 2px 0 var(--primary);
  transition: background 0.2s;
  position: absolute;
  padding: 20px 24px 20px 40px;
  top: 0;
  right: 0;
}

.reserve-btn:hover {
  background: #ffe066;
}

.reserve-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.reserve-text {
  font-weight: bold;
}

.header-nav {
  padding-right: 13%;
}

.header-nav .dropdown-arrow {
  display: inline-block;
  margin-left: 10px;
  color: rgb(0, 0, 0);
  font-size: 7px;
  vertical-align: middle;
  transition: transform 0.2s;
}

/* Optional: rotate arrow up when dropdown is open */
.has-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}


.homepage .swiper {
  margin-top: 3%;
  position: relative;
  padding: 40px 10px;
  z-index: 1;
}

.homepage .swiper-wrapper {
  overflow: visible !important;
}

/* Each slide */
.homepage .swiper-slide {
  display: flex;
  justify-content: center;
  width: 55%;
  align-items: center;
  text-align: center;
}

/* Image inside slider */
.homepage .swiper-slide img {
  max-width: 1000px;
  border-radius: 105px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 4;
}

.footer-info-row {
  display: flex !important;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
}

/* Banner image that overlaps slider */
.banner-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: -20px; /* Negative margin moves it upward */
  position: relative;
  z-index: 5; /* Make sure it's above swiper */
}

.cloud-banner {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1; /* Below the main banner image */
}

.pond-overlap {
  position: absolute;
  right: 18%;
  width: 40%;
  margin-top: -50px;
  max-width: 150px;
  height: auto;
  z-index: 10; /* Below the cloud banner */
}

.text-content {
  background-color: #f3ede7;
  text-align: center;
  height: 700px;
  position: relative;
}

.aboutus-text-content {
  background-color: #f3ede7;
  text-align: center;
  height: 550px;
  position: relative;
  margin-top: -10px;
}

.text-content p {
  font-size: 16px;
  line-height: 2.5;
  color: #333;
  margin: 20px auto;
  max-width: 800px;
}

.text-line {
  font-family: "jp font", sans-serif;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.pill-green {
  padding: 6px 16px;
  background: #fff;
  color: #00a9b7;
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
}

.pill-blue {
  padding: 6px 16px;
  background: #fff;
  color: rgb(12, 135, 184);
  border-radius: 50px;
  display: inline-block;
  white-space: nowrap;
}

.bold-text {
  font-weight: bold;
  font-size: 45px;
  margin-top: 10px;
  color: #333;
}

.cloud-one {
  width: 10%;
  position: absolute;
  z-index: 50;
  margin-top: -27%;
  margin-left: 14%;
}

.cloud-two {
  position: absolute;
  width: 13%;
  margin-left: 70%;
  margin-top: -27%;
  z-index: 50;
}

.custom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px auto;
  text-decoration: none;
  font-weight: medium;
  font-size: 16px;
  border-radius: 999px;
  width: fit-content;
  max-width: 90%;
  box-sizing: border-box;
  position: relative;
  color: black;
  transition: all 0.3s ease;
}

/* Button 1: Light Blue */
.lens-button {
  background-color: #3fd0e3;
  padding: 16px 24px;
}

/* Button 2: Yellow */
.calendar-button {
  background-color: #ffc300;
  padding: 16px 55px;
}

/* Inner white dotted border effect */
.custom-button::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  border: 2.5px dotted white;
  border-radius: 999px;
  pointer-events: none;
}

/* Icon */
.custom-button .icon {
  font-size: 18px;
}

/* Stack vertically */
.custom-button + .custom-button {
  margin-top: 16px;
}

.leaf {
  position: absolute;
  right: 15%;
  width: 40%;
  margin-top: -19%;
  max-width: 50px;
  height: auto;
  z-index: 10;
}

.aboutus2 {
  position: absolute;
  right: 10%;
  width: 18%;
  margin-top: -12%;
  height: auto;
  z-index: 10;
}

.shopping {
  position: absolute;
  left: 25%;
  width: 4%;
  margin-top: -22%;
  height: auto;
  z-index: 10;
}

.aboutus1 {
  position: absolute;
  left: 12%;
  width: 17%;
  margin-top: -17%;
  height: auto;
  z-index: 10;
}

.food {
  position: absolute;
  left: 25%;
  width: 8%;
  margin-top: -5%;
  height: auto;
  z-index: 10;
}

.bg-aboutus {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: -8%;
  display: block;
  position: relative;
  z-index: 25; /* Make sure it's above swiper */
}

.clock-yen-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-header {
  text-align: center;
  margin-bottom: 20px;
}

.pricing-header h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(15px, 4.5vw, 24px);
  font-weight: bold;
  margin-bottom: 2px;
}

.pricing-header .six {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: black;
  font-weight: bold;
  font-size: clamp(45px, 4.5vw, 24px);
  text-shadow: var(--primary) 2px 5px;
}

.pricing-header strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(18px, 4.5vw, 24px);
}

.clock,
.yen {
  margin-top: 3%;
}

.clock {
  padding-right: 15px;
}

.yen {
  padding-left: 15px;
}

.pricing-plans
{
    font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  position: relative;
}
.info-link-block {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  right: 4%;
  top: 50%;
  position: absolute;
}

.news-link-block {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin: auto;
  padding: 20px;
  position: relative;
}

.small-chat {
  position: absolute;
  top: -16%;
  right: 7%;
  width: 150px;
  height: auto;
  z-index: 10;
}

.pricing-header {
  margin-bottom: 20px;
}

.pricing-header h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(15px, 4.5vw, 24px);
  font-weight: bold;
  margin-bottom: 2px;
}

.pricing-header strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(18px, 4.5vw, 24px);
}

.plan-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 70px;
  gap: 35px;
}

.plan-grid1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 35px;
}

.fuji-mobile {
  display: none;
}

.plan-box {
  width: 29%;
  background-color: #288d8a;
  border-radius: 25px;
  padding: 15px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.plan-box.sun {
  background-color: #288d8a;
}

.plan-box.dawn {
  background-color: #288d8a;
}

.plan-box.all {
  background-color: #288d8a;
}

.plan-box.day1 {
  background-color: #168bff;
}

.plan-box.day2 {
  background-color: #168bff;
}

.plan-box.day3 {
  background-color: #168bff;
}

.plan-time {
  background: #999;
  color: #fff;
  display: inline-block;
  padding: 2px 50px;
  font-size: 16px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 0;
  margin-bottom: 10px;
  min-width: 110px;
  text-align: center;
  line-height: 1.8;
  vertical-align: middle;
}

.plan-time::before,
.plan-time::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  z-index: 1;
}

.plan-time::before {
  left: -16px;
  /* Two outward triangles (split tail) */
  background: linear-gradient(to top right, transparent 49%, #999 50%) top
      left/100% 50% no-repeat,
    linear-gradient(to bottom right, transparent 49%, #999 50%) bottom left/100%
      50% no-repeat;
  background-color: transparent;
  background-repeat: no-repeat;
}

.plan-time::after {
  right: -16px;
  /* Two outward triangles (split tail) */
  background: linear-gradient(to top left, transparent 49%, #999 50%) top
      right/100% 50% no-repeat,
    linear-gradient(to bottom left, transparent 49%, #999 50%) bottom right/100%
      50% no-repeat;
  background-color: transparent;
  background-repeat: no-repeat;
}

.plan-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.plan-desc {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.plan-price {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 34px;
  color: #e53935;
  font-weight: bold;
}

.plan-info {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
}

.plan-link {
  display: flex;
  justify-content: end;
  gap: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 2%;
  margin-right: 3%;
}
.plan-link1 {
  display: flex;
  justify-content: end;
  gap: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 8%;
}

/* Text with dotted underline */
.plan-text {
  position: relative;
}

.plan-text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #333;
}

.circle-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc400;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: normal; /* optional: makes arrow more balanced */
  padding-top: -10px; /* optional tweak to raise it 1px */
}


.home-car-header {
  font-size: 30px;
  font-weight: 900;
}

.home-car-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 15px;
}

.home-icon {
  width: 100%;
  height: auto;
  max-width: 44px;
  padding-right: 15px;
}

.car {
  width: 100%;
  height: auto;
  max-width: 55px;
  padding-left: 15px;
}

.twin-city {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 50px;
}
.twin-city img {
  width: 100%;
}

.blue-slash-text {
  color: var(--secondary);
  font-size: 30px;
  font-weight: bold;
}

.blue-slash-text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.blue-slash1 {
  padding-right: 13px;
}

.blue-slash2 {
  padding-left: 13px;
}

.bg-news {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 5; /* Make sure it's above swiper */
}

.news-wrapper {
  background: #f1f1f1;
  padding-bottom: 75px;
}

.news-section {
  font-family: "M PLUS Rounded 1c", sans-serif;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

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

.news-header h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.news-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-thumb {
  width: 80px;
  height: 80px;
  background: #ccc;
  border-radius: 8px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  flex-shrink: 0;
}

.news-content {
  flex: 1;
  text-align: left;
}

.news-date {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  color: #888;
}

.news-tag {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  background: #eee;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 4px;
  color: #555;
}

.news-desc {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  margin-top: 6px;
  color: #333;
}

.news-desc a {
  text-decoration: none;
  color: #000;
}

.gallery-section {
  display: block;
  position: relative;
  padding-bottom: 190px;
  text-align: center;
  background-color: #eee;
}

.gallery-section1 {
  display: block;
  position: relative;
  padding-bottom: 60px;
  text-align: center;
}

.gallery {
  width: 70%;
  height: auto;
  margin: 0 auto;
  border-radius: 65px;
}

.white-slash-text {
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.white-slash-text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  margin-top: -20%;
}

.gallery-button-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px; /* spacing between buttons */
  flex-wrap: wrap; /* allows wrapping on small screens */
}

.gallery-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: medium;
  font-size: 16px;
  border-radius: 50px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  color: black;
  transition: all 0.3s ease;
  position: relative;
  width: 50%;
}



/* Button 1: Light Blue */
.line-button {
  font-weight: bold;
  background-color: #00b900;
  padding: 20px 73px;
}

/* Button 2: Yellow */
.web-button {
  background-color: #ffc400;
  font-weight: bold;
  padding: 20px 55px;
}

/* Inner white dotted border effect */
.gallery-button::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  border: 2.5px dotted white;
  border-radius: 50px;
  pointer-events: none;
}

/* Icon */
.gallery-button .icon {
  font-size: 18px;
}

.footer-buttons {
  display: flex;
  flex-direction: column;
}

.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: medium;
  font-size: 16px;
  border-radius: 999px;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  color: black;
  transition: all 0.3s ease;
  position: relative;
}

/* Inner white dotted border effect */
.footer-button::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  border: 2.5px dotted white;
  border-radius: 999px;
  pointer-events: none;
}

/* Icon */
.footer-button .icon {
  font-size: 18px;
}

.footer-button + .footer-button {
  margin-top: 16px;
}

.contact-link-block {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: absolute;
  margin-top: -29%;
}

.contact-wrapper {
  text-align: center;
}

.contact-link-block p {
  font-size: 12px;
  margin-bottom: 10px;
}

.contact-link-block p .tel {
  font-size: 21px;
}

.contact-link-block p .phone-number {
  font-size: 38px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: medium;
  font-size: 16px;
  border-radius: 999px;
  width: fit-content;
  max-width: 90%;
  box-sizing: border-box;
  position: relative;
  color: rgb(10, 177, 219);
  background-color: white;
  transition: all 0.3s ease;
  padding: 20px 60px 20px 60px;
}

/* Inner white dotted border effect */
.contact-link::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  border: 2px dashed var(--secondary);
  border-radius: 999px;
  pointer-events: none;
}

/* Icon */
.contact-link .icon {
  font-size: 18px;
  font-weight: bold;
  color: var(--secondary);
}

/* Optional icon styling */
.contact-link .icon {
  font-size: 18px;
  line-height: 1;
}

.slope {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -10%;
  position: relative;
  z-index: 5;
}

.footer-links {
  line-height: 2.2;
  a {
    color: black;
    text-decoration: none;
  }
}

.dot {
  color: #3fbeda;
  width: 8px;
  margin-right: 5px;
  background-color: transparent !important;
}

.footer-divider {
  color: gray;
}

/* what is slope rental cars */
#what-is-slope-section .about-page {
  display: flex;
}

#what-is-slope-section .about-header {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

#what-is-slope-section .aboutus-couple {
width: 85%;
    height: auto;
    margin: 5% 0 0 0;
    display: block;
    position: relative;
    border-radius: 80px;
    z-index: 1;
}

#what-is-slope-section .wheelchair {
    width: 40%;
    height: auto;
    margin: -12% 0 0 54%;
    display: block;
    position: absolute;
    border-radius: 50px;
    z-index: 10;
}

#what-is-slope-section .curve-text {
  width: 50%;
  height: auto;
  z-index: 5;
  margin-left: 60%;
}

#what-is-slope-section .curve-dot {
  width: 65%;
  height: auto;
  z-index: 10;
  margin-top: -22px;
  margin-left: 60%;
}
#what-is-slope-section .jp-outline {
  position: absolute;
  top: 25%;
  left: -43%;
  z-index: 2; /* Below the image */
}

#what-is-slope-section .jp-yellow-black {
  position: absolute;
  top: 35%;
  left: -44%;
  z-index: 2; /* Below the image */
}

#what-is-slope-section .jp-outline {
font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: rgb(248, 242, 242);
    -webkit-text-stroke: #111 2px;
    z-index: 5;
    margin-left: 56%;
}

#what-is-slope-section .jp-yellow-black {
display: inline-flex;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #FFDE41;
    z-index: 5;
    -webkit-text-stroke: 1.5px #000;
    margin-left: 56%;
}

#what-is-slope-section .about-text-wrapper {
  max-width: 500px; /* or any suitable width */
  margin: 0 auto; /* centers the block */
  padding: 40px 20px;
  text-align: left; /* keeps text left-aligned inside */
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}

#what-is-slope-section .bg_aboutus02 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  margin-top: -22%;
}

/* #what-is-slope-section .fuji-block-wrapper {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 16px;
  z-index: 10;
  flex-wrap: wrap;
} */

#what-is-slope-section .red-flower {
  position: absolute;
  right: 10%;
  top: 4%;
  width: 13%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .half-tree {
  position: absolute;
  left: 8%;
  top: 68%;
  width: 13%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .fuji-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  border-radius: 999px;
  max-width: 100%;
  box-sizing: border-box;
  color: black;
  transition: all 0.3s ease;
  position: relative;
}

#what-is-slope-section .fuji-button::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  border: 2.5px dotted white;
  border-radius: 999px;
  pointer-events: none;
}

/* Icon */
#what-is-slope-section .fuji-button .icon {
  font-size: 18px;
}

#what-is-slope-section .underline-text {
  font-weight: bold;
  text-decoration: underline;
  font-size: 25px;
  text-align: left;
}

#what-is-slope-section .aboutus-text-content h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}

#what-is-slope-section .aboutus-text-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-top: 10px;
  text-align: left;
}

#what-is-slope-section .about-leaf {
  position: absolute;
  left: 30%;
  width: 3%;
  margin-top: -10%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .sent-image {
  position: absolute;
  left: 20%;
  width: 13%;
  margin-top: -5%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .aboutus2-1 {
  position: absolute;
  left: 67%;
  width: 16%;
  margin-top: -10%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .about-blue-slash-text {
  color: rgb(11, 225, 236);
  font-size: 45px;
  font-weight: bold;
  -webkit-text-stroke: #000 1px;
}

#what-is-slope-section .fuji-text {
  font-size: 45px;
  font-weight: bold;
  color: rgb(9, 219, 222);
  -webkit-text-stroke: #000 1px;
  margin-top: 30px;
}

#what-is-slope-section .fuji-desk {
  width: 70%;
  /* height: 600px; */
  border-radius: 80px;
  margin-top: 7%;
}

#what-is-slope-section .cloud {
  position: absolute;
  left: 15%;
  width: 8%;
  margin-top: -9%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .cloud1 {
  position: absolute;
  left: 70%;
  width: 7%;
  margin-top: -18%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .pushing-wheelchair {
  position: absolute;
  left: 20%;
  width: 13%;
  margin-top: -19%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .enjoy-outing {
  margin-top: 100px;
  /* height: 1050px; */
}

#what-is-slope-section .peeing-bird {
  position: absolute;
  left: 75%;
  width: 15%;
  margin-top: -25%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .old-couple {
  position: absolute;
  left: 18%;
  width: 19%;
  margin-top: 5%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .dessert {
  position: absolute;
  left: 45%;
  width: 15%;
  margin-top: 10%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .happy-girl {
  position: absolute;
  left: 67%;
  width: 18%;
  margin-top: 5%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .happy-wheel {
  position: absolute;
  left: 29%;
  width: 17%;
  margin-top: 27%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .family {
  position: absolute;
  left: 55%;
  width: 20%;
  margin-top: 25%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .flower {
  position: absolute;
  left: 70%;
  width: 13%;
  margin-top: 35%;
  height: auto;
  z-index: 20;
}

#what-is-slope-section .pond1 {
  position: absolute;
  left: 10%;
  width: 9%;
  margin-top: 21%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .blue-car {
  position: absolute;
  left: 16%;
  width: 8%;
  margin-top: 32%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .leaves {
  position: absolute;
  left: 83%;
  width: 7%;
  margin-top: 16%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .butterfly {
  position: absolute;
  left: 85%;
  width: 1.5%;
  margin-top: 25%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .shopping1 {
  position: absolute;
  left: 87%;
  width: 5.5%;
  margin-top: 37%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .image-salad p {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-shadow: #000 1px 1px 2px;
  text-align: center;
  position: absolute;
  margin-top: -40%;
  left: 25%;
  z-index: 15;
}

#what-is-slope-section .d4-block p {
  left: 30%;
}
#what-is-slope-section .d3-block p {
  margin-top: -40%;
}

#what-is-slope-section .image-salad img {
  border-radius: 30px;
}

#what-is-slope-section .d1-block {
  position: absolute;
  left: 31%;
  width: 8%;
  margin-top: 16%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .d2-block {
  position: absolute;
  left: 55%;
  width: 8%;
  margin-top: 19%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .d3-block {
  position: absolute;
  left: 79%;
  width: 8%;
  margin-top: 2%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .d4-block {
  position: absolute;
  left: 43%;
  width: 8%;
  margin-top: 34%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .d5-block {
  position: absolute;
  left: 69%;
  width: 8%;
  margin-top: 23%;
  height: auto;
  z-index: 10;
}

#what-is-slope-section .button-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 150px auto;
  padding: 0 20px;
}

#what-is-slope-section .info-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00a5af;
  color: white;
  text-shadow: #000 1px 1px 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 999px;
  padding: 16px 24px;
  position: relative;
  transition: background-color 0.3s ease;
}

#what-is-slope-section .info-button:hover {
  background-color: #008a92;
}

#what-is-slope-section .btn-text {
  flex: 1;
  text-align: center;
}

#what-is-slope-section .icon-circle {
  width: 27px;
  height: 27px;
  background-color: white;
  color: #00a5af;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#what-is-slope-section .icon-circle i {
  font-size: 12px;
}


@media (min-width: 1401px) and (max-width: 2560px) {
  #what-is-slope-section .fuji-section {
  display: block;
  position: relative;
  text-align: center;
  background: #f3ede7;
  /* height: 980px; */
  margin-bottom: -23px;
}

#vehicle-page .company-info-header
{
  /* top: 120px !important; */
}

#what-is-slope-section .jp-outline
{
  top: 220px;
}

#what-is-slope-section .curve-text
{
  top: 120px;
}

#what-is-slope-section .jp-yellow-black
{
  top: 300px;
}


  .homepage .swiper-slide {
    display: flex;
    justify-content: center;
    width: 45% !important;
    align-items: center;
    text-align: center;
  }

  .gallery-section1
{
  /* height: 700px; */
}
}

#what-is-slope-section .button-grid
{
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 90px auto;
    padding: 0 20px;
}

  #what-is-slope-section .about-blue-slash-text
  {
    display: flex;
    justify-self: center;
    margin: 0 auto;
    width: 40%;
  }

  #what-is-slope-section .d2-block
  {
    margin-top: 17%;
  }

  #what-is-slope-section .fuji-text
  {
    width: 35%;
  }

  #what-is-slope-section .red-flower
  {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 13%;
    height: auto;
    z-index: 10;
  }

  .gallery-button-block
  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  /* Image inside slider */
  .homepage .swiper-slide img {
    max-width: 820px;
    border-radius: 105px;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 4;
    #what-is-slope-section .red-flower {
      top: 15%;
    }
    #what-is-slope-section .about-blue-slash-text {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      width: 55%;
    }
    #what-is-slope-section .fuji-section {
      /* height: 950px !important; */
    }
    #what-is-slope-section .button-grid {
      margin: 10px auto;
      max-width: 1200px;
      padding: 0;
    }

/* .gallery-section
{
  height: 750px;
} */
  .gallery-section1
  {
    /* height: 650px; */
  }

    #what-is-slope-section .enjoy-outing {
      /* height: 1150px; */
    }
    .gallery-button-block {
      /* margin-top: -300px; */
    }
    #what-is-slope-section .image-salad p {
      margin-top: -55%;
      left: 26%;
    }

    .d1,
    .d2,
    .d3,
    .d4,
    .d5 {
      width: 85%;
    }

    #what-is-slope-section .d4-block p {
      left: 40%;
    }
    #what-is-slope-section .d3-block p {
      left: 30%;
      margin-top: -55%;
    }
  #what-is-slope-section .gallery-section {
    /* height: 690px; */
  }
}

@media (max-width: 1024px) {
  .plan-grid {
    padding: 0 20px;
  }
  .header-nav {
    padding-top: 2%;
    padding-right: 0;
  }

  .header-inner
  {
    display: block;
  }
  /* #what-is-slope-section .fuji-block-wrapper {
    left: 58%;
    top: 55%;
  } */
  .footer-info {
    gap: 0;
  }

#vehicle-page .company-info-header
{
  /* top: 350px !important;
  left: 300px; */
}

  #what-is-slope-section .fuji-desk
  {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  #what-is-slope-section .about-blue-slash-text
  {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
/* 
  .line-button {
    padding: 16px 82px;
  } */

  #what-is-slope-section .pushing-wheelchair {
    left: 1%;
    width: 17%;
    margin-top: -42%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .about-leaf {
    display: none;
  }

  #what-is-slope-section .sent-image {
    left: 3%;
    width: 15%;
    margin-top: -10%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .cloud {
    left: 4%;
    width: 10%;
    margin-top: -20%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .peeing-bird {
    left: 70%;
    width: 20%;
    margin-top: -40%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .old-couple {
    left: 5%;
    width: 30%;
    margin-top: 5%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .happy-girl {
    left: 67%;
    width: 25%;
    margin-top: 5%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d1,
  #what-is-slope-section .d2,
  #what-is-slope-section .d3,
  #what-is-slope-section .d4,
  #what-is-slope-section .d5 {
    height: auto;
    max-width: 100%;
  }

  #what-is-slope-section .d1-block {
    margin-left: -50px !important;
    width: 12%;
    margin-top: 20%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .image-salad p {
    font-size: 15px;
    max-width: 100%;
    margin-top: -40%;
  }

  #what-is-slope-section .dessert {
    left: 40%;
    width: 22%;
    margin-top: 10%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d2-block {
    right: 20%;
    width: 12%;
    margin-top: 23%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d3-block {
    width: 12%;
    margin-top: -4px;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d4-block {
    width: 12%;
    margin-top: 45%;
    height: auto;
    z-index: 10;
    max-width: 100%;
    margin-left: -35px;
  }

  #what-is-slope-section .d5-block {
    width: 12%;
    margin-top: 30%;
    height: auto;
    z-index: 10;
    max-width: 100%;
    left: 77%;
  }

  #what-is-slope-section .happy-wheel {
    left: 20%;
    width: 25%;
    margin-top: 35%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .family {
    width: 30%;
    margin-top: 33%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .flower {
    left: 75%;
    width: 17%;
    margin-top: 45%;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .enjoy-outing {
    /* height: 750px; */
  }

  #what-is-slope-section .blue-car {
    left: 3%;
    width: 10%;
    margin-top: 45%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  /* #vehicle-page .company-info-header
  {
    top: 120px !important;
  } */
  #what-is-slope-section .half-tree {
    top: 55%;
    left: 12%;
  }

  #what-is-slope-section .about-blue-slash-text {
    margin: 0 auto;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .gallery-button-block {
    /* margin-top: -15%; */
  }
  #what-is-slope-section .curve-text {
    top: 0;
    margin-top: 60px;
  }
  #what-is-slope-section .jp-yellow-black {
    top: 0;
    margin-top: 350px;
  }
  #what-is-slope-section .jp-outline {
    top: 0;
    /* margin-top: 250px; */
  }
  .homepage .swiper-slide img {
    width: 95%;
    max-width: 900px !important;
  }
  .slope {
    margin-top: -8%;
  }

  .cloud-banner {
    top: 40%;
  }

  .cloud-one {
    width: 10%;
    position: absolute;
    z-index: 50;
    margin-top: -27%;
    margin-left: 14%;
  }

  .cloud-two {
    position: absolute;
    width: 13%;
    margin-left: 70%;
    margin-top: -27%;
    z-index: 50;
  }
  .bold-text {
    font-size: 42px;
  }

.gallery-section
{
  /* height: 550px; */
}

  .aboutus1 {
    width: 20%;
    left: 5%;
    margin-top: -19%;
  }

  .shopping {
    left: 20%;
    margin-top: -25%;
  }

  .text-content p {
    font-size: 20px;
  }

  .gallery-section1{
    /* height: 500px; */
  }
  #what-is-slope-section .fuji-text {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  /* #what-is-slope-section .fuji-block-wrapper {
    top: 75%;
    margin-top: 0 !important;
  } */
  #what-is-slope-section .enjoy-outing {
    /* height: 800px; */
  }
  #what-is-slope-section .image-salad p {
    margin-top: -55%;
  }

  #what-is-slope-section .d4-block {
    left: 39%;
  }
  #what-is-slope-section .d4-block p {
    left: 45%;
  }

  #what-is-slope-section .red-flower {
    top: 15%;
  }

  #what-is-slope-section .d3-block p {
    left: 28%;
    margin-top: -58%;
  }
  #what-is-slope-section .d1-block p {
    left: 28%;
  }
  #what-is-slope-section .pushing-wheelchair {
    width: 18%;
    left: 12%;
    margin-top: -28%;
  }

  #what-is-slope-section .aboutus2-1 {
    width: 20%;
    left: 70%;
  }
  #what-is-slope-section .sent-image {
    margin-top: -4%;
    left: 16%;
  }

  #what-is-slope-section .about-leaf {
    margin-top: -8%;
    left: 27%;
  }

  #what-is-slope-section .fuji-section {
    /* height: 860px !important; */
  }
}

/* @media (max-width: 1366px) {
.gallery-button-block{
  margin-top: -180px;
}
.gallery-section
{
  height: 450px;
}
} */

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .aboutus-images
  {
    margin-right: 10%;
  }
  /* #what-is-slope-section .aboutus-couple {
    width: 95%;
  } */

  #what-is-slope-section .jp-yellow-black {
    top: 0;
    margin-top: 350px;
    left: -50%;
    font-size: 48px;
  }

  #what-is-slope-section .jp-outline {
    top: 0;
    margin-top: 250px;
    left: -50%;
  }

  .fuji-section {
    /* height: 770px !important; */
    position: relative;
  }

  #what-is-slope-section .half-tree {
    top: 75%;
  }

  #what-is-slope-section .red-flower {
    top: 5%;
  }

  /* #what-is-slope-section .fuji-block-wrapper {
    left: 57% !important;
    top: 65% !important;
  } */

  #what-is-slope-section .curve-text {
    width: 70%;
    top: 0;
    margin-left: 55%;
  }

  #what-is-slope-section .cloud1 {
    left: 75%;
    width: 10%;
    margin-top: -22%;
  }

  #what-is-slope-section .aboutus2-1 {
    left: 78%;
    margin-top: -8%;
    width: 20%;
  }

  #what-is-slope-section .fuji-text {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 50px auto 50px auto;
  }
/* #what-is-slope-section .wheelchair {
        position: absolute;
        width: 50%;
        right: -9%;
        bottom: -24%;
} */
  .homepage .swiper-slide img {
    width: 100%;
  }
  .gallery-button-block
  {
    /* margin-top: -150px; */
  }
  .twin-city img
  {
    width: 100%;
  }
  #what-is-slope-section .button-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 55px auto;
  }
  .gallery-section1 {
    /* height: 350px; */
  }

  .gallery-section
  {
    padding-bottom: 100px;
    /* height: 400px; */
  }

  .shopping {
    width: 8%;
    margin-top: -47%;
    left: 4%;
  }
  .pond-overlap
  {
    right: 1%;
    margin-top: -35px;
    width: 13%;
  }
  .bold-text
  {
    font-size: 35px;
  }

  .aboutus1 {
    width: 20%;
    left: 1%;
    margin-top: -15%;
  }
  .clock,
  .yen {
    margin-top: 6%;
  }
  .food
  {
    margin-top: 0;
  }
  .leaf
  {
    margin-top: -25%;
    right: 10%;
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  #what-is-slope-section .button-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== TABLET STYLES (768px - 1023px) ===== */
@media (min-width: 768px) and (max-width: 1023x) {
  /* Global overflow prevention for tablet */
  html,
  body {
    /* overflow-x: hidden; */
    width: 100%;
    max-width: 100vw;
  }

  

  .swiper-slide img
  {
    border-radius: 65px;
  }

  .contact-wrapper {
    margin-left: -70px;
  }

  .slope {
    margin-top: -8%;
  }

  .contact-text {
    margin-top: -285px;
    left: 3%;
  }

  /* Fix decorative elements on tablet */
  .leaf {
    width: 7%;
    right: 10%;
  }

  .aboutus2 {
    width: 38%;
    top: 75%;
    left: 50%;
  }

  .shopping {
    width: 8%;
    left: 8%;
    margin-top: -350px;
    z-index: 30;
  }

  .aboutus1 {
    width: 37%;
    left: 5%;
    top: 80%;
  }

  /* .reserve-btn {
    position: absolute;
    left: 75%;
    top: 20px;
  } */

  .food {
    width: 15%;
    left: 10%;
    top: 40%;
  }

  .small-chat {
    display: none;
  }

  .banner-image {
    margin-top: -15px;
    max-width: 100%;
  }

  .cloud-banner {
    top: 22%;
    width: 95%;
    left: 2.5%;
    max-width: 100%;
  }

  .gallery-fake {
    display: none;
  }

  .pond-overlap {
    right: 2%;
    width: 15%;
    margin-top: -30px;
  }

  .clock,
  .yen {
    margin-top: 7%;
  }

  .text-content {
    height: 750px;
  }
  .aboutus-text-content {
    height: 430px;
    margin-top: -5%;
    max-width: 100%;
    overflow: hidden;
  }

  .twin-city img {
    width: 100%;
  }

  .text-line {
    font-size: 18px;
    padding: 0 15px;
    max-width: 100%;
  }

  .bold-text {
    font-size: 24px;
    padding: 0 15px;
    max-width: 100%;
  }

  .text-content p {
    font-size: 15px;
    padding: 0 20px;
    max-width: 100%;
  }
/* 
  #what-is-slope-section .aboutus-couple {
    width: 65%;
    margin: 5% 0 0 10%;
    max-width: 100%;
  } */

  #what-is-slope-section .bg_aboutus02 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    /* margin-top: -33%; */
    max-width: 100%;
  }

  #what-is-slope-section .fuji-desk {
    width: 90%;
    height: auto;
    border-radius: 65px;
    margin-top: 10%;
    max-width: 100%;
  }

  /* #what-is-slope-section .wheelchair {
    width: 40%;
    margin: -10% 0 0 55%;
    max-width: 100%;
  } */

  #what-is-slope-section .jp-outline {
    font-size: 32px;
    margin-left: 49%;
    margin-top: -5%;
    max-width: 100%;
  }

  #what-is-slope-section .jp-yellow-black {
    font-size: 45px;
    margin-left: 49%;
    max-width: 100%;
    top: 0;
    margin-top: -55%;
  }

  #what-is-slope-section .curve-text,
  #what-is-slope-section .curve-dot {
    padding-top: 3%;
    max-width: 100%;
  }

  #what-is-slope-section .curve-text {
    width: 75%;
    margin-left: 15%;
    max-width: 100%;
    margin-top: 30%;
  }

  #what-is-slope-section .curve-dot {
    width: 90%;
    padding-top: 3%;
    margin-left: 8%;
    max-width: 100%;
  }

  #what-is-slope-section .button-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 15px;
    max-width: 100%;
    margin-top: 80px;
  }

  #what-is-slope-section .fuji-text {
    font-size: 40px;
    color: var(--secondary);
  }

  /* #what-is-slope-section .fuji-block-wrapper {
    display: flex;
    flex-wrap: nowrap;
    top: 80% !important;
    left: 50% !important;
    max-width: 100%;
  } */

  #what-is-slope-section .fuji-section {
    /* height: 530px !important; */
    max-width: 100%;
    overflow: hidden;
  }

  #what-is-slope-section .fuji-button {
    flex: 1;
    max-width: 250px;
    min-width: 250px;
    padding: 16px 40px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 999px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
  }

  #what-is-slope-section .fuji-button::before {
    content: "";
    position: absolute;
    inset: 2px;
    border: 3px dotted white;
    border-radius: 999px;
    pointer-events: none;
  }

  #what-is-slope-section .fuji-button .icon {
    font-size: 16px;
  }

  /* Fix about page decorative elements on tablet */
  #what-is-slope-section .pushing-wheelchair {
    left: -1%;
    width: 17%;
    margin-top: -42%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .about-leaf {
    display: none;
  }

  #what-is-slope-section .sent-image {
    left: 3%;
    width: 15%;
    margin-top: -10%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .cloud {
    left: 4%;
    width: 10%;
    margin-top: -20%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .peeing-bird {
    left: 70%;
    width: 20%;
    margin-top: -40%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .old-couple {
    left: 5%;
    width: 30%;
    margin-top: 5%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .happy-girl {
    left: 67%;
    width: 25%;
    margin-top: 5%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d1,
  #what-is-slope-section .d2,
  #what-is-slope-section .d3,
  #what-is-slope-section .d4,
  #what-is-slope-section .d5 {
    height: auto;
    max-width: 100%;
  }

  #what-is-slope-section .d1-block {
    margin-left: -50px !important;
    width: 12%;
    margin-top: 20%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .image-salad p {
    font-size: 15px;
    max-width: 100%;
    margin-top: -40%;
  }

  #what-is-slope-section .dessert {
    left: 40%;
    width: 22%;
    margin-top: 10%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d2-block {
    right: 20%;
    width: 12%;
    margin-top: 23%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d3-block {
    width: 12%;
    margin-top: -4px;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .d4-block {
    width: 12%;
    margin-top: 45%;
    height: auto;
    z-index: 10;
    max-width: 100%;
    margin-left: -35px;
  }

  #what-is-slope-section .d5-block {
    width: 12%;
    margin-top: 30%;
    height: auto;
    z-index: 10;
    max-width: 100%;
    left: 77%;
  }

  #what-is-slope-section .happy-wheel {
    left: 20%;
    width: 25%;
    margin-top: 35%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .family {
    width: 30%;
    margin-top: 33%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .flower {
    left: 75%;
    width: 17%;
    margin-top: 45%;
    height: 10%;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .enjoy-outing {
    /* height: 610px; */
  }

  #what-is-slope-section .blue-car {
    left: 3%;
    width: 10%;
    margin-top: 45%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  .gallery {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 65px;
    max-width: 100%;
  }

  .white-slash-text-block {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin-top: -25%;
  }

  .gallery-section1 {
    display: block;
    position: relative;
    text-align: center;
    /* height: 400px; */
    /* margin-bottom: -23px; */
  }

  .gallery-section {
    display: block;
    position: relative;
    text-align: center;
    /* height: 390px; */
    margin-bottom: -23px;
  }

  #what-is-slope-section .pond1 {
    margin-left: -10%;
    width: 12%;
    margin-top: 30%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .cloud1 {
    left: 85%;
    width: 8%;
    margin-top: -29%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .aboutus2-1 {
    left: 75%;
    width: 20%;
    margin-top: -20%;
    height: auto;
    z-index: 10;
    max-width: 100%;
  }

  #what-is-slope-section .about-text-wrapper .underline-text {
    font-size: 20px;
    max-width: 100%;
  }

  #what-is-slope-section .about-text-wrapper h3 {
    font-size: 25px;
    max-width: 100%;
  }

  #what-is-slope-section .about-text-wrapper p {
    font-size: 14px;
    max-width: 100%;
  }

  #what-is-slope-section .half-tree {
    left: 0%;
    top: 79%;
    max-width: 100%;
  }

  #what-is-slope-section .red-flower {
    right: 0%;
    top: 25%;
    max-width: 100%;
  }
}

/* ===== MOBILE STYLES (max-width: 767px) ===== */
@media (max-width: 767px) {
  /* Global overflow prevention for mobile */
  html,
  body {
    /* overflow-x: hidden; */
    width: 100%;
    max-width: 100vw;
  }

  .cloud-one {
    display: none;
  }

  .cloud-two {
    display: none;
  }

  * {
    max-width: 100vw;
    box-sizing: border-box;
  }

  .gallery-fake {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 45px;
  }

  /* Keep decorative elements visible but constrain their positioning */
  .shopping,
  .food {
    /* Remove display: none - keep them visible */
    max-width: 15% !important;
    width: auto !important;
    height: auto !important;
    /* Constrain positioning to prevent overflow */
    left: auto !important;
    right: auto !important;
    position: absolute !important;
    z-index: 10;
  }

  #back-to-top img {
    width: 60px !important;
    height: 60px !important;
    display: block;
  }

  /* Specific positioning for decorative elements to prevent overflow */
  .leaf {
    top: 75%;
    right: 12% !important;
    width: 12% !important;
    max-width: 40px !important;
  }

  .aboutus1 {
    left: 5% !important;
    width: 55% !important;
    top: 65%;
  }

  /* Fix small chat positioning */
  .small-chat {
    display: none;
  }

  #what-is-slope-section .bg_aboutus02 {
    /* top: -10px; */
  }

  #what-is-slope-section .fuji-button {
    font-size: 12px;
    font-weight: bold;
    border-radius: 999px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    padding: 15px 55px;
  }

  #what-is-slope-section .gallery-button {
    font-size: 11px;
    font-weight: bold;
    border-radius: 999px;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
  }

  #what-is-slope-section .fuji-button::before,
  .gallery-button::before {
    content: "";
    position: absolute;
    inset: 1.5px;
    border: 2.5px dotted white;
    border-radius: 999px;
    pointer-events: none;
  }

  #what-is-slope-section .fuji-button .icon,
  .gallery-button .icon {
    font-size: 12px;
  }

  .footer-logo-address p {
    font-size: 13px;
  }

  .contact-block {
    position: relative;
    /* height: 930px; */
  }

  /* Fix banner elements */
  .banner-image {
    /* margin-top: -10px; */
    max-width: 100%;
  }

  .cloud-banner {
    display: none;
  }

  .pond-overlap {
    display: none;
  }

  .plan-grid svg:not(.twentyfour) {
    /* margin-top: 8% !important; */
  }

  /* Fix about page elements */
  /* #what-is-slope-section .aboutus-couple {
    width: 75% !important;
    right: 20%;
    margin-top: 10px;
    border-radius: 40px;
  } */

  /* #what-is-slope-section .wheelchair {
    width: 45% !important;
    max-width: 100%;
    border-radius: 20px;
    margin-top: -25px;
  } */

  .header-logo,
  .footer-logo {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #eee;
  }

  .header-subtitle,
  .footer-subtitle {
    font-size: 10px;
    color: #222;
    font-weight: 400;
  }

  .header-title,
  .footer-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #111;
    margin-top: 2px;
  }

  #what-is-slope-section .about-header {
    height: 500px;
  }

  /* Keep about page decorative elements visible but constrain positioning */
  #what-is-slope-section .cloud,
  #what-is-slope-section .cloud1,
  #what-is-slope-section .aboutus2-1,
  #what-is-slope-section .pushing-wheelchair,
  #what-is-slope-section .sent-image,
  #what-is-slope-section .about-leaf,
  #what-is-slope-section .peeing-bird,
  #what-is-slope-section .leaves,
  #what-is-slope-section .butterfly,
  #what-is-slope-section .shopping1,
  #what-is-slope-section .d2-block,
  #what-is-slope-section .d3-block,
  #what-is-slope-section .d4-block,
  #what-is-slope-section .d5-block {
    max-width: 15% !important;
    width: auto !important;
    height: auto !important;
    left: auto !important;
    right: auto !important;
    position: absolute !important;
    z-index: 10;
  }

  /* Specific positioning for about page decorative elements */
  #what-is-slope-section .cloud {
    left: 2% !important;
    width: 8% !important;
    max-width: 30px !important;
  }

  #what-is-slope-section .cloud1 {
    right: 2% !important;
    width: 7% !important;
    max-width: 25px !important;
  }

  #what-is-slope-section .aboutus2-1 {
    right: 5% !important;
    width: 12% !important;
    max-width: 40px !important;
  }

  #what-is-slope-section .pushing-wheelchair,
  .about-leaf,
  .sent-image,
  .aboutus2-1,
  .peeing-bird {
    display: none !important;
  }

  #what-is-slope-section .sent-image {
    left: 3% !important;
    width: 10% !important;
    max-width: 35px !important;
  }

  #what-is-slope-section .about-leaf {
    left: 8% !important;
    width: 3% !important;
    max-width: 15px !important;
  }

  #what-is-slope-section .peeing-bird {
    right: 3% !important;
    width: 12% !important;
    max-width: 40px !important;
  }

  #what-is-slope-section .red-flower {
    right: 1% !important;
    width: 100px !important;
    margin-top: -30px !important;
    z-index: 30;
  }

  #what-is-slope-section .half-tree {
    left: 1% !important;
    margin-top: 10px;
    width: 100px !important;
  }

  #what-is-slope-section .old-couple {
    left: 2% !important;
    width: 45% !important;
  }

  #what-is-slope-section .dessert {
    left: 53% !important;
    width: 45% !important;
  }

  #what-is-slope-section .happy-girl {
    width: 48% !important;
    margin-left: -280px;
    margin-top: 230px;
  }

  #what-is-slope-section .happy-wheel {
    left: 52% !important;
    width: 190px !important;
    height: 120px;
    margin-top: 320px;
  }

  #what-is-slope-section .family {
    left: 12% !important;
    width: 50% !important;
    margin-top: 500px;
  }

  #what-is-slope-section .flower {
    width: 40% !important;
    margin-left: -100px;
    margin-top: 580px;
  }

  #what-is-slope-section .pond1 {
    left: 65% !important;
    width: 20% !important;
    margin-top: 250px;
  }

  #what-is-slope-section .blue-car {
    left: 10% !important;
    width: 25% !important;
    margin-top: 410px;
  }

  #what-is-slope-section .leaves {
    right: 1% !important;
    width: 6% !important;
    max-width: 20px !important;
  }

  #what-is-slope-section .butterfly {
    right: 2% !important;
    width: 1.5% !important;
    max-width: 8px !important;
  }

  #what-is-slope-section .shopping1 {
    right: 1% !important;
    width: 4% !important;
    max-width: 15px !important;
  }

  #what-is-slope-section .image-salad p {
    font-size: 8px;
    margin-top: -45%;
  }

  #what-is-slope-section .d4-block p {
    left: 33%;
  }

  #what-is-slope-section .d1-block,
  #what-is-slope-section .d2-block,
  #what-is-slope-section .d3-block,
  #what-is-slope-section .d4-block,
  #what-is-slope-section .d5-block {
    width: 15% !important;
  }

  #what-is-slope-section .d1-block {
    left: 30% !important;
    margin-top: 120px;
  }

  #what-is-slope-section .d2-block {
    left: 84% !important;
    margin-top: 170px;
  }

  #what-is-slope-section .d3-block {
    right: 48% !important;
    margin-top: 210px;
  }

  #what-is-slope-section .d4-block {
    left: 85% !important;
    margin-top: 430px;
  }

  #what-is-slope-section .d5-block {
    right: 31% !important;
    margin-top: 480px;
  }

  .slope {
    margin-top: -9%;
  }
  #what-is-slope-section .d4-block {
    left: 90% !important;
  }

  /* Fix fuji block wrapper */
  /* #what-is-slope-section .fuji-block-wrapper {
    flex-direction: column;
    width: 250px;
    gap: 15px;
    padding: 20px 10px;
    max-width: 100%;
    left: 50%;
    top: 70%;
  } */

  /* Fix fuji desk image */
  #what-is-slope-section .fuji-desk {
    display: none;
  }

  #what-is-slope-section .fuji-mobile {
    width: 90% !important;
    height: auto;
    border-radius: 65px;
    margin: 10% auto;
    max-width: 100%;
  }

  .fuji-mobile {
    display: block;
  }

  /* Fix text content */
  .text-content {
    /* margin-top: 50px; */
  }

  .gallery-button-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
  }

  .aboutus-text-content {
    height: 650px;
    padding: 20px 10px;
    overflow: hidden;
    max-width: 100%;
    margin-top: -20px !important;
  }

  #what-is-slope-section .underline-text {
    font-size: 22px;
  }

  #what-is-slope-section .aboutus-text-content h3 {
    font-size: 26px;
  }

  #what-is-slope-section .aboutus-text-content p {
    font-size: 18px;
  }

  .text-line {
    display: flex !important;
  }

  .pill-green,
  .pill-blue {
    padding: 4px 12px;
    font-size: 14px;
    white-space: normal;
    max-width: 100%;
  }

  .homepage .swiper-slide img {
    width: 95% !important;
    border-radius: 55px;
  }

  .banner-image {
    margin-top: 0;
  }

  .bold-text {
    font-size: 20px;
    padding: 0 10px;
    max-width: 100%;
  }

  .text-content p {
font-size: 1.15rem;
        padding: 20px 15px;
        text-align: left;
        line-height: 2rem;
  }

  /* Fix pricing plans */
  .pricing-plans {
    padding: 20px 10px;
    overflow: hidden;
    max-width: 100%;
  }

  /* Fix gallery sections */
  .gallery-section {
    /* height: auto */
    /* min-height: 250px; */
    /* padding: 20px 10px;
     */
     margin: 0 20px;
    max-width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .gallery-section1 {
    /* height: auto; */
    /* min-height: 340px; */
    padding: 20px 10px;
    max-width: 100%;
  }

  .contact-link
  {
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    width: 90%;
    top: 50%;
    padding: 20px 39px 20px 39px;
    font-size: 18px !important;
  }

  /* Fix white slash text block */
  .white-slash-text-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 100%;
    top: 45%;
  }

  .white-slash-text {
    font-size: 5.5vw;
  }

  /* Fix twin city images */
  .twin-city {
    flex-direction: column;
    max-width: 100%;
    margin: 20px 20px;
  }

  .twin-city img {
    width: 100%;
    max-width: 100%;
  }

  /* Fix clock yen block */
  .clock-yen-block {
    gap: 5px;
    text-align: center;
    /* padding: 20px 10px; */
    max-width: 100%;
  }

  .clock,
  .yen {
    width: 50px !important;
    margin-top: 11%;
  }
  /* Fix home car block */
  .home-car-block {
    gap: 15px;
    text-align: center;
    /* padding: 20px 10px; */
    max-width: 100%;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-container p {
    margin-top: 5px;
  }

  .plan-link {
    justify-content: center;
  }

  .contact {
    height: 400px !important;
    object-fit: cover;
  }

  .home-icon {
    width: 60px !important;
  }

  /* Fix blue slash text block */
  .blue-slash-text-block {
    gap: 10px;
    padding: 0 10px;
    max-width: 100%;
    margin-top: 30px;
  }

  .blue-slash-text {
    font-size: 16px;
    max-width: 100%;
  }

  /* Fix news section */
  .news-section {
    margin: 0 20px;
    overflow: hidden;
    max-width: 100%;
    position: relative;
  }

  .news-header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    max-width: 100%;
  }

  .news-header h2 {
    margin: 50px 0 0 0;
    font-size: 35px;
    max-width: 100%;
  }

  .news-header p {
    margin: 0 0 50px 0;
  }

  .news-list {
    display: block;
    max-width: 100%;
  }

  .news-item {
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
  }

  .news-thumb {
    width: 80px !important;
    height: 90px;
    margin-bottom: 8px;
    max-width: 100%;
  }

  .text-content {
    height: 1050px;
  }

  .news-content {
    padding: 0;
    max-width: 100%;
  }

  .news-date,
  .news-tag {
    font-size: 16px;
    max-width: 100%;
    color: #000;
  }

  .news-desc {
    font-size: 16px;
    max-width: 100%;
  }

  /* Fix button grid */
  #what-is-slope-section .button-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* Fix fuji text elements */
  #what-is-slope-section .fuji-text {
    font-size: 24px;
    max-width: 100%;
    margin-top: 0;
  }

  #what-is-slope-section .about-blue-slash-text {
    font-size: 24px;
    max-width: 100%;
  }

  /* Ensure all images are contained */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Fix for any flex items that might overflow */
  .flex,
  [class*="flex"] {
    /* flex-wrap: wrap; */
    max-width: 100%;
  }

  /* Fix for any grid items */
  .grid,
  [class*="grid"] {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  /* Additional specific fixes for known problematic elements */
  /* .contact-text {
    position: absolute;
    max-width: 300px;
    left: 30%;
    top: 10%;
  } */

  .banner {
    max-width: 100vw;
  }

  #what-is-slope-section .about-page {
    overflow: hidden;
    max-width: 100vw;
  }

  .aboutus-images {
    position: absolute;
  }

  #what-is-slope-section .jp-outline {
    position: static;
    margin-left: 0;
    font-size: 15px;
    -webkit-text-stroke: #000 0.5px;
    width: 220px !important;
    margin-top: -5px;
  }

  #what-is-slope-section .jp-yellow-black {
    position: static;
    margin-left: 0;
    font-size: 25px;
    -webkit-text-stroke: #000 0.2px;
    z-index: 20;
  }

  #what-is-slope-section .curve-text {
    margin-left: 10px !important;
    width: 40% !important;
    max-width: 100%;
    margin-top: 210px !important;
  }

  #what-is-slope-section .curve-dot {
    width: 55% !important;
    margin-left: -12px !important;
    max-width: 100%;
    margin-top: -30px !important;
  }

  #what-is-slope-section .curve-text,
  #what-is-slope-section .curve-dot {
    width: 100%;
    margin: 15px auto;
    display: block;
    max-width: 100%;
  }

  #what-is-slope-section .fuji-section {
    overflow: hidden;
    max-width: 100vw;
  }

  #what-is-slope-section .enjoy-outing {
    overflow: hidden;
    max-width: 100vw;
    /* height: 800px; */
  }

  #what-is-slope-section .image-salad {
    overflow: hidden;
    max-width: 100vw;
  }

  .gallery-section,
  .gallery-section1 {
    max-width: 100vw;
  }

  .pricing-plans {
    overflow: hidden;
    max-width: 100vw;
  }

.icon img {
  width: 20px !important;
}

.icon .line-icon {
  width: 30px !important;
}

  .homepage .swiper{
    max-width: 100vw;
    margin-top: 8%;
    padding: 0;
  }

  .banner-image {
    max-width: 100%;
  }

  /* #what-is-slope-section .wheelchair {
    max-width: 100%;
  } */

  .gallery {
    display: none;
  }

  .bg-aboutus,
  .bg-aboutus02,
  .bg-news,
  .slope {
    max-width: 100%;
  }

  .blue-slash1,
  .blue-slash2,
  .white-slash {
    max-width: 50px;
  }

  .d1,
  .d2,
  .d3,
  .d4,
  .d5 {
    max-width: 120px;
  }

  .home-icon,
  .car {
    max-width: 40px;
  }

  .reserve-btn {
    display: none;
  }

  .text-line {
    max-width: 100%;
    word-wrap: break-word;
  }

  .pill-green,
  .pill-blue {
    max-width: 100%;
    word-wrap: break-word;
  }

  .bold-text {
    max-width: 100%;
    word-wrap: break-word;
  }

  .contact-text {
    margin-top: 20px;
    left: 14%;
    top: -1%;
    text-align: center;
  }

  .contact-text h3 {
    font-size: 45px;
  }

  .plan-time,
  .plan-title,
  .plan-desc,
  .plan-price {
    max-width: 100%;
    word-wrap: break-word;
  }

  .plan-time::before {
    left: -15px;
    /* Two outward triangles (split tail) */
    background: linear-gradient(to top right, transparent 49%, #999 50%) top
        left/100% 50% no-repeat,
      linear-gradient(to bottom right, transparent 49%, #999 50%) bottom
        left/100% 50% no-repeat;
    background-color: transparent;
    background-repeat: no-repeat;
  }

  .plan-time::after {
    right: -15px;
    /* Two outward triangles (split tail) */
    background: linear-gradient(to top left, transparent 49%, #999 50%) top
        right/100% 50% no-repeat,
      linear-gradient(to bottom left, transparent 49%, #999 50%) bottom
        right/100% 50% no-repeat;
    background-color: transparent;
    background-repeat: no-repeat;
  }

  .news-date,
  .news-tag,
  .news-desc {
    max-width: 100%;
    word-wrap: break-word;
  }
}

@media (max-width: 480px) {
  /* Further constrain all elements */
  * {
    max-width: 100vw;
  }

  /* Ensure all containers are properly constrained */
  .homepage,
  #what-is-slope-section {
    width: 100%;
    max-width: 100vw;
    /* overflow-x: hidden; */
    padding: 0;
    margin: 0;
  }

  /* Further reduce sizes and hide more decorative elements */
  .shopping,
  .food {
    display: none;
  }

  /* Ensure all text fits */
  .text-line {
    font-size: 14px;
    align-items: center;
    gap: 3px;
    max-width: 100%;
  }

  .news-link-section {
    position: absolute;
    top: 93%;
  }

  .pill-green,
  .pill-blue {
    padding: 3px 8px;
    font-size: 26px;
    max-width: 100%;
  }

  .bold-text {
    font-size: 34px;
    max-width: 100%;
  }

  /* .text-content p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 100%;
    text-align: left;
  } */

  #what-is-slope-section .red-flower {
    width: 100px;
    z-index: 30;
    top: 25%;
  }

  #what-is-slope-section .half-tree {
    margin-top: 55px;
  }

  #what-is-slope-section .fuji-section {
    /* height: 550px !important; */
  }

  .plan-grid {
    display: flex;
    flex-direction: column;
    gap: 20px; /* spacing between each plan box */
    padding: 0 16px; /* spacing from screen edge */
    align-items: center;
  }

  .plan-grid1 {
    display: flex;
    flex-direction: column;
    gap: 20px; /* spacing between each plan box */
    padding: 0 16px; /* spacing from screen edge */
    align-items: center;
  }

  .plan-box {
    flex: 1 1 100px;
    /* padding: 20px 20px; */ 
    border-radius: 25px;
    font-size: 13px;
    width: 290px;
  }
  .plan-box h1 {
    font-size: 28px;
  }
  .plan-title {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .plan-desc {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .plan-price {
    font-size: 40px;
  }
  .plan-time {
    font-size: 20px;
    padding: 2px 16px;
    min-width: 75%;
  }

  #what-is-slope-section .fuji-text {
    font-size: 28px;
    max-width: 100%;
    font-weight: 900;
    margin-top: 50px;
  }

  #what-is-slope-section .about-blue-slash-text {
    font-size: 30px;
    max-width: 100%;
  }

  #what-is-slope-section .enjoy-outing {
    margin-top: 40px;
  }
}


/* Additional mobile-specific fixes */
@media (max-width: 767px) {
  /* Force all elements to be contained */
  * {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  /* Ensure no element can cause horizontal scroll */
  html,
  body {
    /* overflow-x: hidden !important; */
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
  }

  /* Fix for any remaining absolutely positioned elements */
  [style*="position: absolute"],
  [style*="position:absolute"] {
    max-width: 100vw !important;
    left: auto !important;
    right: auto !important;
  }

  /* Fix for any elements with negative margins */
  [style*="margin-left: -"],
  [style*="margin-right: -"],
  [style*="margin-top: -"],
  [style*="margin-bottom: -"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Ensure all images are properly contained */
  img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }

  /* Fix for any flex containers */
  .flex,
  [class*="flex"],
  [style*="display: flex"],
  [style*="display:flex"] {
    /* flex-wrap: wrap !important; */
    max-width: 100vw !important;
  }

  /* Fix for any grid containers */
  .grid,
  [class*="grid"],
  [style*="display: grid"],
  [style*="display:grid"] {
    grid-template-columns: 1fr !important;
    max-width: 100vw !important;
  }

  /* Nuclear option: Force all elements to respect viewport */
  * {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .header-inner {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .header-nav .dropdown-arrow {
    display: inline-block;
    margin-left: 10px;
    color: rgb(0, 0, 0);
    font-size: 7px;
    vertical-align: middle;
    transition: transform 0.2s;
  }

  /* Optional: rotate arrow up when dropdown is open */
  .has-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
  }
  .header-nav ul {
    gap: 10px;
    justify-content: center;
  }
}

/* Mobile Hamburger Menu */
@media (max-width: 767px) {
  .site-header {
    height: 50px;
  }

  #what-is-slope-section .fuji-text {
    width: 50%;
  }

  #what-is-slope-section .about-blue-slash-text {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .header-nav ul > li:not(.list-style-nav) {
    margin: 15px 0;
    padding: 0;
  }
  .header-nav ul > li:not(.list-style-nav).has-dropdown {
    margin-bottom: 10px; /* Optional: reduce space before dropdown */
  }
  .header-nav ul > li:not(.list-style-nav) .dropdown li {
    margin: 0;
    padding: 0;
  }
  /* .hamburger {
    display: block !important;
    background-color: var(--primary);
    color: #000;
    border: none;
    font-size: 33px;
    cursor: pointer;
    order: 2;
    margin-top: -100px;
    padding: 12px;
    margin-left: 361px;
  } */

  .header-nav .dropdown-arrow {
    display: inline-block;
    margin-left: 10px;
    color: aqua;
    font-size: 10px;
    vertical-align: middle;
    transition: transform 0.2s;
  }

  /* Optional: rotate arrow up when dropdown is open */
  .has-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
  }

  .hidden-nav-item {
    display: flex;
    flex-direction: column;
  }

  .list-style-nav {
    list-style-type: disc;
    display: list-item;
    margin-left: 24px; /* Indent for dot */
  }

  .mobile-reserve {
    margin-bottom: 10px;
  }

  .header-nav a {
    padding-left: 0;
    padding: 10px 0;
    font-size: 15px;
  }

  .home-text {
    font-size: 20px;
    font-weight: 900;
  }

  .web-btn {
    background-color: var(--primary);
    color: #000;
    padding: 10px 25px !important;
  }

  .line-btn {
    background-color: #00b900;
    color: white !important;
    padding: 10px 25px !important;
  }

  .header-nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .hamburger {
    display: block !important;
  }

  .header-nav.active ul {
    display: flex;
  }

  .has-dropdown .dropdown {
    display: none !important;
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
  }
  .has-dropdown.active .dropdown {
    display: block !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    position: static !important;
  }

  .aboutus2 {
    width: 65% !important;
    margin-top: 45%;
    left: 17%;
  }

  .lens-button {
    font-size: 18px !important;
    width: 100%;
    padding: 20px 10px !important;
  }

 .calendar-button {
    font-size: 18px !important;
    width: 100%;
    padding: 20px 10px !important;
  }

  .plan-box
  {
    width: 100% ;
  }
}

/* New hamburger class */
  .hamburger {
    display: none;
    background-color: var(--primary);
    color: #000;
    border: none;
    font-size: 33px;
    cursor: pointer;
    order: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
  }


@media (min-width: 376px) and (max-width: 768px) {
  /* .hamburger {
    margin-top: -100px;
    margin-left: 93%;
  } */

  /* .web-button {
    padding: 15px 25px; */
  /* } */
/* 
  .line-button {
    font-weight: bold;
    padding: 15px 48px;
  } */
}

@media (max-width: 375px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .lens-button {
    padding: 12px 20px !important;
    font-size: 15px !important;
  }

  /* .leaf {
    right: 5% !important;
  } */

  .calendar-button {
    padding: 12px 40px !important;
    font-size: 15px !important;
  }

  .pricing-header h4 {
    font-size: 20px;
  }

  .pricing-header strong {
    font-size: 22px;
  }

  .pricing-header span {
    font-size: 43px;
  }

  .text-content {
    /* height: 1050px; */
  }

  /* .hamburger {
    margin-top: -100px;
    margin-left: 95%;
  } */

  .contact-link {
    font-size: 10px;
    padding: 15px 45px;
  }

  .contact-link-block p .phone-number {
    font-size: 34px;
  }

  .contact-link-block p .tel {
    font-size: 18px;
  }

  .footer-container p {
    font-size: 11px;
  }

  .clock {
    width: 40px !important;
    padding-right: 0;
  }
  .yen {
    width: 40px !important;
    padding-left: 0;
  }

  .site-footer {
    height: auto;
  }

  .contact-text {
    margin-top: 45px;
    left: 0;
    top: 0;
    text-align: center;
  }

  .contact-text h3 {
    font-size: 35px;
  }

  .contact-text p {
    font-size: 14px;
  }

  .contact-link-block {
    /* margin-top: 220px; */
    top: 0;
  }

  #what-is-slope-section .d2-block {
    margin-top: 150px;
  }

  #what-is-slope-section .d3-block {
    right: 55% !important;
  }
  #what-is-slope-section .d4-block {
    margin-top: 430px;
    left: 93% !important;
  }

  #what-is-slope-section .d5-block {
    right: 33% !important;
  }

  /* #what-is-slope-section .fuji-block-wrapper {
    gap: 12px;
    padding: 0 15px;
    max-width: 80%;
    margin-top: -100px;
  } */
}

@media (max-width: 400px) {
  /* .web-button {
    padding: 12px 25px !important;
    font-size: 12px !important;
  } */

  .gallery-button-block {
    flex-direction: column;
    margin-top: 15px;
  }

  /* .line-button {
    padding: 12px 43px !important;
    font-size: 12px !important;
  } */

  .home-car-header {
    display: flex;
    align-items: flex-end;
  }

  .home-car-header h4 {
    margin: 0;
    padding: 0;
  }

  .news-section {
    /* padding: 20px 25px; */
  }

  .home-car-block {
    align-items: flex-end;
  }

  .contact-link {
    font-size: 10px;
  }

  .contact-link-block p .phone-number {
    font-size: 20px;
  }

  .contact-link-block p .tel {
    font-size: 13px;
  }

  .twentyfour {
    margin-top: 0 !important;
  }

  .clock {
    width: 40px !important;
    padding-right: 0;
    margin-top: 25px;
  }
  .yen {
    width: 40px !important;
    margin-top: 25px;
    padding-left: 0;
  }

  .site-footer {
    height: auto;
  }

  .contact-text {
    margin-top: 45px;
    left: 0;
    top: 0;
    text-align: center;
  }

  .contact-text h3 {
    font-size: 35px;
  }

  .contact-text p {
    font-size: 14px;
  }

  .contact-link-block {
    /* margin-top: 220px; */
    top: 0;
  }
}

@media (max-width: 400px) {
  /* .hamburger {
    margin-top: -100px;
    margin-left: 93%;
  } */

  /* .web-button {
    padding: 12px 25px !important;
    font-size: 12px !important;
  } */

  /* .line-button {
    padding: 12px 43px !important;
    font-size: 12px !important;
  } */

  .home-car-header {
    display: flex;
    align-items: flex-end;
  }

  .home-car-header h4 {
    margin: 0;
    padding: 0;
  }

  .news-section {
    padding: 20px 25px;
  }

  .home-car-block {
    align-items: flex-end;
  }

  .contact-link {
    font-size: 10px;
  }

  .contact-link-block p .phone-number {
    font-size: 20px;
  }

  .contact-link-block p .tel {
    font-size: 13px;
  }

  .site-footer {
    height: auto;
  }

  .contact-text {
    margin-top: 45px;
    left: 15%;
    top: 0;
    text-align: center;
  }

  .contact-text h3 {
    font-size: 35px;
  }

  .contact-text p {
    font-size: 14px !important;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .footer-info > div:first-child {
    /* Logo section */
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
  }

  .footer-info .footer-buttons {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 0 1%;
    font-weight: bold;
  }

  .footer-styling {
    padding: 0;
  }

  .footer-links-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 12px;
  }

  .footer-button {
    font-size: 13px;
    width: 250px;
  }

  .footer-styling1 {
    /* padding-right: 40px; */
  }

  .footer-info > div:not(:first-child) {
    /* Wrap lists and buttons in a row */
    display: inline-block;
  }
  .footer-info {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    padding-top: 50px;
  }
  .footer-info-row {
    display: flex !important;
    flex-direction: row;
    width: 100%;
  }

  .footer-logo-address {
    display: flex;
    flex-direction: column;
  }
}

.footer-logo-address {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 599px) {
  .footer-info-row {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
  }
  .footer-links-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .footer-links > ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 8px;
  }
}

#back-to-top {
  position: fixed;
  right: 0 !important;
  bottom: -2px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  /* Remove any display:none if present */
}
#back-to-top img {
  width: 60px !important;
  height: 60px !important;
  display: block;
}

@media screen and (max-width: 425px) {
  .footer-info {
    justify-content: center;
  }

  .footer-left p {
    text-align: center;
  }
  .contact-block {
    height: 1050px;
  }

  .contact-link-block {
    top: 0% !important;
  }
  .common-banner-container {
    margin-top: 40px;
    .banner {
      margin-top: 0;
    }
    .header-img {
      /* height: 110px; */

      /* margin-top: 0; */

      img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
      }
    }

    .company-info-header {
      top: 210px !important;

      h1 {
        font-size: 24px;

        span {
          font-size: 32px;
        }
      }
    }

    .header-img-flower {
      width: 80px;
    }
  }

  #company-info-page {
    #company-info-section {
      .header-img {
        height: 110px;

        img {
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
        }
      }
    }

    .company-info-header {
      margin-top: 200px;
    }

    .header-img-flower {
      width: 80px;
      margin-top: 100px;
    }
  }

  #contact-page {
    .contact-link-icon p {
      left: 100%;
      transform: translate(calc(-100% - 16px), -50%);
    }
  }

  /* #shop-page,
  #faq-page,
  #contact-page,
  #blog-page,
  #insurance-page,
  #company-info-page,
  .single-post-container {
    margin-top: 320px !important;
  } */

  #insurance-page {
    .insurance-header-title {
      margin-top: 0px;
      column-gap: 10px !important;

      h2 {
        font-size: 22px;
        margin-top: 4px;
      }

      img {
        transform: scale(0.7);
      }
    }

    .text {
      font-size: 13px;
      align-self: flex-start;
      margin: 2px;
    }

    .insurance-columns,
    .insurance-column {
      border-width: 1px !important;
    }

    .insurance-diagram {
      column-gap: 6px;

      .insurance-diagram-info {
        row-gap: 10px;
        margin-top: 48px;
      }
    }

    .plus-icon {
      width: 12px !important;
      height: 12px !important;
      bottom: 0;
    }

    .subtitle {
      font-size: 15px;
    }

    .car-sparkle-left,
    .car-sparkle-right {
      display: none;
    }

    .insurance-columns {
      .insurance-column-title {
        line-height: 12px;
      }

      .insurance-block-container {
        row-gap: 20px;
      }
      .insurance-block {
        height: 20px;
      }
      .insurance-column-title {
        font-size: 6px;
        min-height: 48px;
        padding: 0 6px;
      }
    }

    .car-container {
      width: 32px;
      /* transform: translate() !important; */
      transform: translate(50%, 10px) !important;
      bottom: 0;
      img {
        width: 100%;
        height: auto;
      }
    }

    .info-item {
      column-gap: 6px;
      .title {
        font-size: 8px;
      }

      .info-item-circle {
        min-width: 28px !important;
        min-height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
        font-size: 6px;
      }

      .title {
        font-size: 6px;
      }

      .price {
        font-size: 8px;
      }
      .sub-text {
        font-size: 3px;
      }
    }
  }
}

@media (max-width: 768px) {
  .contact-link-block {
  }
  .common-banner-container {
    .breadcrumbs-container {
      display: none;
    }

    .banner {
      min-width: 1300px !important;
      max-width: 1300px !important;
      height: 250px;
      z-index: -1;
    }

    .header-img-flower {
      width: 100px;
      top: 30%;
      transform: translateY(-40%);
    }

    .company-info-header {
      width: 100%;
      z-index: 50;
      top: 275px;
      left: 50%;
      transform: translateX(-50%);
    }
  }

  #company-info-page {
    margin-top: 480px;
    .company-info-header {
      width: 100%;
      h1 {
        text-align: center;
        font-size: 32px;
      }

      margin-top: 280px;
    }

    .banner {
      max-width: 1300px;
      height: 250px;
    }

    .header-img-flower {
      width: 100px;
      margin-top: 180px;
    }

    .company-info-header {
      background: none !important;
    }

    #company-info-wrapper {
      padding: 20px;
    }

    #company-info-section {
      padding: 0 16px;
      .header-img {
        height: 180px;

        img {
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
        }
      }
      #company-info-container {
        margin-top: 0;
      }

      .company-row-info {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
      }

      .company-value {
        margin-left: 8px;
      }
    }
  }

  /* Shop page */
  #shop-page {
    .sp-title {
      display: block;
      margin-left: 16px;
    }

    .pc-title {
      display: none;
    }

    .shop-container {
      flex-direction: column-reverse;
      align-items: flex-start;
      padding: 0 16px;
      margin-top: 60px;
    }

    .map-container {
      width: 100%;
    }

    .shop-info {
      flex-direction: column;
      align-items: flex-start;
      margin-left: 0;
    }

    .shop-note {
      margin-left: 0;
    }

    .calendar-btn {
      margin-left: 0;
      height: 66px;
      font-size: 16px;
      padding: 4px;

      .inner {
        column-gap: 10px;
      }

      svg {
        height: 20px;
        width: 20px;
      }
    }
  }

  /* FAQ Page */
  #faq-page {
    margin-top: 480px;

    .faq-container {
      padding: 0 16px;
    }

    .faq-question-number {
      margin-right: 14px;
      font-size: 24px;
    }

    .other-question {
      padding: 0 16px;
      font-size: 16px;
    }

    .faq-header {
      padding-bottom: 18px;
    }

    .faq-item {
      padding: 20px 18px 0 18px;
      font-size: 16px;
    }

    .faq-question {
      font-size: 16px;
    }

    .faq-item.active {
      .faq-answer {
        padding-left: 0;
        padding-top: 18px;
        padding-bottom: 30px;
      }
    }

    .contact-container {
      padding: 0 16px;
    }

    .btn-contact-link {
      max-width: 100%;
    }
  }

  /* Contact Form Page */
  #contact-page {
    margin-top: 480px;

    .contact-form-container {
      padding: 0 16px;
    }

    form {
      padding: 22px 12px 32px 12px;
    }

    .terms {
      .center {
        max-width: 200px;
        margin: 0 auto;
        margin-top: 26px !important;
        margin-bottom: 40px !important;
      }
      .content {
        margin: 0;
        padding: 0 10px 0px 10px;
      }
    }

    .terms-check {
      margin-top: 30px;
      margin-bottom: 40px;
    }

    button {
      margin-top: 0;
    }
  }

  /* Blogs Page */
  #blog-page {
    margin-top: 480px;

    .blog-container {
      padding: 0 16px;
      flex-direction: column-reverse;
    }

    .blog-post {
      padding: 20px 0;
    }

    .categories-list {
      max-width: 100%;
      flex-direction: row;
      column-gap: 26px;
      flex-wrap: wrap;
      padding-top: 16px;
      margin-bottom: 28px;
    }

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

    .post-title {
      font-size: 15px;
    }

    .pagination {
      margin: 124px 16px;
    }
  }

  #single-page {
    .single-post-container {
      margin-top: 480px;
      padding: 0 16px;
    }
  }

  /* Insurance Page */
  #insurance-page {
    .insurance-container {
      padding: 0 16px;
    }

    .insurance-header-title {
      column-gap: 16px;
    }

    .insurance-info-section {
      .insurance-info-card-container {
        padding: 0;
        grid-template-columns: 1fr;
      }

      .info-card-description {
        flex-direction: column;
        height: auto !important;
        img {
          align-self: flex-end;
        }
      }
    }
  }
}

@media (max-width: 430px) {
  .gallery-section {
    /* height: 550px; */
  }
  #what-is-slope-section .happy-girl {
    width: 45% !important;
    margin-left: -260px !important;
  }
  #what-is-slope-section .old-couple {
    left: 5% !important;
  }
  #what-is-slope-section .fuji-text {
    width: 90% !important;
  }
  .footer-info {
    justify-content: space-around;
    gap: 20px;
    margin-top: 40px;
  }
  .footer-left p {
    text-align: center;
  }
  .contact-block {
    height: 1120px;
  }
  .contact-link-block {
    top: 32% !important;
  }
  .contact-link {
    padding: 20px 39px 20px 39px;
  }
  .sun-icon {
    /* margin-top: 20px !important; */
  }
  .pricing-header strong {
    font-size: 30px;
  }

  .footer-subtitle {
    font-size: 14px;
  }

  .footer-logo {
    width: 75px !important;
    height: 75px !important;
  }

  .footer-title {
    font-size: 23px;
  }

  .contact-link-block p {
    font-size: 14px;
  }

  .contact-text p {
    font-size: 16px;
  }

  .clock,
  .yen {
    margin-top: 0;
  }

  .clock {
    padding-right: 0px;
  }

  .yen {
    padding-left: 0px;
  }

  .pricing-header h4 {
    font-size: 20px;
  }

  #what-is-slope-section .d1-block {
    left: 45% !important;
  }

  #what-is-slope-section .shopping1 {
    display: none;
  }

  #what-is-slope-section .d4-block p {
    left: 38%;
  }

  /* .web-button {
    padding: 15px 30px !important;
    font-size: 14px !important;
  } */
/* 
  .line-button {
    font-size: 14px !important;
    padding: 15px 47px !important;
  } */

  .blue-slash-text {
    font-size: 15px;
  }

  #what-is-slope-section .button-grid {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 108px;
  }

  .cloud-one,
  .cloud-two {
    display: none;
  }

  /* .leaf {
    right: 7% !important;
  } */

  .gallery-button-block {
    top: 70%;
  }
/* 
  #what-is-slope-section .fuji-block-wrapper {
    left: 50% !important;
    margin-top: -15%;
  } */

  #what-is-slope-section .jp-yellow-black {
    margin-top: 0;
  }

  #what-is-slope-section .half-tree {
    margin-top: 0px;
  }
}

@media (max-width: 425px) {

  /* #vehicle-page .company-info-header {
    top: 200px !important;
    left: 200px;
  } */

  #vehicle-types-wrapper
  {
    margin: 320px auto 0 auto !important;
  }
}

/* @media (min-width: 430px) {
  #vehicle-page .company-info-header {
    top: 270px;
    left: 220px;
  } */
/* 
  #how-to-use-slope-rental-cars-page {
    margin-top: 380px !important;
  } */
/* } */

@media (max-width: 390px) {
  .gallery-button-block{
    margin-top: 0;
    top: 35%;
  }
  /* .web-button
  {
    padding: 20px 20px !important;
  } */
  /* .line-button
  {
    padding: 15px 30px !important;
  } */

  .fuji-block-wrapper{
    margin-top: -32% !important;
  }
}

/* MinThetPaingCSS */

.plan-info-text {
  font-size: 30px;
  font-weight: 450;
  color: white;
  margin: 5px 0;
}

.plan-box .plan-box-container {
  display:flex; 
  justify-content:center; 
  align-items:center; 
  gap: 10px;
}
