.product_table {
  background-color: #f0f0f0;
  padding-top: 128px;
  padding-bottom: 118px;
}

.table_component {
  overflow-x: auto;
  width: 100%;
  padding-left: 115px;
  padding-right: 115px;
}

.table_component table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.table_component th,
.table_component td {
  border-left: 8px solid #f0f0f0;
  border-right: 8px solid #f0f0f0;
  padding: 5px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.table_component th:first-child,
.table_component td:first-child {
  border-left: none;
}

.table_component th:last-child,
.table_component td:last-child {
  border-right: none;
}

.table_component tr {
  border-bottom: none;
}

.table_component th {
  background-color: #4db848;
  color: #000000;
}

.table_component td {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

th.empty-th {
  background-color: transparent !important;
}

tr.dark td {
  background-color: #f9f9f9;
}

td.buttons {
  padding-top: 8px;
  background-color: transparent !important;
}

button {
  margin-bottom: 8px;
  padding: 15px 10px;
  width: 100%;
}

.enquire-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #4db848;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.enquire-btn:hover {
  background-color: #32822d;
  transition: 100ms;
}

.normal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #3d3d3e;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.normal-btn:hover {
  background-color: #29292a;
}

button a {
  color: #ffffff;
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

button a:hover {
  color: #ffffff;
}

.description {
  width: 50%;
}

@media (max-width: 991px) {
  button {
    margin-bottom: 8px;
    padding: 10px 2px;
    width: 100%;
  }
  .enquire-btn {
    font-size: 12px;
    border-radius: 12px;
  }
  .normal-btn {
    font-size: 12px;
    border-radius: 12px;
  }
  .table_component {
    padding-left: 0px;
    padding-right: 0px;
  }
  .description {
    width: 100%;
  }
  .product_table {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .table_component table {
    table-layout: auto;
  }
}

/* Contact Us Page CSS */

.contact_us {
  display: flex;

  padding-left: 138px;

  margin-top: 87px;
  padding-bottom: 115px;
}

.content_contact {
  min-width: 460px;
}

.contact_information {
  margin-top: 52px;
}

.contact_information-title {
  text-transform: uppercase;
  font-size: 36px;
}

.contact_information-content {
  display: grid;
  color: #222222 !important;
  font-weight: bold;
}

.contact_info {
  color: #222222 !important;
  display: flex;
  gap: 20px;
  font-size: 20px;
  align-items: center;
}

.contact_form {
  width: 100%;
}

@media (max-width: 930px) {
  .contact_form {
    width: 100%; /* Make width auto on smaller screens */
    padding: 20px; /* Optional: Add padding for better appearance */
    box-sizing: border-box; /* Ensure padding is included in total width */
  }
}

.custom-form {
  padding-right: 154px;
  padding-top: 25px;

  width: 100%;
  max-width: 100%; /* Ensure it doesn't exceed the container */
  box-sizing: border-box; /* Includes padding in the width */
}

@media (max-width: 768px) {
  .contact_us {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;

    justify-items: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically */
  }

  .custom-form {
    /* padding-left: 20px; */
    padding-right: 20px;
  }

  .contact_information-title {
    font-size: 28px;
  }
  .contact_info {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .contact_us {
    display: grid;
    padding-left: 20px;
  }
}

#input_11_6_4_container {
  flex: 0 0 100% !important;
}

#gform_wrapper_11 .gform_title,
#gform_wrapper_11 .gform_description {
  display: none; /* Hide the elements */
}

#gform_submit_button_1 {
  background: #222;
  color: #fff;
  background-image: url(../images/arrow-white.png);
  transition: 0.2s;
  padding: 12px 80px 12px 20px !important;
  border: none;
  border-radius: 30px;
  background-repeat: no-repeat !important;
  background-position: 85% 50% !important;
}

#gform_submit_button_1:hover {
  background: #4db848;
  color: #fff;
  background-image: url(../images/arrow-white.png);
  transition: 0.2s;
  padding: 12px 80px 12px 20px !important;
  border: none;
  border-radius: 30px;
  background-repeat: no-repeat !important;
  background-position: 85% 50% !important;
}

.contact_container {
  box-shadow: 0 4px 4px 0px gray;
}

@media (max-width: 1200px) {
  .custom-container-thin {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .custom-container-thin {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.gfield_required {
  display: none !important;
}

/* Leaflet pop-up content css */

.leaflet-popup-content {
  width: 377px !important;
  /* height: 286px; */
}

.leaflet-popup {
  left: -174px;
}

.header-popup {
  background-color: #222222;
  padding: 18px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  position: relative;
}

.header-popup::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #4db848;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.leaflet-popup-content {
  margin: 0px 0px 0px 0px !important;
}

.leaflet-popup-content-wrapper {
  padding: 0px;
  border-radius: 0px !important;
}

.leaflet-popup-close-button {
  display: none;
}

.header-green {
  background-color: #4db848;
  width: 100%;
}

.leaflet-popup {
  background-color: transparent !important;
}

.content-popup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-content,
a {
  font-size: 14px !important;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-link img {
  justify-content: center;
  height: auto;
}

.leaflet-container a {
  color: #646464 !important;
  font-weight: 900 !important;
}

.leaflet-content {
  margin-top: 23px;
}

.leaflet-popup.leaflet-zoom-animated br {
  display: none;
}

.leaflet-content {
  margin-top: 23px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
}

.contact-link img {
  max-width: 30px;
  height: auto;
}
