@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Roboto", sans-serif !important;
}
#wlcmBcg {
  position: relative !important;
  height: 700px !important;
  padding-top: 150px;
}
#wlcmBcg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/img/wlcmBcg.png);
  background-position: center -40px;
  background-repeat: no-repeat;
  filter: brightness(0.5);
  z-index: -1;
}
#wlcmBcg h2 {
  color: #fff !important;
}
#wlcmBcg .has-regular-font-size {
  color: #f0f0f0 !important;
}
#wlcmBcg .secondParagraph {
  color: #f0f0f0;
}
#partnerWhy {
  height: auto !important;
  position: relative !important;
}

#partnerWhy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(/img/partnerWhyBcg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  filter: brightness(0.35);
  z-index: -1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#partnerWhy p {
  color: #f0f0f0;
}
#aboutUsContainer ul {
  padding: 0 !important;
}
#aboutUsContainer li {
  display: flex !important;
  align-items: center;
  margin-bottom: 10px;
}
#aboutUsContainer li svg {
  width: 18px;
  height: 18px;
}
#contactForm {
  position: relative !important;
}
#contactForm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(/img/contactIm.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  filter: brightness(0.35);
  z-index: -1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contactForm .has-text-align-center {
  color: #f0f0f0;
}
#contactForm h2 {
  color: #fcb900 !important;
}

#contactForm .gutena-forms-text-field,
#contactForm .gutena-forms-email-field,
#contactForm .gutena-forms-select-field,
#contactForm .gutena-forms-textarea-field {
  width: 100% !important;
}

/* Fix column equality in contact form */
#contactForm .wp-block-columns .wp-block-column {
  flex-basis: 50% !important;
  width: 50% !important;
}

/* Ensure all form inputs have consistent width */
#contactForm input,
#contactForm select,
#contactForm textarea {
  width: 100% !important;
  background-color: transparent;
  border: 1px solid #fff;
  padding-left: 10px;
  color: #f0f0f0;
  font-size: 0.9rem;
  box-sizing: border-box;
}

/* Fix select field heights to match other inputs */
#contactForm select {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  /* Custom dropdown arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

/* Style the dropdown options */
#contactForm select option {
  background-color: #1a1a1a;
  color: #f0f0f0;
  padding: 10px;
  border: none;
  font-weight: normal;
}

/* Hover effect for options */
#contactForm select option:hover {
  background-color: #333;
  color: #fcb900;
}

/* Selected option styling */
#contactForm select option:checked {
  background-color: #fcb900;
  color: #000;
  font-weight: bold;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
  font-weight: bold;
  color: #f0f0f081;
  opacity: 1;
}

#contactForm input {
  height: 50px;
}

/* Ensure field groups take full width */
#contactForm .wp-block-gutena-field-group {
  width: 100% !important;
}
#contactForm textarea {
  height: 150px;
  padding-top: 10px;
}
#contactForm h3 {
  font-size: 0.95rem !important;
  margin-bottom: 0px !important;
}

#contactForm .wp-block-heading {
  margin-bottom: -15px !important;
  color: #f0f0f0;
}

#firstRow {
  margin-bottom: -25px !important;
}
#formSubmit {
  color: #000 !important;
}
footer .gutena-forms-email-field {
  width: 100% !important;
}
/* Newsletter form styling to match contact form */
footer .gutena-forms-email-field input {
  width: 100% !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  padding-left: 10px !important;
  color: #f0f0f0 !important;
  font-size: 0.9rem !important;
  box-sizing: border-box !important;
  height: 50px !important;
}

footer .gutena-forms-email-field input::placeholder {
  font-weight: bold !important;
  color: #f0f0f081 !important;
  opacity: 1 !important;
}

footer .wp-block-heading.heading-input-label-gutena {
  font-size: 0.95rem !important;
  margin-bottom: 0px !important;
  color: #f0f0f0 !important;
}

/* Language dropdown styling */
.language-dropdown {
  margin-left: 20px;
}

.language-selector {
  position: relative;
}

.language-select {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 25px 8px 12px;
  font-family: "Exo 2", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 0;
  min-width: 60px;
}

.language-select:focus {
  outline: none;
  border-color: #fcb900;
}

.language-select:hover {
  color: #fcb900;
  border-color: #fcb900;
}

/* Custom dropdown arrow */
.language-selector::after {
  content: '▼';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  pointer-events: none;
}

.language-select:hover + .language-selector::after,
.language-selector:hover::after {
  color: #fcb900;
}

/* Style dropdown options */
.language-select option {
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.language-select option:hover {
  background-color: #333;
  color: #fcb900;
}

/* Mobile menu container */
.mobile-menu-container {
  display: none;
  align-items: center;
  gap: 15px;
}

/* Mobile language dropdown */
.mobile-language {
  margin-left: 0;
}

/* Hide navigation on mobile */
@media (max-width: 767px) {
  .wp-block-navigation {
    display: none !important;
  }

  /* Hide desktop language dropdown on mobile */
  .language-dropdown:not(.mobile-language) {
    display: none;
  }

  /* Show mobile menu container */
  .mobile-menu-container {
    display: flex;
  }

  /* Hamburger menu styles */
  .hamburger-menu {
    display: block;
    position: relative;
    z-index: 1001;
  }

  .hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }

  .hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .hamburger-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .hamburger-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .mobile-menu li {
    margin: 20px 0;
  }

  .mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .mobile-menu a:hover {
    color: #fcb900;
  }
}

/* Hide hamburger menu and mobile language on desktop */
@media (min-width: 768px) {
  .mobile-menu-container {
    display: none !important;
  }
  
  .hamburger-menu {
    display: none !important;
  }
  
  .mobile-menu {
    display: none !important;
  }
  
  .mobile-language {
    display: none !important;
  }
}

/* Responsive fix for #wlcmBcg height on small screens */
@media (max-width: 560px) {
  #wlcmBcg {
    height: auto !important;
    min-height: none !important;
    padding-top: 60px;
  }
}

#footerIcon ul {
  list-style-type: none;
}
#footerIcon svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: #0050fc;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  transition: transform 0.2s ease;
}

#footerIcon svg:hover {
  transform: translateY(-6px);
}

/* Footer newsletter form - 100% width on mobile */
@media (max-width: 767px) {
  footer .wp-block-gutena-forms form,
  footer .wp-block-gutena-forms,
  footer .wp-block-gutena-field-group,
  footer .gutena-forms-email-field,
  footer .gutena-forms-email-field input {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  footer .wp-block-gutena-forms {
    padding-right: 0 !important;
  }
  
  footer .wp-block-column h2 {
    text-align: center !important;
    padding-right: 0 !important;
  }
}
