/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[3].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[3].oneOf[9].use[5]!./src/app/videos/VideoSection.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* VideoSection.module.scss */
.VideoSection_videoContainer__Upo3a {
  width: 90%;
  margin: 0px auto;
}

.VideoSection_section__grkIr {
  background: #d3e0d6;
  padding: 60px 0;
}

.VideoSection_title__mPzl2 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0b612d;
}

.VideoSection_grid__RSv9X {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

.VideoSection_card__FJAL4 {
  background: #0b612d;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.VideoSection_card__FJAL4:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
}

.VideoSection_thumbBox__6EE__ {
  position: relative;
}
.VideoSection_thumbBox__6EE__ img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.VideoSection_playBtn__ct7IE {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.VideoSection_playBtn__ct7IE svg {
  color: #ff0000;
  font-size: 20px;
}
.VideoSection_playBtn__ct7IE:hover {
  transform: translate(-50%, -50%) scale(1.15);
  background: #fff;
}

.VideoSection_body__Q9GcZ {
  background: #0b612d;
  padding: 14px;
  color: #fff;
}
.VideoSection_body__Q9GcZ h6 {
  font-weight: 700;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.VideoSection_body__Q9GcZ p {
  font-size: 13px;
  color: #d4f1df;
  line-height: 1.4;
}

/* Modal */
.VideoSection_overlay__6C0Yf {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111111111;
}

.VideoSection_modal__EzFLh {
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.VideoSection_iframeBox__LpNrf {
  position: relative;
  padding-top: 56.25%;
}
.VideoSection_iframeBox__LpNrf iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
