/* ================================================================= */
/* ======================= INFORMATION START ======================= */
/* ====================================================================
- Author        : Chris JJ
- Element       : Main Stylesheet
- Author url    : greenCycle2.0.com
- Developed by  : Crispina Janet Joseph

- index of style.css-
---------------------
01 - PRIMARY RESET
   |>-- @imports
   |>-- text-format
   |>-- theme colors
   |>-- theme fonts
   |>-- section-header
   |>-- txt-normal
   |>-- thm-btn
   |>-- preloader

02 - HEADER
   |>-- nav-solid
   |>-- nav-fixed
   |>-- navbar-toggle

03 - MAIN SLIDER
   |>-- topbar
   |>-- menubar
   |>-- mainBanner and mainSlider

04 - INTRO1
05 - INTRO2
06 - HOTLINE
07 - BRANDS
08 - FACTS
09 - PROJECT
10 - TESTIMONY
12 - EVENT
13 - TEAM
14 - PROCESS
15 - VOLUNTEER
16 - NEWS
17 - CONTACT-PAGE
18 - FOOTER

==================================================================== */
/* ======================== INFORMATION END ======================== */
/* ================================================================= */


/************************************/
/* 01 - PRIMARY RESET START */
/************************************/

/* @imports */
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('icon.css');
@import url('brands.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('reset.css');

/* theme colors */
.c1 {color: #85A947}
.c2 {color: #EFE3C2}
.c3 {color: #AF8F6F}
.c4 {color: #F8F4E1}
.c5 {color: #3ABEF9}
.c6 {color: #000000}
.c7 {color: #3E7B27}
.c8 {color: #543310}
.c9 {color: #050C9C}
.c10 {color: #123524}
.c11 {color: #ffffff}

/* dashboard colors */
.d1 {color: #001BB7}
.d2 {color: #FFE100}
.d3 {color: #08CB00}
.d4 {color: #B8001F}

/* background colors */
.bg1 {background: #123524}
.bg2 {background: #3E7B27}
.bg3 {background: #543310}
.bg4 {background: #74512D}
.bg5 {background: #050C9C}
.bg6 {background: #3572EF}
.bg7 {background: #EFE3C2}

/* theme fonts */
.f1 {font-family: 'Titillium Web', sans-serif;}
.f2 {font-family: 'Covered By Your Grace', cursive;}
.f3 {font-family: 'Bernard MT Condensed', sans-serif;}
.fw-2{font-weight: 200;}
.fw-3{font-weight: 300;}
.fw-4{font-weight: 400;}
.fw-5{font-weight: 500;}
.fw-6{font-weight: 600;}
.fw-7{font-weight: 700;}
.fw-8{font-weight: 800;}
.fw-9{font-weight: 900;}

.btn-primary {background: #3E7B27}
.btn-secondary {background: #543310}
.btn-tertiary {background: #050C9C}
.btn-black {background: #000000}
.date-muted {color: #0b0b0b;}

.badge-one {background: #972c18;}
.badge-two {background: #1846b4;}
.badge-three {background: #0f8c0a;}
.badge-four {background: #832caa;}
.badge-five {background: #f23d19;}

.alert-invalid-login {background: #B8001F; color: #ffffff;}
.alert-success {background: #FFF0CE; color: #000000;}
.alert-danger {background: #FA7070; color: #000000;}
.alert-collector_rating {background: #1D546D; color: #FFFFFF;}

.alert-confirmed {background: #9EBC8A; color: #FFFFFF;}
.alert-rejected {background: #D25353; color: #FFFFFF;}
.alert-collector {background: #5A7863; color: #FFFFFF;}
.alert-collected {background: #4988C4; color: #FFFFFF;}
.alert-duplicate {background: #B22323; color: #FFFFFF;}
.alert-points {background: #B8C045; color: #FFFFFF;}
.alert-otw {background: #6E8E59; color: #FFFFFF;}
.alert-delayed {background: #67C090; color: #FFFFFF;}

.step-pending { background: #A31D1D; }
.step-confirmed { background: #E52020; }
.step-assigned { background: #EB5B00; }
.step-collected { background: #FFC900; }
.step-points { background: #ECE852; }


.section-header > h1 {
  font-size: 40px;
}

.section-header > h2 {
    font-size: 26px;
    line-height: 50px;
}

.section-header > h3 {
    font-size: 18px;
    line-height: 1.5;
}

.op-header-video-wrapper {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  z-index: 2;
}

.op-header-video {
  position: absolute;
  top: 0;
  left: 0;
  filter: contrast(150%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.op-header-content {
  position: relative;
  z-index: 2;
}

.op-header-s2 {
  position: relative;
  padding: 80px 0;
  background: url('/assets/img/bg/bg02.png') no-repeat center center;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}

.op-header-s2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.op-header-s2 .op-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* txt-normal */
.txt-normal {
  font-size: 18px;
  line-height: 30px;
}

/* thm-btn */
.thm-btn {
  padding: 19px 40px;
  display: inline-block;
  border-radius: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.thm-btn:first-of-type {
  margin-right: 17px;
}

.thm-btn:only-of-type {
  margin-right: 0;
}

/* preloader */
.preloader {
  background: #118442;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/************************************/
/* 02 - HEADER START                */
/************************************/
.header {
    height: 110px;
}

.nav-solid {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 35px;
    padding-bottom: 28px;
    background-color: #D7D3BF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-solid.fixed-nav {
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -8px rgba(0,0,0,.1);
    box-shadow: 0 10px 10px -8px rgba(0,0,0,.1);
    background: #ffffff;
}

.navbar-left {
  font-size: 16px;
  font-weight: bolder;
  background-color: #ffffff;
  padding: 10px 15px;
  margin-left: 10px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* Hide on small screens */
@media (max-width: 991px) {
  .navbar-left {
    display: none;
  }
}

.mainMenu {
  margin-top: 10px;
}

.mainMenu > li {
  padding-right: 5px;
  padding-bottom: 18px;
  text-transform: capitalize;
}

.mainMenu > li > a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-shadow: 2px 2px 2px white;
  padding: 0 !important;
  background-color: transparent !important;
}

.mainMenu a:hover,
.mainMenu .active a {
  color: #74512D;
  border-bottom: 2px solid #74512D;
}

.mainMenu > li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.social-nav a {
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  background: url(../img/icon-holder/01.png) no-repeat center center !important;
  -webkit-background-size: cover;
  background-size: cover;
}

.social-nav .active a {
  background: url(../img/icon-holder/03.png) no-repeat center center !important;
}

.social-nav a:hover {
  background: url(../img/icon-holder/03.png) no-repeat center center !important;
}

.social-nav a .fa {
  font-size: 16px;
  color: #111c16;
  line-height: 14px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.social-nav .active .fa {
  color: #fff !important
}

.social-nav a:hover .fa {
  color: #fff !important
}

.social-nav li:not(:last-of-type) {
  margin-right: 8px;
}

.nav-solid .navbar-brand {
  padding: 0 0 0 15px;
  margin-right: 15px;
}

.navbar-brand img {
  margin-top: -5px;
  margin-left: -10px;
}

@media(max-width: 1170px) {
  .nav-solid form input {
    width: 200px;
  }
  .mainMenu > li {
    margin-left: 20px;
  }
}

@media(max-width: 1050px) {
  .nav-solid .navbar-brand {
    margin-right: 15px;
  }

  .mainMenu > li {
    margin-left: 16px;
  }

  .mainMenu > li > a {
    font-size: 16px;
  }
}

@media(min-width: 1365px) {
  .nav-solid form input {
    width: 335px;
  }
  .mainMenu > li {
    margin-left: 40px;
  }
}

@media(min-width: 1500px) {
  .nav-solid > .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* nav-fixed */
.nav-fixed {
  position: fixed;
  width: 100%;
  padding-top: 32px;
  height: 112px;
  top: 0;
  left: 0;
  z-index: 999;
  border: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(13, 21, 17, .15);
}

.nav-fixed.fixed-nav {
  height: 80px;
  padding-top: 16px;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px -6px rgba(0,0,0,.1);
  box-shadow: 0 10px 10px -6px rgba(0,0,0,.1);
}

.nav-fixed .navbar-brand img:first-of-type {
  display: none;
}

.nav-fixed.fixed-nav .navbar-brand img:first-of-type {
  display: block;
}

.nav-fixed.fixed-nav .navbar-brand img:last-of-type {
  display: none;
}

.nav-fixed::after {
  position: absolute;
  content: '';
  width: 68%;
  height: 100%;
  background: #fff;
  border-radius: 0 0 0 3px;
  right: 0;
  top: 0;
  z-index: -1;
}

.nav-fixed .mainMenu {
  margin-right: 35px;
}

/* navbar-toggle */
.navbar-toggle {
  position: relative;
  width: 50px;
  background: transparent;
  cursor: pointer;
  outline: 0;
  padding: 0 !important;
}

.navbar-toggle:before,
.navbar-toggle:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 7px;
  background: #6abe52;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.navbar-toggle:before {
  border-left: 2px solid #fff;
  top: -1px;
  left: 5px;
}

.navbar-toggle:after {
  bottom: -1px;
  right: 5px;
  border-right: 2px solid #fff;
  transition-delay: .1s;
}

.navbar-toggle[aria-expanded="true"]:before {
  left: calc(100% - 20px);
}
.navbar-toggle[aria-expanded="true"]:after {
  right: calc(100% - 15px);
}

.navbar-toggle span {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  display: block;
  background: #118442;
}

.navbar-toggle span + span {
  margin-top: 8px;
}
/************************************/
/* 02 - HEADER END                  */
/************************************/


/************************************/
/* 03 - MAIN SLIDER                 */
/************************************/
.main-slider.ms1 .ms1-item {
  -webkit-background-size: cover;
  background-size: cover;
  height: 680px;
  position: relative;
}

.owl-item .ms1-item > img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

.main-slider.ms1 .banner-carousel {
  height: 680px;
  background: #3E7B27;
  -webkit-background-size: cover;
  background-size: cover;
}

.main-slider.ms2 .banner-carousel {
  background: transparent;
}

.main-slider.ms2,
.main-slider.ms2 .ms2-item {
  height: 967px;
}

[data-item="1"] {
  background: url(../img/bg/bg02.png) no-repeat bottom center;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 78px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider.ms2 .banner-carousel {
  position: static;
}

.main-slider.ms2 .banner-carousel .owl-dots {
  bottom: 53px;
}

.banner-carousel .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255,255,255,.2);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.banner-carousel .owl-dot:not(:last-of-type) {
  margin-right: 5px;
}

.banner-carousel .owl-dot.active {
  background: rgba(255,255,255,1);
}

.head-lines h1 {
  font-size: 80px;
  line-height: 70px;
}

.owl-item .item-inner > p {
  font-size: 22px;
  line-height: 50px;
}

.slider-icon {
  width: 92px;
  height: 89px;
  text-align: center;
  background: url(../img/icon-holder/02.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}

.slider-icon i {
  font-size: 35px;
  color: #fff;
  line-height: 90px;
  display: block;
}

.supporter {
  position: absolute;
  width: 432px;
  padding: 48px 50px 56px 60px;
  border-radius: 0 3px 3px 0;
  bottom: -75px;
  left: 0;
  z-index: 2;
}

.supporter p {
  font-size: 30px;
}
/************************************/
/* 03 - MAIN SLIDER END             */
/************************************/


/************************************/
/* 04 - MOVING TEXT                 */
/************************************/
.text-moving-sec-s2 {
  background: #050C9C;
  transform: rotate(0);
}
.text-moving-sec-s2 .text-moving {
  position: relative;
  left: -100%;
  width: 120%;
  z-index: -1;
  padding: 20px 0 15px;
}
.text-moving-sec-s2 .track {
  animation: marquee2 40s linear infinite;
}
@keyframes marquee2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.text-moving-sec-s2 h1 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee2 20s linear infinite;
  margin-bottom: 0;
  color: #A7E6FF;
}
.text-moving-sec-s2 h1 span {
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120px;
  color: #A7E6FF;
}
@media (max-width: 991px) {
  .text-moving-sec-s2 h1 span {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .text-moving-sec-s2 h1 span {
    font-size: 30px;
    animation: marquee2 10s linear infinite;
  }
}
.text-moving-sec-s2 h1 span:nth-child(odd) {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #A7E6FF;
}

.text-moving-sec-s2 {
  margin: 0;
}
.text-moving-sec-s2 .text-moving .track {
  animation: marquee2 200s linear infinite;
}
@keyframes marquee2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
.text-moving-sec-s2 .text-moving h1 span {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px;
  color: #A7E6FF;
}
@media (max-width: 991px) {
  .text-moving-sec-s2 .text-moving h1 span {
    font-size: 30px;
    margin: 0 20px;
    letter-spacing: 20px;
  }
}
.text-moving-sec-s2 .text-moving h1 span:nth-child(even) {
  color: #A7E6FF;
}
.text-moving-sec-s2 .text-moving h1 span:nth-child(odd) {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #A7E6FF;
}
/************************************/
/* 04 - MOVING TEXT                 */
/************************************/


/************************************/
/* 05 - INTRO1 START                */
/************************************/

.intro1 {
  padding-top: 80px;
}

.intro1 .section-header {
  padding-bottom: 3px;
}

.intro1 .item .item-thumb {
  border-radius: 3px;
  overflow: hidden;
}

.item-thumb > a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.item-thumb > a::before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: rgba(0,0,0,.3);
  top: 15px;
  left: 15px;
  border-radius: 3px;
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  -o-transform: scale(.4);
  transform: scale(.4);
  visibility: hidden;
  opacity: 0;
}

.intro1 .item:hover .item-thumb > a::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.item-thumb > a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: visible;
  opacity: 1;
}

.intro1 .item:hover .item-thumb > a::after {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.intro1 .item .item-txt {
  background: #fff;
  padding: 33px 40px 11px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.item-txt > h2 {
  font-size: 24px;
  line-height: 30px;
  color: #111c16;
}

.item-txt > p {
  font-size: 18px;
  line-height: 30px;
  color: #737373;
}

.item-txt > .rdm .fa {
  font-size: 18px;
  line-height: 44px;
  color: #3E7B27;
}

.item-txt > .rdm {
  display: block;
  text-align: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  -o-transform: translateY(70%);
  transform: translateY(70%);
  background: url(../img/icon-holder/01.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;

  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.intro1 .item:hover .item-txt > .rdm {
  background: url(../img/icon-holder/03.png) no-repeat center center;
}

.intro1 .item:hover .item-txt > .rdm .fa {
  color: #fff;
}

@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/************************************/
/* 05 - INTRO END                   */
/************************************/


/************************************/
/* 06 - RECYCLE FORM STARTS         */
/************************************/
.form-section {
  position: relative;
  padding: 80px 10px;
  overflow: hidden;
  z-index: 1;
}

.form-overlay {
  display: none;
}

.collapsible-header {
  width: 100%;
  background: #050c9c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  margin: 21px 0;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.collapsible-header:hover {
  background: #000000;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  z-index: 10;
}

.collapsible-content.open {
  max-height: 2000px;
  padding: 15px 10px;
}

.step-content label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #000000;
}

.step-content input[type="text"],
.step-content input[type="tel"],
.step-content input[type="date"],
.step-content select,
.step-content textarea,
.step-content input[type="file"] {
  width: 100%;
  padding: 14px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}

.step-content textarea {
  resize: vertical;
  min-height: 100px;
}

/* Focus Effects */
.step-content input:focus,
.step-content select:focus,
.step-content textarea:focus {
  outline: none;
  border-color: #00A859;
  box-shadow: 0 0 0 4px rgba(0, 168, 89, 0.1);
  transform: translateY(-1px);
}

/* File Upload Styling */
.step-content input[type="file"] {
  width: 100%;
  padding: 14px;
  background-color: #f1fdf5;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.step-content input[type="file"]::file-selector-button {
  background-color: #00A859;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.step-content input[type="file"]::file-selector-button:hover {
  background-color: #008a4e;
}

/* Material Entry Styling - Matches Step Content */
.material-entry {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  animation: slideInLeft 0.4s ease-out;
}

.material-entry:focus-within {
  border-color: #00A859;
  box-shadow: 0 0 0 4px rgba(0, 168, 89, 0.1);
}

/* Add Material Button - Matches Step Content Width */
#addMaterial {
  width: 100%;
  display: block;
  background-color: #f0f8f5;
  color: #00A859;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border: 2px solid #00A859;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  box-sizing: border-box;
}

#addMaterial:hover {
  color: #fff;
  background-color: #00A859;
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 168, 89, 0.3);
}


/* Review Panel */
.form-information {
  margin-top: 20px;
  transform: translateY(20px);
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.form-information .review-box {
  padding: 23px 20px;
  border: 3px solid #050c9c;
  border-radius: 15px;
  box-shadow: 5px 10px #050c9c;
  position: sticky;
  top: 30px;
  transition: transform 0.3s ease;
  max-width: 500px;
}

/* REVIEW PANEL */
.review-section {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.review-section h4 {
  font-size: 17px;
  color: #050c9c;
  margin-bottom: 10px;
  border-left: 4px solid #00A859;
  padding-left: 8px;
  font-weight: 700;
}

.review-title {
  font-size: 26px;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  text-decoration: underline;
}

.review-title::after {
  margin-left: 8px;
  font-size: 24px;
}

.review-box p,
.review-box li {
  font-size: 17px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 14px;
  padding-bottom: 10px;
}

.review-box ul {
  padding-left: 15px;
  margin-top: 10px;
}

.review-box ul li {
  border-bottom: none;
}

.review-box button {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12px ;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.review-box button:hover {
  background-color: #000000;
}

.review-box button:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 168, 89, 0.4);
}

.review-material-item {
  background-color: #EBF4F6;
  border: 2px solid #A7E6FF;
  margin-left: 15px;
  padding: 12px 14px;
  margin-bottom: 25px;
}

.review-material-item:hover {
  background-color: #A7E6FF;
}

.review-material-item strong {
  display: block;
  font-size: 15px;
  color: #050c9c;
  font-weight: 600;
}

.review-material-item span {
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
}

/* Image Previews */
.review-images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.review-images img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-images img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 168, 89, 0.3);
}


/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .form-section {
    padding: 60px 15px;
  }

  .section-header h1 {
    font-size: 26px;
  }

  .collapsible-header {
    font-size: 15px;
    padding: 10px;
  }

  .form-information .review-box {
    position: static;
    margin-top: 20px;
  }
}

/* POPUP STYLES */
.popup-message {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-content {
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  width: 90%;
  max-width: 420px;
}

.popup-content p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.popup-message.success .popup-content {
  border-left: 8px solid #28a745;
}

.popup-message.error .popup-content {
  border-left: 8px solid #dc3545;
}

#popup-close {
  background: #28a745;
  border: none;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.popup-message.error #popup-close {
  background: #dc3545;
}

#popup-close:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}



/************************************/
/* 06 - RECYCLE FORM ENDS           */
/************************************/


/************************************/
/* 07 - ABOUT STARTS                */
/************************************/

.about-area {
  padding: 80px 0;
  position: relative;
}

/* LEFT ITEM (Images + Icon) */
.about-area .about-left-item {
  padding-right: 60px;
  position: relative;
}

@media (max-width: 991px) {
  .about-area .about-left-item {
    margin-bottom: 50px;
    padding-right: 0;
  }
}

/* Top Section (Arrow + Image + Icon) */
.about-area .about-left-top {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 60px;
}

@media (max-width: 575px) {
  .about-area .about-left-top {
    display: block;
    padding-right: 0;
  }
}

.about-area .about-left-top::before {
  right: -20px;
  bottom: 65px;
  height: 130px;
  width: 1px;
}

.about-area .about-left-top::after {
  right: -20px;
  bottom: 65px;
  height: 1px;
  width: 130px;
}

@media (max-width: 575px) {
  .about-area .about-left-top::before,
  .about-area .about-left-top::after {
    display: none;
  }
}

/* Right Image */
.about-area .about-left-top .right-img {
  position: relative;
  z-index: 1;
}

.about-area .about-left-top .right-img img {
  border-radius: 0 145px 0 146px;
  width: 100%;
}

@media (max-width: 575px) {
  .about-area .about-left-top .right-img::after {
    display: none;
  }
}

.about-area .about-left-bottom {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .about-area .about-left-bottom {
    margin-top: -65px;
  }
}

@media (max-width: 575px) {
  .about-area .about-left-bottom {
    margin-top: 20px;
    flex-direction: column;
  }
}

.about-area .about-left-bottom .left-img img {
  border-radius: 10px;
  max-width: 100%;
}

.about-area .about-left-bottom .right-text {
  display: flex;
  background: #3E7B27;
  border-radius: 8px;
  padding: 20px;
  margin-left: 280px;
  width: 240px;
}

@media (max-width: 575px) {
  .about-area .about-left-bottom .right-text {
    margin: 20px auto 0;
  }
}

.about-area .about-left-bottom .right-text i {
  font-size: 40px;
  margin-right: 12px;
  color: #111;
}

.about-area .experience-text-right h3 {
  font-size: 32px;
  margin-bottom: 0;
}

.about-area .experience-text-right span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

/* RIGHT TEXT SECTION */
.about-right-item {
  padding-left: 20px;
}

.about-area .about-right-text span {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  display: block;
}

.about-area .about-right-text h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .about-area .about-right-text h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

.about-area .about-right-text p {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 0;
  text-align: justify;
}

@media (max-width: 1199px) {
  .about-area .about-right-text p {
    margin-bottom: 40px;
  }
}

/* Features Wrap */
.about-area .about-features-wrap {
  padding-top: 40px;
  border-top: 5px double #AF8F6F;
}

@media (max-width: 1199px) {
  .about-area .about-features-wrap {
    padding-top: 40px;
  }
}

.about-area .about-features-item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.about-area .about-features-item h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #050C9C;
}

@media (max-width: 1199px) {
  .about-area .about-features-item h4 {
    font-size: 16px;
  }
}

/* Bouncing Animation */
@keyframes bounceLeftToRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
}

.objectives-area-s2 {
  background-color: #ECEBDE;
}
.objectives-area-s2 .objectives-wrap .objectives-item .objectives-text h3 {
  max-width: 300px;
}
.objectives-area-s2 .objectives-wrap .objectives-item .objectives-text .icon {
  width: 85px;
  height: 85px;
  line-height: 100px;
  text-align: center;
  background: #3E7B27;
  border-radius: 50%;
}
.objectives-area-s2 .objectives-wrap .objectives-item .objectives-text .icon i {
  font-size: 40px;
  color: #EFE3C2;
}
.objectives-area-s2 .objectives-wrap .objectives-item .objectives-text .icon:before {
  display: none;
}

.objectives-area,
.objectives-area-s2 {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .objectives-area,
  .objectives-area-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .objectives-area,
  .objectives-area-s2 {
    padding-bottom: 50px;
  }
}

.objectives-area .objectives-item,
.objectives-area-s2 .objectives-item {
  background: #ffffff;
  padding: 75px 40px 55px;
  transform: translateY(0);
  transition: all 0.6s;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 5px 10px #050c9c;
}
@media (max-width: 1199px) {
  .objectives-area .objectives-item,
  .objectives-area-s2 .objectives-item {
    padding: 40px 30px;
  }
}
.objectives-area .objectives-item:hover,
.objectives-area .objectives-item.active,
.objectives-area-s2 .objectives-item:hover,
.objectives-area-s2 .objectives-item.active {
  transform: translateY(-40px);
}
@media (max-width: 991px) {
  .objectives-area .objectives-item:hover,
  .objectives-area .objectives-item.active,
  .objectives-area-s2 .objectives-item:hover,
  .objectives-area-s2 .objectives-item.active {
    transform: translateY(0px);
  }
}

.objectives-area .objectives-item .objectives-text .icon,
.objectives-area-s2 .objectives-item .objectives-text .icon {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.objectives-area .objectives-item .objectives-text h3,
.objectives-area-s2 .objectives-item .objectives-text h3 {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.objectives-area .objectives-item .objectives-text p,
.objectives-area-s2 .objectives-item .objectives-text p {
  font-size: 20px;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: -15px;
}

.objectives-area .objectives-item .objectives-text a.read-more,
.objectives-area-s2 .objectives-item .objectives-text a.read-more {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;

  letter-spacing: 1.5px;
  padding-left: 20px;
}

.objectives-area .objectives-item .objectives-text a.read-more:before,
.objectives-area-s2 .objectives-item .objectives-text a.read-more:before {
  position: absolute;
  right: 0px;
  top: 4px;
  font-size: 12px;
  transition: all 0.3s;
}
.objectives-area .objectives-item .objectives-text a.read-more:hover,
.objectives-area-s2 .objectives-item .objectives-text a.read-more:hover {
  letter-spacing: 1.9px;
}
.objectives-area .objectives-item .objectives-text a.read-more:hover:before,
.objectives-area-s2 .objectives-item .objectives-text a.read-more:hover:before {
  right: -3px;
}

.video-area .video-img {
  padding: 50px 0;
  position: relative;
}

.video-area .video-img img {
  filter: blur(3px);
}

.video-area .video-img .video-btn a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #000;
  z-index: 1;
}

.video-area .video-img .video-btn a:before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff; /* white play arrow */
}

.video-area .video-img .video-btn a:hover {
  background: #543310;
  transform: translate(-50%, -50%) scale(1.05);
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .video-area .video-img img {
    min-height: 350px;
    object-fit: cover;
  }
}

/************************************/
/* 07 - ABOUT STARTS                */
/************************************/


/************************************/
/* 08 - RECYCLE PREP SINGLE STARTS  */
/************************************/

.prep-single-area {
  background: #ECFAE5;
  padding: 100px 0;
}

.prep-single-title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .prep-single-title-wrap {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .prep-single-title-wrap {
    margin-bottom: 20px;
    text-align: center;
  }
}

.prep-single-top-title span {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .prep-single-top-title span {
    font-size: 15px;
    letter-spacing: 4px;
  }
}

.prep-single-top-title h2 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .prep-single-top-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .prep-single-top-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.prep-single-top-title h2 small {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #1F212D;
}

.prep-single-title-wrap p {
  font-size: 18px;
}

.prep-single-top-btn {
  text-align: right;
}
@media (max-width: 991px) {
  .prep-single-top-btn {
    text-align: center;
    margin-top: 20px;
  }
}

.prep-btn-style-1 {
  background: transparent;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 12px 55px;
  border: 3px solid #050C9C;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.prep-btn-style-1:after {
  position: absolute;
  top: 11px;
  right: 25px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .prep-btn-style-1 {
    padding: 5px 18px;
    padding-right: 45px;
    font-size: 14px;
  }
  .prep-btn-style-1:after {
    top: 5px;
  }
}

.prep-btn-animated span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  background-color: #050C9C;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}

.prep-btn-animated:hover span {
  width: 650px;
  height: 650px;
}

.prep-btn-style-1:hover,
.prep-btn-style-1:focus,
.prep-btn-style-1:active {
  background-color: #050C9C;
  color: #FFFFFF;
  border-color: #050C9C;
}

/* ---------- Left Image Section ---------- */
.prep-single-left-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .prep-single-left-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .prep-single-left-wrapper {
    padding-right: 0;
  }
}

.prep-single-image-group {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.prep-single-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s;
  z-index: -1;
}
.prep-single-image.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  transform: scale(1);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prep-single-image img {
  width: 100%;
}

/* ---------- Right List Section ---------- */
@media (max-width: 991px) {
  .prep-single-right-wrap {
  }
}

.prep-single-item {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 0.8px solid #050C9C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.prep-single-item:last-child {
  border: 0;
}

.prep-single-item .item-left {
  display: flex;
  align-items: center;
}

.prep-single-item h2 {
  transition: all 0.3s;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  color: #000000;
  margin-left: 35px;
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .prep-single-item h2 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .prep-single-item h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 2px;
  }
}

.prep-single-item span {
  transition: all 0.3s;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .prep-single-item span {
    font-size: 16px;
  }
}

.prep-single-item i {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 20px;
  transition: all 0.3s;
}

/* ---------- Active States ---------- */
.prep-single-item.active h2 {
  color: #050C9C;
}
.prep-single-item.active span {
  color: #050C9C;
}
.prep-single-item.active i {
  color: #050C9C;
  transform: rotate(-45deg);
}

/************************************/
/* 08 - RECYCLE PREP SINGLE STARTS  */
/************************************/


/************************************/
/* 09 - RECYCLE GUIDELINES STARTS   */
/************************************/

.guidelines-area {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.guidelines-area .right-shape {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  z-index: -1;
}

@media (max-width: 1199px) {
  .guidelines-area .right-shape {
    max-width: 350px;
  }
}

.guidelines-top-title span {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .guidelines-top-title span {
    font-size: 15px;
    letter-spacing: 4px;
  }
}

.guidelines-top-title h2 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .guidelines-top-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .guidelines-top-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.guidelines-title-wrap {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .guidelines-title-wrap {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .guidelines-title-wrap {
    margin-bottom: 20px;
    text-align: center;
  }
}

.guidelines-area .right-shape img {
  animation: circle 25s linear infinite;
}

.guidelines-area .guidelines-wrap .guidelines-item {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 0.8px solid #050C9C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .guidelines-area .guidelines-wrap .guidelines-item {
    text-align: center;
  }
}

.guidelines-area .guidelines-wrap .guidelines-item .guidelines-img {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  margin-right: 20px;
  transform: rotate(0);
}
@media (max-width: 991px) {
  .guidelines-area .guidelines-wrap .guidelines-item .guidelines-img {
    margin-right: 0;
  }
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #050C9C;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-img img {
  border-radius: 5px;
  border: 2px solid #050C9C;
  width: 100%;
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-text {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .guidelines-area .guidelines-wrap .guidelines-item .guidelines-text {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

.guidelines-area .guidelines-wrap .guidelines-item .guidelines-text span i {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #543310;
  margin-left: 35px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .guidelines-area .guidelines-wrap .guidelines-item .guidelines-text span i {
    margin-right: 0;
  }
}

.guidelines-area .guidelines-wrap .guidelines-item .guidelines-text a {
  display: inline;
  transition: all 0.3s;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #543310;
  margin-left: 35px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .guidelines-area .guidelines-wrap .guidelines-item .guidelines-text a {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .guidelines-area .guidelines-wrap .guidelines-item .guidelines-text a {
    margin: 0 auto;
    margin-top: 10px;
  }
}

.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des {
    padding-left: 20px;
}
@media (max-width: 991px) {
    .guidelines-area .guidelines-wrap .guidelines-item .guidelines-des {
        padding-left: 0;
        margin-top: 20px;
    }
}

/* Short summary list */
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #543310;
    line-height: 1.5;
    transition: color 0.3s ease;
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des ul li::before {
    position: absolute;
    text-align: justify;
    left: 0;
    top: 0;
    color: #543310;
    font-size: 16px;
    line-height: 1.6;
}

/* Read more button */
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des .read-more {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    margin-bottom: -30px;
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des .read-more:hover {
    color: #050C9C;
    border-bottom: 1px solid #050C9C;
}

/* Expanded content */
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des .guidelines-more {
    display: none;
    margin-top: 20px;
  text-decoration: none;
}

.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des .guidelines-more p {
    font-size: 18px;
    line-height: 1.5;
  font-weight: 600;
    color: #3E7B27;
    margin-bottom: 10px;
    text-align: justify;
}
.guidelines-area .guidelines-wrap .guidelines-item .guidelines-des .guidelines-more p strong {
    color: #123524;
    font-size: 18px;
    line-height: 1.2;
    text-align: justify;
}

.guidelines-area .guidelines-wrap .guidelines-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.guidelines-area .guidelines-wrap .guidelines-item:hover .guidelines-img {
  transform: rotate(-10deg);
}
.guidelines-area .guidelines-wrap .guidelines-item:hover .guidelines-img::before {
  transform: rotate(10deg);
}

/************************************/
/* 09 - RECYCLE GUIDELINES STARTS   */
/************************************/


/************************************/
/* 10 - RECYCLING BADGES            */
/************************************/

.badge-area {
  padding: 100px 0 20px;
  background: #D0E7D2;
}

@media (max-width: 991px) {
  .badge-area {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .badge-area {
    padding-bottom: 50px;
  }
}

.badge-title {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  .badge-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .badge-title {
    margin-bottom: 20px;
  }
}

.badge-title span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .badge-title span {
    font-size: 15px;
    letter-spacing: 4px;
  }
}

.badge-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .badge-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .badge-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.badge-title h2 small {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #1F212D;
}

.badge-wrap {
  margin-bottom: 80px;
  position: relative;
}

.badge-wrap .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.badge-item {
  min-height: 260px;
  padding: 40px 10px 30px;
  margin: 50px 0;
  text-align: justify;
  background: #3E7B27;
  border-radius: 12px;
  transition: transform 0.4s ease;
  overflow: visible;
}

.badge-item:hover {
  transform: translateY(-10px);
}

.badge-img {
  position: relative;
  margin-top: -70px;
  margin-bottom: 15px;
}

.badge-img img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  z-index: 2;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s ease;
}

.badge-item:hover .badge-img img {
  transform: scale(1.15);
}

.badge-text {
  text-align: center;
  padding-top: 15px;
}

.badge-text h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.badge-text p {
  font-size: 16px;
  line-height: 1.6;
}

.badge-wrap .owl-dots {
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  background: #3E7B27;
}

.badge-wrap .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  background: #3E7B27;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.badge-wrap .owl-dot.active {
  opacity: 1;
  transform: scale(1.2);
}

/************************************/
/* 10 - RECYCLING BADGES            */
/************************************/


/************************************/
/* 11 - TERMS & REWARDS STARTS      */
/************************************/
.terms-area {
  position: relative;
  padding: 100px 0 70px;
  background: #fff;
}

.terms-title-wrap {
  margin-bottom: 60px;
}

.terms-title-wrap .terms-top-title {
  margin-bottom: 0;
}

.terms-title-wrap .terms-top-title span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.terms-title-wrap .terms-top-title h2 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.3;
}

.terms-title-wrap .terms-top-btn {
  text-align: right;
}

.terms-title-wrap .terms-top-btn p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .terms-title-wrap {
    margin-bottom: 40px;
  }

  .terms-title-wrap .terms-top-btn {
    text-align: left;
    margin-top: 20px;
  }

  .terms-title-wrap .terms-top-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .terms-title-wrap {
    margin-bottom: 30px;
  }

  .terms-title-wrap .terms-top-title h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
.terms-single-page .terms-details .details-img img {
  width: 100%;
  border-radius: 10px;
  justify-items: left;
}

.terms-single-page .terms-details .details-text {
  margin-top: 35px;
}

.terms-single-page .terms-details .details-text h2 {
  font-size: 28px;
  line-height: 130%;
  color: #050C9C;
  margin-bottom: 15px;
}

.terms-single-page .terms-details .details-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 20px;
  padding-left: 0;
}

.terms-single-page .terms-sidebar {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .terms-single-page .terms-sidebar {
    margin-top: 50px;
    padding-left: 0;
  }
}

.terms-single-page .terms-sidebar .widget h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #131514;
  margin-bottom: 25px;
}

.terms-single-page .terms-sidebar .category-widget {
  margin-bottom: 40px;
}

.terms-single-page .terms-sidebar .category-widget ul li {
  margin-bottom: 15px;
}

.terms-single-page .terms-sidebar .category-widget ul li a {
  display: block;
  padding: 15px;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  font-size: 16px;
  color: #2A2C30;
  font-weight: 500;
  transition: all 0.3s ease;
}

.terms-single-page .terms-sidebar .category-widget ul li a:hover,
.terms-single-page .terms-sidebar .category-widget ul li a.active {
  background: #3E7B27;
  color: #fff;
  border-color: #3E7B27;
}

.terms-single-page .terms-sidebar .info-widget input {
  border: 1px solid #E3E3E3;
  padding: 15px;
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #2A2C30;
}

.terms-single-page .terms-sidebar .info-widget button {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #3E7B27;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  transition: background 0.3s ease;
}

.terms-single-page .terms-sidebar .info-widget button:hover {
  background: #2E5F1F;
}

@media (max-width: 1199px) {
  .terms-title-wrap .terms-top-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .terms-title-wrap {
    margin-bottom: 40px;
  }

  .terms-title-wrap .terms-top-title h2 {
    font-size: 26px;
  }
}

#terms-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2A2C30;
  margin: 25px 0 15px;
  border-left: 4px solid #3E7B27;
  padding-left: 12px;
}

/* Reward section wrapper */
.reward-section {
  margin-bottom: 30px;
  line-height: 1.7;
  color: #2A2C30;
}

.reward-section p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #444;
}

/* Custom styled lists */
.reward-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.reward-section ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
}

.reward-section ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #3E7B27;
}

.reward-section .note {
  background: #e9f7e9;
  border-left: 5px solid #3E7B27;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 600;
  color: #2A2C30;
  margin-top: 20px;
}

/* Sub-lists for points breakdown */
.reward-section ul ul {
  margin: 10px 0 15px 20px;
}

.reward-section ul ul li {
  font-size: 15px;
  color: #333;
}

.reward-section ul ul li::before {
  color: #67C84B;
  font-size: 18px;
  left: 0;
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(15px);}
  to {opacity: 1; transform: translateY(0);}
}
/************************************/
/* 11 - TERMS AND REWARDS ENDS      */
/************************************/


/************************************/
/* 12 - PROFILE STARTS              */
/************************************/

#profile-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.profile-dashboard {
  display: flex;
  gap: 30px;
  max-width: 1400px;
  margin: 60px auto 40px;
  padding: 20px;
}

.profile-left {
  display: flex;
  position: sticky;
  align-self: flex-start;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 300px;
  margin-top: 80px;
  z-index: 10;
}

.profile-sidebar {
  flex: 0 0 300px;
  background: #000000;
  border-radius: 20px;
  text-align: center;
  height: fit-content;
  position: relative;
}

.profile-sidebar.sidebar-profile {
  padding: 80px 0 30px;
}

.profile-sidebar.sidebar-profile .profile-pic {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  animation: glow-cycle 4s infinite alternate;
}

.profile-sidebar.sidebar-profile .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-sidebar.sidebar-profile h2 {
  font-size: 22px;
  color: #EBF4F6;
  text-shadow: 2px 2px 5px #85A947;
  text-transform: uppercase;
  margin: 45px 40px 0;
}

.profile-sidebar.sidebar-profile .user-badge {
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.profile-sidebar.sidebar-profile .user-badge p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 40px 0 0;
}

.profile-sidebar.sidebar-profile .user-badge h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 5px 0 0;
    line-height: 1.5;
}

.profile-sidebar.sidebar-profile .user-badge img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  animation: badge-glow 4s linear infinite;
}

@keyframes badge-glow {
  0% {
    filter: drop-shadow(0 0 8px #3E7B27);
  }
  50% {
    filter: drop-shadow(0 0 20px #85A947);
  }
  100% {
    filter: drop-shadow(0 0 8px #3E7B27);
  }
}

.profile-sidebar.sidebar-details {
  padding: 30px 0;
  text-align: center;
}

.profile-sidebar.sidebar-details p {
  font-size: 12px;
  color: #D3DAD9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 6px 0 2px;
  font-weight: 500;
}

.profile-sidebar.sidebar-details h4 {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 20px;
}

.dashboard-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  overflow: hidden;
}

.menu-tabs {
  position: sticky;
  z-index: 9;
  border-radius: 10px;
  display: flex;
  margin-top: 0;
  gap: 20px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.menu-tabs li {
  padding: 13px 20px;
  cursor: pointer;
  background: #A59D84;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #000000;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

.menu-tabs li:hover {
  background: #3E7B27;
  color: #FFFFFF;
}

.menu-tabs li.active {
  background: #543310;
  color: #FFFFFF;
  animation: bounce-tab 0.5s ease;
}

@keyframes bounce-tab {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.1); }
  60%  { transform: scale(0.95); }
  100% { transform: scale(1); }
}

.panels-scroll-area::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.panels-scroll-area {
    scrollbar-width: none;
}

.panel-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.panels-scroll-area {
    scroll-behavior: smooth;
    overflow-y: scroll;
    max-height: calc(100vh);
    padding-top: 0;
    margin-top: 0;
}

.panel-content:first-child {
    margin-top: 0;
}

.panel,
.panel-content {
  background: #FFFFFF;
  padding: 40px 30px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.panel-content.active {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
}

.dashboard-left {
  flex: 1;
  max-width: 60%;
}

.dashboard-left h2 {
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.dashboard-left p {
  font-size: 20px;
  text-transform: capitalize;
  padding-right: 20px;
  padding-left: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.stat-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 15px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease-in;
}

.stat-card:hover {
  background: #ECEBDE;
  transform: translateY(-7px);
}

.stat-icon {
  color: #3E7B27;
  width: 40px;
  font-size: 35px;
  margin-right: 15px;
}

.stat-info h3 {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
}

.stat-info p {
  margin: 0;
  font-size: 14px;
  color: #393E46;
}

.chart-container {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 30px;
  text-align: center;
  background: #fff;
  padding-bottom: 20px;
  border-radius: 15px;
  box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.2);
}

.chart-container h3 {
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.chart-container p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.chart-container #radial-chart {
  flex: 1;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  margin-top: 0;
}

.chart-container .chart-desc {
  font-size: 20px;
  padding-right: 0;
}

/* BADGES & REWARDS PANEL */
#badges-rewards.panel-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  border-radius: 20px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

#badges-rewards h2 {
  font-size: 30px;
  text-transform: capitalize;
}

#badges-rewards p {
  font-size: 20px;
  text-transform: capitalize;
  padding-left: 0;
  margin-top: -10px;
  margin-bottom: 0;
}

.badges-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.badges-carousel .owl-stage-outer {
  overflow: hidden !important;
}

.badges-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.badges-carousel .badge-card {
  margin: 35px auto 10px;
  flex: 0 0 auto;
  max-width: 280px;
}

#badges-rewards .badges-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

#badges-rewards .badge-card {
  flex: 1 1 200px;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

#badges-rewards .badge-card:hover {
  transform: translateY(-6px);
}

#badges-rewards .badge-img {
  position: relative;
  width: 200px;
}

#badges-rewards .badge-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

#badges-rewards .badge-card:hover .badge-img img {
  transform: scale(1.07);
}

#badges-rewards .badge-img .lock-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
  font-size: 26px;
  opacity: 0.75;
  z-index: 2;
}

#badges-rewards .badge-card.locked .badge-img img {
  opacity: 0.5;
}

#badges-rewards .progress {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 10px;
}

#badges-rewards .progress-bar {
  height: 100%;
  border-radius: 10px;
  transition: width 0.4s ease;
}

#badges-rewards .progress-text {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.3px;
}

#badges-rewards .pickup-text {
  font-size: 15px;
  font-weight: 600;
  color: #050C9C;
  letter-spacing: 0.3px;
}

@media (max-width: 1024px) {
  #badges-rewards .badge-card {
    flex: 1 1 45%;
    max-width: 45%;
  }

  #badges-rewards .badge-img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  #badges-rewards .badge-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #badges-rewards .badge-img {
    width: 130px;
  }
}

/* NOTIFICATIONS PANEL */
#notifications.panel-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.notifications-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.notification-left {
    flex: 1 1 300px;
    min-width: 300px;
}

.pickup-tracker-right {
    flex: 1 1 300px;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.pickup-rating-right {
  flex: 1 1 300px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.notification-left h2,
.pickup-tracker-right h2,
.pickup-rating-right h2 {
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.notifications-panel {
    width: 100%;
}

.notifications-panel .list-group-item {
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.notifications-panel a.btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    background: #000;
    transition: background 0.3s ease, color 0.3s ease;
}

.notifications-panel a.btn:hover {
    background: #7d7c7c;
    color: #fff;
}

.pickup-tracker-panel {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.pickup-rating-panel {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.pickup-tracker {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.progress-tracker {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.progress-line {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #ccc; /* Default grayscale for unreached line */
    height: 10px;
    width: calc(100% - 100px);
    border-radius: 5px;
    z-index: 1;
    padding: 0;
}

.progress-fill {
  background: #C62300; /* colored fill */
  height: 100%;
  border-radius: 3px;
  width: 0%; /* dynamically updated inline style */
  transition: width 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.step {
    text-align: justify;
    width: auto;
    filter: grayscale(100%);
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 2;
}

.step:nth-of-type(2) { left: 0%; }
.step:nth-of-type(3) { left: 25%; }
.step:nth-of-type(4) { left: 50%; }
.step:nth-of-type(5) { left: 75%; }
.step:nth-of-type(6) { left: 100%; }

.step.active { filter: grayscale(0); }

.step.active {
    filter: grayscale(0);
    opacity: 1;
    transform: translateX(-50%) scale(1.07);
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -15px auto;
    font-size: 22px;
    color: white;
    cursor: pointer;
}

.step-title {
    margin: 20px 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.step.active .icon-box {
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
    border: 3px solid white;
}

@media (max-width: 768px) {
  .icon-box { width: 30px; height: 30px; font-size: 14px; }
  .step-title { font-size: 10px; }
}

.star-rating {
  direction: rtl;
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 40px;
  margin-bottom: 20px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  cursor: pointer;
  color: #d3d3d3;
  transition: color 0.25s ease, transform 0.15s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: gold;
  transform: scale(1.15);
}

.star-rating input:checked ~ label {
  color: gold;
}

.pickup-rating-panel form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pickup-rating-panel button {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}


/* RECYCLING HISTORY PANEL */
#history.panel-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.history-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.history-left h2 {
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.history-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.history-controls .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.history-controls label {
  font-weight: 600;
  color: #2c5f2d;
  font-size: 14px;
}

.history-controls select {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #74512D;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease;
}

.history-controls select:hover {
  border-color: #2c5f2d;
}

#search-history {
  flex: 1;
  min-width: 200px;
  padding: 10px;
  border: 1px solid #74512D;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: 14px;
  transition: 0.2s ease;
}

#search-history:focus {
  border-color: #2c5f2d;
  outline: none;
  box-shadow: 0 0 5px rgba(44, 95, 45, 0.2);
}

.history-table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 6px;
}

.history-table {
  width: 100%;
  border-collapse: collapse;
}

.history-table th {
  background: #EBF4F6;
  color: #74512D;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.history-table td {
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
  border: 2px solid #EBF4F6;
  text-align: center;
}

.status-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.status-badge.pending {
  background: #fff3cd;
  color: #856404;
}

.status-badge.collected {
  background: #d1ecf1;
  color: #0c5460;
}

.status-badge.completed {
  background: #d4edda;
  color: #155724;
}

.material-icon {
  margin-right: 8px;
  font-size: 16px;
  color: #3e7b27;
}

.material-icon.plastic { color: #0096c7; }
.material-icon.paper { color: #b5651d; }
.material-icon.metal { color: #868686; }
.material-icon.glass { color: #00a896; }

.no-records td {
  font-size: 14px;
  text-align: center;
  color: #B8001F;
  padding: 20px;
  font-weight: 700;
}

.table-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.table-pagination .pagination {
  display: flex;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.table-pagination .page-item {
  display: inline-block;
}

.table-pagination .page-link {
  display: inline-block;
  padding: 8px 14px;
  font-size: 15px;
  color: #000000;
  border: 1px solid #74512D;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #FFFFFF;
}

.table-pagination .page-link:hover {
  background: #74512D;
  color: #FFFFFF;
  cursor: pointer;
}

.table-pagination .page-item.active .page-link {
  background: #74512D;
  color: #FFFFFF;
  border-color: #74512D;
  cursor: pointer;
}

/************************************/
/* 12 - PROFILE ENDS                */
/************************************/


/************************************/
/* 13 - EDIT PROFILE STARTS         */
/************************************/

#profile-settings.panel-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

#profile-settings h2 {
  font-size: 30px;
  text-transform: capitalize;
}

#profile-settings p {
  font-size: 20px;
  text-transform: capitalize;
  padding-left: 0;
  margin-top: -10px;
  margin-bottom: 15px;
}

.profile-panel-form {
  width: 100%;
}

.profile-panel-columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
}

.profile-column-left {
  flex: 1;
  min-width: 280px;
  min-height: 500px;
  background: #FFFFFF;
  padding: 25px 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.profile-column-right {
  flex: 1.8;
  width: 100%;
  font-size: 16px;
  min-height: 500px;
  background: #FFFFFF;
  padding: 25px 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.profile-picture-box {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.profile-picture-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #232D3F;
    background: #FFFFFF;
}

.profile-picture-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.btn-change-picture,
.btn-remove-picture {
  padding: 10px 18px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #3B060A, #8A0000, #C83F12, #FFF287);
  background-size: 300% 300%;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.btn-change-picture:hover,
.btn-remove-picture:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #000000;
    font-weight: 500;
}

.profile-password-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.btn-change-password {
  width: 280px;
  background: linear-gradient(90deg, #3B060A, #8A0000, #C83F12, #FFF287);
  background-size: 300% 300%;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-change-password:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #000000;
  font-weight: 500;
}

.password-inputs {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.password-inputs label {
  font-weight: 600;
  color: #374151;
}

.password-inputs input {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  background: #fff;
}

.profile-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.profile-field label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #374151;
}

.input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.input-wrapper input {
  width: 100%;
  padding: 10px 35px 10px 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 14px;
}

.icon-edit {
  position: absolute;
  right: 10px;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.3s ease;
}

.icon-edit:hover {
  color: #8A0000;
}

/* Right Columm Styles */
.profile-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.profile-row.single .profile-field {
  flex: 1 2 100%;
}

.profile-row .profile-field {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.profile-actions {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.btn-save-profile {
  width: 100%;
  background: linear-gradient(90deg, #3B060A, #8A0000, #C83F12, #FFF287);
  background-size: 300% 300%;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-save-profile:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #000000;
  font-weight: 500;
}

/* ======================================== */
/* ========== RESPONSIVE DESIGN =========== */
/* ======================================== */
@media (max-width: 900px) {
  .profile-panel-columns {
    flex-direction: column;
  }

  .profile-column-left,
  .profile-column-right {
    width: 100%;
  }

  .profile-picture-actions {
    flex-direction: column;
    gap: 10px;
  }

  .profile-row {
    flex-direction: column;
  }

  .btn-save-profile {
    width: 100%;
    text-align: center;
  }
}

/************************************/
/* 13 - EDIT PROFILE ENDS           */
/************************************/


/************************************/
/* 14 - LEADERBOARD STARTS          */
/************************************/

.lb-section {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(135deg, #EBF4F6, #f0f0e6);
  overflow: hidden;
  z-index: 1;
}

.lb-title {
  font-size: 36px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

.lb-subtitle {
  font-size: 18px;
  position: relative;
  margin-bottom: 80px;
  z-index: 3;
  text-transform: capitalize;
}

.lb-podium-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 30px;
  margin-bottom: 80px;
  gap: 15px;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
}

.lb-podium {
  position: relative;
  text-align: center;
  padding: 25px 10px;
  height: 280px;
  max-height: 300px;
  width: 210px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: 0 0 20px #3E7B27;
  transition: all 0.4s ease;
  cursor: pointer;
}

.podium-first {
  margin-bottom: 0;
  transform: translateY(0);
}

.podium-second {
  transform: translateY(35px);
}

.podium-third {
  transform: translateY(70px);
}

.lb-profile-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 20px #000000;
  transition: transform 0.4s ease;
}

.lb-profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
  text-transform: uppercase;
}

.lb-points {
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}

.lb-position {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 15px;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  margin-top: 10px;
}

/* ===== GOLD, SILVER, BRONZE GLOW EFFECTS ===== */
.lb-gold {
  background: radial-gradient(#FFE100, #FF9B00);
  box-shadow: 0 0 25px rgba(255, 222, 89, 0.6);
}
.lb-silver {
  background: radial-gradient(#D3D3D3, #57595B);
  box-shadow: 0 0 20px rgba(220, 220, 220, 0.5);
}
.lb-bronze {
  background: radial-gradient(#8A5432, #582200);
  box-shadow: 0 0 20px rgba(184, 115, 51, 0.5);
}

/* Hover Animation for Podium */
.lb-podium:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 0 40px rgba(0, 255, 153, 0.6);
}

.lb-table-wrapper {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 255, 153, 0.3);
  backdrop-filter: blur(8px);
  padding: 25px;
  margin-right: 75px;
  margin-bottom: 40px;
  z-index: 3;
  transition: 0.4s ease;
}
.lb-table-wrapper:hover {
  box-shadow: 0 0 40px rgba(0, 255, 153, 0.5);
}

/* Table */
.lb-table {
  width: 100%;
  border-collapse: collapse;
  color: #000000;
  font-size: 15px;
}

.lb-table thead {
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
}

.lb-table thead th {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.lb-table tbody tr {
  transition: 0.3s ease;
}
.lb-table tbody tr:hover {
  background: #A7E6FF;
  color: #000000;
  transform: scale(1.02);
}
.lb-table td {
  padding: 15px;
  border-bottom: 0.8px solid #A7E6FF;

}

.lb-actions .lb-btn-primary {
  background: #050C9C;
  color: #FFFFFF;
  justify-content: center;
  margin-inline: 10px;
  box-shadow: 0 0 15px rgb(0, 0, 0);
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.lb-actions .lb-btn-primary:hover {
  transform: scale(1.05);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
  .lb-podium-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
  .lb-table-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .lb-title { font-size: 28px; }
  .lb-subtitle { font-size: 14px; }
  .lb-podium { width: 140px; padding: 15px 10px; }
  .lb-profile-pic { width: 80px; height: 80px; }
}

@media (max-width: 576px) {
  .lb-title { font-size: 24px; }
  .lb-subtitle { font-size: 13px; }
  .lb-podium { width: 120px; }
  .lb-profile-pic { width: 70px; height: 70px; }
  .lb-table td, .lb-table th { font-size: 13px; }
}

/************************************/
/* 14 - LEADERBOARD ENDS            */
/************************************/


/************************************/
/* 15 - ECO-EDUCATION STARTS        */
/************************************/

.coming-soon-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 50vh); /* Remaining viewport height after OP header */
  background-color: #f8f9fa; /* Light gray background */
  text-align: center;
}

.coming-soon-area h2 {
  font-size: 3rem; /* Large heading */
  color: #2d6a4f; /* Dark green for branding */
  margin-bottom: 1rem;
}

.coming-soon-area p {
  font-size: 1.25rem;
  color: #495057;
}

/* Optional: add a subtle animation */
.coming-soon-area h2, .coming-soon-area p {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/************************************/
/* 15 - ECO-EDUCATION STARTS        */
/************************************/


/************************************/
/* 16 - FACTS START                 */
/************************************/

.facts-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 80px 0;
}

.facts-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.facts-area .container,
.facts-area .row,
.facts-area .fact-container {
  position: relative;
  z-index: 2;
}

.single-fact > span {
  width: 126px;
  height: 123px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  text-align: center;
  line-height: 123px;
  background: url(../img/icon-holder/04.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #118442;
  font-size: 60px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.fact-container:hover .single-fact > span {
  color: #111c16;
  background: url(../img/icon-holder/05.png) no-repeat center center;
}

.fact-title {
  font-size: 20px;
}

.fact-num {
  font-size: 60px;
  line-height: 30px;
  margin-top: 20px;
}
/************************************/
/* 08 - FACTS END */
/************************************/

/************************************/
/* 15 - MATERIALS START             */
/************************************/

.materials {
  background-color: #ffffff;
  padding: 80px 0;
}

.volunteer-banner {
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}

.volunteer-tab .section-header {
    margin-top: 0;
    margin-bottom: 100px;
}

.volunteer-banner .txt-normal {
    margin-top: 10px;
    margin-bottom: 15px;

}

.volunteer-tab .tab-list a i {
    font-size: 50px;
    width: 110px;
    height: 105px;
    line-height: 105px;
    display: block;
    background: url(../img/icon-holder/10.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}

.volunteer-tab .tab-list li:not(:last-of-type),
.volunteer-tab .tab-list li:not(.active) {
    margin-right: 30px;
}

.volunteer-tab .tab-list li.active {
    margin-right: 74px;
    margin-left: 44px;
}

.volunteer-tab .tab-list .active a i {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    background: url(../img/icon-holder/11.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff !important;
}

.volunteer-tab .tab-content {
    margin-top: 100px;
    align-content: center;
}

/************************************/
/* 15 - MATERIALS END */
/************************************/

/************************************/
/* 10 - FEEDBACK START              */
/************************************/

.feedback-section {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}

/* LEFT TITLE AREA */
.feedback-section .feedback-left {
  max-width: 440px;
}

@media (max-width: 991px) {
  .feedback-section .feedback-left {
    margin: 0 auto;
    text-align: center;
  }
}

.feedback-section .feedback-left .feedback-top-title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2A2C30;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.feedback-section .feedback-left .feedback-heading {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #1C3F39;
}

/* FEEDBACK ITEM */
.feedback-section .feedback-item {
  padding: 40px 60px;
  background: #F1F45D;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.feedback-section .feedback-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
  .feedback-section .feedback-item {
    padding: 30px 20px;
  }
}

/* FEEDBACK TEXT */
.feedback-section .feedback-item .feedback-text {
  position: relative;
  z-index: 1;
}

.feedback-section .feedback-item .feedback-text::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e915";
  font-family: "icomoon";
  font-size: 60px;
  color: #2A2C30;
  opacity: 0.1;
  z-index: -1;
}

@media (max-width: 575px) {
  .feedback-section .feedback-item .feedback-text::before {
    display: none;
  }
}

/* AVATAR + USER INFO */
.feedback-section .feedback-item .feedback-info {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.feedback-section .feedback-item .feedback-info .feedback-avatar {
  margin-right: 20px;
}

.feedback-section .feedback-item .feedback-info .feedback-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* USER NAME & ROLE */
.feedback-section .feedback-item .feedback-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1C3F39;
}

.feedback-section .feedback-item .feedback-info span {
  font-size: 15px;
  color: #555;
}

/* USER MESSAGE */
.feedback-section .feedback-item .feedback-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

/* CAROUSEL DOTS */
.feedback-section .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.feedback-section .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 5px;
  background-color: #d6d6d6;
  transition: all 0.3s ease;
}

.feedback-section .owl-dots button.active {
  background-color: #F1F45D;
}

/* CAROUSEL ARROWS */
.feedback-section .owl-nav [class*=owl-] {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 2px solid #F1F45D;
  color: #1C3F39;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.feedback-section .owl-nav [class*=owl-]:hover {
  background: #F1F45D;
  color: #000;
}

.feedback-section .owl-nav .owl-prev {
  left: -70px;
}

.feedback-section .owl-nav .owl-next {
  right: -70px;
}

@media (max-width: 991px) {
  .feedback-section .owl-nav [class*=owl-] {
    display: none;
  }
}

/* === NEW FEEDBACK DOTS STYLING === */
.feedback-section .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.feedback-section .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feedback-section .owl-dot.active {
  background: #2ecc71; /* Green highlight for active dot */
  transform: scale(1.2);
  box-shadow: 0 0 6px rgba(46, 204, 113, 0.6);
}

/************************************/
/* 10 - FEEDBACK END                */
/************************************/


/************************************/
/* 17 - CONTACT                     */
/************************************/

.contact-area {
  position: relative;
  padding: 80px 0;
}

/* Section Padding */
.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }
}

.contact .contact-title {
  max-width: 420px;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact .contact-title {
    margin: 0 auto;
    text-align: center;
  }
}

/* Top Heading */
.contact-title .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-title .sub-title {
    font-size: 14px;
  }
}

.contact-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .contact-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .contact-title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

.contact-title p {
  font-size: 16px;
  line-height: 26px;
}

.contact-form-area {
  background: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.form-field {
  margin-bottom: 20px;
}

.contact-form-area .form-control {
  width: 100%;
  height: 55px;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 15px;
  border: 1px solid #3E7B27;
  transition: all 0.3s ease;
}

.contact-form-area textarea.form-control {
  min-height: 230px;
  resize: none;
  margin-bottom: 20px;
}

.contact-form-area .form-control::placeholder {
  color: #000000;
}

.contact-form-area .form-control:focus {
  border-color: #3E7B27;
  outline: none;
  box-shadow: 0 0 8px 2px rgba(76, 175, 80, 0.5);
}

.submit-area {
  text-align: right;
  margin-right: 15px;
}

.submit-btn {
  background-color: #3E7B27;
  color: #FFFFFF;
  padding: 14px 35px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #000000;
}

/* Contact Information Section Styling - GreenCycle 2.0 */
.office-info {
  padding: 80px 0 20px 0;
}

@media (max-width: 767px) {
  .office-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Spacing between columns for larger screens */
.row.g-4 {
  gap: 30px;
}

/* Office Info Card */
.office-info-item {
  text-align: center;
  border: 1px solid #e4ebf2; /* light border */
  max-height: 350px;
  height: 300px;
  padding: 40px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.office-info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.2);
}

/* Icon Styling */
.office-info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background-color: #74512D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.office-info-icon i {
  font-size: 30px;
  color: #EFE3C2;
  transition: transform 0.3s ease, color 0.3s ease;
}

.office-info-item:hover .office-info-icon i {
  transform: scale(1.2);
  color: #FFFFFF;
}

/* Text Styling */
.office-info-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1C3F39;
}

.office-info-text p {
  margin-bottom: 0;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .office-info .col:last-child .office-info-item {
    margin-bottom: 0;
  }
}


/************************************/
/* 17 - CONTACT                     */
/************************************/



/************************************/
/* 18 - FOOTER START */
/************************************/
footer {
  background: #123524;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-top {
  padding: 40px 0;
  border-bottom: 2px solid rgb(116, 81, 45);
}

.footer-top li a {
  width: 44px;
  height: 44px;
  display: block;
  color: #0b0b0b;
  text-align: center;
  line-height: 48px;
  background: url(../img/icon-holder/07.png) no-repeat center center;
  background-size: cover;
}

.footer-top li a:hover {
  background: url(../img/icon-holder/03.png) no-repeat center center !important;
}

.footer-top li a:hover .fa {
  color: #000000 !important;
}

.footer-top li:not(:last-of-type) {
  margin-right: 5px;
}

.footer-top li a i {
  font-size: 16px;
}

.footer-middle {
  padding-top: 90px;
  padding-bottom: 40px; /* instead of margin-bottom */
  margin-bottom: 0;
}

.footer-title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.fooler-col {
  width: 33.33%;
  float: left;
}

.fooler-col ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.fooler-col ul li a {
  font-size: 16px;
  color: #b6bdb9;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  font-weight: 600;
}

.fooler-col ul li a:hover {
  color: #6abe52;
  border-bottom: 1px solid #6abe52;
}

.footer-contact h3 {
  font-size: 16px;
  line-height: 26px;
  color: #b6bdb9;
  font-weight: 600;
}

.footer-contact ul li {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.footer-contact ul li i {
  font-size: 14px;
  color: #6abe52;
}

.footer-contact ul {
  margin-top: 30px;
}

.footer-contact form input {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
}

.footer-contact form button {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  background: #6abe52;
  border-radius: 3px;
  padding: 0 25px;
  margin-top: 10px;
}

.footer-contact form button:hover {
  background: #74512d;
}

.footer-bottom {
  padding-bottom: 10px;
}

.footer-bottom p {
  color: #b6bdb9;
  font-size: 16px;
  font-weight: 600;
}

/* Back to Top Button */
.back2Top {
  position: fixed;
  cursor: pointer;
}
/************************************/
/* 18 - FOOTER END */
/************************************/
