/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./src/components/Navigation.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.Navigation_nav__D1U__ {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  display: flex;
  justify-content: space-around;
  padding: 12px 0 24px 0; /* Extra padding for iOS home indicator area */
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
  z-index: 50;
  border-top: 1px solid #F3F4F6;
}

.Navigation_navItem__gXr6E {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #9CA3AF;
  transition: all 0.2s;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 12px;
}

.Navigation_caption__vDrtF {
  font-size: 11px;
  font-weight: 500;
}

.Navigation_active__g2eu3 {
  color: #EA580C; /* Matching the orange from the image */
  background-color: #FFF7ED; /* Light orange background for active tab */
}

.Navigation_active__g2eu3 .Navigation_caption__vDrtF {
  font-weight: 600;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZU32B {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA;
  min-height: 100vh;
}

/* App Bar */
.page_appBar__LbR8M {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
}

.page_userInfo__EuccZ {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page_avatar__m7D8N {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.page_userName__JJW9p {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-container);
}

.page_bellButton__gclQq {
  background: none;
  border: none;
  color: var(--primary-container);
}

/* Hero Section */
.page_hero__SKW6o {
  position: relative;
  height: 240px;
  background: linear-gradient(135deg, #1f0046 0%, #3a0077 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  color: white;
  overflow: hidden;
}

.page_heroBackground__LV9pF {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-image: url('https://images.unsplash.com/photo-1532938911079-1b06ac7ceec7?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80');
  background-size: cover;
  background-position: center;
}

.page_heroContent__2lPR8 {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.page_heroSubtitle__RTAw0 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.page_heroTitle__Gfler {
  font-size: 18px;
  font-weight: 600;
  max-width: 80%;
  line-height: 1.3;
}

.page_heroButton__cVwBD {
  background-color: #FFA500;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

/* Search Bar Wrapper */
.page_searchWrapper__AgJnb {
  padding: 0 20px;
  margin-top: -28px;
  position: relative;
  z-index: 20;
}

.page_searchBox__vnseV {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 12px;
  padding: 8px 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 56px;
}

.page_searchInput__spYJs {
  flex: 1 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: #374151;
  margin-left: 12px;
  background: transparent;
}

.page_searchInput__spYJs::placeholder {
  color: #9CA3AF;
}

.page_filterButton__k8N4Y {
  background-color: var(--primary-container);
  color: white;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content Sections */
.page_section__61PEw {
  padding: 24px 20px;
}

.page_sectionHeader__a4Fw5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.page_sectionTitle__hzsAh {
  font-size: 16px;
  font-weight: 600;
  color: var(--on-surface);
}

.page_viewAll__x_Rdb {
  font-size: 14px;
  color: #B45309;
  text-decoration: none;
}

/* Services Grid */
.page_servicesGrid__plSir {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}

.page_serviceCard__gtUdi {
  background: white;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.page_serviceCard__gtUdi:active {
  transform: scale(0.98);
}

.page_serviceIconWrapper__t6dSv {
  width: 48px;
  height: 48px;
  background-color: #F3E8FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-container);
}

.page_serviceLabel__ajxFA {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1F2937;
  text-align: center;
}

/* Gestion Online Banner */
.page_gestionBanner__ZPpQ7 {
  background: linear-gradient(135deg, #2e005f 0%, #4c0099 100%);
  border-radius: 16px;
  padding: 24px;
  color: white;
  position: relative;
  overflow: hidden;
}

.page_gestionContent__SLQDK {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 70%;
}

.page_gestionTitle__3_9hQ {
  font-size: 16px;
  font-weight: 600;
}

.page_gestionDesc__7wZTV {
  font-size: 14px;
  color: #E9D5FF;
  line-height: 1.4;
  margin-bottom: 8px;
}

.page_gestionDeco__lMG8j {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  border: 20px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  z-index: 1;
}

/* News List */
.page_newsScroll__i4ODT {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 12px;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  scrollbar-width: none; /* Firefox */
}

.page_newsScroll__i4ODT::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.page_newsCard__HsL2h {
  min-width: 260px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.page_newsImage__Z6p36 {
  height: 140px;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.1);
  font-size: 80px;
  font-weight: 800;
}

.page_newsImage__Z6p36.page_second__7hbtU {
  background: linear-gradient(135deg, #4c1d95 0%, #7c3aed 100%);
}

.page_newsInfo__Q5EcC {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page_newsTitle__Lt1HM {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #1F2937;
}

.page_newsLink__KuDVa {
  font-size: 14px;
  font-weight: 600;
  color: #B45309;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

/* Modal */
.page_modalOverlay__OBdlJ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.page_modalContent__V7EIS {
  background-color: white;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  animation: page_slideUp__hSTWN 0.3s ease-out;
}

@keyframes page_slideUp__hSTWN {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page_modalClose__WivqM {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.page_modalClose__WivqM:active {
  background-color: #f3f4f6;
}

.page_modalTitle__px2QE {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-container);
  margin-bottom: 16px;
  padding-right: 24px;
}

.page_modalList__D4pRy {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 60vh;
  overflow-y: auto;
}

.page_modalList__D4pRy li {
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.page_modalList__D4pRy li:last-child {
  border-bottom: none;
}

.page_modalListIcon__ilysP {
  color: var(--secondary-container);
  flex-shrink: 0;
  margin-top: 2px;
}

