/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below this line */
html,
body,
body * {
  font-family: "Poppins", sans-serif !important;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

/* ==============================
 PLATINUM CUSTOM CHECKOUT PAGE CSS
============================== */

.pbs-custom-checkout-section,
.pbs-custom-checkout-section * {
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
}

.pbs-custom-checkout-section {
  width: 100%;
  background: #ffffff;
  padding: 86px 0;
}

.pbs-custom-checkout-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 34px;
}

.pbs-checkout-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.pbs-checkout-head span {
  display: block;
  color: #b88a18;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}

.pbs-checkout-head span::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #b88a18;
  margin-top: 12px;
}

.pbs-checkout-head h1 {
  margin: 0;
  color: #0a0a0a;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.18;
}

.pbs-checkout-head p {
  margin: 18px 0 0;
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
}

.pbs-checkout-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 44px;
  align-items: flex-start;
}

.pbs-billing-box,
.pbs-order-box {
  border: 1px solid rgba(184, 138, 24, 0.22);
  background: #ffffff;
  padding: 34px;
}

.pbs-billing-box h2,
.pbs-order-box h2 {
  margin: 0 0 28px;
  color: #0a0a0a;
  font-size: 28px;
  font-weight: 400;
}

.pbs-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pbs-field {
  margin-bottom: 16px;
}

.pbs-field label {
  display: block;
  color: #111111;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}

.pbs-field label span {
  color: #b88a18;
}

.pbs-field input,
.pbs-field textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  color: #111111;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

.pbs-field input {
  height: 52px;
  padding: 0 15px;
}

.pbs-field textarea {
  height: 120px;
  padding: 14px 15px;
  resize: vertical;
}

.pbs-field input:focus,
.pbs-field textarea:focus {
  border-color: #b88a18;
}

.pbs-order-card {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}

.pbs-order-card span,
.pbs-order-price span {
  display: block;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.pbs-order-card strong {
  display: block;
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.pbs-order-price {
  margin-top: 20px;
  padding: 22px;
  background: #0a0a0a;
  border: 1px solid rgba(184, 138, 24, 0.28);
}

.pbs-order-price span {
  color: #d0a438;
}

.pbs-order-price strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
}

.pbs-order-note {
  margin-top: 18px;
  padding: 16px;
  background: rgba(184, 138, 24, 0.08);
  border: 1px solid rgba(184, 138, 24, 0.18);
}

.pbs-order-note p {
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 1.65;
}

.pbs-place-order-btn {
  width: 100%;
  height: 54px;
  margin-top: 20px;
  border: 1px solid #b88a18;
  background: #b88a18;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 0;
  box-shadow: none;
}

.pbs-place-order-btn span {
  font-size: 19px;
  line-height: 1;
}

.pbs-place-order-btn:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #ffffff;
}

.pbs-custom-checkout-empty {
  max-width: 760px;
  margin: 70px auto;
  padding: 30px;
  border: 1px solid rgba(184, 138, 24, 0.22);
  text-align: center;
}

@media (max-width: 900px) {
  .pbs-checkout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pbs-custom-checkout-section {
    padding: 64px 0;
  }

  .pbs-custom-checkout-container {
    padding: 0 18px;
  }

  .pbs-checkout-head h1 {
    font-size: 32px;
  }

  .pbs-billing-box,
  .pbs-order-box {
    padding: 24px 18px;
  }

  .pbs-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pbs-order-price strong {
    font-size: 22px;
  }
}

/* ==============================
 PLATINUM BOOKING CONFIRMATION PAGE
============================== */

.pbs-thankyou-section,
.pbs-thankyou-section * {
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
}

.pbs-thankyou-section {
  width: 100%;
  background: #ffffff;
  padding: 90px 0;
}

.pbs-thankyou-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 34px;
}

.pbs-thankyou-card {
  background: #0a0a0a;
  border: 1px solid rgba(184, 138, 24, 0.28);
  padding: 42px;
  margin-bottom: 34px;
}

.pbs-thankyou-label {
  display: block;
  color: #d0a438;
  font-size: 16px;
  margin-bottom: 16px;
}

.pbs-thankyou-label::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #d0a438;
  margin-top: 12px;
}

.pbs-thankyou-card h1 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.pbs-thankyou-card p {
  margin: 18px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.8;
}

.pbs-thankyou-meta {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pbs-thankyou-meta div {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 16px;
}

.pbs-thankyou-meta small {
  display: block;
  color: #d0a438;
  font-size: 14px;
  margin-bottom: 6px;
}

.pbs-thankyou-meta strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.pbs-thankyou-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.pbs-thankyou-box {
  border: 1px solid rgba(184, 138, 24, 0.22);
  padding: 32px;
  background: #ffffff;
}

.pbs-thankyou-box h2 {
  margin: 0 0 24px;
  color: #0a0a0a;
  font-size: 28px;
  font-weight: 400;
}

.pbs-detail-row {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}

.pbs-detail-row span,
.pbs-detail-price span,
.pbs-detail-message span {
  display: block;
  color: #777777;
  font-size: 14px;
  margin-bottom: 6px;
}

.pbs-detail-row strong {
  display: block;
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.pbs-detail-price {
  margin-top: 22px;
  padding: 22px;
  background: #0a0a0a;
  border: 1px solid rgba(184, 138, 24, 0.28);
}

.pbs-detail-price span {
  color: #d0a438;
}

.pbs-detail-price strong {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
}

.pbs-detail-message {
  margin-top: 18px;
  padding: 18px;
  background: rgba(184, 138, 24, 0.08);
  border: 1px solid rgba(184, 138, 24, 0.18);
}

.pbs-detail-message p {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

.pbs-thankyou-empty {
  max-width: 760px;
  margin: 70px auto;
  padding: 30px;
  border: 1px solid rgba(184, 138, 24, 0.22);
  text-align: center;
}

@media (max-width: 900px) {
  .pbs-thankyou-grid {
    grid-template-columns: 1fr;
  }

  .pbs-thankyou-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pbs-thankyou-section {
    padding: 64px 0;
  }

  .pbs-thankyou-container {
    padding: 0 18px;
  }

  .pbs-thankyou-card {
    padding: 30px 22px;
  }

  .pbs-thankyou-card h1 {
    font-size: 30px;
  }

  .pbs-thankyou-box {
    padding: 24px 18px;
  }

  .pbs-detail-price strong {
    font-size: 22px;
  }
}