/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2025 | 01:58:40 */
i/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.home .top_panel {
  margin-bottom: 0px !important;
}

div#customer_details h3 {
  font-size: 1.375em;
  margin: 0;
  font-family: arcon, sans-serif;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.woocommerce-MyAccount-content .woocommerce-column__title {
  font-size: 23px;
  font-family: arcon, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 10px;
}

div.wpforms-container-full
  .wpforms-field.wpforms-field-checkbox.wpforms-list-3-columns
  ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
div.wpforms-container-full
  .wpforms-field.wpforms-field-payment-checkbox.wpforms-list-3-columns
  ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.step_page_header {
  text-align: center;
}
.step_page_header h3 {
  font-size: 30px !important;
}
.step_page_header p {
  font-size: 20px !important;
}

.ppcontainer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100009;
  background-color: #fff !important;
  color: #000;
  width: 100% !important;
  max-width: 550px;
  padding: 30px !important;
  display: none;
}
.ppcontainer.show_price {
  display: block;
}
.overlay {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100002;
  display: none;
}
.overlay.show_price {
  display: block;
}
.clbsec {
  text-align: left;
}

.close-btn {
  font-size: 50px !important;
  color: #888 !important;
  text-decoration: none;
  cursor: pointer;
}

.close-btn:hover {
  color: #000 !important;
}

.ppcontainer .title {
  text-align: left;
  margin: 3% 0px !important;
  font-size: 22px;
  font-weight: bold;
}

.ppcontainer .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 20px;
}

.ppcontainer .price-section {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6;
}

.ppcontainer .price-section .label {
  font-weight: normal;
}

.ppcontainer .price-section .price {
  font-weight: bold;
}

.ppcontainer .divider {
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}

.item_description p {
  font-size: 18px !important;
  margin: 10px;
}

.item_description button.check_price {
  color: #000;
  font-weight: 400;
}
.item_description button.check_price:hover,
.item_description button.check_price:focus {
  background-color: transparent !important;
}
.item_description button.check_price span {
  text-transform: uppercase;
}
.item_description button.check_price svg {
  transform: translate(4px, 3px);
}

.price_list {
  padding: 20px !important;
  overflow-y: scroll !important;
  height: 80% !important;
}

span.wpforms-image-choices-label {
  font-size: 22px !important;
  font-weight: 600;
  margin: 15px 0px !important;
}

.wpforms-page.last .wpforms-pagebreak-split {
  justify-content: left !important;
}
.zip_valid {
  margin: 50px !important;
}

.zip_valid form {
  text-align: center;
}

.zip_valid form p {
  margin: 20px;
}
.zip_valid form p label {
  font-size: 30px;
  font-family: arcon, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.feature_bar .sc_icons_item_title {
  color: #fff !important;
  width: 100% !important;
}

.price_list_section {
  border: 1px solid #0000001a;
  box-shadow: 0px 0px 10px #00000024;
  border-radius: 5px;
}

.vc_column-gap-20:has(.price_list_section) {
  gap: 20px;
  display: flex;
}

.price_list_header h3 {
  margin: 5px 0;
  font-size: 30px;
}
.price_list_header p {
  margin-bottom: 10px;
}

.price-list {
  width: 100%;
  max-width: 400px;
}
.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.price-list .item:last-child {
  border: 0px;
}
.item-name {
  font-weight: normal;
}
.item-price {
  font-weight: bold;
}

.hero_slider form {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.zv_field {
  width: 100%;
  text-align: center !important;
  font-size: 20px !important;
  padding: 12px 0px !important;
  font-family: sofiaprolight, sans-serif !important;
}

.sr_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.service-container {
  width: 32%;
}

.service-thumbnail {
  text-align: center;
}

.service-thumbnail img {
  width: 100%;
  max-width: 200px;
}

.service-content {
  text-align: center;
  margin: 20px 0px;
}

.service-content h3 {
  margin: 0;
}

.single-cpt_services .services_page_header {
  display: none;
}

.single-cpt_services .price-list {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .price_list_header h3 {
    font-size: 18px !important;
  }
  .vc_column-gap-20:has(.price_list_section) {
    flex-wrap: wrap;
  }
  .zv_field {
    font-size: 12px !important;
  }
  .header_top_right {
    display: none !important;
  }
}

.services_page_content .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services_page_content .heading-section{
	text-align:center;
}

.services_page_content h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services_page_content h2 {
  text-align: center;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 40px;
  color: #777;
}
.intro-text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  color: #666;
  font-size: 1.1em;
}
.price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-column {
  width: 48%; /* Slightly less than half to allow for spacing */
  margin-bottom: 30px;
}
.price-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.price-item:last-child {
  border-bottom: none;
}
.item-name {
  font-weight: normal;
  flex-grow: 1;
}
.item-price {
  font-weight: bold;
  text-align: right;
  min-width: 60px; /* Ensure price column has enough space */
}
.childrens-items {
  font-size: 0.9em;
  color: #888;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .price-column {
    width: 100%;
  }
}

/* Container for the Accordion */
.cpt-service-accordion-container {
  width: 100%;
  max-width: 900px; /* Example max width */
  margin: 20px auto;
}

/* Individual Accordion Item */
.accordion-item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* Header/Button */
.accordion-header {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #f7f7f7;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  transition: background-color 0.2s;
  position: relative;
}

.accordion-header:hover,
.accordion-header[aria-expanded="true"] {
  background-color: #eee;
}

/* Arrow/Icon for the Header */
.accordion-header::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.2s;
}

.accordion-header[aria-expanded="true"]::after {
  content: "-";
}

/* Content Area */
.accordion-content {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #fff;
}

/* Class applied by JavaScript when open */
.accordion-content.is-open {
  padding: 15px;
}

.cpt-service-accordion-container .price-list {
  width: 100%;
  max-width: 100%;
}

.cpt-service-accordion-container .accordion-header h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.cpt-service-accordion-container .accordion-header::before {
  display: none;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.2s;
  top: 50%;
  transform: translateY(-50%);
}
