/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/styles/home.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.home_appBar__OyxTC {
  background: linear-gradient(to right, #0077B6, #52B788) !important;
  color: white !important;
}

.home_headerContent__UwgcS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.home_appBarButton__AozRY {
  color: white !important;
  text-transform: none !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
}

.home_appBarButtonOutlined__zrqMA {
  border-color: white !important;
}

.home_appBarButtonContained__LZZf9 {
  background: white !important;
  color: #0077B6 !important;
}

.home_appBarButtonContained__LZZf9:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.home_appBarExploreButton__zQYhB {
  background: white !important;
  color: #0077B6 !important;
  text-transform: none !important;
  font-weight: 600 !important;
  padding: 10px 24px !important;
  border-radius: 25px !important;
  font-size: 1.1rem !important;
}

.home_appBarExploreButton__zQYhB:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.home_container__KepaU {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.home_mainContent__nCMGX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
  gap: 2rem;
}

.home_loginSection__jBZdU {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
}

.home_loginButton__WfT7J {
  width: 100% !important;
  padding: 12px !important;
  text-transform: none !important;
  font-size: 1rem !important;
  border-radius: 8px !important;
  justify-content: flex-start !important;
}

.home_imageSection__RS74c {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_imageSection__RS74c img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.home_infoSection__tFiTh {
  padding: 4rem 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* Footer */
.home_footer__sV1_i {
  background: linear-gradient(to right, #0077B6, #52B788);
  color: white;
  padding: 2rem 0;
  text-align: center;
  margin-top: auto;
}

.home_socialMedia__GfAyK {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.home_socialMedia__GfAyK a {
  color: white;
  transition: opacity 0.3s ease;
}

.home_socialMedia__GfAyK a:hover {
  opacity: 0.8;
}

.home_socialMedia__GfAyK img {
  width: 24px;
  height: 24px;
}

.home_footerLinks__aUWXU {
  margin: 1rem 0;
  color: white;
}

.home_footerLinks__aUWXU a {
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
}

.home_footerLinks__aUWXU a:hover {
  text-decoration: underline;
}

.home_footerLinks__aUWXU span {
  margin: 0 0.5rem;
}

/* Media Queries */
@media (max-width: 768px) {
  .home_container__KepaU {
    font-size: 14px;
    line-height: 1.4;
  }

  .home_mainContent__nCMGX {
    flex-direction: column;
    padding: 2rem 0;
  }

  .home_loginSection__jBZdU {
    max-width: 100%;
  }

  .home_footerLinks__aUWXU a {
    font-size: 0.9rem;
  }

  .home_socialMedia__GfAyK img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .home_container__KepaU {
    font-size: 12px;
    line-height: 1.3;
  }

  .home_loginSection__jBZdU h4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 1300px) {
  div.home_sections-container__LdM1S {
    padding: 2em
  }
} 
