.elementor-1146 .elementor-element.elementor-element-e67611d{--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;--margin-top:2em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-1146 .elementor-element.elementor-element-7877454{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:6.5em;--padding-right:6.5em;}.elementor-1146 .elementor-element.elementor-element-f10d1ad{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1146 .elementor-element.elementor-element-a693cc5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0em 6.5em 0em 6.5em;text-align:center;font-family:"Inter", Sans-serif;font-size:24px;font-weight:400;line-height:150%;}.elementor-1146 .elementor-element.elementor-element-1b87baf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0em 6.5em 0em 6.5em;text-align:center;font-family:"Inter", Sans-serif;font-size:24px;font-weight:400;line-height:150%;}.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-1146 .elementor-element.elementor-element-cbef8b3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1146 .elementor-element.elementor-element-cbef8b3 img{opacity:0.9;}.elementor-1146 .elementor-element.elementor-element-fbfcca0{--display:flex;}.elementor-1146 .elementor-element.elementor-element-eebe93f{--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;--margin-top:5em;--margin-bottom:5em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:6.5em;--padding-right:6.5em;}@media(max-width:767px){.elementor-1146 .elementor-element.elementor-element-7877454{--padding-top:0em;--padding-bottom:0em;--padding-left:1.5em;--padding-right:1.5em;}.elementor-1146 .elementor-element.elementor-element-1b87baf{padding:0em 1.5em 0em 1.5em;font-size:16px;}.elementor-1146 .elementor-element.elementor-element-fbfcca0:not(.elementor-motion-effects-element-type-background), .elementor-1146 .elementor-element.elementor-element-fbfcca0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/ae80f3715bb5995645de8e1b86db32ac52b34df6-1.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-1146 .elementor-element.elementor-element-fbfcca0{--min-height:35vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1146 .elementor-element.elementor-element-eebe93f{--margin-top:03em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-1146 .elementor-element.elementor-element-9fc1527{padding:0em 1.5em 0em 1.5em;}}/* Start custom CSS for html, class: .elementor-element-f10d1ad */@media (max-width: 767px) {
    .shadow-container {
        margin: 0 !important;
    }
    .fade-text {
        font-size: 80px !important;
    }
    .blue-text {
        font-size: 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-88de1ef */.bills-container {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  gap: 30px;
}

.bill-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.bill-image img {
  width: 320px;
  height: 100%;
  object-fit: cover;
}

.bill-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bill-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 10px;
}

.bill-category {
  background: #F0F5FF;
  padding: 1px 8px;
  border-radius: 4px;
  border: 1px #D1D5DC solid;
  font-weight: 600;
  color: #707081;
  font-size: 10px;
}

.bill-status {
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
}

.bill-status.enacted {
  background: #DBFCE5;
  color: #008235;
  border: 1px #B8F8CF solid;
}

.bill-status.enacted::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/enacted.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

.bill-status.phase-2 {
  background: #F3E8FF;
  color: #8200DA;
  border: 1px #E8D4FF solid;
}

.bill-status.phase-2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/tick.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

.bill-status.completed {
  background: #DBFCE5;
  color: #008235;
  border: 1px #B8F8CF solid;
}

.bill-status.ongoing {
  background: #DBE9FF;
  color: #1447E6;
  border: 1px #F1F5FF solid;
}

.bill-status.in-committee {
  background: #DBE9FF;
  color: #1447E6;
}

.bill-date {
  margin-left: auto;
  color: #4A5464;
  font-size: 10px;
  font-weight: 600;
}

.bill-title {
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0;
  color: #000000;
}

.bill-summary {
  font-size: 15px;
  font-weight: 500;
  color: #707081;
  margin-bottom: 15px;
}

.bill-btn {
  display: inline-block;
  margin-top: auto !important;
  padding: 5px 50px;
  border: 2px solid #1447E6;
  border-radius: 6px;
  color: #1447E6;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
  width: auto;
  max-width: max-content;
}

.bill-btn::after {
  content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/more.svg");
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .bills-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  
  .bill-card {
    flex-direction: column;
  }

  .bill-image img {
    width: 100%;
    height: auto;
  }
  
  .bill-btn {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 8px 50px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7cefeee */.programs-container {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  gap: 30px;
}

.program-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.program-image img {
  width: 320px;
  height: 100%;
  object-fit: cover;
}

.program-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 10px;
}

.program-category {
  background: #F0F5FF;
  padding: 1px 8px;
  border-radius: 4px;
  border: 1px #D1D5DC solid;
  font-weight: 600;
  color: #707081;
  font-size: 10px;
}

.program-status {
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
}

.program-status.enacted {
  background: #DBFCE5;
  color: #008235;
  border: 1px #B8F8CF solid;
}

.program-status.enacted::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/enacted.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

.program-status.phase-2 {
  background: #F3E8FF;
  color: #8200DA;
  border: 1px #E8D4FF solid;
}

.program-status.phase-2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/tick.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

.program-status.completed {
  background: #DBFCE5;
  color: #008235;
  border: 1px #B8F8CF solid;
}

.program-status.ongoing {
  background: #DBE9FF;
  color: #1447E6;
  border: 1px #F1F5FF solid;
}

.program-status.in-committee {
  background: #DBE9FF;
  color: #1447E6;
}

.program-date {
  margin-left: auto;
  color: #4A5464;
  font-size: 10px;
  font-weight: 600;
}

.program-title {
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0;
  color: #000000;
}

.program-summary {
  font-size: 15px;
  font-weight: 500;
  color: #707081;
  margin-bottom: 15px;
}

.program-btn {
  display: inline-block;
  margin-top: auto !important;
  padding: 5px 50px;
  border: 2px solid #1447E6;
  border-radius: 6px;
  color: #1447E6;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
  width: auto;
  max-width: max-content;
}

.program-btn::after {
  content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/more.svg");
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .programs-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  
  .program-card {
    flex-direction: column;
  }

  .program-image img {
    width: 100%;
    height: auto;
  }
  
  .program-btn {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 8px 50px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5b9b88a */.projects-container {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  gap: 30px;
}

.project-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

.project-image img {
  width: 320px;
  height: 100%;
  object-fit: cover;
}

.project-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 10px;
}

.project-category {
  background: #F0F5FF;
  padding: 1px 8px;
  border-radius: 4px;
  border: 1px #D1D5DC solid;
  font-weight: 600;
  color: #707081;
  font-size: 10px;
}

.project-status {
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
}

.project-status.enacted {
  background: #DBFCE5;
  color: #008235;
  border: 1px #B8F8CF solid;
}

.project-status.enacted::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/enacted.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

.project-status.phase-2 {
  background: #F3E8FF;
  color: #8200DA;
  border: 1px #E8D4FF solid;
}

.project-status.phase-2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/tick.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}

.project-status.completed {
  background: #DBFCE5;
  color: #008235;
  border: 1px #B8F8CF solid;
}

.project-status.ongoing {
  background: #DBE9FF;
  color: #1447E6;
  border: 1px #F1F5FF solid;
}

.project-status.in-committee {
  background: #DBE9FF;
  color: #1447E6;
}

.project-date {
  margin-left: auto;
  color: #4A5464;
  font-size: 10px;
  font-weight: 600;
}

.project-title {
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0;
  color: #000000;
}

.project-summary {
  font-size: 15px;
  font-weight: 500;
  color: #707081;
  margin-bottom: 15px;
}

.project-btn {
  display: inline-block;
  margin-top: auto !important;
  padding: 5px 50px;
  border: 2px solid #1447E6;
  border-radius: 6px;
  color: #1447E6;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
  width: auto;
  max-width: max-content;
}

.project-btn::after {
  content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/more.svg");
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .projects-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  
  .project-card {
    flex-direction: column;
  }

  .project-image img {
    width: 100%;
    height: auto;
  }
  
  .project-btn {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 8px 50px;
  }
}/* End custom CSS */
/* Start custom CSS */.cth-filter-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.cth-filter-buttons .cth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 14px;
  background: transparent;
  color: #364153;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #D1D5DC;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
  min-width: 120px;
  text-align: center;
}

.cth-filter-buttons #legislative-works::before {
      content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/scale.svg");
  margin-right: 6px;
    margin-top: 5px;
  vertical-align: middle;
}

.cth-filter-buttons #community-service::before {
      content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/community_news_color.svg");
  margin-right: 6px;
    margin-top: 5px;
  vertical-align: middle;
}

.cth-filter-buttons #projects::before {
      content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/legislative_updates_color.svg");
  margin-right: 6px;
    margin-top: 5px;
  vertical-align: middle;
}

.cth-filter-buttons .cth-btn.active {
  background: #1447E6;
  color: #FFFFFF;
  border-color: #1447E6;
}

.cth-filter-buttons #legislative-works.active::before {
          content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/scale_white.svg");
}

.cth-filter-buttons #community-service.active::before {
          content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/community_news_white.svg");
}

.cth-filter-buttons #projects.active::before {
          content: url("https://martinromualdez.com.ph/wp-content/uploads/2025/09/legislative_updates_white.svg");
}

.cth-filter-buttons .cth-btn:focus {
  outline: 3px solid rgba(20,71,230,0.18);
  outline-offset: 2px;
}

#bills-area,
#programs-area,
#projects-area {
  display: none;
}

@keyframes cth-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
#bills-area[aria-hidden="false"],
#programs-area[aria-hidden="false"],
#projects-area[aria-hidden="false"] {
  animation: cth-fade .22s ease;
}

.dynamic-header {
  text-align: center;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  font-family: "Lora", sans-serif;
}

.dynamic-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.dynamic-header p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin: 0 auto;
  max-width: 720px;
}

/* Reuse your previous button styles */
.cth-filter-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cth-filter-buttons .cth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: transparent;
  color: #364153;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #D1D5DC;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
  min-width: 140px;
  text-align: center;
}

.cth-filter-buttons .cth-btn.active {
  background: #1447E6;
  color: #fff;
  border-color: #1447E6;
}

#bills-area,
#programs-area,
#projects-area {
  display: none;
}

@keyframes cth-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
#bills-area[aria-hidden="false"],
#programs-area[aria-hidden="false"],
#projects-area[aria-hidden="false"] {
  animation: cth-fade .22s ease;
}

@media (max-width: 767px) {
  .cth-filter-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cth-filter-buttons .cth-btn {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  
  .dynamic-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
  
  .dynamic-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.dynamic-header p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0 auto;
  max-width: 720px;
}
}/* End custom CSS */