@media (max-width: 991px) {
  .hero-section {
    height: auto !important;
    padding: 50px;
  }

  .hero-section .hero h2 {
    font-size: 3rem;
  }

  .hero-section .hero p {
    font-size: 20px;
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .about-section {
    padding: 50px 0;
    background-attachment: fixed;
  }

  .about-section .upper-block {
    flex-direction: column-reverse;
  }

  .about-section .upper-block .video-box {
    width: 100%;
    position: relative;
  }

  .about-section .upper-block .text-box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
  

  .about-section .heading-block h2 {
    font-size: 2.6rem;
}

.about-section .heading-block h2 small {
    font-size: 1.9rem;
}

.about-section .heading-block {
    margin-bottom: 10px;
}

.about-section .upper-block .video-box {
    max-width: 100%;
}

.about-section .upper-block .video-block {
    padding-top: 0;
}

.about-section .upper-block .video-box {
    padding-bottom: 58%;
}

.about-section .upper-block .text-box h3 {
    width: 100%;
    text-align: center;
    font-size: 22px;
}.about-section .upper-block .text-box p{
  width: 100%;
  text-align: center;
}

  .about-section .lower-block .about-box {
    width: 100%;
  }

  .about-section .lower-block {

    flex-direction: column;
    gap: 20px;
  }

  .why-choose-ezyasz .container {
    flex-direction: column;
  }

  .why-choose-ezyasz .choose-text {
    width: 100%;
    padding-right: 0px;
  }

  .why-choose-ezyasz .row {
    width: 100%;
  }

  .values__title {
    font-size: 2.8rem;
    line-height: 3.5rem;
    color: #fff;
  }

  .kicker span {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
  }

  .info-sec .container {
    flex-direction: column;
  }

  .info-sec .head-box {
    width: 100%;
  }

  .info-sec .box-row {
    width: 100%;
  }

  .info-sec .head-box h2 span {
    font-weight: 800;
    font-size: 2.8rem;
    letter-spacing: 2px;
    display: block;
  }

  section#testimonialid h2 {
    font-size: 2.8rem;
  }

  .info-sec {
    padding-bottom: 0px;
    padding-top: 50px;
  }

  .cta-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .ultra-modern-cta {
    padding: 50px 0;
  }
}

@media (max-width: 567px) {
  .hero-section {
    height: auto !important;
    padding: 50px 20px;
  }

  .hero-section .hero h2 {
    font-size: 1.8rem;
  }

  .hero-section .hero p {
    font-size: 18px;
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .hero-section .quote-btn {
    padding: 10px 35px;
    font-size: 16px;
  }

  .about-section .upper-block .text-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #CC211F;
    margin-top: 20px;
  }

  .about-section {
    padding: 50px 10px;
  }



  .about-section .upper-block .text-box p {
    font-size: 18px;
        margin-top: 20px;
        padding-right: 0px;
        width: 100%;
        text-align: center;
  }

  .about-section .lower-block .about-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .why-choose-ezyasz {

    padding: 50px 10px;
  }

  .values__panel {
    flex: 1 1 45%;
    display: flex;
    background: #CC211F;
    padding: 50px 20px;
  }

  .why-choose-ezyasz .choose-text h2 span {
    font-size: 2.6rem;
    letter-spacing: 2px;
  }

  .kicker {
    display: flex;
    font-weight: 300;
    color: #fff;
    font-size: 1.8rem;
  }

  .why-choose-ezyasz .choose-text h2 {
    color: #CC211F;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.6rem;
  }

  .kicker span {
    font-size: 2.5rem;
  }

  .why-choose-ezyasz .choose-text p {
    font-size: 18px;
    font-weight: 300;
  }

  .why-choose-ezyasz .row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .why-choose-ezyasz .box {
    width: 100%;
  }

  .values__headline {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }

  .values__title {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: #fff;
  }

  .info-sec .head-box h2 span {
    font-size: 2.5rem;
  }

  .info-sec {
    padding-inline: 10px;
  }

  .info-sec .head-box h2 {
    color: #CC211F;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem;
  }

  .info-sec .head-box p {
    font-size: 18px;
  }

  .info-sec .box-row {
    width: 100%;
    flex-direction: column;
  }

  .info-sec .box {
    width: 100%;
  }

  section#testimonialid h2 {
    font-size: 2.5rem;
    padding-bottom: 10px;
  }

  .testimonial .test-slider .item {
    min-height: 230px;
  }

  section#testimonialid {
    padding-inline: 10px;
  }

  .get-in-touch a {
    background: #CE2320;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
  }

  .cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .cta-content p {
    font-size: 18px;
    margin-bottom: 2rem;
  }

  .ultra-cta-btn {
    padding: 15px 25px;
    font-size: 1.1rem;

  }

  .modern-footer {
    padding: 50px 0px;
    padding-bottom: 0px;
  }

  .why-choose-section-fullwidth {
    padding: 50px 10px !important;
  }

  .single-section-container {
    padding: 0;
  }

  .left-content .main-heading {
    font-size: 2.5rem;
  }

  .modern-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #CC211F;
    color: white;
    padding: 15px 25px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(204, 33, 31, 0.3);
    position: relative;
    overflow: hidden;
  }

  .testimonial-section.aos-init.aos-animate {
    padding: 50px 10px;
  }

  .testimonial-container {

    padding: 80px 20px;
  }

  .ultra-modern-content {
    padding: 0px;
  }

  section.ultra-modern-content-process {
    padding: 50px 10px;
  }

  .ultra-modern-content-process .lead-text span {
    font-size: 1.6rem;
  }

  .ultra-modern-content-process .lead-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.1;
  }

  .description {
    font-size: 18px;
    line-height: 1.5;
  }

  .intro-section-process.aos-init.aos-animate .modern-cta-btn {
    font-size: 16px;
  }
.process-expertise-section{
  padding: 50px 10px;
}
.title-underline {
    margin: 0 auto 1rem;
}
.expertise-grid{
  margin-top: 20px;
}
.process-expertise-section .section-header {
    text-align: center;
    margin-bottom: 30px;
}
.services-overview{
  padding: 50px 10px;
}
.services-overview .section-header {
    text-align: center;
    margin-bottom: 0px;
}
.product-page .product-text p{
  font-size: 18px;
  line-height: 28px;
}
}