/********** Template CSS **********/
/*** Spinner ***/
/* slider  */

.navbar-brand{
  /* border: solid; */
  /* height: fit-content; */
  margin-top: -14px;
  margin-left: 10px !important;
}
.courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

.open-popup-btn {
  background-color: #1b4332;
  color: #fff;
  padding: 14px 38px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(27, 67, 50, 0.2);
}
.open-popup-btn:hover {
  background-color: #2d6a4f;
  transform: translateY(-2px);
}

/* ---- POPUP OVERLAY ---- */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* ---- POPUP CONTENT ---- */
.popup-content {
  background: #ffffff;
  border-radius: 20px;
  max-width: 700px;
  width: 90%;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-in-out;
  position: relative;
}

.popup-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b4332;
  margin-bottom: 20px;
}

.popup-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}

.popup-subtext {
  font-size: 0.95rem;
  color: #4b4b4b;
  margin-bottom: 30px;
  line-height: 1.8;
}

.popup-shop-btn {
  display: inline-block;
  background-color: #1b4332;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.popup-shop-btn:hover {
  background-color: #2d6a4f;
}

/* ---- CLOSE BUTTON ---- */
.close-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 26px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
.close-btn:hover {
  color: #1b4332;
}

/* ---- ANIMATION ---- */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
  .popup-content {
    padding: 28px 20px;
  }
  .popup-heading {
    font-size: 1.4rem;
  }
}

.popup-content {
  background: #fff;
  border-radius: 22px;
  padding: 2.5rem;
  text-align: center;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
  max-width: 520px;
  margin: auto;
  animation: fadeIn 0.4s ease-in-out;
}

.popup-content h2 {
  font-size: 2rem;
  color: #1b1b1b;
  margin-bottom: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.popup-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

.popup-content strong {
  color: #2f8f5b;
  font-weight: 600;
}



.shop-now-btn {
 
}

.shop-now-btn:hover {
 
}

.shop-now-btn:active {
 
}


 .shop-btn {
  background-color: #0e301c; /* Deep green for premium look */
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 36px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}

.shop-btn:hover {
  background-color: #ffffff;
  color: #0e301c;
  box-shadow: 0 8px 18px rgba(14, 48, 28, 0.3);
  transform: translateY(-2px);
}

.shop-btn:active {
  transform: scale(0.97);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
  


.shop-now-section {
  background: linear-gradient(to bottom right, #f7fdf9, #eef8f1);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  margin: 60px auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  max-width: 1100px;
}

.shop-now-container {
  max-width: 800px;
}

.shop-now-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1b4332;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.shop-now-description {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.shop-now-subtext {
  font-size: 0.98rem;
  color: #4b4b4b;
  margin-bottom: 40px;
  line-height: 1.8;
}

.shop-now-button {
  display: inline-block;
  background-color: #1b4332;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop-now-button:hover {
  background-color: #2d6a4f;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(45,106,79,0.2);
}

@media (max-width: 768px) {
  .shop-now-section {
    padding: 60px 16px;
    margin: 40px 12px;
  }
  .shop-now-heading {
    font-size: 1.6rem;
  }
  .shop-now-description, .shop-now-subtext {
    font-size: 1rem;
  }
}


.kyo-matcha-compare-table {
  margin: 50px auto; /* Adds space above/below and centers it */
  padding: 30px;
  max-width: 95%;
  background: #fff; /* Clean white background */
  border-radius: 16px; /* Rounded corners for a soft premium feel */
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05); /* Subtle shadow */
  overflow: hidden; /* Ensures rounded corners work with table content */
}

/* Table styling */
.kyo-matcha-compare-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px; /* Helps retain roundness on inside edges */
  overflow: hidden;
}

.kyo-matcha-compare-table th,
.kyo-matcha-compare-table td {
  padding: 18px 14px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  color: #444;
}

.kyo-matcha-compare-table th {
  background: #f8f8f8;
  font-weight: 600;
  color: #222;
}

/* Header colors */
.kyo-matcha-compare-table th:nth-child(2) {
  background: #5ca238;
  color: #fff;
}

.kyo-matcha-compare-table th:nth-child(3) {
  background: #7aaec4;
  color: #fff;
}

.kyo-matcha-compare-table th:nth-child(4) {
  background: #a3ad62;
  color: #fff;
}

.kyo-matcha-compare-table th:nth-child(5) {
  background: #b97736;
  color: #fff;
}

/* Image styling inside table */
.kyo-matcha-compare-table img {
  width: auto;
  /* width: 100px; */
  height: 90px;
  border-radius: 12px;
  object-fit: cover;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}
@media (max-width: 768px) {
  .kyo-matcha-compare-table {
    font-size: 0.85rem;
     overflow-x: auto;  
  }
  .kyo-matcha-compare-table td img {
    width: 60px;
    height: 60px;
  }
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .kyo-matcha-compare-table {
    padding: 15px;
  }

  .kyo-matcha-compare-table table,
  .kyo-matcha-compare-table thead,
  .kyo-matcha-compare-table tbody,
  .kyo-matcha-compare-table th,
  .kyo-matcha-compare-table td,
  .kyo-matcha-compare-table tr {
    display: block;
  }

  .kyo-matcha-compare-table tr {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .kyo-matcha-compare-table td {
    border: none;
    text-align: left;
    padding: 10px 15px;
  }

  .kyo-matcha-compare-table th {
    display: none;
  }
}
 */




.border{
    border-radius: 8px !important;
}
#slide-window {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
}

#slides {
  height: 100%;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background: red !important;

  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease;
}

.slide {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  background: #ccc;
  text-align: center;
  line-height: 300px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  -webkit-transform: translate3d(0px, 0px, 0px);
  visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.alive {
  visibility: visible;
}
 
.nav {
  position: fixed;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  transition: all 0.66s ease;
  -webkit-transition: all 0.66s ease;
  border: solid red !important;
}

.nav:hover {
  opacity: 1;
} 
#left {
  left: 3%;
}
#right {
  right: 3%;
}

#credit {
  position: fixed;
  top: 25px;
  left: 25px;
  color: #eaeaea;
  font-family: "Courier New", Courier, monospace;
}



/* end of slider  */




#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    background-color: #62cc2c;
    border: none;
    padding: 18px 22px !important;
    border-radius: 8px;
    color: white;
}

.btn:hover{
  background-color: #2f8f5b;
  /* font-weight: bold; */
  /* font-size: large; */
}
.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 45px;
    height: 40px;
}

.btn-sm-square {
    width: 45px;
    height: 40px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;

}

.navbar {
    padding: 11px 0 !important;
    height: 85px;

}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
    /* border: solid red; */
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 20px 45px;
        background: var(--bs-primary);
        /* border: solid red; */
        /* min-width: 100% !important;  */
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        /* border: solid red; */
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* popup  */

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 40px;
    max-width: 420px;
    width: 90%;
    border-radius: 16px;
    text-align: center;
    position: relative;
}

.popup-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.popup-text {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
}

.popup-buy-btn {
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 30px;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}


/* hover image  */
.product-img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-img {
    width: 100%;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Hover effect */
.product-item:hover .main-img {
    opacity: 0;
}

.product-item:hover .hover-img {
    opacity: 1;
    transform: scale(1.05);
}

/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0 !important;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
    background-color: transparent !important;

}

.footer .btn.btn-link:hover {
    color: #62cc2c;
    /* scale: 1 !important; */
    font-weight: bold;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



/* Kyō Japanese Button */
.kyo-jp-btn {
  /* background: transparent; */
  /* border: 1px solid #2f5d3a; */
  color: #2f5d3a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 14px 38px !important;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

/* subtle ink wash hover */
.kyo-jp-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #2f5d3a;
  border-radius: inherit;
  opacity: 0;
  transform: scaleX(0.9);
  transition: all 0.35s ease;
  z-index: -1;
}

/* hover = quiet fill */
.kyo-jp-btn:hover {
  color: #ffffff;
  background: transparent;
}

.kyo-jp-btn:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* focus state */
.kyo-jp-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(47, 93, 58, 0.25);
}

/* active press */
.kyo-jp-btn:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .kyo-jp-btn {
    padding: 22px 26px;
    font-size: 18px;
    width: 80%;
  }
}


/* slider  */

/* =====================
   HERO SLIDER
===================== */

.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* SLIDE */
.hero-slide {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.25) 60%,
    rgba(0,0,0,0.1) 100%
  );
}

/* TEXT */
.hero-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.hero-text h1 {
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  color: whitesmoke;
}

.hero-text p {
  font-size: 18px;
  opacity: 0.9;
}

/* =====================
   ARROWS
===================== */

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;

  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.6);

  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 22px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.hero-arrow:hover {
  background: #fff;
  color: #000;
}

.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }

/* =====================
   MOBILE
===================== */

@media (max-width: 768px) {
  .hero-text {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 90%;
  }
}
