

.marker {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.marker img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  filter: grayscale(100%);
}

#toggleGlobeButton,
#searchBtn {
  background: #21221c !important;
  border: 1px solid #070707 !important;
}






.content-wrapper {
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  align-items: center;
  height: 30vh; 
   padding: 20px; 
}

@media (min-width: 900px) {
  
  .globemargin {
    margin-top: -350px;
    margin-left: 130px;
  }
  .c-home-intro_summary{
    width: 350px !important;
  }
  .c-contact {
    width: 40vw;
  }

   .c-contact_socials{
    margin-top: 70px !important;
  } 
}

@media (max-width: 900px) {
  
  .globemargin {
    height: 100vh !important;
  }
  .c-contact {
    width: 90vw;
  }
  
}



/* contact form */

.c-contact_socials_item:before {
  background-color: #d1d8bd !important;
}
.c-contact_socials_item img {
  width: 2rem !important;
}




.c-contact_infos {
  width: 100%;

}

.u-1\/2\@from-medium {
  width: 90% !important;
}

.c-contact_form {
  background-color: transparent; /* Transparent background */
  padding: 20px 20px 20px 0;
  border-radius: 8px;
  box-shadow: none; /* Removed shadow for subtle effect */
  display: flex;
  flex-direction: row; /* Side-by-side layout for input and button */
  gap: 10px;
  align-items: center;
}

.c-contact_form form {
  width: 100%;
}

.form-group {
  width: 100%;
}

.form-input {
  padding: 12px;
  border: 1px solid #6e7455;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background-color: transparent;
  width: 100%;
  margin-bottom: 0.5rem;
  margin-right: 10px;
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
}

.form-input:focus {
  border-color: #435E39;
  outline: none;
}

.form-submit-btn {
  padding: 12px;
  background-color: black;
  color: white;
  border: none;
  width: 60%;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.form-submit-btn:hover {
  background-color: rgb(80, 79, 79);
}

.submit-text {
  font-size: 20px;
}



/* faq */

.faq-section {
  /* background-color: #121212; */
  background-color: black;
  padding: 20px;
  color: #e0e0e0;
  height: 100vh;
  /* width: unset !important; */
}

@media (max-width: 900px) {
  
  .faq-section {
    width: 100vw;
  }
  
}

.faq-title {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-question {
  background: none;
  color:  #e6e5e4;
  border: none;
  font-size: 18px;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #ffffff93;
}

.faq-answer {
  /* display: none; */
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.9s ease;
}

.faq-toggle {
  font-size: 20px;
  color: #e0e0e0;
  transition: transform 0.3s;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-item.close .faq-answer {
  max-height: 0px;
}
.faq-item.open .faq-answer {
    max-height: 500px;
}

.c-block-details_footer_link:hover{
  color: black;
}










#brand_782{
  background-color: black !important;
}

#brand_782 .c-brand_content {
  padding: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
  
}

#brand_782 .c-brand {
  padding: unset !important;
}


#preloader {
  position: fixed;
  height: 100Vh;
  width: 100vw;
    background: rgba(192, 192, 192, 0.4);
  
  z-index: 10000;
}
#preloader img{
    position: absolute;
      top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  
}


#end-section {
  background-image: url("https://humansoforganic.com/wp-content/uploads/2024/02/Untitled-design_11zon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.legacylogo{
    width: 110px;
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 900px) {
  
  .legacylogo{
    width: 160px;
    margin-top: 40px;
    text-align: center;
}
}










