

/* Mobile Responsive Tweaks */
@media (max-width: 768px) {
  .section-heading {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .section-para {
    font-size: 0.95rem;
    padding: 0 10px;
  }
  .card-img-top {
    height: auto;
  }
  .card-body {
    flex: 1 1 auto;
    /* padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); */
    color: var(--bs-card-color);
    padding: 5px 0px 5px 0px;
}
h5
{
    font-size: 16px;
}
}

@media (max-width:575px){
    .stat-card{ padding: 1rem; }
    .stat-number{ font-size: 1.25rem; }
  }

  @media (max-width: 767px) {
    .section-title {
      font-size: 1.5rem;
    }
    .signature-heading {
    font-family: "Playfair Display", serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #222;
    padding-bottom: 13px;
}

.about-bg-mar
{
  background-repeat: no-repeat;
    background-position: center;
    margin-top: -25px;
}

.abou6-bg
{
 background-color: #3b3b4f;
}
 
 .company_vision strong {
    font-size: 12px;
    font-weight: 500!important;
    color: #000;
}
.company_vision span {
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-left: 10px;
}
.icon-wrap {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: #fff;
    margin-right: 4px !important;
}
#videoWrapper .caption .contents {
    width: 95%;
    color: #fff;
    text-align: center;
    padding: 1rem;
    background: linear-gradient(45deg, #3ce778eb, #0a9ecbb3);
}
.company-profile .text-box {
    padding: 28px 19px;
}
.company-profile {
        background-color: #fff;
        border-radius: 0px;
        max-width: 1137px;
        margin: 15px auto;
    }
    .blog-text {
    padding: 0px 10px;
   margin-top: 0px; 
}
.product-image img {
    display: block;
    width: 100%;
     height: auto; 
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2,.9,.3,1);
    will-change: transform;
}
}


@media (min-width:355px) and  (max-width:1248px){
    .primary-menu {
    list-style: none;
    padding-left: 0;
    margin: 0px 0px 8px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    padding-top: 13px;
    border-top: 1px dotted #9ecde3;
}

.about-text-degine
{
padding: 38px;
    margin: -20px 0px -20px 0px;
}
.category-p
{
   max-width: 1100px; 
   margin: auto; 
   color: #555; 
   font-size: 1.05rem;
}
  }
