
.page-wrapper-block {
  font-family: 'Roboto', sans-serif;  
  display: block;
  width: 90%;
  margin: 0 auto;
  justify-content: flex-start;
}

.page-wrapper-flex {
  font-family: 'Roboto', sans-serif;
  display: flex;
  width: 90%;           
  margin: 0 auto;
  gap: 30px;
  flex-wrap: nowrap;    
  align-items: stretch; 
}

.section-flex-full {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.wrapper-box {
  background-color: #ffffff;
  padding: 20px;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.wrapper-box-90 { width: 90%; }

.col-50 {
    width: 50%;
}

.returns-bar-section {
    margin: 50px 0; 
}

.returns-bar-section h3 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 18px;
  color: #444;
}


.flex-15 { width: 15%; }
.flex-20 { width: 20%; }
.flex-30 { width: 30%; }
.flex-35 { width: 35%; } 
.flex-40 { width: 40%; }
.flex-50 { width: 50%; }
.flex-60 { width: 60%; }
.flex-70 { width: 70%; }
.flex-75 { width: 75%; }
.flex-80 { width: 80%; }


@media (max-width: 768px) {
  .page-wrapper-flex,
  .page-wrapper-block {
    width: 100%;
    padding: 0 10px;
    gap: 10px;  
    flex-direction: column;
    margin: 5px 0;
  }

  .flex-15,
  .flex-20,
  .flex-30,
  .flex-35,
  .flex-40,
  .flex-50,
  .flex-60,
  .flex-70,
  .flex-75,
  .flex-80 {
    width: 100%;
  }

  .section-flex-full {
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
  }

  .wrapper-box {
    padding: 10px;
  }
}

.wrapper-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.title {
    font-family: 'Roboto', Sans-Serif;
    font-weight: 600;
    font-size: 32px;
    color: #072E33;
    margin: 30px 0;
}

.info-box {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.info-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


/* Mobile Styles */
@media (max-width: 768px) {
    .title {
        margin: 10px 0;
        font-size: 22px;
        padding: 12px;
    }
    .info-box {
        padding: 8px 12px;
        margin: 30px 0;
    }

    .info-box p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .info-box {
        padding: 6px 10px;
        margin: 20px 0;
    }
}

.formula-box {
border: 1px solid #ccc;
padding: 20px;
width: fit-content;
margin: 20px auto;
background-color: #f9f9f9;
border-radius: 8px;
font-family: Roboto, sans-serif;
}

.post-intro {
    border-left: 5px solid #0F7075; /* Left border with your color */
    background-color: #f9f9f9; /* Light background for contrast */
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 768px) {
    .post-intro {
        font-size: 15px;
        padding: 12px 16px;
    }
}

.faq-section {
  font-family: 'Roboto', sans-serif;
  padding: 2rem;
  border-left: 4px solid #0C7075;
  max-width: 800px;
}

.faq-title {
  font-size: 28px;
  color: #0F969C;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #0C7075;
  display: inline-block;
  padding-bottom: 5px;
}

.faq-item {
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  border-left: 3px solid #0F969C;
  transition: all 0.3s ease;
}

.faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
  margin-bottom: 0.5rem;
}

.faq-item p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.notes {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0;
  padding: 15px 20px;
}

.notes h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #072E33;
  border-left: 4px solid #0C7075;
  padding-left: 10px;
}


.notes ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.notes li {
  margin-bottom: 10px;
  color: #222; 
}

.notes strong {
  color: #0C7075;
}

.toc-container {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.toc-container h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.toc-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 10px;
}

.toc-list li a {
    text-decoration: none;
    color: #007BFF;
    font-size: 18px;
    transition: color 0.3s ease;
}

.toc-list li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.toc-list li a::before {
    color: #007BFF;
    font-weight: bold;
}

.toc-list li a:active {
    color: #0056b3;
}

.key-takeaways {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden; 
}

.key-takeaways::before,
.key-takeaways::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #e74c3c, #3498db);
}

.key-takeaways::before {
    height: 3px; /* Border thickness */
    width: 20%; /* 20% of the width for the top border */
    top: 0;
    left: 0;
    background: linear-gradient(to right, #e74c3c, #3498db);
    transform: rotate(0deg);
}

.key-takeaways h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}

.key-takeaways ul {
    list-style-type: none;
    padding-bottom: 5px;
    margin: 0;
}

.key-takeaways ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
    position: relative;
    padding-left: 20px;  
}

.key-takeaways ul li::before {
    content: "•"; 
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* key takeaways end*/


/* General Blog Post Structure */
.blog-post {
    max-width: 1024px;
    margin: auto;
    padding: 0; /* Removed padding for no left or right margins */
    font-family: 'Roboto', Arial, sans-serif;
    color: #333333; /* Text color for readability */
    line-height: 1.7;
    word-spacing: 4px;
}

/* Heading Styles */
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4 {
    margin-bottom: 10px;
}

.blog-post h2 {
    color: #0F7075; /* Darker for better contrast */
    font-size: 1.8rem;
    font-weight: 500; /* Slightly bold but not too heavy */
}

.blog-post h3 {
    color: #444;
    font-size: 1.5rem;
    font-weight: 500;
}

.blog-post h4 {
    color: #444;
    font-size: 1.3rem;
    font-weight: 500;
}

/* Paragraphs and Text */
.blog-post p {
    font-size: 1.1rem; 
    line-height: 1.65;
    margin-bottom: 1.25rem;
    font-weight: 400; 
    color: #333;
}

/* Image Styling */
.blog-post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Blockquote Styling */
.blog-post blockquote {
    font-style: italic;
    color: #555555; /* Soft gray for blockquotes */
    border-left: 4px solid #34699A; /* Primary color */
    padding-left: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
}

/* Links */
.blog-post a {
    color: #34699A; /* Primary color */
    text-decoration: none;
    font-weight: bold;
}

.blog-post a:hover {
    text-decoration: underline;
    color: #5390D9; /* Link hover color */
}

/* Button */
.blog-post .read-more-btn {
    display: inline-block;
    background-color: #4CAF50; /* Green for positive action buttons */
    color: #FFFFFF; /* White text for contrast */
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.blog-post .read-more-btn:hover {
    background-color: #45A049; /* Slightly darker green on hover */
}

/* List Styling */
.blog-post ul {
    margin: 10px 0;
    padding-left: 20px;
}

.blog-post ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

/* Code Block */
.blog-post pre {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-post {
        padding: 0;
    }

    .blog-post h1 {
        font-size: 1.75em;
    }

    .blog-post h2 {
        font-size: 1.5em;
    }

    .blog-post h3 {
        font-size: 1.25em;
    }

    .blog-post p {
        font-size: 16px;
    }
}

.custom_headings {
    display: inline-block;
    border-bottom: 3px solid transparent;
    background-image: linear-gradient(to right, #e74c3c, #3498db);
    background-position: bottom;
    background-size: 100% 3px; /* Adjust the size of the gradient */
    background-repeat: no-repeat;
    padding-bottom: 5px; /* Space between the text and the underline */
}


/* General Table Styling */ 

.table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}


.table th {
    background-color: #f2f2f2;
    padding: 12px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}


.table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}


.table td:first-child {
    text-align: left; 
}

.table td:last-child {
    text-align: right;
}


.table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table tbody tr:hover {
    background-color: #e8f4ff; 
    transition: background-color 0.3s;
}


@media screen and (max-width: 768px) {
    .table {
        font-size: 14px; 
    }

    .table td, .table th {
        padding: 8px; 
    }
}

@media screen and (max-width: 480px) {
    .table {
        font-size: 12px; 
    }

    .table td, .table th {
        padding: 6px; 
    }
}


.post-disclaimer {
    font-size: 14px; 
    color: #555; 
    background-color: #f9f9f9; 
    border-left: 4px solid #0F7075;
    padding: 10px 15px; 
    margin: 20px 10px;
    font-style: italic;
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

@media (max-width: 768px) {
    .post-disclaimer {
        font-size: 12px;
        padding: 8px 10px; 
        margin: 15px 5px; 
    }
}

.custom-table {
      width: 100%;
      border-style: none;
      font-family: roboto;
       box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .custom-table th, .custom-table td {
      padding: 12px;
      color: #333; 
      text-align: center;
  }

  .custom-table th {
      font-weight: normal;
      border-style: none;
      background-color: #f8f8f8;
      
  }

  .custom-table td {
      font-weight: bold;
}

.footer-disclaimer {
  background-color: #f9f9f9;
  padding: 20px;
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  border-bottom: 1px solid #e0e0e0;
}

.footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px;
  gap: 30px;
}

.footer-left,
.footer-right {
  flex: 1 1 300px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center; /* centers child items like social icons */
}

/* Centered social icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
}

/* Footer links in one row */
.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px; /* space between links */
}

.footer-links li {
  margin: 0; /* remove vertical spacing */
}



@media screen and (max-width: 768px) {
  .footer-middle {
    flex-direction: column;
    gap: 20px;
  }
}
/*

.change-info {
    display: flex;
    justify-content: space-between;
}

.net-change {
    float: left;
}

.percent-change {
    float: right;
}


.green { color: #28a745; font-weight: bold; }
.red { color: #dc3545; font-weight: bold; }


@media screen and (max-width: 768px) {
    #ticker-container {
        font-size: 13px;
        padding: 5px 10px;
        flex-wrap: nowrap;
    }

    #ticker-title {
        padding: 8px 5px;
        font-size: 14px;
        margin-right: 10px;
    }

    #ticker {
        animation: scrollTicker 40s linear infinite;
    }

    @keyframes scrollTicker {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    #ticker-title::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 10px;
        height: 100%;
        background: #f8f9fa;
        z-index: 3;
    }
}

    .this-change {
        padding-bottom: 20px;
    }

   .this-change span {
       font-weight: bold;
      font-size: 24px;
      color: #222;
   }

   .avg-change {
        padding-bottom: 20px;
    }

   .avg-change span {
       font-weight: bold;
      font-size: 34px;
      color: #222;
   }
   
   .avg-box {
            background: #fff;
            padding: 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 12px;
            transition: transform 0.3s ease-in-out;
        }

        .growth-box {
            text-align: center;
            background: #fff;
            padding: 15px;
            border-radius: 12px;
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }
        
        .growth-box h3, .avg-box h3 {
            color: #666;
            font-size: 14px;
        }

        .growth-box:hover {
            transform: scale(1.05);
        }
        
        #positive-count {
            color: #2E8B57;
        }
        
        #negative-count {
            color: #B22222;
        }
      */  

