* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #41887c;
  background-color: #f6f5f1;
}

.change::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}
.change:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}
.change::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}
.change:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

/* General */
.container {
  margin: 0 80px;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}

.mt-max {
  margin-top: 120px;
}
.mx-ne {
  margin-left: -40px;
}
.mx-ne-2 {
  margin-left: -80px;
}
.mx-2 {
  margin: auto 20px;
}
.my-1 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.my-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
h1,
h2,
h3,
h4 {
  font-family: "freight-display-pro";
  font-variant-numeric: lining-nums;
}
h1 {
  font-size: 5rem;
  font-weight: 100;
}
h2 {
  font-size: 3.6rem;
  font-weight: 100;
}
h3 {
  font-size: 3rem;
  font-weight: 100;
}
h4 {
  font-size: 1.7rem;
  font-weight: 100;
}
.p-1 {
  padding: 20px;
}
.p-2 {
  padding: 40px;
}
.p-4 {
  padding: 70px;
}
.display-none {
  display: none;
}

.my-btn {
  background-color: transparent;
  padding: 10px 30px;
  border: 1px solid #41887c;
  color: #41887c;
  border-radius: 20px;
  font-family: "navigo";
  text-align: center;
  text-decoration: none;
}
.my-btn:hover {
  background-color: #41887c;
  color: #fff;
}
.my-btn2 {
  background-color: #41887c;
  font-family: "navigo";
  padding: 10px 30px;
  border: none;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.my-btn2:hover {
  background-color: #17584e;
}
.my-btn3 {
  background-color: transparent;
  font-family: "navigo";
  padding: 10px 30px;
  border: 1px solid rgb(245, 244, 240);
  color: #f6f5f1;
  font-size: 20px;
  border-radius: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.my-btn3:hover {
  background-color: #fff;
  color: #478d81;
}
h1 {
  word-spacing: 8px;
}
h1 sup,
h2 sup,
h3 sup {
  font-size: 30px;
}
/* Visual match for headings demoted from <h1> to <h2>/<h3> for SEO
   (one true <h1> per page) so existing layouts keep their size. */
.h1-style {
  font-family: "freight-display-pro";
  font-size: 5rem;
  font-weight: 100;
  word-spacing: 8px;
}
.h1-style sup {
  font-size: 30px;
}
p {
  font-size: 1.1rrem;
  font-weight: 500;
  font-family: "navigo";
}
.tag {
  border-top: 1px #d4d3cf solid;
  border-bottom: 1px #d4d3cf solid;
  padding: 20px 5px;
}
.tag span {
  margin: 0 4px;
}
/* Navbar */
.socials {
  display: none;
}
.navbar {
  min-height: 14vh;
  background-color: #f6f5f1;
  border-bottom: 2px solid rgb(197, 197, 197);
  font-family: "navigo";
  display: flex;
  align-items: center;
}
.nav {
  display: flex;
}
.nav ul {
  display: flex;
  justify-content: space-evenly;
}
.nav ul li {
  list-style: none;
  font-size: 1.4rem;
}
.nav ul a {
  color: #41887c;
  text-decoration: none;
  background-size: 100% 100%;
  padding: 20px;
}
/* .nav-active {
  background-image: url("../images/nav-active.svg");
  background-size: 100px 50px;
} */
.nav-items-contact {
  /* top right corner of div */
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin-top: 0;
  color: #41887c;
  font-size: 1rem;
}

.nav-items-contact-item {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.nav-icon {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  color: #41887c;
}
.navbar-link {
  display: flex;
  text-decoration: none;
  color: #41887c;
  align-items: center;
}
.nav-seperator {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
/* Main Section */
.main-section {
  min-height: 86vh;
}
.main-section > div {
  height: 100%;
}
.main-section .left img {
  width: 75%;
  height: 420px;
  margin: 15px auto;
  object-fit: cover;
  border-radius: 300px;
}
.main-section .right img {
  width: 75%;
  margin: 25px 50px;
  object-fit: cover;
  border-radius: 300px;
}

/* Safety */
.safety {
  min-height: 110vh;
  position: relative;
  margin-top: 110px;
}

.safety .right img {
  width: 35%;
  object-fit: cover;
  border-bottom-right-radius: 200px;
  position: absolute;
  bottom: 0px;
  right: 17%;
  z-index: -1;
}
.safety .left {
  background-color: #41887c;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-bottom-left-radius: 200px;
  color: white;
  bottom: 0px;
  left: 30%;
  transform: translate(-50%);
}
.safety h1,
.safety .h1-style {
  margin-left: 80px;
}

.safety .left img {
  position: absolute;
  top: -150px;
  left: -50px;
  width: 280px;
}
.safety .left div {
  padding: 40px;
  color: #fff;
  background-color: #41887c;
}
.safety .left p {
  font-family: "navigo";
}
/* Natrual */
.natrual {
  background-color: #d4d3cf;
}
.natrual > img {
  width: 100%;
}
.natrual .container {
  flex-direction: column;
}
.natrual-top-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 100% 100%;
  margin: 0 0 1px 0;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.natrual .bottom {
  margin: 80px auto 120px auto;
}
.natrual-items {
  display: flex;
  justify-content: space-evenly;
}
.natrual-items > div {
  width: 33%;
}
.natrual-items div:nth-child(2n) {
  margin: 0 5px;
}
.natrual-icons {
  width: 80px;
}
.certification-items .natrual-icons {
  width: 85%;
  height: 150px;
  object-fit: contain;
}
.certification-items > div:first-child .natrual-icons {
  width: 75%;
  height: 130px;
}
.certification-items > div:nth-child(2) .natrual-icons {
  width: 85%;
  height: 160px;
  margin-top: 30px;
}
.certification-items > div:nth-child(3) .natrual-icons {
  width: 100%;
  height: 250px;
  margin-top: -2px;
}
.certification-items > div:nth-child(4) .natrual-icons {
  width: 100%;
  height: 250px;
}
.certification-items > div:nth-child(5) .natrual-icons {
  width: 90%;
  height: 170px;
}
.certification-items > div:last-child .natrual-icons {
  width: 95%;
  height: 180px;
}
.certification-link {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
}
.certification-link:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
.certification-link img {
  display: block;
  width: 100%;
  height: 100%;
}
.natrual-items > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #b5bab7;
  padding: 50px 30px;
}

.natrual-items > div p {
  padding: 40px 30px 20px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "navigo";
  text-align: center;
}
.natrual-items div:first-child {
  border-bottom-left-radius: 140px;
}
.natrual-items div:last-child {
  border-bottom-right-radius: 140px;
}
/* Explore */
.explore {
  height: 100%;
  min-height: 100vh;
}
.explore img {
  width: 70%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

/* Footer */
footer {
  background: url("../images/footer-bg1.png");
  height: 100%;
  min-height: 100vh;
  /* padding: 100px 0; */
  padding-top: 100px;
  background-size: 100% auto;
}
.footer {
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 40px;
}
.footer .right {
  padding: 40px 70px;
}
.footer .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.footer input,
.footer select,
.footer textarea {
  width: 100%;
  padding: 14px 10px;
  margin: 20px auto;
  border: none;
  border-bottom: 1px solid #41887c;
  color: #41887c;
  font-size: 16px;
  outline: none !important;
}
.footer-items {
  justify-content: space-between;
}
.footer-items li {
  list-style: none;
  padding: 8px;
  font-family: "navigo";
}
.footer-items ul li:nth-child(1) {
  opacity: 0.7;
}
.footer-contact-details {
  width: 50%;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.modal-group {
  display: none;
}
.overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}
.modal {
  width: 60%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .footer {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.close_btn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 1.2rem;
  font-family: "circular";
  color: #000;
}
.modal .footer .right {
  width: 100%;
}
.modal .footer input,
.footer select,
.footer textarea {
  width: 100%;
  padding: 10px 10px;
  margin: 6px auto;
  border: none;
  border-bottom: 1px solid #41887c;
  color: #41887c;
  font-size: 0.8rem;
  outline: none !important;
}
.modal .footer .right {
  padding: 20px 70px;
}
.modal h2 {
  font-size: 3.2rem;
}
@media (max-width: 1700px) {
  .nav ul a {
    font-size: 1.2rem;
  }
  .nav-items-tab {
    width: 82%;
  }
}
@media (max-width: 1400px) {
  .nav ul a {
    font-size: 1rem;
  }
  .nav-items-tab {
    width: 82%;
  }
}

@media (max-width: 1000px) {
  .main-section {
    margin-top: 80px;
  }
  .main-section .right {
    z-index: -1;
  }
  .safety h1,
  .safety .h1-style {
    width: 100%;
    margin: auto auto;
  }
  .safety .left {
    z-index: -1;
  }
  .footer-items {
    width: 80%;
  }
  .natrual .bottom {
    width: 100%;
  }
}
.collapsible-details {
  background-color: #f6f5f1;
  color: #41887c;
  cursor: pointer;
  padding: 18px 10px 10px 5px;
  width: 70%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  font-family: "navigo";
}

.active-details,
.collapsible-details:hover {
  background-color: #555;
  color: white;
}

.collapsible-details:after {
  content: "\002B";
  color: #555;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible-details:hover:after {
  color: white;
}
.active-details:after {
  content: "\2212";
}

.content-details,
.content-details-visible {
  padding: 0 18px;
  width: 70%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: "navigo";
  font-style: italic;
}
.content-details {
  max-height: 0;
  background-color: #f1f1f1;
}
.inci-header {
  margin-top: 20px;
  margin-bottom: 10px;
}
.custom-counter-details {
  margin: 0;
  padding: 10;
  list-style-type: none;
}

.custom-counter-details li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter-details li::before {
  content: "•";
  margin-right: 5px;
  font-size: 80%;
  /* background-color: rgb(0,200,200); */
  color: black;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

@media (max-width: 500px) {
  /* general */
  .w-20,
  .w-30,
  .w-40,
  .w-50,
  .w-60,
  .w-70,
  .w-80 {
    width: auto;
  }
  #manufacturer-cta-heading {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    font-size: 2rem;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .mx-ne {
    margin: 0;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .display-none {
    display: block;
  }
  .display-none-mob {
    display: none;
  }
  .container {
    margin: 0 10px;
  }
  button {
    padding: 10px 14px;
    font-size: 15px !important;
  }
  /* Navbar */
  .socials {
    display: block;
  }
  .navbar {
    height: 120px;
  }
  .rotate {
    transition: all 800ms;
    transform: rotateZ(90deg);
  }
  .my-active {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    height: 86vh;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%);
    background-color: #d4d3cf;
    width: 100%;
    animation: fadeIn 1.5s;
    z-index: 3;
  }

  .navbar .nav ul {
    display: none;
  }
  .nav {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
  }

  .menu {
    width: 55px;
    height: 55px;
    transition: all 800ms;
  }
  .menu:hover {
    cursor: pointer;
  }
  /* Footer */
  footer {
    margin-top: 0px;
    height: 100%;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer .left {
    width: 100%;
    height: 40%;
  }
  .footer .left img {
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
  }
  .footer .right {
    padding: 20px;
  }
  .footer-items {
    flex-wrap: wrap;
  }
  .footer-contact-details {
    width: 100%;
  }
  .footer-contact-details li > a > div {
    flex-wrap: wrap;
  }
  .footer-contact-details .nav-icon-footer {
    flex-shrink: 0;
  }
  .collapsible-details {
    width: 100% !important;
  }
  .content-details {
    width: 100% !important;
  }
  .overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  }
  .modal {
    width: 90%;

    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal .footer input,
  .footer select,
  .footer textarea {
    width: 100%;
    padding: 15px 10px;
    margin: 10px auto;

    font-size: 1rem;
  }
  .modal .footer .right {
    padding: 20px 40px;
  }
  .modal h2 {
    font-size: 2.2rem;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.contact-form input {
  color: white !important;
}

.text-center {
  text-align: center;
}
.whatsapp-icon span.whatsapp-icon-svg {
  right: 10px;
  bottom: 70px;
  display: inline-block;
  background: #1db843;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 9999;
}

.whatsapp-icon span.whatsapp-icon-svg svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 14px;
}

.whatsapp-icon span.whatsapp-icon-svg svg path {
  fill: #fff;
}

.nav-icon-footer {
  width: 18px;
  height: 18px;
  margin: 0 10px;
  color: #41887c;
}

@media (max-width: 500px) {
  .home-header {
    margin: 30px 0 0 0;
  }
  .nav-items-contact {
    display: none;
  }
}

/* drop-down */

/* Dropdown Menu Styles - CSS Only */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 280px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  flex-direction: column; /* Force vertical stacking */
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: flex; /* Change from block to flex */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  padding: 0;
  margin: 0;
}

.dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 14px;
  white-space: nowrap;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
  color: #2c7a4d; /* Adjust to match your brand color */
}

/* Add a dropdown arrow indicator next to Ingredients */
.dropdown > .nav-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is hovered */
.dropdown:hover > .nav-link::after {
  transform: rotate(180deg);
}

/* Keep dropdown visible when hovering over the menu itself */
.dropdown-menu:hover {
  display: flex; /* Change from block to flex */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* On mobile, let the dropdown flow full-width and wrap instead of the
   fixed 280px/nowrap desktop layout, which pushed long item names past
   the edge of narrow screens. Placed after the base .dropdown-menu/
   .dropdown-link rules above so it wins the cascade (equal specificity
   means source order decides, not just the media query). */
@media (max-width: 500px) {
  .dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border: none;
  }
  .dropdown-link {
    white-space: normal;
    text-align: center;
  }
}

/* footer */
.footer-map-container {
  width: 100%;
  padding: 0;
}

.footer-map-container iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-map-container iframe {
    height: 300px;
  }
}

/* Google's reCAPTCHA badge renders in the same fixed bottom-right corner as
   the WhatsApp button; hide it here and show the required disclosure text
   in the footer instead (per Google's reCAPTCHA branding terms). */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-disclosure {
  font-size: 11px;
  color: #888;
  text-align: center;
  margin-top: 10px;
}

.recaptcha-disclosure a {
  color: #888;
  text-decoration: underline;
}
