@import url("https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f8faf9;
}
html,
body {
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  height:100px !important;
}
.logo {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}
.logo1 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  visibility: hidden;
}
.logo-img {
  /* position: absolute; */
  top: 0;
  /* right: 430px; */
}
.Sabari {
  position: relative;
  /* right: 510px; */

  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  color: #880808;
}
.slogan {
  font-size: 18px;

  left: 25px;
  position: absolute;
  top: 10;
}

.logo {
  display: flex;
  align-items: center;
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #444; */
  padding: 10px 20px;
  position: relative;
  margin-top: 50px;
  background-color: rgb(89, 121, 121);
  height: 13vh;
}
.navs {
  background-color: white;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 35px;
  position: relative;
  left: 0px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 1.6em;
  transition: color 0.3s ease;
  font-weight: 600;
}

.nav-links a:hover {
  color: #ff6347;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

/* Dropdown menu styling */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fbf8f8;
  min-width: 360px;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content li {
  margin: 0;
  list-style: none;
}

.dropdown-content a {
  padding: 10px 15px;
  color: rgb(20, 20, 20);
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.dropdown-content a:hover {
  background-color: #555;
}

/* Show the dropdown on hover */
.nav-links li.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger menu styling for responsiveness */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: rgb(15, 15, 15);
  margin: 4px 0;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    background-color: #333;
    transition: left 0.3s ease;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .nav-links li {
    margin: 0;
    width: 100%;
  }
  .nav-links a {
    color: black;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }

  .hamburger {
    display: flex;
  }
}

/* When a link is clicked, close the navbar (for mobile view) */
.nav-links li a {
  padding: 10px 20px;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  header {
    display: visible;
    height: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .navbar {
    justify-content: space-between;
    /* position: relative; */
    background-color: rgb(72, 139, 139);
    top: -20px;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    /* position:relative; */
    position: absolute;
    left: -100%;
    top: 160px;
    flex-direction: column;
    width: 100%;
    background-color: #444;
    transition: left 0.3s ease;
    /* z-index: 99; */
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
}

@media (max-width: 568px) {
  header {
    display: visible;
    height: 0px;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .Sabari {
    font-size: 23px;
  }
  .slogan {
    font-size: 12px;
  }

  .navbar {
    justify-content: space-between;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    position: absolute;
    left: -100%;
    top: 60px;
    flex-direction: column;
    width: 100%;
    background-color: white;
    transition: left 0.3s ease;
    z-index: 99;
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
}


.container-fluid {
  position: relative;
  top: -140px;
}
.colur-bg {
  background-color: #d9d9d994;
}
.Facilities-Sections1 {
  height: 110vh;
  /* background-color: rgb(148, 190, 191) ; */
  background-image: url(/image/background.jpeg);
  /* background-color: rgba(130, 190, 197, 0.652); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.facilities h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fffefe;
}

/* Animation: Fade in effect */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initial state of content before animation */
/* .facilities .content-box,
.facilities .facility-image {
    opacity: 0;
    transform: translateY(80px);
    
    transition: all 0.6s ease-out;
}

.facilities .content-box.animated,
.facilities .facility-image.animated {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.6s ease-out;
} */

/* reveal  24/7/24 */
.reveal {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

.reveal.left {
  transform: translateX(-400px);
}

.reveal.right {
  transform: translateX(200px);
}
.reveal.zoom {
  transform: translatez(200px);
}

.reveal.active {
  opacity: 1;
  transform: translateX(0);
}

.box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.3s ease-out;
  /* transition-delay: calc(var(--delay) * 2s); */
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* end */

/* Additional styling */
.content-box {
  position: relative;
  top: 0px;
}
.text-center {
  position: relative;
  top: 0px;
}
.facilities .content-box {
  padding: 20px;
  /* background-color: #19869e; */
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.facilities h2 {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 40px;
  /* font-size: 28px; */
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.facilities p {
  font-family: "Battambang", system-ui;

  color: #090909;
  line-height: 2;
  font-size: 20px;
}
.facilities li {
  font-size: 19px;
  line-height: 2.3;
}

.facilities .facility-image {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-height: 900px;
  height: 500px;
  width: 500px;
}
span {
  font-weight: bold;
}

.facilities-header {
  height: 40vh;
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-image: url("/image/fasility-header.png"); /* Replace with your image path */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0 0; /* Rounded corners for the top */
  top: -50px;
}

.facilities-header::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); Optional: Adds a dark overlay for better text visibility */
  border-radius: 8px 8px 0 0; /* Same rounded corners */
}

.facilities-header h1 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}
/* .he{height: 2800px;} */
.facilities {
  background-color: #fff;
  padding: 50px 0;
  /* border: 1px solid #dee2e6; */
  border-radius: 8px;
  margin-top: -8px; /* Adjust margin to blend the header with the facilities section */
  bottom: 0;
  /* margin-bottom: 0 ; */
  
}
.align-items-center {
  /* background-color: #ff6347; */
  height: 80vh;
}
.flex-md-row-reverse {
  /* background-color: #102cc7; */
  height: 80vh;
}
 .processing-h{
    height:120vh;
    /*background-color:#d9d9d994;*/
 
    
} 
@media (max-width: 767px) {
  /* .he{height:auto;} */
  .facilities .facility-image {
    margin-bottom: 20px;

    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-height: 900px;
    height: 300px;
    width: 400px;
  }

  .Facilities-Sections1 {
    height: 150vh;
  }
  .Processing {
    height: 200vh;
    top: -130px;
    position: relative;
  }
  .Manufacturing {
    height: 180vh;
    /* top:-130px; */
    position: relative;
  }
  .container-fluid {
    position: relative;
    top: 0px;
  }
  .facilities-header {
    height: 40vh;
    position: relative;
    text-align: center;
    color: white;
    padding: 100px 0;
    background-image: url("/image/fasility-header.png"); /* Replace with your image path */
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0; /* Rounded corners for the top */
    top: 0px;
  }
  .content-box {
    position: relative;
    top: 0px;
  }
  .text-center {
    position: relative;
    top: 10px;
  }
}


/**/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #1DA851;
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}


/* footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
  position: relative;
  /* top:-150px; */
}

.footer h4 {
  margin-bottom: 20px;
  color: #fff;
}

.footer p {
  margin: 0;
  color: #ccc;
}

.footer .form-group input,
.footer .form-group textarea {
  background-color: #444;
  border: 1px solid #555;
  color: #fff;
}

.footer .form-group input::placeholder,
.footer .form-group textarea::placeholder {
  color: #ccc;
}

.footer .btn-primary {
  background-color: #ff9000;
  border-color: #ff9000;
}

.footer .btn-primary:hover {
  background-color: #e87e00;
  border-color: #e87e00;
}

.footer .map-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.footer .fa-phone,
.footer .fa-envelope {
  margin-right: 10px;
}
