/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/styles/home.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* app/home.module.css */

.home_homePage__LxWb0 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f0f0f0;
  padding-top: 100px;
  box-sizing: border-box;
}

.home_homeMain__tkq7S {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home_hero__bcdzY {
  max-width: 700px;
  color: #1b1b1b;
  margin: 0 auto 60px auto;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home_heroContainer___Un_c {
  width: 100%;
  max-width: 740px;
  height: 100%;
  margin: 0 auto 10px auto;
  padding: 20px 10px;
}

.home_heroTitle__xHM4Z {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.home_heroSubtitle__LceiD {
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 30px;
}

.home_convertersSection__AHXd8 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 10px;
}

.home_convertersGrid__mP12q {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 90px auto;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
}

.home_converterCard__JZjtT {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-width: 300px;
  height: 100%;
  max-height: 270px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all 0.3s ease;
  border: 1px solid #999999;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-decoration: none;
}

.home_converterCard__JZjtT:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.home_converterIcon__10hO8 {
  flex-shrink: 0;
  display: flex;
  margin: 0 8px 0 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.home_converterIcon__10hO8 i {
  font-size: 28px;
}

.home_converterContent__vCSJa {
  width: 100%;
}

.home_converterTitle___jaEj {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1b1b1b;
}

.home_converterDescription__OA0p3 {
  width: 100%;
  font-size: 12px;
  color: #1b1b1b;
  margin: 0 auto;
  padding: 0;
  line-height: 18px;
}

.home_converterArrow__0BO3e {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545454;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  transition: all 0.3s ease;
}

.home_converterCard__JZjtT:hover .home_converterArrow__0BO3e {
  color: #3b82f6;
  transform: translateX(2px);
}

.home_converterArrow__0BO3e i {
  font-size: 20px;
}

.home_convertersMainContent__cLWv1 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  justify-content: center;
}

.home_homeSection__FHko3 {
  margin: 0 auto 60px auto;
}

.home_homeSectionTitle__PQ1yC {
  font-size: 24px;
  font-weight: 700;
  color: #545454;
  margin-bottom: 30px;
  text-align: center;
}

.home_homeInfoSection__Y2RM3 {
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}

.home_homeInfoGrid__0IVyb {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  justify-content: space-between;
}

.home_homeInfoItem__MEb1U {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  padding: 20px;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
  flex: 1 1;
}

.home_homeInfoItemIcon__fdJw3 {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #03306b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home_homeInfoItemContent__zhp0n {
  flex: 1 1;
}

.home_homeInfoItemTitle__cx996 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #3f3f3f;
}

.home_homeInfoItemText__eLsUA {
  color: #718096;
  line-height: 1.6;
}


@media (max-width: 768px) {
 
  .home_homeMain__tkq7S {
  max-width: 98%;  
} 

  .home_convertersGrid__mP12q {
    grid-template-columns: 2fr;
    max-width: 100%;
    justify-items: center;
    gap: 10px;
  }
  
.home_homeInfoGrid__0IVyb {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    justify-items: center;
    gap: 10px;
  }



.home_converterCard__JZjtT {
  position: relative;
  width: 100%;
  max-width: 390px;
}


}

