/*
Theme Name: Simple Portfolio
Description: Small thema 
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zp-simple-portfolio
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* ========================================
   MOBILE-FIRST RESPONSIVE DESIGN
   Base styles for mobile devices (320px+)
   ======================================== */

/* CSS Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
#menu-main {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* ========================================
   CAROUSEL STRUCTURE
   ======================================== */

.carou {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.carou-track-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.carou-track {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.carou-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.carou-slide.active {
  opacity: 1;
  visibility: visible;
}

/* ========================================
   NAVIGATION (Mobile First)
   ======================================== */

.carou-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  gap: 0.25rem;
  min-height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carou-indic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  background: white;
  border: 2px solid #333;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.75rem;
  color: #333;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 70px;
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.carou-indic:hover {
  background: rgba(139, 92, 246, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.carou-indic.current-slide {
  background: #8b5cf6;
  color: white;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.carou-indic a {
  color: inherit;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* Navigation Arrows (Mobile) */
.carou-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.carou-btn:hover {
  background: rgba(139, 92, 246, 0.95);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.carou-btn i {
  font-size: 1rem;
}

.next-btn {
  left: 0.5rem;
}

.prev-btn {
  right: 0.5rem;
}

/* ========================================
   SLIDE CONTENT (Mobile First)
   ======================================== */

.cont-images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 3.5rem 0.5rem 0.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.cont-single {
  width: 100%;
  flex: 1;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 3px solid #8b5cf6;
}

/* Particle.js Container */
.particlejs {
  position: relative;
  min-height: 250px;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  overflow: hidden;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.particle-image {
  width: 50vw;
  height: 85vh;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  top: 78px;
  border-bottom: rgba(139, 92, 246, 0.1);
}

/* ========================================
   SKILLS SECTION (Mobile First)
   ======================================== */

.skills-width {
  width: 50vw;
  position: relative;
  left: 50vw;
}

.home-paragraph-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  margin: 0.75rem 0;
  padding: 0 1rem;
  line-height: 1.5;
}

.skills-container {
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
  padding: 0.75rem 1rem;
}

.skills-container > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333;
}

.skills-container > p > span {
  min-width: 50px;
  text-align: right;
  font-weight: 700;
  color: #8b5cf6;
}

#php, #linux, #javascript, #laravel, #react, #wordpress, #python , #ai, #flutter, #sql {
  width: 0;
  height: 8px;
  background: linear-gradient(90deg, #7c3aed 0%, #8b5cf6 100%);
  border-radius: 4px;
  margin: 0 0 0.75rem;
  transition: width 3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(139, 92, 246, 0.15);
}

/* ========================================
   PORTFOLIO SECTION (Mobile First)
   ======================================== */

.port-container {
  position: relative;
  margin: 0.75rem;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.port-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.port-outer,
.port-inner {
  position: relative;
}

.port-position {
  position: relative;
}

div.port-inner.port-position {
  margin: 0.5rem 0;
}

div.port-inner.port-position > a > img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}

.port-container:hover div.port-inner.port-position > a > img {
  opacity: 0.9;
}

.port-excerpt {
  padding: 0.75rem;
  background: white;
  border-radius: 0 0 8px 8px;
}

.port-excerpt > a > p {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* Portfolio Decorative Borders */
.port-outer::before,
.port-outer::after,
.port-inner::before,
.port-inner::after {
  content: "";
  position: absolute;
  background-color: #8b5cf6;
  transition: all 0.6s ease;
  z-index: 10;
}

.port-outer::before {
  top: -8px;
  left: -8px;
  width: 30%;
  height: 3px;
}

.port-outer::after {
  top: -8px;
  left: -8px;
  width: 3px;
  height: 30%;
}

.port-inner::before {
  bottom: -8px;
  right: -8px;
  width: 3px;
  height: 30%;
}

.port-inner::after {
  bottom: -8px;
  right: -8px;
  width: 30%;
  height: 3px;
}

.port-container:hover .port-outer::before {
  left: calc(70% + 8px);
}

.port-container:hover .port-outer::after {
  top: calc(70% + 8px);
}

.port-container:hover .port-inner::before {
  bottom: calc(70% + 8px);
}

.port-container:hover .port-inner::after {
  right: calc(70% + 8px);
}

/* ========================================
   CONTACT FORM (Mobile First)
   ======================================== */

.contact-img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact-img-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.wpcf7 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.wpcf7-form {
  width: 100%;
  max-width: 600px;
}

.wpcf7-form > p > label {
  width: 100%;
  display: block;
  margin: 0.75rem auto;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.wpcf7-form > p > label > span > input,
.wpcf7-form > p > label > span > textarea {
  width: 100%;
  display: block;
  margin: 0.5rem 0;
  padding: 0.75rem;
  border: 2px solid rgba(0, 0, 34, 0.3);
  border-radius: 6px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.95);
  transition: border-color 0.3s ease;
}

.wpcf7-form > p > label > span > input:focus,
.wpcf7-form > p > label > span > textarea:focus {
  outline: none;
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.wpcf7-form > p > label > span > textarea {
  min-height: 100px;
  resize: vertical;
}

.wpcf7-form > p > input[type="submit"] {
  width: 100%;
  display: block;
  margin: 1rem auto;
  padding: 0.875rem;
  border: 2px solid #8b5cf6;
  border-radius: 6px;
  background: #8b5cf6;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7-form > p > input[type="submit"]:hover {
  background: #7c3aed;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.wpcf7-not-valid-tip {
  color: #ffffff !important;
  background: rgba(220, 53, 69, 0.9);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.wpcf7-response-output {
  color: white !important;
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  text-align: center;
}

/* ========================================
   FOOTER (Mobile First)
   ======================================== */

.site-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ecf0f1;
  margin-top: auto;
}

/* Footer Main Section */
.footer-main {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid rgba(236, 240, 241, 0.1);
}

.footer-column {
  margin-bottom: 2rem;
}

.footer-widget {
  padding: 0 0.75rem;
}

/* Footer Titles */
.footer-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #8b5cf6, rgba(139, 92, 246, 0.3));
  border-radius: 2px;
}

/* Footer Text */
.footer-text {
  color: #bdc3c7;
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links li a {
  color: #bdc3c7;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-links li a i {
  font-size: 0.7rem;
  color: #8b5cf6;
  transition: transform 0.3s ease;
}

.footer-links li a:hover {
  color: #ffffff;
  padding-left: 0.5rem;
}

.footer-links li a:hover i {
  transform: translateX(3px);
}

/* Social Links */
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: #8b5cf6;
  border-color: #8b5cf6;
  color: #ffffff;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.4);
}

/* Newsletter Form */
.footer-newsletter {
  margin-top: 1rem;
}

.newsletter-input-group {
  position: relative;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.3s ease;
}

.newsletter-input-group:focus-within {
  border-color: #8b5cf6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
}

.newsletter-input-group input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 0.9rem;
  outline: none;
}

.newsletter-input-group input::placeholder {
  color: rgba(236, 240, 241, 0.6);
}

.newsletter-input-group button {
  padding: 0 1.5rem;
  background: #8b5cf6;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-input-group button:hover {
  background: #7c3aed;
  transform: scale(1.05);
}

.newsletter-input-group button i {
  font-size: 1rem;
}

/* Footer Bottom */
.footer-bottom {
  padding: 1.5rem 0;
  background: rgba(0, 0, 0, 0.2);
}

.copyright {
  color: #bdc3c7;
  font-size: 0.875rem;
  margin: 0;
  text-align: center;
}

.footer-credits {
  text-align: center;
  margin-top: 0.5rem;
}

.footer-credits a {
  color: #95a5a6;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-credits a:hover {
  color: #ffffff;
}

/* Legacy support */
.footer-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.freepic-image {
  font-size: 0.75rem;
  display: block;
  margin: 0.5rem 0;
  opacity: 0.8;
}

/* ========================================
   SINGLE PAGE (Mobile First)
   ======================================== */

.single-menu {
  text-align: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.single-menu a {
  color: #8b5cf6;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-padding {
  padding: 1rem;
}

div.container.vh-100 > div.row {
  overflow-y: auto;
  height: 100vh;
  padding: 1rem 0;
}


/* ========================================
   TABLET (600px+)
   ======================================== */

@media screen and (min-width: 600px) {
  .carou-nav {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .carou-indic {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
    flex: 0 1 auto;
    max-width: none;
    min-width: 100px;
  }

  .carou-indic a {
    font-size: 1rem;
  }

  .carou-btn {
    width: 3rem;
    height: 3rem;
  }

  .carou-btn i {
    font-size: 1.25rem;
  }

  .next-btn {
    left: 1rem;
  }

  .prev-btn {
    right: 1rem;
  }

  .cont-images {
    padding: 4rem 1rem 1rem;
  }

  .cont-single {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }

  .home-paragraph-text {
    font-size: 1.125rem;
    margin: 1rem 0;
  }

  .skills-container {
    padding: 1rem 1.5rem;
    margin: 1.5rem auto;
  }

  .skills-container > p {
    font-size: 0.875rem;
    margin: 0.625rem 0 0.375rem;
  }

  #php, #linux, #javascript, #laravel, #react, #wordpress, #css3, #html5 {
    height: 10px;
  }

  .port-container {
    margin: 1rem;
  }

  div.port-inner.port-position > a > img {
    max-height: 250px;
  }

  .port-excerpt > a > p {
    font-size: 0.875rem;
  }

  .contact-form-title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  .wpcf7 {
    padding: 1.5rem;
  }

  .wpcf7-form > p > label {
    width: 90%;
  }

  .wpcf7-form > p > input[type="submit"] {
    width: 80%;
  }

  .single-menu a {
    font-size: 1.125rem;
  }

  /* Footer responsive - Tablet */
  .footer-column {
    margin-bottom: 1.5rem;
  }

  .footer-widget {
    padding: 0 1rem;
  }

  .copyright,
  .footer-credits {
    text-align: left;
  }

  .footer-credits {
    text-align: right;
    margin-top: 0;
  }
}

/* ========================================
   TABLET LANDSCAPE (768px+)
   ======================================== */

@media screen and (min-width: 768px) {
  .carou-indic {
    font-size: 0.975rem;
    padding: 0.75rem 1.25rem;
    min-width: 120px;
  }

  .next-btn {
    left: 1.5rem;
  }

  .prev-btn {
    right: 1.5rem;
  }

  .cont-images {
    padding: 4.5rem 1.5rem 1.5rem;
  }

  .cont-single {
    padding: 2rem;
  }

  .home-paragraph-text {
    font-size: 1.25rem;
    margin: 1.25rem 0;
  }

  .skills-container {
    width: 90%;
    padding: 1.25rem 2rem;
  }

  .skills-container > p {
    font-size: 1rem;
  }

  .port-excerpt > a > p {
    font-size: 1rem;
  }

  .contact-form-title {
    font-size: 1.75rem;
    margin-top: 2rem;
  }

  .wpcf7-form > p > label {
    width: 80%;
  }

  .wpcf7-form > p > input[type="submit"] {
    width: 70%;
  }

  /* Footer responsive - Tablet Landscape */
  .footer-main {
    padding: 3.5rem 0 2.5rem;
  }

  .footer-column {
    margin-bottom: 1rem;
  }

  .footer-title {
    font-size: 1.375rem;
  }

  .footer-social {
    gap: 1rem;
  }

  .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }

  .single-menu a {
    font-size: 1.25rem;
  }

  .single-padding {
    padding: 1.5rem;
  }
}

/* ========================================
   DESKTOP (992px+)
   ======================================== */

@media screen and (min-width: 992px) {
  .carou-nav {
    flex-wrap: nowrap;
  }

  .carou-indic {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }

  .carou-indic a {
    font-size: 1.125rem;
  }

  .carou-btn {
    width: 3.5rem;
    height: 3.5rem;
  }

  .cont-images {
    flex-direction: row;
    padding: 4.5rem 2rem 2rem;
  }

  .cont-single {
    width: 50%;
    max-width: 50%;
    border: 3px solid #8b5cf6;
    
  }

  .home-paragraph-text {
    font-size: 1.375rem;
    margin: 1.5rem 0;
  }

  .skills-container {
    width: 80%;
    padding: 1.5rem 2.5rem;
    margin: 2rem auto;
  }

  div.port-inner.port-position > a > img {
    max-height: 300px;
  }

  .contact-form-title {
    font-size: 2rem;
    margin-top: 2.5rem;
  }

  .wpcf7-form > p > label {
    width: 70%;
  }

  .wpcf7-form > p > input[type="submit"] {
    width: 60%;
  }

  /* Footer responsive - Desktop */
  .footer-main {
    padding: 4rem 0 3rem;
  }

  .footer-column {
    margin-bottom: 0;
  }

  .footer-widget {
    padding: 0 1.5rem;
  }

  .footer-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  .footer-title::after {
    width: 60px;
    height: 4px;
  }

  .footer-text {
    font-size: 1rem;
  }

  .footer-links li a {
    font-size: 1rem;
  }

  .footer-links li a i {
    font-size: 0.75rem;
  }

  .social-link {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  .footer-bottom {
    padding: 2rem 0;
  }

  .copyright {
    font-size: 1rem;
  }

  .footer-credits a {
    font-size: 0.9rem;
  }

  .single-menu a {
    font-size: 1.5rem;
  }

  .single-padding {
    padding: 2rem;
  }
}


/* ========================================
   LARGE DESKTOP (1200px+)
   ======================================== */

@media screen and (min-width: 1200px) {
  .carou-indic {
    font-size: 1.125rem;
    padding: 0.875rem 1.75rem;
    min-width: 140px;
  }

  .carou-indic a {
    font-size: 1.25rem;
  }

  .cont-images {
    padding: 4.5rem 3rem 3rem;
  }

  .home-paragraph-text {
    font-size: 1.5rem;
    margin: 2rem 0;
  }

  .skills-container {
    width: 70%;
    max-width: 800px;
    padding: 2rem 3rem;
  }

  .skills-container > p {
    font-size: 1.125rem;
  }

  div.port-inner.port-position {
    margin: 1.5rem 0;
  }

  .port-excerpt > a > p {
    font-size: 1.125rem;
  }
}

/* ========================================
   UTILITIES
   ======================================== */

.moved-footer {
  position: absolute;
  bottom: -240%;
}

.font-icon-color {
  color: #333 !important;
  width: 50px;
  height: 50px;
}

.under-construct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.under-construct > p {
  font-size: 1rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

/* Accessibility */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Print Styles */
@media print {
  .carou-nav,
  .carou-btn,
  footer {
    display: none;
  }

  .carou-slide {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
