@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.cdnfonts.com/css/switzer");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body,
html {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}
.text1 {
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 50px;
  gap: 10px;
}

.text2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  max-width: 60%;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../Montserrat-Italic-VariableFont_wght.ttf");
  src: url("../../Montserrat-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}

.factory-image {
  width: 100%;
  height: auto;
  max-height: 700px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(197, 227, 138, 0.05);
  padding: 32px;
}

.underline-container {
  border-bottom: 1px solid black;
  padding: 2px;
  max-width: 100%; /* Ensure full-width for containers */
}

.highlight {
  color: #4d89bb;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.firsthead {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
  margin-top: 100px;
  color: #000;
  margin-bottom: 10px;
}

.navbar-brand img {
  height: 48px;
}

.secondhead {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 2px;
  margin-top: 4px;
}

.headings {
  font-family: Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-left: 32px;
  margin-top: 20px;
  padding-left: 2%;
  margin: 0;
}

.display-1 {
  font-size: 28px !important;
  font-weight: 600;
  color: #000;
  margin-top: 90px;
  margin-bottom: 20px;
  margin-right: 100px;
}

.para-1 {
  font-family: "Poppins", sans-serif;
  color: #4e4b4b;
  font-size: 16px;
  line-height: 44px;
  text-align: justify;
  margin: 0 auto;
}

.display-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  color: #000;
  margin: 0 auto;
  margin-bottom: 20px;
}

.fact-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.d-block {
  width: 100%;
  height: auto;
  margin-top: 300px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.carousel-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px; /* Maintain margin for spacing */
}

.carousel-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #7b7b7b;
}

.carousel-item {
  /* Ensure carousel items use the full width */
  width: 100%;
}

.carousel-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 150px;
}

.carousel-container {
  max-width: 800px;
  margin: 0 auto;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  height: 300px;
  position: relative;
  top: -30px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 350px; 
  object-fit: cover; 
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  background-color: #f9f9f9;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  min-height: 60px;
}

.card-text {
  font-size: 16px;
  color: #555;
}

@media (max-width: 1200px) {
  .container-fluid {
    height: auto;
    padding: 20px;
  }
  .firsthead,
  .display-1 {
    font-size: 32px;
  }
  .para-1 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding: 20px;
  }
  .text1 {
    font-size: 32px;
  }
  .text2 {
    font-size: 16px;
  }
  .firsthead,
  .display-1 {
    font-size: 24px;
  }
  .carousel-heading {
    font-size: 18px;
  }
  .carousel-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    flex-direction: column;
    align-items: center;
  }
  .fact-image,
  .d-block {
    height: auto;
  }
  .text1 {
    font-size: 24px;
  }
  .text2 {
    font-size: 14px;
  }
  .video-head {
    font-size: 40px;
  }
  .display-1 {
    font-size: 20px !important;
  }
  .para-1 {
    font-size: 16px;
  }
  .carousel-heading,
  .carousel-text {
    font-size: 16px;
  }
  .carousel-img {
    margin-top: 40px; 
  }
  .underline-container{
    padding: 14px;
  }
}

@media (max-width: 576px) {
  .text1 {
    font-size: 20px;
    margin-top: 16px;
  }
  .text2 {
    font-size: 12px;
  }
  .video-head {
    font-size: 32px;
  }
  .display-1 {
    font-size: 16px !important;
  }
  .para-1 {
    font-size: 12px;
  }
  .carousel-heading,
  .carousel-text {
    font-size: 14px;
  }
}
.content-container {
  background: white;
  padding: 5%;
  margin-top: -20px;
}
.highlightable {
  margin-bottom: 1px;
}

.highlight-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.highlight-item img {
  width: 71px;
  height: 70px;
  margin-right: 10px;
} */
footer {
  color: #333;
  padding-top: 20px;
}
footer {
  color: #333;
  padding-top: 20px;
  background-image: url('../images/footer-pattern-triangle.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 

}

footer .social-media {
  background-color: #21d192;
  color: white;
}

footer .social-media .me-5 {
  margin-right: 1.5rem;
}

footer .social-media a {
  color: white;
  margin-right: 15px;
  text-decoration: none;
}

footer h6 {
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #14274a;
  margin-bottom: 15px;
}

/* footer hr {
  width: 60px;
  background-color: #7c4dff;
  height: 2px;
  border: none;
  margin: 0 auto;
} */
.head1 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff !important;
}

footer a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #7c4dff;
  text-decoration: none;
}

footer .contact-info p {
  margin-bottom: 10px;
}

footer .copyright {
  background-color: rgba(203, 201, 201, 0.2);
  color: #333;
  padding: 1px;
  font-size: 0.9rem;
}

.full-screen-video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.accordion {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.accordion__item {
  width: 100%;
  margin-bottom: 15px; /* Spacing between items */
  list-style: none;
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #007bff, #5a9bd5);
  cursor: pointer;
  position: relative;

  &:hover {
    background: linear-gradient(
      90deg,
      #0056b3,
      #4e99c7
    ); /* Darker gradient on hover */
  }

  &.active {
    background: linear-gradient(90deg, #007bff, #5a9bd5);
    color: #ffffff;
  }
}

.accordion__content {
  display: none;
  padding: 20px;
  background-color: #f9f9f9;
  border-top: 2px solid #ddd;
  font-size: 1em;
  color: #333;
  line-height: 1.6;

  @keyframes slideDown {
    from {
      max-height: 0;
      opacity: 0;
    }
    to {
      max-height: 500px; /* Adjust based on content size */
      opacity: 1;
    }
  }
}

.modern-subheading1 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}

.modern-subheading1::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #00796b;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Optional: Stylish heading styles below the accordion */

/* Sidebar Styling */
.sidebar {
  width: 25%;
  padding: 20px;
  background: linear-gradient(135deg, #4da1d5, #00569e); /* Light gradient */
  color: #ecf0f1;
  border-radius: 12px 0 0 12px; /* Apply radius only to top corners */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deeper shadow for better separation */
  transition: all 0.3s ease-in-out;
}

.sidebar-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  padding: 15px;
  border-radius: 10px;
  color: #ecf0f1;
}

.sidebar-item img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%; 
}

.sidebar-item.active {
  background-color: #3498db;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transform: translateY(-3px); 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
}

.sidebar-item:hover {
  background-color:  #2980b9; 
  transform: translateY(-5px); 
}

/* Sidebar Indicator */
.sidebar-item.active::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #e67e22; /* Orange highlight */
  margin-right: 15px;
  display: inline-block;
  border-radius: 3px;
}

/* Content Styling */
.content {
  width: 75%;
  padding: 30px;
  background-color: #ffffff;
  color: #2c3e50;
}

.content h2 {
  color: #2980b9; 
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600; 
}

.content p {
  font-size: 18px;
  line-height: 1.7; 
  color: #7f8c8d;
  margin-top: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .sidebar {
    width: 30%;
  }

  .content {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    margin-bottom: 20px;
  }

  .content {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sidebar-item img {
    width: 30px;
    height: 30px;
  }

  .sidebar-item span {
    font-size: 14px;
  }

  .content h2 {
    font-size: 20px;
  }

  .content p {
    font-size: 14px;
  }
}
/* Content Heading Styling */
.content h2 {
  font-size: 20px; 
  background: linear-gradient(90deg, #2980b9, #1abc9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  font-weight: 700; 
  margin-bottom: 20px; 
  padding-left: 10px; 
  letter-spacing: 1.5px;
  text-transform: capitalize; 
  /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); */
  border-left: 5px solid #e67e22; 
}

/* Smaller Heading Text for Subheadings */
.content h3 {
  font-size: 24px;
  color: #34495e;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
