.elementor-5671 .elementor-element.elementor-element-a1d4349{--display:flex;--padding-top:7em;--padding-bottom:7em;--padding-left:7em;--padding-right:7em;}.elementor-5671 .elementor-element.elementor-element-a1d4349:not(.elementor-motion-effects-element-type-background), .elementor-5671 .elementor-element.elementor-element-a1d4349 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5671 .elementor-element.elementor-element-d77cd03{text-align:center;}.elementor-5671 .elementor-element.elementor-element-d77cd03 .elementor-heading-title{font-family:"Hind", Sans-serif;font-size:40px;font-weight:700;color:var( --e-global-color-a8e845f );}.elementor-5671 .elementor-element.elementor-element-36f8c42{width:var( --container-widget-width, 82% );max-width:82%;--container-widget-width:82%;--container-widget-flex-grow:0;}.elementor-5671 .elementor-element.elementor-element-36f8c42.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5671 .elementor-element.elementor-element-a1d4349{--padding-top:3em;--padding-bottom:3em;--padding-left:3em;--padding-right:3em;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-5671 .elementor-element.elementor-element-a1d4349{--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-5671 .elementor-element.elementor-element-d77cd03{width:100%;max-width:100%;}.elementor-5671 .elementor-element.elementor-element-d77cd03 > .elementor-widget-container{margin:4em 0em 0em 0em;}.elementor-5671 .elementor-element.elementor-element-d77cd03 .elementor-heading-title{font-size:30px;}.elementor-5671 .elementor-element.elementor-element-36f8c42{--container-widget-width:946px;--container-widget-flex-grow:0;width:var( --container-widget-width, 946px );max-width:946px;}}/* Start custom CSS for shortcode, class: .elementor-element-36f8c42 *//* Hide long product description */
.woocommerce-tabs, .woocommerce-Tabs-panel--description {
    display: none !important;
}

/* Hide related products */
.related.products {
    display: none !important;
}
/* Hide featured product image */
.woocommerce div.product div.images {
    display: none !important;
}

/* Hide SKU */
.sku_wrapper {
    display: none !important;
}
.single_add_to_cart_button.button {
    background-color: #ab2422 !important;
    border-color: #ab2422 !important;
    color: #ffffff !important;
    padding: 14px !important;
    font-size: 16px;
  display: block;
}


/* Style the product title */
.woocommerce div.product .product_title {
    font-size: 0px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    padding: 0px 0 !important;
}

/* Style the product price */
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #fff !important;
    font-size: 0px !important;
    font-weight: 600;
    padding: 0px 0px;0px,10px
}

/* Hide product image container completely */
.woocommerce div.product div.images {
    display: none !important;
}

/* Make product summary area full width */
.woocommerce div.product div.summary {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: block;
}

.product_meta .posted_in,
.woocommerce-loop-product__categories,
.woocommerce-loop-category__title {
    display: none !important;
}

.participant_section {
  margin: 30px;
}

/* Make variation label text white */
.variations label {
    color: #ffffff !important;
}

/* Style dropdown variation options */
.variations select {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
}

/* Optional: style variation swatches (if using plugin like Variation Swatches) */
.variations .swatch-label,
.variations .swatch {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ccc !important;
}

/* Optional: dropdown arrow color fix */
.variations select option {
    color: #000000 !important;
    background-color: #ffffff !important;
}


.price:before {
    content: "Price starts from: ";
    color: #ffffff; /* white text */
    font-weight: 500;
    margin-right: 5px;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 0px;
    
}

/* Style dropdown variation options */
.variations select {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin: -10px;
}

/* Optional: style variation swatches (if using plugin like Variation Swatches) */
.variations .swatch-label,
.variations .swatch {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ccc !important;
}

/* Optional: dropdown arrow color fix */
.variations select option {
    color: #000000 !important;
    background-color: #ffffff !important;
}
.extra-resources select {
  padding: 11px;
  width: 50%;
  box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}
.extra-resources.resources_section {
    padding: 20px;
}

 .booking_month {
    font-size: 28px;
    font-weight: bold;
    line-height: 20px;
   display: block;
    text-align: center;
    text-align-last: center;
}
.ph_calendar_day {
    font-size: 20px;
    margin: 10px;
}
.ph-calendar-weekdays {
    margin-top: 10px;
    font-weight: 500;
    font-size: 40px;
}

.product-type-phive_booking form.cart {
    border-radius: 5px;
    margin-bottom: 1.618em;
   !important; /* Top: 0, Sides & Bottom: 4% */
    background-color: #fff;
    
     
} 
 .ph-calendar-month {
    background: #ab2422 !important;
    padding: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px
 }
 .woocommerce div.product form.cart .button
 {
    /* vertical-align: middle; */
    /* float: left; */
    /* padding: 20px; */
    margin: 25px;
}

.booking-info-wraper, .booking-info-wraper p {
    color: #000000 !important;
    padding: 10px;
}

 @media (max-width: 480px) {
  .booking_month {
    font-size: 18px;
  }

  .ph_calendar_day {
    font-size: 14px;
  }

  .ph-calendar-weekdays {
    font-size: 24px;
  }
  .ph-calendar-month {
    background: #ab2422 !important;
    padding: 10px;
}/* End custom CSS */