@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');

    body {
      font-family: "Barlow Condensed", sans-serif !important;
    }

    .top-bar {
      background-color: #2b2b2b;
      color: white;
      padding: 0.5rem 1rem;
    }
    .top-bar a {
      color: white;
      text-decoration: none;
      margin-left: 15px;
    }
    .img-fluid{
      width: 100%;
    }
    .main-header {
      padding: 1rem;
      border-bottom: 1px solid #ccc;
    }
    .hero {
      position: relative;
      background: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?fit=crop&w=1200&q=80') center center/cover no-repeat;
      height: 400px;
      color: white;
    }
    .hero-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .hero-content {
      position: relative;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
    }
    .read-more-btn {
      background-color: #6c757d;
      border: none;
      color: white;
      padding: 0.5rem 1rem;
    }
    .contact-section {
      background-color: #f8f9fa;
      padding: 3rem 1rem;
    }
    .footer {
      background-color: #2b2b2b;
      color: white;
      padding: 2rem 1rem;
    }
    .footer a {
      color: white;
      text-decoration: underline;
    }

    .image-grid img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
    }
    .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }


    /*-----------------------15 july----------------------------*/


    .top-bar {
    background-color: #E4313D;
    color: white;
    padding: 0.5rem 1rem;
    }
    .common_font{
      font-size: 18px;
    line-height: 30px;
        margin-top: 25px;
    }

    .hover-box {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(6px);
      transition: 0.3s ease;
    }

    .hover-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      border-color: #007bff;
    }

    .icon-box {
      width: 60px;
      height: 60px;
      background: #f0f4ff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }
    .about_btm_wr h4{
      font-size: 21px;
    line-height: 41px;
    font-weight: bold;
    color: #000 !important;
    }
    .product-overlay{
          background-color: #E4313D;
              padding: 5px 6px 5px;
    }
   .product-overlay h6{
      font-size: 21px;
    line-height: 41px;
    font-weight: bold;
    color: #fff !important;
    }