.workshop-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 60px;
  margin-bottom: 100px;
}
#post-3427 .entry-title, .page-id-3576 .entry-title,
.page-id-3508 .entry-title, .post-3557 .entry-title{
  display: none;
}
.workshop-grid {
  border:none !important;
  max-width: 31%;
  border-radius: 10px !important;
  box-shadow: 0px 30px 56px 0px #2b2b2b1a;
  position: relative;
  /* padding-bottom: 192px; */
  /* height: max-content; */
  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}
/* .wk_price p{
  font-family:'Amulya' !important;
  font-family:bold !important;
  font-size:26px !important;
} */
.workshop-image {
  padding: 24px;
  background: #f481201a;
  border-radius: 12px 12px 0px 0px;
}
#order_review {
  z-index: 1;
}
.return-to-shop {
  display:none !important;
}
.workshop-coverimage {
  width: 100%;
  border-radius: 12px;
}
 img .workshop-coverimage {
    border-radius: 10px 10px 0 0 !important;
  }
.workshop-desc {
      font-size: 15px;
    font-family: 'Merriweather';
    line-height: 20px;
  padding: 34px 25px 24px 30px;
}
.wrk-event-card {
	padding: 0px 25px 24px 30px;
}
.workshop-info-block{
  padding: 10px 25px 20px 30px !important;
}
.workshop-descrition {
  font-size: 24px;
  margin: 0;
  /* font-family: Boston-SemiBold; */
  font-weight: 600;
}
.icon-text{
  font-size:14px !important;
}
.workshop-btns{
  padding:0 25px 20px 30px;
}
.workshop-desc h3 {
  margin: 0 0 10px 0;
  color: #f48120;
  font-size: 28px;
  /* font-family: 'Boston-Bold'; */
  font-weight: 700;
  margin-bottom: 15px !important;
}
.workshop-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sw_seat span{
  margin-bottom: 20px !important;
  font-size: 28px !important;
  color: black !important;
}
.sw_expressInterest {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.workshop-details ul li {
  padding: 16px 24px;
  border-bottom: 1px solid #888888;
  display: flex;
  font-size: 18px;
  gap: 3px;
}
.workshop-details ul li label {
  width: 25%;
  font-weight: 600;
}
.workshop-details ul li span {
  width: 75%;
}
.workshop-details ul li:last-child {
  border-bottom: 0;
}
.workshop-button {
  background: #f5f4f4;
  padding: 32px 24px;
  border-radius: 0px 0px 12px 12px;
  margin-top: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 166px;
}
.workshop-grid-details {
  padding-bottom: 203px;
}
.workshop-button .sw-scp-btn,
.sw-scp-btn {
  background: #41403c;
  border: 1px solid #41403c;
  padding: 8px 35px;
  border-radius: 5px;
  width: 100%;
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "Boston-Bold";
  text-transform: uppercase;
  transition: 0.5s;
}
.icon.location-icon {
    background: url(https://institute.swasth.org/wp-content/uploads/2025/05/location.svg) no-repeat;
    width: 20px;
    height: 25px;
    display: block;
}
 .wrk-event-info {
            margin-bottom: 32px;
        }

        .wrk-date-section {
			display: flex;
			align-items: flex-start;
			margin-bottom: 20px;
			padding-top: 12px;
			/* border-top: solid 2px #EACCA5; */
			/* border-bottom: solid 2px #EACCA5; */
			padding-bottom: 12px;
		}

        .wrk-location-icon {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .wrk-location-icon::before {
            content: '';
            width: 25px;
            height: 25px;
            background: url(https://institute.swasth.org/wp-content/uploads/2025/05/location.svg) no-repeat;
        }
        .wrk-calender-icon {
          width: 25px;
          height: 25px;
          border-radius: 50%;
          display: flex
      ;
          align-items: center;
          justify-content: center;
          margin-right: 12px;
          margin-top: 2px;
          flex-shrink: 0;
      }
              .wrk-calender-icon::before {
            content: '';
            width: 25px;
            height: 25px;
            background: url('https://institute.swasth.org/wp-content/uploads/2025/05/calender-icon.svg') no-repeat;
        }



        .wrk-date-content {
            flex: 1;
        }

        .wrk-date-title,.wrk-time-title {
			color: #7B4B03;
			margin-bottom: 4px;
			line-height: 1.2;
			font-weight: bold;
			font-size: 18px;
		}

        .wrk-date-value {
            /* color: #7B4B03; */
            Color: #2B2B28 !important;
            font-size: 18px !important;
            font-weight: 400;
            font-family: 'Merriweather Sans', sans-serif;
            line-height: 1.11em;
        }
        /* .workshop-separator{
       height: 2px;
       width: 100%;
       margin: 20px 0;
       
        } */

        .wrk-time-section {
            display: flex;
            align-items: flex-start;
			border-bottom: solid 2px #EACCA5;
      border-top: solid 2px #EACCA5;
			padding: 12px 0px;
        }

        .wrk-time-content {
            flex: 1;
        }
        .wrk-time-range {
            display: flex;
            align-items: center;
            gap: 12px;
        }
		.wrk-time-badge {
			padding: 13px 0px 20px 0px;
		}
       .wrk-time-badge span {
			background-color: #A3DCDC;
			color: #2B2B28;
			padding: 5px 10px;
			border-radius: 5px;
			font-size: 18px;
      font-family: 'Merriweather Sans', sans-serif;
      line-height: 1.11em;
			border: #A3DCDC;
		   
		}

        .wrk-time-separator {
            color: #6b7280;
            font-size: 14px;
            font-weight: 400;
        }
      .wrk-timenotconfirmed {
          font-size: 18px;
          line-height: 20px;
          color: #7B4B03;
      }
        .wrk-button-container {
            display: flex;
            gap: 12px;
        }

        .wrk-button {
            flex: 1;
            padding: 8px 13px;
            border-radius: 24px;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0px 0px 7px 0px #00000040 !important;
        }

        .wrk-button-secondary {
            background-color: #FFE480;
            color: #2B2B28;
            border: 1px solid rgba(146, 64, 14, 0.2);
        }

        .wrk-button-secondary:hover {
            background-color: #f59e0b;
            transform: translateY(-1px);
        }

        .wrk-button-primary {            
            background-color: #FFF3C6;
            color: #2B2B28;
            border: 1px solid rgba(146, 64, 14, 0.2);
        }

        .wrk-button-primary:hover {
            background-color: #f59e0b;
            transform: translateY(-1px);
        }
.workshop-button .sw-scp-btn:hover,
.sw-scp-btn:hover {
  border: 1px solid #41403c;
  background: white;
  color: #41403c;
}
.woocommerce .optional {
  display: none;
}
.woocommerce-input-wrapper input[type=date] {
  width: auto !important;
  background: #f5f5f5 !important;
    border: 1px solid #eee !important;
    padding: 10px 20px;
}
.sw_joinwa {
  border: 1px solid #009344;
  color: #009344;
  border-radius: 5px;
  display: block;
  font-family: Boston-Bold;
  text-align: center;
  padding: 10px 10px 10px 45px;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffffff;
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}
.sw_joinwa:hover {
  background: #009344;
  color: #fff !important;
}
.sw_joinwa::before {
  content: "";
  background: url(https://www.swasth.org/wp-content/uploads/2024/11/whatsapp-logo-1.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.woocommerce button.button,
.woocommerce-message .button,
.woocommerce-Button,
.woocommerce a.button{
  background: #f48120 !important;
  border: 1px solid #f48120 !important;
  color: white !important;
  padding: 8px 25px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  font-family: "Boston-Bold" !important;
}
.woocommerce button.button:hover,
.woocommerce-message .button:hover,
.woocommerce-Button:hover,
.woocommerce a.button:hover{
  color: #f48120 !important;
  background: white !important;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  font-size: 22px;
}
.variations_form button {
  width: 100%;
}
.variations_form label{   font-family: 'Merriweather Sans'; }
.sw-btn:hover, .variations_form button[type='submit']:hover{
  color: #f48120;
  border: 1px solid #f48120;
  background: white;
}
.workshop-btn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.sw-workshop-btn,
.sw-btn,  .variations_form button[type='submit']  {
  border: 1px solid #000000;
  padding: 8px 25px;
  border-radius: 5px !important;
  background: #faebd700;
  font-size: 16px;
  color: #000000;
  font-family: "Boston-Bold";
  text-transform: uppercase;
  transition: 0.5s;
  width: 100%;
  max-width: 100% !important;
}
.variations_form  select{
  background: #ffffff !important;
      border: 1px solid #eee !important;
      height: 50px !important;
      font-weight: 500 !important;
      border-radius: 0 !important;
      padding: 10px;
      width: 100%;
  }
.inactive .workshop-btn a {
  width: 100%;
}
.workshop-btn a {
  width: 48%;
}
.sw-workshop-btn:hover {
  border: 1px solid #41403c;
  background: #41403c;
  color: #fff;
}
.sw-btn,  .variations_form button[type='submit']  {
  border: 1px solid #f48120;
  background: #f48120;
  color: #fff;
  transition: 0.5s;
  line-height: 1.5em !important;
  height: auto !important;
}
.workshop-descrition {
  font-size: 16px;
}
.workshop-search {
  position: relative;
}
.workshop-search::before {
  content: "";
  background: url(/wp-content/uploads/2024/10/search1.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  left: 8px;
  top: 17px;
  background-size: contain;
}
#searchWorkshop {
  height: auto;
  width: auto;
  padding: 10px 16px 10px 28px !important;
}
.workshop-banner {
  background: #f5f5f5;
  padding: 28px 36px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px;
}
.workshop-shorting p {
  font-size: 22px;
  margin: 0;
}

.workshop-shorting {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.workshop-category select,
#searchWorkshop {
  border: 1px solid #a2a2a2;
  padding: 10px 16px;
  background: none;
  border-radius: 8px;
  font-family: Calibri-regular;
  font-weight: 500;
  font-size: 20px;
}
.workshop-total {
  font-weight: 600;
  font-size: 28px;
}
.single-workshop .workshop-single-post .wpb_single_image img,
.single-workshop .workshop-single-post .wpb_single_image {
  border-radius: 12px;
}
.single-workshop .workshop-single-post p,
.single-workshop .workshop-single p {
  font-size: 24px;
}
.workshop-post {
  display: flex;
  gap: 62px;
  justify-content: space-between;
  margin-top: 46px;
  margin-bottom: 20px;
}
.workshop-content {
  width: 100% !important;
}
.worshop-sidebar {
  /* width: 25%; */
  border-radius: 8px;
  background-color: #f5f4f4;
  height: max-content;
}
.workshop-sidebar-contt {
  padding: 36px 24px 36px 24px;
}
.workshop-post-btn {
  width: 100%;
}
.workshop-brochure {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.workshop-brochure a,
.workshop-brochure a:hover {
  font-size: 28px;
  color: #282828;
}
.workshop-date {
    margin-bottom:30px;
    /* background-color: #FFE480; */
    /* padding: 12px 12px 12px 45px; */
    /* border: 1px solid #00000040; */
    /* border-radius: 50px; */
    position: relative;
}
.workshop-date p {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  /* font-family: 'Boston-Bold'; */
}
.workshop-date::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/wp-content/uploads/2024/10/calendar.svg);
  left: 17px;
  top: 30px;
}
.workshop-title {
    font-size: 26px !important;
    font-weight: 400;
    font-family: "Merriweather" !important;
    color: #2B2B28;
    margin: 26px 30px 10px 26px;
}
.workshop-title-line {
	  font-size: 18px;
    font-weight: 400;
     font-family: 'Merriweather Sans', sans-serif;
     line-height: 1.11em;
    color: #2B2B28;
    padding: 10px 30px 21px 26px;
}
.workshop-single p {
  /* font-size: 34px; */
  margin: 0;
}
p:empty {
  display: none;
}
.workshop-thumbnail {
  background: #f481201a;
  border-radius: 12px;
  padding: 24px;
}
.workshop-thumbnail img {
  border-radius: 12px;
  width: 100%;
}
.workshop-post-content {
  margin-top: 56px;
}
.single-workshop .workshop-single-post h2,
.single-workshop .workshop-single-post h3,
.single-workshop .workshop-single-post h4,
.single-workshop .workshop-single-post h5,
.single-workshop .workshop-single-post h5 {
  font-family: Calibri-regular !important;
}
.single-workshop .workshop-single-post h2 {
  font-size: 42px;
  font-weight: 500 !important;
}
.single-workshop .font-24 {
  font-size: 24px;
}
.font-24 {
  font-size: 24px;
}
.single-workshop .vc_tta-panel.vc_active .vc_tta-panel-heading,
.single-workshop .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: #f5f5f5 !important;
}
.workshop-post-content p,
.workshop-post-content div {
  font-size: 28px;
}
.workshop-post-scp.sw-scp-btn {
  margin-top: 36px;
}
.workshop-single {
  margin-top: 60px;
  padding: 0 17.32px;
}
.worshop-sidebar iframe {
  border-radius: 8px 8px 0 0;
}
.single-workshop .workshop-details {
  border-bottom: 1px solid #888888;
  border-top: 1px solid #888888;
  padding: 48px 0;
}
.workshop-post-content .checkbox ul,
.single-workshop .workshop-single-post .checkbox ul {
  list-style: none;
}
.workshop-post-content ul li,
.single-workshop .workshop-single-post ul li,
.single-workshop .workshop-single-post ol li {
  font-size: 24px;
  padding: 8px 0;
  position: relative;
}
.workshop-single-template {
  padding: 0 15px;
  margin: 0 auto;
}
.single-workshop .checkbox ul li::before {
  content: "";
  background: url(/wp-content/uploads/2024/10/check-square.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 16px;
}
.single-workshop .workshop-details table {
  margin-bottom: 0;
}
.single-workshop .workshop-details th {
  font-size: 24px;
  padding: 10px 0;
  vertical-align: top;
  line-height: 1.3em !important;
}
.single-workshop .workshop-details td {
  font-size: 24px;
  padding: 10px 30px;
  vertical-align: top;
  line-height: 1.3em !important;
}
.workshop-price {
  background: #f481201a;
  padding: 24px 12px 24px 12px;
  border-radius: 8px;
  border: 1px solid #f481201a;
  margin-bottom: 36px;
  text-align: center;
}
.workshop-price span, .single-workshop .woocommerce-variation-price span {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #F48120;
}
.arrow-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.arrow-btn img{
    width: 18px;
}
.workshop-toggle-btn{
  background-color:#FFF3C6 !important;
  border: 1px solid #9F2C34 !important;
  padding:11.5px  33px !important;
  font-size:18px !important;
  color:#9F2C34 !important;
  line-height:1 !important;
  letter-spacing:-0.0165em !important;
  text-align: center;
  border-radius:10px !important;
  margin-bottom:20px;
  font-weight: 400 !important;
  white-space: nowrap;
  width: 100%;
      font-family: "Merriweather Sans", Sans-serif;
      cursor: pointer;
}
.bottom-hide-details-btn{
  font-size:18px !important;
  padding:7px 140px 7px 40.65px !important;
  margin-top:38px !important;
}
img .alignnone wp-image-4006{
  width: 22px !important;
  height: 22px !important;
  margin-top: 3px !important;
}


@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  .sw-workshop-btn,
  .sw-btn {
    padding: 12.32px 12px;
  }
}
@media (max-width: 1280px) {
  .sw-workshop-btn,
  .sw-btn {
    padding: 12.32px 16px;
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .page-id-3427 .make_body_spacing {
    padding: 0px !important;
  }
}
@media (min-width: 1600px) {
  .page-id-3427 .make_body_spacing {
    padding: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .workshop-grid {
    width: 48%;
    max-width: 100%;
  }.workshop-grid-container {
    gap: 20px;
    justify-content: center;
}
  .workshop-coverimage {
    height: auto;
  }
  .workshop-desc h3 {
    font-size: 28px;
  }
  .workshop-content,
  .worshop-sidebar {
    width: 100%;
  }
  .workshop-post {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .scform-flex div {
    width: 100% !important;
  }
  .woocommerce-order-details, .woocommerce-customer-details {
    padding-top: 10px !important;
  }
  .sw_download_invoice {
    margin-bottom: 20px;
  }
  .scform-flex {
    flex-wrap: wrap !important;
  }
  .workshop-grid {
    width: 100%;
    max-width: 100%;
  }
  .workshop-desc h3 {
    font-size: 28px;
  }
  .workshop-single {
    padding: 0;
}
  .workshop-button {
    position: relative;
    height: auto;
    min-height: auto;
  }
  .workshop-grid-details {
    padding: 0;
  }
  .workshop-coverimage {
    height: auto;
  }
  .workshop-button {
    padding: 20px 14px;
  }
  .sw-workshop-btn,
  .sw-btn {
    padding: 12.32px 12px;
    font-size: 16px;
  }
  .workshop-search,
  #searchWorkshop {
    width: -webkit-fill-available;
  }
  .workshop-banner {
    margin-top: 20px;
    padding: 28px 20px;
  }
  .workshop-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .workshop-post {
    flex-direction: column;
  }
  .workshop-content,
  .worshop-sidebar {
    width: 100%;
  }
  /* .workshop-single p {
    font-size: 26px;
} */
  .font-24,
  .font-24 p {
    font-size: 18px !important;
  }
  .single-workshop .workshop-single-post p,
  .single-workshop .workshop-single p,
  .workshop-post-content div {
    font-size: 18px;
  }
  /* .single-workshop .workshop-single-post p, .single-workshop .workshop-single p, .workshop-post-content div {
    font-size: 24px;
} */
  .single-workshop .workshop-single-post ul li,
  .workshop-post-content ul li,
  .single-workshop .workshop-details th,
  .single-workshop .workshop-details td,
  .workshop-date p {
    font-size: 18px;
  }
  .workshop-single {
    margin-top: 30px;
  }
}
/* woocommerce */
#place_order {
  width: 100%;
  max-width: 100%;
}
.sw_download_invoice p {
  text-align: right;
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  form.checkout.woocommerce-checkout {
    display: flex;
    gap: 40px;
  }
  .col2-set {
    width: 55%;
  }
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
  }
  .page-id-3517 #post-3517 {
    padding: 0 35px;
  }

}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #41403c;
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 12px;
  background-color: #f4f3f1;
  border-bottom: 1px solid;
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-page .select2-container--default .select2-selection--single,
.woocommerce-page input[type="password"],
.woocommerce-page input[type="number"],
.woocommerce-page select, .scform-box input[type="number"] {
  background: #f5f5f5 !important;
  border: 1px solid #eee !important;
  height: 50px !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}
.woocommerce-page select {
  padding-top: 0px !important;
}
.woocommerce-page .col2-set .col-2 {
  margin: 20px 0;
}
.woocommerce-page button[type="submit"] {
  margin: 20px 0 0 0;
}
.woocommerce-orders-table__cell-order-actions a {
  margin-right: 20px !important;
}
.woocommerce-page fieldset {
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.woocommerce-cart .product-quantity,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message{
  display: none;
}
/* Target the "View cart" button only on the cart page */
body.woocommerce-checkout a[href="https://www.swasth.org/cart/"].wc-forward, body.woocommerce-checkout a[href="/cart/"].wc-forward {
  display: none;
}

.gender-field .woocommerce-input-wrapper, .horizontal-radio-options .woocommerce-input-wrapper {
  display: flex;
}
.gender-field .woocommerce-input-wrapper input, .horizontal-radio-options .woocommerce-input-wrapper input {
  margin-right: 10px;
}
.gender-field .woocommerce-input-wrapper label , .horizontal-radio-options .woocommerce-input-wrapper label{
  margin-right: 20px;
}
.woocommerce-form-coupon button {
  margin-top: 0 !important;
}
.scform-box .vc_column-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.scform-box input[type="number"] {
width: 100%;
}
.scform-flex {
  display:flex; gap:20px;
}
.scform-flex div {
  width: 50%;
}
.scform-box input[type="submit"], .popup-content #mc_embed_signup .button {
  background: #f48120 !important;
  border: 1px solid #f48120 !important;
  color: white !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  font-family: "Boston-Bold" !important;
}
.scform-box input[type="submit"]:hover, .popup-content #mc_embed_signup .button:hover  {
  color: #f48120 !important;
  border: 1px solid #f48120 !important;
  background: white !important;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block !important;
}
.woocommerce-checkout .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  margin: 14px 0px 0 14px !important;
}
.woocommerce-checkout .woocommerce form .form-row .input-checkbox {
  top:5px !important;
  margin-left: -20px !important;
}

.popup-content #mc_embed_signup .button {
height: 40px;
}
.popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}




/* workshop 2.0 */
table.variations{
  margin-top: 0.5rem;
}
table.variations th{
  padding-bottom: 1.125rem;
}
h3.workshop-soon-msg {
font-family: Amulya;
font-weight: 700;
font-size: 26px;
line-height: 150%;
text-align: center;
color: #9F2C34 !important;
margin: 08px 0 38px 0;
}
.workshop_time span {
    background: #FFECA3;
    border-radius: 5px;
    padding: 5px 8px;
}
h3.wrk-heading{
font-weight: 800 !important;
font-size: 18px !important;
line-height: 150%;
margin: 0;

}
.workshop-detail-sidebar-box ul li{
  padding: 2px 0 8px 0;
}
p.workshop_time {
    margin-top: 1rem;
	margin-bottom: 1rem !important;
}
.si_wrk_btns_con {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  align-items: center;
  margin: 32px 0 29px 0 !important;
  padding-bottom: 29px;
  border-bottom: 1px solid #FFE480;
}
.workshop-orange-btn {
    background: #F48121 !important;
    border-radius: 50px;
    border: none;
    padding: 0.875rem 1.5rem 0.875rem 1.5rem !important;
    color: rgba(255, 255, 255, 1);
    font-size: 14px !important;
    font-weight: 700;
    font-family: "Merriweather Sans", sans-serif !important;
        white-space: nowrap;
        cursor: pointer;
}
.wkp-sch-btn {
    border: 1px solid rgba(159, 72, 0, 1) !important;
    text-align: center;
    padding: 10.5px 15px !important;
    max-width: 190px !important;
    width: 100% !important;
    font-family: "Merriweather Sans", sans-serif !important;
    font-size: 14px !important;
    color: rgba(159, 72, 0, 1);
  background: #f4812100 !important;
    border-radius: 50px;
        font-weight: 400 !important;
            white-space: nowrap;
            cursor: pointer;
    /* margin-top: 20px; */
}
.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce-variation.single_variation.workshop_sidebar_pricing_part {
  margin-bottom: 0 !important;
  font-size:22px !important;
}
.workshop_sidebar_pricing_part  p{
  font-size:22px !important;
}
.workshop_sidebar_pricing_part {
  background: #FFECA3;
  border-radius: 10px;
  padding: 17px 20px;
  margin: 17px 0 22px 0px;
}
h3.wkp-detail-heading {
  color: #9F2C34 !important;
  /* font-size: 18px; */
  font-size: 1.125rem !important;
  font-weight: 800 !important;
  line-height: 1.5;
  margin: 0;
  font-family: "Merriweather Sans", sans-serif !important;
}
.single-workshop .workshop-single-post h3.wrk-heading, .single-workshop .workshop-single-post h3.wkp-detail-heading {
  font-family: "Merriweather Sans", sans-serif !important;
}

/* .wkp-detail-heading::before {
  content: url(https://www.swasth.org/wp-content/uploads/2025/03/location-fill-icon.png);
  top: 5px;
  position: relative;
} */
.workshop_sidebar_part2{
  padding: 18px 0 30px 0;
  border-bottom: 1px solid rgba(255, 228, 128, 1);
}
.workshop_sidebar_part3{
  padding: 32px 0 30px 0;
  border-bottom: 1px solid rgba(255, 228, 128, 1);
}
.workshop-orange-btnnn{
  font-size: 18px !important;
      background: #F48121 !important;
    border-radius: 50px;
    border: none;
    padding: 1rem 1.5rem 1rem 1.5rem !important;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-family: "Merriweather Sans", sans-serif !important;
    cursor: pointer;
        white-space: nowrap;
}
.workshop_sidebar_part5{
  border-bottom: 1px solid #FFE480;
  text-align: center;
  padding: 0 0 38px 0;
  margin-bottom: 23px;
}
.workshop_sidebar_part4{
  padding: 32px 18px 30px 18px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 228, 128, 1);
}
.workshop_sidebar_part6{
  padding: 32px 0 0px 0;
}
.worshop-detail-sidebar p .wk_price{
   font-size: 26px !important;
  font-family:'Amulya' !important;
  font-weight:bold !important;
}
.worshop-detail-sidebar p, .workshop-detail-sidebar-box ul, .workshop-detail-sidebar-box p, .workshop-detail-sidebar-box a{
  color: #2B2B28;
  font-size: 16px !important;
}
.single-workshop  .workshop_sidebar_part2 p, .single-workshop  .workshop_sidebar_part1 p{
  font-size: 18px !important;
}
.workshop_message {
  font-family: "Merriweather", sans-serif !important;
    font-weight:400 !important;
    font-size: 16px !important;
}
.single-workshop .workshop_sidebar_part1 .woocommerce-variation-price span.woocommerce-Price-amount{
  color: #9F2C34;
}
.single-workshop .workshop_sidebar_part1 .woocommerce-variation-price span.woocommerce-Price-amount .woocommerce-Price-currencySymbol, .single-workshop .workshop_sidebar_part1 .stock.in-stock{
  color: #9F2C34;
}
.single-workshop .workshop_sidebar_part1 p.stock.in-stock{
font-size:14px!important;
}
/* .single-workshop .workshop_sidebar_part1 .woocommerce-variation-price span, .single-workshop .workshop_sidebar_part1 .single_variation_wrap{
  text-align: left !important;
} */
.workshop_sidebar_part1 .variations_form select{
  height: auto !important;
  background: #FFECA3 !important;
  color: #2B2B28;
  border-radius: 5px !important;
  font-weight: 400;
font-size: 14px !important;
letter-spacing: -0.011em;
}
select:focus-visible{
      outline: none;
}
.single-workshop  .workshop_sidebar_part2 > div{
  padding: 15px 0 0 0;
}
.single-workshop  .workshop_sidebar_part2 .wkp-detail-heading{
  margin: 0;
}
.single-workshop .workshop_sidebar_part3 p, .single-workshop .workshop_sidebar_part3 ul li{
  font-size: 18px !important;
  /* font-weight: 700; */
}
a.workshop_brochure {
  background: #FFE480;
  border-radius: 50px;
  font-size: 14px !important;
  text-align: center;
  padding: 12px 20px !important;
  max-width: 201px!important;
  width: 100%!important;
  /* height: 44px!important; */
  font-family: "Merriweather Sans", sans-serif !important;
  color: #2B2B28;
  display: flex;
      justify-content: center;
      gap: 10px;
      width: fit-content;
      margin: 0 auto;
}
a.workshop_brochure:hover {
  color: #2B2B28;
}

.single-workshop .workshop_sidebar_part3 ul li::before {
  /* content: "";
  background: url(/wp-content/uploads/2025/03/right-symbol.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  left: -35px;
  top: 16px;
  background-repeat: no-repeat; */
}
.single-workshop .workshop_sidebar_part3 ul {
  /* list-style: none; */
  margin-bottom: 20px;
  margin-left: 40px;
}
.single-workshop .workshop_sidebar_part3 ul li{
  /* list-style: none; */
  padding: 2px 0 8px 0 !important;
}
.sw_seat2 span, .stock.in-stock {
  margin-bottom: 0px !important;
  font-size: 14px !important;
  color: #9F2C34 !important;
  font-family: Amulya;
font-weight: 700;
font-size: 14px;
line-height: 150%;
letter-spacing: -1.1%;

}

/* workshop listing filter start */
button.format-button {
    padding: 5px 15px !important;
    border-radius: 5px !important;
    color: #2B2B28;
    font-size: 1.13rem !important;
    border: none;
    font-weight: 500 !important;
    background: #FFECA3 !important;
}.workshop-format-filter {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 5rem 0rem;
}.format-button[data-format="Bookings Open"] ,.format-button[data-format="Coming Soon"]{
    background: #FFFBEB !important;
}
.format-button.active {
    background: #F48121 !important;
    color: #fff;
}.tag-img-box {
    position: relative;
}
.workshop-format-tag {
    position: absolute;
    background: antiquewhite;
    top: 15px;
    left: 15px;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 14px;
}.workshop-top {
    min-height: 460px;
}
.main-location .main-location-icon {
  width: 10%;
}.main-location-heading {
    width: 100%;
}


/* workshop listing filter end */


@font-face {
  font-family: 'Amulya';
  src: url('../font/Amulya-Medium.woff2') format('woff2'),
       url('../font/Amulya-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Amulya';
  src: url('../font/Amulya-Bold.woff2') format('woff2'),
       url('../font/Amulya-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Amulya';
  src: url('../fonts/Amulya-Regular.woff2') format('woff2'),
       url('../fonts/Amulya-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.worshop-detail-sidebar .variations_form button[type='submit'] {
  background: #F48121 !important;
  border-radius: 50px!important;
  border: none !important;
  padding: 0.875rem 1.5rem 0.875rem 1.5rem !important;
  color: rgba(255, 255, 255, 1);
  font-size: 14px !important;
  font-weight: 700!important;
  font-family: "Merriweather Sans", sans-serif !important;
  text-transform: none!important;
  letter-spacing: 0!important;
  width: auto;
        white-space: nowrap;
}
.worshop-detail-sidebar .variations_form button[type='submit']:hover, .workshop-orange-btn:hover, .workshop-orange-btnnn:hover{
  background-color:#DE6704 !important;
}
/* .workshop-toggle-btn:hover {
    box-shadow: 0 0 8px 4px #FDD955;
} */
 .wkp-sch-btn:hover {
  background: #FFF3C6 !important;
 }
.workshop-toggle-btn.sws_hide_detl {
    background: #FFE480 !important;
    border: none !important;
}

.workshop-toggle-btn.sws_hide_detl::after {
    content: url(https://institute.swasth.org/wp-content/uploads/2025/05/cross-icon.svg);
 float: right;
     margin-bottom: -3px;
}

@media (max-width: 768px) {
    .workshop-detail-sidebar-box {
        position: fixed !important;
        bottom: -100%;
        left: 0;
        width: 100%;
        max-height: 90%;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
        transition: bottom 0.3s ease-in-out;
        z-index: 99999999;
        overflow-y: auto;
        padding: 15px;
        border-radius: 10px 10px 10px 10px !important;
        top: auto !important;
        display: block !important;
    }
  .workshop-detail-sidebar-box.active {
        bottom: 0 !important;
        /* top: 50px !important; */
        overflow: auto;
        height: calc(100vh - 200px);
        margin: 0 auto;
        width: 93%;
    }
    .m-sidebar-icon {
        display: block;
        position: fixed !important;
        bottom: 20px;
        right: 20px !important;
        z-index: 6;
        right: 5px;
        z-index: 8888;
    
}

.rotate-down{
  transform: rotate(180deg);
    transition: transform 0.3s ease;
}
/* Rotate the SVG icon only inside #m-sidebar-icon */
 /*#m-sidebar-icon .elementor-button-icon svg.rotate-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
} */

/* Hide the button text only inside #m-sidebar-icon */
#m-sidebar-icon .elementor-button-text.hide-text {
  display: none;
}


}

p.timedate_null {
    font-size: 1rem !important;
    line-height: 1.5;
    padding: 15px 10px;
}