.elementor-6974 .elementor-element.elementor-element-78a5667{--display:flex;}.elementor-6974 .elementor-element.elementor-element-649598f{--display:flex;}.elementor-6974 .elementor-element.elementor-element-9866ff6{--display:flex;}.elementor-6974 .elementor-element.elementor-element-2ec447b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-43a1483 *//* Add into your existing <style> */
.cta-button {
  text-align: center;
  margin-top: 40px;
}
.cta-button .cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #93BFE4;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1em;
  transition: background 0.3s;
}
.cta-button .cta-btn:hover {
  background-color: #82aed8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fbef5a *//* ========== Custom CSS for #creative-life-section ========== */

/* Container */
#creative-life-section .creative-life-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #8CC2E5;
  padding: 60px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  box-sizing: border-box;
}

/* Left Column (unchanged) */
#creative-life-section .left-column {
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}

#creative-life-section .intro-text .join-script {
  display: block;
  font-family: 'Pacifico', cursive;
  font-size: 48px;
  color: #FFD024;
  margin-bottom: -10px;
}

#creative-life-section .intro-text h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

#creative-life-section .cta-group {
  position: relative;
  margin: 30px 0;
}

#creative-life-section .join-btn {
  background-color: #FFD024;
  color: #0B214A;
  padding: 16px 32px;
  border: none;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

#creative-life-section .arrow {
  width: 40px;
  height: 40px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 60px;
  top: 60px;
}

#creative-life-section .trial-text {
  font-size: 18px;
  margin-top: 80px;
}

#creative-life-section .highlight-text {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

#creative-life-section .highlight-yellow {
  color: #FFD024;
}

/* Right Column & Activity Cards */
#creative-life-section .right-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 4px;           /* ← tightened the vertical gap */
  box-sizing: border-box;
}

#creative-life-section .activities-title {
  grid-column: span 2;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 4px;        /* ← reduced bottom margin */
  color: #fff;
}

#creative-life-section .activity-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 280px;           /* keeps cards uniform */
}

#creative-life-section .activity-card img {
  width: 100%;
  height: 180px;           /* keeps images uniform */
  object-fit: cover;
  flex-shrink: 0;
}

#creative-life-section .activity-card .label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #0B214A;
  text-align: center;
}

/* ———— MOBILE RESPONSIVE ———— */
@media (max-width: 768px) {
  #creative-life-section .creative-life-wrapper {
    flex-direction: column;
    padding: 30px;
  }
  #creative-life-section .left-column,
  #creative-life-section .right-column {
    max-width: 100%;
    padding: 0;
  }
  #creative-life-section .intro-text .join-script {
    font-size: 36px;
  }
  #creative-life-section .intro-text h1 {
    font-size: 36px;
  }
  #creative-life-section .highlight-text {
    font-size: 32px;
  }
  #creative-life-section .right-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  #creative-life-section .join-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */