 /* Navbar link hover */
 .navbar-light .navbar-nav .nav-link {
    color: #000;
    margin: 0 15px;
    font-weight: 500;
  }
  
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: #8d5d2f; /* Slight brown accent */
  }
  
  /* Hero Banner */
  .hero-banner {
    background: url('images/hero.jpg') no-repeat center center;
    background-size: cover;
    min-height: 90vh;
    padding: 100px 0;
    position: relative;
  }
  
  .hero-banner .tagline {
    font-style: italic;
    font-size: 1.1rem;
    color: #f1f1f1;
    margin-bottom: 10px;
  }
  
  .hero-banner h1 {
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
  }
  
  .hero-banner .lead {
    font-size: 1.1rem;
    color: #eee;
    margin-top: 15px;
    max-width: 600px;
  }
  
  .hero-banner .btn-light {
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
  }
  
  .hero-banner .btn-light:hover {
    background-color: #ddd;
    color: #000;
  }
  /* Feature Section Styles */
  /* #features .feature-icon {
    filter: brightness(0) saturate(100%) invert(22%) sepia(48%) saturate(423%) hue-rotate(5deg) brightness(93%) contrast(90%);
  } */
  
  #features .feature-text {
    font-size: 1rem;
    color: #2d2d2d;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.5;
  }
    
  /* Our Story Section */
  .our-story-section {
    background-color: #fdf7f1; /* Soft beige background */
  }
  
  .our-story-section h2 {
    color: #1d1d1d;
  }
  
  .our-story-section h4 {
    color: #1d1d1d;
  }
  
  .our-story-section p {
    font-size: 1.05rem;
    line-height: 1.8;
  }
  .our-capabilities-section {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .capabilities-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    justify-content: start;
  }
  
  .capabilities-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/capabilities.jpg') no-repeat center center/cover;
    z-index: 1;
    opacity: 0.8;
  }
  
  .capabilities-content {
    position: relative;
    z-index: 2;
    /* max-width: 446px; */
    /* margin-left: auto; */
    padding-left: 32%;
    width: 100%;
  }
  
  .capabilities-content h2 {
    color: #fff;
  }
  
  .capabilities-content ul {
    padding-left: 1.2rem;
  }
  
  .capabilities-content ul li {
    margin-bottom: 0.75rem;
  }
  .products-section {
    background-color: #fff;
  }
  
  .product-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
  }
  
  .product-card img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(180, 132, 76, 0.9); /* Brownish overlay */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
  }
  
  .product-text {
    line-height: 1.2;
  }
  
  .product-arrow {
    font-size: 1.5rem;
    color: #fff;
  }
  .infrastructure-section {
    background-image: url('images/infrastructure-bg.jpg'); /* Use your background image */
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    padding: 100px 0;
  }
  
  .infrastructure-overlay {
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    padding: 60px 20px;
  }
  
  .infrastructure-section h2 {
    font-size: 3rem;
    font-weight: bold;
  }
  
  .infrastructure-section p {
    font-size: 1.25rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .infrastructure-section .btn {
    border: 2px solid #fff;
    padding: 10px 25px;
    font-weight: 600;
  }
  .original-leather-section {
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
  }
  
  .original-leather-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .original-leather-section .text-content {
    font-family: serif;
    color: #111;
  }
  
  .original-leather-section .percentage {
    font-size: 8rem;
    margin: 0;
    font-weight: 500;
  }
  
  .original-leather-section .tagline {
    font-size: 3.5rem;
    margin: 0;
    font-weight: 400;
  }
  
  .original-leather-section .image-content img {
    max-width: 350px;
    height: auto;
    object-fit: contain;
  }
  .leather-varieties-section {
    background-color: #dcc3aa;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #2c1c0e;
  }
  
  .leather-varieties-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .leather-varieties-section .section-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .leather-varieties-section .intro {
    font-size: 1.2rem;
    margin-bottom: 25px;
    max-width: 600px;
  }
  
  .leather-varieties-section .leather-types {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 600px;
  }
  
  .leather-varieties-section .leather-types li {
    margin-bottom: 15px;
  }
  
  .leather-varieties-section .leather-types strong {
    font-weight: 700;
  }
  
  .leather-varieties-section .image-content img {
    max-width: 350px;
    height: auto;
    object-fit: contain;
  }
  .site-footer {
    background-color: #dfc7b0; /* Warm beige */
    padding: 60px 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4a2f0d; /* Dark brown text */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
  
  .footer-column {
    flex: 1 1 220px;
    min-width: 220px;
  }
  
  .footer-logo {
    width: 300px;
    margin-bottom: 25px;
    display: block;
  }
  
  .iso-badge {
    width: 70px;
    margin-bottom: 30px;
    display: block;
  }
  
  .footer-contact p {
    margin: 8px 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .footer-contact i {
    font-size: 1.1rem;
  }
  
  .footer-heading {
    font-weight: 600;
    font-size: 1.25rem;
    color: #a06d22; /* Golden brown */
    margin-bottom: 20px;
  }
  
  .footer-links {
    list-style: disc inside;
    padding-left: 0;
    margin: 0;
    font-size: 1rem;
    color: #3d2c0a;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: #3d2c0a;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: #a06d22;
    text-decoration: underline;
  }
  
  .social-icons {
    margin-bottom: 20px;
  }
  
  .social-icons a {
    font-size: 1.6rem;
    color: #3d2c0a;
    margin-right: 15px;
    transition: color 0.3s ease;
  }
  
  .social-icons a:hover {
    color: #a06d22;
  }
  
  .download-button {
    padding: 10px 25px;
    border: 1px solid #3d2c0a;
    background: transparent;
    color: #3d2c0a;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 3px;
  }
  
  .download-button:hover {
    background-color: #a06d22;
    color: white;
  }
  