@charset "UTF-8";
:root {
  accent-color: var(--main-color);
  --color-1: var(--main-color);
  --color-2: var(--button-color);
  --status-btn-bg: #f2f2f2;
  --title-font: "Poppins", sans-serif;
  --body-font: "Inter", sans-serif;
}

body {
  font-family: var(--body-font);
}

html {
  font-family: "Inter", sans-serif;
}

::placeholder,
.form-control::placeholder {
  color: #c2c2c2;
}

.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.form-check-input:focus {
  border-color: var(--main-color);
  outline: 0;
  box-shadow: 0px 0px 2px rgba(9, 128, 9, 0.8);
}

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

input[type=number] {
  -moz-appearance: textfield;
}

small, .small {
  font-size: 0.8em;
  color: #c2c2c2;
}

.cursor-pointer {
  cursor: pointer;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

option:hover {
  background-color: var(--main-color);
}

a,
.btn,
.btn-link {
  color: var(--main-color);
  text-decoration: none;
}
a:hover,
.btn:hover,
.btn-link:hover {
  opacity: 0.8;
}

.link-modal {
  color: var(--secondary-color);
  text-decoration: underline;
}

.modal-content {
  padding: 10px;
}
.modal-content .modal-header {
  color: var(--main-color);
  padding-bottom: 20px;
}

.form-select:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 0.25rem rgba(49, 79, 55, 0.25);
}

.btn-link:active,
.btn-link:focus,
.btn-link.btn:first-child:active,
.accordion-button:focus {
  background-color: inherit;
  border: none;
  box-shadow: none;
}

h1 {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--main-color);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-family: var(--title-font);
}

.btn:not(.rounded-circle) i {
  margin-left: 5px;
  font-size: 10px;
}
.btn.rounded-circle i {
  line-height: 27px;
  text-align: center;
}
.btn.rounded-circle.btn-sm i {
  line-height: normal;
  vertical-align: text-bottom;
}

.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #ffffff;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  opacity: 0.5;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--button-color);
  border: 1px solid transparent;
}
.btn-primary.btn:first-child:active, .btn-primary.btn.active, .btn-primary.btn.show, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: var(--button-color) !important;
  background-color: #ffffff;
  border: 1px solid var(--button-color);
  opacity: 1;
}

.btn-secondary {
  color: var(--button-color);
  background-color: #fff;
  border-color: var(--button-color);
}
.btn-secondary.btn:first-child:active, .btn-secondary.btn.active, .btn-secondary.btn.show, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #ffffff;
  background-color: var(--button-color);
  border-color: transparent;
  opacity: 1;
}

.btn-success {
  color: #ffffff;
  background-color: var(--color-1);
  border-color: var(--color-1);
}
.btn-success.btn-check:checked + .btn, .btn-success:not(.btn-check) + .btn:active, .btn-success:first-child:active, .btn-success.active, .btn-success.show, .btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #ffffff;
  background-color: var(--color-1);
  border-color: var(--color-1);
  opacity: 0.8;
}

.dropdown-item.active, .dropdown-item:active, .reports-dropdown:hover {
  background-color: var(--main-color);
}

.reports-dropdown:hover {
  opacity: 1;
  color: #ffffff;
}

.solutions-dropdown:active {
  background: none;
}

.text-primary {
  color: var(--main-color) !important;
}

.form-control:focus {
  box-shadow: 0px 0px 2px rgba(9, 128, 9, 0.8);
  border-color: rgba(9, 128, 9, 0.8);
}

.bg-custom-light {
  background-color: var(--bg-light);
}

.bg-custom-dark {
  background-color: var(--bg-dark);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--color-1);
}

header {
  position: relative;
  height: 50vh;
  min-height: 40rem;
  max-height: 40rem;
  width: 100%;
  overflow: hidden;
  padding-top: 3rem !important;
  padding-bottom: 6rem !important;
}
header .overlay {
  background-color: var(--bg-dark) !important;
  opacity: 0.4 !important;
  z-index: 1;
}
header video,
header .page-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .container {
  position: relative;
  z-index: 2;
}
header + section {
  position: relative;
  padding-top: 60px;
}
header + section:after {
  position: absolute;
  content: " ";
  background: #ffffff;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%, 0 100px);
  -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%, 0 100px);
  left: 0;
  top: -101px;
  z-index: 1;
  height: 102px;
  width: 100%;
}

.report-page header + section {
  margin-bottom: -60px;
}

.navbar#navbar-sup {
  background: var(--bg-dark);
}
.navbar#navbar-sup .nav-link {
  font-size: 12px;
  padding: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 20px;
  text-transform: uppercase;
}
.navbar#navbar-sup .dropdown-menu {
  font-size: 12px;
}
.navbar#navbar-main {
  background: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.navbar#navbar-main img {
  width: fit-content;
  max-height: 36px;
  object-fit: scale-down;
}
.navbar#navbar-main .nav-link, .navbar#navbar-main .dropdown-item {
  font-size: 14px;
  color: var(--main-color);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.navbar#navbar-main .active,
.navbar#navbar-main .nav-link:hover {
  opacity: 1;
  border-bottom: 1px solid var(--main-color);
}
.navbar#navbar-main.fixed-top {
  box-shadow: 0px 5px 20px 0px rgba(148, 148, 148, 0.5);
}
.navbar#navbar-main .navbar-collapse.show, .navbar#navbar-main .navbar-collapse.collapsing {
  background: rgb(255, 255, 255);
}
.navbar#navbar-main .navbar-toggler {
  border-color: var(--main-color);
}
.navbar#navbar-main .navbar-toggler i {
  color: var(--main-color);
}
.navbar.navbar-private .nav-link {
  color: var(--main-color);
}

#solutionsDropdown:hover + .dropdown-menu, #solutionsDropdown + .dropdown-menu:hover {
  display: block !important;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.private-header {
  position: relative;
  height: 20vh;
  min-height: 10rem;
  max-height: 20rem;
  width: 100%;
  overflow: hidden;
  padding-top: 4rem !important;
  padding-bottom: 3rem !important;
}
.private-header h1 {
  font-size: 2vw !important;
}
.private-header p {
  font-size: 1.2vw !important;
}
.private-header .overlay {
  background-color: var(--bg-dark) !important;
  opacity: 0.4 !important;
  z-index: 1;
}
.private-header video,
.private-header .page-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.private-header .container {
  position: relative;
  z-index: 2;
}
.private-header + div {
  position: relative;
  padding-top: 60px;
}

#privateMenu {
  border-radius: 0.5rem;
  border: 1px solid var(--color-1);
}
#privateMenu li:first-of-type, #privateMenu li:first-of-type > a {
  border-radius: 0.5rem 0.5rem 0 0;
}
#privateMenu > li:hover {
  background-color: var(--bg-light);
}
#privateMenu li:last-of-type {
  border-radius: 0 0 0.5rem 0.5rem;
}
#privateMenu .dropdown-menu {
  border-radius: 0;
}

#privateMenuMobile {
  z-index: 100;
  background-color: var(--bg-light);
  border-top: 1px solid var(--color-1);
}
#privateMenuMobile button {
  color: var(--main-color);
}
#privateMenuMobile i {
  margin-right: 0 !important;
}
#privateMenuMobile a:first-of-type {
  border-radius: 0.5rem 0 0 0.5rem;
}
#privateMenuMobile .active {
  color: #fff;
}

.separator {
  border-right: 1px solid var(--color-1);
}

.private-report {
  max-width: 80%;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.breadcrumb a {
  color: #ffffff;
}

header.masthead h1 {
  font-family: var(--title-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
header.masthead p {
  font-size: 1.5rem;
}

.sub-page header.masthead {
  padding-top: 6em;
  padding-bottom: 3em;
}
.sub-page .img-section {
  width: 75vw;
}
.sub-page .acction-btn button:not(:last-child) {
  margin-right: 10px;
}

.accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  font-weight: bold;
  background-color: var(--button-color);
}

.accordion-link {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font: inherit; /* Inherit the font styles from the surrounding text */
  cursor: pointer; /* Make the cursor pointer to indicate it's clickable */
}

.list-group {
  background-color: var(--main-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.list-group .list-group-item {
  cursor: pointer;
  background-color: var(--main-color);
  color: #ffffff;
  border-radius: 0;
  border: none;
}
.list-group .list-group-item.active {
  border-left: 4px solid #ffffff;
}

.card {
  padding: 50px 20px 50px;
  border: 1px solid var(--bg-dark);
  background-color: #F1FFFB;
}
.card .tag {
  background: var(--button-color);
  color: #ffffff;
  padding: 2px 10px;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 20%;
  min-width: 100px;
  text-align: right;
}
.card .card-img-top {
  transition: transform 0.3s ease-in-out;
  width: 30%;
  height: 90px;
  object-fit: contain;
}
.card:hover {
  background-color: #ffffff;
}
.card:hover .card-img-top {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 40px 0 0;
}
.card .card-body .text .card-title {
  color: var(--main-color);
}
.card .card-body .text .card-text {
  font-weight: 300;
}
.card .card-body .action a i {
  margin-left: 3px;
}
.card .card-body .action .rounded-circle {
  padding: 10px 15px;
}
.card .card-footer {
  margin-top: 1rem;
  padding: 0;
  background-color: initial;
  border: none;
  border-radius: initial;
}

.service-card:hover {
  background: none;
}

.card-link:hover {
  opacity: 1;
}

.showcase .item-row {
  background: var(--bg-light);
}

.wp-questions-rse,
.wp-question-ods,
.wp-question-ec {
  padding: 20px 0;
}

.wp-questions-esg label {
  margin-bottom: 0;
}

.section-img-text {
  position: relative;
}
.section-img-text .image {
  min-height: 150px;
}
.section-img-text .text {
  padding: 40px 0px;
}

footer {
  background: var(--main-color);
  color: #ffffff;
}
footer img {
  width: 300px;
}
footer a {
  color: #ffffff;
}
footer .wp-newsletter button {
  width: 100%;
}

.img-bg-sheet {
  position: absolute;
  right: 100px;
  bottom: 50px;
  opacity: 0.1;
  max-height: 100%;
  height: 70%;
}

.img-bg-sheet2 {
  position: absolute;
  left: 5%;
  top: 15%;
  bottom: 5%;
  opacity: 0.1;
  height: 70%;
}

.with-dot:before {
  content: "• ";
}

.form-wizard .form-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  box-sizing: border-box;
  transition: ease-in-out 0.3s all;
}
.form-wizard .form-input::placeholder {
  color: #c2c2c2;
}
.form-wizard .form-input:focus {
  outline: none;
  border-color: var(--color-1);
}
.form-wizard .btn:focus-within,
.form-wizard .form-input:focus-within {
  border-color: var(--main-color);
  box-shadow: 0 0 0 0.25rem rgba(49, 79, 55, 0.25);
}
.form-wizard textarea.form-input {
  min-height: 150px;
}
.form-wizard .btn {
  background: var(--color-1);
  color: white;
  cursor: pointer;
}
.form-wizard .btn:hover {
  background: #ffffff;
  color: var(--color-1);
  border: 1px solid var(--color-1);
}
.form-wizard .btn.btn-info {
  padding: 0;
}
.form-wizard .btn.btn-info i {
  display: block;
  width: 21px;
  height: 19px;
}
.form-wizard .btn.btn-info i:before {
  vertical-align: middle;
}
.form-wizard .btn[disabled] {
  background: #ffffff;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  pointer-events: none;
}
.form-wizard .btn-submit {
  background-color: var(--color-2);
}
.form-wizard .btn-submit:hover {
  color: var(--button-color) !important;
  background-color: #ffffff;
  border: 1px solid var(--button-color);
  opacity: 1;
}
.form-wizard .form-text {
  font-size: 0.75rem;
  text-align: justify;
}
.form-wizard .pagination {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-wizard .pagination .btn {
  text-align: center;
  margin: 0 6px;
}
.form-wizard .tab-status,
.form-wizard .tab-step {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.form-wizard .tab-step-item {
  text-align: center;
}
.form-wizard .tab-status span,
.form-wizard .tab-step-circle {
  position: relative;
  appearance: none;
  background-color: var(--color-2);
  color: white;
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-wizard .tab-step-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.form-wizard .tab-step-item .tab-step-circle {
  margin: 0 30px 2px;
  font-size: 20px;
  font-weight: bold;
}
.form-wizard .tab-step-item .tab-step-line {
  z-index: -1;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 10px;
  background: var(--status-btn-bg);
}
.form-wizard .tab-step-item .tab-step-text {
  font-size: 1.1rem;
  font-weight: bold;
}
.form-wizard .tab-step-item.active .tab-step-circle {
  background-color: var(--color-2);
  color: white;
}
.form-wizard .tab-step-item.active .tab-step-circle:after {
  background: var(--color-2);
}
.form-wizard .tab-step-item.active .tab-step-line {
  background: var(--color-2);
}
.form-wizard .tab-step-item.active .tab-step-text {
  color: var(--color-2);
}
.form-wizard .tab-step-item.active .tab-step-text a {
  color: var(--color-2);
}
.form-wizard .tab-status span.active ~ .tab,
.form-wizard .tab-step .tab-step-circle {
  background: var(--status-btn-bg);
  color: var(--bs-body-color);
}
.form-wizard .tab-status span.active,
.form-wizard .tab-step .tab-step-item.active .tab-step-circle {
  background-color: var(--color-2);
  color: white;
}
.form-wizard .wp-tabpanel {
  border: 1px solid var(--color-1);
  padding: 2rem;
  border-radius: 0.5rem;
}
.form-wizard .wp-tabpanel.bg-custom {
  background-color: var(--bg-custom);
}
.form-wizard .tabpanel {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  height: auto;
  /*overflow: hidden;*/
}
.form-wizard .tabpanel .form-control,
.form-wizard .tabpanel .form-select {
  border-color: #c2c2c2;
}
.form-wizard .tabpanel h3 {
  margin-bottom: 1rem;
}
.form-wizard .tabpanel p:last-child {
  margin-bottom: 0;
}
.form-wizard .tabpanel.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.form-wizard .tabpanel .form-label {
  font-weight: bold;
}
.form-wizard .tabpanel .wp-input-19 .form-label {
  font-weight: normal;
}
.form-wizard .tabpanel input,
.form-wizard .tabpanel select,
.form-wizard .tabpanel textarea {
  color: #525252;
}
.form-wizard .pagination .hidden {
  display: none;
}
.form-wizard .block-effect {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.form-wizard .block-effect.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}

.swal2-confirm {
  color: #ffffff !important;
  background-color: var(--button-color) !important;
  border: 1px solid transparent !important;
}
.swal2-confirm:hover {
  color: var(--button-color) !important;
  background-color: #ffffff !important;
  border: 1px solid var(--button-color) !important;
  opacity: 1;
  background-image: none !important;
}

.swal2-cancel {
  background: var(--color-1) !important;
  color: white !important;
  border: 1px solid var(--color-1) !important;
}
.swal2-cancel:hover {
  background: #ffffff !important;
  color: var(--color-1) !important;
  border: 1px solid var(--color-1) !important;
}

.wp-box-custom .box-custom {
  background-color: transparent;
  border-radius: 0.5rem;
  border: 1px solid var(--color-1);
  padding: 1rem;
}

.page-services .price {
  font-size: 4rem;
}
.page-services .wp-list {
  color: var(--main-color);
}
.page-services .wp-list span {
  font-weight: bold;
}

.roman-list {
  list-style-type: lower-roman;
}

input[type=checkbox] {
  border: 1px solid var(--color-1);
}

/* Style for the overall code container to simulate a console */
.code-block {
  background-color: #1e1e1e; /* Black background */
  border: 1px solid #333; /* Darker border */
  border-radius: 8px; /* Rounded corners */
  overflow-x: auto; /* Horizontal scroll for long lines */
  margin-bottom: 20px;
  padding: 0;
  position: relative; /* Needed for positioning the language label */
}

/* Style for the top bar with language name */
.code-block-header {
  background-color: #2d2d2d; /* Slightly lighter black for contrast */
  color: #f1f1f1; /* Light text */
  padding: 5px 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* Code styling */
.code-block-content pre {
  background-color: #1e1e1e; /* Same as the container for seamless blending */
  color: #d4d4d4; /* Light gray text for better readability */
  padding: 15px;
  margin: 0;
  font-family: Consolas, "Courier New", monospace; /* Monospace font */
  font-size: 0.95rem;
  line-height: 1.5;
}

/* For the <code> tag inside pre to ensure consistency */
.code-block-content code {
  color: inherit; /* Inherit the color */
  font-family: inherit; /* Inherit the font */
}

@media (min-width: 992px) {
  .sub-page header.masthead {
    padding-top: 9em;
    padding-bottom: 6em;
  }
  .sub-page .img-section {
    width: 100vw;
  }
  .section-img-text .text {
    padding: 60px 60px 60px 60px;
  }
  .section-img-text .text h2 {
    margin-bottom: 40px;
  }
  .section-img-text .text p {
    font-size: 18px;
  }
  .wp-box-custom {
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
  }
  .wp-box-custom .box-custom p {
    font-size: 18px;
    margin: 0;
  }
  .wp-box-custom .box-custom.box-custom-first {
    margin-right: -1rem;
    margin-bottom: 2rem;
  }
  .service-card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
  }
  .subscription-card:hover {
    transform: none !important;
    -webkit-transform: none !important;
  }
  .register-page .card {
    padding: 30px 20px;
  }
  .register-page .card .card-img-top {
    width: 10%;
  }
  .register-page .card .card-body {
    padding-top: 10px;
  }
  .register-page .card .card-footer {
    margin-top: 10px;
    font-weight: bold;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2rem !important;
  }
  .header-image {
    max-width: 100px;
  }
  #privateArea {
    position: absolute;
    left: 0;
  }
  .section-img-text .text {
    text-align: center;
    padding: 40px;
  }
  .navbar#navbar-main img {
    width: fit-content;
    max-height: 36px;
    object-fit: scale-down;
  }
  .navbar#navbar-main .navbar-nav {
    width: 100%;
  }
  .navbar#navbar-main .navbar-nav .nav-item {
    text-align: right;
  }
  .navbar#navbar-main .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar#navbar-main .navbar-nav .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .img-bg-sheet {
    right: 10%;
    transform: translate(-30%, 0%);
    bottom: 50px;
    width: 50%;
  }
  .img-bg-sheet2 {
    top: 20%;
    left: 40%;
    transform: translate(-30%, 0%);
    bottom: 50px;
    width: 50%;
    max-height: 70%;
  }
  .form-wizard .tab-step {
    flex-direction: column;
  }
  .wp-box-custom .box-custom.box-custom-first {
    margin-bottom: 1rem;
  }
  .private-header h1 {
    font-size: 2rem !important;
  }
  .private-header p {
    font-size: 1rem !important;
    margin-top: 1% !important;
  }
  #footer-social-icons {
    justify-content: center;
  }
}