body {
  font-family: 'Kumbh Sans', sans-serif;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}

/* .navbar-collapse {
  display: block !important;
} */


/* banner */
.hero-banner {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* No default background color here */
}



.hero-content {
  padding: 60px 40px;
  max-width: 380px;
  margin-top: 100px;
  font-family: 'Kumbh Sans', sans-serif;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.9;
  font-family: 'Afacad', sans-serif;
}

.divider {
  width: 257px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 40px auto;
  border: none;
  margin-left: -5px;
}

.description {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.85;
  font-family: 'Afacad', sans-serif;
}

.hero-btn {
  padding: 12px 25px;
  background-color: #EF3030;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background-color: #c7302a;
}

/* five image */
.category-section {
  margin-top: 40px;
  padding-top: 10px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.category-section .category-card {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
}

.category-section .category-card img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* stretch image */
  display: block;
}


/* 📝 TEXT: hidden until hover */
.category-section .view-more-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-section .category-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6); /* Default: black/gray */
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 14px 6px;
  min-height: 140px;
  width: 40px;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}


.category-section .category-card:hover .category-label {
  background-color: #EF3030;
  
}


.category-section .category-card:hover .view-more-text {
  opacity: 2;
    position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  z-index: 1;
}



.topper {
  margin-top: -100px !important;
}




    /* three number */

    .feature-section {
  padding: 60px 0;
  background-color: #fff;
}

.feature-box {
  background-color: #fff;
 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  
  height: 100%;
}

.feature-number-img {
  width: 80px;  /* increased from 50px */
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: contain;
}



.feature-text-group {
  text-align: left;
  padding: 20px;
}

.feature-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.feature-text {
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* two image */
.smartfit-about-section {
  width: 100%;
  position: relative;
  padding: 0;
  font-family: 'Afacad', sans-serif;
}

.about-bg-img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 50px 40px;
  max-width: 850px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  z-index: 2;
}

.about-watermark {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}


.about-content-box small {
  font-size: 18px;
  color: #777;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.about-content-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  margin: 10px 0 20px;
  position: relative;
  z-index: 2;
}

.about-content-box p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.view-more-link {
  font-size: 14px;
  font-weight: 600;
  color: #e50000;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

.view-more-link:hover {
  text-decoration: underline;
}
/* ✅ Mobile version second image (hidden by default) */
.about-mobile-img {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ✅ Mobile version content */
.about-mobile-text {
  display: none;
  text-align: center;
  padding: 30px 20px;
  background-color: transparent;
}

.about-mobile-text h1 {
  font-size: 16px;
  color: #777;
  font-weight: 500;
  text-align: left;
}

.about-mobile-text h2 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin: 10px 0 20px;
  text-align: justify;
}

.about-mobile-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

.about-mobile-text .view-more-link {
  font-size: 14px;
  font-weight: 600;
  color: #e50000;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.about-mobile-text .view-more-link:hover {
  text-decoration: underline;
}



/* our porcess */
.inner-sub-title{
   font-family: 'Afacad', sans-serif;
      color: #ACACAC; 
      font-size: 18px;  
}

.inner-main-title{
      font-family: 'Afacad', sans-serif;
      color: #302F2F;
      font-size: 40px;
      font-weight: bold;
}

.production-title{
    color: #EF3030;
    font-family: 'Afacad', sans-serif;
  font-size: 18px;
 
}

  .arrow-icon {
    font-size: 24px;
    color: #000; /* Adjust color if needed */
    align-self: flex-start; /* Optional: left align */
    margin-top: auto;
  }
.production-para{
   color: #606060;
    text-align: justify;
   font-family: 'Afacad', sans-serif;
    max-width: 16rem;
    font-size: 15px;

}
.material-symbols-outlined {
  font-size: 25px; /* increase size */
  color: #EF3030;  /* change color */
  vertical-align: middle; /* align with text */
}


 .btn-view-more {
    font-weight: 600;
    color: #e53935; /* red */
    text-decoration: none;
    gap: 6px; /* space between text and icon */
    transition: color 0.3s ease;
      font-family: 'Afacad', sans-serif;
  }

  

  .btn-view-more .material-symbols-outlined {
    font-size: 20px; /* size of arrow */
    color: #919191;
  }


  /* your vision */
.knit-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  padding: 100px 20px;   /* top/bottom: 100px, left/right: 20px */
  margin: 60px auto;     /* Adds space around the section */
  box-sizing: border-box;
  
}
 



.knit-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.knit-overlay-box {
  background: rgba(0, 0, 0, 0.55);
  padding: 100px 203px;         /* increased padding */
  border-radius: 5px;
  max-width: 850px;           /* increased from 700px */
  margin: 0 auto;
  color: white;
}

.knit-overlay-box h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.knit-overlay-box p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
   font-family: 'Afacad', sans-serif;
}

/* 👇 Circle Button Styling */
.knit-button-wrapper {
  margin-top: -30px;
}

.custom-view-more {
  display: inline-block;
  background-color: white;
  color: #f44336;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.custom-view-more:hover {
  background-color: #f44336;
  color: white;
}

/* cerfied excellece */
.ethical-img-box{

  border: 1px solid transparent; /* set transparent border first */
  border-radius: 5px;
  background: 
    linear-gradient(#fff, #fff) padding-box,   /* inner background */
    linear-gradient(to right, #FFC4C4, #FFFFFF) border-box; /* gradient border */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  padding: 10px;

  }

  .img-box{
     border: 1px solid transparent; /* set transparent border first */
  border-radius: 5px;
  background: 
    linear-gradient(#fff, #fff) padding-box,   /* inner background */
    linear-gradient(to left, #FFC4C4, #FFFFFF) border-box; /* gradient border */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  padding: 10px;
  }

  .excellence-inner-text{
    font-family: 'Afacad', sans-serif;
    color: #606060;
  }