html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;  /* no horizontal scrolling */
   overscroll-behavior: none;  /* stop bounce at top/bottom */
   font-family: "Poppins", Sans-serif;
}

* {
  box-sizing: border-box; /* prevents width issues */
}

.contact i {
  font-size: 21px;
  gap: 90px;
}


.contact  {
    display: flex;
    background-color: #004236;
    justify-content: end;
    height: 50px;
      color: #fff;
      font-size: 1.1rem;
      padding: 5px 20px;
}

.contact a {
     color: #fff;
      text-decoration: none;
      margin-left: 15px;
      margin-right: 65px;
}

.navbar-brand img {
      max-height: 50px;
    }

 .nav-item{
  font-size: 20px;
 }   

 .nav-link {
      color: #474747 !important;
	font-family: 'Poppins';
 }

.container {
  /* padding:  15px 25px 15px; */
}    

    /* ✅ Tablet Responsiveness */
@media (max-width: 992px) {
  .contact {
    font-size: 1rem;
    height: 45px;
    padding: 5px 15px;
  }

  .contact a {
    margin-right: 25px;
    margin-left: 10px;
  }

  .navbar-brand img {
    max-height: 45px;
  }
}

/* ✅ Mobile Responsiveness */
@media (max-width: 600px) {
  .contact {
    flex-direction: column;   /* stack vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 10px;
    font-size: 0.9rem;
  }

  .contact a {
    margin: 5px 0; /* space between links */
  }

  .navbar-brand img {
    max-height: 40px;
  }
}

.dropdown-menu {
  padding: 0 !important;
  font-size: 20px !important;
}

.dropdown-item{
 
  border-bottom: 1px solid white !important;
  background-color: #004236 !important;
  color: white !important;

}
.dropdown-menu a:hover {
  background-color: black  !important;

}

.carousel-control{
  background-color: #004236 !important;
}


.container-text-center{
  padding: 70px 0px;
}



/* Flip Card Wrapper */
.flip-card {
  width: 100%;
  height: 300px;
  perspective: 1000px;
  margin-bottom: 20px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
      background-color: black;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front img,
.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.flip-card-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 15px;
}

.flip-card-back img {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}

.flip-card-back .text {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  font-weight:500;
  z-index: 2;
  padding: 5px 10px;
  font-family: "Poppins", Sans-serif;
}

/* Responsive Design */
@media (max-width: 992px) {
  /* Flip cards: 2 per row on tablets */
  .row > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .flip-card {
    height: 250px;
  }

}

@media (max-width: 576px) {
  /* Flip cards: 1 per row on mobiles */
  .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flip-card {
    height: 220px;
  }

 
}





/* Hero Section */

.paper-leader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #f7f6f2;
  padding: 0px 36px;  /* ✅ adds proper margins inside section */
  gap: 0px;           /* ✅ spacing between text and image */
}


.content {
      align-content: center;
    align-items: center;
    
    
}


.content h2 {
    margin-top: 0px;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-family: "Poppins", Sans-serif;
    color: #474747;
}

.divider {
  width: 300px;
  height: 3px;
  background: #004236;
  margin-bottom: 40px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr );
  gap: 40px 60px;
}

.stat {
  padding: 10px;
}

.stat h3 {
  font-size: 69px;
  font-weight: 400;
  color: #004236;
  margin-bottom: 6px;
  margin-left: 0;
  
  
}

.statss{
   justify-content: center;
   margin-left: 150px;
}


.stat p {
  font-size: 20px;
   
    color: #004236;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}

.image img {
  width: 740px;
  height: 585px;
  display: block;
  border-radius: 6px;
  
}

/* Tablets */
@media (max-width: 1024px) {
  .paper-leader {
    grid-template-columns: 1fr;   /* stack text & image */
    padding: 40px 60px;
    text-align: center;
  }

  .content h2 {
    font-size: 28px;
    margin-top: 30px;
  }

  .divider {
    margin: 20px auto;
    width: 200px;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
  }

  .stat h3 {
    font-size: 50px;
  }

  .stat p {
    font-size: 18px;
  }

  .statss {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .image img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .paper-leader {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }

  .content h2 {
    font-size: 22px;
    word-spacing: 4px;
    letter-spacing: 1px;
  }

  .divider {
    width: 120px;
    height: 2px;
    margin: 15px auto;
  }

  .stats {
    grid-template-columns: 1fr;  /* one below another */
    gap: 20px;
  }

  .stat h3 {
    font-size: 50px;
  }

  .stat p {
    font-size: 25px;
    text-align: center;
  }

  .statss {
    margin-left: 0;
    margin-top: 15px;
  }

  .image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
}

/* Industries Section */
.industries {
  padding: 60px 0;
}

.industries h2 {
  font-weight: 500 !important;
    margin-bottom: 15px;
    color: #474747;
    letter-spacing: 2px;
    font-size: 31px !important;
    font-family: Poppins;
}


/* Flexbox Grid for Icons */
.industries .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers last row */
}

.industry-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom:0px;
  padding: 10px;
  flex: 0 0 20%;   /* 5 per row on large screens */
  max-width: 20%;
}

.icon-image p {
  margin-top: 8px;
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100px;
    line-height: 1.2;
    font-family: 'Poppins';
    color: #004236;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .icon-image {
    flex: 0 0 33.33%; /* 3 per row */
    max-width: 33.33%;
  }
}

@media (max-width: 576px) {
  .icon-image {
    flex: 0 0 50%; /* 2 per row */
    max-width: 50%;
  }

  .industries h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .icon-image p {
    font-size: 0.9rem;
    max-width: 90px;
  }
}









/* Section Styling */
.why-choose-us {
    
  text-align: center;
  padding: 0px 20px 50px 20px;
  
}

.why-choose-us h2 {
 font-weight: 500 !important;
    font-family: 'Poppins';
    font-size: 36px !important;
    color: #474747;
    letter-spacing: 2px;
  margin-bottom: 10px;
}

.underlines {
  width: 10%;
  height: 3px;
  border: none;
  background: #004236 ;
  margin: 0 auto 40px;
}

.underlined {
  width: 50%;
  height: 3px;
  border: none;
  background: #004236 ;
  margin: 0 auto 40px;
  
}

/* Cards Container */
.cards-container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}


/* Each Card */
.card {
  background: #004236 !important;
  color: #fff !important;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
}

.icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.card p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.card img {
  width: 106px;
}



/* Responsive for tablets */
@media (max-width: 992px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
}

/* Responsive for mobile */
@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: 1fr; /* 1 per row */
  }
}


.footer {
  background: #004236;; /* match your theme */
  color: #fff;
  padding: 48px 20px;
  font-family: inherit;
}

.footer-container {
  /* 4 columns: logo | spacer | contact | location */
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;          /* vertical centering for all three areas */
  column-gap: 24px;             /* small gap so Contact is close to Location */
  max-width: 1280px;
  margin: 0 auto;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

/* Contact block */
.footer-contact h2 {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 700;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.contact-item:last-child { margin-bottom: 0; }

.contact-item i {
  font-size: 18px;
  min-width: 29px;
  margin-right: 10px;
}

.contact-item span{
  font-size: 18px;
  font-family: 'Poppins';
}

.contact-item a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s ease;
}

.contact-item a:hover { opacity: .9; }

.contact-item p {
  margin: 0;
  line-height: 1.55;
  font-size: 20px;
}

/* Make Contact and Location sit visually close */
.footer-contact,
.footer-location {
  justify-self: start;
}

/* Responsive: stack neatly on small screens */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
    text-align: center;
  }
  .footer-logo { justify-self: center; }
  .footer-contact,
  .footer-location { justify-self: center; }
  .contact-item { justify-content: center; }
}




.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }





/* ✅ Responsive Tweaks */

/* Tablets */
@media (max-width: 992px) {
  /* Flip Cards: show 2 in a row */
  .flip-card {
    height: 220px;
  }

  .industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .who-we-are .container {
    flex-direction: column;
    text-align: center;
  }

  .who-we-are-text h2 {
    font-size: 1.8rem;
  }

  .who-we-are-text p {
    font-size: 0.95rem;
  }
}

/* Mobiles */
@media (max-width: 600px) {
  /* Flip Cards: stack 1 per row */
  .flip-card {
    height: 200px;
    margin-bottom: 20px;
  }

  .industry-grid {
    grid-template-columns: 1fr; /* 1 item per row */
  }

  .who-we-are {
    padding: 40px 15px;
  }

  .who-we-are-text h2 {
    font-size: 1.5rem;
  }

  .who-we-are-text p {
    font-size: 0.9rem;
  }

  .hero {
    margin-top: 60px; /* reduce space */
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}












