body {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	color: #333;
	background-color: #f8f9fa;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}




h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
a {
	color: #0d6efd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
main {
	background: #fff;
	border-radius: 0.5rem;
	/*box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);*/
}


  .navbar-light .navbar-nav .nav-link {
    color: #333;
    transition: color 0.3s ease;
    text-decoration: none;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(8, 235, 197) !important;
  }
  .navbar-light .navbar-nav .nav-link.active {
    color: #0d6efd !important;
    font-weight: 700;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
  .dropdown-item:focus, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #333;
  }
  
  .navbar-nav .nav-link:hover i {
    color: #0d6efd;
    transition: color 0.3s ease;
    
  }
    p.fs-5{
        text-align: justify;
    }
.navbar-nav .nav-link:hover i {
    color: #0d6efd;
    transition: color 0.3s ease;  
  }

  #navbarSearchBox {
    z-index: 1050;
  }

  @media (max-width: 991.98px) {
    #navbarSearchBox {
      position: static;
      margin-top: 10px;
      width: 100%;
    }
  }
  
  .fs-5{
      
      font-size: 1.1em !important;
  }
  
  .page-header {
        background-color: #f4f4f4;
        padding: 40px 0;
    }
    
    .page-header h1 {
        font-size: 32px;
        font-weight: 700;
        color: #212529;
    }
    
    .breadcrumb {
        font-size: 0.875rem;
        background: none;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        padding: 0 0.5rem;
        color: #6c757d;
    }
    
    .text-color-default {
        color: #6c757d;
    }
    
    .text-color-hover-primary:hover {
        color: #DA1526;
    }
    
    
    .nav-item > a {
        display: inline-block;
        align-items: center;
        white-space: normal;
        border-radius: var(--border-radius);
        color: var(--grey-500);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        padding: 0.5rem 1rem;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        text-decoration: none;
    }
  
  .map-responsive {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 ratio */
      height: 0;
      overflow: hidden;
    }
    
    .map-responsive iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
  .product-box:hover {
    transform: translateY(-8px);
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  .product-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
.custom-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #0d6efd; /* Bootstrap primary color */
    border-radius: 2px;
  }

  
.footer {
  background-color: #1a1a1a;
  color: #fff;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  color: #fff;
}

  
  
  