.elementor-14519 .elementor-element.elementor-element-01ba8da{--display:flex;}.elementor-14519 .elementor-element.elementor-element-01ba8da:not(.elementor-motion-effects-element-type-background), .elementor-14519 .elementor-element.elementor-element-01ba8da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-05546d2 );}.elementor-14519 .elementor-element.elementor-element-821a208{width:100%;max-width:100%;}.elementor-14519 .elementor-element.elementor-element-821a208 > .elementor-widget-container{background-color:var( --e-global-color-05546d2 );}/* Start custom CSS for html, class: .elementor-element-821a208 */.five-rooms-container {
  font-family: 'Manrope', sans-serif;
  color: #1a1c1c;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.five-rooms-container h1, 
.five-rooms-container h2, 
.five-rooms-container h3, 
.five-rooms-container p {
  margin: 0;
  padding: 0;
}

.rooms-header h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.accent-bar {
  height: 4px;
  width: 48px;
  background-color: #D9403E;
}

.rooms-intro p {
  margin-bottom: 16px;
}

.intro-main {
  font-size: 18px;
  line-height: 28px;
}

.intro-sub {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
}

.rooms-exercise {
  background-color: #f9f9f9;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}

.rooms-exercise h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  color: #1a1c1c;
  margin-bottom: 16px;
}

.icon-accent {
  color: #D9403E;
}

.rooms-exercise ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.rooms-exercise li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: #1a1c1c !important;
}

.bullet {
  width: 8px;
  height: 8px;
  background-color: #D9403E;
  margin-top: 6px;
  flex-shrink: 0;
}

.share-prompt {
  font-weight: bold;
  font-style: italic;
  margin-top: 16px;
}

.rooms-quote {
  padding: 16px 0 16px 20px;
  border-left: 4px solid #D9403E;
}

.rooms-quote p {
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  opacity: 0.8;
}

.rooms-section-title {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #1a1c1c;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.rooms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .rooms-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.room-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #eaeaea;
  border-left: 5px solid #D9403E;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.room-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.card-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #D9403E;
}

.icon-faded {
  color: #5a403e;
  opacity: 0.5;
  font-size: 28px;
}

.room-subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
  margin-bottom: 12px;
}

.room-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.italic-desc {
  font-style: italic;
  opacity: 0.7;
}

.card-divider {
  height: 1px;
  background-color: #D9403E;
  opacity: 0.15;
  margin-bottom: 16px;
}

.room-habits {
  font-size: 15px;
  line-height: 1.6;
}

.rooms-closing {
  background-color: #1a1c1c;
  color: #ffffff;
  padding: 40px 24px;
  border-radius: 8px;
  text-align: center;
  margin-top: 16px;
}

.rooms-closing h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.rooms-closing p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  background-color: #D9403E;
  color: #ffffff;
  width: 100%;
  max-width: 300px;
  padding: 16px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #b12226;
}
/* Force heading visibility against theme overrides */
.five-rooms-container h1, 
.five-rooms-container h2, 
.five-rooms-container h3 {
  visibility: visible !important;
  opacity: 1 !important;
}

.rooms-header h1,
.rooms-section-title {
  display: block !important;
  color: #1a1c1c !important;
}

.rooms-exercise h2 {
  display: flex !important; 
  color: #1a1c1c !important;
}

.card-header h3 {
  display: block !important;
  color: #d9403e !important;
}

.rooms-closing h2 {
  display: block !important;
  color: #ffffff !important;
}

/* Timer Styling */
.timer-container {
  max-width: 300px;
  margin: 0 auto 24px auto;
  text-align: left;
}

.timer-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  width: 100%;
  height: 100%;
  background-color: #D9403E;
  transition: width 1s linear;
}

/* Reset list alignment to ensure exact positioning */
.rooms-exercise ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rooms-exercise li {
  display: flex !important;
  align-items: center !important; /* Vertically aligns bullet with text */
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}

/* Ensures the red square bullet is perfectly aligned */
.rooms-exercise .bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #D9403E !important;
  margin-right: 12px !important; /* Space between bullet and text */
  flex-shrink: 0 !important;
}

/* Add space above the list and between items */
.rooms-exercise ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 20px !important; /* Gap between the text and the list */
}

.rooms-exercise li {
  display: flex !important;
  align-items: flex-start !important; /* Aligns bullet with top of text */
  margin-bottom: 16px !important; /* Gap between list items */
  padding-left: 0 !important;
}/* End custom CSS */