body {
	font-family: "Plus Jakarta Sans", sans-serif !important;
}
.hero-wrapper{
  position:relative;
  height:100vh;
  overflow:hidden;
  color:#fff;
}

/* VIDEO */
.bg-video{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

/* OVERLAY */
.overlay{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.50);
  z-index:2;
}

.ppopbtn {
	padding: 7px 35px;
	border: 0;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 15px 35px rgba(0, 31, 154, 0.35);
	background: linear-gradient(135deg, #003cff, #001f9a);
}

.comerci1 {
	width: 9%;
	float: left;
}
.comerci2 {
	width: 88%;
	float: left;
}
.comerci1 img {
    width: 45px;
}
.comerci2 h6 {
    color: #fff;
    font-size: 15px;
}
.comerci {
    padding-top: 30px;
}

.captcha-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* default */
.g-recaptcha {
    transform: scale(0.80);
    transform-origin: center;
}

/* small mobile */
@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.62);
    }
}
/* HEADER + NAVBAR MUST FLOAT ON VIDEO */
.header-top,
.navbb{
  position:relative;
  z-index:3;
}

.mobile-nav-wrap{
    gap:10px;
}

/* DESKTOP */
@media(min-width:992px){

    .mobile-nav-wrap{
        width:auto !important;
    }

    .mobile-lang-btn{
        display:none !important;
    }
    
}

/* NAVBAR TEXT FIX */
.navbar-nav .nav-link{
  color:#fff !important;
}

/* HERO */
.hero-content{
  position: relative;
  top:30%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  text-align:center;
  max-width:850px;
}

.hero-content h1{
  font-size:48px;
  font-weight:700;
}

.hero-content h2{
  font-size:20px;
  margin-top:10px;
}

.hero-actions{
  margin-top:25px;
}

.btn-primary{
  background:#001f9a;
  color:#fff;
  padding:12px 22px;
  border-radius:6px;
  text-decoration:none;
}

.btn-outline{
  border:1px solid #fff;
  color:#fff;
  padding:12px 22px;
  border-radius:6px;
  text-decoration:none;
}
.navbar-nav a {
	color: #000 !important;
	font-size: 15px;
	font-weight: 500 !important;
}
.header-top a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-weight: 500 !important;
}
.header-top {
	padding-top: 10px;
	padding-bottom: 10px;
}
.button-5horof {
	background: #001f9a;
	color: #fff;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 18px;
	border-radius: 30px 30px 30px 30px;
}
.margin-00 {
	padding-bottom: 10px;
}
.nav-link.nan-shop {
	background: #001f9a;
	border-radius: 30px 30px 30px 30px;
	color: #fff !important;
	font-size: 14px !important;
	text-align: center;
	margin-left: 20px;
	font-weight: 500;
	padding: 13px 15px 13px 15px;
  width: 130px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem !important;
	padding-left: 1.2rem !important;
}
.about-section {
	padding-bottom: 70px;
}
.about-h-btn1 {
	border: 1px solid #000;
	padding: 15px 25px;
	border-radius: 30px 30px 30px 30px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

  .about-premium {
  padding: 90px 0;
  background: #ffffff;
}

/* BADGE */
.about-badge {
  display: inline-block;
  background: #001f9a10;
  color: #001f9a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* TITLE */
.about-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TEXT */
.about-text {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* BUTTONS */
.about-actions {
  margin-top: 25px;
}

.btn-primary {
  background: #001f9a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-outline {
  border: 1px solid #001f9a;
  color: #001f9a;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
}

/* CARD */
.about-card {
  background: #f8faff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.about-card h3 {
  color: #001f9a;
  font-weight: 700;
}

.about-card p {
  margin: 0;
  font-size: 14px;
}

/* SMALL TEXT */
.about-small {
  margin-top: 20px;
  color: #666;
}

/* LINK */
.about-link {
  display: inline-block;
  margin-top: 15px;
  color: #001f9a;
  font-weight: 600;
  text-decoration: none;
}

 .why-section {
  padding: 90px 0;
  background: #f8faff;
}

.why-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  margin-bottom: 25px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.why-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card p {
  color: #666;
  font-size: 14px;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}


 .process-section {
  padding: 90px 0;
  background: #ffffff;
}

.process-card {
  padding: 30px 20px;
  border-radius: 16px;
  background: #f8faff;
  margin-bottom: 25px;
  transition: 0.3s;
}

.process-card .step {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #001f9a, #0033ff);
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.process-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.process-card p {
  color: #666;
  font-size: 14px;
}

.process-card:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}


 /* =========================
   PRIVATE LABEL SECTION
========================= */

.private-label-section{
  padding: 90px 0;
  background: linear-gradient(135deg, #f8faff, #ffffff);
}

/* TITLE */
.private-label-section .section-title{
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

/* SUBTITLE */
.private-label-section .section-subtitle{
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* TRUST LINE */
.trust-line{
  display: inline-block;
  background: #eaf0ff;
  color: #001f9a;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* FEATURES BOX */
.features-list{
  margin-top: 20px;
}

/* FEATURE ITEM */
.feature-item{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  padding: 10px 12px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.feature-item:hover{
  transform: translateX(5px);
}

/* ICON */
.feature-item .icon{
  width: 28px;
  height: 28px;
  background: #001f9a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* CTA BUTTON */
.cta-btn{
  display: inline-block;
  margin-top: 25px;
  background: #001f9a;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.cta-btn:hover{
  background: #0033ff;
  transform: translateY(-2px);
}

/* IMAGE WRAPPER */
.image-wrapper{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  display: inline-block;
}

/* FLOAT ANIMATION */
.floating{
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown{
  0%{ transform: translateY(0px); }
  50%{ transform: translateY(-10px); }
  100%{ transform: translateY(0px); }
}

/* RESPONSIVE */
@media(max-width: 991px){

  .private-label-section{
    padding: 60px 0;
    text-align: center;
  }

  .feature-item{
    justify-content: center;
    text-align: left;
  }

  .image-wrapper{
    margin-top: 30px;
  }

}

 .product-premium{
  padding: 90px 0;
  background: #f8faff;
}

/* Badge */
.prod-badge{
  display:inline-block;
  padding:6px 14px;
  background:#001f9a10;
  color:#001f9a;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  margin-bottom:15px;
}

/* Title */
.prod-title{
  font-size:34px;
  font-weight:700;
  color:#111;
  margin-bottom:10px;
}

/* Subtitle */
.prod-subtitle{
  color:#666;
  max-width:600px;
  margin:0 auto;
  line-height:1.6;
}

/* Slider spacing */
.prod-slider{
  margin-top:40px;
}

/* Card */
.prod-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  text-align:center;
  padding:15px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:0.3s;
  border:1px solid #eee;
}

/* Image */
.prod-card img{
  width:100%;
  border-radius:14px;
}

/* Title */
.prod-card h5{
  margin-top:12px;
  font-weight:600;
  color:#222;
}

/* Hover effect */
.prod-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.certification-premium {
	padding: 50px 0 45px 0px;
	background: #f8faff;
}

/* Badge */
.cert-badge{
  display:inline-block;
  padding:6px 14px;
  background:#001f9a10;
  color:#001f9a;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
  margin-bottom:15px;
}

/* Title */
.cert-title{
  font-size:34px;
  font-weight:700;
  color:#111;
  margin-bottom:10px;
}

/* Subtitle */
.cert-subtitle{
  color:#666;
  max-width:600px;
  margin:0 auto;
  line-height:1.6;
}

/* Slider wrapper */
.cert-slider-wrapper{
  margin-top:40px;
  background:#fff;
  padding:25px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* Card */
.cert-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  transition:0.3s;
  border:1px solid #eee;
}

.cert-card img{
  width:100%;
  display:block;
}

/* Hover effect */
.cert-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

 /* CONTACT SECTION */
.contact-premium {
	padding: 40px 0 80px 0px;
	background: #f8faff;
}

/* TOP BAR */
.contact-bar{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-bottom:30px;
}

.contact-bar a{
  background:#001f9a;
  color:#fff;
  padding:8px 15px;
  border-radius:30px;
  font-size:14px;
  text-decoration:none;
}

/* TITLE */
.section-title{
  font-size:32px;
  font-weight:700;
}

.section-subtitle{
  color:#666;
  margin-bottom:15px;
}

/* TRUST */
.trust-badge{
  background:#eaf0ff;
  display:inline-block;
  padding:6px 12px;
  border-radius:20px;
  margin-bottom:15px;
}

/* FEATURES */
.feature-list div{
  margin-bottom:8px;
  color:#333;
}

/* FORM CARD */
.form-card{
  background:#fff;
  padding:30px;
  border-radius:16px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.form-card h4{
  margin-bottom:5px;
}

.form-card p{
  color:#666;
  font-size:14px;
}

/* FORM GRID */
.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.grid input,
.grid select,
.grid textarea{
  padding:10px;
  border:1px solid #ddd;
  border-radius:8px;
  width:100%;
}

.grid textarea{
  grid-column:span 2;
  height:100px;
}

/* BUTTON */


/* MOBILE */
@media(max-width:768px){
  .grid{
    grid-template-columns:1fr;
  }

  .grid textarea{
    grid-column:span 1;
  }

  .contact-bar{
    flex-direction:column;
    text-align:center;
  }
}

  /* =========================
   FACTORY EXCELLENCE
========================= */

.factory-excellence {
	background: #f7f9ff;
	padding-bottom: 60px;
}

.factory-badge {
  display: inline-block;
  background: #001f9a10;
  color: #001f9a;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}

/* IMAGE */
.factory-image img {
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* CARD */
.factory-card {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* STATS */
.factory-stats {
  display: flex;
  gap: 15px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 120px;
  background: #f8faff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
}

.stat-box h3 {
  color: #001f9a;
  font-size: 20px;
  margin-bottom: 5px;
}

/* LIST */
.factory-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.factory-list li {
  margin-bottom: 10px;
  color: #555;
  font-size: 15px;
}

/* BUTTON */
.factory-btn {
  display: inline-block;
  margin-top: 20px;
  background: #001f9a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.factory-btn:hover {
  background: #0033ff;
  transform: translateY(-3px);
}

/* =========================
   CLIENTS SECTION
========================= */

.clients-section {
  background: #fff;
  padding: 90px 0;
}

.clients-badge {
  display: inline-block;
  background: #001f9a10;
  color: #001f9a;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 10px;
}

/* LOGO CARD */
.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8faff;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100px;
}

.client-logo img {
  max-height: 90px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.client-logo:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


.foorer-sup {
	width: 100%;
}
.suicon {
	width: 9%;
	float: left;
}
.suicon1 {
	width: 88%;
	float: left;
}
footer {
	background: #0b192c;
	padding-top: 45px;
	padding-bottom: 25px;
}
.footer-menu {
	background: #0b192c;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #fff;
	border-top: 1px solid #260275;
	border-bottom: 1px solid #260275;
	font-size: 15px;
}
.copyright.text-center {
	background: #0b192c;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}
.footer-sec-1 p {
	color: #fff;
}
.suicon-icon {
	background: #1a0581;
	width: 35px;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	height: 35px;
	position: relative;
	top: 5px;
	left: -15px;
}
.suicon-icon svg {
	position: relative;
	top: 3px;
}
.suicon1 a {
	text-decoration: none;
}
.fc {
	margin-bottom: 2px;
	font-size: 12px;
	color: #bebcbc;
}
.fc1 {
	color: #fff;
}
.footer-sec-1 p {
	padding-bottom: 30px;
	font-size: 15px !important;
}
.col-md-6.newlattero h4 {
	color: #fff;
	font-size: 18px;
}
.col-md-6.newlattero p {
	color: #fff;
	font-size: 14px;
}
.newlattero {
	padding-top: 80px;
}
.btnnews {
	background: #031474;
	border: 0;
	border-radius: 30px 30px 30px 30px;
	padding: 10px 25px;
	color: #fff;
}
.newinp {
	background: transparent;
	height: 49px;
	border-radius: 11px;
	border: 1px solid #b9b9b9;
}
.social-footer h6 {
	color: #fff;
	padding-top: 32px;
	font-size: 14px;
}
.copyright {
	color: #fff;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
}
.newlattero h4 {
	padding-top: 15px;
}
.suicon2 {
	width: 5%;
	float: left;
}
.suicon3 {
	width: 88%;
	float: left;
}
.suicon3 a {
	text-decoration: none;
}



.card{
border-radius:12px;
}

.form-control, .form-select{
padding:10px;
}

.btn-primary{
background:#0d6efd;
border:none;
font-weight:600;
}

.btn-primary:hover{
background:#0b5ed7;
}
.form-control, .form-select {
	padding: 13px 14px !important;
	font-size: 16px !important;
	border-radius: 8px !important;
}
.Form-h-btn {
	background: #001f9a;
	color: #fff;
	border: 0;
	width: 100%;
	height: 50px;
	border-radius: 10px;
}
.Factoryp {
	padding-top: 35px;
}

.header-top-sub {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #0b192c;
}
.header-top-sub a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500 !important;
}
.navbb-sub {
	background: #0b192c;
}
.breacrtun {
	background: #0b192c;
	padding-top: 45px;
	padding-bottom: 20px;
}
.navbb-sub a {
	color: #fff !important;
}
.bre-hea {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
}
.ty a {
	color: #f3f3f3;
	font-size: 18px;
	text-decoration: none;
}
.ty1 {
	color: #fff;
	font-size: 18px;
}
.inn-page-contetn {
	padding-top: 40px;
	padding-bottom: 40px;
}
.navbb-sub .dropdown-item {
	color: #000 !important;
}


.industry-section{
  background: linear-gradient(180deg,#f8f9ff,#ffffff);
}

/* CARD */
.industry-card{
  background:#fff;
  border-radius:16px;
  padding:25px 10px;
  text-align:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
  transition:0.35s ease;
  height:100%;
  border:1px solid rgba(0,0,0,0.03);
}

/* HOVER EFFECT */
.industry-card:hover{
  transform: translateY(-10px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
  border-color:#001f9a20;
}

/* ICON */
.industry-card .icon{
  font-size:34px;
  margin-bottom:10px;
}

/* TEXT */
.industry-card h6{
  font-weight:600;
  font-size:14px;
  margin:0;
  color:#222;
}

.hmbtn{
  background: linear-gradient(135deg, #001f9a, #003cff);
  color: #fff;
  border: none;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 31, 154, 0.25);
  letter-spacing: 0.3px;
  display: inline-block;
  text-align: center;
}

/* Hover */
.hmbtn:hover{
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 31, 154, 0.35);
  background: linear-gradient(135deg, #003cff, #001f9a);
}

/* Active */
.hmbtn:active{
  transform: translateY(0px);
  box-shadow: 0 8px 18px rgba(0, 31, 154, 0.25);
}

/* Focus */
.hmbtn:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 63, 255, 0.2);
}
.hmbtn {
	margin-top: 12px;
}

.hero-actions{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* PRIMARY BUTTON */
.hbtn{
  background: linear-gradient(135deg, #001f9a, #003cff);
  color: #fff;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 31, 154, 0.25);
}

.hbtn:hover{
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 31, 154, 0.35);
  background: linear-gradient(135deg, #003cff, #001f9a);
}

/* SECONDARY BUTTON (WhatsApp Style) */
.hero-actions{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;   /* ✅ center horizontally */
  align-items: center;
  margin-top: 20px;
  text-align: center;
}
.hbtn2{
  background: #fdd717;
  color: #000;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
}

.hbtn2:hover{
  transform: translateY(-2px);
  background: #1ebe5d;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.35);
}


.about-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; /* allows wrapping on small screens */
}

.about-actions a {
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 6px;
}

/* WHATSAPP */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: Green;
  color: white;
  width: 55px;
  height: 55px;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 999;
}

.whatsapp-btn:hover {
  background:#00157a;
}

.langhh {
	font-family: "Cairo", sans-serif !important;
}
/* Mobile optimization */
@media (max-width: 600px) {
  .about-actions {
    flex-direction: column;
  }

  .about-actions a {
    width: 100%;
  }
}

/* Mobile Responsive */
@media (max-width: 576px){
  .hero-actions{
    flex-direction: column;
  }

  .hbtn,
  .hbtn2{
    width: 100%;
    text-align: center;
  }
}


@media screen and (min-device-width: 320px) and (max-device-width: 991px)
{
 .mobile-lang-btn.d-lg-none {
	color: #e6e5e5;
	text-decoration: none;
	margin: 10px;
	font-size: 19px;
	background: #000;
	padding: 6px 23px;
	border-radius: 50px;
	font-family: "Cairo", sans-serif !important;
}
	.header-top {
	display: none;
}
	.header-top-sub {
	display: none;
}
.bre-hea {
	font-size: 22px;
}
.ty1 {
	color: #fff;
	font-size: 14px;
}
.ty a {
	font-size: 14px;
}
.slider-content h1 {
	font-size: 25px;
}
.button-5horof {
	font-size: 16px;
}
.button-5horof.mobilr-mr {
	position: relative;
	top: 45px;
}
.about-section h2 {
	font-size: 32px !important;
	padding-top: 20px !important;
}
.slider-content {
	padding-top: 100px !important;
}
.about-section h5 {
	font-size: 16px !important;
}
.locatruss {
	padding-top: 48px !important;
}
.inweser h5 {
	font-size: 15px !important;
}
.product-categories h2 {
	font-size: 28px !important;
}
.industry-we-serve h2 {
	font-size: 28px;
}
.private-label-home h2 {
	font-size: 28px;
}
.pritry {
	padding-top: 0px !important;
}
.sybbtn {
	padding-bottom: 40px;
}
.certificaton h2 {
	font-size: 28px !important;
}
.Factoryp h2 {
	font-size: 28px !important;
}
.our-clients h2 {
	font-size: 28px !important;
}
.suicon-icon {
	left: 0px !important;
}
.suicon1 {
	left: 20px !important;
	position: relative;
}
.suicon3 {
	position: relative;
	left: 32px;
}
.newlattero {
	padding-top: 30px !important;
}
.navbar-toggler {
	font-size: 2.25rem !important;
	color: #fff !important;
}
.comerci1 {
	width: 20%;
	float: left;
}
.comerci2 {
	width: 75%;
	float: left;
}
}
/* =========================
   MOBILE RESPONSIVE FIX
========================= */

@media (max-width: 991px) {

  /* HEADER TOP STACK */
  .header-top .row{
    text-align:center;
    font-size:13px;
  }

  .header-top .col-md-2{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  /* NAVBAR CLEAN MOBILE */
  .navbar-nav{
    background: rgba(0,0,0,0.85);
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .navbar-nav .nav-link{
    padding: 10px 0;
    font-size: 15px;
  }

  /* HERO TEXT SCALE */
  .hero-content h1{
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-content h2{
    font-size: 16px;
  }

  .hero-content p{
    font-size: 14px;
  }

  /* BUTTON STACK */
  .hero-actions{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

 .btn-primary, .btn-outline {
	width: 100%;
	text-align: center;
	display: inline-block;
}

}

/* SMALL MOBILE */
@media (max-width: 576px) {

  .hero-content h1{
    font-size: 22px;
  }

  .hero-content{
    top: 40%;
    padding: 0 15px;
    left: 0% !important;
  transform: translate(0%,-60%) !important;

  }

  .navbar-brand img{
    width: 120px;
  }

}