/* Custom Stylesheet for Duts Station */

:root {
  --color-whatsapp: #25D366;
  --color-messenger: #0084ff;
  --color-call: #555;
  --color-primary-text: #333;
  --color-secondary-text: #666;
  --color-tertiary-text: #777;
  --color-muted-text: #888;
  --color-light-text: #aaa;
  --color-border: #ddd;
  --color-light-border: #eee;
  --color-bg-light: #f8f8f8;
  --color-bg-lighter: #f0f0f0;
  --color-bg-page: #f0f0f0;
  --color-success: #5cb85c;
}

/*------------------------------------*\
    1. UTILITIES
\*------------------------------------*/

.mt-8 { margin-top: 8px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }

.mb-5 { margin-bottom: 5px; }
.mb-8 { margin-bottom: 8px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-25 { margin-bottom: 25px; }

.mr-10 { margin-right: 10px; }

.pd-y-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pd-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.fs-16 { font-size: 16px; }
.fs-20 { font-size: 20px; }

.pricing-box-price-range-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary-text);
  margin: 10px 0;
  padding: 3px 30px;
}

.pricing-box-duration-text {
  font-size: 13px;
  color: var(--color-tertiary-text);
  margin-bottom: 15px;
  padding: 3px 30px;
}

.price-duration-box {
  margin: 25px 0;
  padding: 20px;
  background: var(--color-bg-light);
  border-left: 4px solid var(--color-theme, #e74c3c);
}

.cta-box {
  margin-top: 40px;
  padding: 30px;
  background: var(--color-bg-lighter);
  text-align: center;
  border-radius: 4px;
}

.cta-padding {
  padding: 3px 20px;
  margin-bottom: 25px;
}

.whatsapp-btn {
  background: var(--color-whatsapp);
  color: #fff;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
  background: #f69323;
  color: #fff;
}

.faq-heading {
  cursor: pointer;
  background: var(--color-bg-light);
  padding: 12px 15px;
}

.widget-color {
  color: var(--color-light-text);
}

#float-contact {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: floatPulse 2s infinite;
}

@keyframes floatPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Platform colors */
.float-btn.whatsapp { background: var(--color-whatsapp); }
.float-btn.messenger { background: var(--color-messenger); }
.float-btn.call { background: var(--color-call); }

/* Hover effect */
.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.float-btn.whatsapp:hover,
.float-btn.messenger:hover,
.float-btn.call:hover { background: #f69323; }

/* Mobile spacing tweak */
@media (max-width: 768px) {
  #float-contact {
    bottom: 70px;
    right: 10px;
  }
}

/*------------------------------------*\
    2. FORM & SECTION STYLES
\*------------------------------------*/

.form-section {
  background: #fff;
  padding: 35px 30px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.form-section-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.form-section-subtitle {
  color: var(--color-muted-text);
  font-size: 13px;
  margin-bottom: 25px;
}

.form-section-header {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-light-border);
}

.form-group-text-muted {
  color: var(--color-light-text);
  font-weight: normal;
}

.form-group-info {
  color: var(--color-muted-text);
  font-size: 13px;
  margin-bottom: 0;
}

.form-group-margin {
  margin-top: 20px;
}

.form-submit-group {
  margin-top: 25px;
}

.form-submit-note {
  color: var(--color-light-text);
  font-size: 12px;
  margin-top: 10px;
}

.honeypot {
  display: none;
}

.address-group-hidden {
  display: none;
}

/*------------------------------------*\
    3. CONTACT & INFO STYLES
\*------------------------------------*/

.contact-info-col {
  margin-bottom: 40px;
}

.contact-title {
  margin-bottom: 5px;
}

.contact-info-list {
  margin-top: 20px;
}

.contact-info-item,
.contact-info-item-last {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.contact-info-icon {
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-info-text {
  margin: 0;
}

.contact-info-section {
  background: var(--color-bg-light);
  padding: 30px;
  margin-bottom: 25px;
  border-left: 4px solid #f69323;
}

.contact-info-section-title {
  margin-top: 0;
}

.contact-info-section-text {
  color: var(--color-secondary-text);
}

.contact-buttons {
  margin-top: 25px;
}

.contact-button-whatsapp,
.thank-you-button-whatsapp {
  background: var(--color-whatsapp);
  color: #fff;
}

.contact-button-whatsapp:hover,
.contact-button-whatsapp:focus,
.thank-you-button-whatsapp:hover,
.thank-you-button-whatsapp:focus {
  background: #f69323;
  color: #fff;
}

.contact-button-whatsapp:hover .fa,
.contact-button-whatsapp:focus .fa,
.thank-you-button-whatsapp:hover .fa,
.thank-you-button-whatsapp:focus .fa {
  color: #fff;
}

.contact-button-whatsapp {
  text-align: center;
}

.contact-button-messenger,
.booking-button-group-messenger {
  background: var(--color-messenger);
  color: #fff;
}

.contact-button-messenger {
  display: block;
  text-align: center;
}

.contact-button-messenger:hover,
.contact-button-messenger:focus {
  background: #f69323;
  color: #fff;
}

.contact-cta-box {
  background: var(--color-bg-light);
  padding: 30px;
  text-align: center;
}

.contact-cta-box-title {
  margin-top: 0;
}

.contact-cta-box-text {
  color: var(--color-secondary-text);
  max-width: 600px;
  margin: 0 auto;
}

.contact-service-area {
  margin-top: 60px;
}

.contact-form-title {
  margin-bottom: 5px;
}

.contact-form-subtitle {
  color: var(--color-muted-text);
  font-size: 13px;
  margin-bottom: 0;
}

/*------------------------------------*\
    MAP SECTION
\*------------------------------------*/

.map--section {
  padding: 80px 0 0;
  background: #f8f8f8;
}

.map--header {
  text-align: center;
  margin-bottom: 32px;
}

.map--label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f69323;
  margin-bottom: 10px;
}

.map--title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin: 6px 0 10px;
}

.map--subtitle {
  font-size: 14px;
  color: #777;
  margin: 0;
}

.map--embed-wrapper {
  position: relative;
  border-top: 3px solid #f69323;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  overflow: hidden;
  line-height: 0;
}

.map--embed-wrapper iframe {
  display: block;
  width: 100%;
  height: 420px;
}

.map--footer {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
  font-size: 13px;
  color: #555;
  border-top: 1px solid #e8e8e8;
  margin-top: 0;
}

.map--footer span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.map--footer .fa {
  color: #f69323;
  font-size: 14px;
}

.map--footer a {
  color: #555;
}

.map--footer a:hover {
  color: #f69323;
}

@media (max-width: 767px) {
  .map--embed-wrapper iframe {
    height: 300px;
  }
  .map--footer {
    gap: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/*------------------------------------*\
    4. BOOKING PAGE STYLES
\*------------------------------------*/

.booking-col {
  margin-bottom: 40px;
}

.booking-sidebar {
  margin-bottom: 20px;
}

.booking-sidebar-list {
  margin-top: 10px;
}

.booking-sidebar-item {
  margin-bottom: 10px;
  padding: 3px 30px;
}

.booking-sidebar-pricing {
  margin-top: 10px;
  font-size: 13px;
}

.booking-sidebar-pricing-item {
  margin-bottom: 6px;
  padding: 3px 30px;
}

.booking-button-group {
  background: var(--color-whatsapp);
  color: #fff;
  margin-bottom: 8px;
}

.booking-button-group:hover,
.booking-button-group:focus {
  background: #f69323;
  color: #fff;
}

.booking-button-group-messenger {
  margin-bottom: 8px;
}

.booking-button-group-messenger:hover,
.booking-button-group-messenger:focus {
  background: #f69323;
  color: #fff;
}

/*------------------------------------*\
    5. THANK YOU PAGE STYLES
\*------------------------------------*/

.thank-you-icon {
  font-size: 64px;
  margin-bottom: 20px;
  color: var(--color-success);
}

.thank-you-heading {
  margin-bottom: 15px;
}

.thank-you-subtitle {
  font-size: 18px;
  color: var(--color-secondary-text);
  margin-bottom: 30px;
}

.booking-summary {
  background: var(--color-bg-light);
  border: 1px solid var(--color-light-border);
  border-radius: 4px;
  padding: 25px 30px;
  text-align: left;
  margin-bottom: 35px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.booking-summary-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
}

.booking-summary-table {
  width: 100%;
  font-size: 14px;
}

.booking-summary-table-row {
  margin-bottom: 8px;
}

.booking-summary-table-label {
  color: var(--color-muted-text);
  padding: 4px 0;
  width: 40%;
}

.booking-summary-table-value {
  font-weight: 600;
}

.thank-you-steps {
  text-align: left;
  margin-bottom: 40px;
}

.thank-you-step {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--color-light-border);
  border-radius: 4px;
  height: 100%;
}

.thank-you-step-icon {
  font-size: 28px;
  color: #f69323;
  margin-bottom: 10px;
}

.thank-you-step-text {
  color: var(--color-tertiary-text);
  font-size: 13px;
  margin: 0;
}

.thank-you-cta {
  margin-bottom: 20px;
}

.thank-you-button-whatsapp {
  margin: 5px;
}

.thank-you-button-home {
  margin: 5px;
}

.thank-you-footer {
  color: var(--color-light-text);
  font-size: 13px;
}

.review-nudge-btn {
  border-color: #f69323;
}

.review-nudge-btn:hover,
.review-nudge-btn:focus {
  background: #f69323;
  color: #fff;
  border-color: #f69323;
}

/*------------------------------------*\
    6. HOME PAGE STYLES
\*------------------------------------*/

.testimonial-cta-text {
  color: #ddd;
  margin-top: 10px;
}

.testimonial-cta-button {
  margin-top: 15px;
}

/*------------------------------------*\
    7. ABOUT PAGE STYLES
\*------------------------------------*/

.about-gallery-main {
  display: block;
  margin-bottom: 30px;
}

.booking-message-prefix {
  color: var(--color-tertiary-text);
  font-size: 13px;
  padding: 0 20px;
}

/*------------------------------------*\
    8. ERROR PAGE STYLES
\*------------------------------------*/

.error-code {
  font-size: 80px;
  color: #ddd;
}

.error-description {
  color: var(--color-tertiary-text);
  margin: 20px 0;
}

.error-button {
  margin: 5px;
}

/*------------------------------------*\
    9. PARTNER PAGE STYLES
\*------------------------------------*/

.btn-social-facebook {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

.btn-social-facebook:hover,
.btn-social-facebook:focus {
  background-color: #f69323;
  color: #fff;
  border-color: #f69323;
}

/* Equal-height partner cards with button pinned to bottom */
.partner-cards-row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.partner-cards-row > div[class*="col-"] {
  display: -webkit-flex;
  display: flex;
}

.partner-cards-row .nav-links--widget {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Prevent the CTA button from stretching to full card width */
.partner-cards-row .nav-links--widget .btn {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

/* Partner service list items — same padding rhythm as .booking-sidebar-item */
.partner-service-item {
  margin-bottom: 8px;
  padding: 3px 30px;
}

.partner-btn {
  padding: 10px;
  margin-left: 30px;
  margin-right: 50%;
}

/*------------------------------------*\
    10. CONTACT PAGE — REDESIGNED
\*------------------------------------*/

/* Response-time trust badge */
.contact-response-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff8ee;
  border: 1px solid #f6d197;
  color: #b5690a;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.contact-response-badge .fa {
  color: #f69323;
  font-size: 11px;
}

/* Icon circles for contact info list */
.contact-info-list--icons {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.contact-info-item--new {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.contact-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
}

.contact-icon-circle--location  { background: #e74c3c; }
.contact-icon-circle--phone     { background: #f69323; }
.contact-icon-circle--hours     { background: #3498db; }
.contact-icon-circle--whatsapp  { background: #25D366; }
.contact-icon-circle--messenger { background: #0084ff; }
.contact-icon-circle--email     { background: #ea4335; }

.contact-info-text--new {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.contact-info-text--new strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #aaa;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-info-text--new span,
.contact-info-text--new a {
  font-size: 14px;
  color: #333;
}

.contact-info-text--new a:hover {
  color: #f69323;
}

.contact-social-btn {
  flex: 1;
  display: block;
  text-align: center;
}

/* Booking CTA card */
.contact-booking-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #f69323;
  border-radius: 4px;
  padding: 24px 24px 24px 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-booking-card-icon {
  width: 48px;
  height: 48px;
  background: #fff8ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: #f69323;
}

.contact-booking-card-body {
  flex: 1;
}

.contact-booking-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.contact-booking-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.contact-booking-badge {
  background: #edfbf1;
  color: #2e7d52;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #b7e8c7;
  white-space: nowrap;
}

.contact-booking-card-text {
  color: #777;
  font-size: 13px;
  margin: 0 0 16px;
}

.contact-booking-card-btn {
  padding-left: 18px;
  padding-right: 18px;
}

/* Service area section with chips */
.contact-service-area-section {
  margin-top: 60px;
  padding: 36px 40px;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #eee;
}

.contact-service-area-header {
  margin-bottom: 20px;
}

.contact-service-area-icon {
  font-size: 20px;
  color: #f69323;
  margin-bottom: 8px;
  display: block;
}

.contact-service-area-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0 0 4px;
}

.contact-service-area-sub {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.contact-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.contact-area-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 20px;
}

.contact-area-chip--primary {
  background: #fff8ee;
  border-color: #f6d197;
  color: #b5690a;
  font-weight: 700;
}

.contact-area-chip--primary .fa {
  color: #f69323;
}

.contact-area-chip--muted {
  background: transparent;
  border-style: dashed;
  color: #888;
  font-style: italic;
}

.contact-area-chip--muted .fa {
  color: #aaa;
}

@media (max-width: 767px) {
  .contact-booking-card {
    flex-direction: column;
    gap: 14px;
  }

  .contact-booking-card-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .contact-social-row {
    flex-direction: column;
  }

  .contact-service-area-section {
    padding: 24px 20px;
  }
}