/* Print stylesheet — clean resume layout */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  header,
  .navbar,
  .hamburger,
  .mobiletogglemenu,
  #preloader,
  #backtotopbutton,
  .setting-container,
  .cursor-inner,
  .cursor-outer,
  .blob,
  .footer-background,
  .footer-blob,
  .hero-social-icons,
  .letsTalkBtn,
  .contact-btn-div,
  .project-filters,
  .project-toggle-btn,
  .project-details,
  .form-submit-btn,
  .filter-btn,
  #contact-form,
  footer,
  #footer {
    display: none !important;
  }

  body {
    font-size: 11pt;
    line-height: 1.4;
    margin: 0;
    padding: 0;
  }

  section {
    padding: 10px 0 !important;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  .hero-name {
    font-size: 20pt;
    margin-bottom: 4px;
  }

  #info-para {
    font-size: 10pt;
    margin-bottom: 12px;
  }

  .experience-heading-article,
  .section-heading-article {
    font-size: 14pt;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }

  .experience-box {
    border: 1px solid #ccc !important;
    padding: 8px 12px !important;
    margin-bottom: 6px;
    page-break-inside: avoid;
  }

  .Experience-Heading {
    font-size: 11pt;
    font-weight: 700;
  }

  .Experience-SubHeading,
  .Experience-SubHeading2 {
    font-size: 10pt;
  }

  .Experience-Description {
    font-size: 9pt;
  }

  .details-container {
    border: 1px solid #ccc !important;
    padding: 8px !important;
    margin-bottom: 8px;
    page-break-inside: avoid;
  }

  .project-title {
    font-size: 11pt;
    margin: 4px 0;
  }

  .project-description {
    font-size: 9pt;
  }

  .project-img {
    max-height: 80px;
    width: auto;
  }

  .tech-stack-logo {
    max-height: 24px;
    width: auto;
  }

  a {
    text-decoration: underline;
    color: #000 !important;
  }

  a[href^="mailto"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
  }

  #about,
  #experience,
  #education,
  #certifications,
  #projects {
    page-break-before: auto;
  }

  .contact-form-container,
  #form-success {
    display: block !important;
  }

  .testimonials-grid {
    grid-template-columns: 1fr !important;
  }

  .testimonial-card {
    border: 1px solid #ccc !important;
    padding: 8px !important;
    margin-bottom: 6px;
  }

  .testimonial-text {
    font-size: 9pt;
  }
}
