.elementor-1936 .elementor-element.elementor-element-0755148{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1936 .elementor-element.elementor-element-5c66c88{--display:flex;}.elementor-1936 .elementor-element.elementor-element-eb5091c{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1936 .elementor-element.elementor-element-eb5091c.e-con{--e-con-transform-translateY:-251px;}.elementor-1936 .elementor-element.elementor-element-a0d413f > .elementor-widget-container{--e-transform-translateY:-130px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1936 .elementor-element.elementor-element-0755148.e-con{--e-con-transform-translateY:-277px;}.elementor-1936 .elementor-element.elementor-element-79667e5 > .elementor-widget-container{--e-transform-translateY:37px;--e-transform-scale:1.1;}.elementor-1936 .elementor-element.elementor-element-eb5091c.e-con{--e-con-transform-translateY:-277px;}.elementor-1936 .elementor-element.elementor-element-efc7c71 > .elementor-widget-container{--e-transform-translateY:37px;--e-transform-scale:1.1;}.elementor-1936 .elementor-element.elementor-element-a0d413f > .elementor-widget-container{--e-transform-translateY:37px;--e-transform-scale:1.1;}}/* Start custom CSS for html, class: .elementor-element-79667e5 *//* === SECTION WRAPPER === */
.rotaract-news {
  padding: 110px 5% 90px;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  margin-top: 80px; /* agar tidak tertutup header sticky */
}
/* === CONTAINER === */
.news-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

/* === IMAGE === */
.news-image {
  flex: 1 1 50%;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10; /* menjaga proporsi gambar */
}
/* === CONTENT === */
.news-content {
  flex: 1 1 50%;    
  padding: 50px 40px;
  color: #333;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}   
/* === TITLE === */
.news-title {
  font-size: 1.9rem;
  color: #C2185B;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  border-left: 5px solid #C2185B;
  padding-left: 15px;
}

/* === DATE === */
.news-date {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 25px;
}

/* === TEXT === */
.news-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}

.news-text strong {
  color: #C2185B;
}

.news-text em {
  color: #E91E63;
  font-style: italic;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .news-container {
    flex-direction: column;
  }

  .news-image {
    flex: unset;
  }

  .news-content {
    padding: 35px 25px;
  }

  .news-title {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0755148 *//* === 1. Fade & Slide Animations === */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeLeft 1s ease-out forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeRight 1s ease-out forwards;
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  to { opacity: 1; transform: translateX(0); }
}

/* === 2. Hover Effect for Cards (Why Join Rotaract) === */
.feature-box {
  transition: all 0.3s ease;
  transform: scale(1);
  border-radius: 20px;
}
.feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* === 3. Smooth Page Load === */
body {
  opacity: 0;
  animation: fadeBody 0.9s ease-in forwards;
}
@keyframes fadeBody {
  to { opacity: 1; }
}

/* === 4. Responsive Design === */
@media (max-width: 1024px) {
  .feature-box {
    margin-bottom: 20px;
    width: 90% !important;
  }
  .fade-in-up, .fade-in-left, .fade-in-right {
    animation-duration: 0.8s;
  }
}

@media (max-width: 768px) {
  .elementor-container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .feature-box {
    font-size: 16px;
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efc7c71 *//* === SECTION WRAPPER === */
.rotaract-news {
  padding: 110px 5% 90px;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  margin-top: 80px; /* agar tidak tertutup header sticky */
}
/* === CONTAINER === */
.news-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

/* === IMAGE === */
.news-image {
  flex: 1 1 50%;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10; /* menjaga proporsi gambar */
}
/* === CONTENT === */
.news-content {
  flex: 1 1 50%;    
  padding: 50px 40px;
  color: #333;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}   
/* === TITLE === */
.news-title {
  font-size: 1.9rem;
  color: #C2185B;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  border-left: 5px solid #C2185B;
  padding-left: 15px;
}

/* === DATE === */
.news-date {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 25px;
}

/* === TEXT === */
.news-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}

.news-text strong {
  color: #C2185B;
}

.news-text em {
  color: #E91E63;
  font-style: italic;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .news-container {
    flex-direction: column;
  }

  .news-image {
    flex: unset;
  }

  .news-content {
    padding: 35px 25px;
  }

  .news-title {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0d413f *//* === SECTION WRAPPER === */
.rotaract-news {
  padding: 110px 5% 90px;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  margin-top: 80px; /* agar tidak tertutup header sticky */
}
/* === CONTAINER === */
.news-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

/* === IMAGE === */
.news-image {
  flex: 1 1 50%;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10; /* menjaga proporsi gambar */
}
/* === CONTENT === */
.news-content {
  flex: 1 1 50%;    
  padding: 50px 40px;
  color: #333;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}   
/* === TITLE === */
.news-title {
  font-size: 1.9rem;
  color: #C2185B;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  border-left: 5px solid #C2185B;
  padding-left: 15px;
}

/* === DATE === */
.news-date {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 25px;
}

/* === TEXT === */
.news-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}

.news-text strong {
  color: #C2185B;
}

.news-text em {
  color: #E91E63;
  font-style: italic;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .news-container {
    flex-direction: column;
  }

  .news-image {
    flex: unset;
  }

  .news-content {
    padding: 35px 25px;
  }

  .news-title {
    font-size: 1.6rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eb5091c *//* === 1. Fade & Slide Animations === */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeLeft 1s ease-out forwards;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeRight 1s ease-out forwards;
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  to { opacity: 1; transform: translateX(0); }
}

/* === 2. Hover Effect for Cards (Why Join Rotaract) === */
.feature-box {
  transition: all 0.3s ease;
  transform: scale(1);
  border-radius: 20px;
}
.feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* === 3. Smooth Page Load === */
body {
  opacity: 0;
  animation: fadeBody 0.9s ease-in forwards;
}
@keyframes fadeBody {
  to { opacity: 1; }
}

/* === 4. Responsive Design === */
@media (max-width: 1024px) {
  .feature-box {
    margin-bottom: 20px;
    width: 90% !important;
  }
  .fade-in-up, .fade-in-left, .fade-in-right {
    animation-duration: 0.8s;
  }
}

@media (max-width: 768px) {
  .elementor-container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .feature-box {
    font-size: 16px;
    padding: 20px;
  }
}/* End custom CSS */