.elementor-470 .elementor-element.elementor-element-a90777d{--display:flex;--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-470 .elementor-element.elementor-element-09f5527{--display:flex;--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-470 .elementor-element.elementor-element-ea18fe1{--display:flex;--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-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta .elementor-cta__bg, .elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta__content{text-align:center;background-color:#EA013E;}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta__title{font-family:"Roboto", Sans-serif;font-size:46px;font-weight:600;letter-spacing:0px;color:#FFFFFF;}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta__description:not(:last-child){margin-bottom:6px;}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta__description{color:#FFFFFF;}.elementor-470 .elementor-element.elementor-element-eb30440 .elementor-cta__button{color:#FFFFFF;border-color:#FFFFFF;background-color:#030000;}/* Start custom CSS for html, class: .elementor-element-dd7b45a *//* Wrapper and Base Settings */
.ep-pcod-wrapper {
  font-family: inherit;
  color: #333333;
  line-height: 1.6;
  background-color: #ffffff;
  padding: 20px;
}

/* Headings */
.ep-pcod-title {
  color: #44a2f5;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ep-pcod-subtitle {
  color: #555555;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.ep-pcod-heading {
  color: #44a2f5;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

/* Intro & Typography */
.ep-pcod-intro {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.ep-pcod-section {
  margin-bottom: 40px;
}

.ep-pcod-section p {
  margin-bottom: 15px;
}

/* Alert/Notice Box */
.ep-pcod-alert {
  background-color: #f2f9ff;
  border-left: 5px solid #44a2f5;
  padding: 15px 20px;
  margin: 25px 0;
  border-radius: 0 4px 4px 0;
  font-size: 0.95rem;
  color: #444444;
}

/* Custom Unordered List */
.ep-pcod-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.ep-pcod-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.ep-pcod-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #44a2f5;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Table Styling */
.ep-pcod-table-responsive {
  overflow-x: auto;
  margin: 25px 0;
}

.ep-pcod-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
  overflow: hidden;
}

.ep-pcod-table th, 
.ep-pcod-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

.ep-pcod-table th {
  background-color: #44a2f5;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ep-pcod-table tr:last-child td {
  border-bottom: none;
}

.ep-pcod-table tbody tr:hover {
  background-color: #f9fcff;
}

/* Diet Plan Cards / Timeline layout */
.ep-pcod-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 25px;
}

.ep-pcod-card {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-top: 4px solid #44a2f5;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ep-pcod-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(68, 162, 245, 0.1);
}

.ep-pcod-card-title {
  color: #333333;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ep-pcod-card-title span {
  font-size: 0.9rem;
  color: #44a2f5;
  background-color: #eaf4fe;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .ep-pcod-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */