/*
Theme Name: Dogstar Official
Theme URI: https://dogstarofficial.com
Description: Official Dogstar band website theme with booking system
Author: Dogstar Team
Author URI: https://dogstarofficial.com
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dogstar
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&display=swap");

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  background-color: #000000;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
}

img {
  margin: 0 auto;
  max-width: 100%;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

section {
  padding: 10rem 0;
}

@media (max-width: 800px) {
  section {
    padding: 2rem 0;
  }
}

.contact {
  text-align: center;
}

.contact a {
  color: #f4b200;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.contact a:hover {
  color: #fff;
}

#navigation {
  text-align: center;
  padding: 2rem 0;
  background: transparent;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  margin: 1rem;
  display: inline-block;
}

#navigation ul li a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

#navigation ul li a:hover {
  color: #F4B200;
}

@media (max-width: 800px) {
  #navigation ul li {
    margin: 0.1rem;
    display: inline-block;
  }
  #navigation ul li a {
    font-size: 1rem;
  }
}

h1 {
  line-height: 1em;
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: 4rem;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  line-height: 1em;
  text-align: center;
  font-weight: 800;
  color: #f4b200;
  font-size: 4rem;
}

@media (max-width: 800px) {
  h2 {
    font-size: 2rem;
  }
}

#logo {
  width: 100%;
  margin: 2rem auto 5rem auto;
  text-align: center;
  mix-blend-mode: hard-light;
  opacity: 1;
}

#promo {
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 0;
  margin-top: -8rem;
  padding-top: 8rem;
  background-image: url("https://www.dogstarofficial.com/img/bg-cover.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.promo-cover {
  width: 600px;
  margin: 2rem 0;
}

.btn,
.btn:active,
.btn:focus,
.btn:visited {
  background: #f4b200;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 30px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  margin: 2rem;
  font-size: 1.5rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.btn:hover,
.btn:active:hover,
.btn:focus:hover,
.btn:visited:hover {
  background: #94231a;
  color: #f4b200;
}

#tour {
  background-image: url("https://www.dogstarofficial.com/img/bg1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#join {
  background-image: url("https://www.dogstarofficial.com/img/bg3.jpg");
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

#photo img {
  display: block;
  min-width: 100%;
}

#video {
  background-image: url("https://www.dogstarofficial.com/img/bg2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}

footer {
  text-align: center;
  padding: 2rem 0 0.1rem 0;
  background-image: url("https://www.dogstarofficial.com/img/bg1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

#footer-logo img {
  max-width: 300px;
  margin: 2rem auto;
  mix-blend-mode: hard-light;
}

@media (max-width: 800px) {
  #footer-logo img {
    max-width: 200px;
  }
}

.copyright {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 4rem 0;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.copyright a:hover {
  color: #f4b200;
}

.copyright ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

.copyright ul li {
  display: inline-block;
  margin: 0 0.5rem;
}

.footer-social i {
  font-size: 1.7rem;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  margin: 0.2em;
  background: #f4b200;
  color: #fff;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  width: 30px;
  height: 30px;
}

.footer-social i:hover {
  background: #94231a;
  color: #f4b200;
}

@media (max-width: 800px) {
  .footer-social i {
    font-size: 1.5rem;
    padding: 1rem;
    margin: 0.2em;
    width: 25px;
    height: 25px;
  }
}

.seated-event-description-cells {
  text-transform: uppercase;
}

.seated-follow-box {
  display: none;
}

.seated-event-link {
  background: #f4b200 !important;
  border: none !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 15px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  transition: all 0.3s ease-out !important;
}

.seated-event-link:hover {
  background: #94231a !important;
  color: #f4b200 !important;
}

@media (max-width: 800px) {
  .seated-event-link-cell {
    text-align: center !important;
  }
}

.seated-event-date-cell {
  font-weight: 600 !important;
  font-size: 1.5rem;
}

.seated-event-venue-name {
  margin: 1rem 0 0.5rem 0;
}

.seated-event-details-cell {
  font-size: 0.8rem;
}

.seated-event-row {
  padding: 2rem 0 !important;
}

.seated-events-table {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.seated-event-row {
  display: flex;
  justify-content: space-between;
  padding: 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

.seated-event-row:hover {
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}

.seated-event-description-cells {
  width: 65%;
}

.seated-event-venue-cell {
  display: flex;
}

.seated-event-venue-name {
  width: 60%;
}

.seated-event-venue-location {
  width: 40%;
}

.seated-event-date-cell {
  font-weight: 700;
  text-transform: uppercase !important;
}

.seated-event-link-cells {
  display: flex;
}

.seated-event-link-cell {
  align-items: center;
  display: flex;
}

.seated-event-link,
.seated-event-link:visited {
  color: #000;
  border: 2px solid rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  display: block;
  font-size: 12px;
  margin: 4px 0 4px 9px;
  overflow: hidden;
  padding: 6px 3px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  min-width: 120px;
  text-transform: uppercase !important;
}

.seated-event-link:hover {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
  transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .seated-event-venue-name {
    width: 90%;
  }
  .seated-event-venue-location {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .seated-event-link-cells {
    flex-direction: column;
    justify-content: center;
  }
  .seated-event-link-cell {
    display: block;
  }
  .seated-event-link {
    margin-left: 0;
  }
  .seated-event-venue-cell {
    flex-flow: column;
  }
}

@media screen and (max-width: 580px) {
  .seated-event-row {
    flex-flow: column;
  }
  .seated-event-link-cells {
    margin-top: 16px;
  }
  .seated-event-link-cell {
    display: block;
  }
  .seated-event-description-cells {
    width: 100%;
    text-align: center;
  }
  .seated-event-venue-cell {
    align-items: center;
    margin-bottom: 0px;
  }
}

.animate {
  animation-duration: 1.5s;
  animation-name: animate-fade;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}

@keyframes animate-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
  }
}

#mc_embed_signup {
  padding: 10px;
}

#mc_embed_signup form {
  text-align: center;
  padding: 10px 0;
}

#mc_embed_signup .clear, .mc-field-group {
  display: inline-block;
}

#mc_embed_signup input, #mc_embed_signup select {
  font-size: 1rem;
  border: 1px solid #F4B200;
  border-radius: 10px;
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
  height: 60px;
  padding: 1em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.5);
}

#mc_embed_signup input.email::placeholder {
  color: #F4B200;
}

#mc_embed_signup .button {
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  background: #F4B200;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  padding: 0 2rem;
  height: 60px;
}

#mc_embed_signup .button:hover {
  color: #F4B200;
  background: #94231a;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: 700;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-success-response {
  color: #447861;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }
  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
  
  /* Booking page responsive */
  .booking-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }
  
  .booking-page {
    padding: 2rem 0;
  }
  
  .price-display {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
  
  .btn {
    padding: 20px 30px;
    font-size: 1.2rem;
    margin: 1rem 0;
    width: 100%;
  }
  
  .alert-soldout {
    font-size: 0.9rem;
  }
  
  /* Contact page responsive */
  .contact-form-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }
  
  .contact-page {
    padding: 2rem 0;
  }
}

@media (max-width: 480px) {
  .booking-container {
    padding: 1rem;
    margin: 0 0.5rem;
  }
  
  .contact-form-container {
    padding: 1rem;
    margin: 0 0.5rem;
  }
  
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  .form-group label {
    font-size: 1rem;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
}

/* Mobile Responsive Styles for Payment Page */
.booking-page {
  background-image: url("https://www.dogstarofficial.com/img/bg1.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
  min-height: 100vh;
}

.booking-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  border: 2px solid #f4b200;
}

.alert-soldout {
  background: #94231a;
  color: #f4b200;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.form-group {
  margin-bottom: 2rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #f4b200;
  font-size: 1.1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #f4b200;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.checkbox-group {
  margin-top: 1rem;
}

.checkbox-group label {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
  width: auto;
  margin-right: 0.5rem;
  cursor: pointer;
}

.price-display {
  background: #f4b200;
  color: #000;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  margin: 2rem 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.payment-message {
  background: rgba(148, 35, 26, 0.3);
  border: 2px solid #94231a;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  margin: 2rem 0;
}

.payment-message p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.contact-btn {
  background: #f4b200;
  border: none;
  border-radius: 10px;
  color: #000;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  font-size: 1rem;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.contact-btn:hover {
  background: #94231a;
  color: #f4b200;
}

/* Contact Page Styles */
.contact-page {
  background-image: url("https://www.dogstarofficial.com/img/bg3.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
  min-height: 100vh;
}

.contact-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  border: 2px solid #f4b200;
}

.success-message {
  background: #447861;
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.error-message {
  background: #94231a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

/* Payment Page Styles */
.payment-page {
  background-image: url("https://www.dogstarofficial.com/img/bg1.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
  min-height: 100vh;
}

.payment-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 15px;
  border: 2px solid #f4b200;
  text-align: center;
}

.ticket-id-display {
  background: linear-gradient(135deg, #f4b200 0%, #ffd700 100%);
  color: #000;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.ticket-id-value {
  font-family: 'Courier New', monospace;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 1rem 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  user-select: all;
}

.copy-ticket-btn {
  background: #000;
  color: #f4b200;
  border: 2px solid #f4b200;
  border-radius: 10px;
  padding: 0.8rem 2rem;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin-top: 1rem;
}

.copy-ticket-btn:hover {
  background: #f4b200;
  color: #000;
}

.payment-info-box {
  background: rgba(148, 35, 26, 0.3);
  border: 2px solid #94231a;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem 0;
}

.payment-info-box h3 {
  color: #f4b200;
  margin-bottom: 1rem;
}

.payment-info-box p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-email {
  color: #f4b200;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  margin: 1rem 0;
}

.contact-email:hover {
  color: #fff;
}

.contact-actions {
  margin-top: 2rem;
}

.contact-actions p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* Mobile Responsive Styles for Payment Page */
@media (max-width: 768px) {
  .payment-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }
  
  .ticket-id-value {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0.8rem;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  
  .ticket-id-display {
    padding: 1rem;
    font-size: 1rem;
  }
  
  .payment-info-box {
    padding: 1rem;
  }
  
  .payment-info-box p {
    font-size: 1rem;
  }
  
  .contact-email {
    font-size: 1rem;
    word-break: break-all;
  }
  
  .contact-actions p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .payment-container {
    padding: 1rem;
    margin: 0 0.5rem;
  }
  
  .ticket-id-value {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  
  .copy-ticket-btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    width: 100%;
  }
  
  h1 {
    font-size: 1.5rem;
  }
}

