.elementor-1708 .elementor-element.elementor-element-b95291e{--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;}/* Start custom CSS for html, class: .elementor-element-a560a88 */.mc-article-container {
    
    color: #222;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
  }
  
  /* Headings & Typography */
  .mc-article-container h1 {
    color: #1f3d9d; /* Secondary Color */
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .mc-article-container h2 {
    color: #1f3d9d;
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #f0f4f8;
    padding-bottom: 10px;
  }
  .mc-article-container h3 {
    color: #1f3d9d;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .mc-article-container p {
    margin-bottom: 1.2rem;
  }
  .mc-article-container a {
    color: #f22283; /* Primary Color */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }
  .mc-article-container a:hover {
    color: #1f3d9d;
    text-decoration: underline;
  }
  .mc-article-container ul, 
  .mc-article-container ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
  .mc-article-container li {
    margin-bottom: 0.6rem;
  }

  /* Featured Snippet / Intro Block */
  .mc-featured-snippet {
    background-color: #f8fafc;
    border-left: 5px solid #f22283;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-size: 1.05rem;
  }

  /* Author Info Block */
  .mc-author-header {
    background-color: #eef2fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 0.95rem;
    color: #444;
    border: 1px solid #dce4f5;
  }
  .mc-author-header p { margin: 0 0 5px 0; }
  .mc-author-header p:last-child { margin-bottom: 0; font-size: 0.85rem; color: #666; }

  /* Images & Figures */
  .mc-figure {
    margin: 35px 0;
    display: block;
  }
  .mc-figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    display: block;
  }
  .mc-figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-top: 12px;
    font-style: italic;
  }

  /* Video Wrapper */
  .mc-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 35px 0;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  }
  .mc-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* Modern Tables */
  .mc-table-wrap {
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  .mc-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
  }
  .mc-table caption {
    font-weight: bold;
    padding: 12px;
    background: #f8fafc;
    color: #1f3d9d;
    border: 1px solid #e2e8f0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
  .mc-table th, .mc-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #e2e8f0;
  }
  .mc-table th {
    background-color: #1f3d9d;
    color: #fff;
    font-weight: 600;
  }
  .mc-table tr:nth-child(even) { background-color: #f8fafc; }
  .mc-table strong { color: #f22283; }

  /* Testimonial / Story Box */
  .mc-story-box {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #119809; /* Rare Color: Green */
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    color: #444;
    line-height: 1.8;
  }

  /* FAQ Accordion */
  .mc-faq-container { margin: 30px 0; }
  .mc-faq-item {
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .mc-faq-question {
    background-color: #f8fafc;
    padding: 18px 20px;
    margin: 0;
    cursor: pointer;
    font-size: 1.1rem;
    color: #1f3d9d;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
  }
  .mc-faq-question:hover { background-color: #eef2fa; }
  .mc-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    line-height: 1;
    color: #f22283;
    transition: transform 0.3s;
  }
  .mc-faq-item.active .mc-faq-question::after { transform: rotate(45deg); }
  .mc-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
  }
  .mc-faq-item.active .mc-faq-answer {
    padding: 15px 20px;
    max-height: 1000px; /* arbitrary large value for transition */
  }

  /* Modern CTA Box */
  .mc-cta-box {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2fa 100%);
    border: 2px solid #1f3d9d;
    border-radius: 12px;
    padding: 35px 25px;
    margin: 45px 0;
    text-align: center;
    box-shadow: 0 8px 25px rgba(31,61,157,0.08);
  }
  .mc-cta-box h3 { margin-top: 0; color: #1f3d9d; font-size: 1.6rem; }
  .mc-cta-box ul { text-align: left; display: inline-block; margin-bottom: 25px; }
  .mc-btn {
    display: inline-block;
    background-color: #f22283;
    color: #fff !important;
    padding: 16px 35px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(242,34,131,0.3);
  }
  .mc-btn:hover {
    background-color: #d11a6f;
    transform: translateY(-2px);
  }
  .mc-cta-contact { font-size: 14px; margin-top: 15px; color: #555; }

  /* Disclaimer Box */
  .mc-disclaimer {
    border-left: 4px solid #dc2626;
    padding: 18px 20px;
    margin: 35px 0;
    background: #fef2f2;
    border-radius: 4px;
  }
  .mc-disclaimer h4 { margin-top: 0; color: #b91c1c; margin-bottom: 8px; }
  .mc-disclaimer p { font-size: 14px; margin-bottom: 0; line-height: 1.6; }

  /* Footer Links & Author Info */
  .mc-footer-block {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    background-color: #f8fafc;
  }
  .mc-footer-logo img { max-width: 160px; height: auto; }
  .mc-social-links { margin-top: 10px; display: flex; gap: 12px; flex-wrap: wrap; }
  .mc-social-links a { color: #1f3d9d; font-size: 0.9rem; font-weight: 600; text-decoration: none; }
  .mc-social-links a:hover { color: #f22283; }
  
  .mc-related-links {
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
    margin-top: 35px;
  }

  /* Mobile Responsive Adjustments */
  @media (max-width: 768px) {
    .mc-article-container { padding: 15px; }
    .mc-article-container h1 { font-size: 1.8rem; }
    .mc-article-container h2 { font-size: 1.5rem; }
    .mc-cta-box { padding: 25px 15px; }
    .mc-table th, .mc-table td { padding: 10px; font-size: 0.9rem; }
    .mc-footer-block { flex-direction: column; text-align: center; justify-content: center; }
    .mc-social-links { justify-content: center; }
  }/* End custom CSS */