@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@200;300;400;500;600;700;800&family=DM+Sans:wght@200;400;500;600;700;800;900;1000&display=swap');

body{
 font-family: Instrument Sans;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;      /* margin from bottom */
  right: 20px;       /* margin from right */
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0px; /* rounded corners */
  z-index: 1000;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  display: flex;
  flex-direction: column;
}

#cookie-banner p {
  margin: 0 0 15px 0;
  color: #000;
  font-size: 16px;
}

#cookie-banner .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cookie-banner button {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

#cookie-banner button.accept {
  background-color: #4caf50;
  color: #fff;
}

#cookie-banner button.reject {
  background-color: #f44336;
  color: #fff;
}

#cookie-policy {
  text-align: center;
  margin-top: 10px;
}

#cookie-policy a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

#cookie-policy a:hover {
  text-decoration: underline;
}

.key-text{
  color:#eeff57;
  margin:0px;
}

.navbar{
  padding:10px;
  background: #00382f!important;
}

.navbar .main-bg{
  padding:10px;
  background: #16483d!important;
  border-radius: 30px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .nav-link{
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  color:#FFF;
}

.navbar .nav-link:focus{
  color:#FFF;
}

.navbar .main-btn{
  padding:10px;
  padding-left: 50px;
  padding-right:50px;
  text-decoration: none;
  color:#000;
  background: #cbff54;
  margin-left: 30px;
  float:left;
  border-radius: 30px;
}

.navbar .dropdown-menu{
  margin-top:30px;
  width:350px;
  background: #FFF;
}

.navbar .dropdown-menu .dropdown-item{
  display: block;
  float:left;
  margin-bottom: 2px;
  border-bottom: 2px solid rgba(0,0,0,.1);
}

.navbar .dropdown-menu .dropdown-item:hover{
}

.navbar .dropdown-menu .dropdown-item:active{
  background: #FFF;
}

.navbar .dropdown-menu .dropdown-item .drop-image{
  width:50px;
  float:left;
  margin-bottom: 10px;
  margin-top:5px;
}

.navbar .dropdown-menu .dropdown-item .drop-text{
  margin-left: 30px;
  float:left;
  font-weight: bold;
  display: block;
  margin-top:12px;
  color:#000;
  text-transform: uppercase;
  font-size:13px;
}

.navbar .dropdown-menu .no-border{
  border:0px!important;
  margin-bottom: 0px;
}

.navbar #main-icon{
  font-size:20px;
  float:right;
  color:#000;
  margin-top:9px;
}

#top-bar{
  padding:15px;
  background-color:#ffe26a;
}

#top-bar .social-link{
  color:#FFF;
  margin-right:30px;
  font-size:20px;
}

#top-bar .link-contained{
  float:right;
  color:#FFF;
  margin-right: 20px;
  text-decoration: none;
}

#background-container{
  height: 80vh;
  background-image:  url('../img/sugar-farm.webp');
  background-position: center;
  background-repeat: none;
  background-size: cover;
}

#background-container .wrapper{
  width:100%;
  height: 100%;
  background: rgba(2, 28, 22, 0.8);
  padding:100px;
}

#background-container #text-box .header-text{
  color:#FFF;
  font-size:80px;
  font=-weight:1000;
  font-weight: bolder;
  margin-top:20px;
  line-height: 70px;
  text-transform: uppercase;
}

#background-container #text-box .sub-text{
  color:rgba(255,255,255,0.7);
  width:70%;
  margin-top: 15px;
  font-size:18px;
  margin-bottom: 15px;
  font-weight: normal;
}

#background-container #text-box .main-btn{
  padding:15px;
  padding-left: 50px;
  padding-right:50px;
  text-decoration: none;
  color:#FFF;
  background: #ffe26a;
  text-transform: uppercase;
}

#header-half{
  padding:50px;
  background: url("../img/Split.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#header-half .main-image{
  width:90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 500px;
  object-fit: cover;
  padding:50px;
  border-radius: 0px;
}

#header-half #text-container{
  margin-top:auto;
  margin-bottom: auto;
}

#header-half .header-text{
  margin:0px;
  margin-top:10px;
  margin-bottom: 10px;
  font-weight: 1000;
  width:100%;
  font-size: 50px;
  color:#033f31;
}

#header-half .sub-text{
  margin:0px;
  width:80%;
}

#header-half .subbed-text{
  font-size: 25px;
  width:70%;
}

#header-half .main-btn{
  padding:15px;
  padding-left: 35px;
  padding-right: 35px;
  text-decoration: none;
  background: #ffe26a;
  color:#FFF;
  margin-top:50px;
}

#header-main{
  background: #00382f;
}

#header-main .wrapper{
  padding:30px;
}

#header-main .header-text{
  font-size:50px;
  color:#FFF;
  width:90%;
  line-height: 40px;
  background:;
}

#header-main .sup-text{
  letter-spacing: 3px;
  margin:0px;
  color:#ffe26a;
  font-weight: bold;
}

#header-main #main-container{
  border-radius: 0px;
  margin-left: 30px;
  margin-right: 30px;
  background: #0b4035;
  padding:20px;
  border-radius: 20px;
  margin-top:25px;
}

#header-main .main-image{
  margin-bottom: 10px;
  width:50px;
  height: 50px;
  border-radius: 0px;
}

#header-main .main-text{
  font-size:23px;
  font-weight: bold;
  margin-left: auto;
  margin-top:15px;
  color:#FFF;
}

#header-main .sub-text{
  color:#FFF;
  text-align: justify;
}

#header-main .subbed-text{
  color:rgba(255,255,255,0.7);
  font-size: 18px;
}

#header-main .sub-image{
  margin-top:-20px;
  width:150px;
}

#mainhead-container{
  min-height: 300px;
  background: #063231;
}

#mainhead-container .sub-image{
  width:150px;
  margin-top:-20px;
}

#mainhead-container .main-wrapper{
  width:100%;
  height: 100%;
  padding:50px;
}

#mainhead-container .header-text{
  text-transform: uppercase;
  color:#FFF;
  font-size:50px;
  font-weight: 800;
}

#mainhead-container .kin-text{
  text-align: justify;
}

#mainhead-container .sub-text{
  color:rgba(255,255,255,0.7);
  width:80%;
  font-size: 17px;
  text-align:justify;
}

#split-container{
  padding:50px;
  background-image: url("../img/Split.webp");
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}

#split-container .main-image{
  width:100%;
  height: 100%;
  padding:100px;
  border-radius: 0px;
}

#split-container .main-btn{
  padding:15px;
  padding-left: 0px;
  padding-right: 30px;
  text-decoration: none;
  color:#000;
  font-weight: bold;
  float:left;
  margin-top:10px;
  transition: 0.3s;
}

#split-container .main-btn:hover{
  background: #033f31;
  padding-left: 10px;
  transition: 0.3s;
  color:#FFF;
}

#split-container .main-btn #main-icon{
  margin-left: 30px;
}

#split-container #text-container{
  margin-top: auto;
  margin-bottom: auto;
}

#split-container #text-container .header-text{
  font-weight: 1000;
}

#figure-field{
  padding:100px;
}

#figure-field #main-container{
  background: #ffe26a;
  height: 70vh;
  padding:50px;
  border-radius: 0px;
}

#figure-field #main-container .sup-text{
  color:#FFF;
  text-align: center;
  margin:0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#figure-field #main-container .header-text{
  color:#FFF;
  text-align: center;
  margin:0px;
  text-transform: uppercase;
  font-weight: bold;
}

#figure-field #main-container #field-container{
  color:#FFF!important;
  padding:15px;
}

#figure-field #main-container #field-container .head-text{
  color:#FFF;
  margin-top:30px;
  text-transform: uppercase;
  font-weight: bolder;
}

#figure-field #main-container #field-container .sub-text{
  color:rgba(255,255,255,0.8)!important;
}

#product-related{
  padding:100px;
}

#product-related .main-image{
  width:100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
  margin-top:50px;
  border-radius: 0px;
}

#product-related #main-icon{
  float:right;
}

#product-related .header-text{
  font-size: 25px;
}

#product-related .main-link{
  text-decoration: none;
  color:#000;
}

#products{
  background: #f2e8d8;
  padding:10px;
}

#products .par-text{
  letter-spacing: 2px;
}

#products .major-text{
  font-weight: bold;
  marign-top:20px;
  font-size:50px;
  text-transform: uppercase;
}

#products #field-container{
  padding:20px;
  margin-left: 20px;
  margin-right: 20px;
}

#products .main-image{
  width:100%;
  padding:20px;
  object-fit: cover;
  transition: 0.3s;
}

#products .main-image:hover{
  padding:10px;
  transition: 0.3s;
}

#products #field-container .header-text{
  margin:0px;
  margin-top:20px;
  margin-bottom: 10px;
  font-size: 25px;
}

#products #field-container .sub-text{
  margin-top:20px;
}

#products #field-container .main-btn{
  text-decoration: none;
  color:#000;
  background: #FFF;
  padding: 15px;
  padding-right: 30px;
  float:left;
  border:2px solid transparent;
  transition: 0.3s;
  border-radius: 0px;
}

#products #field-container .main-btn:hover{
  border:2px solid #FFF;
  background: #033f31;
  color:#FFF;
  transition: 0.3s;
}

#products #field-container #main-icon{
  margin-left: 20px;
  float:right;
}

#products #field-container .icon-image{
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

#products .no-decor{
  text-decoration: none;
  color:inherit;
}

#product-detail{
  padding:20px;
  padding-top:80px;
  padding-bottom: 80px;
}

#product-detail #image-container{
  padding:10px;
}

#product-detail #image-container .main-image{
  width:300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0px;
}

#product-detail .green-box{
  float:left;
  background-color: #FFF;
  padding:15px;
  width:33.3%;
  color:#000;
  border-bottom: 10px solid #033f31;
  border-right:10px solid #FFF;
  font-size: 20px;
  font-weight: bold;
}

#product-detail #text-container{

}

#product-detail #text-container .bullet-points{
  color:#dea148;
  margin:0px;
  font-weight: bold;
  margin-left:10px;
}

#product-detail #text-container .product-sub{
  width:100%;
  color:rgba(0,0,0,0.7);
  text-align: justify;
}

#product-detail #text-container .product-header{
  font-weight: bold;
  margin:0px;
  font-size:50px;
  color:#004725;
  text-transform: uppercase;
}

#product-detail #text-container .main-btn{
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  width: 100%;
  background: #033f31;
  float:left;
  margin-top:10px;
  color:#FFF;
  text-align: center;
  text-decoration: none;
}

#product-detail #text-container{
}

#product-detail #text-container .subbed-text{
  color:rgba(0,0,0,0.7);
  margin:0px;
}

#factories-container{
  padding:;
}

#factories-container #field-container{
  padding:0px;
  background: #f4faf6;
}

#factories-container .main-image{
  height: 80vh;
  width:100%;
  object-fit: cover;
}

#factories-container #field-container #text-container{
  padding:50px;
  margin-top:auto;
  margin-bottom: auto;
  color:rgba(0,0,0,0.9);
}

#factories-container #field-container #text-container .header-text{
  margin:0px;
  margin-top:10px;
  margin-bottom: 10px;
  color:#000;
  width:80%;
  color:#033f31;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

#factories-container #field-container #text-container .sup-text{
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin:0px;
}

#factories-container #field-container #text-container .main-btn{
  text-decoration: none;
  color:#000;
  background: #FFF;
  padding: 15px;
  padding-right: 30px;
  float:left;
  border:2px solid transparent;
  transition: 0.3s;
  border-radius: 0px;
}

#factories-container #field-container #text-container .main-btn:hover{
  border:2px solid #FFF;
  background: #033f31;
  color:#FFF;
  transition: 0.3s;
}

#factories-container #field-container #text-container #main-icon{
  margin-left: 20px;
}

#factories-container #field-container #text-container .icon-image{
  width:50px;
  height: 50px;
  margin-bottom: 10px;
}

#factories-container .bold{
  font-weight: bolder;
}



#factories-container-detail #text-container .product-header{
  font-weight: bold;
}

#related-links{
  padding:70px;
  background: #033f31;
  color:#FFF;
}

#related-links #main-container{
  padding:20px;
  border:10px solid #033f31;
  background: #02261e;
  margin-top:50px;
}

#related-links .main-image{
  width:100%;
  height: 300px;
  margin-bottom: 20px;
}

#related-links .main-link{
  text-decoration: none;
  color:inherit;
}

#related-links #link-icon{
  float:right;
}

#bg-main{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background:#00382f;
}

#bg-main #main-icon{
  margin-left: 40px;
}

#bg-main #text-container{
  padding:50px;
  margin-top:auto;
  margin-bottom: auto;
  object-fit: cover;
}

#bg-main #image-container{
  padding:0px;
}

#bg-main .main-image{
  width:100%;
  height: 70vh;
}

#bg-main .header-text{
  font-size:55px;
  line-height: 50px;
  margin:0px;
  text-transform: uppercase;
  font-weight: 800;
  color:#FFF;
}

#bg-main .sub-text{
  color:#fffc!important;
  margin-top:10px;
  font-size: 17px;
  text-align: justify;
  width:80%;
}

#bg-main .main-btn{
  background:#cbff54;
  text-decoration: none;
  color:#000;
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  border-radius: 15px;
}

#bg-main .btn-btn{
  font-size:15px;
  color:#FFF!important;
  text-decoration: none;
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  background: transparent;
  margin-top:60px;
  margin-left:30px;
  text-transform: uppercase;
}

#bg-tri{
  background: url("../img/sugar-factory.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}

#bg-tri .main-wrapper{
  height: 100%!important;
  width:100%!important;
  background: rgba(0,0,0,0.6);
  padding:100px;
}

#bg-tri .header-text{
  font-size:50px;
  font-weight: 1000;
  color:#ffe26a!important;
  margin:0px;
  line-height: 55px;
}

#bg-tri .key-text{
  font-weight: bold;
  text-transform: uppercase;
  color:#FFF;
  margin:0px;
}

#bg-tri .sub-text{
  font-size:15px;
  color:#FFF!important;
  width:90%;
  margin-top:20px;
}

#bg-tri .main-btn{
  font-size:15px;
  color:#FFF!important;
  text-decoration: none;
  width:200px;
  height: 200px;
  font-size:25px;
  padding-top:55px;
  text-align: center;
  background: #ffe26a;
  float:right;
  border-radius: 0px;
}

#bg-tri .subbed-text{
  font-size:15px;
  margin-top:5px;
}

#bg-tri #btn-container{
  margin-top: auto;
  margin-bottom: auto;
}

#bg-tri #key-btn{
  padding:15px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  color:#ffe26a;
  background: #FFF;
}

#bg-tri #key-btn #main-icon{
  margin-left: 30px;
}

#faq{
  padding:30px;
  background: #00382f;
}

#faq .description-text{
  width:80%;
  margin-bottom: 100px;
}

#faq #main-box{

}

#faq .sub-image{
  width:100px;
  margin-top:-20px;
}

#faq .major-text{
  font-weight: bold;
  color:#FFF;
}

#faq #main-box .header-text{
  font-size:20px;
  margin-top:10px;
  font-weight: bold;
}

#faq #main-box .description-text{
  width:70%;
  margin-bottom: 100px;
}

#faq #main-box .icon-image{
  width:80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#faq .main-text{
  font-weight: bold;
  font-size: 50px;
}

#faq #image-container .main-image{
  width:100%;
}

#faq #text-container .accordion-item{
  background: transparent!important;
}


#faq .accordion-button:focus {
  box-shadow: none;
  outline: none;
    background: transparent!important;
}

#faq .accordion-body {
  color:#FFF;
}

/* Change the background color of the active accordion header */
#faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #FFF!important; /* Optional: Change text color for better contrast */
  font-weight: 500;
    background: transparent!important;
}


#faq .accordion-button .collapsed {
  background: transparent;
  color: #FFF!important; /* Optional: Change text color for better contrast */
  font-weight: 500;
    background: transparent!important;
}


#faq .accordion-button {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  border-radius: 0px;
  background: transparent!important;
  color:#FFF;
}

#factory{
  padding:100px;
  background: #f4faf6;
}

#factory .main-text{
  font-weight: bold;
  font-size: 50px;
}

#factory .header-text{
  font-size: 50px;
  margin-bottom: 20px;
  margin-top:10px;
  font-weight: bold;
  color:#033f31;
  width:80%;
}

#factory #major-icon{
  color:#ffe26a;
  margin-right: 10px;
}

#factory .par-text{
  margin-bottom: 50px;
}

#factory .subbed-text{
  margin:0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:rgba(0,0,0,0.7);
  margin-top: 20px;
}

#factory .sub-text{
  color:rgba(0,0,0,0.7);
}

#factory #image-container .main-image{
  width:100%;
  height: 400px;
  object-fit: cover;
  margin-top:50px;
  margin-bottom: 50px;
  border-radius: 0px;
}

#factory #text-container{
  margin-top: auto;
  margin-bottom: auto;
  padding:30px;
}

#factory #text-container .main-icon{
  width:70px;
  height: 70px;
  margin-bottom: 20px;
}

#news-section{
  padding:100px;
  background: #f4faf6;
}

#news-section .header-text{
  font-size: 50px;
  font-weight: bold;
}

#news-section #icon{
  float:right;
  margin-right: 50px;
}

#news-section #main-container{

}

#news-section #main-container .main-image{
  width:100%;
  height: 300px;
  object-fit: cover;
  margin-top:30px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

#news-section #main-container .main-text{
  font-size: 30px;
  font-weight: bolder;
}

#news-section #main-container .description-text{
  width:80%;
}

#news-section #main-container .no-decoration{
  text-decoration: none;
  color:inherit;
}

#news-section .main-btn{
  float:right;
  text-decoration: none;
  color:#FFF;
  background:#02261e;
  padding:15px;
  padding-left: 50px;
  padding-right: 30px;
}

#news-section #main-icon{
  margin-left: 30px;
}

#news-detail #news-container{
  margin-top:50px;
  margin-bottom: 50px;
}

#news-detail .main-image{
  width:100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 0px;
}

#news-detail .date{
  margin:0px;
}

#news-detail .header-text{
  font-weight: 1000;
}

#news-detail .description-text{
  margin:0px;
  width:80%;
}
#research{
  padding:50px;
}

#research #text-container{
  padding:50px;
}

#research #text-container .header-text{
  font-weight: 1000;
  margin-top:20px;
}

#research #text-container .main-text{
  font-weight: bold;
}

#research .main-image{
  width:100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0px;
}

#research .main-icon{
  width:40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

#contact-card{
  padding:50px;
  background-image:  url('../img/main-wallpaper-2.webp');
  background-position: top;
  background-repeat: none;
  background-size: cover;
  background-attachment: fixed;
}

#contact-card .header-text{
  color:rgba(255,255,255,0.6);
  font-size:20px;
  text-align: center;
}

#contact-card #bg-container{
  padding:50px;
}

#contact-card #main-icon{
  color:#FFF;
  font-size:35px;
  margin-bottom: 20px;
}

#team{
  padding:50px;
}

#team #main-container .main-image{
  width:100%;
  height: 400px;
  object-fit: cover;
  margin-top:50px;
  margin-bottom: 20px;
  border-radius: 0px;
}

#team .header-text{
  font-size:50px;
}

#semi-container{
  padding:50px;
  background:#f4faf6;
}

#semi-container .main-text{
  font-size: 40px;
  font-weight: 1000;
}

#semi-container #bg{
  background: #033f31;
  color:#FFF;
  margin-top:80px;
  object-fit: cover;
  margin-bottom: 50px
  border-left:20px solid #f4faf6;
  border-right:20px solid #f4faf6;
}

#semi-container .main-icon{
  width:70px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: 20px;
}


#semi-container #text-container{
  padding:50px;
  margin-top: auto;
  margin-bottom: auto;
}

#semi-container .header-text{
  font-weight: bold;
  font-size:50px;
}

#semi-container #text-container .header-text{
  font-weight: bold;
  font-size:1.5rem;
  margin-left: 20px;
}

#semi-container #text-container .sub-text{
  width:80%;
  margin-left: 20px;
  margin-bottom: 50px;
}

#semi-container .main-image{
  width:100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}

#list-container{
  padding:30px;
  background:#f6f6f4;
  background-position: center;
  background-repeat: none;
  background-size: cover;
}

#list-container #main-background{
  background: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  padding:25px;
  border-radius: 10px;
  color:#000;
}

#list-container #main-container{
  background: #0b4035;
  border:20px solid #f7faf8;
  padding:20px;
}

#list-container .icon-image{
  width: 100px!important;
  height: 100px!important;
}

#list-container .main-image{
  width: 50px;
  height: 50px;
  padding:100px;
  background: #f4faf6;
  border-radius: 0px;
}

#list-container .icon-image{
  width:50px!important;
  height:50px!important;
}

#list-container .main-text{
  font-size:40px;
  font-weight: bold;
  margin:0px;
  margin-bottom: 10px;
}

#list-container .key-text{
  color:#eeff57;
  margin:0px;
}

#list-container .par-text{
  width:100%;
  margin-bottom: 20px;
  color:#000;
  text-align: justify;
  font-size: 16px;
}

#list-container .header-text{
  font-size:19px;
  margin-top:15px;
  margin-bottom: 10px;
  font-weight: bolder;
}

#list-container .header-text-x{
  font-size:23px;
  margin-top:15px;
  margin-top:20px;
  margin-bottom: 10px;
  color:#FFF;
}

#list-container .sub-text{
  font-size:15px;
  color:#FFF;
  text-align: justify;
}

#list-container .sub-text-black{
  color:#000;
  text-align: justify;
}

#text-main{
  padding:30px;
}

#text-main .key-image{
  width:100%;
  height: 100%!important;
  border-radius: 30px!important;
}

#text-main #major-icon{
  color:#ffe26a;
  margin-right: 10px;
  margin-top:50px;
}

#text-main #text-container{

}

#text-main #text-container .sub-image{
  width:150px;
  margin-top:10px;
  margin-bottom:5px;
}

#text-main .sup-text{
  letter-spacing: 1px;
  color: rgb(85,85,85);
}

#text-main .header-text{
  font-size: 40px;
  color:#033f31;
  width:100%;
  margin:0px!important;
  margin-bottom: 10px;
  font-weight: bold;
}

#text-main .main-list{
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

#text-main .small-text{
  width: 25px;
  height: 25px;
}

#text-main .sub-text{
  font-size: 16px;
  width:100%;
  color: rgb(85,85,85);
  text-align: justify;
  margin-top:10px;
}

#text-main #main-btn{
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  color:#FFF;
  margin-top:5px;
  float:left;
  background: #03210b;
}

#text-main #main-btn #main-icon{
  margin-left: 10px;
}

#text-main .main-image{
  width:100%;
  height: 400px;
  margin-bottom: 10px;
  border-radius: 0px;
  object-fit: cover;
}

#text-main .main-icon{
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

#text-main .lead-text{
  font-size: 18px;
}

#text-main .test-link{
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  background:#cbff54;
  text-decoration: none;
  color:#000;
  margin-top: 20px;
  border-radius: 15px;
}

#text-main .par-text{
  width:100%;
}

#text-field{
  padding:50px;
}

#text-field #main-container{
}

#text-field #main-container .main-image{
  width:100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0px;
}

#text-field .main-text{
  font-weight: bold;
}

#text-field .pint-text{
  margin-bottom: 50px;
  font-size:15px;
  text-align: justify;
}

#text-field #main-container .header-text{
  font-size:20px;
  font-weight: normal;
  margin-top:20px;
  font-weight: bold;
}

#text-field #main-container .sub-text{
  font-size:15px;
  text-align: justify;
}



#info-field{
  padding:20px;
}

#info-field .main-text{
  font-size:40px;
  font-weight: bolder;
}

#info-field .par-text{
  width:100%;
  color:#576368;
  margin-bottom: 50px;
  font-size:16px;
  text-align: justify;
}

#info-field .sub-text{
  width:100%;
  color:#576368;
  text-align: justify;
}

#info-field h4{
  color:#000;
  font-weight: bold;
  font-size:20px;
  margin-top:30px;
}

#key-figure{
  padding:30px;
  background: #033f31;
}

#key-figure #main-container .header-text{
  font-size:35px;
  font-weight: bolder;
  text-align: left;
  padding-bottom: 20px;
  width:70%;
  border-bottom: 10px solid #02261e;
  margin-bottom: 20px;
  color:#FFF;
}

#key-figure #main-container .sub-text{
  font-size:25px;
  color:#FFF;
}

#key-figure .main-text{
  color:#FFF;
  font-size:45px;
  font-weight: bolder;
}

#key-figure .par-text{
  color:#FFF;
  font-size:16px;
  font-weight: normal;
  margin-bottom: 20px;
}

#tab-info{
  background: #bddb6e;
  padding:50px;
}

#tab-info .header-text{
  font-size:50px;
  color:#004825;
  text-align: center;
  width:80%;
  font-weight: bolder;
}

#contact-main{
  padding:50px;
}

#contact-main .main-image{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

#contact-main #bg{
  background-image:  url('../img/background-box-min.webp');
  background-position: center;
  background-repeat: none;
  background-size: cover;
  padding:80px;
}

#contact-main .header-text{
  color:#FFF;
  margin-top:20px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top:50px;
}

#contact-main .sub-text{
  color:rgba(255,255,255,0.8);
  text-align: center;
  width:90%;
  margin-top:20px;
  margin-bottom: 40px;
}

#contact-main .main-btn{
  padding:15px;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  background:transparent;
  border:2px solid #dea148;
  color:#FFF;
  border-radius: 0px;
}

#contact-form{
  padding:30px;
  background: #f4faf6;
}

#contact-form #text-container{
}

#contact-form #text-container .sub-texted{
  color:#000;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
}

#contact-form .main-text{
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

#contact-form  #text-container .form-group .form-control{
  padding: 10px;
  margin-bottom: 20px;
}

#contact-form .main-btn-2{
  background:#cbff54;
  text-decoration: none;
  color:#000;
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  border-radius: 15px;
  border:0px;
}

#contact-form #left-icon{
  margin-left: 30px;
  font-size: ;
}

#contact-form .main-icon{
  float:left;
  color:#033f31;
  font-size:30px;
  margin-right: 25px;
}

#contact-form #info-icon{
  float:left;
  font-size:20px;
  margin-right:10px;
}

#contact-form .info-text{
  float:left;
  font-size:17px;
  margin-top:1px;
}

#contact-container{
  padding:100px;
  background: #f4faf6;
}

#contact-container .header-text{
  font-size: 50px;
  font-weight: 1000;
}


/* Slideshow Container */
.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    background: #000;
}

/* Slides */
.slide {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth fade effect */
}

.slide.active {
    opacity: 1;
    position: relative; /* Ensure the active slide remains visible */
}

/* Caption */
.caption {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
}

.caption h2 {
    margin: 0;
    font-size: 24px;
}

.caption p {
    margin: 5px 0 0;
    font-size: 16px;
}

/* Dots Positioned at the Top */
.dots-container {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 0%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

/* Navigation Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    padding: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0%;
    user-select: none;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

#footer{
  paddng:20px;
  background-image: url("https://cdn.prod.website-files.com/678e158a1b1754646bc0cdb9/679240946ed21ae060bd7919_30198658_independence_day_background%201%20(2)%20(1).png");
  padding-bottom: 20px;
}

#footer .power-source{
  color:#FFF;
  float:right;
}

#footer .power-image{
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-radius: 30px;
}

#footer .power-link{
  color:#FFF;
}

#footer #background-main{
  padding:50px;
}

#footer #background-main .main-image{
  width:80px;
  float:left;
}
#footer #background-main .small-text{
  color:#FFF;
  margin-bottom:3px;
}

#footer #background-secondary{
  padding:30px;
}

#footer .small{
  color:#FFF;
  margin-bottom: 50px;
  margin-top:100px;
  font-size: 15px;
}

#footer .main-text{
  font-size:17px;
  font-weight: bold;
  color:#FFF;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#footer .main-link{
  text-decoration: none;
  color:#bfbfbf;
  text-transform: uppercase;
  margin-top:10px;
  display: block;
  transition: 0.3s;
}

#footer .main-link:hover{
  text-decoration: underline;
  color:#FFF;
  transition: 0.3s;
}

#footer .main-icon{
  text-decoration: none;
  color:#FFF;
  font-size: 25px;
  margin-right:20px;
}

#footer .main-icon{
  float:left;
}

#alternate-footer{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #063231;
  padding:20px;
  color:#FFF;
}

#alternate-footer .main-image{
  width:70px;
  height: 70px;
}

#alternate-footer .main-btn{
  background:#cbff54;
  text-decoration: none;
  color:#000;
  padding:15px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  border-radius: 15px;
}

#alternate-footer .sub-text{
  text-align: justify;
  margin-bottom: 40px;
}

#alternate-footer #main-background{
  width:100%;
  padding:20px;
  margin-top:20px;
}

#alternate-footer .header-text{
  color:#FFF;
  font-size: 17px;
  text-transform: uppercase;
  margin-top:15px;
}

#alternate-footer #main-background .main-link{
  float:left;
  text-decoration: none;
  width:inherit;
  text-transform: uppercase;
  color:#FFF;
  font-size: 15px;
  margin-left: 30px;
  margin-right:30px;
  margin-top:20px;
}

#alternate-footer .sub-link{
  display: block;
  color:#FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
}

#alternate-footer .main-text{
  margin-bottom: 20px;
}

#alternate-footer .action-btn{
  display:block;
  color:#FFF;
  text-decoration: none;
  font-size:15px;
  margin-bottom: 5px;
}

#alternate-footer #main-icon{
  margin-right: 10px;
  color:#cbff54;
}

#alternate-footer .power-source{
  color:#FFF;
  float:right;
}

#alternate-footer .power-image{
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-radius: 30px;
}

#alternate-footer .power-link{
  color:#FFF;
}

#fixedpanel {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #033f31;
  width:100%;
  height:100px;
  color:#FFF;
}

#fixedpanel .main-text{
  margin-top:35px;
  font-weight: bold;
}

#fixedpanel #fixedbutton{
  text-decoration: none;
  color:#000;
  background: #FFF;
  padding:10px;
  padding-left:35px;
  padding-right:35px;
  margin-top:27px;
  border-radius: 0px;
  float:right;
  font-weight: bold;
  font-size:15px;
  margin-right: 50px;
}

#career{
  padding:50px;
}

#career .text-center{
  text-transform: uppercase;
}

#career .card-body{
  background: #f1e8d9;
  border:0px;
  padding:50px;
}

#career .job-title{
  display: block;
  font-size:15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

#career .main-btn{
  padding:10px;
  padding-left: 30px;
  padding-right: 30px;
  border:0px;
  background: #033f31;
  color:#FFF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Top Bar & Navbar */
  #top-bar .link-contained {
    float: left !important;
    margin-top: 15px;
  }

  /* BG Main Section */
  #bg-main .main-wrapper {
    padding: 20px;
  }


  #bg-main .main-wrapper .sub-text {
    font-size: 24px;
    width: 100%;
  }

  #bg-main .main-btn {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }

  #bg-main .btn-btn {
    display: block;
    margin: 0;
  }






  /* Main Head Container */
  #mainhead-container {
    padding: 30px;
  }

  #mainhead-container .header-text {
    font-size: 45px;
  }

  #mainhead-container .sub-text {
    width: 100%;
  }

  /* Tab Info */
  #tab-info {
    padding: 30px;
  }

  #tab-info .header-text {
    font-size: 40px;
    width: 100%;
  }

  /* Contact Main */
  #contact-main #bg {
    padding: 20px;
    padding-bottom: 60px;
  }

  #contact-main #bg .header-text {
    font-size: 35px;
  }

  /* Product Detail */
  #product-detail {
    padding: 30px;
  }

  #product-detail #text-container {
    padding: 20px;
  }

  #product-detail #green-box {
    margin-bottom: 25px;
  }

  /* Header Main */
  #header-main {
    padding: 30px;
  }

  #header-main .header-text {
    font-size: 35px;
  }

  #header-main .subbed-text {
    width: 90%;
  }

  /* List Container */
  #list-container {
    padding: 30px;
  }

  /* Key Figure */
  #key-figure {
    padding: 30px;
  }

  #key-figure #main-container .header-text {
    font-size: 30px;
  }

  #key-figure #main-container .sub-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* Info Field */
  #info-field {
    padding: 30px;
  }

  #info-field .main-text {
    font-size: 35px;
    width: 100%;
  }

  #info-field .par-text {
    width: 100%;
  }

  /* Products */
  #products {
    padding: 30px;
  }

  #products .main-image {
    padding: 30px;
  }


  /* BG Tri Section */
  #bg-tri .main-wrapper {
    padding: 30px;
  }

  #bg-tri .header-text {
    font-size: 40px;
  }

  #bg-tri #btn-container {
    /* Additional styling if needed */
  }

  #bg-tri .main-btn {
    /* Adjusted size and spacing for tablets */
    font-size: 25px;
    color: #FFF !important;
    text-decoration: none;
    width: 220px;
    height: 220px;
    text-align: center;
    background: #ffe26a;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-radius: 0px;
  }

  /* Team & Related Links */
  #team {
    padding: 30px;
  }

  #related-links {
    padding: 30px;
  }

  /* Factories Container */
  #factories-container #field-container {
    border-bottom: 2px solid #033f31;
  }

  #factories-container #field-container .main-image {
    height: 50vh;
  }

  /* Text Field */
  #text-field {
    padding: 30px;
  }

  #text-field #main-container .main-image {
    height: 250px;
  }

  /* Research */
  #research {
    padding: 30px;
  }

  #research .main-image {
    height: 350px;
  }

  #research #text-container {
    padding: 30px;
  }

  #research #text-container .main-text {
    text-align: center;
  }

  /* Factory */
  #factory {
    padding: 30px;
  }

  #factory #image-container .main-image {
    margin: 0;
    margin-bottom: 25px;
  }

  /* FAQ */
  #faq {
    padding: 30px;
  }

  #faq #text-container {
    margin-top: 50px;
  }

  /* News Section */
  #news-section {
    padding: 30px;
  }

  /* Contact Form */
  #contact-form {
    padding: 30px;
  }

  /* Footer */
  #footer {
    margin-bottom: 0;
  }

  #footer #background-main {
    padding: 45px;
  }

  #footer #background-secondary {
    padding: 45px;
  }

  #footer .main-text {
    margin-top: 25px;
  }

  /* Fixed Panel */
  #fixedpanel {
    position: relative;
    bottom: none;
    right: none;
    background: #008080;
    width: 0%;
    height: 0;
    color: #FFF;
    margin-top: -50px;
  }

  #fixedpanel .main-text {
    margin-top: 0;
    font-size: 0;
    font-weight: bold;
  }

  #fixedpanel #fixedbutton {
    text-decoration: none;
    color: #000;
    background: #FFF;
    padding: 0 !important;
    margin-top: 0;
    border-radius: 0px;
    float: right;
    font-weight: bold;
    font-size: 0;
    margin-right: 0;
  }


  #info-field .main-text{
    font-size:55px;
    width:100%;
  }
}


@media screen and (max-width: 480px) {

  #bg-main .main-image {
    width: 100%;
    height: 40vh;
  }

  .navbar-brand{
    margin-bottom: 20px;
  }

  .navbar .navbar-nav .main-btn{
    display: block;
    margin:0px;
    margin-top:10px;
    width:100%;
  }

  #mainhead-container .main-wrapper{
    min-height: 50vh!important;
  }

  #mainhead-container .main-wrapper{
    padding:10px;
  }

  .navbar .dropdown-menu{
    margin-top:0px;
    width:350px;
    float:left;
    background: #FFF;
  }


  #top-bar .link-contained{
    float:left!important;
    margin-top:10px;
  }


  #bg-main .main-wrapper{
    padding:10px;
  }

  #bg-main .main-wrapper .header-text{
    font-size:35px;
    line-height: 45px;
  }

  #bg-main .main-wrapper .sub-text{
    font-size:17px;
    width:100%;
  }

  #bg-main .main-btn{
    display: block;
    margin:0px;
    margin-bottom: 10px;
    text-align: center;
  }

  #bg-main .btn-btn{
    display: block;
    margin:0px;
    text-align: center;
  }

  #mainhead-container{
    padding:20px;
  }

  #mainhead-container .header-text{
    font-size:40px;
  }

  #mainhead-container .sub-text{
    width:100%;
  }

  #tab-info{
    padding:20px;
  }

  #tab-info .header-text{
    font-size:35px;
    width:100%;
  }

  #contact-main #bg{
    padding:10px;
    padding-bottom: 50px;
  }

  #contact-main #bg .header-text{
    font-size:30px;
  }

  #product-detail{
    padding:20px;
  }

  #product-detail #text-container{
    padding:15px;
  }

  #product-detail #green-box{
    margin-bottom: 20px;
  }

  #header-main{
    padding:20px;
  }

  #header-main .header-text{
    font-size:30px;
  }

  #header-main .subbed-text{
    width:90%;
  }

  #product-detail #text-container .product-header{
    font-size: 40px;
    margin-bottom: 10px;
  }

  #list-container{
    padding:20px;
  }

  #list-container .main-text{
    font-size: 20px;
  }

  #list-container #main-background{
    margin-bottom:50px;
  }

  #key-figure{
    padding:20px;
  }

  #key-figure #main-container .header-text{
    font-size:25px;
  }

  #key-figure #main-container .sub-text{
    font-size:15px;
    margin-bottom: 20px;
  }

  #info-field{
    padding:20px;
  }

  #info-field .main-text{
    font-size:45px;
    width:100%;
  }

  #info-field .par-text{
    width:100%;
  }

  #products{
    padding:20px;
  }

  #products .main-image{
    padding:30px;
  }

  #text-main{
    padding:20px;
  }

  #text-main .main-image{
    margin-bottom:15px;
    margin-top:15px;
    height: 300px!important;
  }

  #text-main .header-text{
    margin-top:10px;
    font-size: 25px;
  }

  #text-main #text-container .main-icon{
    float:left;
    width:30px;
    height: 30px;
  }

  #text-main #text-container .lead-text{
    float:left;
    font-size:14px;
  }

  #text-main #text-container #main-btn{
    padding:10px;
    margin-bottom: 20px;
    display: block;
    margin-top:10px;
    margin-bottom: 10px;
  }

  #text-main #text-container .main-text{
  }

  #bg-tri .main-wrapper{
    padding:20px;
  }

  #bg-tri .header-text{

    font-size:35px;
  }

  #bg-tri #btn-container{

  }

  #bg-tri .main-btn{
    font-size:15px;
    color:#FFF!important;
    text-decoration: none;
    width:200px;
    height: 200px;
    font-size:25px;
    text-align: center;
    background: #ffe26a;
    margin-left: auto;
    margin-right: auto;
    float:none;
    border-radius: 0px;
  }

  #team{
    padding:20px;
  }

  #related-links{
    padding:20px;
  }

  #factories-container #field-container{
    border-bottom: 2px solid #033f31;
  }

  #factories-container #field-container .main-image{
    height: 50vh;
  }

  #text-field{
    padding:20px;
  }

  #text-field #main-container .main-image{
    height: 200px;
  }

  #research{
    padding:20px;
  }

  #research .main-image{
    height: 300px;
  }

  #research #text-container{
    padding:20px;
  }

  #research #text-container .main-text{
    text-align: center;
  }

  #factory{
    padding:25px;
  }

  #factory #image-container .main-image{
    margin:0px;
    margin-bottom: 20px;
  }

  #faq{
    padding:20px;
  }

  #faq #text-container{
    margin-top:50px;
  }

  #news-section{
    padding:20px;
  }

  #contact-form{
    padding:20px;
  }

  #footer{
    margin-bottom: 0px;
  }

  #footer #background-main{
    padding:35px;
  }

  #footer #background-secondary{
    padding:35px;
  }

  #footer .main-text{
    margin-top:20px;
  }

  #fixedpanel {
    position: relative;
    bottom: none;
    right:none;
    background: #008080;
    width:0%;
    height:0px;
    color:#FFF;
    margin-top: -50px;
  }

  #fixedpanel .main-text{
    margin-top:0px;
    font-size:0px;
    font-weight: bold;
  }

  #fixedpanel #fixedbutton{
    text-decoration: none;
    color:#000;
    background: #FFF;
    padding:0px!important;
    margin-top:0px;
    border-radius: 0px;
    float:right;
    font-weight: bold;
    font-size:0px;
    margin-right: 0px;
  }
}
