/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #ffffff;
  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;
  background: #fafafa;
  color: #03306b;
  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 20px 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: 700px;
  margin: 0 auto;
  padding: 20px 10px;
}

.home_convertersGrid__mP12q {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
}

.home_converterCard__JZjtT {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 180px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  transition: all 0.3s ease;
  border: 1px solid #0369DB;
  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;
  align-items: center;
  justify-content: center;
  color: #0369DB !important;
  width: 40px;
  height: 40px;
}

.home_converterIcon__10hO8 svg,
.home_converterIcon__10hO8 img {
  width: 28px;
  height: 28px;
  /* Apply CSS filter to colorize black SVGs to blue #0369DB */
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2425%) hue-rotate(217deg) brightness(95%) contrast(101%);
}

.home_converterIcon__10hO8 i {
  font-size: 28px;
}

.home_converterContent__vCSJa {
  width: 100%;
}

.home_converterTitle___jaEj {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1b1b1b;
}

.home_converterDescription__OA0p3 {
  font-size: 12px;
  color: #1b1b1b;
  line-height: 18px;
}

.home_converterArrow__0BO3e {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0369DB;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  transition: all 0.3s ease;
}

.home_converterCard__JZjtT:hover .home_converterArrow__0BO3e {
  color: #3b82f6;
  transform: translateX(2px);
}

.home_converterArrow__0BO3e svg,
.home_converterArrow__0BO3e img {
  width: 16px;
  height: 16px;
  /* Apply CSS filter to colorize SVG to blue #0369DB */
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2425%) hue-rotate(217deg) brightness(95%) contrast(101%);
}

.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: 28px;
  font-weight: 700;
  color: #2d3748;
  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 {
  width: 100%;
}

.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: 96%;  
} 

  .home_convertersGrid__mP12q {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    justify-items: center;
    gap: 10px;
  }

  .home_homeInfoGrid__0IVyb {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
    justify-items: center;
    gap: 10px;
  }
  
}
