.nhan-bao-gia {
  position: relative;
  display: block;
  padding: 50px 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nhan-bao-gia__box {
  background-image: url('../../images/backgrounds/bg-nhan-bao-gia.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

.nhan-bao-gia__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--tanspot-white-rgb), 0.8);
  z-index: 0;
}

.nhan-bao-gia__form-container {
  background: linear-gradient(to bottom, #D32128, #6D1115);
  padding: 80px;
  border-radius: 20px;
  margin-left: -16px;
  min-width: 40%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.nhan-bao-gia__form-container h1 {
  color: var(--tanspot-white);
  font-size: 24px;
  font-weight: bold;
}

.nhan-bao-gia__form-container input {
  display: block;
  border-radius: 15px;
  border: none;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
  background-color: var(--tanspot-white);
  color: var(--tanspot-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tanspot-font);
  outline: none;
  transition: all 0.3s ease;
}

.nhan-bao-gia__form-container input:focus {
  border-color: var(--tanspot-base);
  background-color: var(--tanspot-white);
  color: var(--tanspot-black);
  box-shadow: 0 0 10px rgba(var(--tanspot-base-rgb), 0.5);
}

.nhan-bao-gia__form-container input::placeholder {
  color: var(--tanspot-gray);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tanspot-font);
}

.nhan-bao-gia__form {
  padding-top: 20px;
}

.nhan-bao-gia__form input[type='submit'] {
  color: var(--tanspot-base);
  font-weight: bold;
  font-size: 20px;
}

.nhan-bao-gia__form-container p {
  color: var(--tanspot-white);
  font-weight: 400;
  font-size: 16px;
}

.nhan-bao-gia__form-container p:first-child {
  margin-top: 20px;
}

.nhan-bao-gia__description {
  width: 100%;
  z-index: 1;
}

.nhan-bao-gia__description h1 {
  color: var(--tanspot-base);
  font-size: 42px;
  font-weight: bold;
  border-right: 20px solid var(--tanspot-base);
  margin: 0 60px;
  padding-top: 40px;
}

.nhan-bao-gia__description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 40px 60px;
}

.nhan-bao-gia__description ul li {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  color: var(--tanspot-base);
  display: flex;
  align-items: center;
}

.nhan-bao-gia__description ul li:last-child {
  margin-bottom: 0;
}

.nhan-bao-gia__description ul li i {
  color: var(--tanspot-base);
  font-size: 20px;
  margin-right: 10px;
  padding: 5px;
  display: block;
}

.nhan-bao-gia__description p {
  font-size: 20px;
  /* margin-top: 10px;
  margin-bottom: 40px; */
  font-weight: bold;
  color: var(--tanspot-base);
}

/* Gui bao gia */
.modal-content {
  background-color: transparent;
  border: none;
}
.gui-bao-gia__form-container {
  background: linear-gradient(to bottom, #D32128, #6D1115);
  padding: 20px;
  border-radius: 20px;
  /* min-width: 40%; */
  min-width: 336px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.gui-bao-gia__form-container h1 {
  color: var(--tanspot-white);
  font-size: 24px;
  font-weight: bold;
}

.gui-bao-gia__form-container input {
  display: block;
  border-radius: 15px;
  border: none;
  padding: 10px 20px;
  margin-bottom: 30px;
  width: 100%;
  background-color: var(--tanspot-white);
  color: var(--tanspot-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tanspot-font);
  outline: none;
  transition: all 0.3s ease;
}

.gui-bao-gia__form-container input:focus {
  border-color: var(--tanspot-base);
  background-color: var(--tanspot-white);
  color: var(--tanspot-black);
  box-shadow: 0 0 10px rgba(var(--tanspot-base-rgb), 0.5);
}

.v-bao-gia__form-container input::placeholder {
  color: var(--tanspot-gray);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tanspot-font);
}

.gui-bao-gia__form {
  padding: 20px;
}

.gui-bao-gia__form input[type='submit'] {
  color: #6D1115;
  font-weight: bold;
  font-size: 20px;
}

.gui-bao-gia__form-container p {
  color: var(--tanspot-white);
  font-weight: 400;
  font-size: 16px;
}

.gui-bao-gia__form-container p:first-child {
  margin-top: 20px;
}

.nhan-bao-gia__form .success-message,
.gui-bao-gia__form .success-message {
  font-size: 20px;
  font-weight: bold;
}