:root {
  --text-color: rgb(225, 112, 93, 1); /* var(--color) #7f5642 #e7634c */
  --light: #666666; /* var(--text-cl); */
}

.gems-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.gems-main-container button, .gems-main-container a {
	font-family: 'Poppins', sans-serif;
}

.gems-form-container {
  max-width: 800px;
  width: 100%;
  display: block; 
}

.gems-form-container form {
  padding: 0 !important; 
}

.gems-form-container form .gems-form-row {
  display: flex;
  margin: 32px 0;
}

form .gems-form-row .gems-input-data {
  width: 100%;
  height: 40px;
  margin: 0 15px;
  position: relative;
}

.gems-main-container input:focus, .gems-main-container select:focus {
  outline: none !important;
  border: none !important;
  border-color: transparent !important;
  border-bottom: 1.5px solid var(--text-color) !important; /* rgba(246, 166, 128, 0.5); */
}

.gems-input-data input,
.gems-main-container input {
  all: unset; /* Resets all inherited styles */
  appearance: none; /* Ensures consistent styling across browsers */

  -webkit-appearance: none;
  -moz-appearance: none;   

  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;

  color: black !important;
  outline: none !important;
  border: none !important;
  border-color: transparent !important;
  border-bottom: 1.5px solid var(--text-color) !important; /* rgba(246, 166, 128, 0.5); */
}

.gems-main-container input[type=submit] {
  all: unset; /* Resets all inherited styles */
  padding: 9px;
}

.gems-main-container select {
  all: unset; /* Resets all inherited styles */
  appearance: none; /* Ensures consistent styling across browsers */

  -webkit-appearance: none;
  -moz-appearance: none;   

  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;

  color: black !important;
  outline: none !important;
  border: none !important;
  border-color: transparent !important;
  border-bottom: 1.5px solid var(--text-color) !important; /* rgba(246, 166, 128, 0.5); */

  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
  background-position: right 10px top 50% !important;
  background-size: auto 18px !important;
  background-repeat: no-repeat !important;
}

.gems-input-data select  {
  /* margin-top: 4px; */
  line-height: 2.4;
}

.gems-main-container label { 
  top: 9px !important;
  position: relative;
  font-size: 14px;
  color: var(--light);
}

.gems-main-container .error {
  color: red !important;
  font-size: 12px !important;
  position: relative;
  top: 1px;
  line-height: 19px;
  display: block;  
}

.gems-input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.sub {
  font-size: 12px;
  color: gray;
  text-align: center;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.sub-warning {
  color: var(--text-color) !important;
}

.hidden {
  display: none !important;
}


@media (max-width: 650px) {

  .gems-tabs-container {
    padding: unset !important;
  }
  
  .gems-form-container form .gems-form-row{
    display: block;
  }

  form .gems-form-row .gems-input-data{
    margin: 35px 0 !important;
  }

  .button-reset {
    width: 50% !important;
  }
}

/*Loading*/

.submit-btn {
  justify-content: center !important;
  text-align: center !important;
  display: flex !important;
  padding-top: 20px;
  /* padding-right: 20px; */
}



.disabled {
  cursor: not-allowed;
  /* opacity: 0.6; */
  display: none !important;
}

.spinner {
  height: 25px;
  width: 25px;
  border: 3px solid var(--text-color);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: -28px;
  z-index: 1 !important;
  margin-top: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* TABS */

.gems-tabs-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 25px 25px 25px;
  /* background-color: white; */
  display: none;


}

.button-reset {

  overflow: hidden;
  height: 50px !important;
  width: 25%;
  min-width: 100px !important;
  border-radius: 25px;
  border-color: rgb(225, 112, 93, 1);
  color: white !important;
  background: rgb(225, 112, 93, 1);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding-top: 0px;
}

.button-reset:hover {
  background: white !important;
  border-color: white;
  color: rgb(225, 112, 93, 1) !important;
}

.two-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 20px auto;
  padding: 10px;
}

.column {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */

  padding: 20px;
  background: white;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}

.box-title {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  margin-bottom: 15px;
  border-radius: 0px;
  font-weight: bold;
  display: inline-block; /* Ensures content sizes appropriately for centering */
  text-align: center; /* Centers text inside the box */
}

.cta-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: black;
  margin-top: 10px;
  border: 2px solid #000;
  background: white;
  padding: 9px 30px;
  border-radius: 0px;
  padding-top: 12px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background: #000;
  color: white;
}

.gems-api h3 {
    text-align: center !important;
    margin-bottom: 15px !important;
}

.product-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (max-width: 650px) {
  .two-columns {
    flex-wrap: wrap;
  }

  .column {
    flex: 1 1 100%; Make each column take the full width
  }
}
