/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./styles/HomePage.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/


.HomePage_homePage__vHb94 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.HomePage_homeMain__LEAYW {
  max-width: 1080px;
  margin: 0 auto;
}

.HomePage_hero__AruHM {
  background: #fafafa;
  color: #03306b;
  padding: 30px 0 0 0;
  text-align: center;
}

.HomePage_heroContainer__Opp5Q {
  width: 100%;
  height: 120px;
  margin: 0 auto 20px auto;
  padding: 20px 10px;
}

.HomePage_heroTitle__ah5fS {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.HomePage_heroSubtitle__p5Hg3 {
  font-size: 22px;
  
}

.HomePage_convertersSection__hrMsl {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 10px;
}

.HomePage_convertersGrid__d1j2k {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  grid-gap: 6px;
  gap: 6px;
  justify-content: center;
}

.HomePage_converterCard__mH6Im {
  position: relative;
  width: 100%;
  max-width: 390px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  transition: all 0.3s ease;
  border: 1px solid #999999;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.HomePage_converterCard__mH6Im:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.HomePage_converterIcon__cV72g {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003d9e;
  width: 40px;
  height: 40px;
}

.HomePage_converterIcon__cV72g svg {
  width: 28px;
  height: 28px;
}

.HomePage_converterContent__UQ8Dw {
  flex: 1 1;
  min-width: 0;
}

.HomePage_converterTitle__U0wvG {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1f2937;
}

.HomePage_converterDescription__4L1kH {
  font-size: 14px;
  color: #202020;
  line-height: 24px;
}

.HomePage_convertersMainContent__IAhbb {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
}


@media (max-width: 768px) {
  
  .HomePage_homeMain__LEAYW {
  max-width: 96%;  
} 

  .HomePage_convertersGrid__d1j2k {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    justify-items: center;
    gap: 10px;
  }

}


