/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/components/pages/homepage/design/ActivitiesDynamic.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ActivitiesDynamic.module.css
 * 
 * CSS modular untuk komponen ActivitiesDynamic
 * Spacing yang lebih renggang untuk horizontal dan vertical
 */

.ActivitiesDynamic_activitiesSection__e7wXh {
  width: 100%;
  min-height: 100vh;
}

.ActivitiesDynamic_activitiesContainer__ZBtZi {
  width: 100%;
  height: 100%;
}

/* Title */
.ActivitiesDynamic_activitiesTitle__NOLFF {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.5rem; /* 40px - lebih renggang dari sebelumnya */
}

/* Description */
.ActivitiesDynamic_activitiesDescription__fuJsf {
  width: 100%;
  text-align: center;
  margin-bottom: 3.5rem; /* 56px - lebih renggang dari sebelumnya */
}

/* Activity Grid - spacing yang lebih rapi dan konsisten */
.ActivitiesDynamic_activitiesGrid__x8PqH {
  display: grid;
  grid-template-columns: 1fr; /* Default: 1 kolom untuk mobile */
  gap: 1.5rem; /* 24px - spacing yang lebih rapi */
  width: 100%;
  margin-bottom: 4rem; /* 64px - lebih renggang dari sebelumnya */
  overflow: visible; /* Pastikan title ImageCard tidak terpotong */
}

/* Responsive untuk landscape */
@media (min-width: 768px) and (orientation: landscape) {
  .ActivitiesDynamic_activitiesTitle__NOLFF {
    margin-bottom: 3rem; /* 48px */
  }

  .ActivitiesDynamic_activitiesDescription__fuJsf {
    margin-bottom: 4.5rem; /* 72px */
  }

  .ActivitiesDynamic_activitiesGrid__x8PqH {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; /* 32px - spacing yang lebih rapi dan konsisten */
    margin-bottom: 5rem; /* 80px - lebih renggang */
  }
}

/* Responsive untuk portrait */
@media (min-width: 768px) and (orientation: portrait) {
  .ActivitiesDynamic_activitiesGrid__x8PqH {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; /* Spacing yang konsisten */
  }
}

/* Flyer/Banner section */
.ActivitiesDynamic_activitiesFlyer__1po4g {
  width: 100%;
  position: relative;
  margin-top: 3rem; /* 48px - lebih renggang dari sebelumnya */
}

/* Responsive flyer untuk landscape */
@media (min-width: 768px) and (orientation: landscape) {
  .ActivitiesDynamic_activitiesFlyer__1po4g {
    margin-top: 4.5rem; /* 72px - lebih renggang */
  }
}

/* Grid item - memastikan setiap card memiliki ukuran yang sama dan rapi */
.ActivitiesDynamic_activitiesGrid__x8PqH > div {
  width: 100%;
  min-height: 0; /* Penting untuk grid alignment */
  display: flex;
  align-items: stretch;
  overflow: visible; /* Pastikan title ImageCard tidak terpotong */
}

.ActivitiesDynamic_activitiesGrid__x8PqH > div > a,
.ActivitiesDynamic_activitiesGrid__x8PqH > div > div {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  /* Hapus height: 100% agar ImageCard bisa expand sesuai konten dan title terlihat */
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/components/sections/CarouselSectionRenderer.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.CarouselSectionRenderer_section__cpZ8t {
  width: 100%;
  position: relative;
}

.CarouselSectionRenderer_sectionLight__342BI {
  background-color: #ffffff;
  color: #0b1220;
}

.CarouselSectionRenderer_sectionDark__p_hMW {
  background-color: #0b1220;
  color: #ffffff;
}

.CarouselSectionRenderer_container__zo2iw {
  width: 100%;
  margin: 0 auto;
}

.CarouselSectionRenderer_title__Is6nD {
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 2rem);
  font-weight: 300;
  color:#0b1220;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding: 0 1rem 3rem;
}

.CarouselSectionRenderer_wrapper__2RyLs {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.CarouselSectionRenderer_viewport__7xJdS {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 240px;
  max-height: 100vh;
}

.CarouselSectionRenderer_track__Hxddd {
  height: 100%;
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.CarouselSectionRenderer_slide__WrFEI {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
}

.CarouselSectionRenderer_media__Kj9w_ {
  position: absolute;
  inset: 0;
}

.CarouselSectionRenderer_image__58XqN {
  object-fit: cover;
}

.CarouselSectionRenderer_video__v3ZXn {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CarouselSectionRenderer_embed__IWiyN {
  width: 100%;
  height: 100%;
  border: none;
}

.CarouselSectionRenderer_overlay__v1tl7 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 55%);
  pointer-events: none;
}

.CarouselSectionRenderer_clickOverlay__qNbIt {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  cursor: pointer;
}

.CarouselSectionRenderer_bottomOverlay__IzRZP {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 96px;
  pointer-events: none;
  z-index: 6;
}

.CarouselSectionRenderer_content__aMhu2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  color: #fff;
}

.CarouselSectionRenderer_itemTitle__vJmja {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 300;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  visibility: hidden;
}

.CarouselSectionRenderer_itemDescription__yoUW9 {
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  margin: 0;
  max-width: 70ch;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  visibility: hidden;
}

.CarouselSectionRenderer_ctaButton__vwu_k {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}

.CarouselSectionRenderer_arrow__HjPDQ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
  color: white;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.CarouselSectionRenderer_arrow__HjPDQ:hover{
  background: rgba(255, 255, 255, 0.5);
  transition: 500ms ease-out;

}

.CarouselSectionRenderer_arrowPrev__GzIkk {
  left: 2rem;
  padding-bottom: 3px;
}

.CarouselSectionRenderer_arrowNext__c2U5o {
  right: 2rem;
  padding-bottom: 3px;
}

.CarouselSectionRenderer_dots__NiWLj {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 10;
}

.CarouselSectionRenderer_dot__VKPS9 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.CarouselSectionRenderer_dotActive__R4mDb {
  background: rgba(255, 255, 255, 0.9);
}

.CarouselSectionRenderer_fallback__DRYq0 {
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  background: #0b1220;
  text-align: center;
}

@media (max-width: 768px) {
  .CarouselSectionRenderer_viewport__7xJdS {
    aspect-ratio: 4 / 5;
    min-height: 360px;
  }

  .CarouselSectionRenderer_content__aMhu2 {
    padding: 1rem 0.75rem 2.25rem;
  }

  .CarouselSectionRenderer_arrow__HjPDQ {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/components/sections/ClickableTextSectionRenderer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ClickableTextSectionRenderer.module.css
 * 
 * Styling untuk Clickable Text Section
 * - Rounded border kuning-orange (default)
 * - Background biru dengan dotted pattern (default)
 * - Text centered, multi-line support
 * - Hover effect untuk feedback
 */

.ClickableTextSectionRenderer_clickableTextLink__G1RlO {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.ClickableTextSectionRenderer_clickableTextLink__G1RlO:hover {
  transform: scale(1.02);
}

.ClickableTextSectionRenderer_clickableTextSection__8mjOu {
  /* Container dengan rounded border dan background dotted */
  position: relative;
  padding: 2rem 3rem;
  margin: 2rem auto;
  max-width: 800px;
  border-radius: 16px;

  /* Border akan di-set via inline style */
  /* Default border jika tidak ada borderColor */
  border: 5px solid;

  /* Background dengan dotted pattern */
  /* Menggunakan radial-gradient untuk membuat dotted pattern */
  /* Pattern menggunakan warna dengan opacity rendah untuk kontras */
  /* background-image: 
    radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.5px),
    radial-gradient(circle, rgba(0, 0, 0, 0.1) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px; */
  /* Background color akan di-set via inline style */
  /* Jika background transparent, pattern tetap terlihat dengan opacity lebih rendah */

  /* Text styling */
  text-align: center;
  font-weight: 400;
  /* font-size akan di-set via inline style dari fontSize prop */
  line-height: 1.75;
  /* letter-spacing: 0.01em; */

  /* Smooth transition untuk hover */
  transition: all 0.2s ease;
  cursor: pointer;

  /* Better spacing */
  box-sizing: border-box;
}

.ClickableTextSectionRenderer_clickableTextContent__bvjzC {
  /* Content wrapper untuk text */
  position: relative;
  z-index: 1;
}

.ClickableTextSectionRenderer_clickableTextContent__bvjzC p {
  margin: 0;
  padding: 0;
}

.ClickableTextSectionRenderer_clickableTextContent__bvjzC br {
  display: block;
  content: "";
  margin: 0.5rem 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .ClickableTextSectionRenderer_clickableTextSection__8mjOu {
    padding: 1.5rem 2rem;
    margin: 1.5rem 1rem;
    /* font-size akan di-set via inline style dari fontSize prop */
    border-width: 4px;
  }
}

@media (max-width: 480px) {
  .ClickableTextSectionRenderer_clickableTextSection__8mjOu {
    padding: 1rem 1.5rem;
    margin: 1rem 0.5rem;
    /* font-size akan di-set via inline style dari fontSize prop */
    border-width: 3px;
    border-radius: 12px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/components/sections/ContentItem.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ContentItem.module.css
 * 
 * CSS modular untuk ContentItem component
 * Layout alternating dengan spacing yang cukup
 */

.ContentItem_contentItem__WWJl0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4rem; /* 64px - spacing vertikal yang cukup */
  gap: 2rem; /* 32px - spacing antara image dan text */
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start; /* Sejajar atas/kiri secara default */
}

/* Layout: Image di kiri, Text di kanan */
.ContentItem_contentItemLeft__aMcXM {
  flex-direction: column;
}

/* Layout: Text di kiri, Image di kanan */
.ContentItem_contentItemRight__EuPSf {
  flex-direction: column-reverse;
}

/* Image Section */
.ContentItem_contentItemImage__9aud2 {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9; /*Square agar konsisten dengan activity*/
  overflow: visible;
  align-self: flex-start;
}

.ContentItem_contentItemImageWrapper__FnKmN {
  width: 100%;
  height: 100%;
  position: relative;
  /* Torn paper effect akan diterapkan oleh class torn-paper-jagged */
}

.ContentItem_contentItemImageInner__SEexp {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  /* Clip path untuk membuat gambar sesuai dengan bentuk torn paper */
  transition: transform 0.3s ease-in-out;
}

.ContentItem_contentItemImageInner__SEexp:hover {
  transform: scale(1.02);
}

.ContentItem_contentItemImagePlaceholder__uh8IA {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f6;
}

/* Text Content Section */
.ContentItem_contentItemText__oT5t2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Rata atas */
  align-items: flex-start; /* Rata kiri */
  align-self: flex-start;
}

.ContentItem_contentItemTitle__1VIon {
  font-size: 2rem; /* 32px */
  font-weight: 300;
  font-weight: 300;
  color: #ffffff; /* putih untuk theme light */
  margin-bottom: 1rem; /* 16px */
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 1px rgba(255,255,255,0.5);
}

.ContentItem_contentItemDescription__rjfJR {
  font-size: 1rem; /* 16px */
  /* font-weight: 300; */
  color: #222; /* putih untuk theme light */
  /* font-weight: 300; */
  color: #222; /* putih untuk theme light */
  line-height: 1.7;
  text-align: left;
  text-shadow: 0px 1px rgba(255,255,255,0.5);
}



/* Dark theme styles */
.ContentItem_contentItemTitleLight__flnON {
  color: #222222; /* white */
  color: #222222; /* white */
}

.ContentItem_contentItemTitleDark__Z3gfv {
  color: #ffffff; /* white */
}

.ContentItem_contentItemDescriptionLight__8V9AF {
  color: #737373; /* white */
  color: #737373; /* white */
}

.ContentItem_contentItemDescriptionDark__WYd3v {
  color: #e5e7eb; /* light grey untuk dark theme */
}

/* Responsive untuk desktop landscape - layout horizontal */
@media (min-width: 768px) and (orientation: landscape) {
  .ContentItem_contentItem__WWJl0 {
    flex-direction: row;
    align-items: flex-start; /* Sejajar atas dengan image */
    gap: 3rem; /* 48px - spacing lebih besar untuk desktop */
    margin-bottom: 5rem; /* 80px */
  }

  .ContentItem_contentItemLeft__aMcXM {
    flex-direction: row; /* Image kiri, Text kanan */
  }

  .ContentItem_contentItemRight__EuPSf {
    flex-direction: row-reverse; /* Text kiri, Image kanan */
  }

  .ContentItem_contentItemImage__9aud2 {
    flex: 1;
    max-width: 50%;
    aspect-ratio: 16 / 9;
  }

  .ContentItem_contentItemText__oT5t2 {
    flex: 1;
    max-width: 50%;
  }

  .ContentItem_contentItemTitle__1VIon {
    font-size: 2rem; /* 40px */
    font-size: 2rem; /* 40px */
    margin-bottom: 1.25rem; /* 20px */
  }

  .ContentItem_contentItemDescription__rjfJR {
    font-size: 1.125rem; /* 18px */
    line-height: 1.8;
  }
}

/* Responsive untuk desktop portrait/large tablets - layout horizontal juga */
@media (min-width: 1024px) {
  .ContentItem_contentItem__WWJl0 {
    flex-direction: row;
    align-items: center;
    gap: 3rem; /* 48px - spacing lebih besar untuk desktop */
    margin-bottom: 5rem; /* 80px */
  }

  .ContentItem_contentItemLeft__aMcXM {
    flex-direction: row; /* Image kiri, Text kanan */
  }

  .ContentItem_contentItemRight__EuPSf {
    flex-direction: row-reverse; /* Text kiri, Image kanan */
  }

  .ContentItem_contentItemImage__9aud2 {
    flex: 1;
    max-width: 50%;
    aspect-ratio: 16 / 9;
  }

  .ContentItem_contentItemText__oT5t2 {
    flex: 1;
    max-width: 50%;
  }

  .ContentItem_contentItemTitle__1VIon {
    font-size: 1.75rem; 
    margin-bottom: 1.25rem; /* 20px */
  }

  .ContentItem_contentItemDescription__rjfJR {
    font-size: 1rem; /* 18px */
    line-height: 1.8;
  }
}

/* Responsive untuk tablet portrait - tetap vertical tapi spacing lebih besar */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .ContentItem_contentItem__WWJl0 {
    gap: 2.5rem; /* 40px */
    margin-bottom: 4.5rem; /* 72px */
  }

  .ContentItem_contentItemTitle__1VIon {
    font-size: 2rem; /* 36px */
    font-size: 2rem; /* 36px */
  }

  .ContentItem_contentItemDescription__rjfJR {
    font-size: 1.0625rem; /* 17px */
  }
}

