/* Custom Child Theme CSS */

body {
    background-color: #f7f7f7;
}

/* Header customization */
.top-header span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff0080;
    text-align: right;
}
/* Style Form */
.form-build-wrapper {
    max-width: 100%;
    width: 100%;
}
.form-wrapper-set {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
	font-family: "Unbounded", Sans-serif;
}
.label-head-set1 {
    font-size: 14px;
    font-family: urbnist;
    color: #000;
    line-height: 100%;
    width: 100%;
    margin: 0 0 8px 0;
}
.form-wrapper-set p {
	margin: 0;
	padding: 0px;
	line-height: 100%;
	font-family: "Unbounded", Sans-serif;
	display: block;
	width: 100%;
}
.form-wrapper-set .form-row-full {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-col-half {
    width: 48%;
}
.form-wrapper-set input {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.form-col-full {
    width: 100%;
}
input.send-enquiry-btn {
    background: #ca00d6;
    border-color: #ca00d6;
    color: #000;
    font-size: 16px;
    font-family: 'Unbounded';
    padding: 14px;
    cursor: pointer;
}
.sticky-wrapper-set {
    position: sticky;
    top: 90px;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 5px;
}
span.wpcf7-spinner {
    position: absolute;
    z-index: -1;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.wpcf7-response-output {
    margin: 0px !important;
    padding: 10px !important;
    color: #000;
    font-size: 10px;
    text-align: center;
    font-family: 'Unbounded';
    border: none !important;
}
.form_label img {
    filter: invert(0%) sepia(93%) saturate(7500%) hue-rotate(185deg) brightness(88%) contrast(68%);
}

/* Start Mew home */
.boldest-party-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.row-form-boredest {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.row-form-boredest .col {
    width: 100%;
}
.row-form-boredest .col p {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.row-form-boredest .col p br {
    display: none;
}
.row-form-boredest .col p label.form_label {
    display: flex;
    align-items: center;
    color: #000;
    gap: 7px;
    font-size: 14px;
    font-family: "Inter", Sans-serif;
    line-height: 100%;
}
.row-form-boredest .col p span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.row-form-boredest .col p span.wpcf7-form-control-wrap input, .row-form-boredest .col p span.wpcf7-form-control-wrap textarea {
    width: 100%;
    display: block;
    padding: 12px 10px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    border-radius: 10px;
	font-size: 14px;
	font-family: "Inter", Sans-serif;
}
.row-form-boredest .col p span.wpcf7-form-control-wrap input::placeholder, .row-form-boredest .col p span.wpcf7-form-control-wrap textarea::placeholder {
	font-size: 14px;
	font-family: "Inter", Sans-serif;
	color: #000;
}
.row-form-boredest .col p span.wpcf7-form-control-wrap textarea {
    height: 60px;
}
.row-form-boredest .col p i {
    color: #000;
    font-size: 12px;
    margin: 0;
    display: block;
    line-height: 100%;
}
.row-form-boredest.get-my-qoute-btn input.getmyquote-btn {
    background: #FF3399;
    color: #000;
    font-size: 16px;
    padding: 12px;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: normal;
    border-radius: 12px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
.setup-heading10 h3 {
    margin: 0;
}
/* End Mew home */

@media screen and (max-width: 1024px) {
 
.sticky-wrapper-set {
    position: unset;
    top: 0px;
}	
	
}

@media screen and (max-width: 767px) {

.row-form-boredest {
    flex-wrap: wrap;
}
.row-form-boredest .col p span.wpcf7-form-control-wrap textarea {
    height: 120px;
}	
	
}


/* menu */
 .alcohol-menu {
    background: #0d0d0d;
    color: #fff;
    padding: 60px 30px;
    font-family: 'Poppins', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .alcohol-menu .menu-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .alcohol-menu .menu-header h2 {
    color: #ff1493;
    font-size: 2.5rem;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .alcohol-menu .menu-header p {
    color: #aaa;
    font-size: 1rem;
    margin-top: 10px;
    letter-spacing: 1px;
  }

  .alcohol-menu .menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .alcohol-menu .menu-category {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 15px;
    padding: 25px;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .alcohol-menu .menu-category:hover {
    transform: translateY(-5px);
    border-color: #ff1493;
  }

  .alcohol-menu .menu-category h3 {
    color: #ff1493;
    font-size: 1.3rem;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff1493;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .alcohol-menu .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #333;
    font-size: 0.95rem;
  }

  .alcohol-menu .menu-item:last-child {
    border-bottom: none;
  }

  .alcohol-menu .menu-item .name {
    color: #f0f0f0;
  }

  .alcohol-menu .menu-item .price {
    color: #ff1493;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 15px;
  }

  .alcohol-menu .menu-footer {
    margin-top: 50px;
    background: #1a1a1a;
    border-left: 4px solid #ff1493;
    padding: 25px 30px;
    border-radius: 10px;
  }

  .alcohol-menu .menu-footer h4 {
    color: #ff1493;
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .alcohol-menu .menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .alcohol-menu .menu-footer ul li {
    color: #ccc;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
  }

  .alcohol-menu .menu-footer ul li::before {
    content: "✓";
    color: #ff1493;
    position: absolute;
    left: 0;
    font-weight: bold;
  }

  .alcohol-menu .no-byo {
    background: rgba(255, 20, 147, 0.1);
    border: 1px solid #ff1493;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
  }

  .alcohol-menu .no-byo strong {
    color: #ff1493;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }

  .alcohol-menu .no-byo p {
    color: #ccc;
    margin: 0;
    font-size: 0.9rem;
  }

  @media (max-width: 600px) {
    .alcohol-menu {
      padding: 40px 20px;
    }
    .alcohol-menu .menu-header h2 {
      font-size: 1.8rem;
    }
  }