/* ---------------------------------------------------------------------------------------------- */
/* Header section start */

@media (max-width: 768px) {
  .header {
    /* flex-direction: column; */
    align-items: center;
    gap: 8px;
    height: auto;
  }

  .logo {
    width: auto;
    margin: 0;
    display: flex;
    justify-content: center;
  }

  .logo img {
    margin: 0;
    height: 40px;
    width: 82px;
    margin-left: -17px;
  }

  .header-menu {
    /* width: 702px; */
    margin-top: 0px;
    text-align: center;
    margin-right: -75px;
  }
  .header-link{
    margin: 4px;
    width: 227px;
  }

  .header-link a {
    /* display: block; */
    margin: 10px -12px;
    font-size: 14px;
    margin-right: 20px;
  }

  .header-button {
    width: 360px;
    margin: 10px 7px;
  }

  .header-button a {
    padding: 8px 9px;
    font-size: 15px;
    margin-left: 32px;
    margin-top: -1px;
  }
}
/* Header section end */
/* ---------------------------------------------------------------------------------------------- */

/* intro section start*/
@media (max-width: 768px) {
  .intro-img {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .introduction h1 {
    font-size: 16px;
    padding: 0 15px;
    margin-left: -77px;
    width: 286px;
    text-align: justify;
  }
  .color{
    font-size: 48px;
  }

  .intro-img img {
    width: 300px;
    height: 280px;
    margin-left: -68px;
    margin-top: -19px;
  }

  .intro-img .intro {
    padding: 0 10px;
    font-size: 14px;
    width: 327px;
    margin-left: -96px;
    text-align: justify;
  }
}
/* intro section end*/
/* ---------------------------------------------------------------------------------------------- */

/* video section start */
@media (max-width: 768px) {
    .video{
        width: 100%;
    }
    .one-video{
        width: 379px;
        margin-left: -86px;
    }
}
/* video section end */
/* ---------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------- */
/* Why choose us section start */
@media (max-width: 991px) {
  .choose {
    padding: 20px 40px;
    margin-top: 0;
  }

  .content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .info {
    width: 100%;
    text-align: center;
  }

  .content-images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 15px;
  }

  .content-images img {
    width: 100%;
    height: auto;
  }
}

/* Responsive for mobiles */
@media (max-width: 576px) {
  .choose {
    padding: 15px 20px;
  }

  .content-images {
    grid-template-columns: 1fr;
  }
}
/* Why choose us section end */
/* ---------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------- */
/* skills section start */

/* Responsive adjustments */
@media (max-width: 768px) {
  .skills-images {
    justify-content: center;
    gap: 15px;
  }

  .skills-images img {
    width: 100px; /* Adjust based on your layout */
    height: auto;
  }
}

@media (max-width: 480px) {
  .skills-images img {
    width: 80px;  /* Smaller for mobile */
  }
}
/* skills section end */
/* ---------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------- */
/* skills section start */

/* ✅ Mobile: 2x2 Grid Layout */
@media (max-width: 600px) {
  .work-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }

  .work-images a img {
    width: 126px;
  }
  h4{
    color: white;
    font-size: 40px;
    margin-left: -25px;
  }
}


/* skills section end */

/* ---------------------------------------------------------------------------------------------- */
/* footer section start */

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-section {
    margin-bottom: 30px;
  }

  .social-icons {
    justify-content: center;
  }
  .footer .logo img {
    width: 200px;
    height: auto;
}
}
/* footer section end */
/* ---------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */
/* contact form section start */

@media (max-width: 1024px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .contact-text .info {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .contact-text h3 {
    font-size: 30px;
  }

  .contact-form {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .contact-text h3 {
    font-size: 26px;
  }

  .contact-text .info {
    font-size: 16px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 10px;
  }

  button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}

/* contact form section end */
/* ---------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */
/* Work section start */
@media (max-width: 768px) {
  .projects1 h1 {
    font-size: 1.5rem;
  }

  .project1-desc {
    font-size: 0.95rem;
  }

  .work-images a img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .projects1 {
    padding: 20px 10px;
  }

  .projects1 h1 {
    font-size: 1.3rem;
  }

  .work-images {
    gap: 15px;
  }

  .work-images a img {
    width: 120px;
  }
}
/* Work section end */

/* laundry section start */
/* Tablet */
@media (max-width: 768px) {
  .laundry {
    flex-direction: column;
    padding: 20px;
  }

  .laundry p {
    padding: 20px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .laundry img {
    width: 100%;
  }

  .laundry p {
    padding: 15px;
    font-size: 0.95rem;
  }
  .work-images img {
    width: 120px;
  } 
}

/* laundry section end */

/* About Me Start Responsive */
@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .info-grid {
    flex-direction: column;
    align-items: center;
  }

  .about-left img {
    width: 250px;
    height: 250px;
    margin-left: 28px;
  }

  .about-buttons .btn {
    margin: 10px 48px;
  }
  
}

/* Responsive */
@media (max-width: 768px) {
  .skills-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: -4px;
  }

  .skills-img img {
    max-width: 300px;
    margin-top: 20px;
  }
}
/* About Me End Responsive */


/* Resume start Responsive */

@media (max-width: 768px) {
  .resume-content {
    flex-direction: column;
  }

  .resume-download-top {
    text-align: center;
  }

  .resume-right img {
    max-width: 200px;
  }
}

/* Resume end Responsive */
