/* Global Font */
body {
  font-family: "Inter Tight", sans-serif;
}


/* Transparent navbar */
.transparent-nav {
    background: #090808;
    transition: 0.3s;
}
.transparent-nav.scrolled {
  background: #000;
}

/* Hero Section */
.hero {
  height: 100vh;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
  position: relative;
      flex-direction: column;
}
.overlay {
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  inset: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
}
h1.banner-title {
    color: #fff;
    font-weight: 400;
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
}
p.banner-p {
    color: #FFFFFFB5;
    /* font-size: 1.2rem; */
}

.trusted{
position: relative;
  z-index: 2;
}
 
p.trusted-p {
    color: #FFFFFFB5 !important;
    font-weight: 400;
    font-size: 1.3rem;
}



/* Mobile navbar button white */
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  filter: invert(1);
}
/* FULL SCREEN MOBILE SLIDE MENU */
.mobile-slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #000;
    color: white;
    padding: 17px 15px;
    z-index: 9999;
    transition: right .4s ease-in-out;
}

.mobile-slide-menu.active {
  right: 0;
}

.mobile-slide-menu .close-btn {
    position: absolute;
    right: 28px;
    top: 0px;
    background: none;
    border: none;
    color: white;
    font-size: 42px;
    cursor: pointer;
}
.mobile-slide-menu .menu-links li {
  margin: 25px 0;
}

.mobile-slide-menu .menu-links a {
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
}
.navbar-nav.d-lg-flex {
    display: flex!important;
    gap: 4rem !important;
}

/* Desktop – hide slide menu */
@media(min-width: 992px){
  #mobileMenu { display:none; }
}
/* Desktop menu white links */
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
}

.navbar-nav .nav-link:hover {
  color: #ddd;
}


/* Uniform CTA Buttons */
.btn-cta {
  padding: 14px 0;          /* controls height */
  width: 180px;             /* make same width */
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}

/* Style variations */
.btn-cta-primary {
  background: #1b2239;
  color: #fff;
  border: none;
   text-decoration: none;
}
.btn-cta-light {
    background: #ffffff;
    color: #000;
    border: none;
    text-decoration: none;
}
.d-flex.justify-content-center.gap-3 {
    margin: 50px 0;
}
.btn-cta:hover {
  opacity: 0.85;
}
/* Logo Slider */
.logoSwiper img {
  filter: brightness(0) invert(1); /* remove if you don't want white logos */
  opacity: .65;
  transition: .3s;
}
.logoSwiper img:hover {
  opacity: 1;
}
.stats-section {
  background: url('grid-bg.png') no-repeat right center / contain;
  font-family: 'Inter Tight', sans-serif;
}

.stats-text {
    font-size: 1.7rem;
    font-weight: 400;
    color: #848484;
    line-height: 1.6;
}

.counter {
    font-size: 42px;
    font-weight: 300;
    color: #000;
}

.get-btn {
  background: #0f1a2b;
}

.product-card {
    border: 1px solid #eee;
    background: #F9F9F9;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    min-height: 380px;
}
.hover-effects a {
    width: 100%;
    margin: 2rem 0rem;
    text-align: center;
}

h5.product-title {
    font-size: 1.5rem;
    margin: 10px 0px;
}

.product-card:hover {
    border-color: #dcdcdc;
    box-shadow: 0px 8px 22px rgba(0,0,0,0.1);
	max-height:100%;
}
.product-img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}

.product-content {
    margin-top: 12px;
    position: relative;
    text-align: left;
}

.product-features, .get-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block;
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 20px 0px;
}
/* .product-card:hover .product-features,
.product-card:hover .get-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
} */
.product-features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
 
}
.product-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("../images/check.png"); /* your image */
  background-size: contain;
  background-repeat: no-repeat;
}

.hover-effects {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    align-content: center;
    align-items: stretch;
    flex-direction: column;
    text-align: center;
}
.product-text {
    color: #848484;
    font-size: 16px;
}

/* .product-card:hover .product-text {
  opacity: 0; 
  visibility: hidden;
} */


.sector-card {
    background: #DBDBDB29;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.06); */
    transition: all .3s ease;
    height: 100%;
    margin: 10px;
}

.sector-card img {
  
  margin-bottom: 20px;
}

.sector-card h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #0A1A44;
}

.sector-card p {
  color: #606060;
  font-size: 15px;
  margin: 0;
}

.sector-card:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 6px 25px rgba(0,0,0,0.12); */
}
.section-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #00006E;
    margin: 3rem 0px;
}
.numbers {
    margin: 3rem 0rem 0rem;
}
.factory-video {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    height: 380px;
    max-width: 100%;
    object-fit: cover;
}
.factory-box {
    background: #F9F9F9;
    border-radius: 0px;
    padding: 30px;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.06); */
}

.factory-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.factory-box p {
  color: #606060;
  margin: 0;
  font-size: 15px;
}
.jp-pack-section {
  background: #0f1620;
}

.jp-wrapper {

 
  color: #fff;
}

.sub-title {
    font-size: 1.5rem;
    color: #DAE0E778;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.jp-list {
    list-style: none;
    padding: 0;
    margin: 3rem 0px;
    width: 80%;
}



.jp-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #DAE0E7E5;
    /* font-size: 1rem; */
}
.jp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("../images/Frame.png"); /* your image */
  background-size: contain;
  background-repeat: no-repeat;
}

.jp-list li i {
  color: #43c4ff;
  font-size: 20px;
  margin-right: 8px;
}

.stats-grid .stat-box {
  border: 1px solid #2f3c4d;
  border-radius: 14px;
  text-align: center;
  padding: 30px 10px;
  transition: 0.3s;
}

.stats-grid .stat-box:hover {
  border-color: #43c4ff;
  background: rgba(255,255,255,0.05);
}

.stat-box h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 6px;
}

.stat-box p {
  font-size: 14px;
  color: #9bb0c9;
}


.testimonial-card {
    background: #F9F9F9;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.05); */
}

.client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.review-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
}

.company {
  font-size: 14px;
  color: #777;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #cfd3d8;
  border-radius: 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0A1A44;
}
.contact-hero {
  background: url('../images/banner.png') center/cover no-repeat;
  padding: 80px 0;
  min-height: 90vh;
  position: relative;
}

.content-area {
  padding-left: 60px;
}

.content-area .title {
    font-size: 3.5rem;
    font-weight: 300;
}

.content-area .sub-text {
  font-size: 16px;
  color: #eee;
}

.contact-list p {
  font-size: 16px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.contact-list i {
  font-size: 18px;
  color: #fff;
}

.contact-form-card {
  background: #fff;
  border-radius: 30px;
  width: 85%;
  margin-inline: auto;
  box-shadow: 0px 6px 40px rgba(0,0,0,0.12);
}

.form-label {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.form-input {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
  border-radius: 0;
  font-size: 15px;
}

.form-input:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}

.submit-btn {
  padding: 14px;
  font-size: 16px;
  border-radius: 40px;
  background: #0B1A2A;
  color: #fff;
}.btn:hover {
    color: #fff;
    background-color: black;
    border-color: #000;
}
.footer {
  background: linear-gradient(180deg, #0f172a, #020617);
  color: #cbd5f5;
  font-family: Arial, sans-serif;
}

.footers {

  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #94a3b8;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

/* Brand */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

/* .logo {
  background: #2563eb;
  color: white;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 6px;
} */

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1e293b;
  border-radius: 6px;
  color: #cbd5f5;
  margin-right: 8px;
  font-size: 14px;
}

.social-icons a:hover {
  background: #2563eb;
}

/* Contact */
.contact-info li {
  font-size: 14px;
  color: #94a3b8;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
  max-width: 1200px;
  margin: auto;
}

.footer-links a {
  margin-left: 15px;
  text-decoration: none;
  color: #94a3b8;
}

.footer-links a:hover {
  color: #ffffff;
}
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 8px;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  z-index: 1000;
}

#scrollTopBtn:hover {
  background-color: #1d4ed8;
  transform: translateY(-3px);
}
.floating-buttons {
  position: fixed;
  right: 25px;
  bottom: 90px; /* sits above scroll-to-top button */
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.float-btn:hover {
  transform: translateY(-4px) scale(1.05);
}

/* WhatsApp */
.float-btn.whatsapp {
  background-color: #25d366;
}

.float-btn.whatsapp:hover {
  background-color: #1ebe5d;
}

/* Call */
.float-btn.call {
  background-color: #2563eb;
}

.float-btn.call:hover {
  background-color: #1d4ed8;
}

@media (max-width: 767px) {
  

ul.navbar-nav.flex-row.d-none.d-lg-flex.gap-4 {
    display: none !important;
}


.navbar a.btn-cta.btn-cta-light.ms-2 {
    display: none;
}

.numbers {
    margin: 3rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.btn-cta {
    
    width: 100%;
  
}
i.fa-solid.fa-bars {
    font-size: 1.7rem;
    position: relative;
    bottom: 11px;
}
.py-5 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.container.hero-content {
    text-align: left;
    padding: 10px 20px;
    margin-top: 100px;
}
/*.py-3 {*/
/*    padding-top: 2rem!important;*/
   
/*}*/
.swiper-wrapper {
    padding-bottom: 70px;
}
.product-features, .get-btn {
   visibility: visible !important;
}

.section-title {
    font-size: 2rem;
    font-weight: 400;
    color: #00006E;
    margin: 3rem 0px;
}
.main-title {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
h1.banner-title {
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}

p.banner-p {
    color: #ffffffe8;
    /* font-size: 1.2rem; */
}
.ms-2 {
    margin-left: 0rem!important;
}
.d-flex.justify-content-center.gap-3 {
 
    flex-direction: column;
}

.stats-text {
    font-size: 1.3rem;
   
}
.col-3 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}

.jp-list {
    list-style: none;
    padding: 0;
    margin: 3rem 0px;
    width: 100%;
}
.content-area .title {
    font-size: 2rem;
    font-weight: 300;
}
.content-area {
    padding-left: 20px;
    padding-bottom: 30px;
}
.contact-hero {

    padding: 28px 0;
    
}
.contact-form-card {
    background: #fff;
    border-radius: 5px;
    width: 97%;
    margin-inline: auto;
    box-shadow: 0px 6px 4px rgba(0,0,0,0.12);
    padding: 1rem !important;
}
.footers {
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 50% columns */
  gap: 40px;
}

/* First item full width */
.footers > :first-child {
  grid-column: 1 / -1;
}

/* Last item full width */
.footers > :last-child {
  grid-column: 1 / -1;
}
.footer-bottom {
    border-top: 1px solid #1e293b;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    max-width: 1200px;
    margin: auto;
}
body {
  overflow-x: hidden; /* prevents horizontal scrolling */
}
.col-md-3 img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
button#openMenu {
    position: relative;
    top: 10px;
}
.logoSwiper img {
    filter: none;
    opacity: 1;
    transition: .3s;
}

}