/*
Theme Name:         G5Plus Lustria Child Theme
Theme URI:          https://lustria.g5plus.net/
Description:        G5Plus Lustria Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-lustria

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-lustria
*/
/************************************************************************************
*/

body {
  /*font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",*/
  /*  "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";*/
  margin: 0;
  padding: 0;
  background-color: #fefffe;
  line-height: 1.6;
  color: #333;
  height: 100vh;
}

.home .main-container {
  padding-top: 0px;
}

.main-container {
  padding-top: 66px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'The Seasons' !important;
  /*font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-style: normal;
  font-weight: 700;
  color: var(--e-global-color-text);
  margin: 0;
}

h1 {
  font-size: 72px;
  line-height: 72px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
}

h3 {
  font-size: 36px;
  line-height: 40px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 22px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

p,
span {
  color: var(--e-global-color-ad21ec6);
  /*font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",*/
  /*  "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";*/
  margin-top: 0;
}

.text-primary p {
  color: var(--e-global-color-ad21ec6);
}

.text-secondary h2 {
  color: var(--e-global-color-text);
}

a {
  text-decoration: none;
  color: inherit;
}

.plantingco-navbar {
  color: #fff;
  padding: 10px;
  text-align: center;
  background: #3fa64b;
}

.home .plantingco-navbar {
  background: unset;
}

.site-header-inner h1 {
  margin: 0;
}

.page-title-inner .page-title {
  font-size: 20px;
}

.page-title-inner {
    padding: 0 !important;
}

.page-content {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.elementor-button {
  padding: 8px 16px !important;
  font-weight: 700;
  line-height: 1.55rem !important;
  text-transform: capitalize;
}
/*.elementor-button:hover {*/
/*  background: #025c25;*/
/*}*/

input[type="text"],
input[type="number"],
select {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="submit"] {
  background-color: #003300;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#desktop-menu .nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
#desktop-menu .nav-menu li {
  list-style: none;
  margin: 0;
  position: relative;
}
#desktop-menu .nav-menu li a {
  color: var(--e-global-color-text);
  font-weight: 500;
  padding: 10px;
  transition: color 0.3s ease, background 0.3s ease;
}
/*#desktop-menu .nav-menu li a:hover,*/
/*#desktop-menu .nav-menu li a.current-menu-item {*/
/*    color: #ff6600;*/
/*    background: rgba(255,255,255,0.1);*/
/*    border-radius: 4px;*/
/*}*/

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: min(100%, var(--container-max-width, 1400px));
  margin: 0 auto;
}

.nav-menu ul {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 20px;
  border-radius: 50px;
}

.hamburger-con {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 16px;
  border-radius: 8px;
  position: relative;
  z-index: 9999;
  scale: 0.5;
  margin-left: 120px;
}

.hamburger {
  position: relative;
  width: 60px;
  height: 40px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  scale: 1;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: var(--e-global-color-text);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}

.hamburger span:nth-child(odd) {
  left: 0;
  border-radius: 2px 0 0 2px;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(2) {
  top: 0px;
}

.hamburger span:nth-child(3),
.hamburger span:nth-child(4) {
  top: 16px;
}

.hamburger span:nth-child(5),
.hamburger span:nth-child(6) {
  top: 32px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(6) {
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(5) {
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.hamburger.active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.hamburger.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.hamburger.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.hamburger.active span:nth-child(5) {
  left: 5px;
  top: 29px;
}

.hamburger.active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

/*#mobile-menu {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: -100%;*/
  /*height: 85vh;*/
/*  z-index: 999;*/
/*  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
/*  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);*/
/*}*/

/*#mobile-menu.active {*/
/*  bottom: 0;*/
/*}*/

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.menu-backdrop.active {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu-container {
  position: relative;
  padding: 40px 25px 30px;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  color: var(--e-global-color-text);
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 1000;
}

.mobile-nav-menu [aria-current="page"] {
  color: #fff !important;
  background: #2e8639 !important;
}

.close-menu:hover {
  transform: scale(1.1);
}

/*#mobile-menu ul {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

/*#mobile-menu li {*/
/*  opacity: 0;*/
/*  transform: translateX(-20px);*/
/*  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);*/
/*  margin: 15px 0;*/
/*}*/

/*#mobile-menu.active li {*/
/*  opacity: 1;*/
/*  transform: translateX(0);*/
/*}*/

/*remove*/

/*#mobile-menu li a {*/
/*  display: block;*/
/*  font-size: 1.2rem;*/
/*  color: var(--e-global-color-text);*/
/*  padding: 15px 25px;*/
/*  border-radius: 12px;*/
/*  transition: all 0.3s ease;*/
/*  background: rgba(32, 85, 40, 0.05);*/
/*}*/

/*#mobile-menu li a:hover {*/
/*  background: #2e8639;*/
/*  color: #fff;*/
/*  transform: translateX(10px);*/
/*}*/

/*@media (min-width: 1024px) {*/
/*  .hamburger,*/
/*  #mobile-menu,*/
/*  .menu-backdrop {*/
/*    display: none;*/
/*  }*/
/*}*/
.site-header-inner > a {
  color: #2e8639;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 20px;
  border-radius: 50px;
  height: 26px;
}

.site-header-inner a span {
  color: var(--e-global-color-text);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.isticky.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: top 0.3s ease, background 0.3s ease;
  width: 100%;
}

.isticky.hide {
  top: -100px;
}

@keyframes bounceOut {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(100%);
  }
}
#mobile-menu.bounce {
  animation: bounceOut 0.5s;
}

.elementor-section,
.elementor-column,
.elementor-widget {
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .plantingco-navbar {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
  }

  .hamburger-con {
    display: none;
  }
  p {
    font-size: 20px;
    line-height: 28px;
  }

  #desktop-menu {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 3px;
    border-radius: 50px;
  }
  .current_page_item a {
    background: var(--e-global-color-primary, #3fa64b);
    color: #fff !important;
    border-radius: 9999px;
    padding: 10px 16px !important;
  }
  #desktop-menu:has(li:first-child.current-menu-item),
  #desktop-menu:has(li:first-child.current_page_item) {
    padding-right: 20px;
  }
  #desktop-menu:has(li:last-child.current-menu-item),
  #desktop-menu:has(li:last-child.current_page_item) {
    padding-left: 20px;
  }

  #desktop-menu:has(li.current-menu-item):not(
      :has(li:first-child.current-menu-item)
    ):not(:has(li:last-child.current-menu-item)),
  #desktop-menu:has(li.current_page_item):not(
      :has(li:first-child.current_page_item)
    ):not(:has(li:last-child.current_page_item)) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu li:not(.current_page_item):not(.current-menu-item) a:hover {
    background-color: rgba(63, 166, 75, 0.1);
    color: #3fa64b;
    border-radius: 9999px;
    padding: 10px 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}

@media (max-width: 767px) {
  #desktop-menu {
    display: none;
  }

  /*.mobile-nav-menu ul::before {*/
  /*	content: "";*/
  /*	position: absolute;*/
  /*bottom: 0;*/
  /*	left: 35%;*/
  /*	background: var(--e-global-color-text);*/
  /*	z-index: 9999;*/
  /*	width: 30%;*/
  /*	margin-top: -35px;*/
  /*	height: 10px;*/
  /*	border-radius: 50px;*/
  /*}*/

  .drag-handle {
    width: 30%;
    height: 10px;
    background: #2e8639;
    border-radius: 50px;
    margin: 0 auto 20px auto;
    cursor: grab;
    transform: translateY(-10px);
  }

  h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

/* Cart count styling */
.cart-count {
  font-size: 0.6em;
  line-height: unset;
  background: #fff;
  color: #3fa64b;
  border-radius: 9999px;
  hyphenate-limit-chars: auto;
  margin-left: 2px;
  width: 15px;
  height: 15px;
  vertical-align: super;
  display: inline-block;
}

/* Hide when empty */
.cart-count:empty {
  display: none;
}

.back-to-top.in {
    background-color: var(--e-global-color-primary);
    border-radius: 9999px;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: var(--e-global-color-primary);
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='%23fff' d='M4.646 9.146a.5.5 0 00.708 0l5-5a.5.5 0 10-.708-.708L5 7.793 2.854 5.646a.5.5 0 10-.708.708l2.5 2.5z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

/* Donation Receipt Page */
.donation-receipt-container {
    max-width: 600px;
    margin: 2em auto;
    padding: 2em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.donation-receipt-header svg {
    color: #4CAF50;
    margin-bottom: 1em;
}

.donation-receipt-header h1 {
    color: #2c3e50;
    margin: 0 0 1em;
}

.donor-greeting {
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

.donation-amount {
    font-size: 1.5em;
    margin: 1em 0;
}

.donation-amount strong {
    color: #4CAF50;
}

.donation-message {
    margin: 2em 0;
    line-height: 1.6;
}

.donation-next-steps {
    text-align: left;
    margin: 2em 0;
    padding: 1em;
    background: #f9f9f9;
    border-radius: 4px;
}

.donation-next-steps h3 {
    margin-top: 0;
}

.donation-next-steps ul {
    padding-left: 1.5em;
}

.donation-receipt-footer {
    margin-top: 2em;
}

.donation-receipt-footer .button {
    display: inline-block;
    padding: 12px 24px;
    background: #4CAF50;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.donation-receipt-footer .button:hover {
    background: #3e8e41;
}

/***************************************************************************************/
