/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_main__GlU4n {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Sections */
.page_productsSection__0__yF {
  padding: 4rem 0;
}

.page_sectionHeader__a4Fw5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.page_sectionHeader__a4Fw5 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: hsl(var(--foreground));
}

.page_sectionHeader__a4Fw5 p {
  color: hsl(var(--muted-foreground));
  margin-top: 0.5rem;
  max-width: 600px;
}

.page_viewAll__x_Rdb {
  color: hsl(var(--primary));
  font-weight: 600;
  text-decoration: none;
}

.page_viewAll__x_Rdb:hover {
  text-decoration: underline;
}

.page_grid__f5Kdy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}

/* Nöbetmatik Section */
.page_nobetmatikSection__amgmW {
  padding: 5rem 0;
  background: hsl(var(--card));
  border-bottom: 1px solid hsl(var(--border));
}

.page_nobetmatikContent__OpkQG {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
}

.page_nobetmatikText__YNOIx h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 1rem 0;
  line-height: 1.2;
}

.page_nobetmatikText__YNOIx p {
  font-size: 1.1rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 2rem;
  line-height: 1.6;
}

.page_badge__s34Is {
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  padding: 0.5rem 1rem;
  border-radius: 99px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.page_featureList___8ePa {
  list-style: none;
  margin-bottom: 2.5rem;
}

.page_featureList___8ePa li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: hsl(var(--foreground));
}

.page_featureList___8ePa li svg {
  color: hsl(var(--primary));
}

.page_nobetmatikImage__oayTC img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.3s;
}

.page_nobetmatikImage__oayTC img:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.page_primaryBtn__smNNv {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  padding: 1rem 2rem;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.page_primaryBtn__smNNv:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Charging Solutions */
.page_chargingSection__RPFrK {
  padding: 5rem 0;
  background: hsl(var(--background));
  text-align: center;
}

.page_solutionsGrid__Lvfhc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: 3rem;
}

.page_solutionCard__MzxJ5 {
  background: hsl(var(--card));
  padding: 2.5rem;
  border-radius: var(--radius);
  border: 1px solid hsl(var(--border));
  transition: transform 0.3s, box-shadow 0.3s;
}

.page_solutionCard__MzxJ5:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  border-color: hsl(var(--primary));
}

.page_iconBox__P_t1u {
  width: 64px;
  height: 64px;
  background: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.page_solutionCard__MzxJ5 h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page_solutionCard__MzxJ5 p {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page_nobetmatikContent__OpkQG {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .page_nobetmatikText__YNOIx {
    order: 2;
  }

  .page_nobetmatikImage__oayTC {
    order: 1;
  }

  .page_nobetmatikImage__oayTC img {
    transform: none;
  }

  .page_featureList___8ePa {
    text-align: left;
    display: inline-block;
  }

  .page_sectionHeader__a4Fw5 {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/commerce/HeroSlider.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.HeroSlider_slider__mv3BT {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: hsl(var(--background));
}

.HeroSlider_slide__qRgUH {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

.HeroSlider_slide__qRgUH.HeroSlider_active__fdZCN {
    opacity: 1;
    z-index: 1;
}

.HeroSlider_content__iGZ03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
}

.HeroSlider_textContent__ONBGO {
    flex: 1 1;
    color: white;
    animation: HeroSlider_slideInLeft__eoyXG 0.8s ease-out;
}

.HeroSlider_title__H0KjG {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.HeroSlider_subtitle__PIfPO {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
}

.HeroSlider_cta__aBalb {
    display: inline-block;
    padding: 1rem 2rem;
    background: hsl(var(--primary));
    /* Darker (Blue) background */
    color: white;
    /* White text for contrast */
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
}

.HeroSlider_cta__aBalb:hover {
    transform: translateY(-2px);
    background: hsl(var(--primary) / 0.9);
}

.HeroSlider_imageWrapper__uXyCE {
    flex: 1 1;
    display: flex;
    justify-content: center;
    animation: HeroSlider_fadeIn__HNjvV 1s ease-out;
}

.HeroSlider_image__jULn0 {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.HeroSlider_navBtn__6fzUq {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 1rem;
    cursor: pointer;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: background 0.2s;
}

.HeroSlider_navBtn__6fzUq:hover {
    background: rgba(0, 0, 0, 0.8);
}

.HeroSlider_prev__cTbUi {
    left: 1rem;
}

.HeroSlider_next__pPMHx {
    right: 1rem;
}

.HeroSlider_dots__cNRzH {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    gap: 0.5rem;
}

.HeroSlider_dot__zX7ks {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.2s;
}

.HeroSlider_activeDot__PNfU8 {
    background: white;
    width: 20px;
    border-radius: 10px;
}

@keyframes HeroSlider_slideInLeft__eoyXG {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes HeroSlider_fadeIn__HNjvV {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .HeroSlider_slider__mv3BT {
        height: auto;
        padding: 4rem 0;
    }

    .HeroSlider_content__iGZ03 {
        flex-direction: column-reverse;
        text-align: center;
    }

    .HeroSlider_title__H0KjG {
        font-size: 2rem;
    }

    .HeroSlider_imageWrapper__uXyCE {
        margin-bottom: 2rem;
    }

    .HeroSlider_navBtn__6fzUq {
        display: none;
    }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/commerce/ProductCard.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.ProductCard_card__qWL9f {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ProductCard_card__qWL9f:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px -5px hsla(var(--foreground), 0.1);
    border-color: hsl(var(--primary) / 0.5);
}

.ProductCard_imageContainer__I9gQu {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1rem;
}

.ProductCard_placeholderImage__voEKv {
    font-size: 4rem;
    color: hsl(var(--muted-foreground) / 0.3);
    font-weight: 800;
}

.ProductCard_category__iFXFJ {
    position: absolute;
    top: 10px;
    left: 10px;
    background: hsla(var(--background) / 0.8);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 0.25rem 0.6rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: hsl(var(--foreground));
}

.ProductCard_quickAdd__cUxDC {
    position: absolute;
    top: 10px;
    right: 10px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.2s;
}

.ProductCard_card__qWL9f:hover .ProductCard_quickAdd__cUxDC {
    opacity: 1;
    transform: translateX(0);
}

.ProductCard_quickAdd__cUxDC:hover {
    transform: scale(1.1);
}

.ProductCard_content__QzQ9Y {
    padding: 1.25rem;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.ProductCard_title__GOFqO {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
}

.ProductCard_link___Tzkj:hover {
    color: hsl(var(--primary));
}

.ProductCard_desc__x_1kY {
    font-size: 0.85rem;
    color: hsl(var(--muted-foreground));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1;
}

.ProductCard_footer__xGguP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.ProductCard_price__x3_lg {
    font-size: 1.1rem;
    font-weight: 700;
    color: hsl(var(--primary));
}

.ProductCard_btn__gUMft {
    background: transparent;
    color: hsl(var(--foreground));
    border: 1px solid hsl(var(--border));
    padding: 0.4rem 1rem;
    border-radius: var(--radius);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.ProductCard_btn__gUMft:hover {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    border-color: hsl(var(--primary));
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/home/ContactSection.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.ContactSection_section__9JvIx {
    padding: 4rem 1.5rem;
    background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--primary-dark)) 100%);
    color: white;
}

.ContactSection_container__rZ572 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    gap: 4rem;
    align-items: center;
}

.ContactSection_content__7cCzc h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.ContactSection_content__7cCzc p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.ContactSection_features__cbsib {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

.ContactSection_features__cbsib li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
}

.ContactSection_formWrapper__XXRM9 {
    background: hsl(var(--card));
    padding: 2rem;
    border-radius: var(--radius);
    color: hsl(var(--card-foreground));
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
}

.ContactSection_formWrapper__XXRM9 h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--primary);
    text-align: center;
}

.ContactSection_form__iT8Yz {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

.ContactSection_field__RZ9Of {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ContactSection_field__RZ9Of label {
    font-size: 0.9rem;
    font-weight: 500;
}

.ContactSection_field__RZ9Of input {
    padding: 0.75rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: border-color 0.2s;
    background: hsl(var(--background));
    /* Use theme bg for input */
    color: hsl(var(--foreground));
}

.ContactSection_field__RZ9Of input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary-light);
}

.ContactSection_submitBtn__McLkH {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    padding: 1rem;
    border: none;
    border-radius: var(--radius);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ContactSection_submitBtn__McLkH:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ContactSection_submitBtn__McLkH:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Modal Styles */
.ContactSection_modalOverlay__Nh_Ra {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 1rem;
}

.ContactSection_modalContent__a7Mzu {
    background: hsl(var(--card));
    padding: 2.5rem;
    border-radius: var(--radius);
    text-align: center;
    max-width: 400px;
    width: 100%;
    animation: ContactSection_popIn__uq_jD 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: hsl(var(--card-foreground));
}

.ContactSection_iconCircle__aONnx {
    width: 80px;
    height: 80px;
    background: #dcfce7;
    color: #166534;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.ContactSection_modalContent__a7Mzu h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: hsl(var(--card-foreground));
}

.ContactSection_modalContent__a7Mzu p {
    color: hsl(var(--muted-foreground));
    margin-bottom: 2rem;
    line-height: 1.5;
}

.ContactSection_closeModalBtn__uj3z0 {
    background: var(--primary);
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

@keyframes ContactSection_popIn__uq_jD {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .ContactSection_container__rZ572 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ContactSection_content__7cCzc {
        text-align: center;
    }

    .ContactSection_features__cbsib {
        justify-content: center;
    }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Toast.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.Toast_toastContainer__NyhhO {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.Toast_toast__O7TdZ {
    pointer-events: all;
    background: white;
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 300px;
    max-width: 400px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: Toast_slideIn__n_n_j 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-left: 4px solid transparent;
    color: #1e293b;
}

.Toast_toast__O7TdZ.Toast_success__JwS_M {
    border-left-color: #22c55e;
}

.Toast_toast__O7TdZ.Toast_success__JwS_M .Toast_icon__71ttU {
    color: #22c55e;
}

.Toast_toast__O7TdZ.Toast_error__ALBo_ {
    border-left-color: #ef4444;
}

.Toast_toast__O7TdZ.Toast_error__ALBo_ .Toast_icon__71ttU {
    color: #ef4444;
}

.Toast_toast__O7TdZ.Toast_warning__BuYwh {
    border-left-color: #f59e0b;
}

.Toast_toast__O7TdZ.Toast_warning__BuYwh .Toast_icon__71ttU {
    color: #f59e0b;
}

.Toast_toast__O7TdZ.Toast_info__P3fqI {
    border-left-color: #3b82f6;
}

.Toast_toast__O7TdZ.Toast_info__P3fqI .Toast_icon__71ttU {
    color: #3b82f6;
}

.Toast_icon__71ttU {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.Toast_message__Ndn3l {
    flex: 1 1;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.Toast_closeBtn__kWaYw {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.Toast_closeBtn__kWaYw:hover {
    color: #64748b;
}

@keyframes Toast_slideIn__n_n_j {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 640px) {
    .Toast_toastContainer__NyhhO {
        top: auto;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .Toast_toast__O7TdZ {
        width: 100%;
        min-width: auto;
    }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/home/LatestBlogs.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.LatestBlogs_section__a_vJ1 {
    padding: 5rem 0;
    background: var(--background);
}

.LatestBlogs_header__ov_cv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.LatestBlogs_header__ov_cv h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--foreground);
}

.LatestBlogs_viewAll__l_UZ9 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: hsl(var(--primary));
    font-weight: 600;
    transition: opacity 0.2s;
}

.LatestBlogs_viewAll__l_UZ9:hover {
    opacity: 0.8;
}

.LatestBlogs_grid__6mxzf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
}

.LatestBlogs_card__7ZFHE {
    background: hsl(var(--card));
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.LatestBlogs_card__7ZFHE:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: hsl(var(--primary));
}

.LatestBlogs_imageWrapper__iPZ5o {
    width: 100%;
    height: 200px;
    background: #f8f9fa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LatestBlogs_imageWrapper__iPZ5o img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    transition: transform 0.5s ease;
}

.LatestBlogs_card__7ZFHE:hover .LatestBlogs_imageWrapper__iPZ5o img {
    transform: scale(1.05);
}

.LatestBlogs_content__ij0Uz {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.LatestBlogs_meta__11w36 {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: hsl(var(--muted-foreground));
    margin-bottom: 0.75rem;
}

.LatestBlogs_meta__11w36 span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.LatestBlogs_title__JXRnR {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: hsl(var(--card-foreground));
}

.LatestBlogs_card__7ZFHE:hover .LatestBlogs_title__JXRnR {
    color: hsl(var(--primary));
}

.LatestBlogs_excerpt__9cXLb {
    color: hsl(var(--muted-foreground));
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.LatestBlogs_readMore__guHW7 {
    font-weight: 600;
    color: hsl(var(--primary));
    font-size: 0.9rem;
    margin-top: auto;
}

@media (max-width: 640px) {
    .LatestBlogs_grid__6mxzf {
        grid-template-columns: 1fr;
    }

    .LatestBlogs_header__ov_cv {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__eNA9m {
    background: hsl(var(--card));
    border-top: 1px solid hsl(var(--border));
    padding: 4rem 0 0;
    margin-top: auto;
}

.Footer_container__IkLXC {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.Footer_grid__WCfx6 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    gap: 3rem;
    margin-bottom: 3rem;
}

.Footer_column__DPqof {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.Footer_logoLink__N15nU {
    display: inline-block;
}

.Footer_logo__8uCHD {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.Footer_text__0cNNV {
    color: hsl(var(--muted-foreground));
    line-height: 1.6;
}

.Footer_heading__z5GZP {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 0.5rem;
}

.Footer_list__3JsYY {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.Footer_link___mmVB {
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
    transition: color 0.2s;
}

.Footer_link___mmVB:hover {
    color: hsl(var(--primary));
}

.Footer_socials__SOcMQ {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.Footer_socialLink__nh4hv {
    color: hsl(var(--muted-foreground));
    transition: all 0.2s;
}

.Footer_socialLink__nh4hv:hover {
    color: hsl(var(--primary));
    transform: translateY(-2px);
}

.Footer_contactItem__M0DvS {
    display: flex;
    gap: 0.75rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
    align-items: flex-start;
}

.Footer_icon__ZJXLa {
    flex-shrink: 0;
    color: hsl(var(--primary));
    margin-top: 0.2rem;
}

.Footer_paymentBadges__BbUHH {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.Footer_paymentBadges__BbUHH img {
    height: 24px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.Footer_paymentBadges__BbUHH img:hover {
    opacity: 1;
}

.Footer_bottom__ch0uR {
    border-top: 1px solid hsl(var(--border));
    padding: 1.5rem 0;
    text-align: center;
    color: hsl(var(--muted-foreground));
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .Footer_grid__WCfx6 {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Header.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__hO3lJ {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid hsl(var(--border));
    background: hsla(var(--background) / 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 4rem;
    display: flex;
    align-items: center;
}

.Header_container__EZyBV {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.Header_logo__e5KhT {
    font-size: 1.5rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
}

.Header_logoHighlight__LNRdu {
    color: hsl(var(--primary));
}

.Header_nav__3fHSH {
    display: none;
}

.Header_navLink__LzXns {
    font-size: 0.9rem;
    font-weight: 500;
    color: hsl(var(--muted-foreground));
    transition: color 0.2s;
    padding: 0.5rem 1rem;
}

.Header_navLink__LzXns:hover {
    color: hsl(var(--foreground));
}

.Header_actions__SRauh {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.Header_iconBtn__sGNob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius);
    color: hsl(var(--foreground));
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.Header_iconBtn__sGNob:hover {
    background: hsl(var(--muted));
}

.Header_badge__jvoAX {
    position: absolute;
    top: 4px;
    right: 4px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    font-size: 0.65rem;
    font-weight: 700;
    height: 1rem;
    min-width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0 0.2rem;
}

.Header_mobileToggle__vrQ8f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: hsl(var(--foreground));
    margin-left: 0.5rem;
}

.Header_mobileNav__HHzTb {
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    background: hsl(var(--background));
    border-bottom: 1px solid hsl(var(--border));
    padding: 1.5rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 49;
}

.Header_mobileNav__HHzTb.Header_open__u7Smf {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.Header_mobileNavLinks__E7Kei {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Header_mobileLink__wunBc {
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .Header_nav__3fHSH {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .Header_mobileToggle__vrQ8f {
        display: none;
    }

    .Header_mobileNav__HHzTb {
        display: none;
    }
}
