/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/home/homepage.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Homepage.module.css */
.homepage_pageContainer__5Afyx {
  margin: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage_flexBox__KqC2Z {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.homepage_textContainer__5eymY {
  padding: 40px;
  align-items: left;
}
.homepage_divider__3kLks {
  border-bottom-width: 2px;
  text-align: center;
  max-width: 10%;
  margin-top: 16px; /* mt: 2 corresponds to 16px */
  border-bottom-color: #e3d7fc;
}
.homepage_heading__iV06F {
  color: #00196e;
  font-weight: 400;
  margin-bottom: 16px;
}

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

.homepage_paragraph__QqN3V {
  margin-bottom: 16px;
  margin-top: 10px;
  text-align: left;
}

.homepage_demoButton__7ByVy {
  text-transform: none;
  background-color: #8e60f4;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  border-radius: 25px;
  margin-top: 16px;
}

.homepage_container__ai0zx {
  position: relative;
}

@keyframes homepage_shrinkAndFlip__VWjdb {
  0% {
    transform: scale(1) rotateY(0deg);
  }
  90% {
    transform: scale(0.7) rotateY(180deg);
  }
  100% {
    transform: scale(0.7) rotateY(180deg);
  }
}

.homepage_shrinkAndFlip__VWjdb {
  animation: homepage_shrinkAndFlip__VWjdb 50s ease-in-out forwards;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/utils/button.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.button_button__RfxKo {
  background-color: #00196e;
  border-radius: 25px;
  margin: 0 5px;
}
.button_button__RfxKo:hover {
  background-color: #0a35b0;
}
.button_text__RPotD {
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  line-height: 1.5;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/home/headerAndAnimaton.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.headerAndAnimaton_container__cml6M {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 100%;
}

.headerAndAnimaton_textContainer__gKnjP {
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: left;
}

.headerAndAnimaton_paragraph___sia5 {
  margin-bottom: 16px;
  margin-top: 10px;
  text-align: left;
}

.headerAndAnimaton_buttonContainer__cyfjC {
  display: flex;
  justify-content: start;
  align-items: start;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./components/navbar/navbar.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Navbar.module.css */
.navbar_navbar___TphW {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  background-color: white;
  border-bottom: 1px solid #eee;
}

.navbar_toolbar__5vYVM {
  width: 100%; /* Ensures the toolbar takes full width */
  display: flex;
  justify-content: space-between;
}

.navbar_logo__XO8_f {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.navbar_navLinks__0tBG2 {
  list-style: none;
  display: flexbox;
  height: 100%;

  gap: 1.5rem;
}
.navbar_navLinks__0tBG2 ul {
  display: flex;

  justify-content: center;
  align-items: 'center';
}

.navbar_navLinks__0tBG2 li {
  position: relative;
  display: flex;

  align-items: center;
  flex-grow: 1; /* Allows li to take full width */
  justify-content: center; /* Ensures text is centered */
}

.navbar_navLinks__0tBG2 a {
  color: #00196e;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.navbar_navLinks__0tBG2 a:hover {
  color: #5f2eff; /* hover effect */
}

.navbar_dropdownIcon__G44b3 {
  margin-left: 0.15rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #8e60f4;
}

.navbar_actions__nG7td {
  display: flex;
  align-items: center;
}

.navbar_requestDemoButton__8UcYv {
  background-color: #00196e;
  color: white;
  border-radius: 30px;
  text-transform: 'none';
  font-size: '1.2rem';
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  border: none;
  cursor: pointer;
}

.navbar_requestDemoButton__8UcYv:hover {
  background-color: #0a35b0;
}

.navbar_searchIcon__2WRrI {
  font-size: 2rem;
  background-color: #8e60f4;
  color: white;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  rotate: 90deg;
}

/* Dropdown styling */
.navbar_dropdownMenu__GlYkw {
  display: none; /* Initially hidden */
  position: absolute; /* Set to absolute */
  top: 110%; /* Adjust position */
  left: 0;
  width: 100%;
  height: auto;
  padding: 55px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1000;
}

.navbar_dropdownContainer__RMYbj {
  display: grid;
  height: auto;
  grid-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.navbar_dropdownTitle__CVDRh {
  font-weight: 500;
  font-size: 2.625rem;
  color: #00196e;
  padding: 25px;
}

.navbar_dropdownOption__JG_e4 {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar_optionRow__Wx5sc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  /* align-items: flex-start; */
  margin-bottom: 1rem;
}
.navbar_optionsImageContainer__stjx3 {
  background-color: #d3c9f1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar_optionImage__Xji1h {
  width: 190px;
  height: 180px;
  margin-right: 20px;
}
.navbar_optionsTextContainer__rLFZI {
  background-color: #f1f0f3;
  padding: 15px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.navbar_optionText__YfnJg {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  /* margin-bottom: 1rem; */
}

.navbar_optionText__YfnJg:hover {
  color: #8e60f4;
}

.navbar_optionSubText__7oe1G {
  color: #666;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.navbar_dropdownList__Xql0j {
  text-align: center;
}

.navbar_showDropdown___cKEQ {
  display: block;
}

