.header-sec{
    background-color:black;
    padding:10px 0px;
}
.header-sec a{
    color:white;
    text-decoration:none;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.logo-sec{
    padding:20px 0px;
}
.banner-img{
    height:500px;
    width:100%;
    padding:0px 30px;
    object-fit: cover;
    object-position: center;
}
.plastic-waste-sec{
   padding:50px 0px;
}
.plastic-waste-sec h1{
    font-size: 36px;
    font-weight: 400;
    line-height:54px;
}
.plastic-waste-sec p{
    font-size: 18px;
    font-weight: 400;
    line-height:28px;
    color: rgb(94, 94, 94);;
    padding: 15px 0px;
}
.plastic-waste-sec a{
    font-size: 20px;
    font-weight: 700;
    line-height:28px;
    color:rgb(219, 219, 219);
    padding: 13px 32px;
    text-decoration: none;
    background-color: black;
    border-radius: 4px;
    margin-bottom: 20px;
}
.our-mission {
    padding:70px 0px;
    border-top: 1px solid #ccc;
    position: relative;
}
.our-mission .mission-head{
    position:absolute;
    top:-18px;
    left: 42%;
    background-color: white;
    padding: 0px 15px;
    font-size: 18px;
}
.our-mission h2{
    font-size: 36px;
    color:rgb(156, 146, 146);
    line-height: 54px;
    padding-bottom: 20px;
    font-weight: 400;
}
.our-mission .our-mission-con{
    font-size: 18px;
    line-height: 32px;
    color:rgb(125, 123, 121);
    text-align: center;
}
.contact-us{
    padding:30px 0px;
    border-top: 1px solid #ccc;
    position: relative;
}
.contact-us .contact-head{
    position:absolute;
    top:-18px;
    left: 45%;
    background-color: white;
    padding: 0px 15px;
    font-size: 18px;
}
.contact-us h2{
    font-size: 44px;
    color:rgb(156, 146, 146);
    line-height: 54px;
    text-align: center;   
}
 .form-control {
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    font-size: 16px;
}

 .form-control:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.contact-us  .attach-label {
    cursor: pointer;
    color: #6c5555;
    font-weight: 500;
}

.contact-us  #fileUpload {
    display: none;
}

.contact-us .attachments {
    color: #6c5555;
    font-weight: 500;
}
 .send-btn {
    background-color: #ccc;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    color: #000;
    border-radius: 4px;
}
.send-btn:hover {
    background-color: #aaa;
}
 .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
 .form-box {
    max-width: 900px;
    width: 100%;
    padding: 30px;
}
.thank-you-message {
    text-align: center;
    display: none;
  }
  
  .thank-you-message i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px;
  }
  
  .thank-you-message p {
    color: #7a6c6c;
    font-size: 16px;
  }
  .contact-us .capcha1{
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
 }
.contact-us .capcha{
   text-align: center;
   font-size: 16px;
   padding-bottom:20px ;
}
.plasene-sec h2{
    font-size: 38px;
    color:rgb(156, 146, 146);
    line-height: 44px;
    padding-bottom: 5px;
}
.plasene-sec p{
    font-size: 16px;
    line-height: 24px;
    padding-top:15px;
}
.plasene-sec{
    padding-bottom: 50px;
}
.subscribe-sec{
    padding:20px 0px 50px;
}
.subscribe-sec h2{
    font-size: 54px;
    color:rgb(156, 146, 146);
    line-height: 54px;
    text-align: center;
}
.subscribe-sec p{
    font-size: 18px;
    padding-top: 20px;
    line-height: 24px;
    text-align: center;
}
.footer-sec{
    padding-bottom: 30px;
}
.footer-sec p{
    font-size: 18px;
    line-height: 24px;
    color:rgb(109, 108, 108)
}
.cookie-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  .cookie-box {
    background-color: #d3d3d3;
    padding: 25px;
    max-width: 410px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  
  .cookie-box h4 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 42px;
  }
  
  .cookie-box p {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom: 25px;
  }
  
  .accept-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    width:100%;
  }
  
  .accept-btn:hover {
    background-color: #333;
  }
  .thank-you-message {
    text-align: center;
    padding: 30px;
    display: none;
  }
  
  .thank-you-icon {
    width: 50px;
    margin-bottom: 10px;
  }
  
  .thank-you-text {
    font-size: 18px;
    color: #555;
    line-height: 28px;
  }
  
  