/* Hide sub-menu by default */
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff; /* Adjust as needed */
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* Show submenu on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Optional styling for submenu items */
.sub-menu li {
  white-space: nowrap;
}

.sustainable_sect.events_page .row.fun_dog .course_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #0000000F;
    padding: 0;
    margin-bottom: 0;
}
.sustainable_sect.events_page .row.fun_dog .course_block .fun_bottom {
    border: none;
}
.sustainable_sect.events_page .row.fun_dog {
    row-gap: 30px;
}

.sub-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.sub-menu a:hover {
  background-color: #f0f0f0;
}


footer.entry-meta {
    display: none;
}

.comments-link {
    display: none;
}

h1.product_title.entry-title {
    color: black;
}

ul.tabs.wc-tabs {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-weight: bold;
    font-family: auto;
    font-size: 30px;
    text-decoration: underline;
}
section.related.products h2 {
    font-weight: bold;
    font-family: auto;
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 25px;
}

.woocommerce div.product {
    padding:0px 125px;
}
span.onsale {
    display: none;
}

.out_hidden {
    text-align: center;
}

.network_info .footer_chat {
    position: static !important;
}

.solials_links_here button a {
    color: black;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 30px;
    padding: 30px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    margin: 20px auto;
    padding: 0;
}
.home_menu {
    justify-content: center;
}

h2.woocommerce-loop-product__title {
    min-height: 46px;
}


@media (max-width: 991px) {
.course_block.visible {
    width: 80%;
    margin: auto;
}
.fun_bottom {
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		flex-direction: column; 
	}

	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
		border:none;
		margin-top: 20px;
		margin-right:0px;
		padding-right:0px;
	}
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
		font-size: 9px;
	}
	
}

p.event_desc {
    min-height: 46px;
}
.sedule_time.fun_activity.evt_tm {
    min-height: 108px;
}
/*29sep2025*/
.out_hidden img {
    object-fit: cover;
    width: 100%;
}
div.ld-focus-content h1 {
    color: #000 !important;
}
.conewt_dis {
  position: relative;
  width: 100%;
  height: 100%; 
  overflow: hidden;
min-height:450px;
}

.conewt_dis video {
  width: 100%;
  object-fit: cover; 
  display: block;
  height:350px;	
}
.slide_dog img {
    height: 250px;
    object-fit: cover;
}
ul.wc_payment_methods.payment_methods.methods label {
    display: inline;
}
.cart button.single_add_to_cart_button.button.alt.cta {
    margin-bottom: 15px;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #76d9ed;
    position: static;
}
.trainers_data .block_wrap_trainer {
    border: 1px solid #ccc !important;
    padding: 20px;
    height: 100%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    text-align: center;
	border-radius: 10px;
}
.trainers_data .trainer_img img {
    width: 400px;       /* make the image larger */
    height: 400px;      /* adjust height as needed */
    border-radius: 0;   /* removes the circular shape */
    margin: auto;       /* centers the image */
    object-fit: cover;  /* keeps image proportional while filling the container */
}
.trainers_data .trainer_details {
    margin: 20px 0px;
}
.our_trainers_head h1 {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

section.who-we-r.p_100 .row {
    align-items: center;
}

.our_team_sec {
    margin: 30px;
}
