/* Benefits page specific styles
 *
 * Paste your /benefits/styles.css contents here.
 */
/* Economic Outlook Page Specific Styles */
:root {
   --primary-color: #203557;
   --secondary-color: #719976;
   --black-color: #000000;
   --white-color: #ffffff;
   --gray-color: #808080;
   --dark-gray-color: #424242;
   --light-black-color: #212121;
   --light-white-color: #f5f5f5;
   --darker-white-color: #f9f9f9;
   --text-color: #212121;
   --dark-teal: #2c5f5f;
 }
 
 .main.economic-outlook-page {
   width: 100%;
   height: 100%;
   overflow-x: hidden;
 }
 
 /* Hero Section */
 .economic-hero {
   width: 100%;
   height: 500px;
   max-height: 80vh;
   position: relative;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
 .hero-background {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
 }
 
 .hero-image {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 
 .hero-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 
 .hero-content {
   position: relative;
   z-index: 2;
   text-align: center;
   color: var(--white-color);
 }
 
 .hero-content h1 {
   font-size: 4rem;
   font-weight: 700;
   margin: 0;
   margin-top: 4rem;
   text-transform: uppercase;
   letter-spacing: 2px;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 }
 
 /* Economic Milestones Section */
 .economic-milestones {
   width: 100%;
   position: relative;
 }
 
 .milestones-banner {
   background: var(--secondary-color);
   padding: 3rem 0;
   position: relative;
   overflow: hidden;
 }
 
 .milestones-banner::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50px;
   background: var(--white-color);
   border-radius: 50% 50% 0 0 / 100% 100% 0 0;
   transform: translateY(25px);
 }
 
 .milestones-banner h2 {
   font-size: 2.5rem;
   font-weight: 600;
   color: var(--white-color);
   text-align: center;
   margin: 0;
   text-transform: uppercase;
   letter-spacing: 1px;
   max-width: 800px;
   margin: 0 auto;
   text-align: center;
 }
 
 .milestones-content {
   background: var(--white-color);
   padding: 2rem 0 4rem 0;
   position: relative;
   z-index: 2;
 }
 
 .content-wrapper {
   max-width: 800px;
   margin: 0 auto;
 
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: start;
 }
 
 .content-wrapper p {
   font-size: 1.1rem;
   line-height: 1.7;
   color: var(--text-color);
   margin-bottom: 0rem;
   text-align: left;
 }
 
 .content-wrapper h3 {
   font-size: 1.5rem;
   font-weight: 600;
   color: var(--text-color);
   margin-bottom: 0.25rem;
   margin-top: 1rem;
   text-align: left;
 }
 
 /*  */
 
 .content-wrapper ul {
   list-style: disc;
   margin-left: 1rem;
   margin-bottom: 0rem;
   margin-top: 0.25rem;
   text-align: left;
 }
 
 .content-wrapper ul li {
   margin-bottom: 0.5rem;
   text-align: left;
   font-size: 1.1rem;
   line-height: 1.7;
   color: var(--text-color);
 }
 
 .content-wrapper .image {
   width: auto;
   height: auto;
   object-position: center;
 }
 
 .content-wrapper a {
   color: #0066cc;
   text-decoration: underline;
   transition: color 0.3s ease;
 }
 
 .content-wrapper a:hover {
   color: var(--primary-color);
 }
 
 .source {
   font-style: italic;
   color: var(--gray-color);
   margin-bottom: 2rem !important;
 }
 
 .source a {
   color: #0066cc;
   text-decoration: underline;
 }
 
 .mb-5 {
   margin-bottom: 0.5rem !important;
 }
 
 /* Responsive Design */
 @media (max-width: 768px) {
   .economic-hero {
     height: 400px;
   }
 
   .hero-content h1 {
     font-size: 2.5rem;
   }
 
   .hero-chart {
     left: 10%;
     width: 200px;
     height: 100px;
   }
 
   .hero-buildings {
     right: 5%;
     height: 150px;
   }
 
   .building-1 {
     width: 30px;
     height: 90px;
   }
 
   .building-2 {
     width: 25px;
     height: 110px;
   }
 
   .building-3 {
     width: 35px;
     height: 80px;
   }
 
   .milestones-banner {
     padding: 2rem 0;
   }
 
   .milestones-banner h2 {
     font-size: 2rem;
   }
 
   .milestones-content {
     padding: 4rem 0 3rem 0;
   }
 
   .content-wrapper p {
     font-size: 1rem;
   }
 }
 
 @media (max-width: 480px) {
   .main.economic-outlook-page {
     padding-bottom: 0;
   }
 
   .economic-hero {
     height: 300px;
   }
 
   .hero-content h1 {
     font-size: 2rem;
   }
 
   .hero-chart {
     display: none;
   }
 
   .hero-buildings {
     display: none;
   }
 
   .economic-milestones {
     padding: 0;
     padding-bottom: 0;
     margin-bottom: 0;
   }
 
   .milestones-banner {
     padding: 1.5rem 0 2.5rem 0;
   }
 
   .milestones-banner h2 {
     font-size: 1.5rem;
     margin-bottom: 0rem;
     margin-top: 0rem;
     text-align: center;
   }
 
   .milestones-content {
     padding: 1rem 0.25rem;
   }
 
   .content-wrapper p {
     margin-bottom: 0rem;
   }
 
   .content-wrapper h3 {
     font-size: 1.2rem;
     margin-bottom: 0rem;
     margin-top: 0.5rem;
     text-align: left;
   }
 
   .content-wrapper ul {
     margin-left: 0rem;
     margin-bottom: 0rem;
     margin-top: 0rem;
     text-align: left;
   }
 
   .content-wrapper ul li {
     font-size: 1rem;
     margin-bottom: 0.25rem;
     margin-top: 0.25rem;
     text-align: left;
   }
 
   .content-wrapper .image {
     width: 100%;
     height: auto !important;
     object-fit: fill;
   }
 }
 
 @keyframes fadeInUp {
   to {
     opacity: 1;
     transform: translateY(0);
   }
 }
 
 /* Print styles */
 @media print {
   .economic-hero {
     height: auto;
     min-height: 200px;
   }
 
   .hero-chart,
   .hero-buildings {
     display: none;
   }
 }
 
