

/**  Cart modal styles   ***/
.actionModalBttns{
  background:rgba(59, 56, 56, 0.7) !important;
  font-size:  13px !important;
  line-height: 1.35 !important;
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  -webkit-font-smoothing: antialiased !important;
}
/* Footer typography: DM Sans + Work Sans (see main.css @font-face → /public/resources/*.ttf) */
.font-footer-site {
  font-family: 'DM Sans', system-ui, sans-serif;
}

.font-footer-site h3,
.font-footer-site h4,
.font-footer-site h5,
.font-footer-site .centered-heading {
  font-family: 'Work Sans', 'DM Sans', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.font-footer-site h6 {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 400;
}

footer {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  /* Neutral shell — row1 paints the symmetric gradient; avoids L→R diagonal wash */
  background: #f0f7f4;
  color: #1a2e28;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}

footer.text-body-secondary {
  color: #1a2e28 !important;
}

.footer-row1 {
  /* Symmetric left/right: radial from horizontal center; “focus” in the middle (normal layouts) */
  background: radial-gradient(
    ellipse 95% 210% at 50% 42%,
    rgba(45, 90, 74, 0.2) 0%,
    rgba(197, 224, 212, 0.72) 36%,
    rgba(242, 249, 246, 0.98) 68%,
    #ffffff 100%
  );
  min-height: 150px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 0.75rem 0.85rem 1rem;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer-row1 {
    /* Desktop: slightly tighter ellipse so the three columns sit in the stronger center band */
    background: radial-gradient(
      ellipse 72% 220% at 50% 40%,
      rgba(26, 60, 52, 0.16) 0%,
      rgba(45, 90, 74, 0.14) 14%,
      rgba(197, 224, 212, 0.58) 34%,
      rgba(242, 249, 246, 0.96) 62%,
      #ffffff 100%
    );
  }
}
.footer-row1 .grid {
  display: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footer-row1 #panel1{
  display:grid;  
}


.grid {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}


#panel5 .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}



.footer-row1 .col-sm-4 {
  flex-basis: 30%;
  text-align: center;
  justify-content: center;
  padding: 12px 14px;
  width: 100%;
}

.leftFoot{
  width: 100% !important;
}
.centerFoot{
  width: 100% !important;
}.rightFoot{
  width: 100% !important;
  
}
.rightFoot img{
  width: 200px !important;
  height: 120px !important;
} 


.footer-row1 h3,
.footer-row1 h5,
.footer-row1 h4 {
  margin: 8px 0;
  color: #13332a;
}

.footer-row1 h5 {
  align-self: flex-start;
  margin-top: 0;
}

.footer-row1 h6 {
  color: #2a403a;
}

.footer-row3 h6 {
  color: rgba(255, 255, 255, 0.9);
}
/* Specific styles for Payment panel */
#panel3.grid {
  grid-template-columns: 1fr; /* Single column */
  place-items: center; /* Center both axes */
  width: 100%; /* Ensure full width */
}
/* Center alignment container */

/* Center container adjustments */
#panel3 .center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 1.25rem 1rem;
}

/* Heading specific fixes */
#panel3 .centered-heading {
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: #13332a;
}

/* Subheading adjustments */
#panel3 .centered-subheading {
  max-width: 600px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #2a403a;
  text-align: center;
}

/* Tab strip — marketplace gradient (matches marketplace-stats-bar) */
.footer-row2 {
  background: linear-gradient(135deg, #1a3c34 0%, #2d5a4a 50%, #1e4a3e 100%);
  min-height: 36px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.35rem 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-row2 .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-row2 .nav-item {
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
}

footer .footer-row2 .nav-item.active {
  font-size: inherit;
  font-weight: inherit;
}

footer .footer-row2 .nav-item a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'DM Sans', system-ui, sans-serif;
  padding: 0.2rem 0.35rem;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
}

footer .footer-row2 .nav-item a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

footer .footer-row2 .nav-item.active a {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--navbarColor);
}

.nav-item {
  margin: 0 10px;
  cursor: pointer;
}

.nav-item.active {
  font-weight: bold;
  font-size: 19px;
}

.nav-item.active a {
  color: var(--uni-light-colorTheme1);
  background-color: transparent;
  font-size: 19px;
}

.footer-row3 {
  background: rgba(12, 32, 28, 0.35);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 12px 18px;
  color: rgba(255, 255, 255, 0.9) !important;
}

.footer-row3 h4 {
  padding: 12px 20px;
}

.footer-row3 a {
  color: #c8f0e4;
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 240, 228, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-row3 a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.55);
}

/* Stay Connected — email + subscribe (footer row1) */
footer #subscription_form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  max-width: 320px;
  margin: 0.35rem auto 0;
}

footer #subscriber {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 280px;
  text-align: left;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 60, 52, 0.22);
  background: #fff;
  color: #1a2e28;
  box-shadow: 0 1px 3px rgba(26, 60, 52, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

footer #subscriber::placeholder {
  color: rgba(26, 46, 40, 0.45);
}

footer #subscriber:hover {
  border-color: rgba(45, 90, 74, 0.45);
}

footer #subscriber:focus {
  outline: none;
  border-color: #2d5a4a;
  box-shadow: 0 0 0 3px rgba(45, 90, 74, 0.2);
}

footer .btn.subscriptionBttn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
  font-family: 'Work Sans', 'DM Sans', system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a3c34 0%, #2d5a4a 50%, #1e4a3e 100%) !important;
  box-shadow: 0 2px 8px rgba(26, 60, 52, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    opacity 0.25s ease;
}

footer .btn.subscriptionBttn:hover {
  color: #fff !important;
  filter: brightness(1.06);
  box-shadow: 0 4px 16px rgba(26, 60, 52, 0.38);
  transform: translateY(-1px);
}

footer .btn.subscriptionBttn:focus-visible {
  outline: none;
  box-shadow:
    0 4px 16px rgba(26, 60, 52, 0.35),
    0 0 0 3px rgba(255, 255, 255, 0.55);
}

footer .btn.subscriptionBttn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(26, 60, 52, 0.3);
}

/* When user interacts with email, emphasize the button */
footer #subscriber:hover + .subscriptionBttn,
footer #subscriber:focus + .subscriptionBttn,
footer #subscriber:valid + .subscriptionBttn {
  opacity: 1 !important;
  box-shadow: 0 4px 14px rgba(26, 60, 52, 0.35);
}

/* Side-by-side on wider columns */
@media (min-width: 400px) {
  footer #subscription_form {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 100%;
    gap: 0;
  }

  footer #subscriber {
    flex: 1 1 auto;
    width: auto !important;
    max-width: none;
    margin: 0;
    border-radius: 999px 0 0 999px;
    border-right: 0;
  }

  footer .btn.subscriptionBttn {
    flex: 0 0 auto;
    width: auto;
    min-width: 122px;
    max-width: none;
    margin: 0;
    border-radius: 0 999px 999px 0;
    border-left-color: rgba(255, 255, 255, 0.12) !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer:hover .footer-row1 h3,
footer:hover .footer-row1 h4,
footer:hover .footer-row1 h5,
footer:hover .footer-row1 h6,
footer:hover .footer-row1 button {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
  transition: text-shadow 0.3s ease;
}
/* Sticky social bar */
.icon-bar {
  position: fixed;
  bottom: 0;
  right: 14px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  margin-bottom:70px;
 
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 9px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;

}

.icon-bar a:hover {
  background-color: #1a3c34;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(26, 60, 52, 0.35);
}

.facebook {
  background: rgba(255, 255, 255, 0.9);
  color: #1a3c34 !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(26, 60, 52, 0.2);
}

.twitter {
  background: rgba(255, 255, 255, 0.9);
  color: #1a3c34 !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(26, 60, 52, 0.2);
}

.instagram {
  background: rgba(255, 255, 255, 0.9);
  color: #1a3c34 !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(26, 60, 52, 0.2);
}

.google {
  background: rgba(255, 255, 255, 0.9);
  color: #1a3c34 !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(26, 60, 52, 0.2);
}

.linkedin {
  background: rgba(255, 255, 255, 0.9);
  color: #1a3c34 !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(26, 60, 52, 0.2);
}

/* Glow effect on hover */
.linkedin:hover {
   transition: all 0.3s ease-in-out;
   box-shadow: 0 0 5px rgba(59, 56, 56, 0.7);  
}

/* Check if the parent or top-most element has a white background */
body:has(.linkedin[style*="background: white"]) .linkedin,
body:has(.linkedin[style*="background: #fff"]) .linkedin {
  color: black; /* If background is white, change text color to black */
}

body:not(:has(.linkedin[style*="background: white"])) .linkedin,
body:not(:has(.linkedin[style*="background: #fff"])) .linkedin {
  color: white; /* Else, maintain white text color */
}

.fa-facebook-f{
  font-size: 2rem !important; 
}
.fa-instagram{
  font-size: 2rem !important; 
}
.fa-twitter{
  font-size: 2rem !important; 
}
/* Tooltip on my social media accounts    */
.tooltip {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tooltip.show {
  opacity: 1;
}
/* Sticky social bar */
/* EOF Footer*/
/* Original styles for footer and footer-row1 remain unchanged */

@media only screen and (min-width: 768px) and (max-width: 991px){
  footer {
    height: auto;
    transition: width 1s;
    transition: height 2s;
  }
  .footer-row1 {
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .footer-row1 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
  .footer-row1 .col-sm-4 {
    flex-basis: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  #panel1 {
    width: 100%;
  }
  #panel1 .col-sm-4 {
    flex-basis: 100%;
    width: 100%;
  }
  #panel1 .leftFoot,
  #panel1 .centerFoot,
  #panel1 .rightFoot {
    width: auto !important;
    margin-bottom: 10px;
    text-align: center;
  }
   .centered-heading {
    font-size: 1.3rem;
  }
  
  .centered-subheading {
    font-size: 0.9rem;
    padding: 0 1rem; /* Adds side padding on mobile */
  }
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
  footer {
    height: auto;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 {
    height: auto;
    flex-direction: column;
    align-items: center; /* Center the grid elements */
    justify-content: center;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center; /* Center the grid items horizontally */
  }

  .leftFoot,
  .centerFoot,
  .rightFoot {
    width: auto !important;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center; /* Center text content horizontally */
  }

  .rightFoot img {
    width: 100% !important;
    height: auto !important;
  }

  .footer-row1 .col-sm-4 {
    flex-basis: 100%;
  }
  #panel1 {
    width: 100%;
  }

  #panel1 .grid {
    grid-template-columns: repeat(1, 12fr);
    justify-content: center;
  }

  #panel1 .col-sm-4 {
    flex-basis: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  #panel1 .leftFoot,
  #panel1 .centerFoot,
  #panel1 .rightFoot {
    width: auto !important;
    margin-bottom: 10px;
    text-align: center;
  }

  #panel1 .rightFoot img {
    width: 100% !important;
    height: auto !important;
  }

}


@media only screen and (min-width: 240px) and (max-width: 568px){
  footer {
    height: auto !important;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 {
    height: auto !important;
    flex-direction: column;
    transition: width 1s;
    transition: height 2s;
    padding-bottom: 20px;
  }

  .footer-row1 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .leftFoot,
  .centerFoot,
  .rightFoot {
    width: auto !important;
  }

  .rightFoot img {
    width: 100% !important;
    height: auto !important;
  }

  .footer-row1 .col-sm-4 {
    flex-basis: 100%;
  }
   .center-container {
    padding: 1.5rem 0.5rem;
  }
  .footer-row2{
    padding: auto;
  }
  .footer-row3 {
    padding: 12px 16px;
  }

  .footer-row3 h4 {
    padding: 10px 12px;
  }
  .icon-bar a{
    font-size: 14px;
    padding: 10px;
  }
}

/** cookie popup css **/
/* Cookie Popup Styles */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px;
  z-index: 9999;
  display: flex;
  justify-content: center;
}

.cookie-content {
  display: flex;
  align-items: center; 
  max-width: 1200px;
  width: 100%;
  /* Remove flex-wrap unless needed for other elements */
  /* flex-wrap: wrap; */
  padding: 0 30px !important;
  margin: auto;
}

/* Add this new rule to handle text flow */
.cookie-content p {
  margin: 0;
  display: inline; /* Makes text flow naturally */
}

.cookie-content a {
  color: #4CAF50;
  text-decoration: none !important;
  white-space: nowrap; /* Prevents links from breaking */
  margin: 0 4px; /* Small spacing between links */
}

#cookieConsentForm {
  display: flex;
  align-items: center;
  margin-left: 15px; /* Add some spacing from text */
}

.btn-accept {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    padding: 0 15px !important;
  }
  
  .cookie-content a {
    white-space: normal; /* Allow breaks on small screens */
    display: inline-block; /* Better control */
  }
  
  #cookieConsentForm {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }
}