/* Enter Your Custom CSS Here */
.page-id-16188 header,
.page-id-16188 footer {
    display: none !important;
}

.overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Black with 80% opacity */
    z-index: 1000;
}

.page-template-page-mmcs #content{
  padding-top: 40px !important;
}

.page-template-page-mmcs header{
  display: none;
}

.form-details{
    float: left;
    width: 45%;
    padding-right: 2%;
}

.ticket-form{
    float: left;
}

.instructions-container h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}

.instructions-list {
    list-style-type: decimal;
    margin-left: 20px;
}

.instructions-list li {
    margin-bottom: 20px;
}

.instructions-list h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.instructions-list p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    padding-left: 5px;
        padding-right: 10%;
}

.instructions-list li:last-child {
    margin-bottom: 0;
}

#popupForm label{
    display: block;
    margin-top: 4%;
    font-size: 12px;
}

#popupForm select,
#popupForm input[type="text"],
#popupForm input[type="number"],
#popupForm input[type="email"]{
    border: 1px solid #CCC;
  border-radius: 5px;
  background: #F7F7F7;
  font-size: 14px;
}

/* The popup form (hidden by default) */
.popup-form {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Popup content */
.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 800px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}


/* Thumb of the scrollbar (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #888 !important; /* Color of the thumb */
    border-radius: 10px !important;
    border: 2px solid #f4f4f4 !important; /* Optional border to add padding between thumb and track */
}

/* Container for the event promotion */
.event-container {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  margin: 0;
  overflow: hidden;
  right: 0;
}

/* Styling for the event details */
.event-details {
    padding: 20px;
}

.event-details h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.event-details p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
}

.btn-register, #popupForm button {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
        border: 0;
}

.btn-register:hover {
    background-color: #218838;
}

.sp-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.entry-content .elementor{
    margin: 0 5%;
}

.entry-content{
    padding: 0 5%;
}

.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained, .entry-title{
    display: none !important;
}

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
}

.pricing-container .thsn-select{
  width: 30% !important;
  display: inline-block !important;
  background: #e9e9e9 !important;
}

.pricing-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  width: 280px;
  text-align: center;
  transition: transform 0.3s ease;
}

.pricing-title {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #333;
  font-family: 'Roboto' !important;
}

.price {
  font-size: 2.8em;
  margin: 20px 0 0;
}

.price .currency {
  font-size: 0.6em;
  vertical-align: super;
  color: #555;
}

.amount {
  color: #27ae60;
}

.price .period {
  font-size: 0.5em;
  color: #555;
}

.features {
  list-style: none;
  margin: 20px 0;
}

.features li {
  font-size: 1em;
  margin-bottom: 10px;
  color: #555;
}

.btn:hover {
    color: #000 !important;
}

.btn {
  display: inline-block !important;
  padding: 10px 30px !important;
  margin-top: 20px !important;
  background-color: #27ae60 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  font-size: 1.1em !important;
  transition: background-color 0.3s ease !important;
}

/* Highlight the popular plan */
.popular {
  background-color: #27ae60;
  color: white;
}

.popular .price .amount {
  color: white;
}

.popular .btn {
  background-color: white;
  color: #27ae60;
}

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

    .no-float-on-mobile{
      float: none !important;
      width: 100% !important;
      margin: 0 !important;
    }

    .new-template-page-mmcs img{
      width: 100%;
    }
    
    .form-details{
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 5%;
    }

    .popup-content{
        width: 100%;
    }
    
    .pricing-box {
        width: 100%;
        margin-bottom: 3%;
    }
    
    .pricing-container {
        display: block;
        max-width: 100%;
    }
    
    .popup-form{
        top: 10%;
        width: 90%;
        margin: 0 5%;
        position: absolute;
    }
    
    .ticket-form{
        float: none;
        width: 100% !important;
        padding: 0;
    }
    
}