::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #006c35;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #005229;
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
  section h3 {
    font-size: 3rem !important;
  }
}
.btn-main-rounded {
  border-radius: 50px;
  padding: 6px 12px;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 45px;
  border: 1px solid #fff;
  width: auto;
}
.white-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 1) 83%
  );
}

main {
  overflow-x: clip;
}

.main-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 3;
}
.main-nav-logo {
  width: 150px;
}
.main-nav-logo img {
  max-width: 100%;
  object-fit: scale-down;
}
.main-nav-actions {
  display: flex;
  gap: 16px;
}
.main-nav-actions .btn-join-us,
.main-nav-actions .btn-local {
  padding: 6px 12px;
  border-radius: 8px;
  text-align: center;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-nav-actions .btn-join-us {
  background-color: #006c35;
  border: 1px solid #006c35;

  color: #fff !important;
  text-decoration: none;
}
.main-nav-actions .btn-local {
  background-color: transparent;
  color: #6c6c89 !important;
  text-decoration: none;
  border: 1px solid #d1d1db;
  min-width: 40px;
}

.pages-header {
  background: url("../images/pages-header.jpg");
  background-size: cover;
  background-position: top;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
}
.pages-header .navbar-nav .nav-link {
  color: #fff !important;
}
.pages-header .navbar-nav .nav-link.active {
  color: #006c35 !important;
}
.pages-header .pages-content-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pages-header h3 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 1rem !important;
}
.pages-header p {
  color: #fff;
}
.pages-header .header-with-icon {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.pages-header .header-with-icon .icon {
  width: 90px;
  height: 90px;
  border: 5px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  overflow: hidden;
}
.pages-header .header-with-icon .icon img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .pages-header .header-with-icon .icon {
    display: none;
  }
}
.pages-header .header-desc {
  font-size: 1.5rem;
  max-width: 900px;
}
.pages-header .header-desc.small-desc {
  font-size: 1.125rem;
}
.contact-us-section {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 80px 0px;
}

.contact-us-section .contact-us-header h3 {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-us-section .contact-us-header p {
  font-size: 1.125rem;
  color: #5b5b5b;
  max-width: 700px;
}

.contact-us-section .contact-us-content {
  display: flex;
  gap: 24px;
}
.contact-us-section .contact-us-content > div {
  width: calc(50% - 12px);
  min-width: calc(50% - 12px);
}

@media (max-width: 991.98px) {
  .contact-us-section .contact-us-content {
    flex-direction: column;
  }
  .contact-us-section .contact-us-content > div {
    width: 100%;
  }
}

.contact-us-section .contact-us-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.contact-us-section .contact-us-details .contact-us-location-and-phone {
  display: flex;
  align-items: start;
  gap: 16px;
  justify-content: space-between;
}
.contact-us-section .contact-us-details .contact-us-item p {
  margin-bottom: 0;
}
.contact-us-section
  .contact-us-details
  .contact-us-item
  .contact-us-item-label {
  color: #333;
  text-transform: capitalize;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.contact-us-section .contact-us-details .contact-us-item-text {
  color: #5b5b5b;
  font-size: 1.125rem;
}
.contact-us-section .contact-us-details .contact-us-map {
  width: 100%;
  height: 350px;
  filter: grayscale(100);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 74px;
}
@media (max-width: 991.98px) {
  .contact-us-section .contact-us-details .contact-us-map {
    margin-bottom: 0px;
  }
}
.contact-us-section .contact-us-form form {
  margin-top: 32px;
}
.contact-us-section .contact-us-form input {
  height: 50px;
}
.contact-us-section .contact-us-form textarea {
  resize: none;
}
.contact-us-section .contact-us-form input,
.contact-us-section .contact-us-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.09);
  padding: 6px 24px !important;
}
.contact-us-section .contact-us-form input::placeholder,
.contact-us-section .contact-us-form textarea::placeholder {
  color: #9c9c9c;
}

.contact-us-section .form-submit {
  margin-top: 24px;
  height: 50px;
}
.contact-us-section .form-submit button {
  background-color: #006c35 !important;
  border-color: #006c35 !important;
  color: #fff !important;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  min-width: 120px;
  text-align: center;
  height: 50px;
}
.contact-us-section .form-submit button:hover {
  background-color: #fff !important;
  color: #006c35 !important;
}

footer {
  background-color: #333;
  padding: 40px 0px 20px;
}

footer .footer-logo {
  width: 150px;
}
footer .footer-logo img {
  max-width: 100%;
  object-fit: scale-down;
}

.footer-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}

@media (max-width: 767.98px) {
  .footer-center-content {
    margin-top: 24px;
  }
}

.footer-center-content h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.footer-center-content p {
  max-width: 350px;
  text-align: center;
  color: #f4f6fc;
  margin-bottom: 0;
  opacity: 0.8;
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
footer .social-icons .social-icon {
  text-decoration: none !important;
  cursor: pointer;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
footer .footer-bottom .copyright {
}
footer .footer-bottom .privacy-policy-and-terms {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer-bottom .copyright,
footer .footer-bottom .privacy-policy-and-terms a {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    flex-direction: column;
  }
}

.custom-search-input {
  position: relative;
  border: 1px solid #e4e7ec;
  border-radius: 50px;
  overflow: hidden;
  padding: 6px 12px;
  display: inline-block;
}
.custom-search-input-with-icon .icon {
  position: absolute;
}
.custom-search-input input {
  border: none;
  box-shadow: none;
  outline: none;
}
.custom-search-input input::placeholder {
  color: #878d97;
}
.custom-search-input-with-icon input {
  padding-inline-start: 32px;
}
.pages-header .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.pages-header .breadcrumb-item + .breadcrumb-item::before {
  color: #b3b3b3;
}
.pages-header .breadcrumb-item {
  color: #b3b3b3;
}

.our-services-list,
.projects-list,
.service-section .service-content {
  margin-top: 36px;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.our-services-list,
.projects-list {
  justify-content: start;
}
.projects-list .our-projects-content-item {
  position: relative;
  width: calc(33.33% - 16px);
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}
.service-content-item {
  position: relative;
  width: calc(33.33% - 16px);
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
}
.service-content-item:hover {
  box-shadow: 0px 40px 80px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .projects-list .our-projects-content-item,
  .service-content-item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767.98px) {
  .projects-list .our-projects-content-item,
  .service-content-item {
    width: 100%;
  }
}

.service-content-item .service-content-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 108, 53, 0.3) 0%,
    rgba(0, 108, 53, 0.8) 86%,
    rgba(0, 108, 53, 1) 100%
  );
  transition: background 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.service-content-item:hover .service-content-item-overlay {
  background: linear-gradient(
    180deg,
    rgba(158, 118, 0, 1) 0%,
    rgba(213, 159, 0, 0.88) 65%,
    rgba(213, 159, 0, 1) 100%
  );
  transform: scale(1.05);
}

.service-content-item .service-content-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-content-item .service-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content-item .service-content-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 24px !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}

.service-content-item .service-title {
  font-size: 1.85rem;
  color: #fff;
  margin: 0;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  text-transform: capitalize;
}
.service-content-item .service-desc {
  color: #fff;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0;
}
/* .service-content-item .see-more */
.service-content-item .service-desc {
  opacity: 0;
  transform: translateY(300px);
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,
    max-height 0.5s ease-in-out;
  pointer-events: none;
}
/* .service-content-item .see-more {
    position: absolute;
    bottom: 16px;
    right: 16px;
  } */
.service-content-item:hover .service-content-item-details {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  bottom: initial;
  top: 24px;
}

.service-content-item:hover .service-title {
  transform: translateY(-20px);
  font-weight: bold;
}

/* .service-content-item:hover .see-more */

.service-content-item:hover .service-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 150px;
  pointer-events: auto;
}

.service-content-item .see-more {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: -100%;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  transition: bottom 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.service-content-item .see-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.service-content-item:hover .see-more {
  bottom: 24px;
}

form .row-2 {
  display: flex;
  gap: 1rem;
}
form .row-2 > div {
  width: 50%;
}

@media (max-width: 767.98px) {
  form .row-2 {
    flex-wrap: wrap;
    gap: 0;
  }
  form .row-2 > div {
    width: 100%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.select2-dropdown {
  border-color: rgba(0, 0, 0, 0.13);
}
.custom-select-dropdown-container .select2 {
  width: 100% !important;
}
.custom-select-dropdown-container .select2-selection {
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.09);
  padding: 6px 24px !important;
  height: 50px;
  display: flex;
  align-items: center;
}
.custom-select-dropdown-container .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  inset-inline-end: 16px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #006c35 !important;
}

.custom-upload-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.09);
  padding: 6px 24px !important;
  height: 50px;
  padding-inline-end: 4px !important;
  background-color: #fff;
}

.custom-upload-container .file-input {
  display: none;
}

.custom-upload-container .upload-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #006c35;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.09);
  padding: 6px 24px !important;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.custom-upload-container .upload-button:hover {
  background-color: #005723;
}

.custom-upload-container .upload-icon {
  font-size: 16px;
}

.custom-upload-container .upload-placeholder {
  font-size: 14px;
  color: #9c9c9c;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
