@media only screen and (max-width: 1399px) {}


@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
  #hero h2 {
    font-size: 58px;
  }

  #hero h2 br {
    display: none;
  }

  h2 {
    font-size: 30px;
  }

  #hero {
    margin-bottom: 80px;
  }

  #about-sec {
    margin-bottom: 80px;
  }

  .hero-container img {
    width: 100%;
    height: 900px;
    object-fit: cover;
  }

  img.Portfolio {
    margin-bottom: 20px;
  }

  img.Portfolio1 {
    margin-bottom: 20px;
  }

  .pro-detils {
    margin: 25px 0px;
  }

  .common-heading h2 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #hero h2 {
    font-size: 44px;
  }

  #hero p {
    font-size: 18px;
  }

  #hero .btn-reach {
    font-size: 18px;
  }

  #hero {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }


  #about-sec {
    margin-bottom: 50px;
  }

  .footer-cu-sec-align,
  .footer-Links-sec-align {
    justify-content: start;
  }

  .footer-aboutus-sec,
  .footer-Links-sec,
  .footer-cu-sec {
    margin-bottom: 0px;
  }

  img.f-product {
    margin-bottom: 20px;
  }

  img.f-product1 {
    margin-bottom: 20px;
  }

  .f-product-sec {
    margin-bottom: 60px;
  }

}

@media only screen and (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  #hero p {
    font-size: 11px;
  }

  #hero .btn-reach {
    display: none;
  }

  h2 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  #about {
    margin-bottom: 40px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    padding: 5px;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active p {
    font-size: 16px;

  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link p {

    font-size: 16px;

  }

  .nav-tabs .nav-link {
    padding: 5px;
  }

  .pro-detils {
    margin: 25px 0px;
  }

  section#Portfolio-sec {
    margin: 60px 0px;
  }

  #contactus-sec {
    margin-top: 60px;
  }


  img.f-product3 {
    margin-top: 20px;
  }

  img.f-product1 {
    margin-top: 20px;
  }

  img.f-product {
    margin-bottom: 0px;
  }

  .common-heading.text-center {
    margin-bottom: 30px;
  }

  img.Portfolio1 {

    margin-top: 0px;
  }

  .footer-bt-sec p {
    text-align: center;
  }

  .img-fluid {
    max-width: 80%;
  }



}

@media only screen and (max-width: 420px) {
  .hero-container img {
    height: 700px;
  }

  #hero {
    margin-bottom: 40px;
    height: 80vh;
  }

  section#Portfolio-sec {
    margin: 40px 0px;
  }

  .f-product-sec {
    margin-bottom: 40px;
  }

  #contactus-sec {
    margin-top: 40px;
  }

  #contactus-sec {
    margin-top: 40px;
  }

  .common-heading h2 {
    margin-bottom: 10px;
  }

  .service-sec {
    padding: 40px 0;
  }

  #hero .carousel {
    bottom: 150px;
  }
}


@media (max-width: 768px) {
  .cont-btn {
    text-align: center;
    /* center the button inside li */
    margin-top: 15px;
    /* spacing from other items */
  }

  .cont-btn a {
    display: inline-block;
    width: 80%;
    /* make it wide but not full width */
    padding: 12px 0;
    /* good touch size */
    font-size: 15px;
    border-radius: 10px;
  }
}


/* 🧭 Extra small screens (under 480px) */
@media (max-width: 480px) {
  .cont-btn a {
    width: 90%;
    font-size: 11px;
    padding: 12px 0px;
    /* extra padding for text */
    white-space: normal;
    /* ✅ allows text to wrap safely */
  }
}