/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.adfoxly-wrapper > a,
.adfoxly-wrapper > span,
.entry-content .adfoxly-wrapper > a,
.entry-content .adfoxly-wrapper > span {
  position: relative;
  text-decoration: none;
  border-bottom: none;
  display: none;
}

.entry-content img {
  max-width: 100%
}

.adfoxly-wrapper > a,
.adfoxly-wrapper > span,
.entry-content .adfoxly-wrapper,
.entry-content .adfoxly-wrapper > span {
  text-decoration: none;
  border-bottom: none;
}

.adfoxly-wrapper > a.active,
.adfoxly-wrapper > span.active {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adfoxly-wrapper > a.hide,
.adfoxly-wrapper > span.hide {
  display: none;
}

.entry-content .adfoxly-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  float: initial;
  position: relative;
  width: 100%;
}

.adfoxly-wrapper.sticky.sticky-bottom {
  position: fixed;
  bottom: 0; /* if bottom */
  width: 100%;
  z-index: 999;
  background: #fff;
  padding-top: 5px;
  max-height: 8vh;
  /*left: 50%; !* if center *!*/
  /*transform: translateX(-50%); !* if center *!*/
  /*left: 0%; !* if left *!*/
  /*right: 0%; !* if right *!*/
  /*top: 0; !* if top *!*/
  /*vertical-align: top; !* if top *!*/
}

.adfoxly-wrapper.sticky.sticky-bottom .sticky-bottom-close .adfoxly-close-sticky-x,
.adfoxly-wrapper.sticky.sticky-bottom .sticky-bottom-close .adfoxly-close-x {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -38px;
  background: #fff;
  border-radius: 10px 0 0 0;
  padding: 10px 10px 10px 15px;
  z-index: 999;
  line-height: 1;
}

.adfoxly-wrapper.sticky.sticky-top .sticky-top-close .adfoxly-close-sticky-top-x,
.adfoxly-wrapper.sticky.sticky-top .sticky-top-close .adfoxly-close-x {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  line-height: 1;
  z-index: 999;
}

.adfoxly-wrapper.sticky.sticky-left .sticky-left-close,
.adfoxly-wrapper.sticky.sticky-right .sticky-right-close {
  position: initial;
}

.adfoxly-wrapper.sticky.sticky-left .sticky-left-close .adfoxly-close-sticky-left-x,
.adfoxly-wrapper.sticky.sticky-left .sticky-left-close .adfoxly-close-x {
  cursor: pointer;
  position: absolute;
  right: -34px;
  bottom: 0;
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 10px;
  z-index: 999;
  line-height: 1;
}

.adfoxly-wrapper.sticky.sticky-right .sticky-right-close .adfoxly-close-sticky-right-x,
.adfoxly-wrapper.sticky.sticky-right .sticky-right-close .adfoxly-close-x {
  cursor: pointer;
  position: absolute;
  left: -34px;
  bottom: 0;
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  z-index: 999;
  line-height: 1;
}

.adfoxly-wrapper.sticky.sticky-bottom .sticky-top-close .adfoxly-close-sticky-top-x svg,
.adfoxly-wrapper.sticky.sticky-bottom .sticky-bottom-close .adfoxly-close-sticky-x svg,
.adfoxly-wrapper.sticky.sticky-top .sticky-top-close .adfoxly-close-sticky-top-x svg,
.adfoxly-wrapper.sticky.sticky-top .sticky-bottom-close .adfoxly-close-sticky-x svg,
.adfoxly-wrapper.sticky.sticky-left .sticky-left-close .adfoxly-close-sticky-left-x svg,
.adfoxly-wrapper.sticky.sticky-left .sticky-right-close .adfoxly-close-sticky-right-x svg,
.adfoxly-wrapper.sticky.sticky-right .sticky-left-close .adfoxly-close-sticky-left-x svg,
.adfoxly-wrapper.sticky.sticky-right .sticky-right-close .adfoxly-close-sticky-right-x svg {
  width: 14px;
  height: 14px;
}

.adfoxly-wrapper.sticky.sticky-top {
  position: fixed;
  top: 0; /* if top */
  width: 100%;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  max-height: calc(8vh + 5px);
  box-shadow: 0 0 20px 5px rgba(100, 100, 100, .1);
  /*left: 50%; !* if center *!*/
  /*transform: translateX(-50%); !* if center *!*/
  /*left: 0%; !* if left *!*/
  /*right: 0%; !* if right *!*/
  /*top: 0; !* if top *!*/
  /*vertical-align: top; !* if top *!*/
}

.adfoxly-wrapper.sticky.sticky-left {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 30vw;
  z-index: 999;
  padding-bottom: 0;
  max-height: calc(100vh);
  box-shadow: 0 0 20px 5px rgba(100, 100, 100, .1);
  /*left: 50%; !* if center *!*/
  /*transform: translateX(-50%); !* if center *!*/
  /*left: 0%; !* if left *!*/
  /*right: 0%; !* if right *!*/
  /*top: 0; !* if top *!*/
  /*vertical-align: top; !* if top *!*/
}

.adfoxly-wrapper.sticky.sticky-right {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 30vw;
  z-index: 999;
  padding-bottom: 0;
  max-height: calc(100vh);
  box-shadow: 0 0 20px 5px rgba(100, 100, 100, .1);
  /*left: 50%; !* if center *!*/
  /*transform: translateX(-50%); !* if center *!*/
  /*left: 0%; !* if left *!*/
  /*right: 0%; !* if right *!*/
  /*top: 0; !* if top *!*/
  /*vertical-align: top; !* if top *!*/
}

.adfoxly-wrapper.sticky img {
  max-height: 8vh;
  max-width: 100%;
  text-align: center;
  position: relative;
  left: 50%; /* if center */
  transform: translateX(-50%); /* if center */
  margin-bottom: 0; /* if bottom */
  vertical-align: bottom; /* if bottom */
}

.adfoxly-wrapper.sticky.sticky-top > span > ins:first-of-type ins:first-of-type,
.adfoxly-wrapper.sticky.sticky-bottom > span > ins:first-of-type ins:first-of-type {
  left: 50%;
  transform: translateX(-50%);
}

.adfoxly-wrapper.sticky img::before {
  content: "";
  background: url('http://adfoxly.com/dist/images/adfoxly-logo-ddd.svg');
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  z-index: 999999;
  display: block;
}

.adfoxly-wrapper.sticky.sticky-left img {
  max-height: 100vh;
  max-width: 100%;
  text-align: center;
  position: relative;
  left: 0; /* if center */
  transform: translateX(0); /* if center */
  margin-bottom: 0; /* if bottom */
  vertical-align: bottom; /* if bottom */
}

.adfoxly-wrapper.sticky.sticky-right img {
  max-height: 100vh;
  max-width: 100%;
  text-align: center;
  position: relative;
  left: initial;
  right: 0; /* if center */
  transform: translateX(0); /* if center */
  margin-bottom: 0; /* if bottom */
  vertical-align: bottom; /* if bottom */
}

  /* ads tooltip */
.entry-content a.tooltip-ad {
  position: relative;
  display: inline;
}

.entry-content a.tooltip-ad span {
  position: absolute;
  width: 250px;
  color: #aaa;
  background: #fff;
  height: 250px;
  line-height: 40px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 5px #c7c7c7;
}

.entry-content a.tooltip-ad span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.entry-content a.tooltip-ad span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.entry-content a:hover.tooltip-ad span {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

/*popup*/

/*.overlay {*/
  /*position: fixed;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*background: rgba(0, 0, 0, 0.7);*/
  /*transition: opacity 500ms;*/
  /*visibility: hidden;*/
  /*opacity: 0;*/
/*}*/
/*.overlay:target {*/
  /*visibility: visible;*/
  /*opacity: 1;*/
/*}*/

/*.popup {*/
  /*margin: 70px auto;*/
  /*padding: 20px;*/
  /*background: #fff;*/
  /*border-radius: 5px;*/
  /*width: 30%;*/
  /*position: relative;*/
  /*transition: all 5s ease-in-out;*/
/*}*/

/*.popup h2 {*/
  /*margin-top: 0;*/
  /*color: #333;*/
  /*font-family: Tahoma, Arial, sans-serif;*/
/*}*/
/*.popup .close {*/
  /*position: absolute;*/
  /*top: 20px;*/
  /*right: 30px;*/
  /*transition: all 200ms;*/
  /*font-size: 30px;*/
  /*font-weight: bold;*/
  /*text-decoration: none;*/
  /*color: #333;*/
/*}*/
/*.popup .close:hover {*/
  /*color: #06D85F;*/
/*}*/
/*.popup .content {*/
  /*max-height: 30%;*/
  /*overflow: auto;*/
/*}*/


/*new popup*/

/*.box {*/
  /*width: 40%;*/
  /*margin: 0 auto;*/
  /*background: rgba(255,255,255,0.2);*/
  /*padding: 35px;*/
  /*border: 2px solid #fff;*/
  /*border-radius: 20px/50px;*/
  /*background-clip: padding-box;*/
  /*text-align: center;*/
/*}*/

/*.button {*/
  /*font-size: 1em;*/
  /*padding: 10px;*/
  /*color: #fff;*/
  /*border: 2px solid #06D85F;*/
  /*border-radius: 20px/50px;*/
  /*text-decoration: none;*/
  /*cursor: pointer;*/
  /*transition: all 0.3s ease-out;*/
/*}*/
/*.button:hover {*/
  /*background: #06D85F;*/
/*}*/

.adfoxly-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  transition: opacity 500ms;
  /*visibility: hidden;*/
  visibility: visible;
  /*opacity: 0;*/
  opacity: 1;
}
.adfoxly-overlay:target {
  visibility: visible;
  opacity: 1;
}

.adfoxly-wrapper.popup {
  /*margin: 70px auto;*/
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 1s ease-in-out;
  max-height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.adfoxly-wrapper.popup.popup-v2 {
  padding: 0;
  height: auto;
}

.adfoxly-wrapper.popup-v3 {
  /*width: 100%;*/
  /*position: relative;*/
  /*height: 100%;*/
}

.adfoxly-wrapper.popup-v3 a {
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  transition: all 1s ease-in-out;
  max-height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.adfoxly-wrapper.popup h2 {
  margin-top: 0;
  color: #333;
}
.adfoxly-wrapper.popup .adfoxly-close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.adfoxly-wrapper.popup-v3 .adfoxly-close {
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 200ms;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.adfoxly-wrapper.popup.popup-v2 .adfoxly-close {
  z-index: 1;
}

.adfoxly-wrapper.popup .adfoxly-close .adfoxly-close-x {
  display: block;
  line-height: 1;
}

.adfoxly-wrapper.popup .adfoxly-close .adfoxly-close-x svg {
  width: 14px;
  height: 14px;
  margin: 7px 8px;
}

.adfoxly-wrapper.popup-v3 .adfoxly-close .adfoxly-close-x {
  display: block;
  line-height: initial;
}

.adfoxly-wrapper.popup-v3 .adfoxly-close .adfoxly-close-x {
  width: 14px;
  height: 14px;
  margin: 7px 8px;
}

.adfoxly-wrapper.popup .adfoxly-close:hover {
  /*color: #06D85F;*/
}
.adfoxly-wrapper.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .adfoxly-box{
    width: 70%;
  }
  .adfoxly-wrapper.popup{
    width: 70%;
  }
}


.adfoxly-wrapper.popup a img,
.adfoxly-wrapper.popup-v3 a img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.adfoxly-adzone-popup-delay-wrapper {
  display: none;
}

.adfoxly-place-delay {
  display: none;
}

/* Booking Form Styles */
.adfoxly-booking-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Packages Overview */
.adfoxly-packages-overview {
  margin-bottom: 2.5rem;
  padding: 0.5rem 0 1.5rem;
}

.adfoxly-packages-title {
  font-size: 1.7rem;
  margin: 0 0 1.4rem;
  color: #14213d;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.35rem;
  border-bottom: 3px solid var(--adfoxly-accent, #dc2626);
}

.adfoxly-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.adfoxly-package-card {
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  padding: 1.2rem 1.3rem 1.35rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.adfoxly-package-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--adfoxly-accent, #dc2626), rgba(var(--adfoxly-accent-rgb, 220, 38, 38), 0.85));
}

.adfoxly-package-card:hover {
  border-color: rgba(var(--adfoxly-accent-rgb, 220, 38, 38), 0.45);
  box-shadow: 0 14px 28px rgba(20, 33, 61, 0.14);
  transform: translateY(-4px);
}

.adfoxly-package-header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.adfoxly-package-name {
  margin: 0;
  font-size: 1.1rem;
  color: #14213d;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.adfoxly-package-price {
  font-weight: 700;
  color: #ffffff;
  font-size: 0.95rem;
  white-space: nowrap;
  background: var(--adfoxly-accent, #dc2626);
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(var(--adfoxly-accent-rgb, 220, 38, 38), 0.25);
}

.adfoxly-package-features {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #435066;
  font-size: 0.96rem;
  line-height: 1.55;
  display: grid;
  gap: 0.45rem;
}

.adfoxly-package-features li {
  position: relative;
  padding-left: 1.2rem;
}

.adfoxly-package-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--adfoxly-accent, #dc2626);
}

.adfoxly-package-desc {
  margin: 0;
  color: #435066;
  font-size: 0.96rem;
  line-height: 1.55;
}

.adfoxly-addons-overview {
  margin-top: 2.25rem;
  padding-top: 1.4rem;
  border-top: 1px solid #e6e9ef;
}

.adfoxly-addons-title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  color: #14213d;
  font-weight: 700;
}

.adfoxly-addons-list {
  display: grid;
  gap: 0.85rem;
}

.adfoxly-addon-item {
  border: 1px dashed #d6deea;
  border-left: 4px solid var(--adfoxly-accent, #dc2626);
  border-radius: 10px;
  padding: 0.85rem 1.1rem;
  background: #f8fafc;
}

.adfoxly-addon-label {
  font-weight: 700;
  color: #14213d;
}

.adfoxly-addon-desc {
  margin-top: 0.3rem;
  color: #4b5a74;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .adfoxly-packages-title {
    font-size: 1.5rem;
  }

  .adfoxly-package-card {
    padding: 1.05rem 1.05rem 1.2rem;
  }

  .adfoxly-package-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .adfoxly-package-price {
    margin-top: 0.35rem;
  }
}

/* Form Error Message */
.adfoxly-form-error {
  display: none;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  color: #856404;
  font-weight: 500;
  position: relative;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.adfoxly-form-error-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.adfoxly-form-error-text {
  flex: 1;
  line-height: 1.5;
}

.adfoxly-form-error-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #856404;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
  line-height: 1;
}

.adfoxly-form-error-close:hover {
  color: #ca0019;
}

.adfoxly-booking-notice {
  max-width: 800px;
  margin: 1rem auto;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
}

.adfoxly-booking-notice.adfoxly-booking-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.adfoxly-booking-notice.adfoxly-booking-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Step Indicator */
.adfoxly-step-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding: 0 1rem;
  position: relative;
}

.adfoxly-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
}

.adfoxly-step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 3px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #999;
  transition: all 0.3s ease;
  position: relative;
}

.adfoxly-step-number {
  display: inline-block;
}

.adfoxly-step-check {
  display: none;
  color: #fff;
  font-size: 1.5rem;
}

.adfoxly-step-item.active .adfoxly-step-circle {
  background: #ca0019;
  border-color: #ca0019;
  color: #fff;
  transform: scale(1.1);
}

.adfoxly-step-item.completed .adfoxly-step-circle {
  background: #ca0019;
  border-color: #ca0019;
  color: #fff;
}

.adfoxly-step-item.completed .adfoxly-step-number {
  display: none;
}

.adfoxly-step-item.completed .adfoxly-step-check {
  display: inline-block;
}

.adfoxly-step-label {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  font-weight: 500;
}

.adfoxly-step-item.active .adfoxly-step-label {
  color: #ca0019;
  font-weight: 600;
}

.adfoxly-step-item.completed .adfoxly-step-label {
  color: #ca0019;
}

.adfoxly-step-line {
  flex: 1;
  height: 3px;
  background: #e0e0e0;
  margin: 0 1rem;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.adfoxly-step-item.completed ~ .adfoxly-step-line {
  background: #ca0019;
}

/* Form Styles */
.adfoxly-step-content {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.adfoxly-step-title {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  color: #333;
  font-weight: 600;
}

.adfoxly-form-group {
  margin-bottom: 1.5rem;
}

.adfoxly-form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.adfoxly-form-group-large {
  flex: 2;
}

.adfoxly-form-group-small {
  flex: 1;
}

.adfoxly-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.adfoxly-required {
  color: #dc3232;
  margin-left: 2px;
}

.adfoxly-input,
.adfoxly-select,
.adfoxly-textarea {
  width: 100%;
  padding: 0.875rem 1.125rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
  box-sizing: border-box;
  background: #fff;
}

.adfoxly-input::placeholder,
.adfoxly-textarea::placeholder {
  color: #999;
  opacity: 1;
}

.adfoxly-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.adfoxly-input:focus,
.adfoxly-select:focus,
.adfoxly-textarea:focus {
  outline: none;
  border-color: #ca0019;
  box-shadow: 0 0 0 3px rgba(202, 0, 25, 0.1);
}

.adfoxly-input.adfoxly-input-error,
.adfoxly-select.adfoxly-input-error,
.adfoxly-textarea.adfoxly-input-error {
  border-color: #dc3232;
  box-shadow: 0 0 0 3px rgba(220, 50, 50, 0.1);
}

.adfoxly-textarea {
  resize: vertical;
  min-height: 100px;
}

/* Radio Buttons */
.adfoxly-radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.adfoxly-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.adfoxly-radio-label:hover {
  border-color: #ca0019;
  background: rgba(202, 0, 25, 0.05);
}

.adfoxly-radio-label input[type="radio"] {
  display: none;
}

.adfoxly-radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 0.75rem;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.adfoxly-radio-label input[type="radio"]:checked + .adfoxly-radio-custom {
  border-color: #ca0019;
  background: #ca0019;
}

.adfoxly-radio-label input[type="radio"]:checked + .adfoxly-radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.adfoxly-radio-label input[type="radio"]:checked ~ .adfoxly-radio-text {
  color: #ca0019;
  font-weight: 600;
}

.adfoxly-radio-text {
  flex: 1;
  color: #333;
}

/* Checkbox */
.adfoxly-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.adfoxly-checkbox-label:hover {
  border-color: #ca0019;
  background: rgba(202, 0, 25, 0.05);
}

.adfoxly-checkbox-label input[type="checkbox"] {
  margin-right: 0.75rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Info Box */
.adfoxly-info-box {
  background: #f0f7ff;
  border-left: 4px solid #ca0019;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin-top: 0.5rem;
}

.adfoxly-info-box p {
  margin: 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* File Upload */
.adfoxly-file-upload {
  position: relative;
}

.adfoxly-file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.adfoxly-file-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 2px dashed #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

.adfoxly-file-label:hover {
  border-color: #ca0019;
  background: rgba(202, 0, 25, 0.05);
}

.adfoxly-file-text {
  color: #666;
  flex: 1;
}

.adfoxly-file-button {
  padding: 0.5rem 1rem;
  background: #ca0019;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}

.adfoxly-file-label:hover .adfoxly-file-button {
  background: #a00015;
}

/* Buttons */
.adfoxly-form-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.adfoxly-btn {
  padding: 0.875rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}

.adfoxly-btn-primary {
  background: #ca0019;
  color: #fff;
}

.adfoxly-btn-primary:hover {
  background: #a00015;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(202, 0, 25, 0.3);
}

.adfoxly-btn-primary:active {
  transform: translateY(0);
}

.adfoxly-btn-secondary {
  background: #f0f0f0;
  color: #333;
}

.adfoxly-btn-secondary:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.adfoxly-btn-secondary:active {
  transform: translateY(0);
}

.adfoxly-btn-submit {
  background: #ca0019;
  color: #fff;
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
}

.adfoxly-btn-submit:hover {
  background: #a00015;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(202, 0, 25, 0.4);
}

.adfoxly-btn-submit:active {
  transform: translateY(0);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .adfoxly-booking-wrapper {
    margin: 1rem;
    padding: 1.5rem;
  }

  .adfoxly-step-indicator {
    padding: 0 0.5rem;
    margin-bottom: 2rem;
  }

  .adfoxly-step-circle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .adfoxly-step-label {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }

  .adfoxly-step-line {
    margin: 0 0.5rem;
    margin-top: -20px;
  }

  .adfoxly-step-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .adfoxly-form-actions {
    flex-direction: column;
  }

  .adfoxly-btn {
    width: 100%;
  }
}

/* Summary Styles */
.adfoxly-summary {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.adfoxly-summary-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.adfoxly-summary-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.adfoxly-summary-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ca0019;
  margin-bottom: 1rem;
  margin-top: 0;
}

.adfoxly-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
}

.adfoxly-summary-item:last-child {
  margin-bottom: 0;
}

.adfoxly-summary-label {
  font-weight: 600;
  color: #666;
  margin-right: 1rem;
  flex-shrink: 0;
}

.adfoxly-summary-value {
  color: #333;
  text-align: right;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .adfoxly-form-row {
    flex-direction: column;
    gap: 0;
  }

  .adfoxly-form-group-large,
  .adfoxly-form-group-small {
    flex: 1;
  }

  .adfoxly-summary {
    padding: 1.5rem;
  }

  .adfoxly-summary-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .adfoxly-summary-value {
    text-align: left;
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 480px) {
  .adfoxly-step-indicator {
    flex-wrap: wrap;
  }

  .adfoxly-step-item {
    flex: 0 0 25%;
    margin-bottom: 1rem;
  }

  .adfoxly-step-line {
    display: none;
  }

  .adfoxly-summary {
    padding: 1rem;
  }
}

/* Customer Dashboard Styles */
.adfoxly-customer-dashboard {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.adfoxly-dashboard-login-required {
  max-width: 500px;
  margin: 3rem auto;
  padding: 2rem;
}

.adfoxly-dashboard-login-box {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.adfoxly-dashboard-login-box h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.5rem;
}

.adfoxly-dashboard-login-box p {
  margin-bottom: 1.5rem;
  color: #666;
}

.adfoxly-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #eee;
  flex-wrap: wrap;
  gap: 2rem;
}

.adfoxly-dashboard-welcome h2 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}

.adfoxly-dashboard-welcome p {
  margin: 0;
  color: #666;
  font-size: 1.1rem;
}

.adfoxly-dashboard-stats {
  display: flex;
  gap: 1.5rem;
}

.adfoxly-stat-card {
  background: linear-gradient(135deg, #ca0019 0%, #a00015 100%);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  min-width: 150px;
  box-shadow: 0 4px 15px rgba(202, 0, 25, 0.3);
}

.adfoxly-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.adfoxly-stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.adfoxly-dashboard-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: #f9f9f9;
  border-radius: 12px;
  border: 2px dashed #ddd;
}

.adfoxly-dashboard-empty-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.adfoxly-dashboard-empty h3 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.5rem;
}

.adfoxly-dashboard-empty p {
  margin: 0;
  color: #666;
}

.adfoxly-dashboard-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}

.adfoxly-dashboard-notice {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border-radius: 10px;
  border: 1px solid #c3e6cb;
  background: #d4edda;
  color: #155724;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.adfoxly-dashboard-notice-text {
  flex: 1;
  line-height: 1.4;
}

.adfoxly-dashboard-notice.error {
  background: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.adfoxly-dashboard-breadcrumb {
  margin-bottom: 1rem;
}

.adfoxly-dashboard-settings {
  margin-bottom: 2.5rem;
}

.adfoxly-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
}

.adfoxly-settings-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  border: 1px solid #eef1f4;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.adfoxly-settings-card-header h4 {
  margin: 0 0 0.35rem 0;
  color: #333;
}

.adfoxly-settings-card-header p {
  margin: 0;
  color: #666;
}

.adfoxly-settings-form .adfoxly-form-group {
  margin-bottom: 0.85rem;
}

.adfoxly-settings-form .adfoxly-form-actions {
  margin-top: 0.25rem;
}

.adfoxly-orders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.adfoxly-order-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.adfoxly-order-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-color: #ca0019;
}

.adfoxly-order-card-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.adfoxly-order-package h4 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
}

.adfoxly-package-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.adfoxly-package-link:hover {
  color: #ca0019;
  text-decoration: underline;
}

.adfoxly-order-price {
  color: #ca0019;
  font-weight: 600;
  font-size: 1.1rem;
}

.adfoxly-order-status {
  flex-shrink: 0;
}

.adfoxly-status-badge {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.adfoxly-status-badge.active {
  background: #d4edda;
  color: #155724;
}

.adfoxly-status-badge.inactive {
  background: #f8d7da;
  color: #721c24;
}

.adfoxly-order-card-body {
  padding: 1.5rem;
}

.adfoxly-order-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.adfoxly-order-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.adfoxly-order-detail-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.adfoxly-order-detail-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.adfoxly-order-detail-label {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.adfoxly-order-detail-value {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.adfoxly-order-message {
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.adfoxly-order-message strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.9rem;
}

.adfoxly-order-message p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.adfoxly-order-card-footer {
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.adfoxly-btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.adfoxly-dashboard-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #eee;
}

.adfoxly-dashboard-info-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #ca0019;
  padding: 1.5rem;
  border-radius: 8px;
}

.adfoxly-dashboard-info-box h4 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.1rem;
}

.adfoxly-dashboard-info-box p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .adfoxly-dashboard-header {
    flex-direction: column;
  }

  .adfoxly-dashboard-welcome h2 {
    font-size: 1.5rem;
  }

  .adfoxly-orders-grid {
    grid-template-columns: 1fr;
  }

  .adfoxly-order-card-header {
    flex-direction: column;
    gap: 1rem;
  }

  .adfoxly-stat-card {
    width: 100%;
  }
}

/* Ad Setup Page */
.adfoxly-ad-setup {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.adfoxly-ad-setup-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #eee;
}

.adfoxly-ad-setup-header h2 {
  margin: 0;
  color: #333;
  font-size: 1.75rem;
}

.adfoxly-ad-setup-content {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.adfoxly-ad-setup-info {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.adfoxly-ad-setup-info h3 {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-size: 1.25rem;
}

.adfoxly-ad-setup-info p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.adfoxly-ad-setup-placeholder {
  text-align: center;
  padding: 3rem 2rem;
  background: #f9f9f9;
  border-radius: 8px;
  border: 2px dashed #ddd;
}

.adfoxly-ad-setup-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.adfoxly-ad-setup-placeholder h3 {
  margin: 0 0 1rem 0;
  color: #333;
  font-size: 1.5rem;
}

.adfoxly-ad-setup-placeholder p {
  margin: 0.5rem 0;
  color: #666;
  line-height: 1.6;
}
