.remons-service.template1 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.remons-service.template1 .discount-badge {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--secondary);
  margin: 0;
  line-height: 1;
}

.remons-service.template1 .item-title {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E7EA;
  gap: 30px;
}
.remons-service.template1 .item-title .icon {
  font-size: 50px;
  color: var(--primary);
}
.remons-service.template1 .item-title .icon i {
  display: inline-block;
}
.remons-service.template1 .item-title .title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: var(--heading);
}
.remons-service.template1 .image {
  margin-bottom: 16px;
  max-width: 100%;
  border-radius: 10px;
}
.remons-service.template1 .description {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text);
}
.remons-service.template1 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: var(--heading);
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 14px;
  border: 1px solid #E6E7EA;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.remons-service.template1 .button a {
  color: var(--Font-Color-Title, #020D2B);
  text-decoration: none;
  transition: color 0.3s ease;
}
.remons-service.template1 .button i {
  color: var(--Font-Color-Title, #020D2B);
  font-size: 14px;
  transition: color 0.3s ease;
  display: flex;
}
.remons-service.template1 .button:hover {
  background: var(--primary);
  color: var(--White, #FFF);
}
.remons-service.template1 .button:hover a,
.remons-service.template1 .button:hover i {
  color: var(--White, #FFF);
}

.remons-service.template2 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 50px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.remons-service.template2 .icon {
  font-size: 50px;
  color: var(--primary);
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.remons-service.template2 .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--heading);
  margin-bottom: 12px;
}
.remons-service.template2 .description {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}
.remons-service.template2 .button {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: none;
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  background-color: unset;
  border: none;
}
.remons-service.template2 .button i {
  font-size: 14px;
  display: flex;
  margin: 0;
}

.remons-service.template3 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 40px 55px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}
.remons-service.template3 .image-wrapper {
  position: relative;
}
.remons-service.template3 .image-wrapper .image {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.remons-service.template3 .image-wrapper .icon {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  padding: 20px;
  color: var(--primary);
  z-index: 2;
}
.remons-service.template3 .title {
  margin: 60px 0 16px 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--heading);
}
.remons-service.template3 .description {
  font-size: 16px;
  color: #6b7280;
  line-height: 26px;
  margin: 0 0 26px 0;
}
.remons-service.template3 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 15px 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  border-radius: 14px;
  background: #F3F4F6;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.remons-service.template3 .button:hover {
  background: var(--primary);
  color: #fff;
}
.remons-service.template3 .button i {
  display: flex;
  font-size: 14px;
  transition: color 0.3s ease;
  margin: 0;
}

.remons-service.template4 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 10px;
  display: grid;
  grid-template-columns: 40% 60%;
  transition: all 0.3s ease;
}
.remons-service.template4 .image {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
}
.remons-service.template4 .content {
  padding: 30px 40px 25px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.remons-service.template4 .content .title {
  padding-bottom: 20px;
  margin: 0 0 120px 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--heading);
  border-bottom: 1px solid #E6E7EA;
}
.remons-service.template4 .content .description {
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 20px;
}
.remons-service.template4 .content .button {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.remons-service.template4 .content .button .text-btn {
  transition: color 0.3s ease;
  text-decoration: underline;
}
.remons-service.template4 .content .button i {
  display: flex;
  font-size: 14px;
  transition: color 0.3s ease;
  margin: 0;
}
.remons-service.template4 .content .button:hover {
  color: var(--primary, #FFF);
}
.remons-service.template4 .content .button:hover a,
.remons-service.template4 .content .button:hover i {
  color: var(--primary, #FFF);
}
.remons-service.template4:hover {
  border-color: var(--primary);
  box-shadow: 10px 4px 60px 0 rgba(193, 193, 193, 0.25);
}
@media (max-width: 767px) {
  .remons-service.template4 {
    grid-template-columns: 1fr;
  }
  .remons-service.template4 .content .title {
    margin: 0 0 20px 0;
  }
}

.remons-service.template5 {
  position: relative;
  padding: 40px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.remons-service.template5 .discount-badge {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--secondary);
  margin: 0;
  line-height: 1;
}
.remons-service.template5 .icon {
  font-size: 50px;
  color: var(--primary);
}
.remons-service.template5 .title {
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: var(--heading);
}
.remons-service.template5 .price {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 65px;
}
.remons-service.template5 .price span {
  color: var(--heading);
  font-size: 22px;
  font-weight: 600;
}
.remons-service.template5 .description {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text);
}
.remons-service.template5 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 15px 30px;
  border-radius: 14px;
  background: var(--Gray, #F3F4F6);
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading);
  cursor: pointer;
}
.remons-service.template5 .button a {
  color: var(--heading);
  text-decoration: none;
  transition: color 0.3s ease;
}
.remons-service.template5 .button i {
  display: flex;
  color: var(--heading);
  margin: 0;
  font-size: 14px;
  transition: color 0.3s ease;
}
.remons-service.template5 .button:hover {
  background: var(--primary);
  color: var(--White, #FFF);
}
.remons-service.template5 .button:hover a,
.remons-service.template5 .button:hover i {
  color: var(--White, #FFF);
}

.remons-service .button .remons-loader {
  display: none;
}
.remons-service .button .remons-loader.active {
  display: inline-block;
}
.remons-service .button .remons-loader i {
  font-size: 16px;
  color: var(--primary);
  animation: spin 1s linear infinite;
}
.remons-service .button.loading .remons-loader {
  display: inline-block;
}
.remons-service .button.loading > i.icon,
.remons-service .button.loading > svg {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.open-popup-btn.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.button {
  transition: all 0.3s linear;
}

.popup-booking {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.popup-booking.active {
  display: block;
}
.popup-booking .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.popup-booking .remons-custom-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-height: 90vh;
  width: 500px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow-y: auto;
}
.popup-booking .remons-custom-popup .scroll-area {
  position: relative;
  flex: 1;
  border-radius: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-booking .remons-custom-popup .scroll-area::-webkit-scrollbar {
  display: none;
}
.popup-booking .product-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0;
}
.popup-booking .close-popup-btn {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999999;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.7294117647);
  color: black;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 520px) {
  .popup-booking .remons-custom-popup {
    width: 96%;
    padding: 20px;
  }
}